Commit graph

221 commits

Author SHA1 Message Date
graysky
81bc857c8d alarm/kodi-rpi-git to 21.x.64168.5122788f7b-1
Fix armv7h build using compatible java which is different for aarch64
2023-10-09 15:12:08 -04:00
graysky
e82a39336c alarm/kodi-rpi-git: cleanup PKGBUILD 2023-10-07 14:33:35 -04:00
graysky
1d736f9abb alarm/kodi-rpi-git to 21.x.64154.1de19a678c-1 2023-10-07 07:30:15 -04:00
graysky
f3855d59ee alarm/kodi-rpi-git to 21.x.64141.d1f4cc97d0-1 2023-10-05 14:47:30 -04:00
graysky
e4cb4393ef alarm/kodi-rpi-git to 21.x.64130.a5cb44baf4-1 2023-10-04 15:07:27 -04:00
graysky
db21d8a8f9 alarm/kodi-rpi-git to 21.x.63918.32d3bdf384-1 2023-09-10 06:36:09 -04:00
graysky
2139b7de2d alarm/kodi-rpi-git to 21.x.63878.ff765cc6e4-3 2023-09-09 10:07:18 -04:00
graysky
0846422f03 alarm/kodi-rpi-git to 21.x.63803.a700dd5c69-3 2023-09-02 06:12:30 -04:00
graysky
fe7033c772 alarm/kodi-rpi-git to 21.x.63803.a700dd5c69-2 2023-09-01 13:44:21 -04:00
graysky
52e609427d alarm/kodi-rpi-git to 21.x.63803.a700dd5c69-1 2023-08-31 13:39:19 -04:00
graysky
c808d0f0a0 alarm/kodi-rpi-git to 21.x.63789.fde4650a8c-1 2023-08-29 08:00:46 -04:00
graysky
33b1bc3977 alarm/kodi-rpi-git to 21.x.63655.5e64eba3d8-3 2023-08-13 13:15:11 -04:00
graysky
8585af8090 Update to 21.x.63655.5e64eba3d8-2 2023-08-13 05:42:30 -04:00
graysky
39505a7328 alarm/kodi-rpi-git to 21.x.63655.5e64eba3d8-1 2023-08-12 11:44:41 -04:00
graysky
65c0ddc654 alarm/kodi-rpi-git to 21.x.63517.b3d948e6c8-2 2023-07-28 16:15:40 -04:00
graysky
2c0d45bcac alarm/kodi-rpi-git to 21.x.63517.b3d948e6c8-1 2023-07-28 14:59:59 -04:00
graysky
b7b8744b52 alarm/kodi-rpi-git to 21.x.63310.39b05a2abd-1
Drop pipewire as depends thanks to https://github.com/xbmc/xbmc/issues/23225
getting fixed via b4d4386eb5
2023-06-17 11:30:57 -04:00
graysky
84ee3ec539 alarm/kodi-rpi-git to 21.x.63013.f02e604e5e-1 2023-05-17 15:12:47 -04:00
graysky
24d9bde86d alarm/kodi-rpi-git to 21.x.62999.2269ed2a92-3
It seems that kodi now requires pipewire not just libpipewire.  Without it,
it coredumps upon launching.  Adding the following to /etc/conf.d/kodi-standalone
gives some insights in journalctl: PIPEWIRE_DEBUG=4

kodi-standalone[1920]: [D] pw.context [pipewire.c:229 load_spa_handle()] load lib:'support/libspa-support' factory-name:'support.log'
kodi-standalone[1920]: [D] pw.context [pipewire.c:113 open_plugin()] can't load /usr/lib/spa-0.2/support/libspa-support.so: /usr/lib/spa-0.2/support/libspa-support.so: cannot open shared object file: No such file or directory
kodi-standalone[1920]: [D] pw.context [pipewire.c:229 load_spa_handle()] load lib:'support/libspa-journal' factory-name:'support.log'
kodi-standalone[1920]: [D] pw.context [pipewire.c:113 open_plugin()] can't load /usr/lib/spa-0.2/support/libspa-journal.so: /usr/lib/spa-0.2/support/libspa-journal.so: cannot open shared object file: No such file or directory
kodi-standalone[1920]: [D] pw.context [pipewire.c:229 load_spa_handle()] load lib:'support/libspa-support' factory-name:'support.cpu'
kodi-standalone[1920]: [D] pw.context [pipewire.c:113 open_plugin()] can't load /usr/lib/spa-0.2/support/libspa-support.so: /usr/lib/spa-0.2/support/libspa-support.so: cannot open shared object file: No such file or directory
kodi-standalone[1920]: [I] pw.context [pipewire.c:647 pw_init()] version 0.3.70
kodi-standalone[1920]: [D] pw.thread-loop [thread-loop.c:145 loop_new()] 0x55d4113840: new name:pipewire
kodi-standalone[1920]: [D] pw.context [pipewire.c:229 load_spa_handle()] load lib:'support/libspa-support' factory-name:'support.system'
kodi-standalone[1920]: [D] pw.context [pipewire.c:113 open_plugin()] can't load /usr/lib/spa-0.2/support/libspa-support.so: /usr/lib/spa-0.2/support/libspa-support.so: cannot open shared object file: No such file or directory
kodi-standalone[1920]: [E] pw.loop [loop.c:67 pw_loop_new()] 0x55d42460c0: can't make support.system handle: No such file or directory
kodi-standalone[1920]: terminate called after throwing an instance of 'std::runtime_error'
kodi-standalone[1920]:   what():  CPipewireThreadLoop: failed to create main loop

