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

Bug 360851

Summary: media-sound/clementine needs "ofa" gstreamer plugin for tag handling
Product: Gentoo Linux Reporter: Eugene Shalygin <eugene.shalygin>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: minor CC: bes.internal, bondos, cancellettopugno, dschridde+gentoobugs, gstreamer, jacobgodserv, leif, nikoli, sir.suriv, stefan.andreas.bauer, zemarialm
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gst-plugins-ofa-0.10.21.ebuild
gst-plugins-ofa-0.10.21.ebuild with fixed keywords and deps
updated clementine ebuild

Description Eugene Shalygin 2011-03-28 01:05:43 UTC
media-sound/clementine needs "ofa" gstreamer plugin for tags guessing.
clementine says that this plugin probably is in gst-plugins-bad package. gst-plugins-bad ebuild does not install ofa plugin

Reproducible: Always
Comment 1 Vladimir Varlamov 2011-03-30 20:57:42 UTC
We need a ebuild for this plugin - media-plugins/gst-plugins-ofa. 

Along the following lines:

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit gst-plugins-bad
KEYWORDS="alpha amd64 ~hppa ppc ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=media-libs/gst-plugins-base-0.10.29
	 media-libs/libofa"
DEPEND="${RDEPEND}"

And einfo added to clementine ebuild about that for a function "compleat tags automatically" need to install media-plugins/gst-plugins-ofa
Comment 2 Jacob Godserv 2011-06-02 02:32:36 UTC
Created attachment 275557 [details]
gst-plugins-ofa-0.10.21.ebuild

Thanks to the previous comment, this ebuild was easy to make.
Comment 3 Nikoli 2011-06-03 14:06:23 UTC
Created attachment 275667 [details]
gst-plugins-ofa-0.10.21.ebuild with fixed keywords and deps
Comment 4 Nikoli 2011-06-03 14:07:12 UTC
Created attachment 275669 [details]
updated clementine ebuild