mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
74 lines
1.2 KiB
Plaintext
74 lines
1.2 KiB
Plaintext
SUMMARY="vorbis-tools - tools for using the Ogg Vorbis sound file format"
|
|
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.4.0.tar.gz"
|
|
CHECKSUM_MD5="567e0fb8d321b2cd7124f8208b8b90e6"
|
|
REVISION="1"
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2000-2005 Michael Smith, Stan Seibert and other contributers"
|
|
|
|
ARCHITECTURES="x86 x86_gcc2"
|
|
|
|
PROVIDES="
|
|
vorbis_tools = 1.4.0 compat >= 1
|
|
cmd:oggenc
|
|
cmd:oggdec
|
|
cmd:ogginfo
|
|
cmd:vcut
|
|
cmd:vorbiscomment
|
|
"
|
|
|
|
REQUIRES="
|
|
haiku
|
|
lib:libvorbis
|
|
lib:libflac
|
|
lib:speex
|
|
lib:libao
|
|
lib:libogg
|
|
lib:libvorbis
|
|
lib:libcurl
|
|
lib:libvorbisfile
|
|
lib:libvorbisenc
|
|
lib:libFLAC
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
"
|
|
|
|
SOURCE_DIR="vorbis-tools-$portVersion"
|
|
|
|
BUILD_PREREQUIRES="
|
|
cmd:gcc
|
|
cmd:libtoolize
|
|
cmd:aclocal
|
|
cmd:autoconf
|
|
cmd:automake
|
|
cmd:make
|
|
cmd:pkg_config
|
|
devel:libogg
|
|
devel:libvorbis
|
|
devel:libflac
|
|
"
|
|
|
|
PATCH="vorbis_tools-1.4.0.patch"
|
|
|
|
PATCH()
|
|
{
|
|
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
|
|
}
|
|
|
|
BUILD()
|
|
{
|
|
libtoolize --force --copy --install
|
|
aclocal -I m4
|
|
automake
|
|
autoconf
|
|
runConfigure ./configure
|
|
make $jobArgs
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install
|
|
}
|