libsamplerate: bump version.

* fix library versioning: dependencies need a rebuild.
This commit is contained in:
Jerome Duval
2016-10-17 20:47:59 +00:00
parent c91e32d32c
commit 6131169c8a
2 changed files with 4 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ slowing down effects."
HOMEPAGE="http://www.mega-nerd.com/SRC/" HOMEPAGE="http://www.mega-nerd.com/SRC/"
COPYRIGHT="2002-2011 Erik de Castro Lopo" COPYRIGHT="2002-2011 Erik de Castro Lopo"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="4" REVISION="1"
SOURCE_URI="http://www.mega-nerd.com/SRC/libsamplerate-$portVersion.tar.gz" SOURCE_URI="http://www.mega-nerd.com/SRC/libsamplerate-$portVersion.tar.gz"
CHECKSUM_SHA256="93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06" CHECKSUM_SHA256="0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1"
PATCHES="libsamplerate-$portVersion.patchset" PATCHES="libsamplerate-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64" ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -23,7 +23,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES=" PROVIDES="
libsamplerate$secondaryArchSuffix = $portVersion compat >= 0 libsamplerate$secondaryArchSuffix = $portVersion compat >= 0
cmd:sndfile_resample$secondaryArchSuffix cmd:sndfile_resample$secondaryArchSuffix
lib:libsamplerate$secondaryArchSuffix = 15.12.0 compat >= 15 lib:libsamplerate$secondaryArchSuffix = 0.1.8 compat >= 0
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku$secondaryArchSuffix
@@ -31,7 +31,7 @@ REQUIRES="
PROVIDES_devel=" PROVIDES_devel="
libsamplerate${secondaryArchSuffix}_devel = $portVersion compat >= 0 libsamplerate${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libsamplerate$secondaryArchSuffix = 15.12.0 compat >= 15 devel:libsamplerate$secondaryArchSuffix = 0.1.8 compat >= 0
" "
REQUIRES_devel=" REQUIRES_devel="
libsamplerate$secondaryArchSuffix == $portVersion base libsamplerate$secondaryArchSuffix == $portVersion base