Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67581 Details for
Bug 104742
Juk could use another use flag, preferable called akode.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild that resolves the issue.
juk-3.4.2.ebuild (text/plain), 1.33 KB, created by
James
on 2005-09-03 12:57:58 UTC
(
hide
)
Description:
Ebuild that resolves the issue.
Filename:
MIME Type:
Creator:
James
Created:
2005-09-03 12:57:58 UTC
Size:
1.33 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/kde-base/juk/juk-3.4.2.ebuild,v 1.3 2005/08/08 20:37:39 kloeri Exp $ > >KMNAME=kdemultimedia >MAXKDEVER=$PV >KM_DEPRANGE="$PV $MAXKDEVER" >inherit kde-meta eutils > >DESCRIPTION="Jukebox and music manager for KDE" >KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="flac gstreamer mp3 vorbis musicbrainz akode" > >DEPEND="media-libs/taglib > musicbrainz? ( media-libs/tunepimp > media-libs/musicbrainz ) > akode? ( >=kde-base/akode-3.4.2 ) > gstreamer? ( >=media-libs/gstreamer-0.8 > >=media-libs/gst-plugins-0.8 ) > $(deprange $PV $MAXKDEVER kde-base/akode)" > >RDEPEND="${DEPEND} > gstreamer? ( mp3? ( >=media-plugins/gst-plugins-mad-0.8 ) > vorbis? ( >=media-plugins/gst-plugins-ogg-0.8 > >=media-plugins/gst-plugins-vorbis-0.8 ) > flac? ( >=media-plugins/gst-plugins-flac-0.8 ) )" > >PATCHES="$FILESDIR/configure-fix-kdemultimedia-juk.patch" >myconf="$myconf $(use_with gstreamer) $(use_with musicbrainz)" > >KMCOPYLIB=" > libakode akode/lib/" >KMEXTRACTONLY="arts/configure.in.in > akode/lib/" > >pkg_setup() { > if ! useq arts && ! useq gstreamer && ! akode; then > eerror "${PN} needs USE=\"arts\" (and kdelibs compiled with USE=\"arts\") or USE=\"gstreamer\" or alternatively, USE=\"akode\"" > die > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 104742
:
67581
|
67582