libvorbis: bump version

remove static libs
This commit is contained in:
Jerome Duval
2021-01-15 16:30:35 +01:00
parent 45eb66a0fd
commit 2f2c564e13
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ COPYRIGHT="1994-2018 Xiph.Org Foundation"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://downloads.xiph.org/releases/vorbis/libvorbis-$portVersion.tar.gz"
CHECKSUM_SHA256="6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb"
CHECKSUM_SHA256="0e982409a9c3fc82ee06e08205b1355e5c6aa4c36bca58146ef399621b0ce5ab"
PATCHES="libvorbis-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -26,9 +26,9 @@ vorbisLibs="
libvorbisenc \
libvorbisfile \
"
libvorbisVersion="0.4.8"
libvorbisencVersion="2.0.11"
libvorbisfileVersion="3.3.7"
libvorbisVersion="0.4.9"
libvorbisencVersion="2.0.12"
libvorbisfileVersion="3.3.8"
for i in $vorbisLibs; do
eval "${i}VersionCompat=\"\$${i}Version compat >= \${${i}Version%%.*}\""
done
@@ -94,7 +94,7 @@ INSTALL()
{
make install
rm $libDir/libvorbis*.la
rm $libDir/libvorbis*.la $libDir/libvorbis*.a
if [ -n "$secondaryArchSuffix" ]; then
rm -rf "$developDir"/documentation