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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Mar 24 08:26:51 UTC 2014


    Date: Monday, March 24, 2014 @ 09:26:50
  Author: bpiotrowski
Revision: 208529

upgpkg: ffmpeg 1:2.2-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-24 04:25:53 UTC (rev 208528)
+++ PKGBUILD	2014-03-24 08:26:50 UTC (rev 208529)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=2.1.4
+pkgver=2.2
 pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
@@ -13,14 +13,15 @@
 url='http://ffmpeg.org/'
 license=('GPL')
 depends=(
-      'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass'
+      'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
       'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
       'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-      'v4l-utils' 'x264' 'xvidcore' 'zlib'
+      'v4l-utils' 'x264' 'xvidcore' 'zlib' 'x265'
       )
 makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('dedc28003a77c69432c42ab16e5f6982')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('744febca199548c9393b1f1ed05ccdd8'
+         'SKIP')
 
 build() {
   cd $pkgname-$pkgver
@@ -53,6 +54,7 @@
     --enable-libvorbis \
     --enable-libvpx \
     --enable-libx264 \
+    --enable-libx265 \
     --enable-libxvid \
     --enable-pic \
     --enable-postproc \




More information about the arch-commits mailing list