-
Notifications
You must be signed in to change notification settings - Fork 25
/
tv.kodi.Kodi.yml
816 lines (812 loc) · 29.6 KB
/
tv.kodi.Kodi.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
app-id: tv.kodi.Kodi
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.openjdk17
command: kodi
rename-icon: kodi
rename-desktop-file: kodi.desktop
finish-args:
- --device=all
- --allow=bluetooth
- --filesystem=xdg-music
- --filesystem=xdg-pictures
- --filesystem=xdg-videos
- --filesystem=/mnt
- --filesystem=/media
- --filesystem=/run/media
- --filesystem=/run/lirc
- --filesystem=/run/udev:ro
- --share=ipc
- --share=network
- --socket=pulseaudio
- --socket=fallback-x11
- --socket=wayland
- --system-talk-name=org.freedesktop.Avahi
- --system-talk-name=org.freedesktop.login1
- --system-talk-name=org.freedesktop.UDisks2
- --system-talk-name=org.freedesktop.UPower
- --talk-name=org.freedesktop.ScreenSaver
cleanup:
- '*.a'
- '*.pyc'
- '*.pyo'
- '*.cmake'
- /.ref
- /etc
- /include
- /lib/cmake
- /lib64/cmake
- /lib/pkgconfig
- /lib64/pkgconfig
- /man
- /private
- /share/doc
- /share/man
- /var
modules:
- name: dav1d
buildsystem: meson
config-opts:
- -Denable_asm=true
- -Denable_tools=false
- -Denable_examples=false
- -Denable_tests=false
cleanup:
- /include
- /bin
- /share/doc
sources:
- type: archive
url: https://code.videolan.org/videolan/dav1d/-/archive/1.4.1/dav1d-1.4.1.tar.bz2
sha512: b2dcdeeb3d6c37788b4c697b497b9282738b758927ffbdbe72b05b1b26a61aa967dfba0ce05828b5bd5bcac93eb3394b0eafbb57e325d037867cf720d64ba099
- name: ffmpeg
config-opts:
- --enable-libdav1d
- --enable-gpl
- --enable-gnutls
- --enable-vaapi
- --enable-vdpau
cleanup:
- /include
- /lib
- /bin
- /share/doc
sources:
- type: archive
url: https://ffmpeg.org/releases/ffmpeg-6.0.1.tar.xz
sha256: 9b16b8731d78e596b4be0d720428ca42df642bb2d78342881ff7f5bc29fc9623
x-checker-data:
type: html
url: https://ffmpeg.org/releases/
pattern: '>(ffmpeg-([\d.]+)\.tar\.xz)<'
- name: flatbuffers
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DFLATBUFFERS_BUILD_FLATLIB=OFF
- -DFLATBUFFERS_BUILD_SHAREDLIB=ON
cleanup:
- /include
- /lib/*.so
sources:
- type: archive
url: https://github.com/google/flatbuffers/archive/refs/tags/v23.3.3.tar.gz
sha512: 4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0
- type: shell
commands:
- sed -i 's/-Werror=/-W/g;s/-Werror//g' CMakeLists.txt
- name: fmt
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
cleanup:
- /include
- '*.a'
sources:
- type: archive
url: https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz
sha512: 27df90c681ec37e55625062a79e3b83589b6d7e94eff37a3b412bb8c1473f757a8adb727603acc9185c3490628269216843b7d7bd5a3cb37f0029da5d1495ffa
- name: fstrcmp
buildsystem: autotools
make-args:
- all-bin
install-rule: install-libdir
make-install-args:
- install-include
cleanup:
- /include
- '*.a'
sources:
- type: archive
url: http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz
sha512: aaeb0227afd5ada5955cbe6a565254ff88d2028d677d199c00e03b7cb5de1f2c69b18e6e8b032e452350a8eda7081807b01765adbeb8476eaf803d9de6e5509c
- name: glu
config-opts:
- --disable-static
sources:
- type: archive
url: https://ftp.osuosl.org/pub/blfs/conglomeration/glu/glu-9.0.2.tar.xz
sha256: 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4
cleanup:
- /include
- /lib/*.a
- /lib/*.la
- /lib/pkgconfig
- name: glm
buildsystem: cmake-ninja
config-opts:
- -DBUILD_STATIC_LIBS=ON
- -DGLM_TEST_ENABLE_CXX_11=ON
- -DGLM_TEST_ENABLE=OFF
sources:
- type: archive
url: https://github.com/g-truc/glm/archive/refs/tags/0.9.9.8.tar.gz
sha256: 7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592
- type: shell
commands:
- echo 'install(FILES ${ROOT_HEADER} ${ROOT_INLINE} DESTINATION include/glm)'
>> glm/CMakeLists.txt
- echo 'install(FILES ${CORE_HEADER} ${CORE_INLINE} DESTINATION include/glm/detail)'
>> glm/CMakeLists.txt
- echo 'install(FILES ${EXT_HEADER} ${EXT_INLINE} DESTINATION include/glm/ext)'
>> glm/CMakeLists.txt
- echo 'install(FILES ${GTC_HEADER} ${GTC_INLINE} DESTINATION include/glm/gtc)'
>> glm/CMakeLists.txt
- echo 'install(FILES ${GTX_HEADER} ${GTX_INLINE} DESTINATION include/glm/gtx)'
>> glm/CMakeLists.txt
- echo 'install(FILES ${SIMD_HEADER} ${SIMD_INLINE} DESTINATION include/glm/simd)'
>> glm/CMakeLists.txt
- echo 'install(TARGETS glm_static)' >> glm/CMakeLists.txt
- name: hwdata
config-opts:
- --datarootdir=${FLATPAK_DEST}/lib/
sources:
- type: archive
url: https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.391.tar.gz
sha256: 620fe1c22922a3d1bd1062424e9cc6b954acea2f83b72ff0cb45144981cb1975
x-checker-data:
type: anitya
project-id: 13577
stable-only: true
url-template: https://github.com/vcrhonek/hwdata/archive/refs/tags/v$version.tar.gz
cleanup:
- /lib/pkgconfig
- name: json
buildsystem: cmake-ninja
sources:
- type: archive
url: https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.tar.gz
sha256: 0d8ef5af7f9794e3263480193c491549b2ba6cc74bb018906202ada498a79406
- name: jsoncpp
buildsystem: cmake-ninja
config-opts:
- -DJSONCPP_WITH_TESTS=OFF
- -DBUILD_STATIC_LIBS=OFF
- -DBUILD_OBJECT_LIBS=OFF
sources:
- type: archive
url: https://github.com/open-source-parsers/jsoncpp/archive/1.9.4.tar.gz
sha256: e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
- name: libass
cleanup:
- /include
- '*.a'
- '*.la'
- /lib/*.so
sources:
- type: archive
url: https://github.com/libass/libass/archive/refs/tags/0.17.1.tar.gz
sha512: 8bc83347c87c47577cd52230b3698c34301250e9a23f190a565c913defcd47a05695a4f7d9cd2e9a6ad0cfc6341e8ea2d6d779b1d714b2d6144466d2dea53951
- name: libbluray
config-opts:
- --disable-bdjava-jar
cleanup:
- /include
- '*.a'
- '*.la'
- '*.pc'
- /lib/*.so
sources:
- type: archive
url: https://download.videolan.org/pub/videolan/libbluray/1.3.4/libbluray-1.3.4.tar.bz2
sha512: 94dbf3b68d1c23fe4648c153cc2f0c251886fac0a6b6bbe3a77caabaa5322682f712afe4a7b6b16ca3f06744fbc0e1ca872209a32898dcf0ae182055d335aec1
- name: libcdio
config-opts:
- --enable-cxx
- --without-cd-drive
- --without-cd-info
- --without-cdda-player
- --without-cd-read
- --without-iso-info
- --without-iso-read
- --disable-example-progs
cleanup:
- /include
- /share/info
- '*.a'
- '*.la'
- /lib/*.so
sources:
- type: archive
url: http://git.savannah.gnu.org/cgit/libcdio.git/snapshot/libcdio-release-2.1.0.tar.gz
sha256: 3ab7973d88405a7d4aad05e547c3316ba196caa19826072174c3bc3c58145c61
- name: libcec
buildsystem: cmake-ninja
cleanup:
- /include
- /lib/*.so
sources:
- type: archive
url: https://github.com/Pulse-Eight/libcec/archive/libcec-6.0.2.tar.gz
sha256: 090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377
modules:
- name: p8-platform
buildsystem: cmake-ninja
cleanup:
- /include
- '*.a'
sources:
- type: archive
url: https://github.com/Pulse-Eight/platform/archive/p8-platform-2.1.0.1.tar.gz
sha512: 76e6f1ac64b61e4def7d99965708d0f05698379e0f3e846317174f0bc12a9654b3341afc84bd8a3a70f101ecab6c692dea96b57d7e000dfabf6cedee2b8dcd8a
- name: libdisplay-info
buildsystem: meson
sources:
- type: archive
url: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/0.2.0/libdisplay-info-0.2.0.tar.gz
sha512: ada2f7ff94a5b566475f1acf18356b4bec220673072ad5fb34f8da87156b2180ee9a4fafc9c148d847e8c707c25336dbd832d8c89e505cf97ad2c7cec1459f0b
x-checker-data:
type: anitya
project-id: 326668
url-template: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/$version/libdisplay-info-$version.tar.gz
- name: libinput
buildsystem: meson
config-opts:
- -Dlibwacom=false
- -Ddebug-gui=false
- -Dtests=false
- -Ddocumentation=false
sources:
- type: archive
url: https://www.freedesktop.org/software/libinput/libinput-1.19.2.tar.xz
sha256: 0fc39f0af3ee1a77c60c34bc45391a4d0879169f7c0f7bbbeb5eef590b98b883
modules:
- name: mtdev
sources:
- type: archive
url: http://bitmath.org/code/mtdev/mtdev-1.1.6.tar.gz
sha256: 1325f389a2f25cd5f5a8ea4d29aad24aa7c3ec30401d679400dd79eb9c0a8dbb
- type: shell
commands:
- cp -p /usr/share/automake-*/config.{sub,guess} config-aux
- name: libevdev
buildsystem: meson
config-opts:
- -Dtests=disabled
- -Ddocumentation=disabled
sources:
- type: archive
url: https://www.freedesktop.org/software/libevdev/libevdev-1.11.0.tar.xz
sha256: 63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0
- name: libmicrohttpd
cleanup:
- /include
- '*.a'
- '*.la'
- /lib/*.so
sources:
- type: archive
url: https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.77.tar.gz
sha512: 001025c023dd94c4a0cf017ed575e65a577b5ce595e7e450346bfb75def77eaa8a4cfbeffb9f4b912e34165c2cfca147c02c895e067a4f6c5a321a12035758a5
- name: libnfs
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
cleanup:
- /include
- /bin
- /lib/*.so
sources:
- type: archive
url: https://github.com/sahlberg/libnfs/archive/libnfs-5.0.2.tar.gz
sha512: 6dcf4ea8a01b35beb53694625d20fbebd858a88725c2742671878ad6fe7877999f93d262fb58a435b00c283c3e6fb6fa7222d04bb4540bf674b7ce196e9424f5
- name: libplist
cleanup:
- /include
- /bin
- '*.a'
- '*.la'
- /lib/*.so
- /share/runtime/locale
config-opts: []
sources:
- type: archive
url: https://github.com/libimobiledevice/libplist/archive/2.2.0.tar.gz
sha512: 16038a6cca3a25874e6f21b37c9088ffc8021a65e3d09046e01d5a00180e732f7e4043a0e63a60ec7ee7460bc6615daa64fa5db2ae9cea08566d8c1b02698834
- name: libudfread
cleanup:
- /include
- /share/doc
- '*.a'
- '*.la'
- /lib/*.so
sources:
- type: archive
url: http://mirrors.kodi.tv/build-deps/sources/libudfread-1.1.2.tar.gz
sha512: 3069feb5db40288beb5b112b285186162a704f0fdd3cf67a17fd4eeea015f2cfcfbb455b7aa7c3d79d00fd095a3fd11cffc7b121dce94d99c3b06a509a8977d2
- type: script
dest-filename: autogen.sh
commands:
- autoreconf -vfi
- name: lzo
config-opts:
- --enable-shared
- --disable-static
cleanup:
- /include
- /share/doc
- '*.la'
- /lib/*.so
sources:
- type: archive
url: http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
sha512: a3dae5e4a6b93b1f5bf7435e8ab114a9be57252e9efc5dd444947d7a2d031b0819f34bcaeb35f60b5629a01b1238d738735a64db8f672be9690d3c80094511a4
- name: mariadb-connector
buildsystem: cmake-ninja
config-opts:
- -DWITH_UNIT_TESTS=OFF
cleanup:
- /include
- '*.a'
sources:
- type: archive
url: https://github.com/mariadb-corporation/mariadb-connector-c/archive/refs/tags/v3.3.2.tar.gz
sha512: c423182156c2b3ba30198898176395f01f8b94c1b2e9537823db50ef0093bd303594575b0b06a9ae2d68918e9ae5d6ce050e8de3704d216ea8db99ec5029d824
- name: pycryptodome
buildsystem: simple
build-commands:
- touch .separate_namespace
- python3 setup.py install --prefix=/app --root=/
sources:
- type: archive
url: https://files.pythonhosted.org/packages/dd/3b/38d83c2725fec5b837fc05d5c6e0178a420ff839a6ad5872f10c89244899/pycryptodome-3.12.0.zip
sha512: bca064a6c544f639c2fef8bab4737db92dd9707c9496e715402a3b51c80e6b887097ef3ba9da12cbe8165d5acb57e9e4f17680e7f93794d2abe42a1339ce5da7
- name: python-pillow
buildsystem: simple
build-commands:
- python3 setup.py install --prefix=/app --root=/
sources:
- type: archive
url: https://files.pythonhosted.org/packages/80/d7/c4b258c9098b469c4a4e77b0a99b5f4fd21e359c2e486c977d231f52fc71/Pillow-10.1.0.tar.gz
sha512: 77eeaee6f2b8b77b33438d6a5f3a2c79ff1154e39bc225f279f066d6471b6991aad4390756575fa53448062f7bf8763462e95a5b2cc8af1414c1d52f27529736
- name: python3-yaml
buildsystem: simple
build-commands:
- >-
pip3 install --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} "pyyaml" --no-build-isolation
sources:
- type: file
url: https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz
sha256: d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e
- name: lirc
no-autogen: true
config-opts:
- --with-systemdsystemunitdir=/app/lib/systemd
sources:
- type: archive
url: https://downloads.sourceforge.net/project/lirc/LIRC/0.10.2/lirc-0.10.2.tar.bz2
sha256: 3d44ec8274881cf262f160805641f0827ffcc20ade0d85e7e6f3b90e0d3d222a
- type: shell
commands:
- sed -i s/Ubuntu/ignoreme/g configure.ac
- type: patch
path: patches/lirc-dont-build-docs.patch
- name: rapidjson
buildsystem: cmake-ninja
config-opts:
- -DRAPIDJSON_BUILD_DOC=OFF
- -DRAPIDJSON_BUILD_EXAMPLES=OFF
- -DRAPIDJSON_BUILD_TESTS=OFF
cleanup:
- /include
- /share/doc
sources:
- type: git
url: https://github.com/Tencent/rapidjson/
commit: 58c6938b73c8685d82905ed55ec5b59e8f163687
- name: samba
buildsystem: autotools
config-opts:
- --prefix=/app
- --disable-python
- --without-ads
- --without-ldap
- --without-pam
- --without-acl-support
- --without-systemd
- --without-ad-dc
- --without-json
- --disable-cups
- --without-ldb-lmdb
cleanup:
- /bin
- /libexec
- /share
- /include
- /lib/*.so
sources:
- type: archive
url: https://samba.org/samba/ftp/stable/samba-4.21.2.tar.gz
sha256: bde66be3d2025cb949de38518ad2652f3795f824c7fa89d4e443ede1ae828ea6
x-checker-data:
type: anitya
project-id: 4758
url-template: https://samba.org/samba/ftp/stable/samba-$version.tar.gz
modules:
- name: perl
no-autogen: true
config-opts:
- -des
post-install:
- find $FLATPAK_DEST/lib/perl5/5.34.0/${FLATPAK_ARCH}-linux/auto/ -name
\*.so -exec chmod u+w {} +
sources:
- type: archive
url: https://www.cpan.org/src/5.0/perl-5.34.0.tar.xz
sha256: 82c2e5e5c71b0e10487a80d79140469ab1f8056349ca8545140a224dbbed7ded
- type: script
dest-filename: configure
commands:
- exec ./configure.gnu $@
- name: parse-yapp
buildsystem: simple
build-commands:
- perl Makefile.PL
- make
- make install
sources:
- type: archive
url: https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-1.21.tar.gz
sha256: 3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5
- name: rpcsvc-proto
sources:
- type: archive
url: https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4.2/rpcsvc-proto-1.4.2.tar.xz
sha256: 678851b9f7ddf4410d2859c12016b65a6dd1a0728d478f18aeb54d165352f17c
- name: shairplay
cleanup:
- /include
- /bin
- '*.a'
- '*.la'
- /lib/*.so
- /share/runtime/locale
build-options:
env:
C_INCLUDE_PATH: /app/include/avahi-compat-libdns_sd:/app/include
sources:
- type: git
url: https://github.com/juhovh/shairplay/
commit: 096b61ad14c90169f438e690d096e3fcf87e504e
modules:
- name: avahi
cleanup:
- /include
- /bin
- '*.a'
- '*.la'
- /lib/*.so
- /share/runtime/locale
config-opts:
- --with-distro=none
- --disable-libdaemon
- --disable-core-docs
- --disable-manpages
- --disable-mono
- --disable-libevent
- --disable-qt4
- --disable-qt5
- --disable-python
- --disable-gtk
- --disable-gtk3
- --enable-compat-libdns_sd
sources:
- type: archive
url: https://github.com/lathiat/avahi/archive/v0.8.tar.gz
sha256: c15e750ef7c6df595fb5f2ce10cac0fee2353649600e6919ad08ae8871e4945f
- name: spdlog
buildsystem: cmake-ninja
config-opts:
- -DSPDLOG_BUILD_EXAMPLE=OFF
- -DSPDLOG_BUILD_TESTS=OFF
- -DSPDLOG_BUILD_BENCH=OFF
- -DSPDLOG_INSTALL=ON
- -DSPDLOG_FMT_EXTERNAL=ON
cleanup:
- /include
- '*.a'
sources:
- type: archive
url: https://github.com/gabime/spdlog/archive/refs/tags/v1.14.1.tar.gz
sha512: d8f36a3d65a43d8c64900e46137827aadb05559948b2f5a389bea16ed1bfac07d113ee11cf47970913298d6c37400355fe6895cda8fa6dcf6abd9da0d8f199e9
- name: swig
config-opts:
- --without-pcre
- --without-alllang
cleanup:
- /share/swig
sources:
- type: archive
url: http://prdownloads.sourceforge.net/swig/swig-4.0.2.tar.gz
sha256: d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc
modules:
- name: groovy
buildsystem: simple
build-commands:
- mkdir -p ${FLATPAK_DEST}/groovy
- cp -r groovy/* ${FLATPAK_DEST}/groovy
sources:
- type: archive
url: http://mirrors.kodi.tv/build-deps/sources/apache-groovy-binary-4.0.16.zip
sha512: 743698979c801f3cfb36545888b5303e1e25dae5692bb45cab7ebbe102a6eda31f09abc6978349ad90ecaf630416fc87eacba7781244855e7e771a3c44041fa0
dest: groovy
cleanup:
- /groovy
- name: commons-lang3
buildsystem: simple
build-commands:
- mkdir -p ${FLATPAK_DEST}/commons-lang3
- cp -r commons-lang3/* ${FLATPAK_DEST}/commons-lang3
cleanup:
- /commons-lang3
sources:
- type: archive
url: http://mirrors.kodi.tv/build-deps/sources/commons-lang3-3.14.0-bin.tar.gz
sha512: 8e7e62418a49ba810512c13a640a8bf35f878fcd54af32fdaab1111e37817f58b21b475980ba663fba4887e45ef8d88af8ff17796f20d202e929e8e2574546dc
dest: commons-lang3
- name: commons-text
buildsystem: simple
build-commands:
- mkdir -p ${FLATPAK_DEST}/commons-text
- cp -r commons-text/* ${FLATPAK_DEST}/commons-text
cleanup:
- /commons-text
sources:
- type: archive
url: http://mirrors.kodi.tv/build-deps/sources/commons-text-1.11.0-bin.tar.gz
sha512: 2e94877000dd270b69e2e8cbf49f258a90b4c628b6b6b0814e300a2f0e9c391f0816dceb0707e596ae3b7c9532f93e7a4917df47c77f44b3a810e14042ce5f3f
dest: commons-text
- name: taglib
buildsystem: cmake-ninja
config-opts:
- -DBUILD_SHARED_LIBS=ON
cleanup:
- /include
- /lib/*.so
sources:
- type: archive
url: https://taglib.org/releases/taglib-1.13.tar.gz
sha512: b6e3253d158b41173073c0da1915f5e4a3de947db918660817cb1c755fba7e3723ea1a335fbbc30b0dcf942348a471b493fe2ce1d52d1a808578edee14e1bfc7
- name: tinyxml
cleanup:
- /include
- /share/doc
- '*.a'
- '*.la'
- /lib/*.so
sources:
- type: archive
url: http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz
sha512: 01b5c564c29f151b076ff47211404e3b203d9d12071054c11c0eca84f2bba7c3fe90936d6580f6045ea9c204435f8b19e77e56ad5fae05241d311222b898eacf
- type: script
dest-filename: autogen.sh
commands:
- autoreconf -vfi
- name: tinyxml2
buildsystem: cmake-ninja
build-options:
cflags: -fPIC
cxxflags: -fPIC
sources:
- type: archive
url: https://github.com/leethomason/tinyxml2/archive/refs/tags/9.0.0.tar.gz
sha512: 9c5ce8131984690df302ca3e32314573b137180ed522c92fd631692979c942372a28f697fdb3d5e56bcf2d3dc596262b724d088153f3e1d721c9536f2a883367
- name: waylandpp
buildsystem: cmake-ninja
sources:
- type: archive
url: https://github.com/NilsBrause/waylandpp/archive/1.0.0.tar.gz
sha512: 64b59d073a0593ecf442362eb63ec0a9dfeaa1ad1d56b5955cb0c159fd01dc45e012b926811c6ca0dc12d4bb2e640eabc2e778ab7d28de2098eb694d26f01039
- type: patch
path: patches/waylandpp-gcc13.patch
modules:
- name: pugixml
buildsystem: cmake-ninja
config-opts:
- -DBUILD_SHARED_LIBS=ON
sources:
- type: archive
url: https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz
sha256: 017139251c122dbff400a507cddc4cb74120a431a50c6c524f30edcc5b331ade
- name: pcre
config-opts:
- --enable-unicode-properties
sources:
- type: archive
url: http://prdownloads.sourceforge.net/pcre/pcre-8.45.tar.bz2
sha512: 91bff52eed4a2dfc3f3bfdc9c672b88e7e2ffcf3c4b121540af8a4ae8c1ce05178430aa6b8000658b9bb7b4252239357250890e20ceb84b79cdfcde05154061a
- name: kodi
buildsystem: cmake-ninja
config-opts:
- -DAPP_PACKAGE=tv.kodi.Kodi
- -DADDONS_CONFIGURE_AT_STARTUP=OFF
- -DVERBOSE=1
- -DENABLE_TESTING=OFF
- -DENABLE_AIRTUNES=ON
- -DENABLE_ALSA=ON
- -DENABLE_AVAHI=ON
- -DENABLE_BLURAY=ON
- -DENABLE_CEC=ON
- -DENABLE_DBUS=ON
- -DENABLE_DVDCSS=ON
- -DENABLE_EGL=ON
- -DENABLE_EVENTCLIENTS=ON
- -DENABLE_MICROHTTPD=ON
- -DENABLE_MARIADBCLIENT=ON
- -DENABLE_NFS=ON
- -DENABLE_OPTICAL=ON
- -DENABLE_PULSEAUDIO=ON
- -DENABLE_SMBCLIENT=ON
- -DENABLE_UDEV=ON
- -DENABLE_UPNP=ON
- -DENABLE_VAAPI=ON
- -DENABLE_VDPAU=ON
- -DENABLE_XSLT=ON
- -DENABLE_INTERNAL_RapidJSON=OFF
- -DENABLE_INTERNAL_FLATBUFFERS=OFF
- -DENABLE_INTERNAL_FMT=OFF
- -DENABLE_INTERNAL_NFS=OFF
- -DENABLE_INTERNAL_FFMPEG=OFF
- -DENABLE_LIRCCLIENT=ON
- -DAPP_RENDER_SYSTEM=gl
- -DJava_JAVA_EXECUTABLE=/usr/lib/sdk/openjdk17/bin/java
- -DCROSSGUID_URL=build/download/crossguid.tar.gz
- -DLIBDVDCSS_URL=build/download/libdvdcss.tar.gz
- -DLIBDVDREAD_URL=build/download/libdvdread.tar.gz
- -DLIBDVDNAV_URL=build/download/libdvdnav.tar.gz
- -DFETCHCONTENT_SOURCE_DIR_GROOVY=/app/groovy
- -DFETCHCONTENT_SOURCE_DIR_APACHE-COMMONS-LANG=/app/commons-lang3
- -DFETCHCONTENT_SOURCE_DIR_APACHE-COMMONS-TEXT=/app/commons-text
sources:
- type: git
url: https://github.com/xbmc/xbmc.git
tag: 21.1-Omega
commit: 183eb85f108c3d8b44a578de80f575f27afe9b9a
x-checker-data:
type: git
tag-pattern: ^([\d.]+)-\w+$
- type: patch
path: patches/kodi.sh.in.patch
- type: file
path: addon-list.txt
dest: build/download/
- type: file
path: tools/patch-addon-manifest.sh
dest: build/download/
- type: shell
commands:
- build/download/patch-addon-manifest.sh build/download/addon-list.txt
- type: file
url: http://mirrors.kodi.tv/build-deps/sources/crossguid-ca1bf4b810e2d188d04cb6286f957008ee1b7681.tar.gz
sha256: 6be27e0b3a4907f0cd3cfadec255ee1b925569e1bd06e67a4d2f4267299b69c4
dest: build/download/
dest-filename: crossguid.tar.gz
- type: file
url: https://github.com/xbmc/libdvdcss/archive/1.4.3-Next-Nexus-Alpha2-2.tar.gz
sha512: d3be3bfc13c5ea56d8db745c2aab090c99760684fe4c8f62a13d266feb319e9180ceeecf8116bfd2ed90d9accba2c11dbbf93b61ad00f69a40812ebf4eabcdda
dest: build/download/
dest-filename: libdvdcss.tar.gz
- type: file
url: https://github.com/xbmc/libdvdread/archive/6.1.3-Next-Nexus-Alpha2-2.tar.gz
sha512: 629a41157d07b8ec0ea1fe89ae5ec48f63047472a862782b805c531ae31a0376fc4dc15175f8280c3ef91d7fa977bacebb1b51232640034a34bab2293210fc5e
dest: build/download/
dest-filename: libdvdread.tar.gz
- type: file
url: https://github.com/xbmc/libdvdnav/archive/6.1.1-Next-Nexus-Alpha2-2.tar.gz
sha512: 51e6fc033121241354a5f0b3fc9a430577ae3ff6bb7f31445aa548ef4893037fb80eea3b2c6774c81e9ebaf9c45e9b490c98c2c65eb38f9f7daba84b236f7e1d
dest: build/download/
dest-filename: libdvdnav.tar.gz
- name: kodi-platform
buildsystem: cmake-ninja
sources:
- type: archive
url: https://github.com/xbmc/kodi-platform/archive/809c5e9d711e378561440a896fcb7dbcd009eb3d.tar.gz
sha256: 159165ae641da5eb273885ce53b8a4b84e62a595c4974f9d12c1b5d1428ef25c
- addons/audiodecoder.2sf/audiodecoder.2sf.json
- addons/audiodecoder.asap/audiodecoder.asap.json
# - addons/audiodecoder.dumb/audiodecoder.dumb.json
- addons/audiodecoder.fluidsynth/audiodecoder.fluidsynth.json
- addons/audiodecoder.gme/audiodecoder.gme.json
- addons/audiodecoder.gsf/audiodecoder.gsf.json
- addons/audiodecoder.hvl/audiodecoder.hvl.json
- addons/audiodecoder.modplug/audiodecoder.modplug.json
- addons/audiodecoder.ncsf/audiodecoder.ncsf.json
- addons/audiodecoder.nosefart/audiodecoder.nosefart.json
- addons/audiodecoder.openmpt/audiodecoder.openmpt.json
- addons/audiodecoder.organya/audiodecoder.organya.json
- addons/audiodecoder.qsf/audiodecoder.qsf.json
- addons/audiodecoder.sacd/audiodecoder.sacd.json
- addons/audiodecoder.sidplay/audiodecoder.sidplay.json
- addons/audiodecoder.snesapu/audiodecoder.snesapu.json
- addons/audiodecoder.ssf/audiodecoder.ssf.json
- addons/audiodecoder.stsound/audiodecoder.stsound.json
- addons/audiodecoder.timidity/audiodecoder.timidity.json
- addons/audiodecoder.upse/audiodecoder.upse.json
- addons/audiodecoder.usf/audiodecoder.usf.json
- addons/audiodecoder.vgmstream/audiodecoder.vgmstream.json
- addons/audiodecoder.wsr/audiodecoder.wsr.json
- addons/audioencoder.flac/audioencoder.flac.json
- addons/audioencoder.lame/audioencoder.lame.json
- addons/audioencoder.vorbis/audioencoder.vorbis.json
- addons/audioencoder.wav/audioencoder.wav.json
- addons/game.libretro/game.libretro.json
# - addons/game.libretro.2048/game.libretro.2048.json
- addons/game.libretro.mrboom/game.libretro.mrboom.json
- addons/imagedecoder.heif/imagedecoder.heif.json
- addons/imagedecoder.mpo/imagedecoder.mpo.json
- addons/imagedecoder.raw/imagedecoder.raw.json
- addons/inputstream.adaptive/inputstream.adaptive.json
- addons/inputstream.ffmpegdirect/inputstream.ffmpegdirect.json
- addons/inputstream.rtmp/inputstream.rtmp.json
- addons/peripheral.joystick/peripheral.joystick.json
- addons/peripheral.xarcade/peripheral.xarcade.json
- addons/pvr.argustv/pvr.argustv.json
- addons/pvr.demo/pvr.demo.json
- addons/pvr.dvblink/pvr.dvblink.json
- addons/pvr.dvbviewer/pvr.dvbviewer.json
- addons/pvr.filmon/pvr.filmon.json
- addons/pvr.freebox/pvr.freebox.json
- addons/pvr.hdhomerun/pvr.hdhomerun.json
- addons/pvr.hts/pvr.hts.json
- addons/pvr.iptvsimple/pvr.iptvsimple.json
- addons/pvr.mediaportal.tvserver/pvr.mediaportal.tvserver.json
- addons/pvr.mythtv/pvr.mythtv.json
- addons/pvr.nextpvr/pvr.nextpvr.json
- addons/pvr.njoy/pvr.njoy.json
- addons/pvr.octonet/pvr.octonet.json
- addons/pvr.pctv/pvr.pctv.json
- addons/pvr.plutotv/pvr.plutotv.json
- addons/pvr.sledovanitv.cz/pvr.sledovanitv.cz.json
- addons/pvr.stalker/pvr.stalker.json
- addons/pvr.teleboy/pvr.teleboy.json
- addons/pvr.vbox/pvr.vbox.json
- addons/pvr.vdr.vnsi/pvr.vdr.vnsi.json
- addons/pvr.vuplus/pvr.vuplus.json
- addons/pvr.waipu/pvr.waipu.json
- addons/pvr.wmc/pvr.wmc.json
- addons/pvr.zattoo/pvr.zattoo.json
- addons/screensaver.asteroids/screensaver.asteroids.json
- addons/screensaver.asterwave/screensaver.asterwave.json
- addons/screensaver.biogenesis/screensaver.biogenesis.json
- addons/screensaver.cpblobs/screensaver.cpblobs.json
- addons/screensaver.greynetic/screensaver.greynetic.json
- addons/screensaver.matrixtrails/screensaver.matrixtrails.json
- addons/screensaver.pingpong/screensaver.pingpong.json
- addons/screensaver.pyro/screensaver.pyro.json
- addons/screensaver.shadertoy/screensaver.shadertoy.json
- addons/screensaver.stars/screensaver.stars.json
- addons/vfs.libarchive/vfs.libarchive.json
- addons/vfs.rar/vfs.rar.json
- addons/vfs.sftp/vfs.sftp.json
- addons/visualization.fishbmc/visualization.fishbmc.json
- addons/visualization.goom/visualization.goom.json
- addons/visualization.matrix/visualization.matrix.json
- addons/visualization.pictureit/visualization.pictureit.json
- addons/visualization.projectm/visualization.projectm.json
- addons/visualization.shadertoy/visualization.shadertoy.json
- addons/visualization.spectrum/visualization.spectrum.json
- addons/visualization.starburst/visualization.starburst.json
- addons/visualization.waveform/visualization.waveform.json