]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- added MAS support be default
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Wed, 10 Aug 2005 11:07:17 +0000 (11:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added helixplayer and nnm bcond off by default (not build)

Changed files:
    amarok.spec -> 1.35.2.35

amarok.spec

index 242386d10740db16e824e11e22dc818d9964ce33..c90688c1a56ac416ae9f11de6d8512df4b903b6b 100644 (file)
@@ -8,9 +8,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)
 #
@@ -145,9 +148,11 @@ cp -f /usr/share/automake/config.sub admin
 %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} \
This page took 1.022226 seconds and 4 git commands to generate.