e6ff7d5
Name:		qmmp
c1a5afe
Version:	1.1.7
8af2129
Release:	1%{?dist}
e6ff7d5
Summary:	Qt-based multimedia player
e6ff7d5
cc46e2a
Conflicts:	qmmp-plugins-freeworld < 1.1.6
cc46e2a
e6ff7d5
Group:		Applications/Multimedia
04be0e7
License:	GPLv2+ and CC-BY-SAv4+
689e1bb
URL:		http://qmmp.ylsoftware.com/
e6ff7d5
Source:		http://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2
e6ff7d5
Source2:	qmmp-filter-provides.sh
e6ff7d5
%define		_use_internal_dependency_generator 0
e6ff7d5
%define		__find_provides %{SOURCE2}
e6ff7d5
64d2d9c
BuildRequires:	alsa-lib-devel
64d2d9c
BuildRequires:	cmake
64d2d9c
BuildRequires:	desktop-file-utils
fedc53a
BuildRequires:	enca-devel
64d2d9c
BuildRequires:	flac-devel
5a0afbd
BuildRequires:	game-music-emu-devel
64d2d9c
BuildRequires:	jack-audio-connection-kit-devel
63718af
BuildRequires:	libbs2b-devel
fedc53a
BuildRequires:	libcddb-devel
8daf91f
BuildRequires:	libcdio-paranoia-devel
64d2d9c
BuildRequires:	libcurl-devel
cc46e2a
BuildRequires:	libmad-devel
64d2d9c
BuildRequires:	libmodplug-devel
64d2d9c
BuildRequires:	libmpcdec-devel
64d2d9c
BuildRequires:	libogg-devel
9f19a44
BuildRequires:	libprojectM-devel
64d2d9c
BuildRequires:	libsidplayfp-devel
64d2d9c
BuildRequires:	libsndfile-devel
64d2d9c
BuildRequires:	libvorbis-devel
64d2d9c
BuildRequires:	openssl-devel
689e1bb
BuildRequires:	opusfile-devel
64d2d9c
BuildRequires:	pulseaudio-libs-devel
4115155
BuildRequires:	qt5-linguist
4115155
BuildRequires:	qt5-qtbase-devel
839f8cb
BuildRequires:	qt5-qtmultimedia-devel
4115155
BuildRequires:	qt5-qtx11extras-devel
839f8cb
BuildRequires:	soxr-devel
4115155
BuildRequires:	taglib-devel >= 1.10
64d2d9c
BuildRequires:	wavpack-devel
5a0afbd
BuildRequires:	wildmidi-devel
e6ff7d5
e6ff7d5
Requires(post):	/sbin/ldconfig
e6ff7d5
Requires(pre):	/sbin/ldconfig
e6ff7d5
0accb3d
%package devel
451008f
Summary:	Development files for qmmp
0accb3d
Group:		Development/Libraries
451008f
Requires:	%{name}%{?_isa} = %{version}-%{release}
0accb3d
e6ff7d5
%description
e6ff7d5
This program is an audio-player, written with help of Qt library.
e6ff7d5
The user interface is similar to winamp or xmms.
e6ff7d5
Main opportunities:
e6ff7d5
0accb3d
	* Winamp and xmms skins support
0accb3d
	* plugins support
cc46e2a
	* MPEG1 layer 2/3 support
0accb3d
	* Ogg Vorbis support
0accb3d
	* native FLAC support
0accb3d
	* Musepack support
0accb3d
	* WavePack support
0accb3d
	* ModPlug support
0accb3d
	* PCM WAVE support
9f19a44
	* CD Audio support
9f19a44
	* CUE sheet support
9f19a44
	* ALSA sound output
0accb3d
	* JACK sound output
0accb3d
	* OSS sound output
0accb3d
	* PulseAudio output
9f19a44
	* Last.fm/Libre.fm scrobbler
0accb3d
	* D-Bus support
0accb3d
	* Spectrum Analyzer
9f19a44
	* projectM visualization
9f19a44
	* sample rate conversion
9f19a44
	* bs2b dsp effect
0accb3d
	* streaming support
