Revisions of kodi.binary-addons (20)
42.3 does not have liblzo2.pc42.3 does not have liblzo2.pc
- Fixed build failure due to no return in non void function error which suddenly appeared when taglib was updated, with kodi.binary.addons-noreturnfromnonvoid.patch. - Fixed build failure due to no return in non void function error which suddenly appeared when taglib was updated, with kodi.binary.addons-noreturnfromnonvoid.patch. - Fixed build failure due to no return in non void function error which suddenly appeared when taglib was updated, with kodi.binary.addons-noreturnfromnonvoid.patch.
buildservice-autocommit
accepted
request 4031
about 8 years ago
(revision 26)
baserev update by copy to link target
- Version update to Kodi 17.5 Krypton - Version update to Kodi 17.5 Krypton - Version update to Kodi 17.5 Krypton - Version update to Kodi 17.5 Krypton
buildservice-autocommit
accepted
request 3985
about 8 years ago
(revision 24)
baserev update by copy to link target
- 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
- Version update to Kodi 17.4 Krypton
buildservice-autocommit
accepted
request 3821
over 8 years ago
(revision 20)
baserev update by copy to link target
- Version update to Kodi 17.3 Krypton A minor bug fix and security release
- Version update to Kodi 17.1 Krypton - Version update to Kodi 17.1 Krypton - Version update to Kodi 17.1 Krypton - Version update to Kodi 17.1 Krypton
- Version update to Kodi 17.0 Krypton http://kodi.wiki/view/Kodi_v17_(Krypton)_changelog - Version update to Kodi 17.0 Krypton http://kodi.wiki/view/Kodi_v17_(Krypton)_changelog - Version update to Kodi 17.0 Krypton http://kodi.wiki/view/Kodi_v17_(Krypton)_changelog - Version update to Kodi 17.0 Krypton http://kodi.wiki/view/Kodi_v17_(Krypton)_changelog