|
@@ -4,86 +4,66 @@
|
|
#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.3-1%{?_dist_release}
|
|
|
|
-%define _gtk2_ver 2.8.0
|
|
|
|
-%define _glib2_ver 2.12.0
|
|
|
|
-# to build OSD plugin, pango >= 1.14.7, cairo >= 1.2.6 are required
|
|
|
|
-%define _pango_ver 1.14.7
|
|
|
|
-%define _esound_ver 0.2
|
|
|
|
-%define _libvorbis_ver 1.0
|
|
|
|
-%define _libogg_ver 1.0
|
|
|
|
-%define _libsndfile_ver 0.19
|
|
|
|
-%define _flac_ver 1.2.0
|
|
|
|
-%define _alsa_ver 1.0
|
|
|
|
-%define _libxml2_ver 2.0.0
|
|
|
|
-%define _sdl_ver 1.2.5
|
|
|
|
-%define _libmtp_ver 0.3.5
|
|
|
|
-
|
|
|
|
-#define extraver alpha5
|
|
|
|
-
|
|
|
|
%define plugindir %{_libdir}/audacious
|
|
%define plugindir %{_libdir}/audacious
|
|
|
|
+# Minimum audacious/audacious-plugins version in inter-package dependencies.
|
|
|
|
+%global aud_ver 3.6
|
|
|
|
|
|
-Summary: Audacious Media Player plugins
|
|
+Summary: Plugins for the Audacious audio player
|
|
-Summary(ja): Audacious メディアプレイヤー プラグイン集
|
|
+Summary(ja): Audacious オーディオプレイヤー プラグイン集
|
|
Name: audacious-plugins
|
|
Name: audacious-plugins
|
|
-Version: 2.3
|
|
+Version: 3.6.1
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
-# LGPLv2+: adplug, bio2jack, rocklight
|
|
+
|
|
-# MIT: crystalizer, dockalbumart
|
|
+# list of license per plugin in README.licences
|
|
-# BSD: lastfm
|
|
+License: GPLv2+ and LGPLv2+ and GPLv3 and MIT and BSD
|
|
-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
|
|
+
|
|
|
|
+Source0: http://distfiles.audacious-media-player.org/audacious-plugins-%{version}-gtk3.tar.bz2
|
|
|
|
+Source3: README.licenses
|
|
|
|
+# for optional packages
|
|
|
|
+Source100: audacious-plugins-amidi.metainfo.xml
|
|
|
|
+Source101: audacious-plugins-exotic.metainfo.xml
|
|
|
|
+Source102: audacious-plugins-jack.metainfo.xml
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: audacious-devel >= %{_audacious_ver}
|
|
+BuildRequires: audacious-devel >= %{aud_ver}
|
|
-BuildRequires: glib2-devel >= %{_glib2_ver}
|
|
+BuildRequires: gettext-devel
|
|
-BuildRequires: gtk2-devel >= %{_gtk2_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: pulseaudio-libs-devel >= 0.9.9
|
|
|
|
-BuildRequires: libshout-devel >= 2.0.0
|
|
|
|
-BuildRequires: lirc
|
|
|
|
-BuildRequires: libogg-devel >= %{_libogg_ver}
|
|
|
|
-BuildRequires: libvorbis-devel >= %{_libvorbis_ver}
|
|
|
|
-BuildRequires: flac-devel >= %{_flac_ver}
|
|
|
|
-BuildRequires: libsndfile-devel >= %{_libsndfile_ver}
|
|
|
|
BuildRequires: jack-audio-connection-kit-devel
|
|
BuildRequires: jack-audio-connection-kit-devel
|
|
-BuildRequires: alsa-lib-devel >= %{_alsa_ver}
|
|
|
|
-BuildRequires: libcdio-devel >= 0.70
|
|
|
|
-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: libprojectm-devel
|
|
|
|
-BuildRequires: SDL-devel >= %{_sdl_ver}
|
|
|
|
-BuildRequires: gtkglext-devel
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
BuildRequires: libsamplerate-devel
|
|
-BuildRequires: mesa-libGLU-devel
|
|
+BuildRequires: alsa-lib-devel
|
|
-BuildRequires: libSM-devel
|
|
+BuildRequires: pulseaudio-libs-devel
|
|
-BuildRequires: libXmu-devel
|
|
+BuildRequires: libsndfile-devel
|
|
-BuildRequires: libXt-devel
|
|
|
|
BuildRequires: wavpack-devel
|
|
BuildRequires: wavpack-devel
|
|
-
|
|
+BuildRequires: libmodplug-devel
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
+BuildRequires: libogg-devel
|
|
-Requires: glib2 >= %{_glib2_ver}, gtk2 >= %{_gtk2_ver}
|
|
+BuildRequires: libvorbis-devel
|
|
-Requires: pango >= %{_pango_ver}
|
|
+BuildRequires: flac-devel
|
|
-Requires: libvorbis >= %{_libvorbis_ver}
|
|
+BuildRequires: fluidsynth-devel
|
|
-Requires: libogg >= %{_libogg_ver}
|
|
+BuildRequires: libcdio-devel
|
|
-Requires: libsndfile >= %{_libsndfile_ver}
|
|
+BuildRequires: libcdio-paranoia-devel
|
|
-Requires: alsa-lib >= %{_alsa_ver}
|
|
+BuildRequires: SDL-devel
|
|
-Requires: libxml2 >= %{_libxml2_ver}
|
|
+BuildRequires: lirc
|
|
|
|
+BuildRequires: libcddb-devel
|
|
|
|
+BuildRequires: libmtp-devel
|
|
|
|
+BuildRequires: libxml2-devel
|
|
|
|
+BuildRequires: libnotify-devel
|
|
|
|
+BuildRequires: curl-devel
|
|
|
|
+BuildRequires: neon-devel
|
|
|
|
+
|
|
|
|
+#BuildRequires: gtkglext-devel
|
|
|
|
+BuildRequires: mesa-libGL-devel
|
|
|
|
+BuildRequires: dbus-devel
|
|
|
|
+BuildRequires: dbus-glib-devel
|
|
|
|
+
|
|
|
|
+Requires: audacious >= %{aud_ver}
|
|
Requires(post): /sbin/update-alternatives
|
|
Requires(post): /sbin/update-alternatives
|
|
Requires(postun): /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
|
|
|
|
+Obsoletes: audacious-esd < 3.0
|
|
|
|
+Obsoletes: audacious-visualization < 3.0
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -98,8 +78,9 @@ 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
|
|
|
|
+License: LGPLv2+
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
+Requires: audacious-plugins >= %{aud_ver}
|
|
|
|
|
|
%description -n audacious-jack
|
|
%description -n audacious-jack
|
|
This package provides an Audacious output plugin that uses the
|
|
This package provides an Audacious output plugin that uses the
|
|
@@ -110,8 +91,7 @@ JACK sound service.
|
|
Summary: Audacious plugin to play FLAC files
|
|
Summary: Audacious plugin to play FLAC files
|
|
Summary(ja): FLAC ファイルを再生するための Audacious プラグイン
|
|
Summary(ja): FLAC ファイルを再生するための Audacious プラグイン
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
+Requires: audacious-plugins >= %{aud_ver}
|
|
-Requires: flac >= %{_flac_ver}
|
|
|
|
Obsoletes: beepmp-flac
|
|
Obsoletes: beepmp-flac
|
|
|
|
|
|
%description -n audacious-flac
|
|
%description -n audacious-flac
|
|
@@ -122,51 +102,61 @@ in Audacious.
|
|
このパッケージには、Audacious で FLAC ファイル (*.flac/fla) を再生するため
|
|
このパッケージには、Audacious で FLAC ファイル (*.flac/fla) を再生するため
|
|
の入力プラグインが含まれています。
|
|
の入力プラグインが含まれています。
|
|
|
|
|
|
-
|
|
+#
|
|
-%package -n audacious-esd
|
|
+#%package -n audacious-esd
|
|
-Summary: Audacious plugin to output audio via EsounD
|
|
+#Summary: Audacious plugin to output audio via EsounD
|
|
-Summary(ja): Audacious EsounD オーディオ出力プラグイン
|
|
+#Summary(ja): Audacious EsounD オーディオ出力プラグイン
|
|
-Group: Applications/Multimedia
|
|
+#Group: Applications/Multimedia
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
+#Requires: audacious >= %{_audacious_ver}
|
|
-Requires: esound >= %{_esound_ver}
|
|
+#Requires: esound >= %{_esound_ver}
|
|
-
|
|
+#
|
|
-%description -n audacious-esd
|
|
+#%description -n audacious-esd
|
|
-This package contains an audio output plugin via EsounD for Audacious.
|
|
+#This package contains an audio output plugin via EsounD for Audacious.
|
|
-
|
|
+#
|
|
-%description -l ja -n audacious-esd
|
|
+#%description -l ja -n audacious-esd
|
|
-このパッケージには、Audacious で EsounD を用いて音声を出力するための
|
|
+#このパッケージには、Audacious で EsounD を用いて音声を出力するための
|
|
-プラグインが含まれています。
|
|
+#プラグインが含まれています。
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-%package -n audacious-visualization
|
|
+#%package -n audacious-visualization
|
|
-Summary: Audacious visualization plugins
|
|
+#Summary: Audacious visualization plugins
|
|
-Summary(ja): Audacious 視覚化プラグイン
|
|
+#Summary(ja): Audacious 視覚化プラグイン
|
|
-Group: Applications/Multimedia
|
|
+#Group: Applications/Multimedia
|
|
-Requires: audacious >= %{_audacious_ver}
|
|
+#Requires: audacious >= %{_audacious_ver}
|
|
-Requires: SDL >= %{_sdl_ver}
|
|
+#Requires: SDL >= %{_sdl_ver}
|
|
-Requires: libprojectm
|
|
+#Requires: libprojectm
|
|
-Obsoletes: audacious-paranormal
|
|
+#Obsoletes: audacious-paranormal
|
|
-
|
|
+#
|
|
-%description -n audacious-visualization
|
|
+#%description -n audacious-visualization
|
|
-This package contains extra visualization plugin for Audacious.
|
|
+#This package contains extra visualization plugin for Audacious.
|
|
-
|
|
+#
|
|
-%description -l ja -n audacious-visualization
|
|
+#%description -l ja -n audacious-visualization
|
|
-このパッケージには、Audacious で再生した音声を視覚化する追加のプラグインが
|
|
+#このパッケージには、Audacious で再生した音声を視覚化する追加のプラグインが
|
|
-含まれています。
|
|
+#含まれています。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n %{name}-%{version}%{?extraver:-%extraver}
|
|
+%setup -q -n %{name}-%{version}-gtk3
|
|
|
|
+
|
|
|
|
+sed -i '\,^.SILENT:,d' buildsys.mk.in
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
- --enable-ipv6 \
|
|
+ --enable-gio \
|
|
- --enable-chardet \
|
|
+ --enable-vorbis \
|
|
- --disable-aac \
|
|
+ --enable-flacng \
|
|
- --disable-ffaudio \
|
|
+ --enable-neon \
|
|
- --disable-filewriter_mp3 \
|
|
+ --disable-aac \
|
|
- --disable-mp3
|
|
+ --disable-ffaudio \
|
|
-
|
|
+ --disable-mp3 \
|
|
-%__make %{_smp_mflags} VERBOSE=1
|
|
+ --disable-mms \
|
|
|
|
+ --disable-filewriter_mp3 \
|
|
|
|
+ --with-ffmpeg=none \
|
|
|
|
+ \
|
|
|
|
+ --enable-gtk \
|
|
|
|
+ --disable-qt \
|
|
|
|
+ --disable-rpath
|
|
|
|
+
|
|
|
|
+make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
%__rm -rf %{buildroot}
|
|
%__rm -rf %{buildroot}
|
|
@@ -204,44 +194,55 @@ fi
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc AUTHORS COPYING
|
|
+%doc COPYING
|
|
|
|
+%dir %{_libdir}/audacious
|
|
|
|
|
|
# container plugins
|
|
# container plugins
|
|
|
|
+%dir %{plugindir}/Container/
|
|
|
|
+%{plugindir}/Container/asx.so
|
|
|
|
+%{plugindir}/Container/asx3.so
|
|
|
|
+%{plugindir}/Container/audpl.so
|
|
%{plugindir}/Container/m3u.so
|
|
%{plugindir}/Container/m3u.so
|
|
%{plugindir}/Container/pls.so
|
|
%{plugindir}/Container/pls.so
|
|
%{plugindir}/Container/xspf.so
|
|
%{plugindir}/Container/xspf.so
|
|
|
|
|
|
# effect plugins
|
|
# effect plugins
|
|
|
|
+%dir %{plugindir}/Effect/
|
|
%{plugindir}/Effect/compressor.so
|
|
%{plugindir}/Effect/compressor.so
|
|
|
|
+%{plugindir}/Effect/crossfade.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/mixer.so
|
|
%{plugindir}/Effect/resample.so
|
|
%{plugindir}/Effect/resample.so
|
|
-%{plugindir}/Effect/sndstretch.so
|
|
+%{plugindir}/Effect/silence-removal.so
|
|
|
|
+%{plugindir}/Effect/speed-pitch.so
|
|
%{plugindir}/Effect/stereo.so
|
|
%{plugindir}/Effect/stereo.so
|
|
%{plugindir}/Effect/voice_removal.so
|
|
%{plugindir}/Effect/voice_removal.so
|
|
|
|
|
|
# general plugins
|
|
# general plugins
|
|
|
|
+%dir %{plugindir}/General/
|
|
%{plugindir}/General/alarm.so
|
|
%{plugindir}/General/alarm.so
|
|
|
|
+%{plugindir}/General/albumart.so
|
|
%{plugindir}/General/aosd.so
|
|
%{plugindir}/General/aosd.so
|
|
-#{plugindir}/General/bluetooth.so
|
|
|
|
%{plugindir}/General/cd-menu-items.so
|
|
%{plugindir}/General/cd-menu-items.so
|
|
-%{plugindir}/General/evdev-plug.so
|
|
+%{plugindir}/General/delete-files.so
|
|
%{plugindir}/General/gnomeshortcuts.so
|
|
%{plugindir}/General/gnomeshortcuts.so
|
|
%{plugindir}/General/gtkui.so
|
|
%{plugindir}/General/gtkui.so
|
|
%{plugindir}/General/hotkey.so
|
|
%{plugindir}/General/hotkey.so
|
|
%{plugindir}/General/lirc.so
|
|
%{plugindir}/General/lirc.so
|
|
-%{plugindir}/General/mtp_up.so
|
|
+%{plugindir}/General/lyricwiki.so
|
|
|
|
+%{plugindir}/General/mpris2.so
|
|
|
|
+%{plugindir}/General/notify.so
|
|
|
|
+%{plugindir}/General/playlist-manager.so
|
|
|
|
+%{plugindir}/General/scrobbler.so
|
|
|
|
+%{plugindir}/General/search-tool.so
|
|
%{plugindir}/General/skins.so
|
|
%{plugindir}/General/skins.so
|
|
%{plugindir}/General/song_change.so
|
|
%{plugindir}/General/song_change.so
|
|
-%{plugindir}/General/statusicon.so
|
|
|
|
-%{plugindir}/General/streambrowser.so
|
|
|
|
-%{plugindir}/General/vfstrace.so
|
|
|
|
|
|
|
|
# input plugins
|
|
# input plugins
|
|
-#{plugindir}/Input/alac.so
|
|
+%dir %{plugindir}/Input/
|
|
%{plugindir}/Input/amidi-plug.so
|
|
%{plugindir}/Input/amidi-plug.so
|
|
-%{plugindir}/Input/amidi-plug/ap-alsa.so
|
|
|
|
%{plugindir}/Input/cdaudio-ng.so
|
|
%{plugindir}/Input/cdaudio-ng.so
|
|
%{plugindir}/Input/console.so
|
|
%{plugindir}/Input/console.so
|
|
#{plugindir}/Input/cuesheet_ng.so
|
|
#{plugindir}/Input/cuesheet_ng.so
|
|
@@ -258,57 +259,54 @@ fi
|
|
%exclude %{plugindir}/Input/xsf.so
|
|
%exclude %{plugindir}/Input/xsf.so
|
|
|
|
|
|
# output plugins
|
|
# output plugins
|
|
|
|
+%dir %{plugindir}/Output/
|
|
%{plugindir}/Output/alsa.so
|
|
%{plugindir}/Output/alsa.so
|
|
-%{plugindir}/Output/OSS.so
|
|
|
|
-%{plugindir}/Output/crossfade.so
|
|
|
|
#{plugindir}/Output/filewriter.so
|
|
#{plugindir}/Output/filewriter.so
|
|
%{plugindir}/Output/filewriter/plus.so
|
|
%{plugindir}/Output/filewriter/plus.so
|
|
-%{plugindir}/Output/icecast.so
|
|
+#{plugindir}/Output/icecast.so
|
|
-%{plugindir}/Output/null.so
|
|
+%{plugindir}/Output/oss4.so
|
|
%{plugindir}/Output/pulse_audio.so
|
|
%{plugindir}/Output/pulse_audio.so
|
|
|
|
+%{plugindir}/Output/sdlout.so
|
|
|
|
|
|
# transport plugins
|
|
# transport plugins
|
|
|
|
+%dir %{plugindir}/Transport/
|
|
%{plugindir}/Transport/gio.so
|
|
%{plugindir}/Transport/gio.so
|
|
%{plugindir}/Transport/neon.so
|
|
%{plugindir}/Transport/neon.so
|
|
-%{plugindir}/Transport/unix-io.so
|
|
|
|
|
|
|
|
# visualization plugins
|
|
# visualization plugins
|
|
|
|
+%dir %{plugindir}/Visualization/
|
|
%{plugindir}/Visualization/blur_scope.so
|
|
%{plugindir}/Visualization/blur_scope.so
|
|
-%{plugindir}/Visualization/spectrum.so
|
|
+%{plugindir}/Visualization/cairo-spectrum.so
|
|
-
|
|
+%{plugindir}/Visualization/gl-spectrum.so
|
|
-%dir %{_datadir}/audacious
|
|
|
|
-%{_datadir}/audacious/images/bookmarks.png
|
|
|
|
-%{_datadir}/audacious/images/shoutcast.png
|
|
|
|
-%{_datadir}/audacious/images/streambrowser-*.png
|
|
|
|
-%{_datadir}/audacious/images/xiph.png
|
|
|
|
|
|
|
|
# skins
|
|
# skins
|
|
|
|
+%dir %{_datadir}/audacious/Skins/
|
|
%{_datadir}/audacious/Skins/*
|
|
%{_datadir}/audacious/Skins/*
|
|
|
|
|
|
|
|
|
|
%files -n audacious-jack
|
|
%files -n audacious-jack
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{plugindir}/Output/jackout.so
|
|
+%{plugindir}/Output/jack-ng.so
|
|
|
|
|
|
%files -n audacious-flac
|
|
%files -n audacious-flac
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{plugindir}/Input/flacng.so
|
|
%{plugindir}/Input/flacng.so
|
|
|
|
|
|
-%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-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-1.0.so
|
|
+#%{plugindir}/Visualization/projectm-1.0.so
|
|
-%{_datadir}/audacious/paranormal
|
|
+#%{_datadir}/audacious/paranormal
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.3-3
|
|
+* Fri Apr 3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.1-1
|
|
-- rebuild with Vine6 environment
|
|
+- new upstream release
|
|
-- add BuildRequires: libSM-devel, libXmu-devel, libXt-devel, wavpack-devel
|
|
+- dropt esd and visualization subpackage
|
|
|
|
|
|
* Sat Jun 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3-2
|
|
* Sat Jun 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3-2
|
|
- rebuilt with libprojectm-2.0.1
|
|
- rebuilt with libprojectm-2.0.1
|