mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/libvorbis to 1.3.4-1
This commit is contained in:
parent
0e885f0335
commit
884045fcb8
1 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue