[arch-commits] Commit in ffmpeg2.8/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun May 7 17:10:32 UTC 2017


    Date: Sunday, May 7, 2017 @ 17:10:31
  Author: alucryd
Revision: 295437

ffmpeg2.8 2.8.11-9: Depend on regular libx264.so again

Modified:
  ffmpeg2.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-07 16:59:24 UTC (rev 295436)
+++ PKGBUILD	2017-05-07 17:10:31 UTC (rev 295437)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg2.8
 pkgver=2.8.11
-pkgrel=8
+pkgrel=9
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='https://ffmpeg.org/'
@@ -14,11 +14,10 @@
 license=('GPL3')
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
          'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
-         'libtheora' 'libva' 'libvdpau' 'libwebp' 'libx264' 'opencore-amr'
-         'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
-         'zlib'
+         'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+         'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
          'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
-         'libvpx.so' 'libx264-8bit.so' 'libx264-10bit.so' 'libx265.so')
+         'libvpx.so' 'libx264.so' 'libx265.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'libx264' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'



More information about the arch-commits mailing list