aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
AgeCommit message (Collapse)Author
2024-02-15[Omega] Beta 3fuzzard
2024-01-06Update Kodi IconKolja Lampe
This was redone from scratch by @samfishermike as I requested a version without a drop shadow
2023-12-10[Omega] Beta2fuzzard
2023-11-11Remove article from summaryRazze
2023-10-17[Omega] Beta1fuzzard
2023-10-17Merge pull request #23886 from lrusak/freebsd-audio-app-paramsfuzzard
CPlatformFreebsd: use app params to set audio backend
2023-10-15kodi.sh.in: add wrapper for deprecated KODI_GL_INTERFACE env variableLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-10-08CPlatformFreebsd: use app params to set audio backendLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-09-07[Omega] Alpha3fuzzard
2023-08-18Install gbm session entryamazingfate
2023-06-17[Omega] Alpha 2fuzzard
2023-06-05Merge pull request #23148 from lrusak/linux-audio-paramsfuzzard
CAppParamParserLinux: add --audio-backend=<backend> switch
2023-04-23[linux] Add dev name and forum url to kodi.metainfoMiguel Borges de Freitas
2023-04-20kodi.sh.in: add wrapper for deprecated KODI_AE_SINK env variableLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-17[Omega] Alpha 1fuzzard
2023-02-14[ubuntu ppa] fix downloading ffmpegwsnipex
2023-01-17Update metainfo versionsRazze
2022-12-29Get rid of bashisms in kodi*.shVasyl Gello
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2022-12-10[V20 RC1] Version bumps for RC1fuzzard
Bump splash to RC label
2022-11-08[V20 Beta1] bump version code and addon api for v20 beta1fuzzard
2022-10-06Add tablet to metainfo, as we also support thoseRazze
2022-09-09[V20 Alpha3] bump version code and addon api for v20 alpha3fuzzard
2022-07-09Fix wrong closing in xmlRazze
2022-07-08[V20 Alpha2] bump version code and addon api for v20 alpha2fuzzard
2022-05-21Add alpha releaseRazze
2022-05-21Merge pull request #21223 from razzeee/move-keywordsKolja Lampe
Move keywords and change them up
2022-05-15Add new urls to metainfoRazze
2022-04-03Add 19.4 to masterKolja Lampe
2022-04-03Move keywords and change them upKolja Lampe
2022-02-06[ppa] fix downloading internal depends tarballswsnipex
2021-10-29Add 19.3 releaseRazze
2021-10-16Use APP_PACKAGE instead of APP_NAME_LCRazze
2021-04-25Merge pull request #18998 from Ram-Z/fix-kodi-standalone-pulsefuzzard
[kodi-standalone.sh] Remove dead pulse-session code path
2021-03-05[ubuntu PPA]: update packaging scriptwsnipex
2021-02-13Merge pull request #19019 from a-andre/obsolete_varDave Blake
[tools/linux]: Remove obsolete variable
2021-01-15If $KODI_TEMP is set, the logfile is located there rather than inGeert Hendrickx
$KODI_DATA/temp, so look there first.
2021-01-04[tools/linux]: Remove obsolete variableAndré Apitzsch
WINDOWING became obsolete with e8002707f65cbb9d59004718641a0f9053dd098f.
2020-12-29[kodi-standalone.sh] Remove unused APP variableSamir Benmendil
It gets overwritten a few lines below. This is a leftover from before 1053435a6b7, when providing the lowercase binary name was not handled by CMake.
2020-12-29[kodi-standalone.sh] Remove pulse-session usageSamir Benmendil
This debian/ubuntu specific wrapper script was removed in 2009 in debian and in 2014 in ubuntu. See http://changelogs.ubuntu.com/changelogs/pool/main/p/pulseaudio/pulseaudio_11.1-1ubuntu7/changelog
2020-12-29[kodi-standalone.sh] Use APP instead of XBMCSamir Benmendil
The XBMC variable does not exist in the main kodi-standalone script, so this assignment had no effect.
2020-11-15[Linux] Add keywords to desktop filesVasyl Gello
Fixes Lintian warning.
2020-11-08Merge pull request #18659 from sy6sy2/remove-xbmc-migrationDave Blake
Remove XBMC migration steps
2020-10-30tools\Linux: add helper script for our PPAswsnipex
2020-10-28[linux] Remove XBMC migration stepSylvain CECCHETTO
Kodi is Kodi since "XBMC 14", we can assume that no one will update from XBMC 13 to Kodi 19.
2020-10-27[tools/linux]: remove windowing option from kodi wrapper scriptwsnipex
2020-05-05[kodi-standalone.sh] Replace which with command -vnl6720
The which utility is not guaranteed to be installed. Use the portable shell builtin command -v.
2019-05-20[kodi.sh] pass sigterm to kodi binaryJames Broadhead
2018-09-26Merge pull request #14460 from wsnipex/userdata_dirWolfgang Schupp
[linux] allow overriding the userdata dir
2018-09-23kodi.sh: add apport supportmglae
2018-09-21[linux] allow overriding our userdata dirwsnipex