e17/emotion: enable vlc video backend

we should probably make this configurable, but for now enabling (and
testing) at least 1 backend is better than none, as emotion without
backends won't anything at all
This commit is contained in:
Mathijs Kwik 2013-03-31 22:19:29 +02:00
parent 5431663e12
commit d0b30155a5

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, ecore, evas, eet, eina, edje }: { stdenv, fetchurl, pkgconfig, ecore, evas, eet, eina, edje, vlc }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "emotion-${version}"; name = "emotion-${version}";
version = "1.7.5"; version = "1.7.5";
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
url = "http://download.enlightenment.org/releases/${name}.tar.bz2"; url = "http://download.enlightenment.org/releases/${name}.tar.bz2";
sha256 = "1sfw8kpj2fcqymzd6q7p51xxib1n2arvjl1hnwhqkvwhlsq2b4sw"; sha256 = "1sfw8kpj2fcqymzd6q7p51xxib1n2arvjl1hnwhqkvwhlsq2b4sw";
}; };
buildInputs = [ pkgconfig ecore evas eet eina edje ]; buildInputs = [ pkgconfig ecore evas eet eina edje vlc ];
meta = { meta = {
description = "A library to easily integrate media playback into EFL applications"; description = "A library to easily integrate media playback into EFL applications";
longDescription = '' longDescription = ''