vorbis_tools: Fix libFLAC dependency, rev revision due to lib change

This commit is contained in:
Alexander von Gluck IV
2014-12-03 19:47:19 +00:00
parent 019214ecfd
commit 4c299e799f

View File

@@ -5,7 +5,7 @@ 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_SHA256="a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
REVISION="1"
REVISION="2"
LICENSE="GNU GPL v2"
COPYRIGHT="2000-2005 Michael Smith, Stan Seibert and other contributers"
@@ -25,7 +25,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libvorbis$secondaryArchSuffix
lib:libflac$secondaryArchSuffix
lib:libFLAC$secondaryArchSuffix
lib:libspeex$secondaryArchSuffix
lib:libao$secondaryArchSuffix
lib:libogg$secondaryArchSuffix
@@ -40,7 +40,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libvorbis$secondaryArchSuffix
devel:libflac$secondaryArchSuffix
devel:libFLAC$secondaryArchSuffix
devel:libspeex$secondaryArchSuffix
devel:libao$secondaryArchSuffix
devel:libogg$secondaryArchSuffix