]> git.pld-linux.org Git - packages/cdrdao.git/commitdiff
- add without mp3
authorareq <areq@pld-linux.org>
Sat, 17 Sep 2005 22:18:06 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdrdao.spec -> 1.59

cdrdao.spec

index 67ae5fa674e87a422affa4faff33e398b991c19c..d172d06de481089a5814c1b2d65fd3ec702bc9a0 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_with    gnome   # without gcdmaster
+%bcond_without mp3     # without mp3 and ogg
 #
 Summary:       Tools for burning CDRs in Disk At Once mode
 Summary(pl):   Narzêdzia do wypalania p³yt w trybie Disk At Once
@@ -95,6 +96,10 @@ PKG_CONFIG=%{_bindir}/pkg-config \
        %else
        --without-xdao \
        %endif
+       %if %{without mp3}
+       --without-ogg-support \
+       --without-mp3-support \
+       %endif 
        --with-scglib-lib=/usr/lib 
 
 %{__make}
This page took 0.139128 seconds and 4 git commands to generate.