packages: clementine/clementine.spec - initial up to 0.3

arvenil arvenil at pld-linux.org
Sun May 16 20:42:42 CEST 2010


Author: arvenil                      Date: Sun May 16 18:42:42 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial up to 0.3

---- Files affected:
packages/clementine:
   clementine.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/clementine/clementine.spec
diff -u packages/clementine/clementine.spec:1.5 packages/clementine/clementine.spec:1.6
--- packages/clementine/clementine.spec:1.5	Sun May 16 02:34:50 2010
+++ packages/clementine/clementine.spec	Sun May 16 20:42:36 2010
@@ -1,13 +1,23 @@
 # $Revision$, $Date$
+# TODO:
+# - update patch0
+# - add missing BRs
+#
+# Conditional build:
+%bcond_without	engine_xine		# without xine engine
+%bcond_without	engine_vlc		# without vlc engine
+%bcond_without	engine_qt-phonon	# without qt-phonon engine
+%bcond_without	engine_gstreamer	# without gstreamer engine
+#
 Summary:	A music player and library organiser
 Name:		clementine
-Version:	0.2
-Release:	0.3
+Version:	0.3
+Release:	0.1
 License:	GPL v3 and GPL v2+
 Group:		Applications/Multimedia
 URL:		http://code.google.com/p/clementine-player
-Source0:	http://clementine-player.googlecode.com/files/%{name}_%{version}-1.tar.gz
-# Source0-md5:	bf89adb26808fec6201499375de95507
+Source0:	http://clementine-player.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	3aff98e41d9bf96717ecf97c780ef086
 Patch0:		%{name}-dont-bundle-external-lib.patch
 Patch1:		%{name}-static.patch
 Patch2:		desktop-install.patch
@@ -46,12 +56,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 
 # We already don't use these but just to make sure
-rm -fr 3rdparty
+#rm -fr 3rdparty
 
 # Don't build tests. They require gmock
 sed -i -e '/tests/d' CMakeLists.txt
@@ -61,6 +71,10 @@
 cd build
 %cmake \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-DENGINE_GSTREAMER_ENABLED=%{?with_engine_gstreamer:ON}%{!?with_engine_gstreamer:OFF} \
+	-DENGINE_LIBVLC_ENABLED=%{?with_engine_vlc:ON}%{!?with_engine_vlc:OFF} \
+	-DENGINE_LIBXINE_ENABLED=%{?with_engine_xine:ON}%{!?with_engine_xine:OFF} \
+	-DENGINE_QT_PHONON_ENABLED=%{?with_engine_qt-phonon:ON}%{!?with_engine_qt-phonon:OFF} \
 	..
 %{__make}
 
@@ -91,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2010/05/16 18:42:36  arvenil
+- initial up to 0.3
+
 Revision 1.5  2010/05/16 00:34:50  sparky
 - BR: QtCore-devel, QtDBus-devel, QtGui-devel, QtNetwork-devel, QtOpenGL-devel,
   QtSql-devel, QtTest-devel, qt4-linguist, qt4-qmake, sqlite3-devel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/clementine/clementine.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list