e17/ethumb: support video thumbnails and exif
This commit is contained in:
parent
6dcddbf3b5
commit
07c50d5124
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, eina, evas, ecore, edje, eet, e_dbus }:
|
{ stdenv, fetchurl, pkgconfig, eina, evas, ecore, edje, eet, e_dbus, emotion, libexif }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ethumb-${version}";
|
name = "ethumb-${version}";
|
||||||
version = "1.7.5";
|
version = "1.7.5";
|
||||||
@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
|
|||||||
url = "http://download.enlightenment.org/releases/${name}.tar.bz2";
|
url = "http://download.enlightenment.org/releases/${name}.tar.bz2";
|
||||||
sha256 = "0prka3knz8p2n46dfrzgwn55khhhrhjny4vvnzkjcwmhvz7kgc9l";
|
sha256 = "0prka3knz8p2n46dfrzgwn55khhhrhjny4vvnzkjcwmhvz7kgc9l";
|
||||||
};
|
};
|
||||||
buildInputs = [ pkgconfig eina evas ecore edje eet ];
|
buildInputs = [ pkgconfig eina evas ecore edje eet emotion libexif ];
|
||||||
propagatedBuildInputs = [ e_dbus ];
|
propagatedBuildInputs = [ e_dbus libexif ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A thumbnail generation library";
|
description = "A thumbnail generation library";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user