summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-02-04 18:31:25 +0000
committerSamuli Suominen <drac@gentoo.org>2008-02-04 18:31:25 +0000
commita9b0426ca4db26404e1b8c00548bc587fab7da6f (patch)
tree502822048de2c40368632d7663d18b801b6daf7a /media-sound/exaile
parentAdding PCI_LEGACY check to take care of bug #208776. (diff)
downloadgentoo-2-a9b0426ca4db26404e1b8c00548bc587fab7da6f.tar.gz
gentoo-2-a9b0426ca4db26404e1b8c00548bc587fab7da6f.tar.bz2
gentoo-2-a9b0426ca4db26404e1b8c00548bc587fab7da6f.zip
old
(Portage version: 2.1.4.1)
Diffstat (limited to 'media-sound/exaile')
-rw-r--r--media-sound/exaile/exaile-0.2.11-r2.ebuild94
-rw-r--r--media-sound/exaile/files/exaile-0.2.11-libgtkembedmoz.patch19
2 files changed, 0 insertions, 113 deletions
diff --git a/media-sound/exaile/exaile-0.2.11-r2.ebuild b/media-sound/exaile/exaile-0.2.11-r2.ebuild
deleted file mode 100644
index 7e897a975f04..000000000000
--- a/media-sound/exaile/exaile-0.2.11-r2.ebuild
+++ /dev/null
@@ -1,94 +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.11-r2.ebuild,v 1.1 2007/11/28 15:42:49 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 equalizer flac gnome ipod libnotify libsexy
- mad musepack nls ogg oss vorbis"
-
-RDEPEND="dev-python/dbus-python
- >=media-libs/mutagen-1.6
- >=dev-python/pygtk-2.10
- || ( >=dev-lang/python-2.5 >=dev-python/pysqlite-2.3.4-r1 )
- || ( >=dev-lang/python-2.5 dev-python/elementtree )
- 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} )
- >=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} )
- 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="nls? ( dev-util/intltool sys-devel/gettext )"
-
-pkg_setup() {
- local fail_a="Re-emerge media-libs/libgpod with USE python."
- local fail_b="Re-emerge dev-lang/python with USE sqlite."
-
- if use ipod && ! built_with_use media-libs/libgpod python; then
- eerror "${fail_a}"
- die "${fail_a}"
- fi
-
- if ! has_version ">=dev-python/pysqlite-2.3.4-r1"; then
- if ! built_with_use ">=dev-lang/python-2.5" sqlite; then
- eerror "${fail_b}"
- die "${fail_b}"
- fi
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-libgtkembedmoz.patch
-}
-
-src_compile() {
- emake mmkeys.so || die "emake mmkeys.so failed."
-
- if use nls; then
- emake translations || die "emake translations failed."
- fi
-}
-
-src_install() {
- emake PREFIX="/usr" LIBDIR="/$(get_libdir)" DESTDIR="${D}" install || die "emake install failed."
- dodoc changelog TODO
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/$(get_libdir)/${PN}
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/${PN}
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
diff --git a/media-sound/exaile/files/exaile-0.2.11-libgtkembedmoz.patch b/media-sound/exaile/files/exaile-0.2.11-libgtkembedmoz.patch
deleted file mode 100644
index 14c6d9e7dd2f..000000000000
--- a/media-sound/exaile/files/exaile-0.2.11-libgtkembedmoz.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ur exaile-0.2.11.orig/Makefile exaile-0.2.11/Makefile
---- exaile-0.2.11.orig/Makefile 2007-10-02 19:25:55.000000000 +0300
-+++ exaile-0.2.11/Makefile 2007-11-28 17:35:52.000000000 +0200
-@@ -1,6 +1,5 @@
- PREFIX ?= /usr/local
- LIBDIR ?= /lib
--FIREFOX ?= /usr/lib/firefox
-
- all: compile mmkeys.so translations
- @echo "Done"
-@@ -69,8 +68,6 @@
- /bin/echo -e \
- "#!/bin/sh\n" \
- "cd $(PREFIX)/share/exaile\n" \
-- "export LD_LIBRARY_PATH=\$$LD_LIBRARY_PATH:$(FIREFOX)\n" \
-- "export MOZILLA_FIVE_HOME=$(FIREFOX)\n" \
- "exec python $(PREFIX)$(LIBDIR)/exaile/exaile.py \"\$$@\"" \
- > exaile && \
- chmod 755 exaile