summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2018-08-29 14:06:24 -0700
committerBen Widawsky2018-08-29 14:06:24 -0700
commitd7c17cb6b2330fcb192d3d0a97c6044db39ca2e3 (patch)
tree0addd2391621d137d8f317e78a848a15d0a34f2d
parentca3e3cba7e57c1976fdbc65c6be3e8845ff166b5 (diff)
downloadaur-d7c17cb6b2330fcb192d3d0a97c6044db39ca2e3.tar.gz
Upstream:
libavresample drop: ffmpeg 1:4.0.2-3 git-svn-id: file:///srv/repos/svn-packages/svn@333049 eb2447ed-0c53-47e4-bac8-5bc4a241df78
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a573aa1414d..e05b6d8751f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 29 21:00:00 UTC 2018
+# Wed Aug 29 21:01:55 UTC 2018
pkgbase = ffmpeg-libfdk_aac
pkgdesc = Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)
pkgver = 4.0.2
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://ffmpeg.org/
arch = x86_64
@@ -77,7 +77,6 @@ pkgbase = ffmpeg-libfdk_aac
provides = libavdevice.so
provides = libavfilter.so
provides = libavformat.so
- provides = libavresample.so
provides = libavutil.so
provides = libpostproc.so
provides = libswresample.so
diff --git a/PKGBUILD b/PKGBUILD
index c10eda4b1bcf..5a74f3673c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=4.0.2
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=('x86_64')
@@ -30,8 +30,7 @@ makedepends=('ffnvcodec-headers' 'git' 'ladspa' 'yasm')
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'
"ffmpeg=$pkgver"
)
conflicts=("$_name")
@@ -46,7 +45,6 @@ build() {
--disable-debug \
--disable-static \
--disable-stripping \
- --enable-avresample \
--enable-fontconfig \
--enable-gmp \
--enable-gnutls \
@@ -82,6 +80,7 @@ build() {
--enable-libxcb \
--enable-libxml2 \
--enable-libxvid \
+ --enable-nvdec \
--enable-nvenc \
--enable-omx \
--enable-shared \