public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.5.ebuild
@ 2010-09-10  7:54 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2010-09-10  7:54 UTC (permalink / raw
  To: gentoo-commits

angelos     10/09/10 07:54:31

  Modified:             ChangeLog
  Added:                ario-1.5.ebuild
  Log:
  Version bump (bug #333407)
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 media-sound/ario/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	16 Jun 2010 14:15:37 -0000	1.16
+++ ChangeLog	10 Sep 2010 07:54:30 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ario
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.16 2010/06/16 14:15:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.17 2010/09/10 07:54:30 angelos Exp $
+
+*ario-1.5 (06 Sep 2010)
+
+  06 Sep 2010; <angelos@gentoo.org> +ario-1.5.ebuild:
+  Version bump (bug #333407)
 
   16 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> ario-1.4.4.ebuild:
   x86 stable wrt bug #322911



1.1                  media-sound/ario/ario-1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?rev=1.1&content-type=text/plain

Index: ario-1.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.ebuild,v 1.1 2010/09/10 07:54:30 angelos Exp $

EAPI=1
inherit gnome2-utils

DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
HOMEPAGE="http://ario-player.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="audioscrobbler dbus debug +idle libnotify nls python taglib zeroconf"

RDEPEND=">=dev-libs/glib-2.14:2
	dev-libs/libunique
	dev-libs/libxml2
	media-libs/libmpdclient
	net-misc/curl
	net-libs/gnutls
	>=x11-libs/gtk+-2.16:2
	audioscrobbler? ( net-libs/libsoup:2.4 )
	dbus? ( dev-libs/dbus-glib )
	libnotify? ( x11-libs/libnotify )
	python? ( dev-python/pygtk
		dev-python/pygobject )
	taglib? ( media-libs/taglib )
	zeroconf? ( net-dns/avahi )"
DEPEND="sys-devel/gettext
	dev-util/intltool
	dev-util/pkgconfig"

src_compile() {
	econf \
		--enable-libmpdclient2 \
		--enable-search \
		--enable-playlists \
		--disable-xmms2 \
		--disable-deprecations \
		$(use_enable audioscrobbler) \
		$(use_enable dbus) \
		$(use_enable debug) \
		$(use_enable idle mpdidle) \
		$(use_enable libnotify notify) \
		$(use_enable nls) \
		$(use_enable python) \
		$(use_enable taglib) \
		$(use_enable zeroconf avahi)

	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README TODO
}

pkg_preinst() {
	gnome2_icon_savelist
}

pkg_postinst() {
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.5.ebuild
@ 2011-02-05  8:10 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-05  8:10 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/05 08:10:58

  Modified:             ChangeLog ario-1.5.ebuild
  Log:
  Fix building with x11-libs/libnotify >= 0.7 and remove useless libtool and static archive files for plugins.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 media-sound/ario/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	10 Sep 2010 07:54:30 -0000	1.17
+++ ChangeLog	5 Feb 2011 08:10:58 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ario
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.17 2010/09/10 07:54:30 angelos Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.18 2011/02/05 08:10:58 ssuominen Exp $
+
+  05 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> ario-1.5.ebuild,
+  +files/ario-1.5-libnotify-0.7.patch:
+  Fix building with x11-libs/libnotify >= 0.7 and remove useless libtool and
+  static archive files for plugins.
 
 *ario-1.5 (06 Sep 2010)
 



1.2                  media-sound/ario/ario-1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?r1=1.1&r2=1.2

Index: ario-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ario-1.5.ebuild	10 Sep 2010 07:54:30 -0000	1.1
+++ ario-1.5.ebuild	5 Feb 2011 08:10:58 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.ebuild,v 1.1 2010/09/10 07:54:30 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.ebuild,v 1.2 2011/02/05 08:10:58 ssuominen Exp $
 
-EAPI=1
-inherit gnome2-utils
+EAPI=2
+inherit eutils gnome2-utils
 
 DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
 HOMEPAGE="http://ario-player.sourceforge.net"
@@ -28,16 +28,23 @@
 		dev-python/pygobject )
 	taglib? ( media-libs/taglib )
 	zeroconf? ( net-dns/avahi )"
-DEPEND="sys-devel/gettext
+DEPEND="${RDEPEND}
 	dev-util/intltool
-	dev-util/pkgconfig"
+	dev-util/pkgconfig
+	sys-devel/gettext"
 
-src_compile() {
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
+}
+
+src_configure() {
 	econf \
+		--disable-dependency-tracking \
+		--disable-static \
+		--disable-xmms2 \
 		--enable-libmpdclient2 \
 		--enable-search \
 		--enable-playlists \
-		--disable-xmms2 \
 		--disable-deprecations \
 		$(use_enable audioscrobbler) \
 		$(use_enable dbus) \
@@ -48,13 +55,13 @@
 		$(use_enable python) \
 		$(use_enable taglib) \
 		$(use_enable zeroconf avahi)
-
-	emake || die "emake failed"
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README TODO
+
+	find "${D}" -name '*.la' -exec rm -f '{}' +
 }
 
 pkg_preinst() {






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.5.ebuild
@ 2011-03-21 11:38 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-21 11:38 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/21 11:38:43

  Modified:             ChangeLog ario-1.5.ebuild
  Log:
  Stable on amd64 wrt bug #359475
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 media-sound/ario/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 Feb 2011 08:10:58 -0000	1.18
+++ ChangeLog	21 Mar 2011 11:38:43 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/ario
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.18 2011/02/05 08:10:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.19 2011/03/21 11:38:43 hwoarang Exp $
+
+  21 Mar 2011; Markos Chandras <hwoarang@gentoo.org> ario-1.5.ebuild:
+  Stable on amd64 wrt bug #359475
 
   05 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> ario-1.5.ebuild,
   +files/ario-1.5-libnotify-0.7.patch:



1.3                  media-sound/ario/ario-1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?r1=1.2&r2=1.3

Index: ario-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ario-1.5.ebuild	5 Feb 2011 08:10:58 -0000	1.2
+++ ario-1.5.ebuild	21 Mar 2011 11:38:43 -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/ario/ario-1.5.ebuild,v 1.2 2011/02/05 08:10:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.ebuild,v 1.3 2011/03/21 11:38:43 hwoarang Exp $
 
 EAPI=2
 inherit eutils gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="audioscrobbler dbus debug +idle libnotify nls python taglib zeroconf"
 
 RDEPEND=">=dev-libs/glib-2.14:2






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.5.ebuild
@ 2011-04-13 18:00 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2011-04-13 18:00 UTC (permalink / raw
  To: gentoo-commits

tomka       11/04/13 18:00:47

  Modified:             ChangeLog ario-1.5.ebuild
  Log:
  x86 stable per bug 359475
  
  (Portage version: 2.1.9.45/cvs/Linux i686)

Revision  Changes    Path
1.21                 media-sound/ario/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	21 Mar 2011 22:08:53 -0000	1.20
+++ ChangeLog	13 Apr 2011 18:00:47 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/ario
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.20 2011/03/21 22:08:53 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.21 2011/04/13 18:00:47 tomka Exp $
+
+  13 Apr 2011; Thomas Kahle <tomka@gentoo.org> ario-1.5.ebuild:
+  x86 stable per bug 359475
 
   21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> ario-1.4.4.ebuild,
   ario-1.5.ebuild:



1.5                  media-sound/ario/ario-1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.ebuild?r1=1.4&r2=1.5

Index: ario-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ario-1.5.ebuild	21 Mar 2011 22:08:53 -0000	1.4
+++ ario-1.5.ebuild	13 Apr 2011 18:00:47 -0000	1.5
@@ -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/ario/ario-1.5.ebuild,v 1.4 2011/03/21 22:08:53 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.ebuild,v 1.5 2011/04/13 18:00:47 tomka Exp $
 
 EAPI=2
 inherit eutils gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="audioscrobbler dbus debug +idle libnotify nls python taglib zeroconf"
 
 RDEPEND=">=dev-libs/glib-2.14:2






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.5.ebuild
@ 2012-05-27  8:19 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2012-05-27  8:19 UTC (permalink / raw
  To: gentoo-commits

angelos     12/05/27 08:19:14

  Modified:             ChangeLog
  Removed:              ario-1.5.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 media-sound/ario/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	21 May 2012 09:51:17 -0000	1.28
+++ ChangeLog	27 May 2012 08:19:14 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/ario
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.28 2012/05/21 09:51:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.29 2012/05/27 08:19:14 angelos Exp $
+
+  27 May 2012; Christoph Mende <angelos@gentoo.org> -ario-1.5.ebuild:
+  Remove old
 
   21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ario-1.5.1.ebuild:
   x86 stable wrt bug #413413






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-27  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 11:38 [gentoo-commits] gentoo-x86 commit in media-sound/ario: ChangeLog ario-1.5.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-27  8:19 Christoph Mende (angelos)
2011-04-13 18:00 Thomas Kahle (tomka)
2011-02-05  8:10 Samuli Suominen (ssuominen)
2010-09-10  7:54 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