public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions: ChangeLog banshee-community-extensions-2.0.0.ebuild
@ 2011-04-07  8:52 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2011-04-07  8:52 UTC (permalink / raw
  To: gentoo-commits

pacho       11/04/07 08:52:24

  Modified:             ChangeLog
  Added:                banshee-community-extensions-2.0.0.ebuild
  Log:
  Version bump with new features and lots of bugfixes.
  
  (Portage version: 2.1.9.45/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-plugins/banshee-community-extensions/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	27 Feb 2011 14:55:45 -0000	1.13
+++ ChangeLog	7 Apr 2011 08:52:23 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/banshee-community-extensions
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.13 2011/02/27 14:55:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.14 2011/04/07 08:52:23 pacho Exp $
+
+*banshee-community-extensions-2.0.0 (07 Apr 2011)
+
+  07 Apr 2011; Pacho Ramos <pacho@gentoo.org>
+  +banshee-community-extensions-2.0.0.ebuild:
+  Version bump with new features and lots of bugfixes.
 
   27 Feb 2011; Pacho Ramos <pacho@gentoo.org>
   -files/banshee-community-extensions-1.5.5-magnatune-build-fix.patch,



1.1                  media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild?rev=1.1&content-type=text/plain

Index: banshee-community-extensions-2.0.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild,v 1.1 2011/04/07 08:52:23 pacho Exp $

EAPI="3"

inherit base mono

DESCRIPTION="Community-developed plugins for the Banshee media player"
HOMEPAGE="http://banshee.fm/"
SRC_URI="http://download.banshee-project.org/${PN}/${PV}/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc lirc lyrics mirage telepathy"

DEPEND=">=dev-lang/mono-2.0
	>=media-sound/banshee-1.9.6[web]
	>=gnome-base/gconf-2.0
	dev-dotnet/gconf-sharp:2
	doc? ( >=app-text/gnome-doc-utils-0.17.3 )
	lirc? ( app-misc/lirc  )
	mirage? (
		dev-libs/glib:2
		dev-db/sqlite:3
		sci-libs/fftw:3.0
		media-libs/libsamplerate
		>=media-libs/gstreamer-0.10.15
		>=media-libs/gst-plugins-base-0.10.15
	)
	telepathy? (
		dev-dotnet/notify-sharp
		>=dev-lang/mono-2.4.2
	)"
RDEPEND="${DEPEND}
	!media-plugins/banshee-lyrics
	!media-plugins/banshee-mirage"

src_configure() {
	# Disable ClutterFlow as we don't have clutter-sharp and co in tree
	# Disable UbuntuOneMusicStore as we don't have ubuntuone-sharp
	# Disable AppIndicator as it's not in tree
	# Disable OpenVP as some of its dependencies are not in the tree
	# Disable SoundMenu as it requires indicate-sharp
	# Disable zeitgeistdataprovider as it requires zeitgeist-sharp
	local myconf="--enable-gnome --disable-static --enable-release
		--with-gconf-schema-file-dir=/etc/gconf/schemas
		--with-vendor-build-id=Gentoo/${PN}/${PVR}
		--disable-scrollkeeper --disable-clutterflow
		--disable-appindicator --disable-openvp --enable-ampache
		--enable-karaoke --enable-jamendo --enable-lastfmfingerprint
		--disable-zeitgeistdataprovider --enable-randombylastfm"

	econf \
		$(use_enable doc user-help) \
		$(use_enable lirc) \
		$(use_enable lyrics) \
		$(use_enable mirage) \
		$(use_enable telepathy) \
		$(use_enable test tests) \
		${myconf}
}

src_install() {
	base_src_install
	find "${ED}" -name "*.la" -delete || die "remove of la files failed"
	dodoc AUTHORS NEWS README || die
}






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions: ChangeLog banshee-community-extensions-2.0.0.ebuild
@ 2011-06-21 13:52 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-06-21 13:52 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/06/21 13:52:05

  Modified:             ChangeLog banshee-community-extensions-2.0.0.ebuild
  Log:
  x86 stable wrt bug #371163
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.17                 media-plugins/banshee-community-extensions/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	27 Apr 2011 20:28:49 -0000	1.16
+++ ChangeLog	21 Jun 2011 13:52:05 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/banshee-community-extensions
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.16 2011/04/27 20:28:49 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.17 2011/06/21 13:52:05 phajdan.jr Exp $
+
+  21 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  banshee-community-extensions-2.0.0.ebuild:
+  x86 stable wrt bug #371163
 
   27 Apr 2011; Christoph Mende <angelos@gentoo.org>
   banshee-community-extensions-1.8.0.ebuild,



1.4                  media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild?r1=1.3&r2=1.4

Index: banshee-community-extensions-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- banshee-community-extensions-2.0.0.ebuild	27 Apr 2011 20:28:49 -0000	1.3
+++ banshee-community-extensions-2.0.0.ebuild	21 Jun 2011 13:52:05 -0000	1.4
@@ -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-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild,v 1.3 2011/04/27 20:28:49 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild,v 1.4 2011/06/21 13:52:05 phajdan.jr Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc lastfmfingerprint lirc lyrics mirage telepathy"
 
 DEPEND=">=dev-lang/mono-2.0






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions: ChangeLog banshee-community-extensions-2.0.0.ebuild
@ 2011-06-30 14:17 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2011-06-30 14:17 UTC (permalink / raw
  To: gentoo-commits

angelos     11/06/30 14:17:14

  Modified:             ChangeLog banshee-community-extensions-2.0.0.ebuild
  Log:
  Stable on amd64 wrt bug #371163
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 media-plugins/banshee-community-extensions/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	21 Jun 2011 13:52:05 -0000	1.17
+++ ChangeLog	30 Jun 2011 14:17:14 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/banshee-community-extensions
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.17 2011/06/21 13:52:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.18 2011/06/30 14:17:14 angelos Exp $
+
+  30 Jun 2011; Christoph Mende <angelos@gentoo.org>
+  banshee-community-extensions-2.0.0.ebuild:
+  Stable on amd64 wrt bug #371163
 
   21 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   banshee-community-extensions-2.0.0.ebuild:



1.5                  media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild

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

Index: banshee-community-extensions-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- banshee-community-extensions-2.0.0.ebuild	21 Jun 2011 13:52:05 -0000	1.4
+++ banshee-community-extensions-2.0.0.ebuild	30 Jun 2011 14:17:14 -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-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild,v 1.4 2011/06/21 13:52:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-2.0.0.ebuild,v 1.5 2011/06/30 14:17:14 angelos Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc lastfmfingerprint lirc lyrics mirage telepathy"
 
 DEPEND=">=dev-lang/mono-2.0






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

end of thread, other threads:[~2011-06-30 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 13:52 [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions: ChangeLog banshee-community-extensions-2.0.0.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-30 14:17 Christoph Mende (angelos)
2011-04-07  8:52 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox