Gifcurry 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+7/−8 lines, 3 files
Files
- Gifcurry.cabal +4/−7
- README.md +3/−1
- ui.gif too large to diff
Gifcurry.cabal view
@@ -1,16 +1,13 @@--- Initial Gifcurry.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/- name: Gifcurry-version: 0.1.0.3-synopsis: Create animated GIFs, overlaid with optional text, from movies.+version: 0.1.0.4+synopsis: Create animated GIFs, overlaid with optional text, from video files. description: GIF creation utility. homepage: https://github.com/lettier/gifcurry license: Apache-2.0 license-file: LICENSE author: Lettier maintainer: Lettier-copyright: (C) 2016 David Lettier 2016+copyright: (C) 2016 David Lettier category: Graphics build-type: Simple extra-source-files: README.md, sample.gif, ui.gif, ./dev/Paths_Gifcurry.hs, ./data/icon.ico@@ -24,7 +21,7 @@ executable gifcurry_gui main-is: Main.hs- build-depends: base >=4.7 && <4.9, gtk3 >=0.14 && <0.15, process >=1.2 && <1.3, temporary >=1.2 && <1.3, directory == 1.2.*+ build-depends: base >=4.7 && <4.9, gtk3 >=0.14 && <0.15, process >=1.2 && <1.3, temporary >=1.2 && <1.3, directory ==1.2.* other-modules: Paths_Gifcurry, Gifcurry ghc-options: -O3 -threaded -with-rtsopts=-N hs-source-dirs: gui_src, ./
README.md view
@@ -13,7 +13,7 @@ ## Description -Create animated GIFs, overlaid with optional text, from movies.+Create animated GIFs, overlaid with optional text, from video files. ## CLI Usage @@ -55,6 +55,7 @@ * [System.IO.Temp (temporary)](https://hackage.haskell.org/package/temporary) * [Graphics.UI.Gtk (gtk)](https://hackage.haskell.org/package/gtk3) * [System.Directory (directory)](https://hackage.haskell.org/package/directory)+ * [gtk2hs-buildtools](https://hackage.haskell.org/package/gtk2hs-buildtools) * [FFmpeg](https://www.ffmpeg.org/download.html) * [ImageMagick](http://www.imagemagick.org/script/download.php) * [GTK+](http://www.gtk.org/download/index.php)@@ -65,6 +66,7 @@ git clone git@github.com:lettier/gifcurry.git cd gifcurry/ cabal sandbox init+cabal install gtk2hs-buildtools -j cabal install -j ./.cabal-sandbox/bin/gifcurry_gui ./.cabal-sandbox/bin/gifcurry_cli
ui.gif view
file too large to diff