mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libvorbis: bump version
remove static libs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user