Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/mythplugins/
Date: Thu, 20 Aug 2020 13:17:55
Message-Id: 1597929467.5f8d94992d999296f1d91283d4efbb92b4759c26.mgorny@gentoo
1 commit: 5f8d94992d999296f1d91283d4efbb92b4759c26
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 13:16:35 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 13:17:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8d9499
7
8 media-plugins/mythplugins: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-plugins/mythplugins/Manifest | 1 -
13 media-plugins/mythplugins/metadata.xml | 1 -
14 .../mythplugins/mythplugins-30.0-r2.ebuild | 175 ---------------------
15 profiles/package.mask | 20 ---
16 4 files changed, 197 deletions(-)
17
18 diff --git a/media-plugins/mythplugins/Manifest b/media-plugins/mythplugins/Manifest
19 index d57a33a0701..6115697e99b 100644
20 --- a/media-plugins/mythplugins/Manifest
21 +++ b/media-plugins/mythplugins/Manifest
22 @@ -1,2 +1 @@
23 -DIST mythplugins-30.0.tar.gz 101169041 BLAKE2B 0125c6234c168b9b24110b817e9e9a632187743c9ca44a46a8d464be6c330067f31da6fb252ed2a5fd770756229f2d95a746bd5d0e03be1e97fecc0de86603be SHA512 a29125ca33b1b100f51feb7a2ccff16d62928e474a393f11fc4b4fb77d0a85d9d4dd138acf757b527c0f936f3ff2e7d3eddcacef183d642429e36bc3e44ecbf4
24 DIST mythplugins-31.0.tar.gz 102552136 BLAKE2B b09b41230eb2cae19d770c3cc59151863e0a56e95a86627473d52613e62f0acf3bd0c4bb37afb340ab874c222899f9d3c219ded470785d27960db9b39d784ceb SHA512 d53817231409934ef37d12739c38cf6936f04f816b0ba1c9738ce99b5b4ff387c70b683ccd84f649ff2f74992b2158829f5f1d1ffe06c8768da1922b90439f6e
25
26 diff --git a/media-plugins/mythplugins/metadata.xml b/media-plugins/mythplugins/metadata.xml
27 index 3b81a44089c..d81da3debf3 100644
28 --- a/media-plugins/mythplugins/metadata.xml
29 +++ b/media-plugins/mythplugins/metadata.xml
30 @@ -17,7 +17,6 @@
31 <flag name="raw">Allows MythGallery to view photos saved in RAW format</flag>
32 <flag name="mytharchive">Allows you to archive recorded content to CD or DVD</flag>
33 <flag name="mythbrowser">Adds a web browser within MythTV</flag>
34 - <flag name="mythgallery">Adds a picture viewing gallery within MythTV</flag>
35 <flag name="mythgame">Adds a frontend to various ROM emulators within MythTV</flag>
36 <flag name="mythmusic">Adds the ability for MythTV to act as a music player</flag>
37 <flag name="mythnetvision">Adds the ability to view netvision devices within MythTV</flag>
38
39 diff --git a/media-plugins/mythplugins/mythplugins-30.0-r2.ebuild b/media-plugins/mythplugins/mythplugins-30.0-r2.ebuild
40 deleted file mode 100644
41 index efbc5d121ca..00000000000
42 --- a/media-plugins/mythplugins/mythplugins-30.0-r2.ebuild
43 +++ /dev/null
44 @@ -1,175 +0,0 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=7
49 -
50 -# Grab only the major version number.
51 -MAJOR_PV=${PV%%.*}
52 -
53 -PYTHON_COMPAT=( python2_7 )
54 -PYTHON_REQ_USE="xml"
55 -BACKPORTS="03f44039848bd09444ff4baa8dc158bd61454079"
56 -MY_P=${P%_p*}
57 -
58 -inherit python-single-r1 readme.gentoo-r1
59 -
60 -DESCRIPTION="Official WMythTV plugins"
61 -HOMEPAGE="https://www.mythtv.org"
62 -# mythtv and mythplugins are separate builds in the same github MythTV/mythtv repository
63 -SRC_URI="https://github.com/MythTV/mythtv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
64 -LICENSE="GPL-2+"
65 -KEYWORDS="~amd64 ~x86"
66 -SLOT="0"
67 -
68 -MYTHPLUGINS="mytharchive +mythbrowser +mythgallery mythgame \
69 -mythmusic +mythnetvision +mythnews +mythweather mythzmserver mythzoneminder"
70 -IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass +opengl raw +theora +vorbis +xml xvid"
71 -
72 -DEPEND="
73 - ${PYTHON_DEPS}
74 - dev-libs/glib:2
75 - dev-libs/openssl:0=
76 - dev-qt/qtcore:5
77 - dev-qt/qtgui:5
78 - dev-qt/qtopengl:5
79 - dev-qt/qtsql:5
80 - media-libs/freetype:2
81 - media-libs/libpng:0=
82 - sys-apps/util-linux
83 - virtual/libudev:=
84 - x11-libs/libX11
85 - x11-libs/libXext
86 - x11-libs/libXinerama
87 - x11-libs/libXrandr
88 - x11-libs/libXv
89 - x11-libs/libXxf86vm
90 - alsa? ( >=media-libs/alsa-lib-1.0.24 )
91 - hls? (
92 - media-libs/faac
93 - media-libs/libvpx:=
94 - >=media-libs/x264-0.0.20111220:=
95 - >=media-sound/lame-3.93.1
96 - )
97 - ieee1394? (
98 - >=media-libs/libiec61883-1.0.0
99 - >=sys-libs/libavc1394-0.5.3
100 - >=sys-libs/libraw1394-1.2.0
101 - )
102 - libass? ( >=media-libs/libass-0.9.11:= )
103 - =media-tv/mythtv-${MAJOR_PV}*[alsa?,cdda?,cdr?,exif?,fftw?,ieee1394?,libass?,opengl?,python,raw?,xml?,xvid]
104 - mytharchive? (
105 - app-cdr/dvd+rw-tools
106 - $(python_gen_cond_dep '
107 - dev-python/pillow[${PYTHON_MULTI_USEDEP}]
108 - ')
109 - media-video/dvdauthor
110 - media-video/mjpegtools[png]
111 - media-video/transcode
112 - virtual/cdrtools
113 - )
114 - mythbrowser? ( dev-qt/qtwebkit:5 )
115 - mythgallery? (
116 - media-libs/tiff:0
117 - opengl? ( virtual/opengl:= )
118 - exif? ( >media-libs/libexif-0.6.9:= )
119 - raw? ( media-gfx/dcraw )
120 - )
121 - mythgame? ( sys-libs/zlib[minizip] )
122 - mythmusic? (
123 - >=media-libs/flac-1.1.2
124 - media-libs/libogg
125 - >=media-libs/libvorbis-1.0
126 - >=media-libs/taglib-1.6
127 - >=media-sound/lame-3.93.1
128 - fftw? ( sci-libs/fftw:3.0= )
129 - opengl? ( virtual/opengl )
130 - cdda? (
131 - dev-libs/libcdio:=
132 - cdr? ( virtual/cdrtools )
133 - )
134 - )
135 - mythnetvision? (
136 - $(python_gen_cond_dep '
137 - dev-python/pycurl[${PYTHON_MULTI_USEDEP}]
138 - dev-python/lxml[${PYTHON_MULTI_USEDEP}]
139 - dev-python/mysqlclient[${PYTHON_MULTI_USEDEP}]
140 - dev-python/oauth[${PYTHON_MULTI_USEDEP}]
141 - ')
142 - )
143 - mythweather? (
144 - dev-perl/Date-Manip
145 - dev-perl/XML-Simple
146 - dev-perl/XML-XPath
147 - dev-perl/DateTime
148 - dev-perl/Image-Size
149 - dev-perl/DateTime-Format-ISO8601
150 - dev-perl/SOAP-Lite
151 - dev-perl/JSON
152 - )
153 - mythzmserver? ( dev-db/mysql-connector-c:0/18 )
154 - theora? ( media-libs/libtheora )
155 - xml? ( >=dev-libs/libxml2-2.6.0:= )
156 - xvid? ( >=media-libs/xvid-1.1.0 )
157 -"
158 -RDEPEND="${DEPEND}
159 - !media-plugins/mytharchive
160 - !media-plugins/mythbrowser
161 - !media-plugins/mythgallery
162 - !media-plugins/mythgame
163 - !media-plugins/mythmovies
164 - !media-plugins/mythmusic
165 - !media-plugins/mythnetvision
166 - !media-plugins/mythnews
167 - !media-plugins/mythweather
168 - !media-plugins/mythzmserver
169 - !media-plugins/mythzoneminder
170 -"
171 -REQUIRED_USE="
172 - mythmusic? ( vorbis )
173 - mythnetvision? ( ${PYTHON_REQUIRED_USE} )
174 - mythnews? ( mythbrowser )
175 -"
176 -
177 -# mythtv and mythplugins are separate builds in the same github MythTV/mythtv repository
178 -S="${WORKDIR}/mythtv-${PV}/mythplugins"
179 -
180 -DOC_CONTENTS="
181 -Common plugins are installed by default. Disable unneeded plugins individually with USE flags:
182 --mythbrowser -mythgallery -mythmusic -mythnetvision -mythnews -mythweather
183 -Additional plugins may be installed with USE flags mytharchive mythgame mythzmserver mythzoneminder
184 -"
185 -
186 -src_prepare() {
187 - default
188 -}
189 -
190 -src_configure() {
191 - econf \
192 - --python=${EPYTHON} \
193 - --extra-ldflags="${LDFLAGS}" \
194 - $(use_enable cdda cdio) \
195 - $(use_enable exif) \
196 - $(use_enable exif new-exif) \
197 - $(use_enable fftw) \
198 - $(use_enable opengl) \
199 - $(use_enable raw dcraw) \
200 - $(use_enable mytharchive) \
201 - $(use_enable mythbrowser) \
202 - $(use_enable mythgallery) \
203 - $(use_enable mythgame) \
204 - $(use_enable mythmusic) \
205 - $(use_enable mythnetvision) \
206 - $(use_enable mythnews) \
207 - $(use_enable mythweather) \
208 - $(use_enable mythzmserver) \
209 - $(use_enable mythzoneminder)
210 -}
211 -
212 -src_install() {
213 - emake STRIP="true" INSTALL_ROOT="${D}" install
214 - readme.gentoo_create_doc
215 -}
216 -
217 -pkg_postinst() {
218 - readme.gentoo_print_elog
219 -}
220
221 diff --git a/profiles/package.mask b/profiles/package.mask
222 index d3c2785c8d7..bd0ba20a88a 100644
223 --- a/profiles/package.mask
224 +++ b/profiles/package.mask
225 @@ -800,26 +800,6 @@ sys-cluster/kube-scheduler
226 <net-wireless/gr-iqbal-0.38.1
227 <net-wireless/gr-osmosdr-0.2.0
228
229 -# Michał Górny <mgorny@g.o> (2020-07-13)
230 -# These packages are mid-profile Python 2-only dependencies
231 -# of dev-python/pillow. Since the last Pillow version to support
232 -# Python 2 contains a number of unresolved vulnerabilities, these
233 -# packages and old package versions are queued for removal.
234 -#
235 -# In more detail:
236 -# - pyxplot has been last released in 2012
237 -# - pkpgcounter has been last released in 2007, and has seen only a few
238 -# commits since 2009
239 -# - scipy has removed py2 support in 1.4 (py2 target in the old version
240 -# is masked in profiles/base/package.use.mask)
241 -#
242 -# This list does not include two high-profile packages:
243 -# - app-office/scribus whose py3 version is being currently stabilized
244 -# - media-tv/kodi which has no py3 version at the moment
245 -#
246 -# Removal in 30 days. Bug #729672.
247 -<media-plugins/mythplugins-31
248 -
249 # Jonas Stein <jstein@g.o> (2020-07-04)
250 # Last rite, dead upstream, several open bugs.
251 # Removal after 2020-09-01