rbt 0.11.90 → 0.11.91

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rbt might be problematic. Click here for more details.

Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +102 -2
  3. data/doc/README.gen +77 -1
  4. data/doc/deprecated/README.md +3 -3
  5. data/doc/deprecated/deprecated_rbt.cgi +1 -25
  6. data/lib/rbt/installer/misc.rb +1 -1
  7. data/lib/rbt/toplevel_methods/available_programs.rb +1 -1
  8. data/lib/rbt/version/version.rb +2 -2
  9. data/lib/rbt/yaml/chained_programs/chained_programs.yml +20 -17
  10. data/lib/rbt/yaml/configuration/use_porg.yml +1 -1
  11. data/lib/rbt/yaml/cookbook_aliases.yml +2 -0
  12. data/lib/rbt/yaml/cookbooks/a2ps.yml +5 -2
  13. data/lib/rbt/yaml/cookbooks/adwaitaicontheme.yml +4 -1
  14. data/lib/rbt/yaml/cookbooks/atspi2atk.yml +5 -0
  15. data/lib/rbt/yaml/cookbooks/bind.yml +2 -2
  16. data/lib/rbt/yaml/cookbooks/bison.yml +9 -1
  17. data/lib/rbt/yaml/cookbooks/calibre.yml +2 -2
  18. data/lib/rbt/yaml/cookbooks/cracklib.yml +2 -2
  19. data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
  20. data/lib/rbt/yaml/cookbooks/gcc.yml +6 -4
  21. data/lib/rbt/yaml/cookbooks/geanyplugins.yml +2 -2
  22. data/lib/rbt/yaml/cookbooks/gnomeonlineaccounts.yml +7 -2
  23. data/lib/rbt/yaml/cookbooks/gnomescreenshot.yml +1 -0
  24. data/lib/rbt/yaml/cookbooks/gstpluginsbad.yml +2 -2
  25. data/lib/rbt/yaml/cookbooks/gstpluginsbase.yml +2 -2
  26. data/lib/rbt/yaml/cookbooks/gtk.yml +3 -1
  27. data/lib/rbt/yaml/cookbooks/imlib2.yml +2 -2
  28. data/lib/rbt/yaml/cookbooks/isl.yml +6 -1
  29. data/lib/rbt/yaml/cookbooks/libavif.yml +35 -0
  30. data/lib/rbt/yaml/cookbooks/libdrm.yml +19 -1
  31. data/lib/rbt/yaml/cookbooks/libintlperl.yml +14 -0
  32. data/lib/rbt/yaml/cookbooks/libsecret.yml +18 -0
  33. data/lib/rbt/yaml/cookbooks/libxaw.yml +2 -2
  34. data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
  35. data/lib/rbt/yaml/cookbooks/llvm.yml +16 -20
  36. data/lib/rbt/yaml/cookbooks/matedesktop.yml +2 -2
  37. data/lib/rbt/yaml/cookbooks/nautilus.yml +3 -3
  38. data/lib/rbt/yaml/cookbooks/ncurses.yml +5 -0
  39. data/lib/rbt/yaml/cookbooks/nss.yml +2 -1
  40. data/lib/rbt/yaml/cookbooks/openssh.yml +2 -2
  41. data/lib/rbt/yaml/cookbooks/samtools.yml +2 -2
  42. data/lib/rbt/yaml/cookbooks/sanefrontends.yml +3 -0
  43. data/lib/rbt/yaml/cookbooks/scummvm.yml +3 -3
  44. data/lib/rbt/yaml/cookbooks/sway.yml +7 -4
  45. data/lib/rbt/yaml/cookbooks/tesseract.yml +1 -1
  46. data/lib/rbt/yaml/cookbooks/transmission.yml +2 -2
  47. data/lib/rbt/yaml/cookbooks/unifdef.yml +21 -0
  48. data/lib/rbt/yaml/cookbooks/waylandprotocols.yml +2 -1
  49. data/lib/rbt/yaml/cookbooks/webkitgtk.yml +3 -3
  50. data/lib/rbt/yaml/cookbooks/xvidcore.yml +4 -2
  51. data/lib/rbt/yaml/cookbooks/xz.yml +2 -2
  52. data/lib/rbt/yaml/expanded_cookbooks/a2ps.yml +9 -9
  53. data/lib/rbt/yaml/expanded_cookbooks/adwaitaicontheme.yml +1 -1
  54. data/lib/rbt/yaml/expanded_cookbooks/atspi2atk.yml +5 -4
  55. data/lib/rbt/yaml/expanded_cookbooks/bind.yml +9 -9
  56. data/lib/rbt/yaml/expanded_cookbooks/bison.yml +5 -4
  57. data/lib/rbt/yaml/expanded_cookbooks/calibre.yml +9 -9
  58. data/lib/rbt/yaml/expanded_cookbooks/cracklib.yml +9 -9
  59. data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
  60. data/lib/rbt/yaml/expanded_cookbooks/gcc.yml +19 -19
  61. data/lib/rbt/yaml/expanded_cookbooks/geanyplugins.yml +9 -9
  62. data/lib/rbt/yaml/expanded_cookbooks/git.yml +7 -17
  63. data/lib/rbt/yaml/expanded_cookbooks/gnomeonlineaccounts.yml +11 -11
  64. data/lib/rbt/yaml/expanded_cookbooks/gnomescreenshot.yml +1 -1
  65. data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbad.yml +8 -8
  66. data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbase.yml +8 -8
  67. data/lib/rbt/yaml/expanded_cookbooks/gtk.yml +7 -7
  68. data/lib/rbt/yaml/expanded_cookbooks/imlib2.yml +9 -9
  69. data/lib/rbt/yaml/expanded_cookbooks/isl.yml +6 -5
  70. data/lib/rbt/yaml/expanded_cookbooks/kbproto.yml +5 -2
  71. data/lib/rbt/yaml/expanded_cookbooks/libavif.yml +96 -0
  72. data/lib/rbt/yaml/expanded_cookbooks/libdrm.yml +17 -2
  73. data/lib/rbt/yaml/expanded_cookbooks/libintlperl.yml +91 -0
  74. data/lib/rbt/yaml/expanded_cookbooks/libsecret.yml +17 -2
  75. data/lib/rbt/yaml/expanded_cookbooks/libxaw.yml +9 -9
  76. data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
  77. data/lib/rbt/yaml/expanded_cookbooks/llvm.yml +16 -20
  78. data/lib/rbt/yaml/expanded_cookbooks/matedesktop.yml +8 -8
  79. data/lib/rbt/yaml/expanded_cookbooks/nautilus.yml +10 -10
  80. data/lib/rbt/yaml/expanded_cookbooks/ncurses.yml +3 -3
  81. data/lib/rbt/yaml/expanded_cookbooks/nss.yml +9 -8
  82. data/lib/rbt/yaml/expanded_cookbooks/openldap.yml +8 -9
  83. data/lib/rbt/yaml/expanded_cookbooks/openssh.yml +9 -9
  84. data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +5 -0
  85. data/lib/rbt/yaml/expanded_cookbooks/samtools.yml +9 -9
  86. data/lib/rbt/yaml/expanded_cookbooks/sanefrontends.yml +3 -3
  87. data/lib/rbt/yaml/expanded_cookbooks/scummvm.yml +9 -9
  88. data/lib/rbt/yaml/expanded_cookbooks/sway.yml +17 -16
  89. data/lib/rbt/yaml/expanded_cookbooks/tesseract.yml +1 -1
  90. data/lib/rbt/yaml/expanded_cookbooks/transmission.yml +9 -9
  91. data/lib/rbt/yaml/expanded_cookbooks/unifdef.yml +88 -0
  92. data/lib/rbt/yaml/expanded_cookbooks/waylandprotocols.yml +2 -2
  93. data/lib/rbt/yaml/expanded_cookbooks/webkitgtk.yml +10 -10
  94. data/lib/rbt/yaml/expanded_cookbooks/xvidcore.yml +1 -1
  95. data/lib/rbt/yaml/expanded_cookbooks/xz.yml +9 -9
  96. data/lib/rbt/yaml/programs_version/available_programs_versions.md +25 -22
  97. data/lib/rbt/yaml/programs_version/programs_version.yml +20 -18
  98. data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
  99. data/lib/rbt/yaml/these_programs_were_updated.yml +23 -0
  100. metadata +13 -7
