[kodi] Update to 18.0 RC3
by Michael Cronenworth
commit 42b97dcbee43ca6f1ae4092bc30cec2420a88675
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sun Dec 16 16:03:54 2018 -0600
Update to 18.0 RC3
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 4ab8c7d..d950307 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=18
-MINORVERSION=0rc2
+MINORVERSION=0rc3
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Leia
diff --git a/kodi.spec b/kodi.spec
index 3095a68..66f3bee 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE rc2
+%global PRERELEASE rc3
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -30,7 +30,7 @@
Name: kodi
Version: 18.0
-Release: 0.20.rc2%{?dist}
+Release: 0.21.rc3%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -481,6 +481,9 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
%changelog
+* Sun Dec 16 2018 Michael Cronenworth <mike(a)cchtml.com> - 18.0-0.21.rc3
+- Kodi 18.0 RC3
+
* Thu Dec 06 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 18.0-0.20.rc2
- Rebuilt for fmt
diff --git a/sources b/sources
index 001d38a..63a85a2 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-31fb204c2baace4f54d2cfbf61b27172 kodi-18.0rc2-patched.tar.xz
+411d971b6dc410e65fd67a33a4afe932 kodi-18.0rc3-patched.tar.xz
2aec5f8c790449126118abc6bb3cb5cd kodi-libdvdnav-6.0.0-Leia-Alpha-3.tar.gz
f3244e7b002d37f91cc6a77461c4f619 kodi-libdvdread-6.0.0-Leia-Alpha-3.tar.gz
5 years, 11 months
[raspberrypi-vc] Refactor for RPM Fusion See RFBZ 5074
by Andrew Bauer
commit ca5d30cf15a33af4b25e3c08868deea9e4123c75
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Sun Dec 16 15:32:10 2018 -0600
Refactor for RPM Fusion
See RFBZ 5074
raspberrypi-vc.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/raspberrypi-vc.spec b/raspberrypi-vc.spec
index f9661f4..52558fe 100644
--- a/raspberrypi-vc.spec
+++ b/raspberrypi-vc.spec
@@ -83,6 +83,7 @@ pushd build
-DCMAKE_BUILD_TYPE=Release \
-DVMCS_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_C_FLAGS=%{optflags} \
+ -DBUILD_SHARED_LIBS:BOOL=OFF \
..
%make_build
popd
@@ -178,10 +179,6 @@ ln -s %{_includedir}/vc %{buildroot}/opt/vc/include
%{_libdir}/vc/libvchiq_arm.so
%{_libdir}/vc/libvcos.so
%{_libdir}/vc/libvcsm.so
-%{_libdir}/vc/libvcfiled_check.so
-%{_libdir}/vc/libvchostif.so
-%{_libdir}/vc/libvcilcs.so
-%{_libdir}/vc/libkhrn_client.so
%{_libdir}/vc/plugins/reader_asf.so
%{_libdir}/vc/plugins/reader_avi.so
%{_libdir}/vc/plugins/reader_binary.so
5 years, 11 months
[raspberrypi-vc] Refactor for RPM Fusion See RFBZ 5074
by Andrew Bauer
commit de593a670ebfba5418e851ea35c9c86e8176a6a5
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Sat Dec 15 14:39:59 2018 -0600
Refactor for RPM Fusion
See RFBZ 5074
raspberrypi-vc.spec | 15 +++++++++++++++
1 file changed, 15 insertions(+)
---
diff --git a/raspberrypi-vc.spec b/raspberrypi-vc.spec
index a50a10b..f9661f4 100644
--- a/raspberrypi-vc.spec
+++ b/raspberrypi-vc.spec
@@ -17,6 +17,7 @@ ExclusiveArch: armv7hl
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: systemd
+BuildRequires: coreutils
# Packages using raspberrypi-vc must Requires this:
#%%{?raspberrypi_vc_version:Requires: raspberrypi_vc%%{?_isa} = %%{raspberrypi_vc_version}}
@@ -92,6 +93,15 @@ pushd build
%make_install
popd
+#RPM Macros support
+mkdir -p %{buildroot}%{rpmmacrodir}
+cat > %{buildroot}%{rpmmacrodir}/macros.%{name} << EOF
+# raspberrypi-vc RPM Macros
+%raspberrypi_vc_version %{version}
+EOF
+# Yes - the filename really is spelled LICENCE
+touch -r LICENCE %{buildroot}%{rpmmacrodir}/macros.%{name}
+
### libs
mkdir -p %{buildroot}/%{_libdir}/vc
mv %{buildroot}/%{_libdir}/{*.so,*.a} %{buildroot}/%{_libdir}/vc
@@ -168,6 +178,10 @@ ln -s %{_includedir}/vc %{buildroot}/opt/vc/include
%{_libdir}/vc/libvchiq_arm.so
%{_libdir}/vc/libvcos.so
%{_libdir}/vc/libvcsm.so
+%{_libdir}/vc/libvcfiled_check.so
+%{_libdir}/vc/libvchostif.so
+%{_libdir}/vc/libvcilcs.so
+%{_libdir}/vc/libkhrn_client.so
%{_libdir}/vc/plugins/reader_asf.so
%{_libdir}/vc/plugins/reader_avi.so
%{_libdir}/vc/plugins/reader_binary.so
@@ -195,6 +209,7 @@ ln -s %{_includedir}/vc %{buildroot}/opt/vc/include
%files devel
+%{rpmmacrodir}/macros.%{name}
%{_includedir}/vc/*
%{_datadir}/pkgconfig/*.pc
%{_libdir}/vc/pkgconfig/*.pc
5 years, 11 months