rpms/qmmp/devel .cvsignore, 1.6, 1.7 qmmp.spec, 1.13, 1.14 sources, 1.6, 1.7

Karel Volný kvolny at fedoraproject.org
Tue Aug 25 13:28:12 UTC 2009


Author: kvolny

Update of /cvs/pkgs/rpms/qmmp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10704

Modified Files:
	.cvsignore qmmp.spec sources 
Log Message:
new version 0.3.0




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qmmp/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	5 Dec 2008 13:31:17 -0000	1.6
+++ .cvsignore	25 Aug 2009 13:28:10 -0000	1.7
@@ -1 +1 @@
-qmmp-0.2.3.tar.bz2
+qmmp-0.3.0.tar.bz2


Index: qmmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qmmp/devel/qmmp.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- qmmp.spec	21 Aug 2009 15:38:32 -0000	1.13
+++ qmmp.spec	25 Aug 2009 13:28:10 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		qmmp
-Version:	0.2.3
-Release:	6%{?dist}
+Version:	0.3.0
+Release:	1%{?dist}
 Summary:	Qt-based multimedia player
 
 Group:		Applications/Multimedia
@@ -15,7 +15,11 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 
 BuildRequires:	cmake flac-devel >= 1.1.3
 BuildRequires:	jack-audio-connection-kit-devel >= 0.102.5
+# libbs2b is not available yet, submitted for review (bug #519138)
+#BuildRequires:	libbs2b-devel
+BuildRequires:	libcdio-devel
 BuildRequires:	libmpcdec-devel >= 1.2.2 libvorbis-devel libogg-devel
+BuildRequires:	libprojectM-devel
 BuildRequires:	libsamplerate-devel alsa-lib-devel taglib-devel
 BuildRequires:	qt-devel >= 4.2 desktop-file-utils
 BuildRequires:	libsndfile-devel wavpack-devel pulseaudio-libs-devel
@@ -41,15 +45,23 @@ Main opportunities:
 	* WavePack support
 	* ModPlug support
 	* PCM WAVE support
-	* AlSA sound output
+	* CD Audio support
+	* CUE sheet support
+	* ALSA sound output
 	* JACK sound output
 	* OSS sound output
 	* PulseAudio output
-	* Last.fm scrobbler
+	* Last.fm/Libre.fm scrobbler
 	* D-Bus support
 	* Spectrum Analyzer
-	* sample rate conversion 
+	* projectM visualization
+	* sample rate conversion
+	* bs2b dsp effect
 	* streaming support
+	* removable device detection
+	* MPRIS support
+	* global hotkey support
+	* lyrics support
 
 %description devel
 QMMP is Qt-based audio player. This package contains its header files.
@@ -59,8 +71,10 @@ QMMP is Qt-based audio player. This pack
 
 %build
 %cmake \
+	-D USE_AAC:BOOL=FALSE \
 	-D USE_FFMPEG:BOOL=FALSE \
 	-D USE_MAD:BOOL=FALSE \
+	-D USE_MPLAYER:BOOL=FALSE \
 	-D CMAKE_INSTALL_PREFIX=%{_prefix} \
 	-D LIB_DIR=%{_lib} \
 	./
@@ -73,6 +87,9 @@ make DESTDIR=%{buildroot} install
 desktop-file-install --delete-original --vendor fedora --dir \
 	%{buildroot}%{_datadir}/applications \
 	%{buildroot}/%{_datadir}/applications/qmmp.desktop
+# new files since 0.3.0, using Vendor is deprecated, so just validate
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}_cue.desktop
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}_enqueue.desktop
 
 %clean
 rm -rf %{buildroot}
@@ -84,6 +101,8 @@ rm -rf %{buildroot}
 %{_libdir}/qmmp
 %{_libdir}/libqmmp*
 %{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}_cue.desktop
+%{_datadir}/applications/%{name}_enqueue.desktop
 %{_datadir}/icons/hicolor/
 
 %files devel
@@ -105,6 +124,13 @@ fi
 
 
 %changelog
+* Tue Aug 25 2009 Karel Volný <kvolny at redhat.com> - 0.3.0-1
+- new version
+- updated %%description to match upstream
+- new plugins = new BuildRequires, new .desktop files
+- AAC support disabled due to patent restrictions
+- mplayer plugin disabled due to mplayer missing from Fedora
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.2.3-6
 - rebuilt with new openssl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qmmp/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	5 Dec 2008 13:31:18 -0000	1.6
+++ sources	25 Aug 2009 13:28:11 -0000	1.7
@@ -1 +1 @@
-22c313a04f7d8def529009e437020155  qmmp-0.2.3.tar.bz2
+ba85e2e288a0e6461f95c1928e8946a4  qmmp-0.3.0.tar.bz2




More information about the fedora-extras-commits mailing list