[arch-commits] Commit in x264/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Aug 7 09:00:22 UTC 2014


    Date: Thursday, August 7, 2014 @ 11:00:22
  Author: bpiotrowski
Revision: 219381

upgpkg: x264 1:142.20140311-6

enable lavf support

Modified:
  x264/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-07 08:55:30 UTC (rev 219380)
+++ PKGBUILD	2014-08-07 09:00:22 UTC (rev 219381)
@@ -6,13 +6,13 @@
 
 pkgname=('x264' 'libx264' 'libx264-10bit')
 pkgver=142.20140311
-pkgrel=5
+pkgrel=6
 epoch=1
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
 license=('GPL')
 depends=('glibc')
-makedepends=('yasm' 'git')
+makedepends=('yasm' 'git' 'ffmpeg')
 source=(git://git.videolan.org/x264.git#commit=b7a50c16)
 md5sums=('SKIP')
 
@@ -44,7 +44,7 @@
 
 package_x264() {
   pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends=('glibc')
+  depends=('glibc' 'ffmpeg')
   provides=('x264-dev' 'x264-10bit')
   conflicts=('x264-dev' 'x264-10bit')
   replaces=('x264-dev' 'x264-10bit')




More information about the arch-commits mailing list