summaryrefslogtreecommitdiffstats
path: root/abs/core/x264/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-08-06 01:13:55 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-08-06 01:13:55 (GMT)
commit12d025b342ea99681a2b9d830a153ced182daca1 (patch)
treed9943ed95e570c0706c6b5021b4570894877325a /abs/core/x264/PKGBUILD
parentbcfb3dc1bd231f91914f917149164d41a2f3ce0a (diff)
parent9cc464bde03a97d6cbea14420b1b2ee32ca3ca00 (diff)
downloadlinhes_pkgbuild-12d025b342ea99681a2b9d830a153ced182daca1.zip
linhes_pkgbuild-12d025b342ea99681a2b9d830a153ced182daca1.tar.gz
linhes_pkgbuild-12d025b342ea99681a2b9d830a153ced182daca1.tar.bz2
Merge branch 'testing' of ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/x264/PKGBUILD')
-rw-r--r--abs/core/x264/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/x264/PKGBUILD b/abs/core/x264/PKGBUILD
index 169184a..c482e04 100644
--- a/abs/core/x264/PKGBUILD
+++ b/abs/core/x264/PKGBUILD
@@ -3,16 +3,16 @@
# Maintainer: Paul Mattal <paul@archlinux.org>
pkgname=x264
-pkgver=20101116
+pkgver=20110803
pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=('i686' 'x86_64')
url="http://www.videolan.org/developers/x264.html"
license=('GPL')
depends=('glibc')
-makedepends=('yasm')
+optdepends=('gpac: For gpac support')
+makedepends=('yasm' 'gpac')
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${pkgver}-2245.tar.bz2)
-md5sums=('18a03ff761a290e84cb9f75e716fa5dc')
build() {
cd "${srcdir}/${pkgname}-snapshot-${pkgver}-2245" || return 1
@@ -34,3 +34,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
+md5sums=('6148c89b85b1136e8047882037a57c07')