Author: ktdreyer
Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7689
Modified Files:
xbmc-12.2-dvdread.patch xbmc.spec
Log Message:
* Tue Jun 04 2013 Ken Dreyer <ktdreyer(a)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/devel/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 7 May 2013 02:05:24 -0000 1.1
+++ xbmc-12.2-dvdread.patch 5 Jun 2013 21:58:10 -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/devel/xbmc.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- xbmc.spec 26 May 2013 21:54:47 -0000 1.62
+++ xbmc.spec 5 Jun 2013 21:58:10 -0000 1.63
@@ -5,7 +5,7 @@
Name: xbmc
Version: 12.2
-Release: 2%{?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,10 @@
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Tue Jun 04 2013 Ken Dreyer <ktdreyer(a)ktdreyer.com> - 12.2-3
+- force building with libcec (#2798)
+- add $DVDREAD_CFLAGS in dvdread patch (#2820)
+
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 12.2-2
- Rebuilt for x264/FFmpeg