@@ -43,7 +43,7 @@ gcc:
43
43
  # disable-static
44
44
  # with-plugin-ld=ld.gold
45
45
  # libdir=/System/lib64
46
- # libexecdir=/System/libexec
46
+ # libexecdir=/System/libexec
47
47
  # localstatedir=/System/Variable
48
48
  # without-headers
49
49
  # without-included-gettext
@@ -51,7 +51,7 @@ gcc:
51
51
  # libexecdir=/usr/lib
52
52
  # host=i686-unknown-linux
53
53
  # sysconfdir=/Programs/Gcc/Settings
54
- # enable-objc-gc
54
+ # enable-objc-gc
55
55
  # enable-threads=posix
56
56
  # enable-nls
57
57
  # disable-bootstrap
@@ -213,8 +213,9 @@ gcc:
213
213
  --enable-clocale=OPTION
214
214
 
215
215
  This option will set a target-specific underlying locale package.
216
+
216
217
  For instance, 'ieee_1003.1-2001' refers to an X/Open, Standard Unix
217
- (IEEE Std. 1003.1-2001) model based on langinfo/iconv/catgets,
218
+ (IEEE Std. 1003.1-2001) model based on langinfo/iconv/catgets,
218
219
  whereas 'gnu' specifies a model based on functionality from the
