diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/libvpx/APKBUILD | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD index 062c16a086..b69f364339 100644 --- a/main/libvpx/APKBUILD +++ b/main/libvpx/APKBUILD @@ -1,24 +1,20 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libvpx -_ver=0.9.0 -_git=100617 -pkgver=0.9.0_git$_git +pkgver=0.9.1 pkgrel=0 pkgdesc="Library for the vp8 codec" url="http://www.webmproject.org/" license="GPL" depends= -makedepends="coreutils yasm bash" +makedepends="coreutils yasm bash perl" install= subpackages="$pkgname-dev" -source="http://webm.googlecode.com/files/libvpx-$_ver.tar.bz2 - git100617.patch" +source="http://webm.googlecode.com/files/libvpx-$pkgver.tar.bz2" -_builddir="$srcdir"/$pkgname-$_ver +_builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" - patch -p1 -i "$srcdir"/git100617.patch } build() { @@ -38,5 +34,4 @@ package() { make DIST_DIR="$pkgdir"/usr install } -md5sums="9eb8e818d2f3263623c258fe66924082 libvpx-0.9.0.tar.bz2 -4339d51cc3b95ce5b577f4a84c7b4d2c git100617.patch" +md5sums="e1442e74d0cca228785083fa520735a2 libvpx-0.9.1.tar.bz2" |