diff --git a/.gitignore b/.gitignore index 625c9c7..56ea8c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -qmmp-0.3.1.tar.bz2 +qmmp-0.4.1.tar.bz2 +/qmmp-0.4.2.tar.bz2 +/qmmp-0.4.3.tar.bz2 diff --git a/qmmp.spec b/qmmp.spec index 5d1282c..6c6ab29 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -1,6 +1,6 @@ Name: qmmp -Version: 0.3.1 -Release: 2%{?dist} +Version: 0.4.3 +Release: 1%{?dist} Summary: Qt-based multimedia player Group: Applications/Multimedia @@ -10,14 +10,14 @@ Source: http://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2 Source2: qmmp-filter-provides.sh %define _use_internal_dependency_generator 0 %define __find_provides %{SOURCE2} -# Patch to support libprojectM-2.0 WRT bug #551855 -Patch: qmmp-0.3.1-projectM20.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: cmake flac-devel >= 1.1.3 +BuildRequires: enca-devel BuildRequires: jack-audio-connection-kit-devel >= 0.102.5 BuildRequires: libbs2b-devel +BuildRequires: libcddb-devel BuildRequires: libcdio-devel BuildRequires: libmpcdec-devel >= 1.2.2 libvorbis-devel libogg-devel BuildRequires: libprojectM-devel @@ -69,14 +69,14 @@ QMMP is Qt-based audio player. This package contains its header files. %prep %setup -q -# Patch to support libprojectM-2.0 WRT bug #551855 -%patch -p1 + %build %cmake \ -D USE_AAC:BOOL=FALSE \ -D USE_FFMPEG:BOOL=FALSE \ -D USE_MAD:BOOL=FALSE \ + -D USE_MMS:BOOL=FALSE \ -D USE_MPLAYER:BOOL=FALSE \ -D CMAKE_INSTALL_PREFIX=%{_prefix} \ -D LIB_DIR=%{_lib} \ @@ -107,6 +107,7 @@ rm -rf %{buildroot} %{_datadir}/applications/%{name}_cue.desktop %{_datadir}/applications/%{name}_enqueue.desktop %{_datadir}/icons/hicolor/ +%{_datadir}/%{name}/ %files devel %{_includedir}/* @@ -127,11 +128,10 @@ fi %changelog -* Tue Jan 05 2010 Karel Volný 0.3.1-2 -- patch to support libprojectM-2.0 WRT bug #551855 - -* Wed Nov 04 2009 Karel Volný 0.3.1-1 +* Wed Dec 15 2010 Karel Volný 0.4.3-1 - new version +- code rewrites, adds lots of features and fixes +- BuildRequires enca-devel, libcddb-devel * Wed Sep 02 2009 Karel Volný 0.3.0-3 - add libbs2b support, as it got added to Fedora (see bug #519138) diff --git a/sources b/sources index 5d45d1d..6878cad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a8b3c6eedafa02f9551ef1658590f28 qmmp-0.3.1.tar.bz2 +b79ce55ed8aca31a29360ff828ce1881 qmmp-0.4.3.tar.bz2