summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-21 18:16:47 +0000
committerDaniel Bermond2018-11-21 18:21:54 +0000
commit861ed49ab870c6fdfb4cad8a2443b49af78f32a5 (patch)
tree85df48268ab59f57cd7f157c7d0deb0804abb522
parente212c4f2b6d4b6c561cb5d3f626671bb01726510 (diff)
downloadaur-861ed49ab870c6fdfb4cad8a2443b49af78f32a5.tar.gz
Temporarily disable libsmbclient due to upstream bug
ffmpeg fails to compile with the newly released smbclient 4.9[1]. Currently, there is a pull request[2] at upstream samba that aparently fixes this, but it still was not accepted at the time of writing. It is being discussed on the samba mailing list[3]. Disabling libsmbclient until there is a consistent upstream solution. References ---------- [1] https://bugs.gentoo.org/666548 [2] https://github.com/samba-team/samba/pull/212/ [3] https://lists.samba.org/archive/samba-technical/2018-October/130668.html
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e51056a5de84..b8593fca0e28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
- pkgver = 4.2.r92486.g8f875a90c4
+ pkgver = 4.2.r92502.gd290bb0c54
pkgrel = 1
url = https://www.ffmpeg.org/
arch = i686
@@ -47,7 +47,6 @@ pkgbase = ffmpeg-full-git
depends = librsvg
depends = rubberband
depends = rtmpdump
- depends = smbclient
depends = snappy
depends = libsoxr
depends = speex
diff --git a/PKGBUILD b/PKGBUILD
index a70b6c99eaa7..75dc33ddbf8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffmpeg-full-git
_srcname=ffmpeg
-pkgver=4.2.r92486.g8f875a90c4
+pkgver=4.2.r92502.gd290bb0c54
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=(
'libbluray' 'libbs2b' 'libcaca' 'celt' 'libcdio-paranoia' 'libdc1394'
'libavc1394' 'libfdk-aac' 'fontconfig' 'freetype2' 'fribidi' 'libgme' 'gsm'
'libiec61883' 'lensfun' 'libmodplug' 'lame' 'opencore-amr' 'openjpeg2' 'opus'
- 'pulseaudio' 'librsvg' 'rubberband' 'rtmpdump' 'smbclient' 'snappy' 'libsoxr'
+ 'pulseaudio' 'librsvg' 'rubberband' 'rtmpdump' 'snappy' 'libsoxr'
'speex' 'srt' 'libssh' 'tensorflow' 'tesseract' 'libtheora' 'twolame'
'v4l-utils' 'vid.stab' 'libvorbis' 'libvpx' 'wavpack' 'libwebp' 'libx264.so'
'x265' 'libxcb' 'xvidcore' 'libxml2' 'zimg' 'zeromq' 'zvbi' 'lv2' 'lilv' 'xz'
@@ -154,7 +154,7 @@ build() {
--enable-librubberband \
--enable-librtmp \
--enable-libshine \
- --enable-libsmbclient \
+ --disable-libsmbclient \
--enable-libsnappy \
--enable-libsoxr \
--enable-libspeex \