fd8edfe
# 'without' = build with Gtk+ by default
fd8edfe
%bcond_without gtk
bbc0d15
bbc0d15
%global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+' %{_includedir}/libaudcore/plugin.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\\([0-9]\\+\\).*!\\1!')
f8f7c61
%if 0%{aud_plugin_api} > 0
fee8649
%global aud_plugin_dep Requires: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
3fe7d10
%endif
f8f7c61
%{?aud_plugin_dep}
3fe7d10
bbc0d15
Name: audacious-plugins
a04cf30
Version: 4.0.5
62b2658
Release: 3%{?dist}
bbc0d15
70834c3
%global tar_ver %{version}
e7964e5
3fe7d10
# Minimum audacious/audacious-plugins version in inter-package dependencies.
fd8edfe
%global aud_ver 4.0
fd8edfe
Requires: audacious%{?_isa} >= %{aud_ver}
1b900bd
c1857e9
Summary: Plugins for the Audacious audio player
ba28b1d
URL: https://audacious-media-player.org/
931856a
0dbcf2a
# list of license per plugin in README.licences
0dbcf2a
License: GPLv2+ and LGPLv2+ and GPLv3 and MIT and BSD
536e7d8
ba28b1d
Source0: https://distfiles.audacious-media-player.org/%{name}-%{tar_ver}.tar.bz2
0dbcf2a
Source3: README.licenses
ad8fbdc
# for optional packages
ad8fbdc
Source100: audacious-plugins-amidi.metainfo.xml
ad8fbdc
Source101: audacious-plugins-exotic.metainfo.xml
ad8fbdc
Source102: audacious-plugins-jack.metainfo.xml
536e7d8
6a23efb
# Fedora customization
9778a96
Patch0: audacious-plugins-3.7-alpha1-xmms-skindir.patch
e7964e5
# Fedora customization: add default system-wide module_path
bbc0d15
Patch2: audacious-plugins-3.6-ladspa.patch
536e7d8
0841384
BuildRequires: gcc-c++
62b2658
BuildRequires: make
536e7d8
BuildRequires: audacious-devel >= %{aud_ver}
dd0c701
BuildRequires: gettext-devel
8e316d9
BuildRequires: neon-devel
0eb3be1
BuildRequires: jack-audio-connection-kit-devel
0eb3be1
BuildRequires: libsamplerate-devel
7b0843f
BuildRequires: soxr-devel
536e7d8
BuildRequires: alsa-lib-devel
536e7d8
BuildRequires: pulseaudio-libs-devel
536e7d8
BuildRequires: libsndfile-devel
536e7d8
BuildRequires: wavpack-devel
7136d99
BuildRequires: libsidplayfp-devel
dd0c701
BuildRequires: libmodplug-devel
536e7d8
BuildRequires: libogg-devel libvorbis-devel
536e7d8
BuildRequires: flac-devel
536e7d8
BuildRequires: fluidsynth-devel
536e7d8
BuildRequires: libcdio-devel
56537fc
BuildRequires: libcdio-paranoia-devel
fb8b8d5
BuildRequires: libcue-devel
536e7d8
BuildRequires: SDL-devel
536e7d8
BuildRequires: lirc-devel
536e7d8
BuildRequires: libcddb-devel
536e7d8
BuildRequires: libmtp-devel
536e7d8
BuildRequires: libxml2-devel
f4bead4
BuildRequires: libnotify-devel
0eb3be1
BuildRequires: libbs2b-devel
e8086ff
BuildRequires: curl-devel
61efc78
BuildRequires: pkgconfig(dbus-1) pkgconfig(dbus-glib-1)
bee5255
BuildRequires: pkgconfig(adplug)
bee5255
BuildRequires: pkgconfig(libbinio)
8e316d9
BuildRequires: pkgconfig(libopenmpt)
b582d93
BuildRequires: pkgconfig(libmpg123)
f8bc113
BuildRequires: lame-devel
b582d93
bbc0d15
BuildRequires: pkgconfig(Qt5Core)
bbc0d15
BuildRequires: pkgconfig(Qt5Gui)
bbc0d15
BuildRequires: pkgconfig(Qt5Widgets)
61efc78
BuildRequires: pkgconfig(Qt5Multimedia)
fd8edfe
# plugin is Qt based
d004d95
BuildRequires: pkgconfig(ampache_browser_1)
bbc0d15
54f124a
%if 0%{?rhel} && 0%{?rhel} < 8
54f124a
BuildRequires: devtoolset-8-toolchain
54f124a
%endif
54f124a
bfa5dbf
d883397
# plugin .so files
8e316d9
%if 0%{?fedora} > 29
8e316d9
%global __provides_exclude_from ^%{_libdir}/audacious/*\\.so$
8e316d9
%else
d883397
%filter_provides_in %{_libdir}/audacious/
d883397
%filter_setup
8e316d9
%endif
8e316d9
d883397
bfa5dbf
%description
c1857e9
This package provides essential plugins for the Audacious audio player.
c1857e9
bfa5dbf
536e7d8
%package jack
ed4a7f6
Summary: Audacious output plugin for Jack Audio Connection Kit
ad8fbdc
License: LGPLv2+
f8f7c61
%{?aud_plugin_dep}
fee8649
Requires: audacious-plugins%{?_isa} >= %{aud_ver}
bfa5dbf
536e7d8
%description jack
bfa5dbf
This package provides an Audacious output plugin that uses the
ed4a7f6
Jack Audio Connection Kit (JACK) sound service.
bfa5dbf
bfa5dbf
ac7da3d
%package exotic
ac7da3d
Summary: Optional niche market plugins for Audacious 
ad8fbdc
# list of license per plugin in README.licences
ad8fbdc
License: GPLv2+ and LGPLv2+ and GPLv3 and MIT and BSD
f8f7c61
%{?aud_plugin_dep}
fee8649
Requires: audacious-plugins%{?_isa} >= %{aud_ver}
85eead6
# src/console/ for console.so input plugin in -exotic subpackage
28047d0
Provides: bundled(game-music-emu) = 0.5.5
dcc7c98
ac7da3d
%description exotic
ac7da3d
This package provides optional plugins for Audacious, which do not aim
ac7da3d
at a wide demographic audience. Most users of Audacious do not need this.
ac7da3d
ac7da3d
For example, included are input plugins for exotic audio file formats,
7136d99
SID music (from Commodore 64 and compatibles), AdLib/OPL2 emulation,
7136d99
console game music, the Portable Sound Format PSF1/PSF2, Vortex AM/YM
60362b0
emulation, Nintendo DS Sound Format 2SF.
ac7da3d
dcc7c98
536e7d8
%package amidi
ed4a7f6
Summary: Audacious input plugin for MIDI
ad8fbdc
License: GPLv2+
fd8edfe
f8f7c61
%{?aud_plugin_dep}
fee8649
Requires: audacious-plugins%{?_isa} >= %{aud_ver}
bfa5dbf
536e7d8
%description amidi
ed4a7f6
This package provides AMIDI-Plug, a modular MIDI music player, as an
ed4a7f6
input plugin for Audacious.
bfa5dbf
bfa5dbf
bfa5dbf
%prep
bee5255
%autosetup -n %{name}-%{tar_ver} -p1
47aaa83
bbc0d15
for i in src/ladspa/plugin.cc
fc1146a
do
fc1146a
    sed -i -e 's!__RPM_LIBDIR__!%{_libdir}!g' $i
fc1146a
    sed -i -e 's!__RPM_LIB__!%{_lib}!g' $i
fc1146a
done
fc1146a
grep -q -s __RPM_LIB * -R && exit 1
fc1146a
29a561a
sed -i '\,^.SILENT:,d' buildsys.mk.in
0b2608b
fc1146a
bfa5dbf
%build
e77fd79
# Enforce availability of the audacious(plugin-api) dependency.
e77fd79
%{!?aud_plugin_dep:echo 'No audacious(plugin-api) dependency!' && exit -1}
e77fd79
54f124a
%if 0%{?rhel} && 0%{?rhel} < 8
54f124a
. /opt/rh/devtoolset-8/enable
54f124a
%endif
54f124a
fd8edfe
# temporarily was required to make Qt's MOC accessible
fd8edfe
#rm -rf _bin
fd8edfe
#mkdir _bin
fd8edfe
#ln -s /usr/bin/moc-qt5 _bin/moc
fd8edfe
#ln -s /usr/bin/uic-qt5 _bin/uic
fd8edfe
#export PATH=$PATH:$(pwd)/_bin
bbc0d15
61efc78
%configure  \
69817f7
    --enable-vorbis  \
61efc78
    --enable-flac  \
69817f7
    --enable-neon  \
fd8edfe
    --enable-ampache \
acaaaf5
    --enable-mpg123 \
f8bc113
    --enable-filewriter-mp3 \
996a95a
    --enable-openmpt \
ddb90ed
    --enable-streamtuner \
5695f43
    --disable-sndio \
536e7d8
    --disable-aac  \
536e7d8
    --disable-mms  \
69817f7
    --with-ffmpeg=none  \
fd8edfe
    %{?with_gtk:--enable-gtk} \
fd8edfe
    %{!?with_gtk:--disable-gtk} \
61efc78
    --disable-rpath
62b2658
%make_build
bfa5dbf
bfa5dbf
bfa5dbf
%install
bbc0d15
%make_install INSTALL="install -p"
18c915b
%find_lang %{name}
bfa5dbf
ad8fbdc
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/appdata
ad8fbdc
install -p -m0644 %{SOURCE100} ${RPM_BUILD_ROOT}%{_datadir}/appdata
ad8fbdc
install -p -m0644 %{SOURCE101} ${RPM_BUILD_ROOT}%{_datadir}/appdata
ad8fbdc
install -p -m0644 %{SOURCE102} ${RPM_BUILD_ROOT}%{_datadir}/appdata
ad8fbdc
bfa5dbf
18c915b
%files -f %{name}.lang
bbc0d15
%license COPYING
75d3c7f
%dir %{_libdir}/audacious
7b0843f
%dir %{_libdir}/audacious/Container/
7b0843f
%{_libdir}/audacious/Container/asx.so
730d441
%{_libdir}/audacious/Container/asx3.so
7b0843f
%{_libdir}/audacious/Container/audpl.so
7b0843f
%{_libdir}/audacious/Container/cue.so
7b0843f
%{_libdir}/audacious/Container/m3u.so
7b0843f
%{_libdir}/audacious/Container/pls.so
7b0843f
%{_libdir}/audacious/Container/xspf.so
7b0843f
%dir %{_libdir}/audacious/Effect/
7b0843f
%{_libdir}/audacious/Effect/bs2b.so
7b0843f
%{_libdir}/audacious/Effect/compressor.so
7b0843f
%{_libdir}/audacious/Effect/crossfade.so
7b0843f
%{_libdir}/audacious/Effect/crystalizer.so
7b0843f
%{_libdir}/audacious/Effect/echo.so
7b0843f
%{_libdir}/audacious/Effect/mixer.so
7b0843f
%{_libdir}/audacious/Effect/resample.so
bbc0d15
%{_libdir}/audacious/Effect/silence-removal.so
7b0843f
%{_libdir}/audacious/Effect/sox-resampler.so
7b0843f
%{_libdir}/audacious/Effect/speed-pitch.so
7b0843f
%{_libdir}/audacious/Effect/stereo.so
7b0843f
%{_libdir}/audacious/Effect/voice_removal.so
7b0843f
%dir %{_libdir}/audacious/General/
fd8edfe
%{_libdir}/audacious/General/albumart-qt.so
fd8edfe
%{_libdir}/audacious/General/ampache.so
fd8edfe
%{_libdir}/audacious/General/lyricwiki-qt.so
fd8edfe
%{_libdir}/audacious/General/playlist-manager-qt.so
fd8edfe
%{_libdir}/audacious/General/qtui.so
fd8edfe
%{_libdir}/audacious/General/search-tool-qt.so
fd8edfe
%{_libdir}/audacious/General/skins-qt.so
fd8edfe
%{_libdir}/audacious/General/song-info-qt.so
fd8edfe
%{_libdir}/audacious/General/statusicon-qt.so
7b0843f
%{_libdir}/audacious/General/cd-menu-items.so
730d441
%{_libdir}/audacious/General/delete-files.so
7b0843f
%{_libdir}/audacious/General/lirc.so
7b0843f
%{_libdir}/audacious/General/mpris2.so
7b0843f
%{_libdir}/audacious/General/notify.so
7b0843f
%{_libdir}/audacious/General/scrobbler.so
7b0843f
%{_libdir}/audacious/General/song_change.so
fd8edfe
%{_libdir}/audacious/General/streamtuner.so
7b0843f
%dir %{_libdir}/audacious/Input/
7b0843f
%{_libdir}/audacious/Input/cdaudio-ng.so
7b0843f
%{_libdir}/audacious/Input/flacng.so
7b0843f
%{_libdir}/audacious/Input/metronom.so
7b0843f
%{_libdir}/audacious/Input/modplug.so
8e316d9
%{_libdir}/audacious/Input/openmpt.so
7b0843f
%{_libdir}/audacious/Input/sndfile.so
7b0843f
%{_libdir}/audacious/Input/tonegen.so
7b0843f
%{_libdir}/audacious/Input/vorbis.so
7b0843f
%{_libdir}/audacious/Input/wavpack.so
7b0843f
%dir %{_libdir}/audacious/Output/
7b0843f
%{_libdir}/audacious/Output/alsa.so
7b0843f
%{_libdir}/audacious/Output/filewriter.so
bbc0d15
%{_libdir}/audacious/Output/oss4.so
7b0843f
%{_libdir}/audacious/Output/pulse_audio.so
7b0843f
%{_libdir}/audacious/Output/sdlout.so
7b0843f
%dir %{_libdir}/audacious/Visualization/
fd8edfe
%{_libdir}/audacious/Visualization/blur_scope-qt.so
fd8edfe
%{_libdir}/audacious/Visualization/gl-spectrum-qt.so
fd8edfe
%{_libdir}/audacious/Visualization/qt-spectrum.so
fd8edfe
%{_libdir}/audacious/Visualization/vumeter-qt.so
7b0843f
%dir %{_libdir}/audacious/Transport/
7b0843f
%{_libdir}/audacious/Transport/gio.so
7b0843f
%{_libdir}/audacious/Transport/neon.so
fd8edfe
fd8edfe
# optional Gtk+ plugins
fd8edfe
%if %{with gtk}
fd8edfe
%{_libdir}/audacious/General/alarm.so
fd8edfe
%{_libdir}/audacious/General/albumart.so
fd8edfe
%{_libdir}/audacious/General/aosd.so
fd8edfe
%{_libdir}/audacious/General/gtkui.so
fd8edfe
%{_libdir}/audacious/General/hotkey.so
fd8edfe
%{_libdir}/audacious/General/lyricwiki.so
fd8edfe
%{_libdir}/audacious/General/playlist-manager.so
fd8edfe
%{_libdir}/audacious/General/search-tool.so
fd8edfe
%{_libdir}/audacious/General/skins.so
fd8edfe
%{_libdir}/audacious/General/statusicon.so
fd8edfe
%{_libdir}/audacious/Effect/ladspa.so
fd8edfe
%{_libdir}/audacious/Visualization/blur_scope.so
fd8edfe
%{_libdir}/audacious/Visualization/cairo-spectrum.so
fd8edfe
%{_libdir}/audacious/Visualization/gl-spectrum.so
d004d95
%endif
fd8edfe
fd8edfe
%{_datadir}/audacious/
58e17ac
%{_libdir}/audacious/Output/qtaudio.so
b582d93
# name is misleading as it's based on libmpg123 not libmad
b582d93
%{_libdir}/audacious/Input/madplug.so
bfa5dbf
bfa5dbf
%files jack
bbc0d15
%{_libdir}/audacious/Output/jack-ng.so
ad8fbdc
%{_datadir}/appdata/%{name}-jack.metainfo.xml
bfa5dbf
ac7da3d
%files exotic
dcc7c98
%{_libdir}/audacious/Input/adplug.so
ac7da3d
%{_libdir}/audacious/Input/console.so
ac7da3d
%{_libdir}/audacious/Input/psf2.so
7136d99
%{_libdir}/audacious/Input/sid.so
ac7da3d
%{_libdir}/audacious/Input/vtx.so
ac7da3d
%{_libdir}/audacious/Input/xsf.so
ad8fbdc
%{_datadir}/appdata/%{name}-exotic.metainfo.xml
dcc7c98
bfa5dbf
%files amidi
0b2608b
%{_libdir}/audacious/Input/amidi-plug.so
bee5255
#%%{_libdir}/audacious/Input/amidi-plug/
ad8fbdc
%{_datadir}/appdata/%{name}-amidi.metainfo.xml
bfa5dbf
bfa5dbf
bfa5dbf
%changelog
62b2658
* Tue Jan 05 2021 Robert Scheck <robert@fedoraproject.org> - 4.0.5-3
62b2658
- Rebuilt for adplug 2.3.3
62b2658
11e2a18
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.5-2
11e2a18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
11e2a18
a04cf30
* Tue Jul 21 2020 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0.5-1
a04cf30
- Update to 4.0.5 for important bug fixes.
a04cf30
17ff868
* Mon Jun  1 2020 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0.4-1
17ff868
- Update to 4.0.4 for minor bug fixes.
17ff868
ddb90ed
* Sat May  2 2020 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0.3-2
ddb90ed
- Add --enable-streamtuner as to match expected list of plugin files.
ddb90ed
0d6a1b5
* Fri May  1 2020 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0.3-1
0d6a1b5
- Update to 4.0.3 for a few more bug fixes and omissions in the Qt UI.
0d6a1b5
ddbc937
* Tue Apr 14 2020 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0.2-1
ddbc937
- Update to 4.0.2 which includes mainly bug fixes and tweaks for
ddbc937
  the Qt interface.
ddbc937
fd8edfe
* Mon Apr  6 2020 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0.1-1
fd8edfe
- Update to 4.0.1, most notable for KDE Plasma 5.18 fixes.
fd8edfe
fd8edfe
* Sat Mar 28 2020 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0-0.3
fd8edfe
- (fedora copr only)
fd8edfe
- Update to 4.0.
fd8edfe
- Streamtuner plugin is back.
fd8edfe
Orcan Ogetbil 7a54788
* Mon Feb 17 2020 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 3.10.1-7
Orcan Ogetbil 7a54788
- Rebuild against fluidsynth2
Orcan Ogetbil 7a54788
87bc874
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.1-6
87bc874
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
87bc874
8e316d9
* Thu Dec 26 2019 Michael Schwendt <mschwendt@fedoraproject.org> - 3.10.1-5
8e316d9
- Merge libopenmpt based input plugin that will be available in 4.0.
8e316d9
- Remove aging Obs/Prov and conditionals for RHEL <= 6.
8e316d9
- Use new RPM macros to exclude plugin .so Provides.
8e316d9
fd8edfe
* Thu Dec 26 2019 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0-0.2.beta1
fd8edfe
- (fedora copr only)
fd8edfe
- Sync spec changes from 3.10.1.
fd8edfe
fd8edfe
* Mon Nov  4 2019 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0-0.1.beta1
fd8edfe
- (fedora copr only)
fd8edfe
- Upgrade to 4.0-beta1.
fd8edfe
- Add OpenMPT based input plugin.
fd8edfe
28047d0
* Sat Aug 31 2019 Hans de Goede <hdegoede@redhat.com> - 3.10.1-4
28047d0
- Rebuilt for libsidplayfp-2.0 (rhbz#1723876)
28047d0
- Make bundled(game-music-emu) provides versioned
28047d0
6bdadf0
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.1-3
6bdadf0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6bdadf0
81e2eee
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.1-2
81e2eee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
81e2eee
c6626d4
* Sun Dec 30 2018 Michael Schwendt <mschwendt@fedoraproject.org> - 3.10.1-1
c6626d4
- Update to 3.10.1.
c6626d4
70834c3
* Wed Sep 19 2018 Michael Schwendt <mschwendt@fedoraproject.org> - 3.10-1
70834c3
- GNOME shortcuts plugin is not available anymore.
70834c3
- Update to 3.10 release.
70834c3
70834c3
* Fri Jul 13 2018 Michael Schwendt <mschwendt@fedoraproject.org> - 3.10-0.1.beta1
70834c3
- Revert gnomeshortcuts plugin to 3.9 release, as the 3.10 version fails
70834c3
  with GNOME >= 3.26 in Fedora >= 27.
70834c3
- Upgrade to 3.10-beta1.
70834c3
d20a02c
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.9-7
d20a02c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d20a02c
40ccc47
* Fri Feb 23 2018 Michael Schwendt <mschwendt@fedoraproject.org> - 3.9-6
40ccc47
- Fix for gnomeshortcuts plugin for GNOME 3.26.
40ccc47
  Listen on org.gnome.SettingsDaemon.MediaKeys.
40ccc47
04324ea
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.9-5
04324ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
04324ea
bee5255
* Thu Jan 25 2018 Michael Schwendt <mschwendt@fedoraproject.org> - 3.9-4
2d2eb83
- Make build again after a change in Qt 5.
bee5255
- Merge post-3.9 unbundling of adplug plugin and make it build without
bee5255
  touching more than the plugin directory.
bee5255
- Use %%autosetup.
bee5255
- Avoid harmless macro in comment, which is an rpmbuild error now.
bee5255
4e8f39a
* Thu Jan 25 2018 Adrian Reber <adrian@lisas.de> - 3.9-3
4e8f39a
- Rebuilt for libcdio-2.0.0
4e8f39a
d004d95
* Fri Sep  1 2017 Michael Schwendt <mschwendt@fedoraproject.org> - 3.9-2
d004d95
- Build ampache_browser plugin.
d004d95
c08298c
* Sun Aug 20 2017 Michael Schwendt <mschwendt@fedoraproject.org> - 3.9-1
c08298c
- Update to 3.9 release.
c08298c
- TODO: ampache_browser lib needed for new plugin
c08298c
6dd9da8
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-6
6dd9da8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6dd9da8
ec7fefe
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-5
ec7fefe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ec7fefe
Igor Gnatenko e6ddf41
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 3.8.2-4
Igor Gnatenko e6ddf41
- Rebuild due to bug in RPM (RHBZ #1468476)
Igor Gnatenko e6ddf41
f8bc113
* Sat May 13 2017 Michael Schwendt <mschwendt@fedoraproject.org> - 3.8.2-3
f8bc113
- BR lame-devel and build filewriter with MP3 encoding (#1450225)
f8bc113
  now that LAME is available.
f8bc113
- Update gnomeshortcuts patch for -Werror=format-security.
f8bc113
9a0247d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-2
9a0247d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9a0247d
85eead6
* Sun Jan 22 2017 Michael Schwendt <mschwendt@fedoraproject.org> - 3.8.2-1
85eead6
- Update to 3.8.2 (CVE-2016-9959 console video game music emu).
85eead6
23fd05f
* Thu Dec  8 2016 Michael Schwendt <mschwendt@fedoraproject.org> - 3.8.1-2
23fd05f
- Build with --disable-mpg123 on Fedora < 25.
23fd05f
23fd05f
* Thu Dec  8 2016 Michael Schwendt <mschwendt@fedoraproject.org> - 3.8.1-1
23fd05f
- Update to 3.8.1.
23fd05f
2696a11
* Mon Nov 14 2016 Adrian Reber <adrian@lisas.de> - 3.8-4
2696a11
- Rebuilt for libcdio-0.94
2696a11
b582d93
* Sun Nov 13 2016 Michael Schwendt <mschwendt@fedoraproject.org> - 3.8-3
b582d93
- Build with pkgconfig(libmpg123) and replace audacious-plugins-freeworld-mp3
b582d93
61efc78
* Sat Oct 22 2016 Michael Schwendt <mschwendt@fedoraproject.org> - 3.8-2
58e17ac
- Build Qt Audio output plugin.
61efc78
- Improve BR for cleaner F25 buildroot.
61efc78
- Revise configure options. 
61efc78
72cbb10
* Thu Sep 22 2016 Michael Schwendt <mschwendt@fedoraproject.org> - 3.8-1
72cbb10
- Update to 3.8.
72cbb10
72cbb10
* Wed Sep  7 2016 Michael Schwendt <mschwendt@fedoraproject.org> - 3.8-0.1.beta2
72cbb10
- Update to 3.8-beta2.
72cbb10
4ef81c8
* Tue Jun  7 2016 Peter Lemenkov <lemenkov@gmail.com> - 3.7.2-2
4ef81c8
- Rebuild with new libcue
4ef81c8
331aa49
* Wed Apr 13 2016 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7.2-1
331aa49
- Update to 3.7.2.
331aa49
66068a1
* Thu Feb 25 2016 Peter Lemenkov <lemenkov@gmail.com> - 3.7.1-4
66068a1
- Rebuild with new libcue
66068a1
87e7e6e
* Sun Feb 14 2016 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7.1-3
87e7e6e
- Fix missing C++ header in jack-ng.cc (thanks Florian Weimer).
87e7e6e
3beefda
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.1-2
3beefda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3beefda
fecbf41
* Tue Dec 29 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7.1-1
fecbf41
- Update to 3.7.1.
fecbf41
377369f
* Sun Dec  6 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7-3
377369f
- Merge off-by-one fix in adplug/core/rol.cc as it can crash the player
377369f
  during probing of unknown input data.
377369f
09c86bc
* Sun Nov 29 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7-2
09c86bc
- Add ModernToolkit kudo to subpackage appdata files.
09c86bc
6d16e81
* Tue Nov 10 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7-1
6d16e81
- Update to 3.7.
6d16e81
b0940ad
* Sun Oct  4 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7-0.3.beta1
b0940ad
- Fix narrowing-conversion problem for ARM in adplug plugin once more.
b0940ad
  Upstream sync to AdPlug 2.2.1 overwrote the merged patch again.
b0940ad
b4aeefa
* Sun Oct  4 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7-0.2.beta1
b4aeefa
- Update to 3.7-beta1.
b4aeefa
- Add search-tool-qt and statusicon-qt plugins.
b4aeefa
9778a96
* Wed Jul 15 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7-0.1.alpha1
9778a96
- Copy from Copr packages:
9778a96
- Update to 3.7-alpha1.
9778a96
- Add playlist-manager-qt and skins-qt plugins.
9778a96
24e1bc9
* Fri Jul 10 2015 Hans de Goede <hdegoede@redhat.com> - 3.6.2-3
24e1bc9
- Rebuilt for libsidplayfp soname bump
24e1bc9
755a7da
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.2-2
755a7da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
755a7da
9778a96
* Sun Jun  7 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.7-0.0.1
9778a96
- Update to git master (20150607) 3.7-devel.
9778a96
a2e4c27
* Sun May 31 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.6.2-1
a2e4c27
- Update to 3.6.1 (222k diff, bug-fixes and translation updates).
a2e4c27
60362b0
* Thu Apr  9 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.6.1-1
60362b0
- Update to 3.6.1 (56k diff).
60362b0
- Don't mention the old and dropped GSF plugin in subpackage description
60362b0
  anymore.
60362b0
bbc0d15
* Tue Mar  3 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.6-3
c406efe
- armv7hl build fails with a narrowing conversion GCC error not found
c406efe
  in Copr (x86_64/i686 only) builds. Probably further patches necessary.
7cb5330
  On ARM char is unsigned by default.
c03638d
- For Fedora 23, build with gtk2 and Qt.
c03638d
  Run "audacious --qt" once to switch to Qt user-interface.
bbc0d15
- For Fedora 22, build with gtk2 and without Qt by default.
bbc0d15
- Use %%make_install and %%license.
bbc0d15
- Drop old Obs/Prov from -exotic subpackage.
bbc0d15
bbc0d15
* Mon Mar  2 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.6-2
bbc0d15
- Add build switches for test-building:
bbc0d15
    --with gtk2
bbc0d15
    --without qt
bbc0d15
- Statusicon plugin is enabled by default for gtk2.
bbc0d15
- Rediff ladspa patch, so it applies also to gtk2 based tarball.
bbc0d15
bbc0d15
* Sun Mar  1 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.6-1
bbc0d15
- Update to 3.6 final release.
bbc0d15
- Derive source tarball version and builddir from %%version as to avoid
bbc0d15
  a version definition in two macros.
bbc0d15
bbc0d15
* Thu Feb 19 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.6-0.5.beta1
bbc0d15
- Patch to prevent narrowing conversion error with GCC 5.
bbc0d15
bbc0d15
* Sun Feb 15 2015 Michael Schwendt <mschwendt@fedoraproject.org> - 3.6-0.4.beta1
bbc0d15
- No AUTHORS file available anymore.
bbc0d15
- Update to 3.6-beta1-gtk3.
bbc0d15
bbc0d15
* Tue Dec  9 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 3.6-0.3.alpha1
bbc0d15
- Update patches.
bbc0d15
bbc0d15
* Tue Dec  9 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 3.6-0.2.alpha1
bbc0d15
- Update to 3.6-alpha1-gtk3.
bbc0d15
- Oct 7: 3.6-0.1.20141007gitgc26d0fa
bbc0d15
- TODO: rediff/revisit patches.
bbc0d15
- No statusicon plugin anymore.
bbc0d15
- Add a hack in %%build to make available Qt5's moc and uic in PATH.
bbc0d15
- Plugin API version definition has moved to libaudcore header directory.
bbc0d15
- Build with --enable-qt and --enable-gtk.
bbc0d15
- Upgrade to git snapshot for another look at the Qt GUI for 3.6.
e74e5b5
69817f7
* Fri Jul 25 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 3.5.1-2
69817f7
- Explicitly enable/disable some plugins for the updated configure script.
69817f7
69817f7
* Thu Jul 24 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 3.5.1-1
69817f7
- Update to 3.5.1.
69817f7
ad8fbdc
* Sat Jun 14 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 3.5-3
64a3b68
- Add appdata metainfo files for optional subpackages.
ad8fbdc
- Update list of licenses.
ad8fbdc
bbf0a77
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
bbf0a77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bbf0a77
730d441
* Wed Apr 23 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 3.5-1
730d441
- Update to 3.5 final release.
730d441
- Merge spec changes from packages released via Fedora Copr:
730d441
  - Plugin version moved to api.h header.
730d441
  - New delete-files plugin
730d441
  - No unix-io transport plugin anymore
730d441
  - No amidi-plug backend dir anymore
730d441
  - New asx3 Container plugin.
730d441
163c772
* Wed Jan  8 2014 Michael Schwendt <mschwendt@fedoraproject.org> - 3.4.3-1
163c772
- Merge post-3.4.3 patch for fixing a font rendering problem in the
163c772
  skinned ui.
163c772
- Update to 3.4.3 (a few bug-fixes and translation updates). An update
163c772
  of 3rd party plugin packages to 3.4.3 is needed to get all fixes.
163c772
a7c46bb
* Mon Dec 16 2013 Adrian Reber <adrian@lisas.de> - 3.4.2-2
a7c46bb
- Rebuilt for libcdio-0.92
a7c46bb
8bb98e9
* Sun Nov  3 2013 Dan Fruehauf <malkodan@gmail.com> - 3.4.2-1
8bb98e9
- Update to 3.4.2 final (fixes bugs 340, 346, 347, 356, 360, and 362).
8bb98e9
8bb98e9
* Mon Sep  9 2013 Dan Fruehauf <malkodan@gmail.com> - 3.4.1-1
a129d56
- Update to 3.4.1 final (a few bug fixes, fixes gtk ui - #336).
a129d56
3583f9b
* Tue Aug 27 2013 Hans de Goede <hdegoede@redhat.com> - 3.4-3
3583f9b
- Fix the skinned ui drawing only the skin background on F20+
3583f9b
31d4136
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-2
31d4136
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
31d4136
6c5b0d1
* Sat Jun 29 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.4-1
d32cf3e
- Update to 3.4 final (just the merged big-endian fix, and translation updates).
6c5b0d1
8a2e08d
* Wed Jun 12 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.4-0.7.beta2
8a2e08d
- New visualization plugin: gl-spectrum
8a2e08d
- Update to 3.4-beta2 (which also includes newer Autotools files).
8a2e08d
f6fb7de
* Wed May 22 2013 Dan HorĂ¡k <dan[at]danny.cz> - 3.4-0.6.beta1
f6fb7de
- fix build on big-endian platforms
f6fb7de
7b0843f
* Thu May  2 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.4-0.5.beta1
7b0843f
- BR soxr-devel (new package) and build SoX Resampler plugin (#958421).
7b0843f
- Due to more build requirements being optional also for features enabled
7b0843f
  by default, specify _all_ individual plug-ins in %%files lists instead
7b0843f
  of including full directories. Get rid of the few related existance
7b0843f
  checks in %%check.
7b0843f
7136d99
* Tue Apr 23 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.4-0.4.beta1
7136d99
- BR libsidplayfp-devel and include SID music player plug-in in the
7136d99
  audacious-plugins-exotic subpackage. This sid.so plugin based on
7136d99
  libsidplayfp 1.0.x is extensible with the original (albeit non-free and
7136d99
  therefore not included) Kernal and Basic ROM image files to make it
7136d99
  handle all files from the leading SID music collection.
7136d99
8d0c78d
* Mon Apr 22 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.4-0.3.beta1
8d0c78d
- BR audacious-devel 3.4-beta1 for aud_drct_play_plause().
8d0c78d
0de37eb
* Mon Apr 22 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.4-0.2.beta1
0de37eb
- Scrobbler2 plugin replaces scrobbler.
0de37eb
- Update to 3.4-beta1.
8d0c78d
- BR autoconf automake and
0de37eb
  run autoreconf -f -I m4 for aarch64 updates (#925051).
0de37eb
55972c0
* Thu Feb 14 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.4-0.2.alpha1
55972c0
- Patch gnomeshortcuts plug-in to avoid auto-activating gnome-settings-daemon.
55972c0
f587940
* Thu Feb  7 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.4-0.1.alpha1
f587940
- Playlist column resize feature requires GTK+ 3.8 to work correctly.
f587940
- Add scrobbler2 to %%check.
f587940
- Incremental upgrade to 3.4-alpha1.
f587940
f0e9ef8
* Sun Feb  3 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.4-1
f0e9ef8
- Update to 3.3.4 (last upstream maintenance release for 3.3.x).
f0e9ef8
ee5137d
* Tue Jan 22 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.3-4
ee5137d
- Make AOSD plug-in not crash when running into old config values from
ee5137d
  Audacious 3.2.4 or older. User should revisit plug-in preferences, too!
ee5137d
56537fc
* Fri Jan 11 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.3-3
56537fc
- Drop added .desktop files in favour of advertizing all MimeTypes in
56537fc
  Audacious' own .desktop file. This is supposed to fix the assignment
56537fc
  of Default Applications (GNOME bz #690119).
748b7d0
- Fedora 19 development: merge conditional upstream patch for libcdio 0.90
748b7d0
  and BR libcdio-paranoia-devel.
56537fc
f76d23f
* Thu Jan  3 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.3-2
f76d23f
- Merge fix for wavpack input to not complain about .wvc files.
f76d23f
- Fix m3u parser to handle (=skip) empty lines.
f76d23f
3a5172d
* Tue Dec 11 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.3-1
3a5172d
- Update to 3.3.3 (a few bug-fixes and translation updates).
3a5172d
ff93749
* Mon Sep 24 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.2-1
ff93749
- Update to 3.3.2 (a few bug-fixes and translation updates).
ff93749
657496b
* Sat Sep  8 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.1-3
657496b
- Merge fix for "Playlist does not progress for cue sheet
657496b
  of single flac file".
657496b
d883397
* Thu Aug 23 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.1-2
d883397
- Add recent method to filter plugin .so Provides to avoid polluting
d883397
  the RPM metadata.
d883397
81efe7a
* Mon Aug 13 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3.1-1
81efe7a
- Update to 3.3.1 (a few bug-fixes and translation updates).
81efe7a
42565b0
* Fri Jul 27 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-1
42565b0
- Update to 3.3 final.
42565b0
2e32ba8
* Thu Jul 26 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-0.4.beta2
2e32ba8
- Include the -sid desktop file in the src.rpm unconditionally,
2e32ba8
  so it isn't missing when copying the src.rpm to older dists.
2e32ba8
d2c175d
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-0.3.beta2
d2c175d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d2c175d
7884978
* Mon Jul 16 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-0.2.beta2
7884978
- Update to 3.3-beta2 and build for API 41.
7884978
9f147a8
* Thu Jul  5 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-0.2.beta1
9f147a8
- A few plugins changed licensing to two-clause BSD.
9f147a8
- Update to 3.3-beta1.
9f147a8
d1829de
* Sat Jun 30 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-0.2.alpha1
d1829de
- Make -sid Obsoletes non-versioned to avoid upgrade path issues.
d1829de
0dbcf2a
* Mon Jun 18 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.3-0.1.alpha1
0dbcf2a
- Upgrade to 3.3-alpha1.
0dbcf2a
1e488b2
* Wed May 30 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2.3-2
030fc0d
- Fedora 18 only:
030fc0d
  Kill -sid subpackage, don't build libsidplay1 plugin anymore.
1e488b2
- Drop old -esd Obsoletes.
1e488b2
b5727cd
* Sat May 26 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2.3-1
b5727cd
- Update to 3.2.3 (bug-fixes and translation updates).
b5727cd
82a0f73
* Sun Apr  1 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2.2-1
82a0f73
- Updated to 3.2.2 for merged/additional fixes.
82a0f73
b123181
* Sun Mar 25 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2.1-3
b123181
- Fix playlist_delete_selected for gtkui.
b123181
efc340b
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
efc340b
- Rebuilt for c++ ABI breakage
efc340b
7b52646
* Sat Feb 18 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2.1-1
7b52646
- Update to 3.2.1 (first bugfix release in 3.2.x branch).
7b52646
79484be
* Sat Jan 21 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-1
79484be
- Update to 3.2 final (mostly translation updates and a very few fixes).
79484be
254ad96
* Thu Jan 12 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-0.4.beta2
254ad96
- Update to 3.2-beta2.
254ad96
6c74639
* Sun Jan  8 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-0.3.beta1
6c74639
- Rebuild for GCC 4.7 as requested.
6c74639
- Build experimental gio transport plugin.
6c74639
bb2565e
* Mon Jan  2 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-0.2.beta1
bb2565e
- Update to 3.2-beta1.
bb2565e
8bd8e78
* Fri Dec 23 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.2-0.1.alpha1
1acd732
- Explicitly link with gmodule-2.0.pc libs for missing libs.
8bd8e78
- Upgrade to 3.2-alpha1.
8bd8e78
e77fd79
* Sat Dec 10 2011 Michael Schwendt <mschwendt@fedoraproject.org>
e77fd79
- Move plugin-api guard to %%build section to allow for --nodeps %%prep.
e77fd79
2bf1d5c
* Tue Dec  6 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1.1-1
2bf1d5c
- Update to 3.1.1.
2bf1d5c
07d2690
* Sun Nov 20 2011 Adrian Reber <adrian@lisas.de> - 3.1-2
07d2690
- Rebuild for libcdio-0.83
07d2690
296b9a0
* Wed Nov  9 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-1
296b9a0
- Update to 3.1.
296b9a0
137a56c
* Wed Oct 26 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-0.1.beta3
137a56c
- Update to 3.1-beta3.
137a56c
c2665ba
* Mon Oct 17 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-0.1.beta2
23595ea
- Update to 3.1-beta2.
c2665ba
e7964e5
* Tue Oct 11 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-0.1.beta1
e7964e5
- LADSPA plugin supports LADSPA_PATH environment variable again.
e7964e5
- Rocklight plugin not built anymore, and build-switch has been removed.
e7964e5
- Update to 3.1-beta1.
e7964e5
fc1146a
* Wed Sep 21 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1-0.1.alpha1
fc1146a
- LADSPA plugin has returned, but is missing support for multiple search
fc1146a
  paths for modules (AUDPLUG-403).
fc1146a
- Upgrade to 3.1-alpha1.
fc1146a
fee8649
* Mon Sep 19 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.3-1
fee8649
- Update to 3.0.3 (some more translation updates).
fee8649
- Let the plugin pkgs depend on audacious(plugin-api)%%{?_isa}.
fee8649
d585aee
* Fri Sep 16 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.2-3
d585aee
- Use %%_isa in more dependencies.
d585aee
- Drop unneeded BuildRoot stuff.
d585aee
- Drop %%defattr lines.
d585aee
- Drop old -wavpack and -vortex Obsoletes/Provides.
d585aee
dd0c701
* Thu Sep  8 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.2-2
dd0c701
- Merge changes from pre-3.0.3 git, such as using libmodplug system
dd0c701
  library (BR libmodplug-devel).
dd0c701
1bfeeb2
* Thu Aug 25 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.2-1
1bfeeb2
- Update to 3.0.2 (few more fixes, 7k diff).
1bfeeb2
951846c
* Wed Aug 17 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.1-2
951846c
- Avoid xspf NULL ptr crash in g_utf8_validate.
951846c
7e75a01
* Thu Aug 11 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0.1-1
7e75a01
- Update to 3.0.1 (a fix for xspf plus translation updates).
7e75a01
7c0b70b
* Tue Jul 19 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0-1
7c0b70b
- Update to 3.0 release.
7c0b70b
1c29072
* Mon Jul  4 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0-0.2.beta1
1c29072
- Update to 3.0-beta1.
1c29072
d14644f
* Tue Jun 14 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.0-0.1.alpha1
d14644f
- Several plugins are no longer available.
d14644f
- Add BR libsmbclient-devel for SMB transport plugin.
d14644f
- Handle the "enable gnomeshortcuts plugin by default" in this package.
d14644f
- Build with GTK+ 3.
d14644f
- Upgrade to 3.0-alpha1.
d14644f
3ee90ca
* Thu Jun  9 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.1-3
3ee90ca
- Rebuild for libmtp SONAME bump.
3ee90ca
- Drop old audacious-plugins-metronome subpackage Obsoletes/Provides.
3ee90ca
977a337
* Wed Jun  8 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.1-2
977a337
- Fix Ogg metadata save for i686 (#711796).
977a337
c9cc73b
* Thu May 19 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.1-1
c9cc73b
- Update to 2.5.1.
c9cc73b
- No longer --disable-sse2 for %%ix86 since this option has been dropped.
c9cc73b
6869177
* Sat Apr 23 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.0-3
116d9d3
- Merge fix for skinned ui track next/prev (AUD-331).
6869177
- Fix missing newline NULL-ptr crash in m3u loader (#699107).
6869177
8366060
* Fri Apr 22 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.0-2
8366060
- Build OSS output plugin according to default.
8366060
- Build amidi plugin according to default.
8366060
- Only --disable-sse2 for %%ix86.
8366060
- Add a few more plugins to %%check section.
8366060
7cb3df7
* Sat Apr 16 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5.0-1
7cb3df7
- Update to 2.5.0.
7cb3df7
70b157b
* Wed Apr  6 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.8.beta2
70b157b
- Update to 2.5-beta2.
70b157b
a634ac4
* Sat Mar 26 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.7.beta1
a634ac4
- Use correct icon name in -amidi/-sid desktop files.
a634ac4
- Add audio/midi MIME type to audacious-plugins-amidi package.
a634ac4
175910d
* Thu Mar 10 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.6.beta1
175910d
- Update to 2.5-beta1.
175910d
- TODO: openal audio output plugin?
175910d
97c2d69
* Wed Feb 23 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.5.alpha2
02bba98
- Remove the extra vfs_close() call in adplug's new binio_virtual.h class,
02bba98
  because closing the copied fd there crashes the player later.
02bba98
97c2d69
* Tue Feb 22 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.4.alpha2
97c2d69
- Upgrade to 2.5-alpha2.
97c2d69
- Update the audacious(plugin-api) stuff in the spec file, so the new
97c2d69
  _AUD_PLUGIN_VERSION_MIN is not taken by mistake.
97c2d69
- Legacy icons patch merged upstream.
97c2d69
- Libnotify 0.7.0 API patch not necessary anymore.
97c2d69
- Merge from 2.4.3-10:
ac7da3d
- Move the following exotic decoders into the audacious-plugins-exotic
ac7da3d
  subpackage: adplug.so, console.so, psf2.so, vtx.so, xsf.so
ac7da3d
- In spec file, update list of licenses used by various plugins.
ac7da3d
- Update stripped tarball to also remove the .usf plugin source.
ac7da3d
97c2d69
* Fri Feb  4 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.3.alpha1
f8f7c61
- Enhance the audacious(plugin-api) stuff in the spec file and apply it
f8f7c61
  to all subpackages.
f8f7c61
97c2d69
* Tue Feb  1 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.2.alpha1
97c2d69
- Patch gtkui to not use legacy icon names anymore.
97c2d69
97c2d69
* Mon Jan 31 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.5-0.1.alpha1
97c2d69
- Upgrade to 2.5-alpha1.
0142cb6
41a5ff4
* Fri Jan 28 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.3-5
97c2d69
- Merge fix for AUD-289.
41a5ff4
76b3c36
* Thu Jan 27 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.3-4
76b3c36
- Require specific audacious(plugin-api) capability.
76b3c36
- Drop Obsoletes for audacious-plugins-arts (last in dist-f11-updates).
76b3c36
dcc7c98
* Mon Jan 17 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.3-3
5514dbf
- F15 devel: Move adplug plugin into a subpackage: audacious-plugins-adplug
dcc7c98
- Patch adplug core loaders a bit to prevent stupid crashes when
dcc7c98
  loading either damaged or incorrectly parsed files into the playlist.
dcc7c98
39a5cf7
* Sun Jan 16 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.3-2
2311953
- Temporarily --disable-adplug for investigation of bz #669889.
39a5cf7
- Require at least Audacious 2.4.3 (for uri_to_filename).
39a5cf7
3df9016
* Fri Jan 14 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.3-1
3df9016
- Update to 2.4.3 (maintenance release in stable branch, 38k diff).
3df9016
6b39d3b
* Sun Dec 19 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.2-2
6b39d3b
- Fix "Jump To" dialog seek (#663621) (AUDPLUG-308).
6b39d3b
6a23efb
* Thu Dec  9 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.2-1
6a23efb
- Update to 2.4.2 (maintenance release in stable branch).
6a23efb
- strip-m3u-lines.patch not applied due to rewrite.
6a23efb
b3a4d60
* Thu Nov  4 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-8
b3a4d60
- Patch for libnotify 0.7.0 API change.
b3a4d60
b790c5f
* Thu Nov  4 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-7
b790c5f
- Prevent buffer realloc crash in cue.c playlist_load_cue (#649645).
b790c5f
2bfe57a
* Fri Oct  8 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-6
2bfe57a
- Merge updated blur-scope plugin to fix segfaults.
2bfe57a
066f05a
* Fri Oct  8 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-5
066f05a
- Merge psf.so (OpenPSF PSF1/PSF2 Audio Plugin) from upstream hg to
066f05a
  resolve licensing issue.
066f05a
12cb368
* Wed Oct  6 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-4
12cb368
- PATCH: handle .m3u files with extra whitespace (#640516, Hans de Goede).
12cb368
- Merge scrobbler patch that prevents submitting NULL tags.
12cb368
- Reenable projectM plugin for Fedora >= 14 (GCC >= 4.5).
12cb368
- Update stripped tarball that removes the .psf plugin because of
12cb368
  a licensing issue.
12cb368
Jesse Keating 331f759
* Wed Sep 29 2010 jkeating - 2.4.0-3
Jesse Keating 331f759
- Rebuilt for gcc bug 634757
Jesse Keating 331f759
7091596
* Mon Sep 13 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-2
7091596
- Handle neon transport fseek SEEK_END corner-case (#632369, Hans de Goede)
7091596
  so streamed files get a duration and become seekable.
7091596
c1857e9
* Thu Aug 26 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4.0-1
c1857e9
- Update to 2.4.0 final.
c1857e9
- To avoid short loud blasting noise with Pulse Audio during track changes 
c1857e9
  and at track end, users may configure Pulse Audio daemon to run with
c1857e9
  "flat-volumes = no" instead of its default.
c1857e9
6ac2a6e
* Thu Aug 19 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.11.rc2
6ac2a6e
- Back out the pulse_flush() patch, because it is definitely a Pulse Audio
6ac2a6e
  bug that leads to loud noise and isn't specific to Audacious.
6ac2a6e
8813afa
* Sat Aug 14 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.10.rc2
8813afa
- In pulse_flush() call pa_stream_cork() to pause playback quickly in order
8813afa
  to avoid loud clicks/noise when stopping/changing currently playing
8813afa
  track. Afterwards restore previous 'corked' state again.
8813afa
  Is this a Pulse Audio issue?
8813afa
91e5d75
* Sat Aug 14 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.9.rc2
91e5d75
- Update to rc2.
8ea50bc
10ce16a
* Tue Aug 10 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.8.rc1
10ce16a
- Update to rc1.
10ce16a
18b0022
* Tue Aug  3 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.7.beta2
18b0022
- Update to beta2.
18b0022
75d3c7f
* Mon Aug  2 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.6.beta1
75d3c7f
- Nothing has ever before owned directory %%_libdir/audacious/ - now fixed.
75d3c7f
e8086ff
* Wed Jul 21 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.5.beta1
e8086ff
- ESD (EsounD) output plugin no longer available.
e8086ff
- BR curl-devel, scrobbler built by default.
e8086ff
- Add %%check section to test availability of some files.
e8086ff
- Update to beta1.
e8086ff
f4bead4
* Thu Jul 15 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.4.alpha3
f4bead4
- BR libnotify-devel for "notify" plugin.
f4bead4
- Update to alpha3.
f4bead4
5da6607
* Tue Jun 29 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.3.alpha2
5da6607
- Returned: scrobbler/last.fm plugin (--enable-scrobbler)
5da6607
- Remaining neon patch merged upstream.
5da6607
- Update to alpha2.
5da6607
c37aabf
* Mon Jun 14 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.2.alpha1
c37aabf
- Don't build projectM plugin, because it causes a C++ segfault on app exit
c37aabf
  even if just linking with libprojectM.
c37aabf
0eb3be1
* Wed Jun  9 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.4-0.1.alpha1
0eb3be1
- No longer available:
0eb3be1
   * scrobbler/last.fm plugin (AUDPLUG-179)
8f1213f
     but has been resurrected post-alpha1
0eb3be1
   * icecast plugin (AUDPLUG-156)
0eb3be1
- Add BR libprojectM-devel, gtkglext-devel, libbs2b-devel
f3e5679
- Merge WavPack input plugin into base -plugins package.
f3e5679
- Merge Vortex input plugin into base -plugins package.
0eb3be1
- Remove obsolete --disable-libmadtest configure option.
0eb3be1
- Remove Provides/Obsoletes for old audacious-plugins-pulseaudio package,
0eb3be1
  which were last in Fedora 8.
0eb3be1
- Upgrade to 2.4 alpha1.
0eb3be1
026db3c
* Mon Jun  7 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-34
026db3c
- Don't register window-state-event callback as this makes KDE hang
4affc36
  when turning on sticky view mode (#601233) (AUDPLUG-178).
026db3c
96b79d4
* Mon May 31 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-33
96b79d4
- Fix amidi-plug backend loader (#598005) and get_song_tuple.
96b79d4
de418f1
* Sat Apr 10 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-32
de418f1
- Fix the gtk_message_dialog_new_with_markup() call as in 2.3.
de418f1
3d12752
* Thu Apr  8 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-31
3d12752
- Merge minor enhancements to the Status Icon patch to improve
3d12752
  where it pops up with fast mouse movement.
3d12752
a6b936e
* Fri Mar 19 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-30
a6b936e
- Fix colour array indexing in Scope Mode.
a6b936e
3f4f3c8
* Fri Mar 19 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-29
3f4f3c8
- Fix scaled visualization modes.
3f4f3c8
262915f
* Tue Mar 16 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-28
262915f
- Avoid div-by-zero crash due to almost empty MIDI files, which
262915f
  don't contain any delta-time events (#573851).
262915f
1756bcf
* Sat Mar 13 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-27
1756bcf
- Don't accept playlist_font name without space(s) (#573075). 
1756bcf
6694114
* Sat Mar 13 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-26
1756bcf
- Don't warn on stderr about missing adplug.db (#573187).
6694114
4e59572
* Thu Mar  4 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-25
4e59572
- Update icon popup patch for new playlist API to also fix a double-free
4e59572
  (which made the popup crash with streaming audio).
4e59572
51f96dc
* Tue Mar  2 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-24
51f96dc
- Patch notification area status icon (fix popup and title changes).
51f96dc
1e1bd0d
* Mon Feb 15 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-23
1e1bd0d
- Patch out the tuple/mowgli refcounting in the scrobbler plugin
1e1bd0d
  worker thread and use tuple_copy() instead. Let's see whether that
1e1bd0d
  will crash, too (see comment in -22).
1e1bd0d
d9f7717
* Mon Feb  8 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-22
d9f7717
- Remove scrobbler plugin, since upstream has disabled it by default
d9f7717
  in the post-2.2 tree, because it is believed to cause memory corruption
d9f7717
  that crashes Audacious: http://jira.atheme.org/browse/AUDPLUG-179
d9f7717
2b6799a
* Sat Feb  6 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-21
2b6799a
- Fix streambrowser streaminfo URL Add.
2b6799a
fc5e1ab
* Sat Feb  6 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-20
166e623
- Use John Lindgren's revised patch for the fix in -19
fc5e1ab
  (which properly frees also the g_build_filename allocated string).
fc5e1ab
3f0fe7b
* Fri Feb  5 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-19
3f0fe7b
- Fix temp file vulnerability in streambrowser plugin.
3f0fe7b
5778a87
* Fri Feb  5 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-18
5778a87
- Destroy neon request+session if ne_read_response_block failed and
5778a87
  closed the connection. That way we don't call neon lib again with old 
5778a87
  request+session which then crashes (#562164).
5778a87
07e8c2f
* Thu Feb  4 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-17
07e8c2f
- Fix non-top-level ladspa plugin dialogs.
07e8c2f
47aaa83
* Thu Feb  4 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-16
47aaa83
- Restore and fix the restore() function in "ladspa" plugin (#561635).
47aaa83
- Substitute hardcoded ladspa search paths in source code.
47aaa83
1f3aa51
* Wed Feb  3 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-15
1f3aa51
- Prevent race condition crash in streambrowser GUI (#561469).
1f3aa51
062c8ae
* Tue Jan 26 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-14
e71e2fc
- Fix too many open file descriptors issue in adplug plugin.
062c8ae
- Guard against out-of-bounds array access in adplug .lds decoder.
062c8ae
53b8734
* Mon Jan 25 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-13
53b8734
- In neon transport, after error handling set destroyed session
53b8734
  pointers to NULL, so vfs seek doesn't crash.
53b8734
739063a
* Fri Jan 22 2010 Adrian Reber <adrian@lisas.de> - 2.2-12
1f3aa51
- Rebuild for libcdio-0.82 (F-13 Rawhide only)
739063a
53f4365
* Sun Jan 17 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-11
53f4365
- Rebuild for audacious.pc --libs changes.
53f4365
8412cba
* Fri Jan  8 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-10
8412cba
- In neon transport, after error handling set destroyed request
8412cba
  pointers to NULL, so vfs read exits early.
8412cba
af129dd
* Fri Jan  8 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-9
af129dd
- Enable modplug plugin again: The code is an "in-progress rewrite [...]
af129dd
  with many fixes for module formats not available in libmodplug, and is
af129dd
  built partially on top of the work that the Schism Tracker authors have
af129dd
  been doing.  Using libmodplug would be a step backwards as far as module
af129dd
  compatibility goes." (AUDPLUG-158)
af129dd
13ae720
* Sat Jan  2 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-8
13ae720
- Fix stack smashing in ui_svis_expose (#551801).
13ae720
cd8f066
* Thu Dec 31 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-7
cd8f066
- Fix xspf Container plugin's handling of plain file names.
47fc59a
- Disable modplug plugin (where is it compared with libmodplug and
47fc59a
  its fixes and CVEs?). Give precedence to audacious-plugin-xmp
50970a7
- Remove BR libmodplug-devel as the modplug plugin has never used
50970a7
  the external library.
50970a7
a30e317
* Wed Dec 30 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-6
a30e317
- Fix the alarm plugin.
a30e317
ca6a514
* Fri Dec 25 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-5
ca6a514
- Remove BR libtimidity-devel as that plugin is no longer available.
ca6a514
352da9a
* Fri Dec 25 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-4
352da9a
- Let bluetooth plugin access "alsa-gapless" config values not "alsa"
352da9a
  as it will be called in post-2.2.
352da9a
1495fde
* Sat Dec 19 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-3
1495fde
- Beat bluetooth plugin a bit.
1495fde
- Fix missing aud_cfg_db_close calls.
1495fde
- Avoid that neon's ne_request_destroy() is called with a NULL ptr.
1495fde
ed4a7f6
* Wed Dec  2 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-2
ed4a7f6
- Move SID music plugin into audacious-plugins-sid package. Its 
ed4a7f6
  built with libsidplay 1 while 3rd party package providers may
ed4a7f6
  build it with libsidplay 2.
ed4a7f6
- Include metronome plugin in base plugins package. No reason to
ed4a7f6
  split this off into an optional subpackage.
ed4a7f6
5873493
* Wed Nov 25 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-1
5873493
- Upgrade to 2.2 (declared as the next "stable release" after 2.1).
5873493
- The ladspa plugin has been reworked since beta2.
5873493
fb8b8d5
* Tue Nov 24 2009 Michael Schwendt <mschwendt@fedoraproject.org>
fb8b8d5
- BR libcue-devel which is available now and is enabled by default
fb8b8d5
  post 2.2-beta2
fb8b8d5
- Drop --disable-tta switch as that plugin is gone.
fb8b8d5
00a4c60
* Fri Nov 13 2009 Michael Schwendt <mschwendt@fedoraproject.org>
00a4c60
- Remove BR libmpcdec-devel ("musepack" plugin is not available anymore
00a4c60
  after 2.1 as it got removed in favour of "ffaudio"/ffmpeg plugin).
00a4c60
6b23d5f
* Tue Nov 10 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.4.beta2
6b23d5f
- Upgrade to 2.2-beta2
6b23d5f
- Add patch to use old/working ladspa plugin from 2.0.1 (#533641).
6b23d5f
590ff29
* Fri Oct 30 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.4.beta1
590ff29
- Fix non-top-level filewriter plugin dialogs.
590ff29
7e808c5
* Sun Oct 25 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.3.beta1
7e808c5
- Update pulse_audio patch with correct get_song_name().
7e808c5
22e5b66
* Sun Oct 25 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.2.beta1
22e5b66
- Patch modplug plugin to remove old cruft and fix playback.
22e5b66
5b5df2b
* Thu Oct 22 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.1.beta1
5b5df2b
- Upgrade to 2.2-beta1
89840b1
- Port old pulse_audio plugin from Audacious 2.1
5b5df2b
  and patch it to fix volume issues.
5b5df2b
a08905c
* Wed Oct 21 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-7
a08905c
- Patch pulseaudio plugin to not suffer from precision loss when
a08905c
  calculating the volume level to save.
a08905c
397782d
* Wed Oct 21 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-6
397782d
- Rediff the underruns patch and set buffer_time_min.
397782d
397782d
* Mon Oct 19 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-5
397782d
- Patch pulseaudio plugin to not get confused by volume values passed
397782d
  in via callback.
397782d
5b5df2b
* Sun Oct 18 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.1.alpha2
5b5df2b
- Upgrade to 2.2-alpha2 (breaks ALSA output with alsa-plugins-pulseaudio!)
5b5df2b
5b5df2b
* Sun Sep 20 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.2-0.1.alpha1
5b5df2b
- Upgrade to 2.2-alpha1 (primarly for alsa-gapless output plugin).
5b5df2b
- Removes pulse_audio output plugin!
5b5df2b
- Obsolete patches: timidity-cfg, keep-mixer-open
5b5df2b
2dc41f8
* Sun Sep 20 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-4
2dc41f8
- Patch alsa-ng plugin with some buffer prefilling to fight underruns.
2dc41f8
- Merge minor changes from 2.2-alpha1 alsa-ng plugin.
2dc41f8
1487087
* Thu Jul 30 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-3
1487087
- Keep mixer open and not start at only %50 volume.
1487087
a82ff87
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
a82ff87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a82ff87
536e7d8
* Tue Jul 14 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-1
536e7d8
- Upgrade to 2.1 final.
536e7d8
536e7d8
* Mon Jun 29 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1-0.1.beta1
536e7d8
- Upgrade to 2.1beta1.
536e7d8
- Drop merged/obsolete patches.
536e7d8
536e7d8
* Sat Jun  6 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.1-0.3
536e7d8
- Make libtimidity not try to open non-existing files.
536e7d8
- Fix non-top-level configure dialogs.
536e7d8
536e7d8
* Sat Jun  6 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.0.1-0.1
536e7d8
- Upgrade to 2.0.1.
536e7d8
- Fix sndfile plugin cleanup crash.
536e7d8
- Major spec overhaul, and drop old %%changelog entries.
536e7d8
- Obsolete -arts plugin.
931856a
- Multiple different licenses are used for the individual plugins.
998d88d
- Move amidi-plug directory to amidi subpackage.
693cbcd
- Build with libsndfile plugin for advanced formats in WAV and
693cbcd
  patch it for pause and seek (also fixes #501007).
693cbcd
6824f70
* Wed May 06 2009 Ralf Ertzinger <ralf@skytale.net> 1.5.1-5
6824f70
- Fix possible crash on neon buffer underrun (BZ#496413)
6824f70