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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Apr 10 09:22:05 UTC 2015


    Date: Friday, April 10, 2015 @ 11:22:04
  Author: bpiotrowski
Revision: 236027

upgpkg: ffmpeg 1:2.6.1-2

- rebuild against x265 1.6
- drop rtmpdump in favor of internal rtmp support (FS#44255)

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-10 08:51:35 UTC (rev 236026)
+++ PKGBUILD	2015-04-10 09:22:04 UTC (rev 236027)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 depends=(
       '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' 'xvidcore' 'zlib' 'x265' 'fribidi' 'libssh'
-      'libx264.so'
+      'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+      'v4l-utils' 'xvidcore' 'zlib' 'fribidi' 'libssh'
+      'libx264.so' 'libx265.so'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
@@ -50,7 +50,6 @@
     --enable-libopenjpeg \
     --enable-libopus \
     --enable-libpulse \
-    --enable-librtmp \
     --enable-libschroedinger \
     --enable-libspeex \
     --enable-libssh \



More information about the arch-commits mailing list