mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
Updated libogg to 1.3.0
This commit is contained in:
parent
35bcb6232e
commit
247ee8ce0e
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
_pkgbasename=libogg
|
_pkgbasename=libogg
|
||||||
pkgname=lib32-$_pkgbasename
|
pkgname=lib32-$_pkgbasename
|
||||||
pkgver=1.2.2
|
pkgver=1.3.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Ogg bitstream and framing library (32-bit)"
|
pkgdesc="Ogg bitstream and framing library (32-bit)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.xiph.org/ogg/"
|
url="http://www.xiph.org/ogg/"
|
||||||
@ -15,7 +15,7 @@ depends=('lib32-glibc' $_pkgbasename)
|
|||||||
makedepends=(gcc-multilib)
|
makedepends=(gcc-multilib)
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://downloads.xiph.org/releases/ogg/$_pkgbasename-$pkgver.tar.gz)
|
source=(http://downloads.xiph.org/releases/ogg/$_pkgbasename-$pkgver.tar.gz)
|
||||||
md5sums=('5a9fcabc9a1b7c6f1cd75ddc78f36c56')
|
md5sums=('0a7eb40b86ac050db3a789ab65fe21c2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CC="gcc -m32"
|
export CC="gcc -m32"
|
||||||
|
Loading…
Reference in New Issue
Block a user