Revisions of kodi.binary-addons (20)
Olaf Hering (olh)
committed
almost 5 years ago
(revision 27)
versioned requires for libarchive and glm
Sagi Ben-Akiva (sagiben)
accepted
request 4614
about 5 years ago
(revision 25)
version update to 18.4 and fix Tumbleweed dependency for gcc9
Sagi Ben-Akiva (sagiben)
accepted
request 4515
over 5 years ago
(revision 23)
- Version update to Kodi 18.3 Leia
Sagi Ben-Akiva (sagiben)
accepted
request 4508
over 5 years ago
(revision 22)
- *.spec: Add additional flag to allow building for 32-bit Intel architecture; thanks go to Giacomo Comes <comes@naic.edu>! - *.spec: Add additional flag to allow building for 32-bit Intel architecture; thanks go to Giacomo Comes <comes@naic.edu>! - *.spec: Add additional flag to allow building for 32-bit Intel architecture; thanks go to Giacomo Comes <comes@naic.edu>! - *.spec: Add additional flag to allow building for 32-bit Intel architecture; thanks go to Giacomo Comes <comes@naic.edu>!
Sagi Ben-Akiva (sagiben)
accepted
request 4484
over 5 years ago
(revision 21)
- Use gcc8 for building. - kodi.binary.addons-noreturnfromnonvoid.patch: Re-generate. - Re-enable patch7 (kodi.binary.addons-noreturnfromnonvoid.patch). - download_binary-addons.sh: Use "Leia" branch * Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc * cmake-binary-addons.patch: Fix repo-binary-addons.git entry - Disable Patch8 (kodi.binary-addons-screensavers.rsxs-host-toolchain.patch) - Change BuildRequires: libjpeg8-devel with BuildRequires: pkgconfig(libjpeg) - Change BuildRequires: libopenssl-devel with BuildRequires: pkgconfig(libssl) - Add BuildRequires: gli-devel, glm-devel, libtiff-devel - repo-binary-addons-Leia-disabled.txt: Add new file specific to the "Leia" branch for disabling addons which don't build. - Disable imagedecoder.heif as it requires libde265 which we don't (yet) have. - Disable screensavers.rsxs: Our latest version of glm-devel does not build - Version update to Kodi 18.2 Leia - Version update to Kodi 18.1 Leia - Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Disable screensaver.asterwave and screensaver.cpblobs; both need glm-devel, but this does not compile for screensaver.cpblobs. - Comment patches 3..7, as they are unused. - Update to Kodi 18.0 Leia - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Add BuildRequires: nlohmann_json-devel - Re-enable pvr.vuplus - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - 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. - Version update to Kodi 17.6 Krypton - Version update to Kodi 17.5 Krypton - 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 - Version update to Kodi 17.4 Krypton - 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.0 Krypton http://kodi.wiki/view/Kodi_v17_(Krypton)_changelog - Adjust BuildRequires libhdhomerun-devel - Version update to Kodi 16.1 Jarvis https://kodi.tv/kodi-16-1-jarvis-mark-xvi - Fix noX builds - fix compiling of audiodecoder.ncsf and screensavers.rsxs with gcc 5.x (Tumbleweed and Factory) - replace __DATE__ in audiodecoder.qsf, audiodecoder.ssf and audiodecoder.timidity - Separate kodi.binary addon package from Kodi - Use gcc8 for building. - kodi.binary.addons-noreturnfromnonvoid.patch: Re-generate. - Re-enable patch7 (kodi.binary.addons-noreturnfromnonvoid.patch). - download_binary-addons.sh: Use "Leia" branch * Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc * cmake-binary-addons.patch: Fix repo-binary-addons.git entry - Disable Patch8 (kodi.binary-addons-screensavers.rsxs-host-toolchain.patch) - Change BuildRequires: libjpeg8-devel with BuildRequires: pkgconfig(libjpeg) - Change BuildRequires: libopenssl-devel with BuildRequires: pkgconfig(libssl) - Add BuildRequires: gli-devel, glm-devel, libtiff-devel - repo-binary-addons-Leia-disabled.txt: Add new file specific to the "Leia" branch for disabling addons which don't build. - Disable imagedecoder.heif as it requires libde265 which we don't (yet) have. - Disable screensavers.rsxs: Our latest version of glm-devel does not build - Version update to Kodi 18.2 Leia - Version update to Kodi 18.1 Leia - Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Disable screensaver.asterwave and screensaver.cpblobs; both need glm-devel, but this does not compile for screensaver.cpblobs. - Comment patches 3..7, as they are unused. - Update to Kodi 18.0 Leia - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Add BuildRequires: nlohmann_json-devel - Re-enable pvr.vuplus - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - 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. - Version update to Kodi 17.6 Krypton - Version update to Kodi 17.5 Krypton - 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 - Version update to Kodi 17.4 Krypton - 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.0 Krypton http://kodi.wiki/view/Kodi_v17_(Krypton)_changelog - Adjust BuildRequires libhdhomerun-devel - Version update to Kodi 16.1 Jarvis https://kodi.tv/kodi-16-1-jarvis-mark-xvi - Fix noX builds - fix compiling of audiodecoder.ncsf and screensavers.rsxs with gcc 5.x (Tumbleweed and Factory) - replace __DATE__ in audiodecoder.qsf, audiodecoder.ssf and audiodecoder.timidity - Separate kodi.binary addon package from Kodi - Use gcc8 for building. - kodi.binary.addons-noreturnfromnonvoid.patch: Re-generate. - Re-enable patch7 (kodi.binary.addons-noreturnfromnonvoid.patch). - download_binary-addons.sh: Use "Leia" branch * Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc * cmake-binary-addons.patch: Fix repo-binary-addons.git entry - Disable Patch8 (kodi.binary-addons-screensavers.rsxs-host-toolchain.patch) - Change BuildRequires: libjpeg8-devel with BuildRequires: pkgconfig(libjpeg) - Change BuildRequires: libopenssl-devel with BuildRequires: pkgconfig(libssl) - Add BuildRequires: gli-devel, glm-devel, libtiff-devel - repo-binary-addons-Leia-disabled.txt: Add new file specific to the "Leia" branch for disabling addons which don't build. - Disable imagedecoder.heif as it requires libde265 which we don't (yet) have. - Disable screensavers.rsxs: Our latest version of glm-devel does not build - Version update to Kodi 18.2 Leia - Version update to Kodi 18.1 Leia - Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Disable screensaver.asterwave and screensaver.cpblobs; both need glm-devel, but this does not compile for screensaver.cpblobs. - Comment patches 3..7, as they are unused. - Update to Kodi 18.0 Leia - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Add BuildRequires: nlohmann_json-devel - Re-enable pvr.vuplus - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - 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. - Version update to Kodi 17.6 Krypton - Version update to Kodi 17.5 Krypton - 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 - Version update to Kodi 17.4 Krypton - 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.0 Krypton http://kodi.wiki/view/Kodi_v17_(Krypton)_changelog - Adjust BuildRequires libhdhomerun-devel - Version update to Kodi 16.1 Jarvis https://kodi.tv/kodi-16-1-jarvis-mark-xvi - Fix noX builds - fix compiling of audiodecoder.ncsf and screensavers.rsxs with gcc 5.x (Tumbleweed and Factory) - replace __DATE__ in audiodecoder.qsf, audiodecoder.ssf and audiodecoder.timidity - Separate kodi.binary addon package from Kodi
Sagi Ben-Akiva (sagiben)
accepted
request 4482
over 5 years ago
(revision 20)
- Use gcc8 for building. - kodi.binary.addons-noreturnfromnonvoid.patch: Re-generate. - Re-enable patch7 (kodi.binary.addons-noreturnfromnonvoid.patch). - download_binary-addons.sh: Use "Leia" branch * Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc * cmake-binary-addons.patch: Fix repo-binary-addons.git entry - Disable Patch8 (kodi.binary-addons-screensavers.rsxs-host-toolchain.patch) - Change BuildRequires: libjpeg8-devel with BuildRequires: pkgconfig(libjpeg) - Change BuildRequires: libopenssl-devel with BuildRequires: pkgconfig(libssl) - Add BuildRequires: gli-devel, glm-devel, libtiff-devel - repo-binary-addons-Leia-disabled.txt: Add new file specific to the "Leia" branch for disabling addons which don't build. - Disable imagedecoder.heif as it requires libde265 which we don't (yet) have. - Disable screensavers.rsxs: Our latest version of glm-devel does not build - Use gcc8 for building. - kodi.binary.addons-noreturnfromnonvoid.patch: Re-generate. - Re-enable patch7 (kodi.binary.addons-noreturnfromnonvoid.patch). - download_binary-addons.sh: Use "Leia" branch * Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc * cmake-binary-addons.patch: Fix repo-binary-addons.git entry - Disable Patch8 (kodi.binary-addons-screensavers.rsxs-host-toolchain.patch) - Change BuildRequires: libjpeg8-devel with BuildRequires: pkgconfig(libjpeg) - Change BuildRequires: libopenssl-devel with BuildRequires: pkgconfig(libssl) - Add BuildRequires: gli-devel, glm-devel, libtiff-devel - repo-binary-addons-Leia-disabled.txt: Add new file specific to the "Leia" branch for disabling addons which don't build. - Disable imagedecoder.heif as it requires libde265 which we don't (yet) have. - Disable screensavers.rsxs: Our latest version of glm-devel does not build - Use gcc8 for building. - kodi.binary.addons-noreturnfromnonvoid.patch: Re-generate. - Re-enable patch7 (kodi.binary.addons-noreturnfromnonvoid.patch). - download_binary-addons.sh: Use "Leia" branch * Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc * cmake-binary-addons.patch: Fix repo-binary-addons.git entry - Disable Patch8 (kodi.binary-addons-screensavers.rsxs-host-toolchain.patch) - Change BuildRequires: libjpeg8-devel with BuildRequires: pkgconfig(libjpeg) - Change BuildRequires: libopenssl-devel with BuildRequires: pkgconfig(libssl) - Add BuildRequires: gli-devel, glm-devel, libtiff-devel - repo-binary-addons-Leia-disabled.txt: Add new file specific to the "Leia" branch for disabling addons which don't build. - Disable imagedecoder.heif as it requires libde265 which we don't (yet) have. - Disable screensavers.rsxs: Our latest version of glm-devel does not build - Use gcc8 for building. - kodi.binary.addons-noreturnfromnonvoid.patch: Re-generate. - Re-enable patch7 (kodi.binary.addons-noreturnfromnonvoid.patch). - download_binary-addons.sh: Use "Leia" branch * Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc * cmake-binary-addons.patch: Fix repo-binary-addons.git entry - Disable Patch8 (kodi.binary-addons-screensavers.rsxs-host-toolchain.patch) - Change BuildRequires: libjpeg8-devel with BuildRequires: pkgconfig(libjpeg) - Change BuildRequires: libopenssl-devel with BuildRequires: pkgconfig(libssl) - Add BuildRequires: gli-devel, glm-devel, libtiff-devel - repo-binary-addons-Leia-disabled.txt: Add new file specific to the "Leia" branch for disabling addons which don't build. - Disable imagedecoder.heif as it requires libde265 which we don't (yet) have. - Disable screensavers.rsxs: Our latest version of glm-devel does not build - Version update to Kodi 18.2 Leia
Sagi Ben-Akiva (sagiben)
accepted
request 4473
over 5 years ago
(revision 19)
- Version update to Kodi 18.1 Leia - Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Disable screensaver.asterwave and screensaver.cpblobs; both need glm-devel, but this does not compile for screensaver.cpblobs. - Comment patches 3..7, as they are unused. - Update to Kodi 18.0 Leia - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Add BuildRequires: nlohmann_json-devel - Re-enable pvr.vuplus - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - 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. - Version update to Kodi 18.1 Leia - Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Disable screensaver.asterwave and screensaver.cpblobs; both need glm-devel, but this does not compile for screensaver.cpblobs. - Comment patches 3..7, as they are unused. - Update to Kodi 18.0 Leia - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Add BuildRequires: nlohmann_json-devel - Re-enable pvr.vuplus - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - 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. - Version update to Kodi 18.1 Leia - Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Disable screensaver.asterwave and screensaver.cpblobs; both need glm-devel, but this does not compile for screensaver.cpblobs. - Comment patches 3..7, as they are unused. - Update to Kodi 18.0 Leia - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Add BuildRequires: nlohmann_json-devel - Re-enable pvr.vuplus - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - 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. - Version update to Kodi 18.1 Leia - Rebuild kodi.binary-addons.tar, repo-binary-addons.Leia.tar.bz2, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Disable screensaver.asterwave and screensaver.cpblobs; both need glm-devel, but this does not compile for screensaver.cpblobs. - Comment patches 3..7, as they are unused. - Update to Kodi 18.0 Leia - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc - Add BuildRequires: nlohmann_json-devel - Re-enable pvr.vuplus - Rebuild kodi.binary-addons.tar, kodi.binary-addons.spec.files.inc, kodi.binary-addons.spec.packages.inc
Olaf Hering (olh)
accepted
request 4346
almost 6 years ago
(revision 18)
Fixed build with kodi.binary.addons-noreturnfromnonvoid.patch
Olaf Hering (olh)
accepted
request 4031
about 7 years ago
(revision 16)
Version update to Kodi 17.5 Krypton
Olaf Hering (olh)
accepted
request 3985
about 7 years ago
(revision 14)
Version update to Kodi 17.4 Krypton
Olaf Hering (olh)
accepted
request 3982
about 7 years ago
(revision 13)
Fix build with new glibc and gcc7
Olaf Hering (olh)
accepted
request 3821
over 7 years ago
(revision 12)
update to 17.3 - minor bug fix and security issue
Olaf Hering (olh)
accepted
request 3666
almost 8 years ago
(revision 10)
Add version for kodi-devel BuildRequires tag