|
@@ -1,35 +1,33 @@
|
|
|
|
+# Now, these features provide self-build-audacious-plugins-extra package
|
|
# to enable features, rpmbuild with '--with feature'
|
|
# to enable features, rpmbuild with '--with feature'
|
|
-%define with_aac %{?_with_aac:1}%{!?_with_aac:0}
|
|
+#define with_aac %{?_with_aac:1}%{!?_with_aac:0}
|
|
-%define with_wma %{?_with_wma:1}%{!?_with_wma:0}
|
|
+#define with_wma %{?_with_wma:1}%{!?_with_wma:0}
|
|
-%define with_lame %{?_with_lame:1}%{!?_with_lame:0}
|
|
+#define with_lame %{?_with_lame:1}%{!?_with_lame:0}
|
|
|
|
|
|
-%define _audacious_ver 2.1-1%{?_dist_release}
|
|
+%define _audacious_ver 2.3-1%{?_dist_release}
|
|
%define _gtk2_ver 2.8.0
|
|
%define _gtk2_ver 2.8.0
|
|
-%define _glib2_ver 2.10.0
|
|
+%define _glib2_ver 2.12.0
|
|
# to build OSD plugin, pango >= 1.14.7, cairo >= 1.2.6 are required
|
|
# to build OSD plugin, pango >= 1.14.7, cairo >= 1.2.6 are required
|
|
-%define _pango_ver 1.8.0
|
|
+%define _pango_ver 1.14.7
|
|
%define _esound_ver 0.2
|
|
%define _esound_ver 0.2
|
|
%define _libvorbis_ver 1.0
|
|
%define _libvorbis_ver 1.0
|
|
%define _libogg_ver 1.0
|
|
%define _libogg_ver 1.0
|
|
%define _libsndfile_ver 0.19
|
|
%define _libsndfile_ver 0.19
|
|
%define _flac_ver 1.2.0
|
|
%define _flac_ver 1.2.0
|
|
-%define _arts_ver 0.9.5
|
|
|
|
%define _alsa_ver 1.0
|
|
%define _alsa_ver 1.0
|
|
-%define _libmb_ver 2.0.0
|
|
|
|
-%define _curl_ver 7.9.7
|
|
|
|
%define _libxml2_ver 2.0.0
|
|
%define _libxml2_ver 2.0.0
|
|
%define _sdl_ver 1.2.5
|
|
%define _sdl_ver 1.2.5
|
|
%define _libmtp_ver 0.3.5
|
|
%define _libmtp_ver 0.3.5
|
|
|
|
|
|
-#%%define extraver alpha5
|
|
+#define extraver alpha5
|
|
|
|
|
|
%define plugindir %{_libdir}/audacious
|
|
%define plugindir %{_libdir}/audacious
|
|
|
|
|
|
Summary: Audacious Media Player plugins
|
|
Summary: Audacious Media Player plugins
|
|
Summary(ja): Audacious メディアプレイヤー プラグイン集
|
|
Summary(ja): Audacious メディアプレイヤー プラグイン集
|
|
Name: audacious-plugins
|
|
Name: audacious-plugins
|
|
-Version: 2.1
|
|
+Version: 2.3
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
# LGPLv2+: adplug, bio2jack, rocklight
|
|
# LGPLv2+: adplug, bio2jack, rocklight
|
|
# MIT: crystalizer, dockalbumart
|
|
# MIT: crystalizer, dockalbumart
|
|
# BSD: lastfm
|
|
# BSD: lastfm
|
|
@@ -37,45 +35,48 @@ License: GPLv2 and GPLv2+ and LGPLv2+ and MIT and BSD
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
URL: http://audacious-media-player.org/
|
|
URL: http://audacious-media-player.org/
|
|
Source: http://distfiles.atheme.org/audacious-plugins-%{version}%{?extraver:-%extraver}.tgz
|
|
Source: http://distfiles.atheme.org/audacious-plugins-%{version}%{?extraver:-%extraver}.tgz
|
|
-#Source1: audacious-plugins-1.3.0-ja.po
|
|
|
|
-#Source2: audacious-plugins-1.3.0-POTFILES.in
|
|
|
|
-Patch10: audacious-plugins-1.5.1-libmtp-0.3.5-API.patch
|
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: audacious-devel >= %{_audacious_ver}
|
|
BuildRequires: audacious-devel >= %{_audacious_ver}
|
|
-BuildRequires: glib2-devel >= %{_glib2_ver}, gtk2-devel >= %{_gtk2_ver}
|
|
+BuildRequires: glib2-devel >= %{_glib2_ver}
|
|
|
|
+BuildRequires: gtk2-devel >= %{_gtk2_ver}
|
|
BuildRequires: pango-devel >= %{_pango_ver}
|
|
BuildRequires: pango-devel >= %{_pango_ver}
|
|
|
|
+BuildRequires: dbus-devel >= 0.80
|
|
|
|
+BuildRequires: dbus-glib-devel >= 0.60
|
|
|
|
+BuildRequires: libmowgli-devel >= 0.4.0
|
|
BuildRequires: esound-devel >= %{_esound_ver}
|
|
BuildRequires: esound-devel >= %{_esound_ver}
|
|
-#BuildRequires: libmad-devel
|
|
+BuildRequires: pulseaudio-libs-devel >= 0.9.9
|
|
-BuildRequires: libvorbis-devel >= %{_libvorbis_ver}
|
|
+BuildRequires: libshout-devel >= 2.0.0
|
|
|
|
+BuildRequires: lirc
|
|
BuildRequires: libogg-devel >= %{_libogg_ver}
|
|
BuildRequires: libogg-devel >= %{_libogg_ver}
|
|
-BuildRequires: libsndfile-devel >= %{_libsndfile_ver}
|
|
+BuildRequires: libvorbis-devel >= %{_libvorbis_ver}
|
|
BuildRequires: flac-devel >= %{_flac_ver}
|
|
BuildRequires: flac-devel >= %{_flac_ver}
|
|
-BuildRequires: arts-devel >= %{_arts_ver}
|
|
+BuildRequires: libsndfile-devel >= %{_libsndfile_ver}
|
|
|
|
+BuildRequires: jack-audio-connection-kit-devel
|
|
BuildRequires: alsa-lib-devel >= %{_alsa_ver}
|
|
BuildRequires: alsa-lib-devel >= %{_alsa_ver}
|
|
-BuildRequires: libmusicbrainz-devel >= %{_libmb_ver}
|
|
+BuildRequires: libcdio-devel >= 0.70
|
|
-BuildRequires: curl-devel >= %{_curl_ver}
|
|
+BuildRequires: libcddb-devel >= 1.2.1
|
|
|
|
+BuildRequires: neon-devel >= 0.26
|
|
|
|
+BuildRequires: libmtp-devel >= %{_libmtp_ver}
|
|
|
|
+# bluetooth plugin has been broken by the output plugin on-demand work
|
|
|
|
+#BuildRequires: bluez-libs-devel
|
|
BuildRequires: libxml2-devel >= %{_libxml2_ver}
|
|
BuildRequires: libxml2-devel >= %{_libxml2_ver}
|
|
-BuildRequires: SDL-devel >= %{_sdl_ver}
|
|
|
|
BuildRequires: libprojectm-devel
|
|
BuildRequires: libprojectm-devel
|
|
|
|
+BuildRequires: SDL-devel >= %{_sdl_ver}
|
|
|
|
+BuildRequires: gtkglext-devel
|
|
BuildRequires: libsamplerate-devel
|
|
BuildRequires: libsamplerate-devel
|
|
BuildRequires: mesa-libGLU-devel
|
|
BuildRequires: mesa-libGLU-devel
|
|
-BuildRequires: neon-devel
|
|
|
|
-BuildRequires: lirc
|
|
|
|
-BuildRequires: pulseaudio-libs-devel
|
|
|
|
-BuildRequires: libmtp-devel >= %{_libmtp_ver}
|
|
|
|
-BuildRequires: jack-audio-connection-kit-devel
|
|
|
|
-BuildRequires: bluez-libs-devel
|
|
|
|
|
|
|
|
Requires: audacious >= %{_audacious_ver}
|
|
Requires: audacious >= %{_audacious_ver}
|
|
Requires: glib2 >= %{_glib2_ver}, gtk2 >= %{_gtk2_ver}
|
|
Requires: glib2 >= %{_glib2_ver}, gtk2 >= %{_gtk2_ver}
|
|
Requires: pango >= %{_pango_ver}
|
|
Requires: pango >= %{_pango_ver}
|
|
-#Requires: libmad
|
|
|
|
Requires: libvorbis >= %{_libvorbis_ver}
|
|
Requires: libvorbis >= %{_libvorbis_ver}
|
|
Requires: libogg >= %{_libogg_ver}
|
|
Requires: libogg >= %{_libogg_ver}
|
|
Requires: libsndfile >= %{_libsndfile_ver}
|
|
Requires: libsndfile >= %{_libsndfile_ver}
|
|
Requires: alsa-lib >= %{_alsa_ver}
|
|
Requires: alsa-lib >= %{_alsa_ver}
|
|
Requires: libxml2 >= %{_libxml2_ver}
|
|
Requires: libxml2 >= %{_libxml2_ver}
|
|
|
|
+Requires(post): /sbin/update-alternatives
|
|
|
|
+Requires(postun): /sbin/update-alternatives
|
|
|
|
|
|
Obsoletes: audacious < 1.2.0
|
|
Obsoletes: audacious < 1.2.0
|
|
Obsoletes: beepmp, beepmp-alsa
|
|
Obsoletes: beepmp, beepmp-alsa
|
|
@@ -90,6 +91,7 @@ based on Winamp 2.x skins.
|
|
This package provides essential plugins for audio input, audio output and
|
|
This package provides essential plugins for audio input, audio output and
|
|
visualization.
|
|
visualization.
|
|
|
|
|
|
|
|
+
|
|
%package -n audacious-jack
|
|
%package -n audacious-jack
|
|
Summary: Audacious output plugin for JACK sound service
|
|
Summary: Audacious output plugin for JACK sound service
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
@@ -99,6 +101,7 @@ Requires: audacious >= %{_audacious_ver}
|
|
This package provides an Audacious output plugin that uses the
|
|
This package provides an Audacious output plugin that uses the
|
|
JACK sound service.
|
|
JACK sound service.
|
|
|
|
|
|
|
|
+
|
|
%package -n audacious-flac
|
|
%package -n audacious-flac
|
|
Summary: Audacious plugin to play FLAC files
|
|
Summary: Audacious plugin to play FLAC files
|
|
Summary(ja): FLAC ファイルを再生するための Audacious プラグイン
|
|
Summary(ja): FLAC ファイルを再生するための Audacious プラグイン
|
|
@@ -115,70 +118,6 @@ in Audacious.
|
|
このパッケージには、Audacious で FLAC ファイル (*.flac/fla) を再生するため
|
|
このパッケージには、Audacious で FLAC ファイル (*.flac/fla) を再生するため
|
|
の入力プラグインが含まれています。
|
|
の入力プラグインが含まれています。
|
|
|
|
|
|
-%package -n audacious-tta
|
|
|
|
-Summary: Audacious plugin to play TTA files
|
|
|
|
-Summary(ja): TTA ファイルを再生するための Audacious プラグイン
|
|
|
|
-Group: Applications/Multimedia
|
|
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
|
|
-#Requires: libid3tag
|
|
|
|
-
|
|
|
|
-%description -n audacious-tta
|
|
|
|
-This package contains a input plugin that enables playback of TTA files
|
|
|
|
-in Audacious.
|
|
|
|
-
|
|
|
|
-%description -l ja -n audacious-tta
|
|
|
|
-このパッケージには、Audacious で TTA ファイル (*.tta) を再生するための
|
|
|
|
-入力プラグインが含まれています。
|
|
|
|
-
|
|
|
|
-%if %{with_aac}
|
|
|
|
-%package -n audacious-aac
|
|
|
|
-Summary: Audacious plugin to play AAC files
|
|
|
|
-Summary(ja): AAC ファイルを再生するための Audacious プラグイン
|
|
|
|
-Group: Applications/Multimedia
|
|
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
|
|
-
|
|
|
|
-%description -n audacious-aac
|
|
|
|
-This package contains a input plugin that enables playback of AAC files
|
|
|
|
-in Audacious.
|
|
|
|
-
|
|
|
|
-%description -l ja -n audacious-aac
|
|
|
|
-このパッケージには、Audacious で AAC ファイル (*.aac) を再生するため入力
|
|
|
|
-プラグインが含まれています。
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%if %{with_wma}
|
|
|
|
-%package -n audacious-wma
|
|
|
|
-Summary: Audacious plugin to play WMA files
|
|
|
|
-Summary(ja): WMA ファイルを再生するための Audacious プラグイン
|
|
|
|
-Group: Applications/Multimedia
|
|
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
|
|
-
|
|
|
|
-%description -n audacious-wma
|
|
|
|
-This package contains a input plugin that enables playback of WMA files
|
|
|
|
-in Audacious.
|
|
|
|
-
|
|
|
|
-%description -l ja -n audacious-wma
|
|
|
|
-このパッケージには、Audacious で WMA ファイル (*.wma) を再生するため入力
|
|
|
|
-プラグインが含まれています。
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%if %{with_lame}
|
|
|
|
-%package -n audacious-lame
|
|
|
|
-Summary: Audacious plugin to encode MP3 files using LAME
|
|
|
|
-Summary(ja): LAME を利用して MP3 ファイルをエンコードするための Audacious プラグイン
|
|
|
|
-Group: Applications/Multimedia
|
|
|
|
-BuildRequires: lame-devel
|
|
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
|
|
-Requires: lame
|
|
|
|
-
|
|
|
|
-%description -n audacious-lame
|
|
|
|
-This package contains a output plugin that enables encoding of MP3 files
|
|
|
|
-using LAME in Audacious.
|
|
|
|
-
|
|
|
|
-%description -l ja -n audacious-lame
|
|
|
|
-このパッケージには、Audacious で LAME を利用して MP3 ファイル (*.mp3) を
|
|
|
|
-エンコードするため出力プラグインが含まれています。
|
|
|
|
-%endif
|
|
|
|
|
|
|
|
%package -n audacious-esd
|
|
%package -n audacious-esd
|
|
Summary: Audacious plugin to output audio via EsounD
|
|
Summary: Audacious plugin to output audio via EsounD
|
|
@@ -194,17 +133,6 @@ This package contains an audio output plugin via EsounD for Audacious.
|
|
このパッケージには、Audacious で EsounD を用いて音声を出力するための
|
|
このパッケージには、Audacious で EsounD を用いて音声を出力するための
|
|
プラグインが含まれています。
|
|
プラグインが含まれています。
|
|
|
|
|
|
-%package -n audacious-scrobbler
|
|
|
|
-Summary: Audacious plugin to use audioscrobbler
|
|
|
|
-Summary(ja): Audacious audioscrobbler プラグイン
|
|
|
|
-Group: Applications/Multimedia
|
|
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
|
|
-Requires: libmusicbrainz >= %{_libmb_ver}
|
|
|
|
-Requires: curl >= %{_curl_ver}
|
|
|
|
-Obsoletes: audioscrobbler-beepmp
|
|
|
|
-
|
|
|
|
-%description -n audacious-scrobbler
|
|
|
|
-This package contains an audioscrobbler plugin for Audacious.
|
|
|
|
|
|
|
|
%package -n audacious-visualization
|
|
%package -n audacious-visualization
|
|
Summary: Audacious visualization plugins
|
|
Summary: Audacious visualization plugins
|
|
@@ -224,50 +152,52 @@ This package contains extra visualization plugin for Audacious.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-%{version}%{?extraver:-%extraver}
|
|
%setup -q -n %{name}-%{version}%{?extraver:-%extraver}
|
|
-#patch10 -p1
|
|
|
|
-
|
|
|
|
-# update ja.po
|
|
|
|
-#%__cp -f %{SOURCE1} po/ja.po
|
|
|
|
-# overwrite POTFILES.in
|
|
|
|
-#%__cp -f %{SOURCE2} po/POTFILES.in
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
--enable-ipv6 \
|
|
--enable-ipv6 \
|
|
--enable-chardet \
|
|
--enable-chardet \
|
|
-%if %{with_aac}
|
|
|
|
- --enable-aac \
|
|
|
|
-%else
|
|
|
|
--disable-aac \
|
|
--disable-aac \
|
|
-%endif
|
|
+ --disable-ffaudio \
|
|
-%if %{with_wma}
|
|
+ --disable-filewriter_mp3 \
|
|
- --enable-wma \
|
|
|
|
-%else
|
|
|
|
- --disable-wma \
|
|
|
|
-%endif
|
|
|
|
-%if %{with_lame}
|
|
|
|
- --enable-lame \
|
|
|
|
-%else
|
|
|
|
- --disable-lame \
|
|
|
|
-%endif
|
|
|
|
- --disable-musepack \
|
|
|
|
--disable-mp3
|
|
--disable-mp3
|
|
|
|
|
|
-# update audacious-plugins.pot & ja.gmo
|
|
|
|
-#( cd po ;
|
|
|
|
-# %__make %{_smp_mflags} VERBOSE=1 update-po )
|
|
|
|
-
|
|
|
|
%__make %{_smp_mflags} VERBOSE=1
|
|
%__make %{_smp_mflags} VERBOSE=1
|
|
|
|
|
|
%install
|
|
%install
|
|
%__rm -rf %{buildroot}
|
|
%__rm -rf %{buildroot}
|
|
%__make DESTDIR=%{buildroot} install
|
|
%__make DESTDIR=%{buildroot} install
|
|
|
|
|
|
|
|
+# rename for alternatives
|
|
|
|
+pushd $RPM_BUILD_ROOT%{plugindir}/Output/
|
|
|
|
+mkdir filewriter
|
|
|
|
+mv filewriter.so filewriter/plus.so
|
|
|
|
+popd
|
|
|
|
+
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
%__rm -rf %{buildroot}
|
|
%__rm -rf %{buildroot}
|
|
|
|
|
|
|
|
+%post
|
|
|
|
+/sbin/update-alternatives --install \
|
|
|
|
+ %{plugindir}/Output/filewriter.so \
|
|
|
|
+ filewriter.so \
|
|
|
|
+ %{plugindir}/Output/filewriter/plus.so 10
|
|
|
|
+
|
|
|
|
+%postun
|
|
|
|
+if [ $1 = 0 ]; then
|
|
|
|
+ /sbin/update-alternatives --remove filewriter.so %{plugindir}/Output/filewriter/plus.so
|
|
|
|
+ /sbin/update-alternatives --auto filewriter.so
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
+%posttrans
|
|
|
|
+# fix broken symlink if it's there
|
|
|
|
+if [ ! -f %{plugindir}/Output/filewriter.so ] ; then
|
|
|
|
+ /sbin/update-alternatives --auto filewriter.so
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
+
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING
|
|
%doc AUTHORS COPYING
|
|
@@ -278,10 +208,11 @@ This package contains extra visualization plugin for Audacious.
|
|
%{plugindir}/Container/xspf.so
|
|
%{plugindir}/Container/xspf.so
|
|
|
|
|
|
# effect plugins
|
|
# effect plugins
|
|
-%{plugindir}/Effect/audiocompress.so
|
|
+%{plugindir}/Effect/compressor.so
|
|
%{plugindir}/Effect/crystalizer.so
|
|
%{plugindir}/Effect/crystalizer.so
|
|
%{plugindir}/Effect/echo.so
|
|
%{plugindir}/Effect/echo.so
|
|
%{plugindir}/Effect/ladspa.so
|
|
%{plugindir}/Effect/ladspa.so
|
|
|
|
+%{plugindir}/Effect/resample.so
|
|
%{plugindir}/Effect/sndstretch.so
|
|
%{plugindir}/Effect/sndstretch.so
|
|
%{plugindir}/Effect/stereo.so
|
|
%{plugindir}/Effect/stereo.so
|
|
%{plugindir}/Effect/voice_removal.so
|
|
%{plugindir}/Effect/voice_removal.so
|
|
@@ -289,7 +220,8 @@ This package contains extra visualization plugin for Audacious.
|
|
# general plugins
|
|
# general plugins
|
|
%{plugindir}/General/alarm.so
|
|
%{plugindir}/General/alarm.so
|
|
%{plugindir}/General/aosd.so
|
|
%{plugindir}/General/aosd.so
|
|
-%{plugindir}/General/bluetooth.so
|
|
+#{plugindir}/General/bluetooth.so
|
|
|
|
+%{plugindir}/General/cd-menu-items.so
|
|
%{plugindir}/General/evdev-plug.so
|
|
%{plugindir}/General/evdev-plug.so
|
|
%{plugindir}/General/gnomeshortcuts.so
|
|
%{plugindir}/General/gnomeshortcuts.so
|
|
%{plugindir}/General/gtkui.so
|
|
%{plugindir}/General/gtkui.so
|
|
@@ -303,33 +235,37 @@ This package contains extra visualization plugin for Audacious.
|
|
%{plugindir}/General/vfstrace.so
|
|
%{plugindir}/General/vfstrace.so
|
|
|
|
|
|
# input plugins
|
|
# input plugins
|
|
-%{plugindir}/Input/alac.so
|
|
+#{plugindir}/Input/alac.so
|
|
|
|
+%{plugindir}/Input/amidi-plug.so
|
|
|
|
+%{plugindir}/Input/amidi-plug/ap-alsa.so
|
|
|
|
+%{plugindir}/Input/cdaudio-ng.so
|
|
%{plugindir}/Input/console.so
|
|
%{plugindir}/Input/console.so
|
|
-%{plugindir}/Input/cuesheet_ng.so
|
|
+#{plugindir}/Input/cuesheet_ng.so
|
|
-%{plugindir}/Input/demac.so
|
|
+#{plugindir}/Input/demac.so
|
|
#{plugindir}/Input/madplug.so
|
|
#{plugindir}/Input/madplug.so
|
|
%{plugindir}/Input/metronom.so
|
|
%{plugindir}/Input/metronom.so
|
|
%{plugindir}/Input/modplug.so
|
|
%{plugindir}/Input/modplug.so
|
|
-%{plugindir}/Input/psf2.so
|
|
+%exclude %{plugindir}/Input/psf2.so
|
|
%{plugindir}/Input/sndfile.so
|
|
%{plugindir}/Input/sndfile.so
|
|
-%{plugindir}/Input/timidity.so
|
|
|
|
%{plugindir}/Input/tonegen.so
|
|
%{plugindir}/Input/tonegen.so
|
|
%{plugindir}/Input/vorbis.so
|
|
%{plugindir}/Input/vorbis.so
|
|
%{plugindir}/Input/vtx.so
|
|
%{plugindir}/Input/vtx.so
|
|
-%{plugindir}/Input/xsf.so
|
|
+%exclude %{plugindir}/Input/xsf.so
|
|
|
|
|
|
# output plugins
|
|
# output plugins
|
|
-%{plugindir}/Output/ALSA.so
|
|
+%{plugindir}/Output/alsa.so
|
|
%{plugindir}/Output/OSS.so
|
|
%{plugindir}/Output/OSS.so
|
|
%{plugindir}/Output/crossfade.so
|
|
%{plugindir}/Output/crossfade.so
|
|
-%{plugindir}/Output/filewriter.so
|
|
+#{plugindir}/Output/filewriter.so
|
|
|
|
+%{plugindir}/Output/filewriter/plus.so
|
|
|
|
+%{plugindir}/Output/icecast.so
|
|
%{plugindir}/Output/null.so
|
|
%{plugindir}/Output/null.so
|
|
%{plugindir}/Output/pulse_audio.so
|
|
%{plugindir}/Output/pulse_audio.so
|
|
|
|
|
|
# transport plugins
|
|
# transport plugins
|
|
%{plugindir}/Transport/gio.so
|
|
%{plugindir}/Transport/gio.so
|
|
-%{plugindir}/Transport/lastfm.so
|
|
|
|
%{plugindir}/Transport/neon.so
|
|
%{plugindir}/Transport/neon.so
|
|
|
|
+%{plugindir}/Transport/unix-io.so
|
|
|
|
|
|
# visualization plugins
|
|
# visualization plugins
|
|
%{plugindir}/Visualization/blur_scope.so
|
|
%{plugindir}/Visualization/blur_scope.so
|
|
@@ -341,6 +277,10 @@ This package contains extra visualization plugin for Audacious.
|
|
%{_datadir}/audacious/images/streambrowser-*.png
|
|
%{_datadir}/audacious/images/streambrowser-*.png
|
|
%{_datadir}/audacious/images/xiph.png
|
|
%{_datadir}/audacious/images/xiph.png
|
|
|
|
|
|
|
|
+# skins
|
|
|
|
+%{_datadir}/audacious/Skins/*
|
|
|
|
+
|
|
|
|
+
|
|
%files -n audacious-jack
|
|
%files -n audacious-jack
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{plugindir}/Output/jackout.so
|
|
%{plugindir}/Output/jackout.so
|
|
@@ -349,45 +289,28 @@ This package contains extra visualization plugin for Audacious.
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{plugindir}/Input/flacng.so
|
|
%{plugindir}/Input/flacng.so
|
|
|
|
|
|
-%files -n audacious-tta
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{plugindir}/Input/tta.so
|
|
|
|
-
|
|
|
|
-%if %{with_aac}
|
|
|
|
-%files -n audacious-aac
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{plugindir}/Input/aac.so
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%if %{with_wma}
|
|
|
|
-%files -n audacious-wma
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{plugindir}/Input/wma.so
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%if %{with_lame}
|
|
|
|
-%files -n audacious-lame
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{plugindir}/Output/lame.so
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
%files -n audacious-esd
|
|
%files -n audacious-esd
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{plugindir}/Output/ESD.so
|
|
%{plugindir}/Output/ESD.so
|
|
|
|
|
|
-%files -n audacious-scrobbler
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{plugindir}/General/scrobbler.so
|
|
|
|
-%{_datadir}/audacious/images/audioscrobbler*.png
|
|
|
|
-
|
|
|
|
%files -n audacious-visualization
|
|
%files -n audacious-visualization
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{plugindir}/Visualization/paranormal.so
|
|
%{plugindir}/Visualization/paranormal.so
|
|
%{plugindir}/Visualization/rocklight.so
|
|
%{plugindir}/Visualization/rocklight.so
|
|
-%{plugindir}/Visualization/projectm.so
|
|
+%{plugindir}/Visualization/projectm-1.0.so
|
|
%{_datadir}/audacious/paranormal
|
|
%{_datadir}/audacious/paranormal
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jun 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3-2
|
|
|
|
+- rebuilt with libprojectm-2.0.1
|
|
|
|
+- added BR: libshout-devel
|
|
|
|
+- renamed filewriter.so for alternatives (audacious-lame)
|
|
|
|
+
|
|
|
|
+* Sat May 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+- remove BR: arts-devel
|
|
|
|
+- added BR: libcdio-devel, libcddb-devel
|
|
|
|
+
|
|
* Sun Aug 9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.1-1
|
|
* Sun Aug 9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added --disable-mp3 options
|
|
- added --disable-mp3 options
|