]> git.pld-linux.org Git - packages/banshee.git/blobdiff - banshee.spec
- outdated
[packages/banshee.git] / banshee.spec
index 2be75a20eb4a8042b74723d1bcc1512ea2ccf8ea..7268bffbb997aa5f3b1026a60419614f2e87e459 100644 (file)
@@ -1,19 +1,15 @@
-# ToDo:
-#      - make some proper bconds for other it
-#
 %include /usr/lib/rpm/macros.mono
 #
 
 Summary:       A Mono/GStreamer Based Music Player
 Summary(pl.UTF-8):     Oparty na Mono/GStreamerze odtwarzacz muzyki
 Name:          banshee
-Version:       0.12.1
-Release:       0.3
+Version:       0.13.0
+Release:       1
 License:       GPL
 Group:         Applications/Multimedia
 Source0:       http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz
-# Source0-md5: 6bcfe0a4ca92e6cce86244938f004b8c
-Patch0:                %{name}-spurious_trailing_comma.patch
+# Source0-md5: dcb91c8159c50622c8697cc9f5861f9a
 URL:           http://banshee-project.org/
 BuildRequires: GConf2-devel
 BuildRequires: autoconf >= 2.13
@@ -24,11 +20,14 @@ BuildRequires:      dotnet-avahi-devel
 BuildRequires: dotnet-gnome-sharp-devel >= 2.16.0
 BuildRequires: dotnet-gtk-sharp2-devel >= 2.10.0
 BuildRequires: dotnet-ipod-sharp
+BuildRequires: dotnet-libgphoto2-sharp-devel
+BuildRequires: dotnet-njb-sharp
 BuildRequires: gnome-desktop-devel >= 2.16.0
 BuildRequires: gstreamer-cdparanoia
 BuildRequires: gstreamer-devel >= 0.10.3
 BuildRequires: gstreamer-gnomevfs
 BuildRequires: gstreamer-plugins-base-devel >= 0.10.3
+BuildRequires: gstreamer-GConf >= 0.10.3
 BuildRequires: gtk+2-devel >= 2.10.3
 BuildRequires: hal-devel >= 0.5.2
 BuildRequires: intltool >= 0.35
@@ -55,7 +54,6 @@ C#.
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 %{__aclocal} -I build/m4/banshee -I build/m4/shamrock
@@ -66,7 +64,7 @@ C#.
        --disable-dev-tests \
        --disable-helix \
        --enable-ipod \
-       --disable-njb \
+       --enable-njb \
        --disable-vlc \
        --enable-gstreamer \
        --enable-avahi \
@@ -96,15 +94,17 @@ SCHEMAS="banshee-core.schemas banshee-interface.schemas banshee-plugin-audioscro
 for S in $SCHEMAS; do
        %gconf_schema_install $S
 done
+%update_icon_cache hicolor
 
 %preun
 SCHEMAS="banshee-core.schemas banshee-interface.schemas banshee-plugin-audioscrobbler.schemas banshee-plugin-daap.schemas banshee-plugin-metadatasearcher.schemas banshee-plugin-minimode.schemas banshee-plugin-mmkeys.schemas banshee-plugin-notificationarea.schemas banshee-plugin-podcast.schemas banshee-plugin-radio.schemas banshee-plugin-recommendation.schemas"
 for S in $SCHEMAS; do
-       %gconf_schema_install $S
+       %gconf_schema_uninstall $S
 done
 
 %postun
 %update_desktop_database_postun
+%update_icon_cache hicolor
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.045022 seconds and 4 git commands to generate.