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

Maxime Gauduin alucryd at archlinux.org
Sun May 7 16:58:45 UTC 2017


    Date: Sunday, May 7, 2017 @ 16:58:45
  Author: alucryd
Revision: 295435

ffmpeg 1:3.3-8: Depend on regular libx264.so again

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-07 16:25:58 UTC (rev 295434)
+++ PKGBUILD	2017-05-07 16:58:45 UTC (rev 295435)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=7
+pkgrel=8
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -16,11 +16,11 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
          'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
          'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
-         'libwebp' 'libx11' 'libx264' 'libxcb' 'opencore-amr' 'openjpeg2'
-         'opus' 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+         'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+         'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
          'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
          'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
-         'libx264-8bit.so' 'libx264-10bit.so' 'libx265.so' 'libxvidcore.so')
+         'libx264.so' 'libx265.so' 'libxvidcore.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'



More information about the arch-commits mailing list