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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Apr 18 10:54:09 UTC 2015


    Date: Saturday, April 18, 2015 @ 12:54:09
  Author: bpiotrowski
Revision: 237393

upgpkg: ffmpeg 1:2.6.2-1

rebuild against libvpx 1.4.0

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-18 10:46:39 UTC (rev 237392)
+++ PKGBUILD	2015-04-18 10:54:09 UTC (rev 237393)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=2.6.1
-pkgrel=3
+pkgver=2.6.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -14,15 +14,15 @@
 license=('GPL')
 depends=(
       'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-      'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
+      'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis'
       'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
       'v4l-utils' 'xvidcore' 'zlib' 'fribidi' 'libssh'
-      'libx264.so' 'libx265.so'
+      'libvpx.so' 'libx264.so' 'libx265.so'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('62b5a37525fdf79aedd4a51a64793ed7'
+md5sums=('e75d598921285d6775f20164a91936ac'
          'SKIP')
 
 build() {



More information about the arch-commits mailing list