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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon May 5 19:26:56 UTC 2014


    Date: Monday, May 5, 2014 @ 21:26:56
  Author: bpiotrowski
Revision: 212059

upgpkg: ffmpeg 1:2.2.2-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-05 19:13:40 UTC (rev 212058)
+++ PKGBUILD	2014-05-05 19:26:56 UTC (rev 212059)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
@@ -19,17 +19,10 @@
       'v4l-utils' 'x264' 'xvidcore' 'zlib' 'x265'
       )
 makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-        0001-libx265-Support-API-version-9.patch)
-md5sums=('b8a1ee4964c2638f46fcc803ed453818'
-         'SKIP'
-         '4cbf9b13dc013e96be36445b4a2bfdac')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('581affe5d820d89ce21fe3f0316ef2c3'
+         'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../0001-libx265-Support-API-version-9.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 




More information about the arch-commits mailing list