diff --git a/media-sound/bladeenc/bladeenc-0.94.2.bep b/media-sound/bladeenc/bladeenc-0.94.2.bep new file mode 100644 index 000000000..145957c87 --- /dev/null +++ b/media-sound/bladeenc/bladeenc-0.94.2.bep @@ -0,0 +1,21 @@ +DESCRIPTION="bladeenc - An mp3 encoder" +HOMEPAGE="http://bladeenc.mp3.no/" +SRC_URI="http://bladeenc.mp3.no/source/bladeenc-0.94.2-src-stable.tar.gz" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="" +BUILD { + cd bladeenc-0.94.2 + libtoolize --force --copy --install + aclocal + automake --add-missing + autoconf + ./configure --prefix=/boot/common + make + make install +} + +INSTALL { + cd bladeenc-0.94.2 + make install +} diff --git a/media-sound/bladeenc/bladeenc-0.94.2-haiku.diff b/media-sound/bladeenc/patches/bladeenc-0.94.2.patch similarity index 100% rename from media-sound/bladeenc/bladeenc-0.94.2-haiku.diff rename to media-sound/bladeenc/patches/bladeenc-0.94.2.patch diff --git a/media-sound/lame/lame-398-2.bep b/media-sound/lame/lame-398-2.bep new file mode 100644 index 000000000..0ea5739e3 --- /dev/null +++ b/media-sound/lame/lame-398-2.bep @@ -0,0 +1,20 @@ +DESCRIPTION="LAME Ain't an MP3 Encoder" +HOMEPAGE="http://lame.sourceforge.net/" +SRC_URI="http://downloads.sourceforge.net/project/lame/lame/3.98.2/lame-398-2.tar.gz" +REVISION="1" +STATUS_HAIKU="untested" +DEPEND="nasm" +BUILD { + cd lame-398-2 + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd lame-398-2 + make install +} diff --git a/media-sound/lame/lame.OptionalPackageDescription b/media-sound/lame/lame.OptionalPackageDescription new file mode 100644 index 000000000..9b62f0ddc --- /dev/null +++ b/media-sound/lame/lame.OptionalPackageDescription @@ -0,0 +1,5 @@ +Package: lame +Version: 3.98.2 +Copyright 1998-2008 Mike Cheng et al. +License: LGPL v2 +URL: http://lame.sourceforge.net/ \ No newline at end of file diff --git a/media-sound/lame/lame-398-2.diff b/media-sound/lame/patches/lame-398-2.patch similarity index 100% rename from media-sound/lame/lame-398-2.diff rename to media-sound/lame/patches/lame-398-2.patch diff --git a/media-sound/vorbis-tools/vorbis-tools-1.2.0-haiku.diff b/media-sound/vorbis-tools/patches/vorbis-tools-1.2.0.patch similarity index 100% rename from media-sound/vorbis-tools/vorbis-tools-1.2.0-haiku.diff rename to media-sound/vorbis-tools/patches/vorbis-tools-1.2.0.patch diff --git a/media-sound/vorbis-tools/vorbis-tools-1.2.0.bep b/media-sound/vorbis-tools/vorbis-tools-1.2.0.bep new file mode 100644 index 000000000..0b42c2f3e --- /dev/null +++ b/media-sound/vorbis-tools/vorbis-tools-1.2.0.bep @@ -0,0 +1,20 @@ +DESCRIPTION="vorbis-tools - tools for using the Ogg Vorbis sound file format" +HOMEPAGE="http://www.vorbis.com/" +SRC_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.2.0.tar.gz" +REVISION="1" +STATUS_HAIKU="untested" +DEPEND="" +BUILD { + cd vorbis-toolis-1.2.0 + libtoolize --force --copy --install + aclocal -I m4 + automake + autoconf + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd vorbis-tools-1.2.0 + make install +} diff --git a/media-sound/vorbis-tools/vorbis-tools.OptionalPackageDescription b/media-sound/vorbis-tools/vorbis-tools.OptionalPackageDescription new file mode 100644 index 000000000..96ad753dc --- /dev/null +++ b/media-sound/vorbis-tools/vorbis-tools.OptionalPackageDescription @@ -0,0 +1,5 @@ +Package: vorbis-tools +Version: 1.2.0 +Copyright: 2000-2005 Michael Smith, Stan Seibert and other contributers +License: GPL v2 +URL: http://www.xiph.org/ \ No newline at end of file