219
220
  GNU C library (langinfo/iconv/gettext) from glibc.
220
221
  'generic' will use a generic 'C' abstraction which consists of
@@ -267,7 +268,7 @@ gcc:
267
268
  to speak. If I modify it, I will update the time stamp above.
268
269
 
269
270
  Note that some configure-options can cause problems. For instance, in
270
- November 2022 I was unable to compile the go add-on, so when I
271
+ November 2022 I was unable to compile the go add-on, so when I
271
272
  removed it, I could compile it just fine again.
272
273
 
273
274
  The currently used configure option for GCC is:
@@ -278,6 +279,7 @@ gcc:
278
279
  url2: https://ftp.gnu.org/gnu/gcc/?C=M;O=D
279
280
  url3: ftp://gcc.gnu.org/pub/gcc/releases/
280
281
  homepage: https://gcc.gnu.org/
282
+ git_url: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git
281
283
  libraries:
282
284
  - libasan.a
283
285
  - libasan_preinit.o
@@ -5,7 +5,7 @@ geanyplugins:
5
5
 
6
6
  description: |
7
7
  These are plugins for the editor called "geany".
8
- url1: https://plugins.geany.org/geany-plugins/geany-plugins-0.18.tar.gz
8
+ url1: https://plugins.geany.org/geany-plugins/geany-plugins-1.38.tar.gz
9
9
  url2: https://plugins.geany.org/geany-plugins/
10
10
  libraries:
11
11
  - libgeanypluginutils.so
@@ -18,4 +18,4 @@ geanyplugins:
18
18
  - editor
19
19
  required_deps_on:
20
20
  - gtk+
21
- last_update: 25 Mar 2022
21
+ last_update: 18 Mar 2023
@@ -10,10 +10,14 @@ gnomeonlineaccounts:
10
10
  disable-static
11
11
 
12
12
  description: |
13
+
13
14
  Gnomeonlineaccounts is also known as GOA.
15
+
14
16
  extra_information:
17
+
15
18
  gnome-online-accounts requires webkit2gtk.
16
- url1: https://download.gnome.org/sources/gnome-online-accounts/3.40/gnome-online-accounts-3.40.1.tar.xz
19
+
20
+ url1: https://download.gnome.org/sources/gnome-online-accounts/3.48/gnome-online-accounts-3.48.0.tar.xz
17
21
  url2: http://ftp.acc.umu.se/pub/GNOME/sources/gnome-online-accounts/?C=M;O=D
18
22
  symlink_headers: t
19
23
  headers:
@@ -44,9 +48,10 @@ gnomeonlineaccounts:
44
48
  - goa-backend-1.0.pc
45
49
  prefix: f
46
50
  keep_extracted: yes
51
+ use_build_directory: yes
47
52
  tags:
48
53
  - gnome
49
54
  required_deps_on:
50
55
  - webkitgtk
51
56
  - rest
52
- last_update: 18 Oct 2021
57
+ last_update: 18 March 2023
@@ -9,6 +9,7 @@ gnomescreenshot:
9
9
  prefix: f
10
10
  keep_extracted: yes
11
11
  use_build_directory: yes
12
+ use_this_build_system: meson
12
13
  tags:
13
14
  - gnome
14
15
  required_deps_on:
@@ -28,7 +28,7 @@ gstpluginsbad:
28
28
  code review, some documentation, a set of tests, a real
29
29
  live maintainer, or some actual wide use.
30
30
 
31
- url1: https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.20.4.tar.xz
31
+ url1: https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.1.tar.xz
32
32
  url2: https://gstreamer.freedesktop.org/src/gst-plugins-bad/?C=M;O=D
33
33
  homepage: https://gstreamer.freedesktop.org/modules/gst-plugins-bad.html
34
34
  symlink_headers: t
@@ -335,4 +335,4 @@ gstpluginsbad:
335
335
  - video
336
336
  required_deps_on:
337
337
  - meson
338
- last_update: 26 Nov 2022
338
+ last_update: 18 Mar 2023
@@ -40,7 +40,7 @@ gstpluginsbase:
40
40
 
41
41
  https://github.com/GStreamer/gst-plugins-base
42
42
 
43
- url1: https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.0.tar.xz
43
+ url1: https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.1.tar.xz
44
44
  url2: https://gstreamer.freedesktop.org/src/gst-plugins-base/?C=M;O=D
45
45
  gir_files:
