* [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.2.14.ebuild
@ 2008-10-28 6:58 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-10-28 6:58 UTC (permalink / raw
To: gentoo-commits
aballier 08/10/28 06:58:25
Modified: ChangeLog
Added: exaile-0.2.14.ebuild
Log:
version bump by Andrea Pinazzi <follettoonip@gmail.com>, bug #240738, and convert to EAPI-2 for usedeps
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
Revision Changes Path
1.46 media-sound/exaile/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 29 May 2008 17:15:05 -0000 1.45
+++ ChangeLog 28 Oct 2008 06:58:25 -0000 1.46
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/exaile
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.45 2008/05/29 17:15:05 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.46 2008/10/28 06:58:25 aballier Exp $
+
+*exaile-0.2.14 (28 Oct 2008)
+
+ 28 Oct 2008; Alexis Ballier <aballier@gentoo.org> +exaile-0.2.14.ebuild:
+ version bump by Andrea Pinazzi <follettoonip@gmail.com>, bug #240738, and
+ convert to EAPI-2 for usedeps
29 May 2008; Ali Polatel <hawking@gentoo.org> exaile-0.2.13.ebuild:
python_mod_optimize is ROOT aware.
1.1 media-sound/exaile/exaile-0.2.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild?rev=1.1&content-type=text/plain
Index: exaile-0.2.14.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild,v 1.1 2008/10/28 06:58:25 aballier Exp $
EAPI=2
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 ~sparc ~x86"
IUSE="aac alsa cdparanoia equalizer flac gnome ipod +jpeg libnotify +libsexy
mad musepack nls ogg oss +png vorbis"
RDEPEND="dev-python/dbus-python
>=media-libs/mutagen-1.12
>=dev-python/pygtk-2.10
|| ( >=dev-lang/python-2.5[sqlite] >=dev-python/pysqlite-2.3.5 )
|| ( >=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
>=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-0.10.9
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[python]
>=media-plugins/gst-plugins-faad-${GVER} )
jpeg? ( >=media-plugins/gst-plugins-jpeg-${GVER} )
png? ( >=media-plugins/gst-plugins-libpng-${GVER} )"
DEPEND="nls? ( dev-util/intltool sys-devel/gettext )"
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."
newdoc changelog ChangeLog
}
pkg_postinst() {
python_mod_optimize /usr/$(get_libdir)/${PN}
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
elog "You need media-plugins/gst-plugins-gnomevfs for streaming, but you may also try"
elog "media-plugins/gst-plugins-neon to avoid installing gnome."
}
pkg_postrm() {
python_mod_cleanup /usr/$(get_libdir)/${PN}
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.2.14.ebuild
@ 2009-05-13 19:42 Markus Meier (maekke)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-05-13 19:42 UTC (permalink / raw
To: gentoo-commits
maekke 09/05/13 19:42:21
Modified: ChangeLog exaile-0.2.14.ebuild
Log:
amd64/x86 stable, bug #268837
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.50 media-sound/exaile/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 7 May 2009 10:08:46 -0000 1.49
+++ ChangeLog 13 May 2009 19:42:21 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/exaile
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.49 2009/05/07 10:08:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.50 2009/05/13 19:42:21 maekke Exp $
+
+ 13 May 2009; Markus Meier <maekke@gentoo.org> exaile-0.2.14.ebuild:
+ amd64/x86 stable, bug #268837
06 May 2009; Samuli Suominen <ssuominen@gentoo.org> exaile-0.2.14.ebuild,
metadata.xml:
1.4 media-sound/exaile/exaile-0.2.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild?r1=1.3&r2=1.4
Index: exaile-0.2.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- exaile-0.2.14.ebuild 6 May 2009 18:03:36 -0000 1.3
+++ exaile-0.2.14.ebuild 13 May 2009 19:42:21 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild,v 1.3 2009/05/06 18:03:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild,v 1.4 2009/05/13 19:42:21 maekke Exp $
EAPI=2
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="aac alsa cdparanoia flac gnome ipod +jpeg libnotify +libsexy
mad musepack mtp nls ogg oss +png vorbis"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.2.14.ebuild
@ 2009-05-31 13:24 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 3+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-05-31 13:24 UTC (permalink / raw
To: gentoo-commits
nixnut 09/05/31 13:24:07
Modified: ChangeLog exaile-0.2.14.ebuild
Log:
ppc stable #268837
(Portage version: 2.1.6.13/cvs/Linux ppc)
Revision Changes Path
1.51 media-sound/exaile/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 13 May 2009 19:42:21 -0000 1.50
+++ ChangeLog 31 May 2009 13:24:07 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/exaile
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.50 2009/05/13 19:42:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.51 2009/05/31 13:24:07 nixnut Exp $
+
+ 31 May 2009; nixnut <nixnut@gentoo.org> exaile-0.2.14.ebuild:
+ ppc stable #268837
13 May 2009; Markus Meier <maekke@gentoo.org> exaile-0.2.14.ebuild:
amd64/x86 stable, bug #268837
1.5 media-sound/exaile/exaile-0.2.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild?r1=1.4&r2=1.5
Index: exaile-0.2.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- exaile-0.2.14.ebuild 13 May 2009 19:42:21 -0000 1.4
+++ exaile-0.2.14.ebuild 31 May 2009 13:24:07 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild,v 1.4 2009/05/13 19:42:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.14.ebuild,v 1.5 2009/05/31 13:24:07 nixnut Exp $
EAPI=2
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
IUSE="aac alsa cdparanoia flac gnome ipod +jpeg libnotify +libsexy
mad musepack mtp nls ogg oss +png vorbis"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-31 13:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-13 19:42 [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.2.14.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2009-05-31 13:24 Gysbert Wassenaar (nixnut)
2008-10-28 6:58 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox