summaryrefslogtreecommitdiffstats
path: root/xbmc.spec
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2012-12-13 11:42:59 -0700
committerKen Dreyer <ktdreyer@ktdreyer.com>2012-12-13 11:42:59 -0700
commit743b9346f7a0b07c0bacc3864915fa7ce6ce3113 (patch)
tree98ddbad71563bb05ebc984ebc9bf02bfcf2a6040 /xbmc.spec
parentf3a783153ecab8794bbc7ac134edc10630c2f188 (diff)
downloadxbmc-rpm-743b9346f7a0b07c0bacc3864915fa7ce6ce3113.tar.gz
xbmc-rpm-743b9346f7a0b07c0bacc3864915fa7ce6ce3113.tar.xz
xbmc-rpm-743b9346f7a0b07c0bacc3864915fa7ce6ce3113.zip
enable VAAPI, libcap, and pvraddons-with-dependencies
- Enable VAAPI: add BR: libva-devel (#2613) - Add libcap BR (allows binding on privileged ports) - Add patch to build pvraddons-with-dependencies
Diffstat (limited to 'xbmc.spec')
-rw-r--r--xbmc.spec20
1 files changed, 17 insertions, 3 deletions
diff --git a/xbmc.spec b/xbmc.spec
index f6e1756..5f4db4c 100644
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -5,7 +5,7 @@
Name: xbmc
Version: 12.0
-Release: 0.3.%{PRERELEASE}%{?dist}
+Release: 0.4.%{PRERELEASE}%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -23,6 +23,12 @@ Source1: xbmc-generate-tarball-xz.sh
Source2: xbmc-pvr-addons-1e666ced21-patched.tar.xz
Source3: xbmc-pvr-addons-generate-tarball-xz.sh
+# https://github.com/xbmc/xbmc/pull/1725.patch
+# We need this as long as we build addons together with the main XBMC
+# software. (This will probably never get merged upstream; see pull
+# request for details.)
+Patch1: xbmc-12.0-pvraddons-with-dependencies.patch
+
# filed ticket, but patch still needs work
# http://trac.xbmc.org/ticket/9658
Patch2: xbmc-12.0-dvdread.patch
@@ -170,12 +176,12 @@ BuildRequires: lame-devel
%if 0%{?_with_libssh}
BuildRequires: libssh-devel
%endif
+BuildRequires: libcap-devel
# nfs-utils-lib-devel package currently broken
#BuildRequires: nfs-utils-lib-devel
BuildRequires: afpfs-ng-devel
-# VAAPI currently not working, comment-out
-#BuildRequires: libva-freeworld-devel
+BuildRequires: libva-devel
# need explicit requires for these packages
# as they are dynamically loaded via XBMC's arcane
@@ -226,6 +232,7 @@ forecast functions, together third-party plugins.
%setup -q -a 2 -n %{name}-%{DIRVERSION}
+%patch1 -p1
%patch2 -p0
#patch3 -p0
%patch4 -p1
@@ -258,6 +265,7 @@ chmod +x bootstrap
--enable-goom \
--enable-external-libraries \
--enable-pulse \
+--enable-pvraddons-with-dependencies \
%if 0%{?_with_libssh} == 0
--disable-ssh \
%endif
@@ -334,6 +342,12 @@ fi
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Thu Dec 13 2012 Ken Dreyer <ktdreyer@ktdreyer.com> - 12.0-0.4.Frodo_rc1
+- Disable crystalhd on non-x86 (by kwizart)
+- Enable VAAPI: add BR: libva-devel (#2613)
+- Add libcap BR (allows binding on privileged ports)
+- Add patch to build pvraddons-with-dependencies
+
* Wed Dec 12 2012 Ken Dreyer <ktdreyer@ktdreyer.com> - 12.0-0.3.Frodo_rc1
- Update to Frodo RC 1