rpms/xbmc/F-18 xbmc-12.2-dvdread.patch,1.1,1.2 xbmc.spec,1.59,1.60

Ken Dreyer ktdreyer at rpmfusion.org
Thu Jun 6 00:01:27 CEST 2013


Author: ktdreyer

Update of /cvs/free/rpms/xbmc/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8180

Modified Files:
	xbmc-12.2-dvdread.patch xbmc.spec 
Log Message:
* Tue Jun 04 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 12.2-3
- force building with libcec (#2798)
- add $DVDREAD_CFLAGS in dvdread patch (#2820)


xbmc-12.2-dvdread.patch:
 bootstrap.mk           |    5 -----
 configure.in           |   21 +--------------------
 lib/libdvd/Makefile.in |   20 +++++++-------------
 3 files changed, 8 insertions(+), 38 deletions(-)

Index: xbmc-12.2-dvdread.patch
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-18/xbmc-12.2-dvdread.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbmc-12.2-dvdread.patch	17 May 2013 15:08:34 -0000	1.1
+++ xbmc-12.2-dvdread.patch	5 Jun 2013 22:01:26 -0000	1.2
@@ -59,7 +59,7 @@
 -    --extra-cflags="$CFLAGS $DVDREAD_CFLAGS -I`pwd`/../includes" \
 -    --extra-ldflags="-L`pwd`/../libdvdread/obj" \
 -    --with-dvdread-config="`pwd`/../libdvdread/obj/dvdread-config" \
-+    --extra-cflags="$CFLAGS -fPIC -DPIC" \
++    --extra-cflags="$CFLAGS $DVDREAD_CFLAGS -fPIC -DPIC" \
      --prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
      --host=$host_alias \
      --build=$build_alias \


Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-18/xbmc.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- xbmc.spec	17 May 2013 15:08:34 -0000	1.59
+++ xbmc.spec	5 Jun 2013 22:01:27 -0000	1.60
@@ -5,7 +5,7 @@
 
 Name: xbmc
 Version: 12.2
-Release: 1%{?dist}
+Release: 3%{?dist}
 URL: http://www.xbmc.org/
 
 Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -251,6 +251,9 @@
 --enable-external-libraries \
 --enable-pulse \
 --enable-pvraddons-with-dependencies \
+%if 0%{?_with_libcec}
+--enable-libcec \
+%endif
 %if 0%{?_with_libssh} == 0
 --disable-ssh \
 %endif
@@ -327,6 +330,13 @@
 #%%{_includedir}/xbmc/xbmcclient.h
 
 %changelog
+* Tue Jun 04 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 12.2-3
+- force building with libcec (#2798)
+- add $DVDREAD_CFLAGS in dvdread patch (#2820)
+
+* Sun May 26 2013 Nicolas Chauvet <kwizart at gmail.com> - 12.2-2
+- Rebuilt for x264/FFmpeg
+
 * Mon May 06 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 12.2-1
 - Update to Frodo 12.2
 - Rebase hdhomerun and dvdread patches onto 12.2


More information about the rpmfusion-commits mailing list