summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-05 09:05:51 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-05 09:36:52 +0200
commitc2640c694096597ab4615d65c3f5c7624847af57 (patch)
tree5f05f534353d470b56db77c7782f9b98bd24e0b8 /media-plugins/mythplugins
parentdev-libs/kreport: Remove qtwebkit support (diff)
downloadgentoo-c2640c694096597ab4615d65c3f5c7624847af57.tar.gz
gentoo-c2640c694096597ab4615d65c3f5c7624847af57.tar.bz2
gentoo-c2640c694096597ab4615d65c3f5c7624847af57.zip
media-plugins/mythplugins: Remove qtwebkit support
Closes: https://bugs.gentoo.org/750893 Closes: https://bugs.gentoo.org/684580 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-plugins/mythplugins')
-rw-r--r--media-plugins/mythplugins/metadata.xml3
-rw-r--r--media-plugins/mythplugins/mythplugins-31.0-r3.ebuild (renamed from media-plugins/mythplugins/mythplugins-31.0-r2.ebuild)27
-rw-r--r--media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild (renamed from media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild)27
3 files changed, 6 insertions, 51 deletions
diff --git a/media-plugins/mythplugins/metadata.xml b/media-plugins/mythplugins/metadata.xml
index d18ad820c3bb..42e09a229eae 100644
--- a/media-plugins/mythplugins/metadata.xml
+++ b/media-plugins/mythplugins/metadata.xml
@@ -16,11 +16,8 @@
<flag name="hls">HTTP Live Streaming support</flag>
<flag name="raw">Allows MythGallery to view photos saved in RAW format</flag>
<flag name="mytharchive">Allows you to archive recorded content to CD or DVD</flag>
- <flag name="mythbrowser">Adds a web browser within MythTV</flag>
<flag name="mythgame">Adds a frontend to various ROM emulators within MythTV</flag>
- <flag name="mythmusic">Adds the ability for MythTV to act as a music player</flag>
<flag name="mythnetvision">Adds the ability to view netvision devices within MythTV</flag>
- <flag name="mythnews">Adds a news viewer within MythTV</flag>
<flag name="mythweather">Adds weather information within MythTV</flag>
<flag name="mythzmserver">Build mythzmserver daemon needed by zoneminder on LAN</flag>
<flag name="mythzoneminder">Adds support for zoneminder (requires active mythzmserver daemon on LAN).</flag>
diff --git a/media-plugins/mythplugins/mythplugins-31.0-r2.ebuild b/media-plugins/mythplugins/mythplugins-31.0-r3.ebuild
index dc68f54f90bc..a875396d2eb3 100644
--- a/media-plugins/mythplugins/mythplugins-31.0-r2.ebuild
+++ b/media-plugins/mythplugins/mythplugins-31.0-r3.ebuild
@@ -22,8 +22,8 @@ LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-MYTHPLUGINS="mytharchive mythbrowser mythgame \
-mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder"
+MYTHPLUGINS="mytharchive mythgame mythnetvision \
+mythweather mythzmserver mythzoneminder"
IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass +opengl raw +theora +vorbis +xml xvid"
# Mythnetvision temporarily disabled by upstream - should be fixed soon.
@@ -31,8 +31,6 @@ REQUIRED_USE="
!mythnetvision
mytharchive? ( ${PYTHON_REQUIRED_USE} )
mythnetvision? ( ${PYTHON_REQUIRED_USE} )
- mythmusic? ( vorbis )
- mythnews? ( mythbrowser )
"
RDEPEND="
dev-libs/glib:2
@@ -75,26 +73,10 @@ RDEPEND="
media-video/transcode
app-cdr/cdrtools
)
- mythbrowser? ( dev-qt/qtwebkit:5 )
mythgame? (
sys-libs/zlib[minizip]
dev-perl/XML-Twig
)
- mythmusic? (
- dev-qt/qtwebkit:5
- media-libs/flac
- media-libs/libogg
- media-libs/libvorbis
- media-libs/taglib
- media-sound/lame
- fftw? ( sci-libs/fftw:3.0= )
- opengl? ( virtual/opengl )
- cdda? (
- media-sound/cdparanoia
- dev-libs/libcdio:=
- cdr? ( app-cdr/cdrtools )
- )
- )
mythnetvision? (
${PYTHON_DEPS}
dev-python/lxml
@@ -128,7 +110,7 @@ Mythgallery code moved to mythtv and is no longer a plugin in version 31.0.
As of 3/23/2020, MythNetVision is disabled, work in progress.
No plugins are installed by default. Enable plugins individually with USE flags:
-mytharchive mythbrowser mythgame mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder
+mytharchive mythgame mythnetvision mythweather mythzmserver mythzoneminder
"
src_configure() {
@@ -142,11 +124,8 @@ src_configure() {
$(use_enable opengl) \
$(use_enable raw dcraw) \
$(use_enable mytharchive) \
- $(use_enable mythbrowser) \
$(use_enable mythgame) \
- $(use_enable mythmusic) \
$(use_enable mythnetvision) \
- $(use_enable mythnews) \
$(use_enable mythweather) \
$(use_enable mythzmserver) \
$(use_enable mythzoneminder)
diff --git a/media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild b/media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild
index 573023cfd14e..e5c493797d07 100644
--- a/media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild
+++ b/media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild
@@ -28,8 +28,8 @@ LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-MYTHPLUGINS="mytharchive mythbrowser mythgame \
-mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder"
+MYTHPLUGINS="mytharchive mythgame mythnetvision \
+mythweather mythzmserver mythzoneminder"
IUSE="${MYTHPLUGINS} alsa cdda cdr exif fftw +hls ieee1394 libass +opengl raw +theora +vorbis +xml xvid"
# Mythnetvision temporarily disabled by upstream - should be fixed soon.
@@ -37,8 +37,6 @@ REQUIRED_USE="
!mythnetvision
mytharchive? ( ${PYTHON_REQUIRED_USE} )
mythnetvision? ( ${PYTHON_REQUIRED_USE} )
- mythmusic? ( vorbis )
- mythnews? ( mythbrowser )
"
RDEPEND="
dev-libs/glib:2
@@ -81,26 +79,10 @@ RDEPEND="
media-video/transcode
app-cdr/cdrtools
)
- mythbrowser? ( dev-qt/qtwebkit:5 )
mythgame? (
sys-libs/zlib[minizip]
dev-perl/XML-Twig
)
- mythmusic? (
- dev-qt/qtwebkit:5
- media-libs/flac
- media-libs/libogg
- media-libs/libvorbis
- media-libs/taglib
- media-sound/lame
- fftw? ( sci-libs/fftw:3.0= )
- opengl? ( virtual/opengl )
- cdda? (
- media-sound/cdparanoia
- dev-libs/libcdio:=
- cdr? ( app-cdr/cdrtools )
- )
- )
mythnetvision? (
${PYTHON_DEPS}
dev-python/lxml
@@ -131,7 +113,7 @@ Mythgallery code moved to mythtv and is no longer a plugin in version 31.0.
As of 3/23/2020, MythNetVision is disabled, work in progress.
No plugins are installed by default. Enable plugins individually with USE flags:
-mytharchive mythbrowser mythgame mythmusic mythnetvision mythnews mythweather mythzmserver mythzoneminder
+mytharchive mythgame mythnetvision mythweather mythzmserver mythzoneminder
"
src_configure() {
@@ -145,11 +127,8 @@ src_configure() {
$(use_enable opengl) \
$(use_enable raw dcraw) \
$(use_enable mytharchive) \
- $(use_enable mythbrowser) \
$(use_enable mythgame) \
- $(use_enable mythmusic) \
$(use_enable mythnetvision) \
- $(use_enable mythnews) \
$(use_enable mythweather) \
$(use_enable mythzmserver) \
$(use_enable mythzoneminder)