diff options
author | Sam Jorna <wraeth@gentoo.org> | 2016-05-07 21:11:30 +1000 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2016-05-08 01:43:24 +1000 |
commit | 1c7530a056684f82f60b801ea2f2fdee235ce976 (patch) | |
tree | a15c59ddc140a2fc26db51e1398dddd0dbf9f7cf /media-tv/tvheadend/files | |
parent | app-text/xapian-omega: backport commit 9be97c9 for the 1.2 branch (diff) | |
download | gentoo-1c7530a056684f82f60b801ea2f2fdee235ce976.tar.gz gentoo-1c7530a056684f82f60b801ea2f2fdee235ce976.tar.bz2 gentoo-1c7530a056684f82f60b801ea2f2fdee235ce976.zip |
media-tv/tvheadend: bump to 4.0.9
Bumps to v4.0.9, additionally fixes build issue against hdhomerun.
Gentoo-bug: 578816
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-tv/tvheadend/files')
-rw-r--r-- | media-tv/tvheadend/files/tvheadend-4.0.9-hdhomerun-include.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-tv/tvheadend/files/tvheadend-4.0.9-hdhomerun-include.patch b/media-tv/tvheadend/files/tvheadend-4.0.9-hdhomerun-include.patch new file mode 100644 index 000000000000..8a0768fa6f02 --- /dev/null +++ b/media-tv/tvheadend/files/tvheadend-4.0.9-hdhomerun-include.patch @@ -0,0 +1,27 @@ +diff --git a/configure b/configure +index 47d2cf2..6f9fcc5 100755 +--- a/configure ++++ b/configure +@@ -290,7 +290,7 @@ if enabled hdhomerun_static; then + else + + if enabled_or_auto hdhomerun_client; then +- if check_cc_header 'libhdhomerun/hdhomerun' libhdhomerun; then ++ if check_cc_header 'hdhomerun/hdhomerun' libhdhomerun; then + enable hdhomerun_client + LDFLAGS="$LDFLAGS -lhdhomerun" + fi +diff --git a/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h b/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h +index 962627a..6d1c52b 100644 +--- a/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h ++++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h +@@ -24,7 +24,8 @@ + #include "htsbuf.h" + #include "tvhdhomerun.h" + +-#include <libhdhomerun/hdhomerun.h> ++#include <hdhomerun/hdhomerun.h> ++#include <hdhomerun/hdhomerun_debug.h> + + typedef struct tvhdhomerun_device_info tvhdhomerun_device_info_t; + typedef struct tvhdhomerun_device tvhdhomerun_device_t; |