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

Maxime Gauduin alucryd at archlinux.org
Mon Aug 27 09:25:13 UTC 2018


    Date: Monday, August 27, 2018 @ 09:25:12
  Author: alucryd
Revision: 333049

libavresample drop: ffmpeg 1:4.0.2-3

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-27 09:07:27 UTC (rev 333048)
+++ PKGBUILD	2018-08-27 09:25:12 UTC (rev 333049)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -27,8 +27,7 @@
 optdepends=('ladspa: LADSPA filters')
 provides=(
   'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so'
+  'libavutil.so' 'libpostproc.so' 'libswresample.so' 'libswscale.so'
 )
 source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver}")
 sha256sums=('SKIP')
@@ -41,7 +40,6 @@
     --disable-debug \
     --disable-static \
     --disable-stripping \
-    --enable-avresample \
     --enable-fontconfig \
     --enable-gmp \
     --enable-gnutls \
@@ -77,6 +75,7 @@
     --enable-libxcb \
     --enable-libxml2 \
     --enable-libxvid \
+    --enable-nvdec \
     --enable-nvenc \
     --enable-omx \
     --enable-shared \



More information about the arch-commits mailing list