summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xbmc-13.0-dvdread.patch5
-rw-r--r--xbmc.spec5
2 files changed, 6 insertions, 4 deletions
diff --git a/xbmc-13.0-dvdread.patch b/xbmc-13.0-dvdread.patch
index 27097ac..d694a95 100644
--- a/xbmc-13.0-dvdread.patch
+++ b/xbmc-13.0-dvdread.patch
@@ -38,7 +38,7 @@ diff --git a/configure.in b/configure.in
index beb8aac..343292e 100644
--- a/configure.in
+++ b/configure.in
-@@ -2861,28 +2861,9 @@ XB_CONFIG_MODULE([lib/libdvd/libdvdcss], [
+@@ -2860,27 +2860,9 @@
--with-pic
], [$SKIP_CONFIG_DVDCSS])
@@ -63,10 +63,9 @@ index beb8aac..343292e 100644
./configure2 \
--extra-cflags="$CFLAGS $DVDREAD_CFLAGS -I`pwd`/../includes $DROID_DVDLIB_SEEK64" \
- --extra-ldflags="-L`pwd`/../libdvdread/obj" \
-- --with-dvdread-config="`pwd`/../dvdread-config" \
+ --with-dvdread-config="`pwd`/../dvdread-config" \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
--host=$host_alias \
- --build=$build_alias \
diff --git a/lib/libdvd/Makefile.in b/lib/libdvd/Makefile.in
index 69d2286..1f5eebb 100644
--- a/lib/libdvd/Makefile.in
diff --git a/xbmc.spec b/xbmc.spec
index 468d50c..3f10a64 100644
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -6,7 +6,7 @@
Name: xbmc
Version: 13.0
-Release: 0.11.Gotham_beta3%{?dist}
+Release: 0.12.Gotham_beta3%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
@@ -380,6 +380,9 @@ fi
%changelog
+* Tue Apr 15 2014 Michael Cronenworth <mike@cchtml.com> - 13.0-0.12.Gotham_beta3
+- Update dvdread patch for new dvdread release
+
* Tue Apr 15 2014 Michael Cronenworth <mike@cchtml.com> - 13.0-0.11.Gotham_beta3
- Enable GLES on ARM, disable VDPAU/VAAPI on ARM