rpms/xbmc/devel 0001-Revert-drop-support-for-external-ffmpeg.patch, 1.1, 1.2 xbmc.spec, 1.83, 1.84

Michael Cronenworth mooninite at rpmfusion.org
Wed Aug 6 07:38:11 CEST 2014


Author: mooninite

Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3820

Modified Files:
	0001-Revert-drop-support-for-external-ffmpeg.patch xbmc.spec 
Log Message:
* Wed Aug 06 2014 Michael Cronenworth <mike at cchtml.com> - 13.2-0.3.beta3
- Update external ffmpeg patch


0001-Revert-drop-support-for-external-ffmpeg.patch:
 configure.in |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Index: 0001-Revert-drop-support-for-external-ffmpeg.patch
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/0001-Revert-drop-support-for-external-ffmpeg.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0001-Revert-drop-support-for-external-ffmpeg.patch	18 Mar 2014 21:06:35 -0000	1.1
+++ 0001-Revert-drop-support-for-external-ffmpeg.patch	6 Aug 2014 05:38:10 -0000	1.2
@@ -15,7 +15,7 @@
 index f9f5693..c389b76 100644
 --- a/configure.in
 +++ b/configure.in
-@@ -191,6 +191,9 @@ libcec_disabled="== libcec disabled. CEC adapter support will not be available.
+@@ -191,6 +191,9 @@
  # External library message strings
  external_libraries_enabled="== Use of all supported external libraries enabled. =="
  external_libraries_disabled="== Use of all supported external libraries disabled. =="
@@ -25,7 +25,7 @@
  dashes="------------------------"
  final_message="\n  XBMC Configuration:"
  final_message="\n$dashes$final_message\n$dashes"
-@@ -569,6 +572,12 @@ AC_ARG_ENABLE([external-libraries],
+@@ -569,6 +572,12 @@
    [use_external_libraries=$enableval],
    [use_external_libraries=no])
  
@@ -38,9 +38,9 @@
  AC_ARG_ENABLE([libav-compat],
    [AS_HELP_STRING([--enable-libav-compat],
    [build a wrapper around libav to provide the functions needed by XBMC. This is
-@@ -600,9 +609,6 @@ PKG_PROG_PKG_CONFIG
- MAKE="${MAKE:-make}"
- OBJDUMP="${OBJDUMP:-objdump}"
+@@ -602,9 +611,6 @@
+ READELF="${READELF:-readelf}"
+ NM="${NM:-nm}"
  
 -use_external_ffmpeg=no
 -use_static_ffmpeg=no


Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- xbmc.spec	6 Aug 2014 02:03:44 -0000	1.83
+++ xbmc.spec	6 Aug 2014 05:38:10 -0000	1.84
@@ -7,7 +7,7 @@
 
 Name: xbmc
 Version: 13.2
-Release: 0.2.beta3%{?dist}
+Release: 0.3.beta3%{?dist}
 Summary: Media center
 
 License: GPLv2+ and GPLv3+
@@ -390,6 +390,9 @@
 
 
 %changelog
+* Wed Aug 06 2014 Michael Cronenworth <mike at cchtml.com> - 13.2-0.3.beta3
+- Update external ffmpeg patch
+
 * Tue Aug 05 2014 Michael Cronenworth <mike at cchtml.com> - 13.2-0.2.beta3
 - Update to 13.2 beta 3
 - Drop upstream patches


More information about the rpmfusion-commits mailing list