public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arun Raghavan (ford_prefect)" <ford_prefect@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions: ChangeLog banshee-community-extensions-1.6.1.ebuild
Date: Fri, 18 Jun 2010 20:01:23 +0000 (UTC)	[thread overview]
Message-ID: <20100618200123.F3C842CE14@corvid.gentoo.org> (raw)

ford_prefect    10/06/18 20:01:23

  Modified:             ChangeLog
  Added:                banshee-community-extensions-1.6.1.ebuild
  Log:
  Bump to 1.6.1. Just a bunch of bug fixes.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	1 Apr 2010 08:10:18 -0000	1.4
+++ ChangeLog	18 Jun 2010 20:01:23 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/banshee-community-extensions
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.4 2010/04/01 08:10:18 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.5 2010/06/18 20:01:23 ford_prefect Exp $
+
+*banshee-community-extensions-1.6.1 (18 Jun 2010)
+
+  18 Jun 2010; Arun Raghavan <ford_prefect@gentoo.org>
+  +banshee-community-extensions-1.6.1.ebuild:
+  Bump to 1.6.1. Just a bunch of bug fixes.
 
   01 Apr 2010; Arun Raghavan <ford_prefect@gentoo.org>
   -banshee-community-extensions-1.5.4.ebuild,



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

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

Index: banshee-community-extensions-1.6.1.ebuild
===================================================================
# Copyright 1999-2010 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-1.6.1.ebuild,v 1.1 2010/06/18 20:01:23 ford_prefect Exp $

EAPI=3

inherit base mono

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

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

DEPEND=">=dev-lang/mono-2.0
	>=media-sound/banshee-1.5.4
	>=gnome-base/gconf-2.0
	dev-dotnet/gconf-sharp:2
	lyrics? (
		>=dev-dotnet/webkit-sharp-0.2
	)
	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 in tree yet
	# Disable UbuntuOneMusicStore as we don't have ubuntuone-sharp
	# Disable AppIndicator as it's not in tree
	local myconf="--enable-gnome --disable-static --enable-release
		--with-gconf-schema-file-dir=/etc/gconf/schemas
		--with-vendor-build-id=Gentoo/${PN}/${PVR}
		--disable-clutterflow --enable-liveradio
		--enable-coverwallpaper --enable-magnatune
		--disable-ubuntuonemusicstore --disable-appindicator"

	econf \
		$(use_enable lirc) \
		$(use_enable lyrics) \
		$(use_enable mirage) \
		$(use_enable telepathy) \
		$(use_enable test tests) \
		${myconf}
}

src_install() {
	base_src_install
}






             reply	other threads:[~2010-06-18 20:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-18 20:01 Arun Raghavan (ford_prefect) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-07-09 17:19 [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions: ChangeLog banshee-community-extensions-1.6.1.ebuild Pacho Ramos (pacho)
2010-07-12 20:28 Christian Faulhammer (fauli)
2011-02-27 14:55 Pacho Ramos (pacho)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100618200123.F3C842CE14@corvid.gentoo.org \
    --to=ford_prefect@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox