Module submission - ffmpeg-svn
sirocco@gmx.fr
sirocco at gmx.fr
Mon Jun 19 20:13:20 UTC 2006
module name : ffmpeg-svn
suggested section : zbeta
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
Strange thing I don't understand is --enable-faad option doesn't work using
lin process (can't find libfaad) but it works doing manual ./configure...
in console.
Not the same environnement ?
Guillaume
-------------- next part --------------
--- ffmpeg-svn/BUILD 1970-01-01 01:00:00.000000000 +0100
+++ ffmpeg-svn/BUILD 2006-06-19 22:04:21.000000000 +0200
@@ -0,0 +1,14 @@
+(
+ # Fast !
+ # CFLAGS="$CFLAGS -O3 "
+
+ # Configure
+ ./configure --prefix=/usr \
+ --enable-gpl \
+ --enable-shared \
+ --enable-pp \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
--- ffmpeg-svn/DEPENDS 1970-01-01 01:00:00.000000000 +0100
+++ ffmpeg-svn/DEPENDS 2006-06-16 22:08:44.000000000 +0200
@@ -0,0 +1,10 @@
+optional_depends lame "--enable-mp3lame" "" "for mp3 support" &&
+optional_depends libogg "--enable-libogg" "" "for ogg support" &&
+optional_depends libvorbis "--enable-vorbis" "" "for ogg-vorbis support" &&
+optional_depends libtheora "--enable-theora" "" "for theora support" &&
+optional_depends faad "--enable-faad" "" "for faad support" &&
+optional_depends faac "--enable-faac" "" "for faac support" &&
+optional_depends xvidcore "--enable-xvid" "" "for MPEG4 codec support" &&
+optional_depends x264-cvs "--enable-x264" "" "for H264 support" &&
+optional_depends a52dec "--enable-a52" "" "for a52 support" &&
+optional_depends libdc1394 "--enable-dc1394" "" "for firewire support"
--- ffmpeg-svn/DETAILS 1970-01-01 01:00:00.000000000 +0100
+++ ffmpeg-svn/DETAILS 2006-06-16 23:51:55.000000000 +0200
@@ -0,0 +1,19 @@
+ MODULE=ffmpeg-svn
+ VERSION=svn
+ SOURCE=ffmpeg-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ffmpeg
+ SOURCE_URL=svn://svn.mplayerhq.hu/ffmpeg/trunk:ffmpeg
+ WEB_SITE=http://ffmpeg.sourceforge.net/
+ ENTERED=20020327
+ UPDATED=20060616
+ SHORT="ffmpeg is an avi decoder"
+
+cat << EOF
+FFmpeg is the first complete and free Internet Live Audio and Video
+Broadcasting solution. FFMpeg aims at being the command line tool to
+handle audio and video. It is a "three-in-one" solution. FFmpeg
+includes a soft VCR capable of encoding in many different formats
+simultaneously, a streaming server for Netcasting multimedia.
+FFmpeg generates streaming files, in many popular formats
+simultaneously, faster than any other solution.
+EOF
-------------- next part --------------
lvu submit ffmpeg-svn b70c9f0d1511aa7ca391d623aab7ba12 -
2.6.16.18 2.6.12 gcc-3.4.6 glibc-2.3.6
More information about the Lunar
mailing list