Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597970 - media-sound/gpodder depends on dev-python/gst-python:0.10
Summary: media-sound/gpodder depends on dev-python/gst-python:0.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gst-0.10-removal
  Show dependency tree
 
Reported: 2016-10-24 10:24 UTC by Jouni Kosonen
Modified: 2016-10-28 17:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info media-sound/gpodder (eminfo,7.75 KB, text/plain)
2016-10-24 10:24 UTC, Jouni Kosonen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jouni Kosonen 2016-10-24 10:24:27 UTC
Created attachment 451302 [details]
emerge --info media-sound/gpodder

=media-sound/gpodder-3.9.1[gstreamer] depends on dev-python/gst-python:0.10 but doesn't actually use it for anything. 

It seems that the only use was removed by the upstream over five years ago:

https://github.com/gpodder/gpodder/commit/4d9ad45a

On my machine this was the last package blocking bug 550648 

--- a/media-sound/gpodder/gpodder-3.9.1.ebuild
+++ b/media-sound/gpodder/gpodder-3.9.1-r1.ebuild
@@ -19,2 +19,2 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+dbus bluetooth gstreamer ipod kernel_linux mtp test"
+IUSE="+dbus bluetooth ipod kernel_linux mtp test"
@@ -30,3 +30,2 @@ COMMON_DEPEND="
        bluetooth? ( net-wireless/bluez )
-       gstreamer? ( dev-python/gst-python:0.10 )
        ipod? ( media-libs/libgpod[python] )
Comment 1 Pacho Ramos gentoo-dev 2016-10-28 17:12:26 UTC
[master 568b114] media-sound/gpodder: gst-0.10 support is not used for years (#597970 by Jouni Kosonen)
 1 file changed, 1 insertion(+), 2 deletions(-)