Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mythplugins/
Date: Tue, 05 Oct 2021 07:39:21
Message-Id: 1633419412.c2640c694096597ab4615d65c3f5c7624847af57.jsmolic@gentoo
1 commit: c2640c694096597ab4615d65c3f5c7624847af57
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 07:05:51 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 07:36:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2640c69
7
8 media-plugins/mythplugins: Remove qtwebkit support
9
10 Closes: https://bugs.gentoo.org/750893
11 Closes: https://bugs.gentoo.org/684580
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 media-plugins/mythplugins/metadata.xml | 3 ---
15 ...s-31.0-r2.ebuild => mythplugins-31.0-r3.ebuild} | 27 +++-------------------
16 ...ebuild => mythplugins-31.0_p20210731-r2.ebuild} | 27 +++-------------------
17 3 files changed, 6 insertions(+), 51 deletions(-)
18
19 diff --git a/media-plugins/mythplugins/metadata.xml b/media-plugins/mythplugins/metadata.xml
20 index d18ad820c3b..42e09a229ea 100644
21 --- a/media-plugins/mythplugins/metadata.xml
22 +++ b/media-plugins/mythplugins/metadata.xml
23 @@ -16,11 +16,8 @@
24 <flag name="hls">HTTP Live Streaming support</flag>
25 <flag name="raw">Allows MythGallery to view photos saved in RAW format</flag>
26 <flag name="mytharchive">Allows you to archive recorded content to CD or DVD</flag>
27 - <flag name="mythbrowser">Adds a web browser within MythTV</flag>
28 <flag name="mythgame">Adds a frontend to various ROM emulators within MythTV</flag>
29 - <flag name="mythmusic">Adds the ability for MythTV to act as a music player</flag>
30 <flag name="mythnetvision">Adds the ability to view netvision devices within MythTV</flag>
31 - <flag name="mythnews">Adds a news viewer within MythTV</flag>
32 <flag name="mythweather">Adds weather information within MythTV</flag>
33 <flag name="mythzmserver">Build mythzmserver daemon needed by zoneminder on LAN</flag>
34 <flag name="mythzoneminder">Adds support for zoneminder (requires active mythzmserver daemon on LAN).</flag>
35
36 diff --git a/media-plugins/mythplugins/mythplugins-31.0-r2.ebuild b/media-plugins/mythplugins/mythplugins-31.0-r3.ebuild
37 similarity index 83%
38 rename from media-plugins/mythplugins/mythplugins-31.0-r2.ebuild
39 rename to media-plugins/mythplugins/mythplugins-31.0-r3.ebuild
40 index dc68f54f90b..a875396d2eb 100644
41 --- a/media-plugins/mythplugins/mythplugins-31.0-r2.ebuild
42 +++ b/media-plugins/mythplugins/mythplugins-31.0-r3.ebuild
43 @@ -22,8 +22,8 @@ LICENSE="GPL-2+"
44 KEYWORDS="~amd64 ~x86"
45 SLOT="0"
46
47 -MYTHPLUGINS="mytharchive mythbrowser mythgame \
48 -mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder"
49 +MYTHPLUGINS="mytharchive mythgame mythnetvision \
50 +mythweather mythzmserver mythzoneminder"
51 IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass +opengl raw +theora +vorbis +xml xvid"
52
53 # Mythnetvision temporarily disabled by upstream - should be fixed soon.
54 @@ -31,8 +31,6 @@ REQUIRED_USE="
55 !mythnetvision
56 mytharchive? ( ${PYTHON_REQUIRED_USE} )
57 mythnetvision? ( ${PYTHON_REQUIRED_USE} )
58 - mythmusic? ( vorbis )
59 - mythnews? ( mythbrowser )
60 "
61 RDEPEND="
62 dev-libs/glib:2
63 @@ -75,26 +73,10 @@ RDEPEND="
64 media-video/transcode
65 app-cdr/cdrtools
66 )
67 - mythbrowser? ( dev-qt/qtwebkit:5 )
68 mythgame? (
69 sys-libs/zlib[minizip]
70 dev-perl/XML-Twig
71 )
72 - mythmusic? (
73 - dev-qt/qtwebkit:5
74 - media-libs/flac
75 - media-libs/libogg
76 - media-libs/libvorbis
77 - media-libs/taglib
78 - media-sound/lame
79 - fftw? ( sci-libs/fftw:3.0= )
80 - opengl? ( virtual/opengl )
81 - cdda? (
82 - media-sound/cdparanoia
83 - dev-libs/libcdio:=
84 - cdr? ( app-cdr/cdrtools )
85 - )
86 - )
87 mythnetvision? (
88 ${PYTHON_DEPS}
89 dev-python/lxml
90 @@ -128,7 +110,7 @@ Mythgallery code moved to mythtv and is no longer a plugin in version 31.0.
91 As of 3/23/2020, MythNetVision is disabled, work in progress.
92
93 No plugins are installed by default. Enable plugins individually with USE flags:
94 -mytharchive mythbrowser mythgame mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder
95 +mytharchive mythgame mythnetvision mythweather mythzmserver mythzoneminder
96 "
97
98 src_configure() {
99 @@ -142,11 +124,8 @@ src_configure() {
100 $(use_enable opengl) \
101 $(use_enable raw dcraw) \
102 $(use_enable mytharchive) \
103 - $(use_enable mythbrowser) \
104 $(use_enable mythgame) \
105 - $(use_enable mythmusic) \
106 $(use_enable mythnetvision) \
107 - $(use_enable mythnews) \
108 $(use_enable mythweather) \
109 $(use_enable mythzmserver) \
110 $(use_enable mythzoneminder)
111
112 diff --git a/media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild b/media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild
113 similarity index 83%
114 rename from media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild
115 rename to media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild
116 index 573023cfd14..e5c493797d0 100644
117 --- a/media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild
118 +++ b/media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild
119 @@ -28,8 +28,8 @@ LICENSE="GPL-2+"
120 KEYWORDS="~amd64 ~x86"
121 SLOT="0"
122
123 -MYTHPLUGINS="mytharchive mythbrowser mythgame \
124 -mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder"
125 +MYTHPLUGINS="mytharchive mythgame mythnetvision \
126 +mythweather mythzmserver mythzoneminder"
127 IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass +opengl raw +theora +vorbis +xml xvid"
128
129 # Mythnetvision temporarily disabled by upstream - should be fixed soon.
130 @@ -37,8 +37,6 @@ REQUIRED_USE="
131 !mythnetvision
132 mytharchive? ( ${PYTHON_REQUIRED_USE} )
133 mythnetvision? ( ${PYTHON_REQUIRED_USE} )
134 - mythmusic? ( vorbis )
135 - mythnews? ( mythbrowser )
136 "
137 RDEPEND="
138 dev-libs/glib:2
139 @@ -81,26 +79,10 @@ RDEPEND="
140 media-video/transcode
141 app-cdr/cdrtools
142 )
143 - mythbrowser? ( dev-qt/qtwebkit:5 )
144 mythgame? (
145 sys-libs/zlib[minizip]
146 dev-perl/XML-Twig
147 )
148 - mythmusic? (
149 - dev-qt/qtwebkit:5
150 - media-libs/flac
151 - media-libs/libogg
152 - media-libs/libvorbis
153 - media-libs/taglib
154 - media-sound/lame
155 - fftw? ( sci-libs/fftw:3.0= )
156 - opengl? ( virtual/opengl )
157 - cdda? (
158 - media-sound/cdparanoia
159 - dev-libs/libcdio:=
160 - cdr? ( app-cdr/cdrtools )
161 - )
162 - )
163 mythnetvision? (
164 ${PYTHON_DEPS}
165 dev-python/lxml
166 @@ -131,7 +113,7 @@ Mythgallery code moved to mythtv and is no longer a plugin in version 31.0.
167 As of 3/23/2020, MythNetVision is disabled, work in progress.
168
169 No plugins are installed by default. Enable plugins individually with USE flags:
170 -mytharchive mythbrowser mythgame mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder
171 +mytharchive mythgame mythnetvision mythweather mythzmserver mythzoneminder
172 "
173
174 src_configure() {
175 @@ -145,11 +127,8 @@ src_configure() {
176 $(use_enable opengl) \
177 $(use_enable raw dcraw) \
178 $(use_enable mytharchive) \
179 - $(use_enable mythbrowser) \
180 $(use_enable mythgame) \
181 - $(use_enable mythmusic) \
182 $(use_enable mythnetvision) \
183 - $(use_enable mythnews) \
184 $(use_enable mythweather) \
185 $(use_enable mythzmserver) \
186 $(use_enable mythzoneminder)