Binary addons for Kodi

No description set
Refresh
Refresh
Source Files
Filename Size Changed Actions
FindJsonCpp.cmake.patch 0000000946 946 Bytes almost 9 years
_service 0000000221 221 Bytes over 7 years
addon-helpers_lib64.patch 0000000834 834 Bytes about 7 years
cmake-binary-addons.patch 0000004690 4.58 KB almost 8 years
download_binary-addons.sh 0000002395 2.34 KB almost 8 years
kodi-platform-c8188d8.tar.gz 0000008538 8.34 KB almost 8 years
kodi.binary-addons-audiodecoder.ncsf-gcc5.3.patch 0000000472 472 Bytes over 8 years
kodi.binary-addons-noX-raspberry-pi.changes 0000002051 2 KB about 7 years
kodi.binary-addons-noX-raspberry-pi.spec 0000006460 6.31 KB about 7 years
kodi.binary-addons-noX-raspberry-pi2.changes 0000002051 2 KB about 7 years
kodi.binary-addons-noX-raspberry-pi2.spec 0000006462 6.31 KB about 7 years
kodi.binary-addons-noX.changes 0000002051 2 KB about 7 years
kodi.binary-addons-noX.spec 0000006434 6.28 KB about 7 years
kodi.binary-addons-screensavers.rsxs-upstream-stdbool_h.patch 0000006696 6.54 KB over 8 years
kodi.binary-addons.changes 0000002051 2 KB about 7 years
kodi.binary-addons.spec 0000006430 6.28 KB about 7 years
kodi.binary-addons.spec.files.inc 0000013998 13.7 KB almost 8 years
kodi.binary-addons.spec.packages.inc 0000012856 12.6 KB almost 8 years
kodi.binary-addons.tar 0028180480 26.9 MB over 7 years
lib555-missing-xlocale.patch 0000001388 1.36 KB about 7 years
pre_checkin.sh 0000001445 1.41 KB over 8 years
pvr.stalker-gcc7.patch 0000001119 1.09 KB about 7 years
repo-binary-addons-Krypton-disabled.txt 0000000572 572 Bytes almost 8 years
repo-binary-addons-master-disabled.txt 0000000609 609 Bytes almost 8 years
repo-binary-addons.Krypton.tar.bz2 0000004637 4.53 KB over 7 years
Revision 23 (latest revision is 71)
Sagi Ben-Akiva Sagi Ben-Akiva (sagiben) committed about 7 years ago (revision 23)
- Added patch lib555-missing-xlocale.patch xlocale.h has been
  depreciated for a long time and is no longer provided in
  tumbleweed.
- Added pvr.stalker-gcc7.patch to fix gcc7 build issues.
- Refreshed addon-helpers_lib64.patch

M    kodi.binary-addons-noX-raspberry-pi.changes
M    kodi.binary-addons-noX-raspberry-pi.spec
M    kodi.binary-addons-noX-raspberry-pi2.changes
M    kodi.binary-addons-noX-raspberry-pi2.spec
M    kodi.binary-addons-noX.changes
M    kodi.binary-addons-noX.spec

Diff for working copy: .
Index: kodi.binary-addons-noX-raspberry-pi.changes
===================================================================

--- kodi.binary-addons-noX-raspberry-pi.changes	(revision fec486bd2b09d33b98e8f65ca3007713)
+++ kodi.binary-addons-noX-raspberry-pi.changes	(working copy)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Wed Sep 27 06:50:12 UTC 2017 - davejplater@gmail.com
+
+- Added patch lib555-missing-xlocale.patch xlocale.h has been
+  depreciated for a long time and is no longer provided in
+  tumbleweed.
+- Added pvr.stalker-gcc7.patch to fix gcc7 build issues.
+- Refreshed addon-helpers_lib64.patch
+
 -------------------------------------------------------------------
 Wed Aug 23 05:14:30 UTC 2017 - sagiben@gmail.com
 

Index: kodi.binary-addons-noX-raspberry-pi.spec
===================================================================

--- kodi.binary-addons-noX-raspberry-pi.spec	(revision fec486bd2b09d33b98e8f65ca3007713)
+++ kodi.binary-addons-noX-raspberry-pi.spec	(working copy)
@@ -58,11 +58,13 @@
 Patch3:         kodi.binary-addons-audiodecoder.ncsf-gcc5.3.patch
 # PATCH-PACKMAN kodi.binary-addons-screensavers.rsxs-upstream-stdbool_h.patch - fixes compiling of screensavers.rsxs with gcc > 4.8, suse_version >= 1320
 Patch4:         kodi.binary-addons-screensavers.rsxs-upstream-stdbool_h.patch