46
46
  - GstAllocators-1.0.gir
@@ -293,4 +293,4 @@ gstpluginsbase:
293
293
  - video
294
294
  required_deps_on:
295
295
  - meson
296
- last_update: 24 Jan 2023
296
+ last_update: 18 Mar 2023
@@ -12,14 +12,16 @@ gtk:
12
12
  - gtk4-query-settings
13
13
  - gtk4-update-icon-cache
14
14
  - gtk4-widget-factory
15
+ program_name_and_program_version: gtk-4.8.3
15
16
  configure_options: |
16
17
  meson_configure_options: |
17
18
 
18
19
  --wrap-mode=nodownload
19
20
  --buildtype=release
21
+
20
22
  -Dbroadway-backend=true
21
23
  -Dmedia-gstreamer=disabled
22
-
24
+
23
25
  description: |
24
26
  extra_information: |
25
27
 
@@ -28,7 +28,7 @@ imlib2:
28
28
  src/modules/loaders/loader_png.c
29
29
 
30
30
  This can sometimes lead to some problems.
31
- url1: https://downloads.sourceforge.net/enlightenment/imlib2-1.9.0.tar.xz
31
+ url1: https://downloads.sourceforge.net/enlightenment/imlib2-1.11.0.tar.xz
32
32
  url2: http://sourceforge.net/projects/enlightenment/files/imlib2-src/
33
33
  homepage: https://docs.enlightenment.org/api/imlib2/html/
34
34
  symlink_headers: t
@@ -81,4 +81,4 @@ imlib2:
81
81
  - image
82
82
  required_deps_on:
83
83
  - libpng
84
- last_update: 25 Apr 2022
84
+ last_update: 18 Mar 2023
@@ -7,15 +7,20 @@ isl:
7
7
 
8
8
  short_description: |
9
9
  description: |
10
+
10
11
  isl is a library for manipulating sets and relations of integer
11
12
  points bounded by linear constraints.
13
+
12
14
  extra_information: |
15
+
13
16
  This may be required by the compiler suite GCC, as it provides
14
17
  libraries such as libisl.so.15 and similar.
18
+
15
19
  licence:
16
20
  url1: http://isl.gforge.inria.fr/isl-0.23.tar.xz
17
21
  url2: http://isl.gforge.inria.fr/?C=M;O=D
18
22
  homepage: http://isl.gforge.inria.fr/
23
+ git_url: https://repo.or.cz/isl.git
19
24
  symlink_headers: t
20
25
  headers:
21
26
  - isl/aff.h
@@ -87,6 +92,6 @@ isl:
87
92
  - isl.pc
88
93
  prefix: f
89
94
  keep_extracted: yes
90
- use_build_directory: f
95
+ use_build_directory: no
91
96
  required_deps_on:
92
97
  last_update: 15 Nov 2020
@@ -0,0 +1,35 @@
1
+ libavif:
2
+ program_name_and_program_version: libavif-18.03.2023
3
+ configure_options: |
4
+ short_description: |
5
+ library encoding and decoding .avif files.
6
+ description: |
7
+ ibavif is a library for encoding and decoding .avif files.
8
+ extra_information: |
9
+ licence:
10
+ url1:
11
+ url2:
12
+ homepage: https://github.com/AOMediaCodec/libavif
13
+ git_url: https://github.com/AOMediaCodec/libavif
14
+ symlink_headers: t
15
+ headers:
16
+ - avif/avif.h
17
+ libraries:
18
+ - cmake/libavif/libavif-config-noconfig.cmake
19
+ - cmake/libavif/libavif-config-version.cmake
20
+ - cmake/libavif/libavif-config.cmake
21
+ - libavif.so
22
+ - libavif.so.15
23
+ - libavif.so.15.0.1
24
+ symlink_pkgconfig_files: t
25
+ pkgconfig_files:
26
+ - libavif.pc
27
+ prefix: f
28
+ use_autogen: no
29
+ keep_extracted: yes
30
+ use_build_directory: yes
31
+ tags:
32
+ -
33
+ required_deps_on:
34
+ -
35
+ last_update: 18 March 2023
@@ -6,6 +6,7 @@ libdrm:
6
6
  --buildtype=release
7
7
  -Dudev=true
8
8
  -Dvalgrind=disabled
9
+ -Dintel=enabled
9
10
 
10
11
  configure_options: |
11
12
 
@@ -19,6 +20,23 @@ libdrm:
19
20
 
20
21
  with-gnu-ld
21
22
 
