Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vdr-vnsi/files/
Date: Tue, 02 Feb 2021 21:38:47
Message-Id: 1612301845.0b0f4c670c8ef87bd837874bda59f77901e6f225.conikost@gentoo
1 commit: 0b0f4c670c8ef87bd837874bda59f77901e6f225
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 1 16:49:36 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 21:37:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0f4c67
7
8 media-plugins/kodi-pvr-vdr-vnsi: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/19293
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 ...i-pvr-vdr-vnsi-3.6.3-remove-kodi-platform.patch | 52 ----------------------
16 1 file changed, 52 deletions(-)
17
18 diff --git a/media-plugins/kodi-pvr-vdr-vnsi/files/kodi-pvr-vdr-vnsi-3.6.3-remove-kodi-platform.patch b/media-plugins/kodi-pvr-vdr-vnsi/files/kodi-pvr-vdr-vnsi-3.6.3-remove-kodi-platform.patch
19 deleted file mode 100644
20 index 1059d5a6264..00000000000
21 --- a/media-plugins/kodi-pvr-vdr-vnsi/files/kodi-pvr-vdr-vnsi-3.6.3-remove-kodi-platform.patch
22 +++ /dev/null
23 @@ -1,52 +0,0 @@
24 -https://github.com/kodi-pvr/pvr.vdr.vnsi/pull/123
25 -
26 -From 7a19dc72df0a299887d08b27973de599dfc39f9e Mon Sep 17 00:00:00 2001
27 -From: Olaf Hering <olaf@××××××.de>
28 -Date: Thu, 2 May 2019 13:33:41 +0200
29 -Subject: [PATCH] [cmake] remove usage of kodi-platform
30 -
31 -The pvr.vdr.vnsi binary addon does not use kodi-platform.
32 -Remove existing references from CMakeLists.txt and debian/control.
33 -Add dependency to libp8-platform-dev because libkodiplatform-dev
34 -pulled that dependency in as a side effect. Fix that bug too by
35 -adding an explicit dependency.
36 -
37 -Signed-off-by: Olaf Hering <olaf@××××××.de>
38 ----
39 - CMakeLists.txt | 2 --
40 - debian/control | 2 +-
41 - 2 files changed, 1 insertion(+), 3 deletions(-)
42 -
43 -diff --git a/CMakeLists.txt b/CMakeLists.txt
44 -index bb35dc1..356d4f7 100644
45 ---- a/CMakeLists.txt
46 -+++ b/CMakeLists.txt
47 -@@ -4,7 +4,6 @@ project(pvr.vdr.vnsi)
48 - set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})
49 -
50 - find_package(Kodi REQUIRED)
51 --find_package(kodiplatform REQUIRED)
52 - find_package(p8-platform REQUIRED)
53 -
54 - add_definitions(-DUSE_DEMUX)
55 -@@ -78,7 +77,6 @@ endif()
56 - message(STATUS "Configured render system: ${APP_RENDER_SYSTEM}")
57 -
58 - include_directories(${INCLUDES}
59 -- ${kodiplatform_INCLUDE_DIRS}
60 - ${p8-platform_INCLUDE_DIRS}
61 - ${KODI_INCLUDE_DIR}/..) # Hack way with "/..", need bigger Kodi cmake rework to match right include ways
62 -
63 -diff --git a/debian/control b/debian/control
64 -index 45fa8d8..1f0ae38 100644
65 ---- a/debian/control
66 -+++ b/debian/control
67 -@@ -2,7 +2,7 @@ Source: kodi-pvr-vdr-vnsi
68 - Priority: extra
69 - Maintainer: fernetmenta <fernetmenta@××××.tv>
70 - Build-Depends: debhelper (>= 9.0.0), cmake, libtinyxml-dev,
71 -- libkodiplatform-dev (>= 17.1.0), kodi-addon-dev,
72 -+ libp8-platform-dev, kodi-addon-dev,
73 - libgles2-mesa-dev [arm], libgl1-mesa-dev [i386 amd64], pkg-config
74 - Standards-Version: 3.9.4
75 - Section: libs