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.0.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-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-01T02:45:54Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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