23
+ configure_options_explained: |
24
+
25
+ --buildtype=release: Specify a buildtype suitable for stable releases
26
+ of the package, as the default may produce
27
+ unoptimized binaries.
28
+
29
+ -Dudev=true: This parameter enables support for using Udev instead
30
+ of mknod.
31
+
32
+ -Dvalgrind=disabled: This parameter disables building libdrm with
33
+ valgrind support. This fixes building sysprof
34
+ and other packages that use libdrm. Change
35
+ this parameter to "enabled" (or remove it)
36
+ if you need support for valgrind.
37
+
38
+ -Dintel=enabled: This option specifically enables libdrm_intel.so.
39
+
22
40
  short_description: |
23
41
 
24
42
  A library for accessing the Linux kernel's Direct Rendering
@@ -48,7 +66,7 @@ libdrm:
48
66
  url1: https://dri.freedesktop.org/libdrm/libdrm-2.4.115.tar.xz
49
67
  url2: https://dri.freedesktop.org/libdrm/?C=M;O=D
50
68
  homepage: https://dri.freedesktop.org/wiki/DRM/
51
- git_url: https://gitlab.freedesktop.org/mesa/drm
69
+ git_url: https://gitlab.freedesktop.org/mesa/drm
52
70
  symlink_headers: t
53
71
  headers:
54
72
  - libdrm/amdgpu.h
@@ -0,0 +1,14 @@
1
+ libintlperl:
2
+ description: |
3
+ url1: https://cpan.metacpan.org/authors/id/G/GU/GUIDO/libintl-perl-1.33.tar.gz
4
+ url2: http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/
5
+ homepage: https://metacpan.org/dist/libintl-perl
6
+ prefix: t
7
+ keep_extracted: yes
8
+ installation_steps: PERLINSTALL
9
+ run_configure: no
10
+ tags:
11
+ - perl
12
+ required_deps_on:
13
+ - perl
14
+ last_update: 17 March 2023
@@ -18,6 +18,24 @@ libsecret:
18
18
 
19
19
  --buildtype=release
20
20
  -Dgtk_doc=false
21
+ -Dmanpage=false
22
+
23
+ configure_options_explained: |
24
+
25
+ --buildtype=release: Specify a buildtype suitable for stable releases of
26
+ the package, as the default may produce unoptimized
27
+ binaries.
28
+
29
+ -Dgtk_doc=false: Allow building this package without Gi-DocGen-2023.1
30
+ installed. If you have Gi-DocGen-2023.1 installed and
31
+ you wish to rebuild and install the API documentation,
32
+ a meson configure command will reset this option.
33
+
34
+ -Dmanpage=false: Use this switch if you have not installed libxslt-1.1.37
35
+ and DocBook packages.
36
+
37
+ -Dgcrypt=false: Use this switch if you have not installed the recommended
38
+ dependency of libgcrypt-1.10.1.
21
39
 
22
40
  short_description: |
23
41
 
@@ -17,7 +17,7 @@ libxaw:
17
17
  --disable-xaw6
18
18
 
19
19
  extra_information: |
20
- url1: https://www.x.org/releases/individual/lib/libXaw-1.0.14.tar.bz2
20
+ url1: https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz
21
21
  url2: https://www.x.org/releases/individual/lib/?C=M;O=D
22
22
  symlink_pkgconfig_files: t
23
23
  pkgconfig_files:
@@ -41,4 +41,4 @@ libxaw:
41
41
  - ncurses
42
42
  - libxpm
43
43
  - xextproto
44
- last_update: 30 Mar 2021
44
+ last_update: 18 Mar 2023
@@ -82,7 +82,7 @@ linux:
82
82
  # or
83
83
  update-grub # if you use grub
84
84
 
85
- url1: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.6.tar.xz
85
+ url1: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.7.tar.xz
86
86
  url2: https://www.kernel.org/pub/linux/kernel/
87
87
  homepage: https://www.kernel.org/
88
88
  git_url: https://github.com/torvalds/linux
@@ -1012,4 +1012,4 @@ linux:
1012
1012
  keep_extracted: yes
1013
1013
  use_build_directory: no
1014
1014
  use_this_make_command: make menuconfig
1015
- last_update: 13 Mar 2023
1015
+ last_update: 18 Mar 2023
@@ -129,9 +129,8 @@ llvm:
129
129
 
130
130
  -DLLVM_USE_LINKER=gold
131
131
 
132
- LLVM has mostly transitioned into using cmake as its build
133
- system. The old configure options that I found useful were
134
- these here:
132
+ LLVM has mostly transitioned into using cmake as its build system.
133
+ The old configure options that I found useful were these here:
135
134
 
136
135
  enable-debug-runtime
137
136
  enable-libffi
@@ -145,25 +144,22 @@ llvm:
145
144
 
146
145
  Note that 'cmake -G' specifies a generator to use.
147
146
 
