rpms/kdemultimedia/FC-5 kdemultimedia.spec,1.59,1.60

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jun 26 12:08:49 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdemultimedia/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv31565

Modified Files:
	kdemultimedia.spec 
Log Message:
fix #196231, Unknown protocol audiocd when kaudiocreator started




Index: kdemultimedia.spec
===================================================================
RCS file: /cvs/dist/rpms/kdemultimedia/FC-5/kdemultimedia.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- kdemultimedia.spec	9 Jun 2006 16:32:04 -0000	1.59
+++ kdemultimedia.spec	26 Jun 2006 12:08:47 -0000	1.60
@@ -7,12 +7,10 @@
 
 %define my_vendor kde
 
-%define qt_version 3.3.5
+%define qt_version 3.3.6
 
 %define libtool 1
-%define alsa 1
 %define juk 0
-%define cdparanoia 1
 %define arts 1
 
 %define redhatify 1
@@ -25,10 +23,8 @@
 %define patch_name -patched
 %endif
 
-%define disable_gcc_check_and_hidden_visibility 1
-
 Version: 3.5.3
-Release: 0.1.fc5
+Release: 0.2.fc5
 Epoch: 6
 Name: kdemultimedia
 Prefix: /usr
@@ -59,18 +55,16 @@
 BuildRequires: libmng-devel
 BuildRequires: /usr/bin/desktop-file-install
 BuildRequires: libtheora-devel
+BuildRequires: flac-devel
 %if %{make_cvs}
 BuildRequires: autoconf automake libtool
 %endif
 %if %{build_mpeglib}
 BuildRequires: libXxf86dga-devel
 %endif
-%if %{alsa}
 BuildRequires: alsa-lib-devel >= 1.0.2
-%endif
-%if %{cdparanoia}
+BuildRequires: cdparanoia
 BuildRequires: cdparanoia-devel
-%endif
 %if %{juk}
 BuildRequires: taglib => 1.0
 BuildRequires: libmusicbrainz >= 2.1
@@ -141,19 +135,13 @@
    --with-motif-includes=none \
    --with-motif-libraries=none \
    --with-extra-includes=/usr/include/cdda \
-%if %{disable_gcc_check_and_hidden_visibility}
    --disable-gcc-hidden-visibility \
-%endif
-%if %{cdparanoia} == 0
-   --disable-cdparanoia \
-%endif
+   --with-cdparanoia \
 %if %{arts} == 0
    --without-arts \
 %endif
-%if %{alsa}
    --with-alsa \
    --with-arts-alsa \
-%endif
    --disable-rpath \
    --includedir=%{_includedir}/kde \
    --with-xinerama \
@@ -242,6 +230,9 @@
 %{_includedir}/kde/*
 
 %changelog
+* Mon Jun 26 2006 Than Ngo <than at redhat.com> 6:3.5.3-0.2.fc5
+- fix #196231, Unknown protocol audiocd when kaudiocreator started
+
 * Fri Jun 09 2006 Than Ngo <than at redhat.com> 6:3.5.3-0.1.fc5
 - update to 3.5.3
 




More information about the fedora-cvs-commits mailing list