-
-BuildRequires:  autoconf 
+Patch5:         lib555-missing-xlocale.patch
+Patch6:         pvr.stalker-gcc7.patch
+
+BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  ccache
-BuildRequires:  cmake 
+BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  jsoncpp-devel
@@ -106,7 +108,7 @@
 BuildRequires:  Mesa-libEGL-devel
 BuildRequires:  Mesa-libGLESv2-devel
 %else
-%if %{kodi_platform} == "raspberry-pi" || %{kodi_platform} == "raspberry-pi2" 
+%if %{kodi_platform} == "raspberry-pi" || %{kodi_platform} == "raspberry-pi2"
 BuildRequires:  raspberrypi-userland-devel
 %endif
 %endif
@@ -125,10 +127,10 @@
 Requires:       kodi = %{version}
 #Requires:       libjsoncpp1
 
-%description 
+%description
 Binary Addons for Kodi Media Center
 
-%include %{SOURCE1} 
+%include %{SOURCE1}
 
 %prep
 %setup -q -n xbmc-%{version}-%{kodi_version}
@@ -138,11 +140,11 @@
 %endif
 
 pushd project/cmake/addons
-tar xvf %{SOURCE3} 
+tar xvf %{SOURCE3}
 mkdir -pv build/bootstrap/binary-addons/src
 cp -v %{SOURCE4} build/bootstrap/binary-addons/src
 
-#remove deps that are already installed using BuildRequires 
+#remove deps that are already installed using BuildRequires
 rm -rf depends/common/{p8-platform,tinyxml}
 rm -f  depends/common/kodi-platform/deps.txt
 tar xf %{SOURCE5} --strip-components=1 -C depends/common/kodi-platform
@@ -160,14 +162,16 @@
     -DNEED_SUDO=FALSE \
     -DAPP_LIB_DIR=%{buildroot}%{_libdir}/kodi/ \
     -DCMAKE_INSTALL_LIBDIR=%{buildroot}%{_libdir}/kodi/ \
-    -DCMAKE_INSTALL_PREFIX=%{buildroot}%{_prefix} 
+    -DCMAKE_INSTALL_PREFIX=%{buildroot}%{_prefix}
 
 # Tumbleweed and Factory have GCC 5.x ATM (20160309), source needs patching for this
 %if 0%{?suse_version} > 1320
   # patch audiodecoders.ncsf
-  #patch -p0 < %{PATCH3}
+  #patch -p0 < %%{PATCH3}
   # patch screensavers.rsxs
   patch screensavers.rsxs/lib/rsxs-1.0/lib/stdbool.in.h %{PATCH4}
+  patch -up0 --verbose < %{PATCH5}
+  patch -up4 --verbose < %{PATCH6}
 %endif
 
 # fake buildtime in audiodecoder.qsf
@@ -180,7 +184,7 @@
   sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file
 done
 
-make VERBOSE=1 %{?_smp_mflags} 
+make VERBOSE=1 %{?_smp_mflags}
 popd
 
 %install
@@ -194,6 +198,6 @@
 %dir %{_datadir}/kodi
 %{_libdir}/kodi/PrepareEnv.cmake
 
-%include %{SOURCE2} 
+%include %{SOURCE2}
 
 %changelog

Index: kodi.binary-addons-noX-raspberry-pi2.changes
===================================================================

--- kodi.binary-addons-noX-raspberry-pi2.changes	(revision fec486bd2b09d33b98e8f65ca3007713)
+++ kodi.binary-addons-noX-raspberry-pi2.changes	(working copy)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Wed Sep 27 06:50:12 UTC 2017 - davejplater@gmail.com
+
+- Added patch lib555-missing-xlocale.patch xlocale.h has been
+  depreciated for a long time and is no longer provided in
+  tumbleweed.
+- Added pvr.stalker-gcc7.patch to fix gcc7 build issues.
+- Refreshed addon-helpers_lib64.patch
+
 -------------------------------------------------------------------
 Wed Aug 23 05:14:30 UTC 2017 - sagiben@gmail.com
 