148
- I have added the flag -DCMAKE_C_COMPILER=gcc as I have
149
- encountered a situation where cmake is confused about
150
- whether gcc can compile programs. With this flag that
151
- problem went away, which is why I added this in October
152
- 2018.
147
+ I have added the flag -DCMAKE_C_COMPILER=gcc as I have encountered
148
+ a situation where cmake is confused about whether gcc can compile
149
+ programs. With this flag that problem went away, which is why I
150
+ added this in October 2018.
153
151
 
154
- The entry -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" also
155
- includes BPF, which is required to build v4l-utils at a
156
- later time. Valid targets here would include: host,
157
- X86, Sparc, PowerPC, ARM, AArch64, Mips, Hexagon,
158
- Xcore, MSP430, NVPTX, SystemZ, AMDGPU, BPF, CppBackend,
159
- or all.
152
+ The entry -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" also includes
153
+ BPF, which is required to build v4l-utils at a later time. Valid
154
+ targets here would include: host, X86, Sparc, PowerPC, ARM,
155
+ AArch64, Mips, Hexagon, Xcore, MSP430, NVPTX, SystemZ, AMDGPU,
156
+ BPF, CppBackend, or all.
160
157
 
161
- If you wish to use a custom prefix for the post-compile
162
- step, if you did compile llvm from source, then you
163
- could use the following line (or adapt it to your use
164
- case):
158
+ If you wish to use a custom prefix for the post-compile step, if
159
+ you did compile llvm from source, then you could use the following
160
+ line (or adapt it to your use case):
165
161
 
166
- DESTDIR=$MY_PROGRAMS/Llvm/10.0.1/ ninja install
162
+ DESTDIR=$MY_PROGRAMS/Llvm/19.02.2023/ ninja install
167
163
 
168
164
  The recommended LLVM way, adapted to AppDir prefix, would go like this:
169
165
 
@@ -176,7 +172,7 @@ llvm:
176
172
  mkdir -v BUILD_DIRECTORY &&
177
173
  cd BUILD_DIRECTORY &&
178
174
  CC=gcc CXX=g++ \
179
- cmake -DCMAKE_INSTALL_PREFIX=$MY_PROGRAMS/Llvm/15.0.1 \
175
+ cmake -DCMAKE_INSTALL_PREFIX=$MY_PROGRAMS/Llvm/19.02.2023 \
180
176
  -DLLVM_ENABLE_FFI=ON \
181
177
  -DCMAKE_BUILD_TYPE=Release \
182
178
  -DLLVM_BUILD_LLVM_DYLIB=ON \
@@ -13,7 +13,7 @@ matedesktop:
13
13
  Library with common API for various MATE modules.
14
14
  extra_information: |
15
15
  This package also includes the org.mate.interface schema.
16
- url1: https://pub.mate-desktop.org/releases/1.26/mate-desktop-1.26.0.tar.xz
16
+ url1: https://pub.mate-desktop.org/releases/1.26/mate-desktop-1.26.1.tar.xz
17
17
  url2: https://pub.mate-desktop.org/releases/?C=M;O=D
18
18
  homepage: https://mate-desktop.org
19
19
  gir_files:
@@ -51,4 +51,4 @@ matedesktop:
51
51
  required_deps_on:
52
52
  - dconf
53
53
  - isocodes
54
- last_update: 20 Aug 2021
54
+ last_update: 16 Mar 2023
@@ -11,8 +11,8 @@ nautilus:
11
11
 
12
12
  -Dselinux=false
13
13
  -Dpackagekit=false
14
- -Dlibportal=false
15
14
 
15
+ # -Dlibportal=false
16
16
  description: |
17
17
 
18
18
  Nautilus is the default GNOME3 file manager.
@@ -25,7 +25,7 @@ nautilus:
25
25
 
26
26
  disable-selinux
27
27
 
28
- url1: https://download.gnome.org/sources/nautilus/42/nautilus-42.6.tar.xz
28
+ url1: https://download.gnome.org/sources/nautilus/44/nautilus-44.0.tar.xz
29
29
  url2: https://download.gnome.org/sources/nautilus/?C=M&O=D
30
30
  homepage: https://github.com/GNOME/nautilus
31
31
  symlink_headers: t
@@ -62,4 +62,4 @@ nautilus:
62
62
  - gnomedesktop
63
63
  - exempi
64
64
  - meson
65
- last_update: 23 Dec 2022
65
+ last_update: 18 Mar 2023
@@ -31,10 +31,14 @@ ncurses:
31
31
  #
32
32
  # with-default-terminfo-dir=/usr/share/terminfo
33
33
  short_description: |
34
+
34
35
  CRT screen handling and optimization package.
36
+
35
37
  description: |
38
+
36
39
  The Ncurses package contains libraries for terminal-independent
37
40
  handling of character screens.