9f19a44
	* removable device detection
9f19a44
	* MPRIS support
9f19a44
	* global hotkey support
9f19a44
	* lyrics support
0accb3d
0accb3d
%description devel
451008f
QMMP is Qt-based audio player. This package contains its development files.
e6ff7d5
e6ff7d5
%prep
e6ff7d5
%setup -q
e6ff7d5
fedc53a
e6ff7d5
%build
e6ff7d5
%cmake \
9f19a44
	-D USE_AAC:BOOL=FALSE \
e6ff7d5
	-D USE_FFMPEG:BOOL=FALSE \
fedc53a
	-D USE_MMS:BOOL=FALSE \
9f19a44
	-D USE_MPLAYER:BOOL=FALSE \
04be0e7
	-D QMMP_DEFAULT_OUTPUT=pulse \
e6ff7d5
	-D CMAKE_INSTALL_PREFIX=%{_prefix} \
e6ff7d5
	-D LIB_DIR=%{_lib} \
e6ff7d5
	./
1ea654e
make %{?_smp_mflags} VERBOSE=1
e6ff7d5
e6ff7d5
%install
28d25ee
%make_install
0accb3d
# Install desktop file
40cb499
desktop-file-install --delete-original \
40cb499
%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7)
40cb499
	--vendor fedora \
40cb499
%endif
40cb499
	--dir %{buildroot}%{_datadir}/applications \
e6ff7d5
	%{buildroot}/%{_datadir}/applications/qmmp.desktop
04be0e7
# filter out unsupported formats from MimeType
04be0e7
sed -i -e "s#audio/x-ffmpeg-shorten;##" \
04be0e7
       -e "s#audio/x-ms-wma;##" \
04be0e7
    %{buildroot}/%{_datadir}/applications/%{name}.desktop
04be0e7
sed -i -e "s#audio/x-ffmpeg-shorten;##" \
04be0e7
       -e "s#audio/x-ms-wma;##" \
04be0e7
    %{buildroot}/%{_datadir}/applications/%{name}_enqueue.desktop
