Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275180 - [Version Bump] media-sound/ario Version 1.3 released
Summary: [Version Bump] media-sound/ario Version 1.3 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christoph Mende (RETIRED)
URL: http://ario-player.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-23 12:30 UTC by Arthur Spitzer
Modified: 2009-11-04 16:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ario 1.3 ebuild (ario-1.3.ebuild,1.47 KB, text/plain)
2009-06-24 21:34 UTC, Jason Pleau
Details
ario 1.3 ebuild with xmms2 support (ario-1.3.ebuild,1.54 KB, text/plain)
2009-07-04 21:10 UTC, nE0sIghT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Spitzer 2009-06-23 12:30:47 UTC
Hi,

version 1.3 of ario was released an 16 May 2009. It's very interesting, since one new feature is "Replace Glade by GtkBuilder".
Could somebody pleace provide an ebuild?

Thanks in advance.

Reproducible: Always

Steps to Reproduce:
Comment 1 Jason Pleau 2009-06-24 21:34:17 UTC
Created attachment 195698 [details]
ario 1.3 ebuild

Created ebuild for ario-1.3. Included taglib support. Works for me so far.
Comment 2 Jason Pleau 2009-06-24 23:23:23 UTC
Comment on attachment 195698 [details]
ario 1.3 ebuild

><HTML><HEAD/><BODY><PRE># Copyright 1999-2009 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2

>
>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 zeroconf taglib"
>
>RDEPEND="&gt;=dev-libs/glib-2.14:2
>	gnome-base/libglade:2.0
>	net-misc/curl
>	net-libs/gnutls
>	&gt;=x11-libs/gtk+-2.12:2
>	taglib? ( media-libs/taglib )
>	audioscrobbler? ( net-libs/libsoup:2.4 )
>	dbus? ( dev-libs/dbus-glib )
>	libnotify? ( x11-libs/libnotify )
>	python? ( dev-python/pygtk
>		dev-python/pygobject )
>	zeroconf? ( net-dns/avahi )"
>DEPEND="sys-devel/gettext
>	dev-util/intltool
>	dev-util/pkgconfig"
>
>src_compile() {
>	econf \
>		$(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 zeroconf avahi) \
>		$(use_enable taglib)
>
>	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
>}
></PRE></BODY></HTML>
Comment 3 Wormo (RETIRED) gentoo-dev 2009-06-27 07:16:06 UTC
Thanks for posting your version bump. I see there is a new useflag for taglib support.

Assigning to maintainer
Comment 4 nE0sIghT 2009-07-04 21:10:00 UTC
Created attachment 196673 [details]
ario 1.3 ebuild with xmms2 support

Ebuild with xmms2 support
Comment 5 nm (RETIRED) gentoo-dev 2009-08-05 09:05:16 UTC
The xmms2 support can't be present in this ebuild, not if you want to get it into Portage. XMMS2 isn't in Portage, doubtful that it ever will given its history so far.

The version with xmms2 support could be put into an overlay, such as Sunrise. But not in Portage.