diff options
author | 2017-12-04 22:28:48 +0000 | |
---|---|---|
committer | 2017-12-04 22:28:48 +0000 | |
commit | 3f38b9c5a0536d3b1effe0af621e28b1dfe11da4 (patch) | |
tree | b2049e6845496357ef12f102bb048eef8066462a /media-tv/tvheadend/files | |
parent | media-tv/tvheadend: Version bump to 4.2.4 and 9999 update (diff) | |
download | gentoo-3f38b9c5a0536d3b1effe0af621e28b1dfe11da4.tar.gz gentoo-3f38b9c5a0536d3b1effe0af621e28b1dfe11da4.tar.bz2 gentoo-3f38b9c5a0536d3b1effe0af621e28b1dfe11da4.zip |
media-tv/tvheadend: Drop old 4.0.9
Closes: https://bugs.gentoo.org/595032
Closes: https://bugs.gentoo.org/596930
Closes: https://bugs.gentoo.org/633966
Package-Manager: Portage-2.3.16, Repoman-2.3.6
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, 0 insertions, 27 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 deleted file mode 100644 index 8a0768fa6f02..000000000000 --- a/media-tv/tvheadend/files/tvheadend-4.0.9-hdhomerun-include.patch +++ /dev/null @@ -1,27 +0,0 @@ -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; |