Hello community,
here is the log from the commit of package banshee-community-extensions for
openSUSE:Factory
checked in at Wed Sep 14 13:57:19 CEST 2011.
--------
--- banshee-community-extensions/banshee-community-extensions.changes
2011-05-29 18:23:00.000000000 +0200
+++
/mounts/work_src_done/STABLE/banshee-community-extensions/banshee-community-extensions.changes
2011-09-13 14:16:18.000000000 +0200
@@ -1,0 +2,52 @@
+Tue Sep 13 12:16:05 UTC 2011 - [email protected]
+
+- change the requires from banshee-1 to banshee
+
+-------------------------------------------------------------------
+Fri Sep 9 11:07:43 UTC 2011 - [email protected]
+
+- Update to version 2.1.4:
+ + DuplicateSongDetector: Add toggling by activating row
+ + DuplicateSongDetector: Add a refresh and close button to the
+ toolbar
+ + OpenVP: Add new "Spectrum Scan" and "Spectrum Rain"
+ visualizations
+ + OpenVP: Make "Scaled Voiceprint" visualization look nicer
+ (bgo#658304)
+ + ClutterFlow: Fix crash when searching (bgo#658334)
+ + StreamRecorder: Fix files not being split by metadata
+ (bgo#656339)
+
+-------------------------------------------------------------------
+Mon Aug 29 05:31:57 UTC 2011 - [email protected]
+
+- Update to version 2.1.3:
+ + AlbumArtWriter: Write album art to the folder containing the
+ music files (banshee-extension-album-art)
+ + DuplicateSongDetector: Detect and remove duplicate songs in
+ your library (banshee-extension-dsd)
+ + Mirage: Re-enable rescan and reset methods (bgo#653826)
+ + OpenVP: Add a new "Scaled Voiceprint" visualization
+ + RandomByLastfm: Do not query Last.fm when offline
+ (bgo#634785)
+ + LastfmFingerprint: Build only if enabled in the build
+ (bgo#657013)
+
+-------------------------------------------------------------------
+Thu Jul 14 04:56:15 UTC 2011 - [email protected]
+
+- Banshee requires updated to >= 2.1.0.
+
+-------------------------------------------------------------------
+Wed Jul 6 13:05:59 UTC 2011 - [email protected]
+
+- Update to version 2.1.1:
+ + Moved to pkgconfig() calls for >= 1130;
+ + Moved requirements from 'banshee-1' to 'banshee', required
+ by banshee package name change.
+ + Use dbus-sharp/dbus-sharp-glib instead of ndesk-dbus and
+ ndesk-dbus-glib.
+ + ClutterFlow: Major refactoring and code cleanup, for better
+ readability.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
banshee-community-extensions-2.0.1.tar.bz2
New:
----
banshee-community-extensions-2.1.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ banshee-community-extensions.spec ++++++
--- /var/tmp/diff_new_pack.0ZxkAQ/_old 2011-09-14 13:57:14.000000000 +0200
+++ /var/tmp/diff_new_pack.0ZxkAQ/_new 2011-09-14 13:57:14.000000000 +0200
@@ -19,23 +19,46 @@
Name: banshee-community-extensions
-Version: 2.0.1
+Version: 2.1.4
Release: 1
License: MIT/X11 and GPL
Group: Productivity/Multimedia/Sound/Players
Summary: Extensions for Banshee media player
Url: http://banshee.fm/
-Source: %{name}-%{version}.tar.bz2
+Source0:
http://download.banshee.fm/%{name}/%{version}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390 s390x
-BuildRequires: fftw3-devel gettext-runtime glib2-devel
gstreamer010-plugins-base-devel gtk-sharp2 intltool libsamplerate-devel make
mono-addins mono-devel ndesk-dbus-glib-devel sqlite-devel taglib-sharp-devel
-#BuildRequires: lirc
-BuildRequires: banshee-1-devel >= 1.9.6
-%if %suse_version > 1100
+BuildRequires: banshee-devel >= 2.1.0
+BuildRequires: gettext-runtime
+BuildRequires: intltool
+%if 0%{?suse_version} >= 1130
+BuildRequires: pkgconfig(fftw3)
+BuildRequires: pkgconfig(gconf-sharp-2.0)
+BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires: pkgconfig(gtk-sharp-2.0)
+BuildRequires: pkgconfig(mono)
+BuildRequires: pkgconfig(mono-addins)
+BuildRequires: pkgconfig(dbus-sharp-glib-1.0)
+BuildRequires: pkgconfig(notify-sharp)
+BuildRequires: pkgconfig(samplerate)
+BuildRequires: pkgconfig(sqlite3)
+BuildRequires: pkgconfig(taglib-sharp)
+%else
+BuildRequires: fftw3-devel
+BuildRequires: gconf-sharp2
+BuildRequires: glib2-devel
+BuildRequires: gstreamer-0_10-plugins-base-devel
+BuildRequires: gtk-sharp2
+BuildRequires: mono-devel
+BuildRequires: mono-addins
+BuildRequires: dbus-sharp-glib-devel
BuildRequires: notify-sharp
+BuildRequires: libsamplerate-devel
+BuildRequires: sqlite-devel
+BuildRequires: taglib-sharp-devel
%endif
-Requires: banshee-1 >= 1.9.6
-#Requires: lirc
+Requires: banshee >= 2.1.0
Recommends: %{name}-lang = %{version}
Recommends: banshee-extensions-alarm
Recommends: banshee-extensions-ampache
@@ -53,6 +76,10 @@
Recommends: banshee-extensions-streamrecorder
Recommends: banshee-extensions-lyrics
Recommends: banshee-extensions-telepathy
+# Duplicate song detector - Added 2.1.3
+Recommends: banshee-extensions-dsd
+# Album art writter - Added 2.1.3
+Recommends: banshee-extensions-album-art
%description
Contains various contributed extensions:
@@ -65,6 +92,8 @@
* Jamendo
* LCD
* Live Radio
+* Duplicate Song Detector
+* Album Art Writer
%if %suse_version > 1100
* Lyrics
%endif
@@ -81,7 +110,7 @@
License: X11/MIT
Summary: Alarm Clock
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-alarm
@@ -91,7 +120,7 @@
License: X11/MIT
Summary: Ampache
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-ampache
@@ -101,7 +130,7 @@
License: X11/MIT
Summary: Awn Integration
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-awn
@@ -111,7 +140,7 @@
License: X11/MIT
Summary: Set Coverart as Desktop Background
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-coverwallpaper
@@ -121,7 +150,7 @@
License: X11/MIT
Summary: Karaoke
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-karaoke
@@ -131,7 +160,7 @@
License: X11/MIT
Summary: Jamendo
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-jamendo
@@ -142,7 +171,7 @@
Summary: Identify music automatically
Group: Productivity/Multimedia/Sound/Players
BuildRequires: fftw3-devel gcc-c++ libsamplerate-devel
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-lastfm-fingerprint
@@ -152,7 +181,7 @@
License: X11/MIT
Summary: LCD Device Display
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-lcd
@@ -162,7 +191,7 @@
License: X11/MIT
Summary: Internet Radio Directory
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-liveradio
@@ -172,7 +201,7 @@
License: X11/MIT
Summary: Lyrics Context Pane
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-lyrics
@@ -182,7 +211,7 @@
License: X11/MIT
Summary: Streaming Music from Magnatune
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-magnatune
@@ -192,7 +221,7 @@
License: GPL v2
Summary: Mirage Similarity Engine
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-mirage
@@ -202,7 +231,7 @@
License: X11/MIT
Summary: Shuffle by Last.fm information
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-randomby-lastfm
@@ -212,7 +241,7 @@
License: X11/MIT
Summary: Radio Station Fetcher
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-radiostationfetcher
@@ -222,7 +251,7 @@
License: X11/MIT
Summary: Stream Recorder
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Recommends: %{name}-lang = %{version}
%description -n banshee-extension-streamrecorder
@@ -232,7 +261,7 @@
License: X11/MIT
Summary: Connect and Share With Your Friends
Group: Productivity/Multimedia/Sound/Players
-Requires: banshee-1 >= %{version}
+Requires: banshee >= %{version}
Requires: notify-sharp
Requires: empathy >= 2.27.91
Requires: telepathy-gabble >= 0.9
@@ -242,6 +271,25 @@
%description -n banshee-extension-telepathy
Share music with your instant messaging friends.
+%package -n banshee-extension-album-art
+License: X11/MIT
+Summary: A album art writer extension
+Group: Productivity/Multimedia/Sound/Players
+Requires: banshee >= %{version}
+Recommends: %{name}-lang = %{version}
+
+%description -n banshee-extension-album-art
+This extension provides a album art writer.
+
+%package -n banshee-extension-dsd
+License: X11/MIT
+Summary: A duplicate song detector for Banshee
+Group: Productivity/Multimedia/Sound/Players
+Requires: banshee >= %{version}
+Recommends: %{name}-lang = %{version}
+
+%description -n banshee-extension-dsd
+This extension provides a dupplicate song detector.
%package lang
License: X11/MIT
@@ -255,22 +303,18 @@
%setup -q
%build
-%{?env_options}
%configure \
--disable-clutterflow \
- --disable-lirc
-
-make
+ --disable-lirc \
+ --disable-static
+make %{?_smp_mflags}
%install
%makeinstall
%find_lang %{name}
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
-find %{buildroot} -name '*.a' -exec rm -f {} ';'
-strip --strip-unneeded
%{buildroot}/%{_libdir}/banshee/Extensions/libmirageaudio.so
+find %{buildroot}%{_libdir} -name '*.la' -type f -print -delete
%clean
-%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root)
@@ -351,4 +395,12 @@
%defattr(-,root,root)
%{_libdir}/banshee/Extensions/Banshee.Telepathy.*
+%files -n banshee-extension-album-art
+%defattr(-,root,root)
+%{_libdir}/banshee/Extensions/Banshee.AlbumArtWriter.*
+
+%files -n banshee-extension-dsd
+%defattr(-,root,root)
+%{_libdir}/banshee/Extensions/Banshee.DuplicateSongDetector.*
+
%changelog
++++++ banshee-community-extensions-2.0.1.tar.bz2 ->
banshee-community-extensions-2.1.4.tar.bz2 ++++++
++++ 47192 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]