movie-monad: Plays videos using GStreamer and GTK+.

[ application, bsd3, multimedia, multimedia-player, program, video ] [ Propose Tags ]
This version is deprecated.

Desktop video player that uses GStreamer and GTK+.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.0, 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0 (info)
Dependencies base (>=4.7 && <5), gi-gdkx11 (>=0.3 && <0.4), gi-glib (>=2.0 && <2.1), gi-gobject (>=2.0 && <2.1), gi-gst (>=1.0 && <1.1), gi-gstvideo (>=1.0 && <1.1), gi-gtk (>=3.0 && <3.1), gi-xlib (>=0.1.6 && <0.1.7), haskell-gi-base (>=0.20 && <0.21), MissingH (>=1.4 && <1.5), process (>=1.4 && <1.5), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright 2017 David Lettier
Author Lettier
Maintainer Lettier
Category Multimedia , Multimedia Player , Video
Home page https://github.com/lettier/movie-monad
Source repo head: git clone https://github.com/lettier/gifcurry.git
Uploaded by lettier at 2017-09-01T05:23:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables movie-monad
Downloads 3576 total (15 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-09-01 [all 2 reports]

Readme for movie-monad-0.0.0.0

[back to package description]

Movie Monad

Movie Monad

A desktop video player built with Haskell that uses GStreamer and GTK+.

Screenshots

GUI

Documentation

Let's make a GTK Video Player with Haskell

Install

GitHub

# Install Git
# Install Haskell
# Install Haksell Stack
# Install ExifTool
git clone https://github.com/lettier/movie-monad.git
cd movie-monad/
stack setup
stack install --dependencies-only
haskell-gi -o lib/gi-gdkx11/GdkX11.overrides -O lib/gi-gdkx11 GdkX11-3.0
haskell-gi -o lib/gi-xlib/xlib.overrides     -O lib/gi-xlib xlib
stack build
stack install
stack exec -- movie-monad

License

See LICENSE.

(C) 2017 David Lettier
lettier.com