rpms/xbmc/devel xbmc.spec,1.14,1.15

Alex Lancaster alexlan at rpmfusion.org
Mon Sep 20 19:50:28 CEST 2010


Author: alexlan

Update of /cvs/free/rpms/xbmc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25334

Modified Files:
	xbmc.spec 
Log Message:
Enable librtmp support on in F-14 and later (until librtmp is build on F-13)



Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xbmc.spec	16 Sep 2010 07:11:17 -0000	1.14
+++ xbmc.spec	20 Sep 2010 17:50:27 -0000	1.15
@@ -6,7 +6,7 @@
 
 Name: xbmc
 Version: 10.0
-Release: 0.16.%{PRERELEASE}%{?dist}
+Release: 0.17.%{PRERELEASE}%{?dist}
 URL: http://www.xbmc.org/
 
 Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -129,7 +129,9 @@
 BuildRequires: gettext
 %endif
 BuildRequires: zip
+%if 0%{?fedora} >= 14
 BuildRequires: librtmp-devel
+%endif
 BuildRequires: libva-freeworld-devel
 
 # need explicit requires for libcrystalhd functionality
@@ -215,6 +217,9 @@
 %{_datadir}/icons/hicolor/*/*/*.png
 
 %changelog
+* Sat Sep 18 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.0-0.17.Dharma_beta2
+- Enable librtmp support on in F-14 and later (until librtmp is build on F-13)
+
 * Thu Sep 16 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.0-0.16.Dharma_beta2
 - Enable VAAPI: add BR: libva-freeworld-devel
 



More information about the rpmfusion-commits mailing list