rpms/qmmp/devel .cvsignore, 1.11, 1.12 qmmp.spec, 1.24, 1.25 sources, 1.11, 1.12

Karel Volný kvolny at fedoraproject.org
Thu Jun 10 15:27:20 UTC 2010


Author: kvolny

Update of /cvs/pkgs/rpms/qmmp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30186

Modified Files:
	.cvsignore qmmp.spec sources 
Log Message:
* Thu Jun 10 2010 Karel Volný <kvolny at redhat.com> 0.4.0-1
- new version
- core rewrites, lots of new plugins
- BuildRequires enca-devel, libcddb-devel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qmmp/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	19 Apr 2010 11:49:44 -0000	1.11
+++ .cvsignore	10 Jun 2010 15:27:19 -0000	1.12
@@ -1 +1 @@
-qmmp-0.3.4.tar.bz2
+qmmp-0.4.0.tar.bz2


Index: qmmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qmmp/devel/qmmp.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- qmmp.spec	1 Jun 2010 05:57:32 -0000	1.24
+++ qmmp.spec	10 Jun 2010 15:27:19 -0000	1.25
@@ -1,6 +1,6 @@
 Name:		qmmp
-Version:	0.3.4
-Release:	2%{?dist}
+Version:	0.4.0
+Release:	1%{?dist}
 Summary:	Qt-based multimedia player
 
 Group:		Applications/Multimedia
@@ -14,8 +14,10 @@ Source2:	qmmp-filter-provides.sh
 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
@@ -68,11 +70,13 @@ QMMP is Qt-based audio player. This pack
 %prep
 %setup -q
 
+
 %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} \
@@ -103,6 +107,7 @@ rm -rf %{buildroot}
 %{_datadir}/applications/%{name}_cue.desktop
 %{_datadir}/applications/%{name}_enqueue.desktop
 %{_datadir}/icons/hicolor/
+%{_datadir}/%{name}/
 
 %files devel
 %{_includedir}/*
@@ -123,6 +128,11 @@ fi
 
 
 %changelog
+* Thu Jun 10 2010 Karel Volný <kvolny at redhat.com> 0.4.0-1
+- new version
+- core rewrites, lots of new plugins
+- BuildRequires enca-devel, libcddb-devel
+
 * Tue Jun  1 2010 Ville Skyttä <ville.skytta at iki.fi> - 0.3.4-2
 - Rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qmmp/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	19 Apr 2010 11:49:45 -0000	1.11
+++ sources	10 Jun 2010 15:27:19 -0000	1.12
@@ -1 +1 @@
-000eed2eb5fbbcc1937f490dddf3609c  qmmp-0.3.4.tar.bz2
+8f6fa78e42e91379d6a2309b4c056f80  qmmp-0.4.0.tar.bz2



More information about the scm-commits mailing list