[Lunar-commits]
CVS: moonbase/video/ffmpeg BUILD, NONE, 1.1 DETAILS, 1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Wed Oct 27 18:38:36 UTC 2004
Update of /var/cvs/lunar/moonbase/video/ffmpeg
In directory espresso.foo-projects.org:/tmp/cvs-serv19329/video/ffmpeg
Modified Files:
DETAILS
Added Files:
BUILD
Log Message:
add a patch in order to compile with gcc 3.4.x.
--- NEW FILE: BUILD ---
(
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
default_build
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/ffmpeg/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 5 Oct 2004 09:30:20 -0000 1.4
+++ DETAILS 27 Oct 2004 18:38:34 -0000 1.5
@@ -1,22 +1,22 @@
MODULE=ffmpeg
VERSION=0.4.8
- #VERSION=0.4.7
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/ffmpeg/
- SOURCE_VFY=md5:e00d47614ba1afd99ad2ea387e782dd9
+ SOURCE2=$MODULE-$VERSION-gcc34.patch.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE_VFY=sha1:629a0f8f4daa3da1dedd8ba58bfdec4c47581bb4
+ SOURCE2_VFY=sha1:10db8844bb9f4fa6a3a0f32699c7473f6a3cf0a2
WEB_SITE=http://ffmpeg.sourceforge.net/
ENTERED=20020327
UPDATED=20031112
SHORT="ffmpeg is an avi decoder"
-cat << EOF
-FFmpeg (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 and is available
-under the GNU General Public License.
+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