41
+
38
42
  configure_options_explained: |
39
43
 
40
44
  --enable-widec
@@ -56,6 +60,7 @@ ncurses:
56
60
  libraries.
57
61
 
58
62
  extra_information: |
63
+
59
64
  Libncurses and libcurses refer to the same program (ncurses).
60
65
 
61
66
  cbreak() is defined in libtinfo. --with-termlib should lead
@@ -72,7 +72,8 @@ nss:
72
72
  install -v -m755 Linux*/bin/{certutil,nss-config,pk12util} $MY_PROGRAMS/Nss/$VERSION_TO_USE_FOR_NSS/bin
73
73
  install -v -m644 Linux*/lib/pkgconfig/nss.pc $MY_PROGRAMS/Nss/$VERSION_TO_USE_FOR_NSS/lib/pkgconfig/nss.pc
74
74
 
75
- Or, as confirmed in February 2023, the following instructions will work -
75
+ Or, as confirmed in February 2023 (as well as in March 2023, when I ran
76
+ into a similar problem again), the following instructions will work -
76
77
  after that all SSL connections I used were working again:
77
78
 
78
79
  cd nss &&
@@ -22,9 +22,9 @@ openssh:
22
22
 
23
23
  ssh-keygen
24
24
 
25
- url1: https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.2p1.tar.gz
25
+ url1: https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.3p1.tar.gz
26
26
  url2: https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/
27
27
  homepage: https://www.openssh.com/
28
28
  prefix: f
29
29
  keep_extracted: yes
30
- last_update: 02 Feb 2023
30
+ last_update: 16 Mar 2023
@@ -32,7 +32,7 @@ samtools:
32
32
  on manipulating alignments in the SAM format.
33
33
 
34
34
  extra_information: |
35
- url1: https://sourceforge.net/projects/samtools/files/samtools/1.16/samtools-1.16.1.tar.bz2
35
+ url1: https://github.com/samtools/samtools/releases/download/1.17/samtools-1.17.tar.bz2
36
36
  url2: https://sourceforge.net/projects/samtools/files/samtools/
37
37
  homepage: https://www.htslib.org/
38
38
  git_url: https://github.com/samtools/samtools
@@ -41,4 +41,4 @@ samtools:
41
41
  use_build_directory: no
42
42
  tags:
43
43
  - science
44
- last_update: 16 Sep 2022
44
+ last_update: 18 Mar 2023
@@ -3,6 +3,7 @@ sanefrontends:
3
3
  - https://www.linuxfromscratch.org/blfs/view/svn/pst/sane.html
4
4
  program_name_and_program_version: sane-frontends-1.0.14
5
5
  description: |
6
+
6
7
  To compile do:
7
8
 
8
9
  ry sanefrontends wdep
@@ -10,8 +11,10 @@ sanefrontends:
10
11
  url1: https://gitlab.com/sane-project/frontends/uploads/14e5c5a9205b10bd3df04501852eab28/sane-frontends-1.0.14.tar.gz
11
12
  url2: https://gitlab.com/sane-project/frontends/-/releases
12
13
  homepage: http://www.sane-project.org/sane-frontends.html
14
+ git_url: https://gitlab.com/sane-project/frontends
13
15
  prefix: f
14
16
  keep_extracted: yes
17
+ use_build_directory: yes
15
18
  tags:
16
19
  - scanner
17
20
  required_deps_on:
@@ -25,7 +25,7 @@ scummvm:
25
25
  extra_information: |
26
26
 
27
27
  Also includes SARIEN.
28
-
28
+
29
29
  Note that the scummVM build system does not recognize options such
30
30
  as --disable-static.
31
31
 
@@ -35,7 +35,7 @@ scummvm:
35
35
  mv scummvm scummvm-30.06.2020
36
36
  totarxz scummvm-30.06.2020
37
37
 
38
- url1: https://downloads.scummvm.org/frs/scummvm/2.6.1/scummvm-2.6.1.tar.xz
38
+ url1: https://downloads.scummvm.org/frs/scummvm/2.7.0/scummvm-2.7.0.tar.xz
39
39
  url2: https://www.scummvm.org/downloads/
40
40
  homepage: https://www.scummvm.org/
41
41
  git_url: https://github.com/scummvm/scummvm
@@ -43,4 +43,4 @@ scummvm:
43
43
  prefix: f
44
44
  keep_extracted: yes
45
45
  use_build_directory: yes
46
- last_update: 10 Nov 2022
46
+ last_update: 17 Mar 2023
@@ -1,6 +1,7 @@
1
1
  sway:
2
- program_name_and_program_version: sway-1.0
2
+ # program_name_and_program_version: sway-1.0
3
3
  description: |
