[SCM] kodi/master: Drop libhdhomerun-dev build dependency

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Mon Feb 8 10:39:09 UTC 2016


The following commit has been merged in the master branch:
commit bdc942db8ed92aec30305d8248a5fd40fbc90a0f
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sun Feb 7 18:34:59 2016 +0100

    Drop libhdhomerun-dev build dependency

diff --git a/debian/control b/debian/control
index 5537a6b..0d78a41 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,6 @@ Build-Depends: autoconf,
  libgles2-mesa-dev [armel armhf] | libgl1-mesa-dev | libgl-dev,
  libglew-dev,
  libglu1-mesa-dev | libglu-dev,
- libhdhomerun-dev,
  libiso9660-dev,
  libjasper-dev,
  libjpeg-dev,
diff --git a/debian/copyright b/debian/copyright
index c3e80d3..5af9357 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,7 +21,6 @@ Files-Excluded: addons/service.xbmc.versioncheck
  lib/libdvd/libdvdcss
  lib/libdvd/libdvdnav/msvc
  lib/libdvd/libdvdread/msvc
- lib/libhdhomerun
  lib/libmpeg2
  lib/librtmp
  lib/libUPnP/Neptune/ThirdParty/zlib-*
diff --git a/debian/rules b/debian/rules
index d40c69b..e914f54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,11 +35,6 @@ ARCH_SPECIFIC_LIB_RECOMMENDS += $(ARCH_SPECIFIC_LIB_RECOMMENDS_ADD)
 # Various environment variables to set
 export DEB_LDFLAGS_MAINT_APPEND = $(shell pkg-config --libs ftgl) -latomic
 
-# fall back to old location of libhdhomerun includes if needed
-ifneq ("$(wildcard /usr/lib/libhdhomerun/hdhomerun.h)","")
-export DEB_CXXFLAGS_MAINT_APPEND = -I/usr/lib/
-endif
-
 # List of options to pass to configure. Can be overridden.
 # Extra options can simply be passed using KODI_CONFIG_EXTRA_OPTIONS env
 # variable.
@@ -146,7 +141,6 @@ debian/tmp/kodi-bin-recommends-dummy.so:
 		-lbluray \
 		-lcec \
 		-lFLAC \
-		-lhdhomerun \
 		-lmad \
 		-lmodplug \
 		-lmp3lame \

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list