That lib is provided by pipewire so add it to depends.
2023-04-29 15:39:30 -04:00
graysky
0f079d5263 alarm/kodi-rpi-git to 21.x.62999.2269ed2a92-2
Add libdisplay-info to depends
2023-04-29 15:13:23 -04:00
graysky
89a83e2a19 alarm/kodi-rpi-git to 21.x.62999.2269ed2a92-1 2023-04-29 15:06:45 -04:00
graysky
39a74eeb70 alarm/kodi-rpi-git to 21.x.62828.5343fb65b4-1 2023-04-09 13:37:34 -04:00
graysky
cfe04b1e3c alarm/kodi-rpi-git to 21.x.62741.9ba1fb5a43-1 2023-03-30 05:09:31 -04:00
graysky
7670b98d30 alarm/kodi-rpi-git to 21.x.62708.4076f16f4d-1 2023-03-26 16:12:00 -04:00
graysky
e953827286 alarm/kodi-rpi-git to 21.x.62661.a3e17eddd5-1 2023-03-21 08:21:48 -04:00
graysky
c3f83d0690 alarm/kodi-rpi-git to 21.x.62579.8359b7d4f5-1 2023-03-12 07:04:58 -04:00
graysky
c24b76fca6 alarm/kodi-rpi-git to 21.x.62521.26dd662ef2-1 2023-03-05 14:57:29 -05:00
graysky
b63783ac31 alarm/kodi-rpi-git to 21.x.62486.40461ffd1b-1 2023-03-02 04:29:48 -05:00
graysky
ca88394434 alarm/kodi-rpi-git to 21.x.62434.f7f48acc2a-1 2023-02-25 13:34:41 -05:00
graysky
0725727d91 alarm/kodi-rpi-git to 21.x.62392.eede5b81f1-1 2023-02-21 06:04:34 -05:00
graysky
1adfb82221 alarm/kodi-rpi-git to 21.x.62319.5d18c29e4e-1 2023-02-17 07:56:08 -05:00
graysky
d6a17b52f5 alarm/kodi-rpi-git to 21.x.62247.4b0b61fc9c-1 2023-02-12 04:50:17 -05:00
graysky
750f16fb31 alarm/kodi-rpi-git to 21.x.62177.bceda95496-2 2023-02-11 08:22:06 -05:00
graysky
4ec381a40a alarm/kodi-rpi-git to 21.x.62177.bceda95496-1
Kodi upstream now uses ffmpeg official releases
2023-02-05 03:40:33 -05:00
graysky
dd7c7f7cd1 alarm/kodi-rpi-git to 21.x.62170.781b6dace9-1 2023-02-04 15:05:56 -05:00
graysky
33a130826f alarm/kodi-rpi-git: do not build with DENABLE_EGL=ON 2023-02-03 15:36:27 -05:00
graysky
25053249c0 alarm/kodi-rpi-git to 21.x.62155.d6861157b0-1 2023-02-03 03:52:15 -05:00
graysky
dbecd6c4fb alarm/kodi-rpi-git to 21.x.62117.aed7b0930f-1 2023-01-31 19:14:47 -05:00
graysky
220fb7128a alarm/kodi-rpi-git to 21.x.62112.b5f6566512-1 2023-01-31 14:04:49 -05:00
graysky
e74d79f1ed alarm/kodi-rpi-git to 21.x.62062.f9d0d82f2b-1 2023-01-27 12:10:55 -05:00
graysky
31bb5c1631 alarm/kodi-rpi-git to 21.x.62011.c21d0b2e2a-1 2023-01-19 14:13:36 -05:00
graysky
bf43212085 alarm/kodi-rpi-git to 21.x.61963.cc6a567e99-1
Switch over to master for Omega builds now the Nexus has gone gold
2023-01-15 06:57:39 -05:00
graysky
4937a2f68f alarm/kodi-rpi-git to 20.x.61855.5429a64cc9-1
Use upstream recommended version of ffmpeg for Nexus
2023-01-15 04:00:37 -05:00
graysky
0895ed2980 alarm/kodi-rpi-git to 20.x.61847.918b73a3e4-1 2023-01-14 06:25:49 -05:00
graysky
57e48b0c05 alarm/kodi-rpi-git to 20.x.61844.c752ed32f0-1 2023-01-12 06:32:24 -05:00
graysky
04c9702cd4 alarm/kodi-rpi-git to 20.x.61830.f7d0f8956e-1 2023-01-09 13:58:07 -05:00
graysky
e4f9eaed81 alarm/kodi-rpi-git to 20.x.61830.b53f369bc5-1 2023-01-09 03:23:05 -05:00
graysky
3e34774461 alarm/kodi-rpi-git: use https 2023-01-07 05:45:15 -05:00
graysky
9b79988408 alarm/kodi-rpi-git to 20.x.61826.faa7c76bcc-1 2023-01-05 09:03:36 -05:00
graysky
c8522c17fc alarm/kodi-rpi-git to 20.x.61818.1ef157dd29-1 2023-01-03 06:22:10 -05:00