Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103535 Details for
Bug 156436
media-sound/quodlibet-0.24 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for quodlibet
quodlibet-0.24.ebuild (text/plain), 3.60 KB, created by
Julien Enche
on 2006-12-07 03:46:43 UTC
(
hide
)
Description:
New ebuild for quodlibet
Filename:
MIME Type:
Creator:
Julien Enche
Created:
2006-12-07 03:46:43 UTC
Size:
3.60 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/quodlibet/quodlibet-0.23.1-r1.ebuild,v 1.1 2006/09/25 02:05:35 tcort Exp $ > >inherit eutils python > >DESCRIPTION="Quod Libet is a GTK+-based audio player written in Python." >HOMEPAGE="http://www.sacredchao.net/quodlibet/" >SRC_URI="http://www.sacredchao.net/~piman/software/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" >IUSE="aac alsa dbus esd flac gnome mad mmkeys musepack oss trayicon vorbis" > >DEPEND=">=virtual/python-2.4.3-r1 > trayicon? ( >=dev-python/pygtk-2.8 ) > mmkeys? ( >=dev-python/pygtk-2.8 )" > >RDEPEND="${DEPEND} > >=dev-python/pygtk-2.8 > >=media-libs/mutagen-1.8 > >=media-libs/gst-plugins-good-0.10.2 > >=dev-python/gst-python-0.10.2 > mad? ( >=media-plugins/gst-plugins-mad-0.10.2 ) > vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10.2 > >=media-plugins/gst-plugins-ogg-0.10.2 ) > flac? ( >=media-plugins/gst-plugins-flac-0.10.2 ) > aac? ( >=media-plugins/gst-plugins-faad-0.10.1 > >=dev-python/ctypes-0.9.9.6 ) > musepack? ( >=media-plugins/gst-plugins-musepack-0.10.0 > >=dev-python/ctypes-0.9.9.6 ) > alsa? ( >=media-plugins/gst-plugins-alsa-0.10.2 ) > oss? ( >=media-plugins/gst-plugins-oss-0.10.2 ) > esd? ( >=media-plugins/gst-plugins-esd-0.10.2 ) > gnome? ( dev-python/gnome-python-extras > >=media-plugins/gst-plugins-gconf-0.10.3 > >=media-plugins/gst-plugins-gnomevfs-0.10.2 > dev-python/feedparser ) > dbus? ( >=dev-python/dbus-python-0.71 )" > >PDEPEND="trayicon? ( media-plugins/quodlibet-trayicon )" > >src_unpack() { > unpack ${A} > cd ${S} > > # multilib fix > sed -i -e "s,^TODEP = lib/quodlibet,TODEP = \$(libdir)/quodlibet," Makefile > > # no gst-plugins-gconf, attempt to guess the proper pipeline value. Bug #133043, #146728. > if ! use gnome; then > local sinktype="alsasink" > > use esd && sinktype="esdsink" > use oss && sinktype="osssink" > use alsa && sinktype="alsasink" > > elog "Setting the default pipeline to ${sinktype}" > > sed -i -e "s,^ \"pipeline\": \"\", \"pipeline\": \"${sinktype}\"," config.py > fi > > epatch "${FILESDIR}"/makefile.patch || die "epatch failed" >} > >src_compile() { > if use trayicon ; then > emake _trayicon.so || die "emake _trayicon.so failed" > fi > > if use mmkeys ; then > emake _mmkeys.so || die "emake _mmkeys.so failed" > fi >} > >src_install() { > emake PREFIX=/usr DESTDIR="${D}" libdir="$(get_libdir)" install || die "install failed" > dodoc README NEWS >} > >pkg_postinst() { > python_mod_optimize /usr/share/${PN} > > if ! use mad; then > elog "" > elog "You do not have the 'mad' USE flag enabled." > elog "gst-plugins-mad, which is required for mp3 playback, may" > elog "not be installed. For mp3 support, enable the 'mad'" > elog "USE flag and emerge =media-sound/${P}." > fi > > if ! use gnome; then > elog "" > elog "You do not have the 'gnome' USE flag enabled." > elog "media-plugins/gst-plugins-gnomevfs may not be installed," > elog "so the proper pipeline won't be automatically selected." > elog "We've tried to select the proper pipeline based on your" > elog "USE flags, but if we guessed wrong you may have to set" > elog "'pipeline = ' in your ~/.quodlibet/config file to one" > elog "of the following: alsasink, osssink, esdsink. To enable" > elog "automatic selection of the proper pipeline, enable the" > elog "'gnome' USE flag and emerge =media-sound/${P}." > fi > > elog "" > elog "Installing Quod Libet from an ebuild is not supported" > elog "upstream. If you encounter any problems, file bugs on" > elog "bugs.gentoo.org. DO NOT USE THE UPSTREAM BUG SYSTEM." > elog "" >} > >pkg_postrm() { > python_mod_cleanup /usr/share/${PN} >}
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 156436
: 103535 |
103536