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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 15 22:48:08 UTC 2016


    Date: Monday, February 15, 2016 @ 23:48:08
  Author: alucryd
Revision: 259357

Add ffmpeg sodepends

Modified:
  x264/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 22:45:26 UTC (rev 259356)
+++ PKGBUILD	2016-02-15 22:48:08 UTC (rev 259357)
@@ -52,7 +52,8 @@
 
 package_x264() {
   pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends=('ffmpeg' 'liblsmash.so')
+  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+            'libswscale.so')
   provides=('x264-10bit')
   conflicts=('x264-10bit')
   replaces=('x264-10bit')



More information about the arch-commits mailing list