4
+
4
5
  Sway is a tiling Wayland compositor and a drop-in replacement
5
6
  for the i3 window manager for X11. It works with your existing
6
7
  i3 configuration and supports most of i3's features, plus a
@@ -10,14 +11,16 @@ sway:
10
11
  rather than spatially. Windows are arranged into a grid by
11
12
  default which maximizes the efficiency of your screen and
12
13
  can be quickly manipulated using only the keyboard.
13
- url1: https://github.com/swaywm/sway/archive/1.0.tar.gz
14
+
15
+ url1: https://github.com/swaywm/sway/releases/download/1.8.1/sway-1.8.1.tar.gz
14
16
  url2: https://github.com/swaywm/sway/releases
15
17
  homepage: https://swaywm.org/
16
18
  prefix: f
17
19
  keep_extracted: yes
18
- use_build_directory: t
20
+ use_build_directory: yes
19
21
  tags:
20
22
  - windowmanager
21
23
  required_deps_on:
22
24
  - meson
23
- last_update: 13 Mar 2019
25
+ - wlroots
26
+ last_update: 16 Mar 2023
@@ -49,7 +49,7 @@ tesseract:
49
49
 
50
50
  Example download via wget:
51
51
 
52
- wget https://github.com/tesseract-ocr/tessdata/blob/main/eng.traineddata
52
+ wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata
53
53
  wget https://github.com/tesseract-ocr/tessdata/raw/4.00/deu.traineddata
54
54
 
55
55
  licence:
@@ -25,7 +25,7 @@ transmission:
25
25
 
26
26
  Transmission is a cross-platform BitTorrent client.
27
27
 
28
- url1: https://github.com/transmission/transmission/releases/download/4.0.1/transmission-4.0.1.tar.xz
28
+ url1: https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2.tar.xz
29
29
  url2: https://transmissionbt.com/download/
30
30
  flatpak_url: https://flathub.org/repo/appstream/com.transmissionbt.Transmission.flatpakref
31
31
  postinstall:
@@ -40,4 +40,4 @@ transmission:
40
40
  required_deps_on:
41
41
  - curl >= 7.16.3
42
42
  - libevent >= 1.4.9
43
- last_update: 23 Feb 2023
43
+ last_update: 16 Mar 2023
@@ -0,0 +1,21 @@
1
+ unifdef:
2
+ binaries:
3
+ -
4
+ configure_options: |
5
+ short_description: |
6
+ description: |
7
+ extra_information: |
8
+ licence:
9
+ url1: https://dotat.at/prog/unifdef/unifdef-2.12.tar.xz
10
+ url2: https://github.com/htop-dev/htop/releases
11
+ homepage:
12
+ git_url:
13
+ prefix: f
14
+ use_autogen: no
15
+ keep_extracted: yes
16
+ use_build_directory: yes
17
+ tags:
18
+ -
19
+ required_deps_on:
20
+ -
21
+ last_update: 18 March 2023
@@ -25,6 +25,7 @@ waylandprotocols:
25
25
  - wayland-protocols.pc
26
26
  prefix: f
27
27
  keep_extracted: yes
28
- use_autogen: yes
29
28
  use_build_directory: yes
29
+ use_this_build_system: meson
30
+ use_autogen: no
30
31
  last_update: 30 Nov 2022
@@ -36,7 +36,7 @@ webkitgtk:
36
36
  Programs/GtkLauncher and
37
37
  Programs/MiniBrowser
38
38
 
39
- If launching any one fails, there is a problem with the build.
39
+ If launching any one fails, there is a problem with the build.
40
40
 
41
41
  As of version 2.5.1, webkitgtk has switched to cmake.
42
42
 
@@ -98,7 +98,7 @@ webkitgtk:
98
98
  # - sed -i '/Activity.h/s:WebCore/:&platform/:' Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h
99
99
  # - sed -i 's/unsigned short/char16_t/' Source/JavaScriptCore/API/JSStringRef.h Source/WebKit2/Shared/API/c/WKString.h
100
100
  # - sed -i '/stdbool.h/ a#include <uchar.h>' Source/JavaScriptCore/API/JSBase.h
101
- url1: https://webkitgtk.org/releases/webkitgtk-2.39.90.tar.xz
101
+ url1: https://webkitgtk.org/releases/webkitgtk-2.40.0.tar.xz
102
102
  url2: https://webkitgtk.org/releases/?C=M;O=D
103
103
  homepage: https://webkitgtk.org/
104
104
  git_url: https://github.com/WebKit/WebKit.git
@@ -345,4 +345,4 @@ webkitgtk:
345
345
  - jsonpp
346
346
  - libnotify
347
347
  - libwpe
348
- last_update: 04 Mar 2023
348
+ last_update: 18 Mar 2023