mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
vorbis_tools: fix x86_64 build.
* remove secondary arch support.
This commit is contained in:
@@ -4,71 +4,67 @@ vorbis-tools - tools for using the Ogg Vorbis sound file format."
|
|||||||
HOMEPAGE="http://www.vorbis.com/"
|
HOMEPAGE="http://www.vorbis.com/"
|
||||||
COPYRIGHT="2000-2005 Michael Smith, Stan Seibert and other contributers"
|
COPYRIGHT="2000-2005 Michael Smith, Stan Seibert and other contributers"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz"
|
SOURCE_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz"
|
||||||
CHECKSUM_SHA256="a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
|
CHECKSUM_SHA256="a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
|
||||||
SOURCE_DIR="vorbis-tools-$portVersion"
|
SOURCE_DIR="vorbis-tools-$portVersion"
|
||||||
PATCHES="vorbis_tools-1.4.0.patch"
|
PATCHES="vorbis_tools-1.4.0.patch"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
vorbis_tools = $portVersion compat >= 1
|
vorbis_tools = $portVersion compat >= 1
|
||||||
cmd:oggenc$secondaryArchSuffix
|
cmd:oggenc
|
||||||
cmd:oggdec$secondaryArchSuffix
|
cmd:oggdec
|
||||||
cmd:ogginfo$secondaryArchSuffix
|
cmd:ogginfo
|
||||||
cmd:vcut$secondaryArchSuffix
|
cmd:vcut
|
||||||
cmd:vorbiscomment$secondaryArchSuffix
|
cmd:vorbiscomment
|
||||||
cmd:ogg123$secondaryArchSuffix
|
cmd:ogg123
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku
|
||||||
lib:libvorbis$secondaryArchSuffix
|
lib:libvorbis
|
||||||
lib:libFLAC$secondaryArchSuffix
|
lib:libFLAC
|
||||||
lib:libspeex$secondaryArchSuffix
|
lib:libspeex
|
||||||
lib:libao$secondaryArchSuffix
|
lib:libao
|
||||||
lib:libogg$secondaryArchSuffix
|
lib:libogg
|
||||||
lib:libvorbis$secondaryArchSuffix
|
lib:libvorbis
|
||||||
lib:libcurl$secondaryArchSuffix
|
lib:libcurl
|
||||||
lib:libvorbisfile$secondaryArchSuffix
|
lib:libvorbisfile
|
||||||
lib:libvorbisenc$secondaryArchSuffix
|
lib:libvorbisenc
|
||||||
lib:libssl$secondaryArchSuffix
|
lib:libssl
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku_devel
|
||||||
devel:libvorbis$secondaryArchSuffix
|
devel:libvorbis
|
||||||
devel:libFLAC$secondaryArchSuffix
|
devel:libFLAC
|
||||||
devel:libspeex$secondaryArchSuffix
|
devel:libspeex
|
||||||
devel:libao$secondaryArchSuffix
|
devel:libao
|
||||||
devel:libogg$secondaryArchSuffix
|
devel:libogg
|
||||||
devel:libvorbis$secondaryArchSuffix
|
devel:libvorbis
|
||||||
devel:libcurl$secondaryArchSuffix
|
devel:libcurl
|
||||||
devel:libvorbisfile$secondaryArchSuffix
|
devel:libvorbisfile
|
||||||
devel:libvorbisenc$secondaryArchSuffix
|
devel:libvorbisenc
|
||||||
devel:libssl$secondaryArchSuffix
|
devel:libssl
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libz
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc
|
||||||
cmd:ld$secondaryArchSuffix
|
cmd:ld
|
||||||
cmd:libtoolize
|
cmd:libtoolize
|
||||||
cmd:aclocal
|
cmd:aclocal
|
||||||
cmd:autoconf
|
cmd:autoreconf
|
||||||
cmd:automake
|
cmd:automake
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:pkg_config$secondaryArchSuffix
|
cmd:pkg_config
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
|
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
|
||||||
libtoolize --force --copy --install
|
autoreconf -fi
|
||||||
aclocal -I m4
|
|
||||||
automake
|
|
||||||
autoconf
|
|
||||||
runConfigure ./configure
|
runConfigure ./configure
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
@@ -76,4 +72,5 @@ BUILD()
|
|||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
|
rm $prefix/lib
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user