[Erp5-report] r44598 gabriel - /erp5/trunk/buildout/software-profiles/ffmpeg.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 24 23:32:52 CET 2011


Author: gabriel
Date: Thu Mar 24 23:32:51 2011
New Revision: 44598

URL: http://svn.erp5.org?rev=44598&view=rev
Log:
add codecs do ffmpeg. Done by Priscila.

Modified:
    erp5/trunk/buildout/software-profiles/ffmpeg.cfg

Modified: erp5/trunk/buildout/software-profiles/ffmpeg.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/ffmpeg.cfg?rev=44598&r1=44597&r2=44598&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ffmpeg.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ffmpeg.cfg [utf8] Thu Mar 24 23:32:51 2011
@@ -5,6 +5,33 @@ parts =
 [ffmpeg]
 <= ffmpeg-0.6.1
 
+[libogg]
+recipe = hexagonit.recipe.cmmi
+url = http://downloads.xiph.org/releases/ogg/libogg-1.2.2.tar.gz
+md5sum = 5a9fcabc9a1b7c6f1cd75ddc78f36c56
+configure-options = 
+ --disable-shared
+
+[libvorbis]
+recipe = hexagonit.recipe.cmmi
+url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.bz2
+md5sum = 798a4211221073c1409f26eac4567e8b
+configure-options = 
+ --disable-shared
+environment = 
+  CPPFLAGS=-I${libogg:location}/include
+  LDFLAGS=-L${libogg:location}/lib -Wl,-rpath -Wl,${libogg:location}/lib
+
+[libtheora]
+recipe = hexagonit.recipe.cmmi
+url = http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
+md5sum = 292ab65cedd5021d6b7ddd117e07cd8e
+configure-options = 
+ --disable-shared
+environment = 
+  CPPFLAGS=-I${libogg:location}/include -I${libvorbis:location}/include
+  LDFLAGS =-L${libogg:location}/lib -Wl,-rpath -Wl,${libogg:location}/lib -L${libvorbis:location}/lib -Wl,-rpath -Wl,${libvorbis:location}/lib
+
 [ffmpeg-0.6.1]
 recipe = hexagonit.recipe.cmmi
 url = http://www.ffmpeg.org/releases/ffmpeg-0.6.1.tar.bz2
@@ -12,4 +39,7 @@ md5sum = 4f5d732d25eedfb072251b5314ba209
 configure-options =
  --enable-gpl
  --enable-postproc
-
+ --enable-libtheora
+environment =
+  CPPFLAGS=-I${libogg:location}/include -I${libvorbis:location}/include -I${libtheora:location}/include
+  LDFLAGS=-L${libogg:location}/lib -L${libvorbis:location}/lib -L${libtheora:location}/lib



More information about the Erp5-report mailing list