diff options
author | 2007-09-23 16:07:20 +0000 | |
---|---|---|
committer | 2007-09-23 16:07:20 +0000 | |
commit | 34e13a7ded055a85bdb1ea2b7b51d9333b6364d1 (patch) | |
tree | 0dc320629622740379853dbbd5c92da8331172c2 /media-sound | |
parent | Add ~alpha/~ia64 wrt #189798 (diff) | |
download | gentoo-2-34e13a7ded055a85bdb1ea2b7b51d9333b6364d1.tar.gz gentoo-2-34e13a7ded055a85bdb1ea2b7b51d9333b6364d1.tar.bz2 gentoo-2-34e13a7ded055a85bdb1ea2b7b51d9333b6364d1.zip |
Add USE flag equalizer for gst-plugins-bad.
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/exaile/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/exaile/exaile-0.2.10-r1.ebuild | 112 | ||||
-rw-r--r-- | media-sound/exaile/exaile-0.2.11_beta.ebuild | 5 | ||||
-rw-r--r-- | media-sound/exaile/files/digest-exaile-0.2.10-r1 | 3 | ||||
-rw-r--r-- | media-sound/exaile/files/exaile-0.2.10-destdir.patch | 21 | ||||
-rw-r--r-- | media-sound/exaile/files/exaile-0.2.10-visual.patch | 14 |
6 files changed, 7 insertions, 153 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog index 79572d658d6d..ae15c6228721 100644 --- a/media-sound/exaile/ChangeLog +++ b/media-sound/exaile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/exaile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.27 2007/09/23 09:51:12 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.28 2007/09/23 16:07:20 drac Exp $ + + 23 Sep 2007; Samuli Suominen <drac@gentoo.org> exaile-0.2.11_beta.ebuild: + Add USE equalizer for gst-plugins-bad. *exaile-0.2.11_beta (23 Sep 2007) diff --git a/media-sound/exaile/exaile-0.2.10-r1.ebuild b/media-sound/exaile/exaile-0.2.10-r1.ebuild deleted file mode 100644 index 8f659fd32120..000000000000 --- a/media-sound/exaile/exaile-0.2.10-r1.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.10-r1.ebuild,v 1.9 2007/09/15 12:55:47 drac Exp $ - -inherit eutils fdo-mime multilib python - -GVER="0.10" - -MY_P=${PN}_${PV} - -DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+" -HOMEPAGE="http://www.exaile.org/" -SRC_URI="http://www.exaile.org/files/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="aac alsa cdparanoia flac gnome ipod libnotify libsexy mad musepack ogg - oss serpentine streamripper vorbis" - -RDEPEND=">=dev-python/pygtk-2.8.6 - || ( >=dev-lang/python-2.5 >=dev-python/pysqlite-2.3.4-r1 ) - >=media-libs/mutagen-1.6 - || ( >=dev-lang/python-2.5 dev-python/elementtree ) - dev-python/dbus-python - libnotify? ( dev-python/notify-python ) - libsexy? ( dev-python/sexy-python ) - gnome? ( >=dev-python/gnome-python-extras-2.14.2-r1 - >=media-plugins/gst-plugins-gconf-${GVER} - >=media-plugins/gst-plugins-gnomevfs-${GVER} ) - serpentine? ( app-cdr/serpentine ) - streamripper? ( media-sound/streamripper ) - >=media-libs/gstreamer-${GVER} - >=media-libs/gst-plugins-good-${GVER} - >=dev-python/gst-python-${GVER} - musepack? ( >=media-plugins/gst-plugins-musepack-${GVER} ) - vorbis? ( >=media-plugins/gst-plugins-vorbis-${GVER} ) - flac? ( >=media-plugins/gst-plugins-flac-${GVER} ) - aac? ( >=media-plugins/gst-plugins-faad-${GVER} ) - alsa? ( >=media-plugins/gst-plugins-alsa-${GVER} ) - oss? ( >=media-plugins/gst-plugins-oss-${GVER} ) - mad? ( >=media-plugins/gst-plugins-mad-${GVER} ) - ogg? ( >=media-plugins/gst-plugins-ogg-${GVER} ) - cdparanoia? ( >=media-plugins/gst-plugins-cdparanoia-${GVER} - dev-python/cddb-py ) - ipod? ( >=media-libs/libgpod-0.4 - >=media-plugins/gst-plugins-faad-${GVER} )" -DEPEND="" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - if use ipod && ! built_with_use media-libs/libgpod python ; then - eerror "libgpod has to be built with python support" - die "libgpod python use-flag not set" - fi - - if ! has_version ">=dev-python/pysqlite-2.3.4-r1"; then - if ! built_with_use ">=dev-lang/python-2.5" sqlite; then - eerror "You need to compile dev-lang/python with USE sqlite, or" - eerror "install >=dev-python/pysqlite-2.3.4-r1." - die "python 2.5 or up with sqlite support or pysqlite 2.3.5 or up required." - fi - fi - - if use gnome; then - if ! built_with_use dev-python/gnome-python-extras xulrunner; then - if ! built_with_use dev-python/gnome-python-extras firefox; then - if ! built_with_use dev-python/gnome-python-extras seamonkey; then - ewarn "In order to enable extra features provided by gtkmozembed," - ewarn "you have to re-emerge gnome-python-extras with" - ewarn "xulrunner, firefox or seamonkey USE flag." - epause - fi - fi - fi - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-destdir.patch - epatch "${FILESDIR}"/${P}-visual.patch -} - -src_compile() { - emake -j1 mmkeys.so || die "emake mmkeys.so failed." - emake translations || die "emake translations failed." -} - -src_install() { - emake LIBDIR="/usr/$(get_libdir)" DESTDIR="${D}" install || die "emake install failed." - dodoc TODO changelog - - insinto /usr/share/${PN} - doins -r scripts - fperms 755 /usr/share/${PN}/scripts/{exailecover,*.py,*.pl} - fperms 755 /usr/share/${PN}/scripts/exaile_system/*.py -} - -pkg_postinst() { - python_mod_optimize "${ROOT}"/usr/share/${PN} - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} - -pkg_postrm() { - python_mod_cleanup "${ROOT}"/usr/share/${PN} - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} diff --git a/media-sound/exaile/exaile-0.2.11_beta.ebuild b/media-sound/exaile/exaile-0.2.11_beta.ebuild index 11baaee8bd21..3ba9531c3d3a 100644 --- a/media-sound/exaile/exaile-0.2.11_beta.ebuild +++ b/media-sound/exaile/exaile-0.2.11_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.11_beta.ebuild,v 1.1 2007/09/23 09:51:12 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.11_beta.ebuild,v 1.2 2007/09/23 16:07:20 drac Exp $ inherit eutils fdo-mime multilib python @@ -15,7 +15,7 @@ SRC_URI="http://www.exaile.org/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="aac alsa cdparanoia flac gnome ipod libnotify libsexy mad musepack ogg +IUSE="aac alsa cdparanoia equalizer flac gnome ipod libnotify libsexy mad musepack ogg oss vorbis" RDEPEND=">=dev-python/pygtk-2.8.6 @@ -30,6 +30,7 @@ RDEPEND=">=dev-python/pygtk-2.8.6 >=media-plugins/gst-plugins-gnomevfs-${GVER} ) >=media-libs/gstreamer-${GVER} >=media-libs/gst-plugins-good-${GVER} + equalizer? ( >=media-libs/gst-plugins-bad-0.10.5 ) >=dev-python/gst-python-${GVER} musepack? ( >=media-plugins/gst-plugins-musepack-${GVER} ) vorbis? ( >=media-plugins/gst-plugins-vorbis-${GVER} ) diff --git a/media-sound/exaile/files/digest-exaile-0.2.10-r1 b/media-sound/exaile/files/digest-exaile-0.2.10-r1 deleted file mode 100644 index e790925c2ac7..000000000000 --- a/media-sound/exaile/files/digest-exaile-0.2.10-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 776412d9844b06fe26444c0d7f74d712 exaile_0.2.10.tar.gz 516304 -RMD160 80a688361964659785932ff1de3be71c798f5082 exaile_0.2.10.tar.gz 516304 -SHA256 11cbef758b770fcab44a73b0b3d7f7daa37c1eb3c9e96cb6754e664f76609184 exaile_0.2.10.tar.gz 516304 diff --git a/media-sound/exaile/files/exaile-0.2.10-destdir.patch b/media-sound/exaile/files/exaile-0.2.10-destdir.patch deleted file mode 100644 index 3211fe314dee..000000000000 --- a/media-sound/exaile/files/exaile-0.2.10-destdir.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ur exaile_0.2.10.orig/Makefile exaile_0.2.10/Makefile ---- exaile_0.2.10.orig/Makefile 2007-06-21 06:17:04.000000000 +0300 -+++ exaile_0.2.10/Makefile 2007-06-25 09:41:46.000000000 +0300 -@@ -1,4 +1,4 @@ --PREFIX ?= /usr/local -+PREFIX = /usr - LIBDIR ?= $(PREFIX)/lib - FIREFOX ?= /usr/lib/firefox - -@@ -44,11 +44,8 @@ - install -m 644 images/default_theme/*.png \ - $(DESTDIR)$(PREFIX)/share/exaile/images/default_theme - install -m 644 xl/*.py $(DESTDIR)$(PREFIX)/share/exaile/xl -- -install -m 644 xl/*.pyc $(DESTDIR)$(PREFIX)/share/exaile/xl - install -m 644 xl/media/*.py $(DESTDIR)$(PREFIX)/share/exaile/xl/media -- -install -m 644 xl/media/*.pyc $(DESTDIR)$(PREFIX)/share/exaile/xl/media - install -m 644 lib/*.py $(DESTDIR)$(PREFIX)/share/exaile/lib -- -install -m 644 lib/*.pyc $(DESTDIR)$(PREFIX)/share/exaile/lib - install -m 644 plugins/*.py $(DESTDIR)$(PREFIX)/share/exaile/plugins - install -m 644 plugins/*.glade $(DESTDIR)$(PREFIX)/share/exaile/plugins - install -m 644 images/largeicon.png \ diff --git a/media-sound/exaile/files/exaile-0.2.10-visual.patch b/media-sound/exaile/files/exaile-0.2.10-visual.patch deleted file mode 100644 index 1545fd9d72a8..000000000000 --- a/media-sound/exaile/files/exaile-0.2.10-visual.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur exaile_0.2.10.orig/xl/xlmisc.py exaile_0.2.10/xl/xlmisc.py ---- exaile_0.2.10.orig/xl/xlmisc.py 2007-06-07 15:48:24.000000000 +0300 -+++ exaile_0.2.10/xl/xlmisc.py 2007-06-26 20:57:12.000000000 +0300 -@@ -1709,8 +1709,8 @@ - """ - if BITMAP_CACHE.has_key("%s - %sx%s - %s" % (text, width, height, bgcolor)): - return BITMAP_CACHE["%s - %sx%s - %s" % (text, width, height, bgcolor)] -- -- pixmap = gtk.gdk.Pixmap(None, width, height, 24) -+ default_visual = gtk.gdk.visual_get_system() -+ pixmap = gtk.gdk.Pixmap(None, width, height, default_visual.depth) - colormap = gtk.gdk.colormap_get_system() - white = colormap.alloc_color(65535, 65535, 65535) - black = colormap.alloc_color(0, 0, 0) |