Index: kodi.binary-addons-noX-raspberry-pi2.spec
===================================================================

--- kodi.binary-addons-noX-raspberry-pi2.spec	(revision fec486bd2b09d33b98e8f65ca3007713)
+++ kodi.binary-addons-noX-raspberry-pi2.spec	(working copy)
@@ -58,11 +58,13 @@
 Patch3:         kodi.binary-addons-audiodecoder.ncsf-gcc5.3.patch
 # PATCH-PACKMAN kodi.binary-addons-screensavers.rsxs-upstream-stdbool_h.patch - fixes compiling of screensavers.rsxs with gcc > 4.8, suse_version >= 1320
 Patch4:         kodi.binary-addons-screensavers.rsxs-upstream-stdbool_h.patch
-
-BuildRequires:  autoconf 
+Patch5:         lib555-missing-xlocale.patch
+Patch6:         pvr.stalker-gcc7.patch
+
+BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  ccache
-BuildRequires:  cmake 
+BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  jsoncpp-devel
@@ -106,7 +108,7 @@
 BuildRequires:  Mesa-libEGL-devel
 BuildRequires:  Mesa-libGLESv2-devel
 %else
-%if %{kodi_platform} == "raspberry-pi" || %{kodi_platform} == "raspberry-pi2" 
+%if %{kodi_platform} == "raspberry-pi" || %{kodi_platform} == "raspberry-pi2"
 BuildRequires:  raspberrypi-userland-devel
 %endif
 %endif
@@ -125,10 +127,10 @@
 Requires:       kodi = %{version}
 #Requires:       libjsoncpp1
 
-%description 
+%description
 Binary Addons for Kodi Media Center
 
-%include %{SOURCE1} 
+%include %{SOURCE1}
 
 %prep
 %setup -q -n xbmc-%{version}-%{kodi_version}
@@ -138,11 +140,11 @@
 %endif
 
 pushd project/cmake/addons
-tar xvf %{SOURCE3} 
+tar xvf %{SOURCE3}
 mkdir -pv build/bootstrap/binary-addons/src
 cp -v %{SOURCE4} build/bootstrap/binary-addons/src
 
-#remove deps that are already installed using BuildRequires 
+#remove deps that are already installed using BuildRequires
 rm -rf depends/common/{p8-platform,tinyxml}
 rm -f  depends/common/kodi-platform/deps.txt
 tar xf %{SOURCE5} --strip-components=1 -C depends/common/kodi-platform
@@ -160,14 +162,16 @@
     -DNEED_SUDO=FALSE \
     -DAPP_LIB_DIR=%{buildroot}%{_libdir}/kodi/ \
     -DCMAKE_INSTALL_LIBDIR=%{buildroot}%{_libdir}/kodi/ \
-    -DCMAKE_INSTALL_PREFIX=%{buildroot}%{_prefix} 
+    -DCMAKE_INSTALL_PREFIX=%{buildroot}%{_prefix}
 
 # Tumbleweed and Factory have GCC 5.x ATM (20160309), source needs patching for this
 %if 0%{?suse_version} > 1320
   # patch audiodecoders.ncsf
-  #patch -p0 < %{PATCH3}
+  #patch -p0 < %%{PATCH3}
   # patch screensavers.rsxs
   patch screensavers.rsxs/lib/rsxs-1.0/lib/stdbool.in.h %{PATCH4}
+  patch -up0 --verbose < %{PATCH5}
+  patch -up4 --verbose < %{PATCH6}
 %endif
 
 # fake buildtime in audiodecoder.qsf
@@ -180,7 +184,7 @@
   sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file
 done
 
-make VERBOSE=1 %{?_smp_mflags} 
+make VERBOSE=1 %{?_smp_mflags}
 popd
 
 %install
@@ -194,6 +198,6 @@
 %dir %{_datadir}/kodi
 %{_libdir}/kodi/PrepareEnv.cmake
 
-%include %{SOURCE2} 
+%include %{SOURCE2}
 
 %changelog

Index: kodi.binary-addons-noX.changes
===================================================================

