[Lunar-commits] r20489 - in moonbase/trunk/zbeta: . ffmpeg-svn
Dennis Veatch
stumbles at lunar-linux.org
Tue Jun 20 01:57:28 UTC 2006
Author: stumbles
Date: 2006-06-20 01:57:27 +0000 (Tue, 20 Jun 2006)
New Revision: 20489
Added:
moonbase/trunk/zbeta/ffmpeg-svn/
moonbase/trunk/zbeta/ffmpeg-svn/BUILD
moonbase/trunk/zbeta/ffmpeg-svn/DEPENDS
moonbase/trunk/zbeta/ffmpeg-svn/DETAILS
Removed:
moonbase/trunk/zbeta/ffmpeg-cvs/
Log:
As noted by Guillaume they have switched from cvs to svn. So
this reflects that change.
In the process made a few changes. I Was not able to get it to
use --enable-faad no matter what I tried. Google had some hits
but nothing conclusive. Also there have been a few switches
dropped by the ffmpeg-svn folks, like imlib2 and post processing
shared (I think it was).
So for now just say no to faad. The up side is --enable-x264
worked with this after a relin of x264-cvs using shared. That module
has been updated accordingly.
I will be moving ffmpeg-cvs to deleted-modules.
Added: moonbase/trunk/zbeta/ffmpeg-svn/BUILD
===================================================================
--- moonbase/trunk/zbeta/ffmpeg-svn/BUILD (rev 0)
+++ moonbase/trunk/zbeta/ffmpeg-svn/BUILD 2006-06-20 01:57:27 UTC (rev 20489)
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=/usr \
+ --enable-gpl \
+ --enable-shared \
+ --enable-pp \
+ --enable-pthreads \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/zbeta/ffmpeg-svn/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/ffmpeg-svn/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/ffmpeg-svn/DEPENDS 2006-06-20 01:57:27 UTC (rev 20489)
@@ -0,0 +1,10 @@
+optional_depends libvorbis "--enable-vorbis" "" "for ogg-vorbis support" &&
+optional_depends faad "--enable-faad" "" "for faad support" &&
+optional_depends faac "--enable-faac" "" "for faac support" &&
+optional_depends lame "--enable-mp3lame" "" "for mp3 support" &&
+optional_depends a52dec "--enable-a52" "" "for a52 support" &&
+optional_depends libogg "--enable-libogg" "" "for ogg support" &&
+optional_depends libtheora "--enable-theora" "" "for theora support" &&
+optional_depends xvidcore "--enable-xvid" "" "for MPEG4 codec support" &&
+optional_depends libdc1394 "--enable-dc1394" "" "for firewire support" &&
+optional_depends x264-cvs "--enable-x264" "" "for H264 support"
Added: moonbase/trunk/zbeta/ffmpeg-svn/DETAILS
===================================================================
--- moonbase/trunk/zbeta/ffmpeg-svn/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/ffmpeg-svn/DETAILS 2006-06-20 01:57:27 UTC (rev 20489)
@@ -0,0 +1,20 @@
+ MODULE=ffmpeg-svn
+ MOD=ffmpeg
+ VERSION=$UPDATED
+ SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD
+ SOURCE_URL=svn://svn.mplayerhq.hu/$MOD/trunk:$MOD
+ WEB_SITE=http://ffmpeg.sourceforge.net/
+ ENTERED=20020327
+ UPDATED=20060619
+ 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
More information about the Lunar-commits
mailing list