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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Desktop video player that uses GStreamer and GTK+.


[Skip to Readme]

Properties

Versions 0.0.0.0, 0.0.1.0, 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0
Change log None available
Dependencies base (>=4.7 && <5), gi-gdk (>=3.0 && <3.1), gi-gdkx11 (>=3.0 && <3.1), 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 (>=2.0 && <2.1), 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-05T06:34:35Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for movie-monad-0.0.1.0

[back to package description]

Movie Monad

Movie Monad

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

Screenshots

GUI showing Sintel from the Blender Foundation

Documentation

Let's make a GTK Video Player with Haskell

Install

GitHub

# Install Git
# Install XQuartz (https://www.xquartz.org/) if using Mac OSX or macOS
# Install GTK+ 3.* (https://www.gtk.org/download/index.php)
# Install Haskell
# Install Haksell Stack
# Install ExifTool
git clone https://github.com/lettier/movie-monad.git
cd movie-monad/
stack setup
stack install
stack exec -- movie-monad
# Or just `movie-monad` if `stack path | grep local-bin-path` is in your `echo $PATH`

License

See LICENSE.

(C) 2017 David Lettier
lettier.com