summaryrefslogtreecommitdiffstats
path: root/main/libvpx
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-08-19 12:41:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-08-19 12:41:24 +0000
commitd5e0c5cbc1c543cc9870c173f3fe69c61d4b76e9 (patch)
treef141f5a91f1a8bf338e6d81077e7e409242d5497 /main/libvpx
parent0b5be7a524dfb71a5b26e5fce4f4044c77069561 (diff)
downloadaports-d5e0c5cbc1c543cc9870c173f3fe69c61d4b76e9.tar.bz2
aports-d5e0c5cbc1c543cc9870c173f3fe69c61d4b76e9.tar.xz
main/libvpx: upgrade to 1.2.0
Diffstat (limited to 'main/libvpx')
-rw-r--r--main/libvpx/APKBUILD21
1 files changed, 8 insertions, 13 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD
index a040de957..a7d02145f 100644
--- a/main/libvpx/APKBUILD
+++ b/main/libvpx/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libvpx
-pkgver=1.1.0
+pkgver=1.2.0
_ver=${pkgver/_/-}
-pkgrel=1
+pkgrel=0
pkgdesc="Library for the vp8 codec"
url="http://www.webmproject.org/"
arch="all"
@@ -11,11 +11,9 @@ depends=
makedepends="coreutils yasm bash perl"
install=
subpackages="$pkgname-dev $pkgname-utils"
-patches="libm-pc.patch"
-source="http://webm.googlecode.com/files/libvpx-v$_ver.tar.bz2
- $patches"
+source="ftp://ftp.archlinux.org/other/libvpx/libvpx-$pkgver.tar.xz"
-_builddir="$srcdir"/$pkgname-v$_ver
+_builddir="$srcdir"/$pkgname-$_ver
prepare() {
cd "$_builddir"
@@ -27,7 +25,7 @@ prepare() {
build() {
cd "$_builddir"
- ./configure \
+ bash ./configure \
--enable-pic \
--enable-libs \
--enable-runtime-cpu-detect \
@@ -50,9 +48,6 @@ utils() {
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
}
-md5sums="7ae163ac3196c79ec2f0904280078a45 libvpx-v1.1.0.tar.bz2
-8a0ec70d65975dde522ece92e9eeb7f1 libm-pc.patch"
-sha256sums="9ce074cf4b3bcd9a49ff93e05485b71c273bfc3685a305e55a0e7fa51beb72c5 libvpx-v1.1.0.tar.bz2
-d0eafca9e8d16e3d9b68b0ffb66b771a18515a410a0c1100f3a7984bb260ef68 libm-pc.patch"
-sha512sums="5c165a1a171143f7c406ef899914a353d35f6dec0e3c49eec9a4f3311fd4072dea2e0da8ceb80651ad23e24cdbf2d6da328805bda8be042bbea2c65c9e53eaaa libvpx-v1.1.0.tar.bz2
-3b02b541cb45a9006aa887468a8444933df57a8159995bf5488e33f270f7206f6a456fc02678a36814d8b27c3edfb0799c8d21514077a29f1fe81960bbc74ed3 libm-pc.patch"
+md5sums="2a5228c1d3807cf1313ec41914debb5d libvpx-1.2.0.tar.xz"
+sha256sums="a030b9334ac6d3c9ac2561f1ff487aa0faf79272429057b1dc50e4c735f5690a libvpx-1.2.0.tar.xz"
+sha512sums="192cde9d018d76346f0116a8ba5f9e0afe72e778aeb7b77f7662449245568cb2169405ed9ecc3341eacd8dc3b9cefcea87b047015d6f3e1b38873cefef4ba00e libvpx-1.2.0.tar.xz"