rpms/k3b-extras-freeworld/devel k3b-extras-freeworld.spec,1.4,1.5

Rex Dieter rdieter at rpmfusion.org
Wed Sep 17 18:51:33 CEST 2008


Author: rdieter

Update of /cvs/free/rpms/k3b-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30625

Modified Files:
	k3b-extras-freeworld.spec 
Log Message:
fix libdvdread-related build issue



Index: k3b-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/k3b-extras-freeworld/devel/k3b-extras-freeworld.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- k3b-extras-freeworld.spec	17 Sep 2008 16:15:27 -0000	1.4
+++ k3b-extras-freeworld.spec	17 Sep 2008 16:51:33 -0000	1.5
@@ -8,7 +8,7 @@
 
 Name:           k3b-extras-freeworld
 Version:        1.0.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Additional codec plugins for the k3b CD/DVD burning application
 
 Group:          Applications/Multimedia
@@ -23,6 +23,7 @@
 
 BuildRequires:  %{kdelibs3}-devel
 BuildRequires:  lame-devel
+BuildRequires:  libdvdread-devel
 BuildRequires:  libmad-devel
 %{?ffmpeg:BuildRequires:  %{ffmpeg}-devel automake}
 BuildRequires:  libmusicbrainz-devel
@@ -47,6 +48,12 @@
 %prep
 %setup -q -n k3b-%{version}
 
+# FIXME? -- Rex
+%if 0%{?fedora} > 9
+sed -i.libdvdread -e 's|dvdread/|libdvdread/|' \
+  libk3b/videodvd/configure.in.in libk3b/videodvd/k3bvideodvd.cpp configure
+%endif
+
 %if 0%{?ffmpeg:1}
 %patch1 -p1 -b .ffmpeg
 make -f admin/Makefile.common
@@ -62,6 +69,7 @@
   --enable-new-ldflags \
   --disable-debug --disable-warnings \
   --disable-dependency-tracking --enable-final \
+  --with-libdvdread \
   --with-external-libsamplerate=no \
   --without-oggvorbis \
   --without-flac \



More information about the rpmfusion-commits mailing list