ffmpeg: remove old non-recipes and patches

This commit is contained in:
Ingo Weinhold
2013-06-11 22:54:53 +02:00
parent 497b892ab0
commit 22ceadf77c
4 changed files with 0 additions and 91 deletions

View File

@@ -1,19 +0,0 @@
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"
CHECKSUM_MD5="be8503f15c3b81ba00eb8379ca8dcf33"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd ffmpeg-0.5
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared
make
}
INSTALL()
{
cd ffmpeg-0.5
make install
}

View File

@@ -1,24 +0,0 @@
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.6.tar.bz2"
CHECKSUM_MD5="d6142a9a5821d6a6262a6edb903faa24"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd ffmpeg-0.6
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared
make
}
INSTALL()
{
cd ffmpeg-0.6
make install
}
LICENSE="GNU LGPL v2.1
GNU GPL v2"
COPYRIGHT="2000-2003 Fabrice Bellard
2003-2010 the FFmpeg developers"

View File

@@ -1,26 +0,0 @@
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
- beos|haiku|zeta)
+ beos|zeta)
prefix_default="$HOME/config"
# helps building libavcodec
add_cflags -DPIC -fomit-frame-pointer
@@ -1509,6 +1509,13 @@
enable beos_netserver
network_extralibs="-lnet"
fi ;;
+ haiku)
+ prefix_default="/boot/common"
+ SHFLAGS=' -shared'
+ disable audio_beos
+ enable beosthreads
+ network_extralibs="-lnetwork"
+ ;;
sunos)
FFSERVERLDFLAGS=""
SHFLAGS='-shared -Wl,-h,$$(@F)'

View File

@@ -1,22 +0,0 @@
--- ffmpeg-0.6/configure 2010-06-15 19:44:30.020447232 +0000
+++ ffmpeg-0.6-haiku/configure 2010-07-13 20:40:48.244056064 +0000
@@ -2127,7 +2127,7 @@
# OS specific
case $target_os in
- beos|haiku|zeta)
+ beos|zeta)
prefix_default="$HOME/config"
# 3 gcc releases known for BeOS, each with ugly bugs
gcc_version="$($cc -v 2>&1 | grep version | cut -d ' ' -f3-)"
@@ -2151,6 +2148,10 @@
enable beos_netserver
network_extralibs="-lnet"
fi ;;
+ haiku)
+ prefix_default="/boot/common"
+ network_extralibs="-lnetwork"
+ ;;
sunos)
FFSERVERLDFLAGS=""
SHFLAGS='-shared -Wl,-h,$$(@F)'