9f19a44
# new files since 0.3.0, using Vendor is deprecated, so just validate
d567399
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}_dir.desktop
9f19a44
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}_enqueue.desktop
e6ff7d5
e6ff7d5
%files
28d25ee
%doc AUTHORS ChangeLog ChangeLog.rus README README.RUS
04be0e7
%license COPYING COPYING.CC-by-sa_V4
e6ff7d5
%{_bindir}/qmmp
e6ff7d5
%{_libdir}/qmmp
451008f
%{_libdir}/libqmmp*.so.*
40cb499
%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7)
e6ff7d5
%{_datadir}/applications/fedora-%{name}.desktop
40cb499
%else
40cb499
%{_datadir}/applications/%{name}.desktop
40cb499
%endif
d567399
%{_datadir}/applications/%{name}_dir.desktop
9f19a44
%{_datadir}/applications/%{name}_enqueue.desktop
0accb3d
%{_datadir}/icons/hicolor/
fedc53a
%{_datadir}/%{name}/
0accb3d
0accb3d
%files devel
bcd49e2
%{_includedir}/*
d567399
%{_libdir}/pkgconfig/qmmp*
451008f
%{_libdir}/libqmmp*.so
e6ff7d5
e6ff7d5
%post
e6ff7d5
/sbin/ldconfig
7495ca3
%{_bindir}/update-desktop-database &> /dev/null || :
e6ff7d5
touch --no-create %{_datadir}/icons/hicolor || :
e6ff7d5
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
e6ff7d5
	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
e6ff7d5
fi
e6ff7d5
 
e6ff7d5
%postun
e6ff7d5
/sbin/ldconfig
7495ca3
%{_bindir}/update-desktop-database &> /dev/null || :
e6ff7d5
touch --no-create %{_datadir}/icons/hicolor || :
e6ff7d5
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
e6ff7d5
	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
e6ff7d5
fi
e6ff7d5
e6ff7d5
e6ff7d5
%changelog
c1a5afe
* Mon Feb 06 2017 Karel Volný <kvolny@redhat.com> 1.1.7-1
c1a5afe
- new version 1.1.7 (#1419294)
c1a5afe
- see the upstream changelog at http://qmmp.ylsoftware.com/
c1a5afe
cc46e2a
* Wed Nov 23 2016 Karel Volný <kvolny@redhat.com> 1.1.6-1
cc46e2a
- new version 1.1.6 (#1412601)
cc46e2a
- see the upstream changelog at http://qmmp.ylsoftware.com/
cc46e2a
- enabled MAD plugin (#1400109)
cc46e2a
8af2129
* Wed Nov 23 2016 Karel Volný <kvolny@redhat.com> 1.1.5-1
8af2129
- new version 1.1.5 (#1393366)
8af2129
- see the upstream changelog at http://qmmp.ylsoftware.com/
8af2129
633e9c1
* Mon Nov 14 2016 Adrian Reber <adrian@lisas.de> 1.1.4-2
633e9c1
- rebuild for new libcdio-0.94
633e9c1
8b56307
* Tue Oct 04 2016 Karel Volný <kvolny@redhat.com> 1.1.4-1
8b56307
- new version 1.1.4 (#1370807)
8b56307
- see the upstream changelog at http://qmmp.ylsoftware.com/
8b56307
5eb3e40
* Fri Aug 26 2016 Hans de Goede <hdegoede@redhat.com> 1.1.2-2
5eb3e40
- Rebuild for new wildmidi
5eb3e40
b2ecab8
* Mon Jul 25 2016 Karel Volný <kvolny@redhat.com> 1.1.2-1
b2ecab8
- new version 1.1.2 (update bug missing - Anitya issue #316)
b2ecab8
- see the upstream changelog at http://qmmp.ylsoftware.com/
b2ecab8
ff8a3cd
* Mon Jul 11 2016 Karel Volný <kvolny@redhat.com> 1.1.1-1
ff8a3cd
- new version 1.1.1 (#1352736)
ff8a3cd
- see the upstream changelog at http://qmmp.ylsoftware.com/
ff8a3cd
- removed libsamplerate dependency; moved to plugin pack in 1.1.0
ff8a3cd
839f8cb
* Thu Jun 23 2016 Karel Volný <kvolny@redhat.com> 1.1.0-1
839f8cb
- new version 1.1.0 (#1348548)
839f8cb
- see the upstream changelog at http://qmmp.ylsoftware.com/
839f8cb
- adds soxr (SoX Resampler) effect plugin
839f8cb
- adds qt5-qtmultimedia output plugin
839f8cb
5b20b44
* Fri Jun 03 2016 Karel Volný <kvolny@redhat.com> 1.0.10-1
5b20b44
- new version 1.0.10 (#1341421)
5b20b44
- see the upstream changelog at http://qmmp.ylsoftware.com/
5b20b44
6e13b2f
* Mon May 02 2016 Karel Volný <kvolny@redhat.com> 1.0.9-1
6e13b2f
- new version 1.0.9 (#1332176)
6e13b2f
- see the upstream changelog at http://qmmp.ylsoftware.com/
6e13b2f
e250c73
* Mon Apr 04 2016 Karel Volný <kvolny@redhat.com> 1.0.7-1
e250c73
- new version 1.0.7 (#1323535)
e250c73
- see the upstream changelog at http://qmmp.ylsoftware.com/
e250c73
4153a13
* Tue Mar 22 2016 Karel Volný <kvolny@redhat.com> 1.0.6-3
4153a13
- rebuilt for libprojectM update
4153a13
cbf3417
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
cbf3417
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cbf3417
04be0e7
* Thu Jan 28 2016 Karel Volný <kvolny@redhat.com> 1.0.6-1
04be0e7
- new version 1.0.6 (#1302491)
04be0e7
- see the upstream changelog at http://qmmp.ylsoftware.com/
04be0e7
 - fixed gme plugin build
04be0e7
 - added feature to change default output plugin
04be0e7
   (removed workaround in specfile)
04be0e7
- updated provides filtering
04be0e7
- fix desktop files - filter out mimetypes that are not supported by this build
04be0e7
- added license info for the "glare" skin
04be0e7
cac656d
* Mon Jan 04 2016 Karel Volný <kvolny@redhat.com> 1.0.5-1
cac656d
- new version 1.0.5 (#1295137)
cac656d
- see the upstream changelog at http://qmmp.ylsoftware.com/
cac656d
58690a6
* Fri Dec 25 2015 Karel Volný <kvolny@redhat.com> 1.0.4-1
58690a6
- new version 1.0.4
58690a6
- see the upstream changelog at http://qmmp.ylsoftware.com/
58690a6
- change default output to PulseAudio instead of ALSA
58690a6
03a4bd1
* Tue Nov 24 2015 Karel Volný <kvolny@redhat.com> 1.0.2-1
03a4bd1
- new version 1.0.2
03a4bd1
- see the upstream changelog at http://qmmp.ylsoftware.com/
03a4bd1
9f84fe9
* Thu Oct 22 2015 Karel Volný <kvolny@redhat.com> 1.0.1-1
9f84fe9
- new version 1.0.1
9f84fe9
- see the upstream changelog at http://qmmp.ylsoftware.com/
9f84fe9
4115155
* Wed Oct 07 2015 Karel Volný <kvolny@redhat.com> 1.0.0-1
4115155
- new version 1.0.0
4115155
- see the upstream changelog at http://qmmp.ylsoftware.com/
4115155
- uses Qt5
4115155
7495ca3
* Tue Sep 08 2015 Karel Volný <kvolny@redhat.com> 0.9.1-1
7495ca3
- new version
7495ca3
- see the upstream changelog at http://qmmp.ylsoftware.com/
7495ca3
- adds QSUI from plugin pack
7495ca3
- removed qmmp_cue.desktop, no longer handled separately
7495ca3
- run update-desktop-database in %%post* scriptlets (bug #1242974)
7495ca3
f8ce29c
* Tue Aug 25 2015 Karel Volný <kvolny@redhat.com> 0.8.8-1
f8ce29c
- new version
f8ce29c
- see the upstream changelog at http://qmmp.ylsoftware.com/
f8ce29c
28d25ee
* Fri Jul 10 2015 Hans de Goede <hdegoede@redhat.com> 0.8.5-2
28d25ee
- Rebuilt for libsidplayfp soname bump
28d25ee
- Misc. specfile cleanups
28d25ee
d7bf77c
* Wed Jun 24 2015 Karel Volný <kvolny@redhat.com> 0.8.5-1
d7bf77c
- new version
d7bf77c
- see the upstream changelog at http://qmmp.ylsoftware.com/
d7bf77c
4a89468
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-2
4a89468
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4a89468
ceadb43
* Mon May 04 2015 Karel Volný <kvolny@redhat.com> 0.8.4-1
ceadb43
- new version
ceadb43
- see the upstream changelog at http://qmmp.ylsoftware.com/
ceadb43
3ebbd1b
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.8.3-2
3ebbd1b
- Rebuilt for GCC 5 C++11 ABI change
3ebbd1b
b71c6bb
* Tue Feb 03 2015 Karel Volný <kvolny@redhat.com> 0.8.3-1
b71c6bb
- new version
b71c6bb
- see the upstream changelog at http://qmmp.ylsoftware.com/
b71c6bb
85b164f
* Tue Nov 11 2014 Adrian Reber <adrian@lisas.de> 0.8.1-3
85b164f
- rebuild for new libcdio-0.93
85b164f
0685b77
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2
0685b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0685b77
f8b2fb3
* Thu Aug 14 2014 Karel Volný <kvolny@redhat.com> 0.8.1-1
f8b2fb3
- new version
f8b2fb3
- see the upstream changelog at http://qmmp.ylsoftware.com/
f8b2fb3
64d2d9c
* Mon Jul 14 2014 Karel Volný <kvolny@redhat.com> 0.8.0-1
64d2d9c
- new version
64d2d9c
- see the upstream changelog at http://qmmp.ylsoftware.com/
64d2d9c
- added SID support via libsidplay
64d2d9c
- cleanup of BuildRequires
64d2d9c
6165491
* Mon Jun 09 2014 Karel Volný <kvolny@redhat.com> 0.7.7-1
6165491
- new version
6165491
- see the upstream changelog at http://qmmp.ylsoftware.com/
6165491
959ed6f
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-2
959ed6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
959ed6f
9b372cb
* Fri Jan 17 2014 Karel Volný <kvolny@redhat.com> 0.7.4-1
9b372cb
- new version
9b372cb
- see the upstream changelog at http://qmmp.ylsoftware.com/
9b372cb
- should fix bug #1049267
9b372cb
416d044
* Tue Aug 27 2013 Karel Volný <kvolny@redhat.com> 0.7.2-1
416d044
- new version
416d044
- see the upstream changelog at http://qmmp.ylsoftware.com/
416d044
768fd50
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
768fd50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
768fd50
7b19699
* Thu Jun 20 2013 Karel Volný <kvolny@redhat.com> 0.7.1-1
7b19699
- new version
7b19699
- see the upstream changelog at http://qmmp.ylsoftware.com/
7b19699
689e1bb
* Thu Apr 18 2013 Karel Volný <kvolny@redhat.com> 0.7.0-1
689e1bb
- new version
689e1bb
- see the upstream changelog at http://qmmp.ylsoftware.com/
689e1bb
- project URLs changed
689e1bb
- add Opus support
689e1bb
- use UDisks2 instead of UDisks
689e1bb
ee596a2
* Tue Apr 02 2013 Karel Volný <kvolny@redhat.com> 0.6.8-1
ee596a2
- new version
ee596a2
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
ee596a2
40cb499
* Fri Feb 22 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.6-2
40cb499
- Remove --vendor from desktop-file-install for F19 https://fedorahosted.org/fesco/ticket/1077
40cb499
6238ed8
* Tue Jan 29 2013 Karel Volný <kvolny@redhat.com> 0.6.6-1
6238ed8
- new version
6238ed8
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
6238ed8
8daf91f
* Mon Jan 07 2013 Adrian Reber <adrian@lisas.de> 0.6.5-2
8daf91f
- rebuild for new libcdio-0.90
8daf91f
eff9d6a
* Tue Dec 11 2012 Karel Volný <kvolny@redhat.com> 0.6.5-1
eff9d6a
- new version
eff9d6a
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
eff9d6a
e524184
* Tue Nov 06 2012 Karel Volný <kvolny@redhat.com> 0.6.4-1
e524184
- new version
e524184
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
e524184
c40cff5
* Thu Aug 16 2012 Karel Volný <kvolny@redhat.com> 0.6.3-1
c40cff5
- new version
c40cff5
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
c40cff5
451008f
* Tue Jul 31 2012 Karel Volný <kvolny@redhat.com> 0.6.2-2
451008f
- move the unversioned libraries symlinks to -devel subpackage
451008f
712e8ae
* Mon Jul 30 2012 Karel Volný <kvolny@redhat.com> 0.6.2-1
712e8ae
- new version
712e8ae
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
712e8ae
1069d77
* Fri Jul 27 2012 Karel Volný <kvolny@redhat.com> 0.6.1-1
1069d77
- new version
1069d77
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
1069d77
deec13f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-2
deec13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
deec13f
d567399
* Tue Jul 3 2012 Karel Volný <kvolny@redhat.com> 0.6.0-1
d567399
- new version
d567399
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
d567399
- new qmmp_dir.desktop file
d567399
- provide new pkgconfig files in -devel
d567399
c405996
* Mon Jun 18 2012 Karel Volný <kvolny@redhat.com> 0.5.6-1
c405996
- new version
c405996
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
c405996
e512248
* Thu Jun 7 2012 Karel Volný <kvolny@redhat.com> 0.5.5-1
e512248
- new version
e512248
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
e512248
54f7c4b
* Thu Mar 1 2012 Karel Volný <kvolny@redhat.com> 0.5.4-1
54f7c4b
- new version
54f7c4b
- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
54f7c4b
- removed cmake include patch (accepted upstream)
54f7c4b
ec98c65
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-2
ec98c65
- Rebuilt for c++ ABI breakage
ec98c65
7d5aa68
* Mon Jan 23 2012 Karel Volný <kvolny@redhat.com> 0.5.3-1
7d5aa68
- new version
7d5aa68
- see upstream changelog at http://qmmp.ylsoftware.com/index_en.php
7d5aa68
- patch missing cmake include (qmmp-0.5.3-CheckCXXSourceCompiles.patch)
7d5aa68
8f0efa7
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-3
8f0efa7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8f0efa7
d8e9209
* Sun Nov 20 2011 Adrian Reber <adrian@lisas.de> 0.5.2-2
d8e9209
- rebuild for new libcdio
d8e9209
11e1f38
* Tue Sep 06 2011 Karel Volný <kvolny@redhat.com> 0.5.2-1
11e1f38
- new version
11e1f38
- see upstream changelog at http://qmmp.ylsoftware.com/index_en.php
11e1f38
5a0afbd
* Fri Jun 24 2011 Karel Volný <kvolny@redhat.com> 0.5.1-1
5a0afbd
- new version
5a0afbd
- lots of improvements, see http://qmmp.ylsoftware.com/index_en.php
5a0afbd
- added MIDI support via wildmidi and game music support via game-music-emu
5a0afbd
db9fa67
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-2
db9fa67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
db9fa67
3b9a3c0
* Wed Dec 15 2010 Karel Volný <kvolny@redhat.com> 0.4.3-1
3b9a3c0
- new version
3b9a3c0
- adds dvd autodetection
3b9a3c0
- lot of fixes
3b9a3c0
Karel Volný 6368b6b
* Mon Sep 13 2010 Karel Volný <kvolny@redhat.com> 0.4.2-1
Karel Volný 6368b6b
- new version
Karel Volný 6368b6b
- adds Japanese and Spanish translations
Karel Volný 6368b6b
- lot of fixes
Karel Volný 6368b6b
454f033
* Wed Jun 30 2010 Karel Volný <kvolny@redhat.com> 0.4.1-1
454f033
- new version
454f033
- adds Dutch translation
454f033
- lot of fixes
454f033
fedc53a
* Thu Jun 10 2010 Karel Volný <kvolny@redhat.com> 0.4.0-1
fedc53a
- new version
fedc53a
- core rewrites, lots of new plugins
fedc53a
- BuildRequires enca-devel, libcddb-devel
fedc53a
2b5d239
* Tue Jun  1 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.3.4-2
2b5d239
- Rebuild.
2b5d239
8ecd62c
* Mon Apr 19 2010 Karel Volný <kvolny@redhat.com> 0.3.4-1
8ecd62c
- new version
8ecd62c
- fixes desktop file (yum warning issue), some other fixes
8ecd62c
d66c792
* Fri Apr 09 2010 Karel Volný <kvolny@redhat.com> 0.3.3-1
d66c792
- new version
d66c792
- adds Hungarian translation, some fixes
d66c792
afb8d3b
* Fri Jan 22 2010 Adrian Reber <adrian@lisas.de> 0.3.2-3
afb8d3b
- rebuild for new libcdio
afb8d3b
2651d6d
* Thu Jan 21 2010 Karel Volný <kvolny@redhat.com> 0.3.2-2
2651d6d
- rebuild for new libprojectM
2651d6d
07141aa
* Wed Jan 13 2010 Karel Volný <kvolny@redhat.com> 0.3.2-1
07141aa
- new version
07141aa
- projectM 2.0 compatible (WRT bug #551855)
07141aa
7e3e59b
* Wed Nov 25 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 0.3.1-2
7e3e59b
- rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
7e3e59b
c38a195
* Wed Nov 04 2009 Karel Volný <kvolny@redhat.com> 0.3.1-1
c38a195
- new version
c38a195
63718af
* Wed Sep 02 2009 Karel Volný <kvolny@redhat.com> 0.3.0-3
63718af
- add libbs2b support, as it got added to Fedora (see bug #519138)
63718af
a1978f0
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 0.3.0-2
a1978f0
- rebuilt with new openssl
a1978f0
9f19a44
* Tue Aug 25 2009 Karel Volný <kvolny@redhat.com> - 0.3.0-1
9f19a44
- new version
9f19a44
- updated %%description to match upstream
9f19a44
- new plugins = new BuildRequires, new .desktop files
9f19a44
- AAC support disabled due to patent restrictions
9f19a44
- mplayer plugin disabled due to mplayer missing from Fedora
9f19a44
8da236e
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-5
8da236e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8da236e
af366a0
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-4
af366a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
af366a0
bcd49e2
* Thu Feb 05 2009 Karel Volny <kvolny@redhat.com> 0.2.3-3
bcd49e2
- do not own /usr/include in -devel subpackage (fixes bug #484098)
bcd49e2
22459e1
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 0.2.3-2
22459e1
- rebuild with new openssl
22459e1
1ea654e
* Fri Dec 05 2008 Karel Volny <kvolny@redhat.com> 0.2.3-1
1ea654e
- new version
1ea654e
- added %%{?_smp_mflags} to make, as parallel build was fixed
1ea654e
aa45a30
* Tue Sep 02 2008 Karel Volny <kvolny@redhat.com> 0.2.2-1
aa45a30
- new version
aa45a30
241d7ae
* Wed Jul 30 2008 Karel Volny <kvolny@redhat.com> 0.2.0-1
0accb3d
- new version
0accb3d
- updated %%description to match upstream
0accb3d
- added BuildRequires: libsndfile-devel wavpack-devel pulseaudio-libs-devel
241d7ae
- added BuildRequires: libmodplug-devel libcurl-devel openssl-devel
0accb3d
- xpm icon is not used anymore (several pngs available)
0accb3d
- created devel subpackage
0accb3d
0accb3d
* Mon May 19 2008 Karel Volny <kvolny@redhat.com> 0.1.6-2
0accb3d
- fixed %%description not to include patent-encumbered formats (bug #447141)
0accb3d
7887031
* Tue May 13 2008 Karel Volny <kvolny@redhat.com> 0.1.6-1
7887031
- new version
7887031
0dff124
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.5-2
0dff124
- Autorebuild for GCC 4.3
0dff124
e6ff7d5
* Mon Dec 10 2007 Karel Volny <kvolny@redhat.com> 0.1.5-1
e6ff7d5
- new version
e6ff7d5
- simplified setting of library destination
e6ff7d5
- removed install-permissions patch, fixed upstream
e6ff7d5
e6ff7d5
* Wed Nov 21 2007 Karel Volny <kvolny@redhat.com> 0.1.4-5
e6ff7d5
- included Hans de Goede's patch for file permissions
e6ff7d5
e6ff7d5
* Mon Nov 19 2007 Karel Volny <kvolny@redhat.com> 0.1.4-4
e6ff7d5
- additional spec improvements as suggested in comment #10 to bug #280751
e6ff7d5
e6ff7d5
* Wed Sep 12 2007 Karel Volny <kvolny@redhat.com> 0.1.4-3
e6ff7d5
- additional spec improvements as suggested in comment #4 to bug #280751
e6ff7d5
e6ff7d5
* Tue Sep 11 2007 Karel Volny <kvolny@redhat.com> 0.1.4-2
e6ff7d5
- spec cleanup as suggested in comment #2 to bug #280751
e6ff7d5
e6ff7d5
* Mon Sep 10 2007 Karel Volny <kvolny@redhat.com> 0.1.4-1
e6ff7d5
- version bump
e6ff7d5
- install vendor-supplied .desktop file
e6ff7d5
e6ff7d5
* Thu Sep 6 2007 Karel Volny <kvolny@redhat.com> 0.1.3.1-2
e6ff7d5
- patched for multilib Fedora setup
e6ff7d5
- added .desktop entry and icon
e6ff7d5
- fixed spec to meet Fedora policies and rpm requirements
e6ff7d5
- removed ffmpeg and mad plugins to meet Fedora no-mp3 policy
e6ff7d5
e6ff7d5
* Wed Aug 1 2007 Eugene Pivnev <ti DOT eugene AT gmail DOT com> 1.1.9-1
e6ff7d5
- Initial release for Fedora 7