summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-09 14:20:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-09 14:52:22 +0100
commiteebfeb8ba4114e8ee2a7f047a57fcc59281c6a29 (patch)
tree85e9e9127cb933b56659b02a834496e768a04fc3 /media-video/vlc/files
parentmedia-video/vlc: Unrestrict net-libs/libupnp slots (diff)
downloadgentoo-eebfeb8ba4114e8ee2a7f047a57fcc59281c6a29.tar.gz
gentoo-eebfeb8ba4114e8ee2a7f047a57fcc59281c6a29.tar.bz2
gentoo-eebfeb8ba4114e8ee2a7f047a57fcc59281c6a29.zip
media-video/vlc: Fix configure with slotted >=net-libs/libupnp-1.8
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'media-video/vlc/files')
-rw-r--r--media-video/vlc/files/vlc-2.2.8-libupnp-slot-1.8.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-video/vlc/files/vlc-2.2.8-libupnp-slot-1.8.patch b/media-video/vlc/files/vlc-2.2.8-libupnp-slot-1.8.patch
new file mode 100644
index 000000000000..ab501e4e67a5
--- /dev/null
+++ b/media-video/vlc/files/vlc-2.2.8-libupnp-slot-1.8.patch
@@ -0,0 +1,24 @@
+--- a/modules/services_discovery/upnp.hpp 2015-05-19 15:32:38.000000000 +0200
++++ b/modules/services_discovery/upnp.hpp 2017-12-09 14:07:08.551654458 +0100
+@@ -28,8 +28,8 @@
+ #include <vector>
+ #include <string>
+
+-#include <upnp/upnp.h>
+-#include <upnp/upnptools.h>
++#include <upnp-1.8/upnp.h>
++#include <upnp-1.8/upnptools.h>
+
+ #include <vlc_common.h>
+
+--- a/configure.ac 2017-12-09 14:09:12.956370304 +0100
++++ b/configure.ac 2017-12-09 14:13:25.236710362 +0100
+@@ -4046,7 +4046,7 @@
+ dnl
+ dnl UPnP Plugin (Intel SDK)
+ dnl
+-PKG_ENABLE_MODULES_VLC([UPNP], [upnp], [libupnp], [Intel UPNP SDK],[auto])
++PKG_ENABLE_MODULES_VLC([UPNP], [upnp], [libupnp-1.8], [Intel UPNP SDK],[auto])
+
+ EXTEND_HELP_STRING([Misc options:])
+