[banshee-community-extensions] * Tue Aug 17 2010 Christian Krause <chkr at fedoraproject.org> - 1.7.4-1 - Update to 1.7.4 - Add necess

chkr chkr at fedoraproject.org
Tue Aug 17 21:21:01 UTC 2010


commit 175e4684d8e8ac811fef2e4a3f67e5ce1d5a356b
Author: Christian Krause <christian.krause at raritan.com>
Date:   Tue Aug 17 23:20:53 2010 +0200

    * Tue Aug 17 2010 Christian Krause <chkr at fedoraproject.org> - 1.7.4-1
    - Update to 1.7.4
    - Add necessary BR

 .gitignore                        |    1 +
 banshee-community-extensions.spec |   22 +++++++++++++++++++---
 sources                           |    2 +-
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd838dc..519cab6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 banshee-community-extensions-1.6.0.tar.bz2
+banshee-community-extensions-1.7.4.tar.bz2
diff --git a/banshee-community-extensions.spec b/banshee-community-extensions.spec
index 92c8a16..55f6307 100644
--- a/banshee-community-extensions.spec
+++ b/banshee-community-extensions.spec
@@ -1,19 +1,23 @@
 %define		debug_package %{nil}
 
 Name:		banshee-community-extensions
-Version:	1.6.0
-Release:	2%{?dist}
+Version:	1.7.4
+Release:	1%{?dist}
 Summary:	Collection of extensions for the media player Banshee
 Group:		Applications/Multimedia
 License:	GPLv2+ and MIT
 URL:		http://banshee-project.org/download/extensions/
 Source0:	http://download.banshee-project.org/banshee-community-extensions/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:	banshee
 BuildRequires:	mono-devel, banshee-devel, banshee-musicbrainz-devel
 BuildRequires:	intltool, gnome-sharp-devel
 BuildRequires:	fftw-devel, libsamplerate-devel, gstreamer-devel, gstreamer-plugins-base-devel
 BuildRequires:	notify-sharp-devel, webkit-sharp-devel
 BuildRequires:	ipod-sharp-devel, ndesk-dbus-devel
+BuildRequires:	gnome-doc-utils, lirc-devel
+#clutter-sharp is currently broken on x86_64
+#BuildRequires:	clutter-sharp-devel
 
 # no need to provide banshee-mirage since no other package requires it
 Obsoletes:	banshee-mirage < 0.6.1
@@ -27,7 +31,14 @@ for the media player Banshee.
 %setup -q
 
 %build
-%configure
+%configure	--enable-gnome --disable-schemas-install --enable-alarmclock \
+		--enable-coverwallpaper --enable-lcd \
+		--enable-lirc --enable-liveradio --enable-magnatune \
+		--enable-mirage --enable-radiostationfetcher \
+		--enable-stream-recorder --enable-telepathy --enable-awn \
+		--enable-lyrics
+# clutter-sharp is currently broken on x86_64
+#		--enable-clutterflow 
 make V=1 %{?_smp_mflags}
 
 %install
@@ -46,8 +57,13 @@ find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' -exec rm -f {} \;
 %defattr(-,root,root,-)
 %doc COPYING README NEWS
 %{_libdir}/banshee-1/Extensions/*
+%{_datadir}/gnome/help/banshee/*/*
 
 %changelog
+* Tue Aug 17 2010 Christian Krause <chkr at fedoraproject.org> - 1.7.4-1
+- Update to 1.7.4
+- Add necessary BR
+
 * Tue Jun 01 2010 Christian Krause <chkr at fedoraproject.org> - 1.6.0-2
 - Rebuilt against new mono-addins
 
diff --git a/sources b/sources
index 9262096..3ecad8c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43c3423f7232c7e73eb4b5e8ebe5e1de  banshee-community-extensions-1.6.0.tar.bz2
+874fce5e8130e7d5a8db2c93abf561dc  banshee-community-extensions-1.7.4.tar.bz2


More information about the scm-commits mailing list