mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -9,7 +9,8 @@ DEPEND="media-libs/libogg >= 1.3.0
|
||||
media-libs/libtheora >= 1.1.0
|
||||
media-libs/libvorbis >= 1.3.2
|
||||
media-libs/libvpx >= 1.0.0"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd ffmpeg-0.10.2
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --enable-shared \
|
||||
--enable-libvorbis --enable-libspeex --enable-libtheora --enable-libvpx \
|
||||
@@ -17,7 +18,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd ffmpeg-0.10.2
|
||||
make install
|
||||
}
|
||||
@@ -9,7 +9,8 @@ DEPEND="media-libs/libogg >= 1.3.0
|
||||
media-libs/libtheora >= 1.1.0
|
||||
media-libs/libvorbis >= 1.3.2
|
||||
media-libs/libvpx >= 1.0.0"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd ffmpeg-0.10.2
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --enable-shared \
|
||||
--enable-libvorbis --enable-libspeex --enable-libtheora --enable-libvpx \
|
||||
@@ -17,7 +18,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd ffmpeg-0.10.2
|
||||
make install
|
||||
}
|
||||
@@ -9,14 +9,16 @@ DEPEND="media-libs/libogg >= 1.3.0
|
||||
media-libs/libtheora >= 1.1.0
|
||||
media-libs/libvorbis >= 1.3.2
|
||||
media-libs/libvpx >= 1.0.0"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd ffmpeg-0.10
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --enable-shared \
|
||||
--enable-libvorbis --enable-libspeex --enable-libtheora --enable-libvpx
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd ffmpeg-0.10
|
||||
make install
|
||||
}
|
||||
@@ -9,7 +9,8 @@ DEPEND="media-libs/libogg >= 1.3.0
|
||||
media-libs/libtheora >= 1.1.0
|
||||
media-libs/libvorbis >= 1.3.2
|
||||
media-libs/libvpx >= 1.0.0"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd ffmpeg-0.11.1
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --enable-shared \
|
||||
--enable-libvorbis --enable-libspeex --enable-libtheora --enable-libvpx \
|
||||
@@ -17,7 +18,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd ffmpeg-0.11.1
|
||||
make install
|
||||
}
|
||||
@@ -5,13 +5,15 @@ CHECKSUM_MD5="be8503f15c3b81ba00eb8379ca8dcf33"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd ffmpeg-0.5
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd ffmpeg-0.5
|
||||
make install
|
||||
}
|
||||
@@ -5,13 +5,15 @@ CHECKSUM_MD5="d6142a9a5821d6a6262a6edb903faa24"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd ffmpeg-0.6
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd ffmpeg-0.6
|
||||
make install
|
||||
}
|
||||
@@ -5,14 +5,16 @@ SRC_URI="svn://svn.ffmpeg.org/ffmpeg/trunk#23081"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd ffmpeg-23081
|
||||
chmod 777 configure
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared --enable-gpl
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd ffmpeg-23081
|
||||
make install
|
||||
}
|
||||
@@ -5,14 +5,16 @@ SRC_URI="svn://svn.ffmpeg.org/ffmpeg/trunk#7407"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd ffmpeg-7407
|
||||
chmod 777 configure
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --disable-mmx --enable-shared --enable-gpl --enable-pp
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd ffmpeg-7407
|
||||
make install
|
||||
}
|
||||
@@ -23,7 +23,8 @@ DEPEND="media-video/ffmpeg >= 0.5
|
||||
#
|
||||
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
if test ! -e gnash; then
|
||||
bzr branch http://bzr.savannah.gnu.org/r/gnash/trunk/ gnash || true;
|
||||
fi
|
||||
@@ -67,7 +68,8 @@ BUILD {
|
||||
|
||||
popd
|
||||
}
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd gnash
|
||||
setgcc gcc4
|
||||
make install "CXXFLAGS=-I/boot/common/include/boost-1_38/"
|
||||
@@ -14,7 +14,8 @@ DEPEND="dev-libs/libxml2 >= 2.7.7
|
||||
media-libs/libass >= 0.9.9
|
||||
media-libs/dvdread >= 4.1.3"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd HandBrake-0.9.5
|
||||
cp make/variant/linux.defs make/variant/haiku.defs
|
||||
|
||||
@@ -35,7 +36,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd HandBrake-0.9.5
|
||||
make install
|
||||
}
|
||||
@@ -16,7 +16,8 @@ DEPEND="pkgconfig >= 0.23
|
||||
media-libs/libdvdread >= 4.1.3
|
||||
media-libs/libdvdnav >= 4.1.3"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd mplayer-1.0
|
||||
cp /boot/common/share/libtool/config/config.* .
|
||||
libtoolize --force --copy --install
|
||||
@@ -28,7 +29,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd mplayer-1.0
|
||||
make install
|
||||
}
|
||||
@@ -12,14 +12,16 @@ DEPEND="pkgconfig >= 0.23,
|
||||
libmad
|
||||
ffmpeg = 7407"
|
||||
CHECKSUM_MD5="fd852166d1705573cd7768a06117ed51"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd vlc-0.8.6i
|
||||
libtoolize --force --copy --install
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd vlc-0.8.6i
|
||||
make install
|
||||
}
|
||||
@@ -16,14 +16,16 @@ DEPEND="pkgconfig >= 0.23
|
||||
libdca
|
||||
ffmpeg >= 0.6"
|
||||
CHECKSUM_MD5="9ab7d8218ff37e362f996fd7d8879dbc"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd vlc-1.1.5
|
||||
./bootstrap
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-postproc --disable-xcb --disable-skins2 --disable-qt4 --disable-libgcrypt --disable-remoteosd
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd vlc-1.1.5
|
||||
make install
|
||||
}
|
||||
@@ -24,14 +24,16 @@ DEPEND="faad2,
|
||||
libsdl
|
||||
sdl-image"
|
||||
CHECKSUM_MD5="4f959c0766ada8cea5a72c65fce94ebe"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd vlc-2.0.5
|
||||
bootstrap
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-kde-solid=no --disable-xcb --enable-run-as-root --enable-static
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd vlc-2.0.5
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user