Files
haikuports/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe
Jerome Duval fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00

76 lines
1.3 KiB
Bash

SUMMARY="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/"
COPYRIGHT="2000-2005 Michael Smith, Stan Seibert and other contributers"
LICENSE="GNU GPL v2"
REVISION="4"
SOURCE_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz"
CHECKSUM_SHA256="a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
SOURCE_DIR="vorbis-tools-$portVersion"
PATCHES="vorbis_tools-$portVersion.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
vorbis_tools = $portVersion compat >= 1
cmd:oggenc
cmd:oggdec
cmd:ogginfo
cmd:vcut
cmd:vorbiscomment
cmd:ogg123
"
REQUIRES="
haiku
lib:libvorbis
lib:libFLAC
lib:libspeex
lib:libao
lib:libogg
lib:libvorbis
lib:libcurl
lib:libvorbisfile
lib:libvorbisenc
lib:libssl
lib:libz
"
BUILD_REQUIRES="
haiku_devel
devel:libvorbis
devel:libFLAC
devel:libspeex
devel:libao
devel:libogg
devel:libvorbis
devel:libcurl
devel:libvorbisfile
devel:libvorbisenc
devel:libssl
devel:libz
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:ld
cmd:libtoolize
cmd:aclocal
cmd:autoreconf
cmd:automake
cmd:make
cmd:pkg_config
"
BUILD()
{
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
autoreconf -fi
runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
rm -rf $prefix/lib
}