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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Sep 15 07:17:33 UTC 2014


    Date: Monday, September 15, 2014 @ 09:17:32
  Author: bpiotrowski
Revision: 221737

upgpkg: ffmpeg 1:2.4-1

- new upstream release
- drop configure flags set by default

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-15 03:43:45 UTC (rev 221736)
+++ PKGBUILD	2014-09-15 07:17:32 UTC (rev 221737)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=2.3.3
-pkgrel=2
+pkgver=2.4
+pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('72361d3b8717b6db3ad2b9da8df7af5e'
+md5sums=('89a9c464cdf572f9028285eee605454d'
          'SKIP')
 
 build() {
@@ -32,9 +32,6 @@
     --disable-static \
     --enable-avisynth \
     --enable-avresample \
-    --enable-decoder=atrac3 \
-    --enable-decoder=atrac3p \
-    --enable-dxva2 \
     --enable-fontconfig \
     --enable-gnutls \
     --enable-gpl \
@@ -60,7 +57,6 @@
     --enable-libx265 \
     --enable-libxvid \
     --enable-pic \
-    --enable-postproc \
     --enable-runtime-cpudetect \
     --enable-shared \
     --enable-swresample \




More information about the arch-commits mailing list