Initial .bep file for ffmpeg-0.5, also moved patch to patches folder

This commit is contained in:
Scott McCreary
2009-10-18 23:03:43 +00:00
parent e1c5d67e8f
commit 48b8efe9c8
2 changed files with 21 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
DESCRIPTION="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library."
HOMEPAGE="http://www.ffmpeg.org"
SRC_URI="http://ffmpeg.org/releases/ffmpeg-0.5.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd ffmpeg-0.5
./configure --prefix=/boot/common --disable-debug --disable-mmx --enable-shared
make
}
INSTALL {
cd ffmpeg-0.5
make install
}

View File

@@ -1,8 +1,7 @@
Index: configure
===================================================================
--- configure (revision 18820)
+++ configure (working copy)
@@ -1554,7 +1554,7 @@
diff -urN ffmpeg-0.5/configure ffmpeg-0.5-haiku/configure
--- ffmpeg-0.5/configure 2009-03-01 17:57:14.000000000 +0000
+++ ffmpeg-0.5-haiku/configure 2009-10-18 22:24:38.000000000 +0000
@@ -1483,7 +1483,7 @@
# OS specific
case $target_os in
@@ -11,7 +10,7 @@ Index: configure
prefix_default="$HOME/config"
# helps building libavcodec
add_cflags -DPIC -fomit-frame-pointer
@@ -1580,6 +1580,13 @@
@@ -1509,6 +1509,13 @@
enable beos_netserver
network_extralibs="-lnet"
fi ;;