diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/xnoise/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/xnoise/xnoise-0.1.23.ebuild | 73 | ||||
-rw-r--r-- | media-sound/xnoise/xnoise-0.1.27.ebuild (renamed from media-sound/xnoise/xnoise-0.1.25.ebuild) | 4 |
3 files changed, 9 insertions, 76 deletions
diff --git a/media-sound/xnoise/ChangeLog b/media-sound/xnoise/ChangeLog index e4fb6b499e59..96a702a28341 100644 --- a/media-sound/xnoise/ChangeLog +++ b/media-sound/xnoise/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/xnoise # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v 1.11 2011/07/08 16:31:16 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v 1.12 2011/08/21 11:07:53 angelos Exp $ + +*xnoise-0.1.27 (21 Aug 2011) + + 21 Aug 2011; Christoph Mende <angelos@gentoo.org> -xnoise-0.1.23.ebuild, + -xnoise-0.1.25.ebuild, +xnoise-0.1.27.ebuild: + Version bump, remove old *xnoise-0.1.26 (08 Jul 2011) diff --git a/media-sound/xnoise/xnoise-0.1.23.ebuild b/media-sound/xnoise/xnoise-0.1.23.ebuild deleted file mode 100644 index 2a37abc384d0..000000000000 --- a/media-sound/xnoise/xnoise-0.1.23.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.1.23.ebuild,v 1.4 2011/05/30 09:53:23 angelos Exp $ - -EAPI=4 -inherit autotools eutils fdo-mime gnome2-utils - -DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of -features" -HOMEPAGE="http://www.xnoise-media-player.com/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+cover libnotify +lyrics" - -RDEPEND="dev-db/sqlite:3 - >=dev-libs/glib-2.26:2 - dev-libs/libunique:1 - dev-libs/libxml2:2 - media-libs/gst-plugins-base:0.10 - media-libs/gstreamer:0.10 - media-libs/taglib - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - cover? ( net-libs/libsoup:2.4 ) - libnotify? ( x11-libs/libnotify ) - lyrics? ( net-libs/libsoup:2.4 )" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-automagic-libindicate.patch - eautoreconf -} - -src_configure() { - econf \ - --disable-soundmenu \ - --enable-soundmenu2 \ - $(use_enable cover lastfm-covers) \ - $(use_enable libnotify notifications) \ - $(use_enable lyrics leoslyrics) \ - $(use_enable lyrics lyricsfly) \ - $(use_enable lyrics lyricwiki) \ - $(use_enable lyrics chartlyrics) -} - -src_install() { - default - find "${ED}" -type f -name "*.la" -exec rm -rf {} + || die - rm -rf "${ED}"/usr/share/${PN}/license || die -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} diff --git a/media-sound/xnoise/xnoise-0.1.25.ebuild b/media-sound/xnoise/xnoise-0.1.27.ebuild index d6f88b0ef40d..c700098f2dc1 100644 --- a/media-sound/xnoise/xnoise-0.1.25.ebuild +++ b/media-sound/xnoise/xnoise-0.1.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.1.25.ebuild,v 1.2 2011/06/26 09:31:25 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.1.27.ebuild,v 1.1 2011/08/21 11:07:53 angelos Exp $ EAPI=4 inherit fdo-mime gnome2-utils @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig sys-devel/gettext" -DOCS=( AUTHORS NEWS README ) +DOCS=( AUTHORS README ) src_configure() { econf \ |