[SCM] kodi-pvr-mediaportal-tvserver/master: Depend on PVR API version of Kodi we built the addon with

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sat Dec 24 03:18:12 UTC 2016


The following commit has been merged in the master branch:
commit f500bdecf9ae71cfdaeafa1dd776beb9f40fa630
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sat Dec 24 03:18:23 2016 +0100

    Depend on PVR API version of Kodi we built the addon with

diff --git a/debian/control b/debian/control
index 78bbab9..8001246 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0.0),
                liblivemedia-dev,
                pkg-config,
                libkodiplatform-dev (>= 17.1.0),
-               kodi-addons-dev (>= 17.0~beta3+dfsg1-2)
+               kodi-addons-dev (>= 17.0~beta6~)
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/kodi-pvr-mediaportal-tvserver.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/kodi-pvr-mediaportal-tvserver.git
@@ -19,7 +19,7 @@ Package: kodi-pvr-mediaportal-tvserver
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ${xbmc-addons-abi:Depends}
+         ${kodi:PVRAPI}
 Description: MediaPortal's TV-Server PVR addon for Kodi
  This package contains the MediaPortal's TV-Server PVR (Personal Video
  Recorder) Addon for Kodi, the award winning free and open source
diff --git a/debian/rules b/debian/rules
index aa50c9e..8e447cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DH_OPTIONS
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@
+	dh $@ --with kodiaddon
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/kodi

-- 
kodi-pvr-mediaportal-tvserver packaging



More information about the pkg-multimedia-commits mailing list