--- kodi.binary-addons-noX.changes	(revision fec486bd2b09d33b98e8f65ca3007713)
+++ kodi.binary-addons-noX.changes	(working copy)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Wed Sep 27 06:50:12 UTC 2017 - davejplater@gmail.com
+
+- Added patch lib555-missing-xlocale.patch xlocale.h has been
+  depreciated for a long time and is no longer provided in
+  tumbleweed.
+- Added pvr.stalker-gcc7.patch to fix gcc7 build issues.
+- Refreshed addon-helpers_lib64.patch
+
 -------------------------------------------------------------------
 Wed Aug 23 05:14:30 UTC 2017 - sagiben@gmail.com
 

Index: kodi.binary-addons-noX.spec
===================================================================

--- kodi.binary-addons-noX.spec	(revision fec486bd2b09d33b98e8f65ca3007713)
+++ kodi.binary-addons-noX.spec	(working copy)
@@ -58,11 +58,13 @@
 Patch3:         kodi.binary-addons-audiodecoder.ncsf-gcc5.3.patch
 # PATCH-PACKMAN kodi.binary-addons-screensavers.rsxs-upstream-stdbool_h.patch - fixes compiling of screensavers.rsxs with gcc > 4.8, suse_version >= 1320
 Patch4:         kodi.binary-addons-screensavers.rsxs-upstream-stdbool_h.patch
-
-BuildRequires:  autoconf 
+Patch5:         lib555-missing-xlocale.patch
+Patch6:         pvr.stalker-gcc7.patch
+
+BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  ccache
-BuildRequires:  cmake 
+BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  jsoncpp-devel
@@ -106,7 +108,7 @@
 BuildRequires:  Mesa-libEGL-devel
 BuildRequires:  Mesa-libGLESv2-devel
 %else
-%if %{kodi_platform} == "raspberry-pi" || %{kodi_platform} == "raspberry-pi2" 
+%if %{kodi_platform} == "raspberry-pi" || %{kodi_platform} == "raspberry-pi2"
 BuildRequires:  raspberrypi-userland-devel
 %endif
 %endif
@@ -125,10 +127,10 @@
 Requires:       kodi = %{version}
 #Requires:       libjsoncpp1
 
-%description 
+%description
 Binary Addons for Kodi Media Center
 
-%include %{SOURCE1} 
+%include %{SOURCE1}
 
 %prep
 %setup -q -n xbmc-%{version}-%{kodi_version}
@@ -138,11 +140,11 @@
 %endif
 
 pushd project/cmake/addons
-tar xvf %{SOURCE3} 
+tar xvf %{SOURCE3}
 mkdir -pv build/bootstrap/binary-addons/src
 cp -v %{SOURCE4} build/bootstrap/binary-addons/src
 
-#remove deps that are already installed using BuildRequires 
+#remove deps that are already installed using BuildRequires
 rm -rf depends/common/{p8-platform,tinyxml}
 rm -f  depends/common/kodi-platform/deps.txt
 tar xf %{SOURCE5} --strip-components=1 -C depends/common/kodi-platform
@@ -160,14 +162,16 @@
     -DNEED_SUDO=FALSE \
     -DAPP_LIB_DIR=%{buildroot}%{_libdir}/kodi/ \
     -DCMAKE_INSTALL_LIBDIR=%{buildroot}%{_libdir}/kodi/ \
-    -DCMAKE_INSTALL_PREFIX=%{buildroot}%{_prefix} 
+    -DCMAKE_INSTALL_PREFIX=%{buildroot}%{_prefix}
 
 # Tumbleweed and Factory have GCC 5.x ATM (20160309), source needs patching for this
 %if 0%{?suse_version} > 1320
   # patch audiodecoders.ncsf
-  #patch -p0 < %{PATCH3}
+  #patch -p0 < %%{PATCH3}
   # patch screensavers.rsxs
   patch screensavers.rsxs/lib/rsxs-1.0/lib/stdbool.in.h %{PATCH4}
+  patch -up0 --verbose < %{PATCH5}
+  patch -up4 --verbose < %{PATCH6}
 %endif
 
 # fake buildtime in audiodecoder.qsf
@@ -180,7 +184,7 @@
   sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file
 done
 
-make VERBOSE=1 %{?_smp_mflags} 
+make VERBOSE=1 %{?_smp_mflags}
 popd
 
 %install
@@ -194,6 +198,6 @@
 %dir %{_datadir}/kodi
 %{_libdir}/kodi/PrepareEnv.cmake
 
-%include %{SOURCE2} 
+%include %{SOURCE2}
 
 %changelog
Comments for kodi.binary-addons 0