Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 360851 - media-sound/clementine needs "ofa" gstreamer plugin for tag handling
Summary: media-sound/clementine needs "ofa" gstreamer plugin for tag handling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor with 3 votes (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 01:05 UTC by Eugene Shalygin
Modified: 2011-07-06 18:00 UTC (History)
11 users (show)

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


Attachments
gst-plugins-ofa-0.10.21.ebuild (gst-plugins-ofa-0.10.21.ebuild,314 bytes, application/octet-stream)
2011-06-02 02:32 UTC, Jacob Godserv
Details
gst-plugins-ofa-0.10.21.ebuild with fixed keywords and deps (gst-plugins-ofa-0.10.21.ebuild,314 bytes, application/octet-stream)
2011-06-03 14:06 UTC, Nikoli
Details
updated clementine ebuild (clementine-0.7.1-r2.ebuild,3.31 KB, application/octet-stream)
2011-06-03 14:07 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
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