SPECS (DEVEL): amarok.spec - added MAS support be default - added ...

paszczus paszczus at pld-linux.org
Wed Aug 10 13:07:23 CEST 2005


Author: paszczus                     Date: Wed Aug 10 11:07:23 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- added MAS support be default
- added helixplayer and nnm bcond off by default (not build)

---- Files affected:
SPECS:
   amarok.spec (1.35.2.34 -> 1.35.2.35) 

---- Diffs:

================================================================
Index: SPECS/amarok.spec
diff -u SPECS/amarok.spec:1.35.2.34 SPECS/amarok.spec:1.35.2.35
--- SPECS/amarok.spec:1.35.2.34	Wed Aug 10 12:10:03 2005
+++ SPECS/amarok.spec	Wed Aug 10 13:07:17 2005
@@ -9,9 +9,12 @@
 # Conditional builds:
 %bcond_without	arts		# disable arts engine
 %bcond_without	gstreamer	# disable gstreamer
+%bcond_without  mas		# disable MAS audio backend
 %bcond_without	xine		# disable xine engine
 %bcond_without	xmms 		# disable xmms wrapping
 %bcond_without	zeroconf	# disable suport for zeroconf
+%bcond_with     helixplayer     # enable HelixPlayer engine
+%bcond_with     nmm             # enable NMM audio backend
 %bcond_with	mysql		# enable mysql support
 %bcond_with	akode		# enable aKode engine (too buggy/incomplete)
 #
@@ -146,9 +149,11 @@
 %configure \
 	--disable-rpath \
 	%{!?with_arts:--without-arts} \
+	%{!?with_mas:--with-mas} \
 	%{!?with_xine:--without-xine} \
 	%{!?with_gstreamer:--without-gstreamer} \
 	%{!?with_akode:--without-akode} \
+	%{?with_helix:--with-helix} \
 	%{?with_mysql:--with-mysql} \
 	--disable-final \
 	--with-qt-libraries=%{_libdir} \
@@ -252,6 +257,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35.2.35  2005/08/10 11:07:17  paszczus
+- added MAS support be default
+- added helixplayer and nnm bcond off by default (not build)
+
 Revision 1.35.2.34  2005/08/10 10:10:03  paszczus
 - little cleanup
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/amarok.spec?r1=1.35.2.34&r2=1.35.2.35&f=u




More information about the pld-cvs-commit mailing list