summaryrefslogtreecommitdiffstats
path: root/abs/core/x264/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-17 21:20:32 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-17 21:20:32 (GMT)
commita1cefccd990f50221c68ec0367100aa234eacf6b (patch)
treed3fddb002c4ffe37d6e14a1647f5b06c09c032e4 /abs/core/x264/PKGBUILD
parent28ad9d98caaf64ea99877869bc8b70ca266e8a4e (diff)
downloadlinhes_pkgbuild-a1cefccd990f50221c68ec0367100aa234eacf6b.zip
linhes_pkgbuild-a1cefccd990f50221c68ec0367100aa234eacf6b.tar.gz
linhes_pkgbuild-a1cefccd990f50221c68ec0367100aa234eacf6b.tar.bz2
x264: update to latest. update deps.
Diffstat (limited to 'abs/core/x264/PKGBUILD')
-rw-r--r--abs/core/x264/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/x264/PKGBUILD b/abs/core/x264/PKGBUILD
index f885b95..169184a 100644
--- a/abs/core/x264/PKGBUILD
+++ b/abs/core/x264/PKGBUILD
@@ -3,15 +3,16 @@
# Maintainer: Paul Mattal <paul@archlinux.org>
pkgname=x264
-pkgver=20101115
+pkgver=20101116
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=('libx11' 'gpac')
+depends=('glibc')
makedepends=('yasm')
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
@@ -33,4 +34,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('ac3ca40b7b1e4c8a9480bf29fd51078a')