mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-video/vlc: allow building against newer net-libs/srt
Bug: https://bugs.gentoo.org/788226 Thanks-to: Lars Wendler <polynomial-c@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
11
media-video/vlc/files/vlc-3.0.13-srt-1.3.0.patch
Normal file
11
media-video/vlc/files/vlc-3.0.13-srt-1.3.0.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -4016,7 +4016,7 @@
|
||||
dnl
|
||||
dnl SRT plugin
|
||||
dnl
|
||||
-PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2 srt < 1.3.0], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
|
||||
+PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
|
||||
|
||||
EXTEND_HELP_STRING([Visualisations and Video filter plugins:])
|
||||
dnl
|
||||
@@ -236,6 +236,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-3.0.6-fdk-aac-2.0.0.patch # bug 672290
|
||||
"${FILESDIR}"/${PN}-3.0.11.1-configure_lua_version.patch
|
||||
"${FILESDIR}"/${PN}-3.0.11.1-srt-1.4.2.patch # bug 758062
|
||||
"${FILESDIR}"/${PN}-3.0.13-srt-1.3.0.patch
|
||||
)
|
||||
|
||||
DOCS=( AUTHORS THANKS NEWS README doc/fortunes.txt )
|
||||
|
||||
Reference in New Issue
Block a user