Gentoo Archives: gentoo-commits

From: Rui Huang <vowstar@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/kikoplay/, media-video/kikoplay/files/
Date: Wed, 13 May 2020 17:16:22
Message-Id: 1589390059.6265ccae7e3626895f9134ce786d04a984eedcc1.vowstar@gentoo
1 commit: 6265ccae7e3626895f9134ce786d04a984eedcc1
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Wed May 13 17:14:05 2020 +0000
4 Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
5 CommitDate: Wed May 13 17:14:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6265ccae
7
8 media-video/kikoplay: fix data not found bug
9
10 enable CONFIG_UNIX_DATA default for linux environment
11 Applied https://github.com/Protostars/KikoPlay/pull/23
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
15
16 media-video/kikoplay/files/kikoplay-0.6.2-fix-define.patch | 12 ++++++++++++
17 media-video/kikoplay/kikoplay-0.6.2.ebuild | 4 ++++
18 2 files changed, 16 insertions(+)
19
20 diff --git a/media-video/kikoplay/files/kikoplay-0.6.2-fix-define.patch b/media-video/kikoplay/files/kikoplay-0.6.2-fix-define.patch
21 new file mode 100644
22 index 0000000..eb79d8d
23 --- /dev/null
24 +++ b/media-video/kikoplay/files/kikoplay-0.6.2-fix-define.patch
25 @@ -0,0 +1,12 @@
26 +diff --git a/KikoPlay.pro b/KikoPlay.pro
27 +index 7270328..1fe6f8d 100644
28 +--- a/KikoPlay.pro
29 ++++ b/KikoPlay.pro
30 +@@ -268,5 +268,6 @@ contains(QT_ARCH, i386){
31 + unix:web.files = web/*
32 +
33 + INSTALLS += target icons desktop web
34 ++ DEFINES += CONFIG_UNIX_DATA
35 + }
36 + }
37 +
38
39 diff --git a/media-video/kikoplay/kikoplay-0.6.2.ebuild b/media-video/kikoplay/kikoplay-0.6.2.ebuild
40 index 05c327c..edbaf88 100644
41 --- a/media-video/kikoplay/kikoplay-0.6.2.ebuild
42 +++ b/media-video/kikoplay/kikoplay-0.6.2.ebuild
43 @@ -50,6 +50,10 @@ BDEPEND="
44 virtual/pkgconfig
45 "
46
47 +PATCHES=(
48 + "${FILESDIR}"/${PN}-0.6.2-fix-define.patch # fix define problem
49 +)
50 +
51 src_configure() {
52 eqmake5 PREFIX="${D}"/usr
53 }