rbt 0.11.89 → 0.11.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rbt might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +111 -26
- data/bin/root_prefix +7 -0
- data/doc/README.gen +77 -1
- data/doc/deprecated/README.md +3 -3
- data/doc/deprecated/deprecated_rbt.cgi +1 -25
- data/lib/rbt/installer/initialize.rb +183 -0
- data/lib/rbt/installer/installer.rb +1 -165
- data/lib/rbt/installer/menu.rb +29 -23
- data/lib/rbt/installer/misc.rb +46 -39
- data/lib/rbt/toplevel_methods/available_programs.rb +1 -1
- data/lib/rbt/version/version.rb +2 -2
- data/lib/rbt/yaml/chained_programs/chained_programs.yml +20 -17
- data/lib/rbt/yaml/configuration/use_porg.yml +1 -1
- data/lib/rbt/yaml/cookbook_aliases.yml +2 -0
- data/lib/rbt/yaml/cookbooks/a2ps.yml +5 -2
- data/lib/rbt/yaml/cookbooks/adwaitaicontheme.yml +4 -1
- data/lib/rbt/yaml/cookbooks/atspi2atk.yml +5 -0
- data/lib/rbt/yaml/cookbooks/bind.yml +2 -2
- data/lib/rbt/yaml/cookbooks/bison.yml +9 -1
- data/lib/rbt/yaml/cookbooks/calibre.yml +2 -2
- data/lib/rbt/yaml/cookbooks/cracklib.yml +2 -2
- data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gcc.yml +6 -4
- data/lib/rbt/yaml/cookbooks/geanyplugins.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gnomeonlineaccounts.yml +7 -2
- data/lib/rbt/yaml/cookbooks/gnomescreenshot.yml +1 -0
- data/lib/rbt/yaml/cookbooks/gstpluginsbad.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gstpluginsbase.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gtk.yml +3 -1
- data/lib/rbt/yaml/cookbooks/imlib2.yml +2 -2
- data/lib/rbt/yaml/cookbooks/isl.yml +6 -1
- data/lib/rbt/yaml/cookbooks/libavif.yml +35 -0
- data/lib/rbt/yaml/cookbooks/libdrm.yml +19 -1
- data/lib/rbt/yaml/cookbooks/libintlperl.yml +14 -0
- data/lib/rbt/yaml/cookbooks/libsecret.yml +18 -0
- data/lib/rbt/yaml/cookbooks/libxaw.yml +2 -2
- data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
- data/lib/rbt/yaml/cookbooks/llvm.yml +16 -20
- data/lib/rbt/yaml/cookbooks/matedesktop.yml +2 -2
- data/lib/rbt/yaml/cookbooks/nautilus.yml +3 -3
- data/lib/rbt/yaml/cookbooks/ncurses.yml +5 -0
- data/lib/rbt/yaml/cookbooks/nss.yml +2 -1
- data/lib/rbt/yaml/cookbooks/openssh.yml +2 -2
- data/lib/rbt/yaml/cookbooks/samtools.yml +2 -2
- data/lib/rbt/yaml/cookbooks/sanefrontends.yml +3 -0
- data/lib/rbt/yaml/cookbooks/scummvm.yml +3 -3
- data/lib/rbt/yaml/cookbooks/sway.yml +7 -4
- data/lib/rbt/yaml/cookbooks/tesseract.yml +1 -1
- data/lib/rbt/yaml/cookbooks/transmission.yml +2 -2
- data/lib/rbt/yaml/cookbooks/unifdef.yml +21 -0
- data/lib/rbt/yaml/cookbooks/waylandprotocols.yml +2 -1
- data/lib/rbt/yaml/cookbooks/webkitgtk.yml +3 -3
- data/lib/rbt/yaml/cookbooks/xvidcore.yml +4 -2
- data/lib/rbt/yaml/cookbooks/xz.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/a2ps.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/adwaitaicontheme.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/atspi2atk.yml +5 -4
- data/lib/rbt/yaml/expanded_cookbooks/bind.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/bison.yml +5 -4
- data/lib/rbt/yaml/expanded_cookbooks/calibre.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/cracklib.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gcc.yml +19 -19
- data/lib/rbt/yaml/expanded_cookbooks/geanyplugins.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/git.yml +7 -17
- data/lib/rbt/yaml/expanded_cookbooks/gnomeonlineaccounts.yml +11 -11
- data/lib/rbt/yaml/expanded_cookbooks/gnomescreenshot.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbad.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gstpluginsbase.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/gtk.yml +7 -7
- data/lib/rbt/yaml/expanded_cookbooks/imlib2.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/isl.yml +6 -5
- data/lib/rbt/yaml/expanded_cookbooks/kbproto.yml +5 -2
- data/lib/rbt/yaml/expanded_cookbooks/libavif.yml +96 -0
- data/lib/rbt/yaml/expanded_cookbooks/libdrm.yml +17 -2
- data/lib/rbt/yaml/expanded_cookbooks/libintlperl.yml +91 -0
- data/lib/rbt/yaml/expanded_cookbooks/libsecret.yml +17 -2
- data/lib/rbt/yaml/expanded_cookbooks/libxaw.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/llvm.yml +16 -20
- data/lib/rbt/yaml/expanded_cookbooks/matedesktop.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/nautilus.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/ncurses.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/nss.yml +9 -8
- data/lib/rbt/yaml/expanded_cookbooks/openldap.yml +8 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssh.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +5 -0
- data/lib/rbt/yaml/expanded_cookbooks/samtools.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/sanefrontends.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/scummvm.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/sway.yml +17 -16
- data/lib/rbt/yaml/expanded_cookbooks/tesseract.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/transmission.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/unifdef.yml +88 -0
- data/lib/rbt/yaml/expanded_cookbooks/waylandprotocols.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/webkitgtk.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/xvidcore.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/xz.yml +9 -9
- data/lib/rbt/yaml/programs_version/available_programs_versions.md +25 -22
- data/lib/rbt/yaml/programs_version/programs_version.yml +20 -18
- data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
- data/lib/rbt/yaml/these_programs_were_updated.yml +23 -0
- metadata +16 -7
@@ -4,7 +4,7 @@ calibre:
|
|
4
4
|
description: |
|
5
5
|
extra_information: |
|
6
6
|
licence: GPL-3
|
7
|
-
url1: https://download.calibre-ebook.com/6.14.
|
7
|
+
url1: https://download.calibre-ebook.com/6.14.1/calibre-6.14.1.tar.xz
|
8
8
|
url2: https://download.calibre-ebook.com/
|
9
9
|
homepage: https://calibre-ebook.com/
|
10
10
|
prefix: f
|
@@ -15,4 +15,4 @@ calibre:
|
|
15
15
|
- python
|
16
16
|
- pyqt
|
17
17
|
- podofo
|
18
|
-
last_update:
|
18
|
+
last_update: 16 Mar 2023
|
@@ -23,7 +23,7 @@ cracklib:
|
|
23
23
|
--with-default-dict=/some_dict_location
|
24
24
|
|
25
25
|
during build time.
|
26
|
-
url1: https://github.com/cracklib/cracklib/releases/download/v2.9.
|
26
|
+
url1: https://github.com/cracklib/cracklib/releases/download/v2.9.10/cracklib-2.9.10.tar.gz
|
27
27
|
url2: https://github.com/cracklib/cracklib/releases/
|
28
28
|
homepage: https://github.com/cracklib/cracklib
|
29
29
|
symlink_headers: t
|
@@ -36,4 +36,4 @@ cracklib:
|
|
36
36
|
- libcrack.so.2.9.0
|
37
37
|
prefix: f
|
38
38
|
keep_extracted: yes
|
39
|
-
last_update:
|
39
|
+
last_update: 18 Mar 2023
|
@@ -15,7 +15,7 @@ evolution:
|
|
15
15
|
Mail stuff for gnome.
|
16
16
|
extra_information: |
|
17
17
|
Compile evolution-dataserver before evolution.
|
18
|
-
url1: https://download.gnome.org/sources/evolution/3.
|
18
|
+
url1: https://download.gnome.org/sources/evolution/3.48/evolution-3.48.0.tar.xz
|
19
19
|
url2: https://download.gnome.org/sources/evolution/?C=M&O=D
|
20
20
|
flatpak_url: https://flathub.org/repo/appstream/org.gnome.Evolution.flatpakref
|
21
21
|
symlink_headers: t
|
@@ -629,4 +629,4 @@ evolution:
|
|
629
629
|
required_deps_on:
|
630
630
|
- cmake
|
631
631
|
- evolutiondataserver
|
632
|
-
last_update:
|
632
|
+
last_update: 17 Mar 2023
|
@@ -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-
|
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:
|
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
|
-
|
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
|
57
|
+
last_update: 18 March 2023
|
@@ -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.
|
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:
|
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.
|
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:
|
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.
|
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:
|
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:
|
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:
|
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.
|
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:
|
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.
|
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:
|
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
|
-
|
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
|
-
|
150
|
-
|
151
|
-
|
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
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
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
|
-
|
163
|
-
|
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/
|
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/
|
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.
|
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:
|
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/
|
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:
|
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
|
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.
|
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:
|
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://
|
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:
|
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.
|
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:
|
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
|
-
|
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:
|
20
|
+
use_build_directory: yes
|
19
21
|
tags:
|
20
22
|
- windowmanager
|
21
23
|
required_deps_on:
|
22
24
|
- meson
|
23
|
-
|
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/
|
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.
|
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:
|
43
|
+
last_update: 16 Mar 2023
|