extra/libvorbis to 1.3.4-1

This commit is contained in:
Kevin Mihelich 2014-01-24 15:53:38 +00:00
parent 0e885f0335
commit 884045fcb8

View file

@ -5,10 +5,8 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove Arch's CFLAGS replacement, doesn't work with our flags
plugrel=1
pkgname=libvorbis
pkgver=1.3.3
pkgver=1.3.4
pkgrel=1
pkgdesc="Vorbis codec library"
arch=('i686' 'x86_64')
@ -17,13 +15,11 @@ url="http://www.xiph.org/vorbis/"
depends=('libogg')
options=('!libtool')
source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
md5sums=('6b1a36f0d72332fae5130688e65efe1f')
md5sums=('8851c593a52d1ef9c526d95174873852')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
#-march=i686 optimizes too much, strip it out
#CFLAGS=${CFLAGS/-march=$CARCH} ./configure --prefix=/usr --disable-static
LIBS+="-lm" ./configure --prefix=/usr --disable-static
./configure --prefix=/usr --disable-static
make
}