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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Mar 7 17:29:44 UTC 2015


    Date: Saturday, March 7, 2015 @ 18:29:44
  Author: bpiotrowski
Revision: 232986

upgpkg: x264 2:144.20150223-1

bump to latest commit from stable branch

Modified:
  x264/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-07 17:24:55 UTC (rev 232985)
+++ PKGBUILD	2015-03-07 17:29:44 UTC (rev 232986)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=142.20140826
+pkgver=144.20150223
 pkgrel=1
 epoch=2
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 makedepends=('yasm' 'git' 'ffmpeg')
-source=(git://git.videolan.org/x264.git#commit=021c0dc6c95c)
+source=(git://git.videolan.org/x264.git#commit=c8a773ebf)
 md5sums=('SKIP')
 
 pkgver() {
@@ -55,7 +55,7 @@
 package_libx264() {
   pkgdesc='Library for encoding H264/AVC video streams'
   depends=('glibc')
-  provides=('x264-dev')
+  provides=('libx264.so' 'x264-dev')
   conflicts=('x264-dev')
   replaces=('x264-dev')
 
@@ -66,7 +66,7 @@
 package_libx264-10bit() {
   pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
   depends=('glibc')
-  provides=('libx264' 'x264-dev')
+  provides=('libx264.so' 'libx264' 'x264-dev')
   conflicts=('libx264' 'x264-dev')
 
   install -d "$pkgdir"/usr/lib



More information about the arch-commits mailing list