From be2887b9fe9c7f9e691aba3b983f7e8449630c3e Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Nov 30 2006 09:45:44 +0000 Subject: - Update to 1.2.5 - Add audacious-plugins-wavpack for WavPack input plugin - Drop cddb patch, included upstream --- diff --git a/.cvsignore b/.cvsignore index 75a7b15..16d5727 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -audacious-plugins-fedora-1.2.2.tar.gz +audacious-plugins-fedora-1.2.5.tar.gz diff --git a/audacious-plugins.spec b/audacious-plugins.spec index c83fa5c..253a5dd 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -1,5 +1,5 @@ Name: audacious-plugins -Version: 1.2.2 +Version: 1.2.5 Release: 1%{?dist} Summary: Plugins for the Audacious media player @@ -25,6 +25,7 @@ BuildRequires: gettext, libsndfile-devel, curl-devel, libbinio-devel BuildRequires: arts-devel, libmodplug-devel, lirc-devel BuildRequires: jack-audio-connection-kit-devel, libsamplerate-devel BuildRequires: pulseaudio-devel, fluidsynth-devel +BuildRequires: wavpack-devel >= 4.31 Requires: audacious >= 1.2.0 @@ -99,11 +100,23 @@ amidi sound service. +%package wavpack +Summary: Audacious imput plugin for wavpack +Group: Applications/Multimedia + +Requires: audacious >= 1.2.0, audacious-plugins >= 1.2.0 + +%description wavpack +This package provides an Audacious input plugin that reads WavPack +compressed files. + + + %prep %setup -q -n audacious-plugins-fedora-%{version} # Fix incorrect use of sprintf in the cdaudio plugin -%patch0 -p1 -b .cddb-buffer +# %patch0 -p1 -b .cddb-buffer %build %configure \ @@ -145,6 +158,7 @@ update-desktop-database %{_datadir}/applications %doc AUTHORS COPYING ChangeLog NEWS %{_libdir}/audacious %exclude %{_libdir}/audacious/Input/libamidi-plug.so +%exclude %{_libdir}/audacious/Input/libwavpack.so %exclude %{_libdir}/audacious/Output/libjackout.so %exclude %{_libdir}/audacious/Output/libarts.so %exclude %{_libdir}/audacious/Output/libESD.so @@ -152,6 +166,7 @@ update-desktop-database %{_datadir}/applications %{_datadir}/applications/fedora-audacious-plugins.desktop %{_datadir}/audacious/images/audioscrobbler.png %{_datadir}/audacious/images/audioscrobbler_badge.png +%{_datadir}/audacious-plugins/paranormal %files jack %defattr(-,root,root,-) @@ -175,7 +190,16 @@ update-desktop-database %{_datadir}/applications %{_libdir}/audacious/Input/libamidi-plug.so %{_libdir}/amidi-plug +%files wavpack +%defattr(-,root,root,-) +%{_libdir}/audacious/Input/libwavpack.so + %changelog +* Thu Nov 30 2006 Ralf Ertzinger 1.2.5-1.fc7 +- Update to 1.2.5 +- Add audacious-plugins-wavpack for WavPack input plugin +- Drop cddb patch, included upstream + * Sun Nov 26 2006 Ralf Ertzinger 1.2.2-1.fc7 - Initial RPM build for FE diff --git a/sources b/sources index 1c0c714..b0cddcf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ac7f73da7432e1ffed6c2b9b0fced8c audacious-plugins-fedora-1.2.2.tar.gz +85311ebd8580d372fb3f7e0733185514 audacious-plugins-fedora-1.2.5.tar.gz