Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 597970

Summary: media-sound/gpodder depends on dev-python/gst-python:0.10
Product: Gentoo Linux Reporter: Jouni Kosonen <jouni.kosonen>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 550648    
Attachments: emerge --info media-sound/gpodder

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(-)