* [gentoo-commits] gentoo-x86 commit in media-sound/xnoise: ChangeLog xnoise-9999.ebuild
@ 2011-05-17 10:41 Christoph Mende (angelos)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2011-05-17 10:41 UTC (permalink / raw
To: gentoo-commits
angelos 11/05/17 10:41:50
Modified: ChangeLog
Added: xnoise-9999.ebuild
Log:
Add live ebuild
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Revision Changes Path
1.3 media-sound/xnoise/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 16 May 2011 11:28:18 -0000 1.2
+++ ChangeLog 17 May 2011 10:41:50 -0000 1.3
@@ -1,6 +1,11 @@
# 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.2 2011/05/16 11:28:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v 1.3 2011/05/17 10:41:50 angelos Exp $
+
+*xnoise-9999 (17 May 2011)
+
+ 17 May 2011; Christoph Mende <angelos@gentoo.org> +xnoise-9999.ebuild:
+ Add live ebuild
16 May 2011; Christoph Mende <angelos@gentoo.org> xnoise-0.1.22.ebuild:
Force vala-0.12 (bug #366563)
1.1 media-sound/xnoise/xnoise-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild?rev=1.1&content-type=text/plain
Index: xnoise-9999.ebuild
===================================================================
# 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 $
EAPI=4
inherit fdo-mime gnome2-utils mercurial
DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of
features"
HOMEPAGE="http://www.xnoise-media-player.com/"
EHG_REPO_URI="https://xnoise.googlecode.com/hg/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
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
gnome-base/gnome-common:3
sys-devel/gettext"
DOCS=( AUTHORS NEWS README )
src_prepare() {
NOCONFIGURE=yes ./autogen.sh || die
}
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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/xnoise: ChangeLog xnoise-9999.ebuild
@ 2011-05-26 16:06 Christoph Mende (angelos)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2011-05-26 16:06 UTC (permalink / raw
To: gentoo-commits
angelos 11/05/26 16:06:50
Modified: ChangeLog xnoise-9999.ebuild
Log:
Bump autoconf dep to >=2.67 (bug #368789)
(Portage version: 2.2.0_alpha36/cvs/Linux x86_64)
Revision Changes Path
1.7 media-sound/xnoise/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 24 May 2011 17:38:04 -0000 1.6
+++ ChangeLog 26 May 2011 16:06:50 -0000 1.7
@@ -1,6 +1,9 @@
# 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.6 2011/05/24 17:38:04 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/ChangeLog,v 1.7 2011/05/26 16:06:50 angelos Exp $
+
+ 26 May 2011; Christoph Mende <angelos@gentoo.org> xnoise-9999.ebuild:
+ Bump autoconf dep to >=2.67 (bug #368789)
24 May 2011; Christoph Mende <angelos@gentoo.org> -xnoise-0.1.22.ebuild,
xnoise-0.1.23.ebuild, xnoise-9999.ebuild:
1.3 media-sound/xnoise/xnoise-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild?r1=1.2&r2=1.3
Index: xnoise-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xnoise-9999.ebuild 24 May 2011 17:38:04 -0000 1.2
+++ xnoise-9999.ebuild 26 May 2011 16:06:50 -0000 1.3
@@ -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.2 2011/05/24 17:38:04 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xnoise/xnoise-9999.ebuild,v 1.3 2011/05/26 16:06:50 angelos Exp $
EAPI=4
inherit fdo-mime gnome2-utils mercurial
@@ -33,6 +33,7 @@
dev-util/intltool
dev-util/pkgconfig
gnome-base/gnome-common:3
+ >=sys-devel/autoconf-2.67:2.5
sys-devel/gettext"
DOCS=( AUTHORS NEWS README )
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-26 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17 10:41 [gentoo-commits] gentoo-x86 commit in media-sound/xnoise: ChangeLog xnoise-9999.ebuild Christoph Mende (angelos)
-- strict thread matches above, loose matches on Subject: below --
2011-05-26 16:06 Christoph Mende (angelos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox