diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-24 17:38:04 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-24 17:38:04 +0000 |
commit | b6e0a616a0d7ec23c030734425ee81acdf23bec3 (patch) | |
tree | 289eee99df657c273860d7859181c634b656ddac /media-sound | |
parent | Version bump (diff) | |
download | gentoo-2-b6e0a616a0d7ec23c030734425ee81acdf23bec3.tar.gz gentoo-2-b6e0a616a0d7ec23c030734425ee81acdf23bec3.tar.bz2 gentoo-2-b6e0a616a0d7ec23c030734425ee81acdf23bec3.zip |
Enable soundmenu2, remove old
(Portage version: 2.2.0_alpha35/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/xnoise/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/xnoise/xnoise-0.1.22.ebuild | 70 | ||||
-rw-r--r-- | media-sound/xnoise/xnoise-0.1.23.ebuild | 4 | ||||
-rw-r--r-- | media-sound/xnoise/xnoise-9999.ebuild | 4 |
4 files changed, 9 insertions, 75 deletions
diff --git a/media-sound/xnoise/ChangeLog b/media-sound/xnoise/ChangeLog index 7d66e5ae0101..91911d88ce61 100644 --- a/media-sound/xnoise/ChangeLog +++ b/media-sound/xnoise/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2011/05/23 20:54:23 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v 1.6 2011/05/24 17:38:04 angelos Exp $ + + 24 May 2011; Christoph Mende <angelos@gentoo.org> -xnoise-0.1.22.ebuild, + xnoise-0.1.23.ebuild, xnoise-9999.ebuild: + Enable soundmenu2, remove old 23 May 2011; Thomas Kahle <tomka@gentoo.org> xnoise-0.1.23.ebuild: ~x86 per bug 366315 diff --git a/media-sound/xnoise/xnoise-0.1.22.ebuild b/media-sound/xnoise/xnoise-0.1.22.ebuild deleted file mode 100644 index 93711fad2b52..000000000000 --- a/media-sound/xnoise/xnoise-0.1.22.ebuild +++ /dev/null @@ -1,70 +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.22.ebuild,v 1.3 2011/05/16 11:28:18 angelos Exp $ - -EAPI=4 -inherit 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" -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-lang/vala:0.12 - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -DOCS=( AUTHORS NEWS README ) - -src_configure() { - VALAC=$(type -p valac-0.12) \ - econf \ - --disable-soundmenu \ - --disable-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.23.ebuild b/media-sound/xnoise/xnoise-0.1.23.ebuild index 959be89fcc0a..ea8a1a3990f8 100644 --- a/media-sound/xnoise/xnoise-0.1.23.ebuild +++ b/media-sound/xnoise/xnoise-0.1.23.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.23.ebuild,v 1.2 2011/05/23 20:54:23 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-0.1.23.ebuild,v 1.3 2011/05/24 17:38:04 angelos Exp $ EAPI=4 inherit fdo-mime gnome2-utils @@ -38,7 +38,7 @@ DOCS=( AUTHORS NEWS README ) src_configure() { econf \ --disable-soundmenu \ - --disable-soundmenu2 \ + --enable-soundmenu2 \ $(use_enable cover lastfm-covers) \ $(use_enable libnotify notifications) \ $(use_enable lyrics leoslyrics) \ diff --git a/media-sound/xnoise/xnoise-9999.ebuild b/media-sound/xnoise/xnoise-9999.ebuild index 51faaa901713..8ef1e47395b6 100644 --- a/media-sound/xnoise/xnoise-9999.ebuild +++ b/media-sound/xnoise/xnoise-9999.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-9999.ebuild,v 1.1 2011/05/17 10:41:50 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild,v 1.2 2011/05/24 17:38:04 angelos Exp $ EAPI=4 inherit fdo-mime gnome2-utils mercurial @@ -45,7 +45,7 @@ src_configure() { VALAC=$(type -p valac-0.12) \ econf \ --disable-soundmenu \ - --disable-soundmenu2 \ + --enable-soundmenu2 \ $(use_enable cover lastfm-covers) \ $(use_enable libnotify notifications) \ $(use_enable lyrics leoslyrics) \ |