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
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 5508852
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/gstpluginsbad/"
|
@@ -96,7 +96,7 @@
|
|
96
96
|
:installation_steps: []
|
97
97
|
:is_an_active_project: true
|
98
98
|
:keep_extracted: true
|
99
|
-
:last_update:
|
99
|
+
:last_update: 18 Mar 2023
|
100
100
|
:libexec:
|
101
101
|
:libraries:
|
102
102
|
- girepository-1.0/GstInsertBin-1.0.typelib
|
@@ -329,7 +329,7 @@
|
|
329
329
|
:m4_files: []
|
330
330
|
:manual_steps:
|
331
331
|
:may_we_modify_the_configure_options: true
|
332
|
-
:md5sum:
|
332
|
+
:md5sum: '0991107eb96378ad7ab262e6d1c1d461'
|
333
333
|
:meson_configure_options: --buildtype=release -Dgpl=enabled -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/
|
334
334
|
-Dpackage-name="GStreamer 1.20.4 BLFS"
|
335
335
|
:mirror: ''
|
@@ -353,11 +353,11 @@
|
|
353
353
|
:prefix: "/usr/"
|
354
354
|
:preinstall: []
|
355
355
|
:program_compile_name: ''
|
356
|
-
:program_full_name: gst-plugins-bad-1.
|
356
|
+
:program_full_name: gst-plugins-bad-1.22.1.tar.xz
|
357
357
|
:program_name: gst-plugins-bad
|
358
|
-
:program_name_and_program_version: gst-plugins-bad-1.
|
359
|
-
:program_path: "/home/x/src/gstpluginsbad/gst-plugins-bad-1.
|
360
|
-
:program_version: 1.
|
358
|
+
:program_name_and_program_version: gst-plugins-bad-1.22.1
|
359
|
+
:program_path: "/home/x/src/gstpluginsbad/gst-plugins-bad-1.22.1.tar.xz"
|
360
|
+
:program_version: 1.22.1
|
361
361
|
:required_deps_on:
|
362
362
|
- meson
|
363
363
|
:run_configure: true
|
@@ -374,7 +374,7 @@
|
|
374
374
|
:symlink_pkgconfig_files: true
|
375
375
|
:tags:
|
376
376
|
- video
|
377
|
-
:url1: https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.
|
377
|
+
:url1: https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.1.tar.xz
|
378
378
|
:url2: https://gstreamer.freedesktop.org/src/gst-plugins-bad/?C=M;O=D
|
379
379
|
:use_autoconf: false
|
380
380
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 2347340
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/gstpluginsbase/"
|
@@ -235,7 +235,7 @@
|
|
235
235
|
:installation_steps: []
|
236
236
|
:is_an_active_project: true
|
237
237
|
:keep_extracted: true
|
238
|
-
:last_update:
|
238
|
+
:last_update: 18 Mar 2023
|
239
239
|
:libexec:
|
240
240
|
:libraries:
|
241
241
|
- libgstallocators-1.0.so
|
@@ -279,7 +279,7 @@
|
|
279
279
|
:m4_files: []
|
280
280
|
:manual_steps:
|
281
281
|
:may_we_modify_the_configure_options: true
|
282
|
-
:md5sum:
|
282
|
+
:md5sum: 0ad54d0aa0221512493b9abb70a1bf59
|
283
283
|
:meson_configure_options: "--buildtype=release -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/
|
284
284
|
-Dqt5=disabled --wrap-mode=nodownload"
|
285
285
|
:mirror: ''
|
@@ -308,11 +308,11 @@
|
|
308
308
|
:prefix: "/usr/"
|
309
309
|
:preinstall: []
|
310
310
|
:program_compile_name: ''
|
311
|
-
:program_full_name: gst-plugins-base-1.22.
|
311
|
+
:program_full_name: gst-plugins-base-1.22.1.tar.xz
|
312
312
|
:program_name: gst-plugins-base
|
313
|
-
:program_name_and_program_version: gst-plugins-base-1.22.
|
314
|
-
:program_path: "/home/x/src/gstpluginsbase/gst-plugins-base-1.22.
|
315
|
-
:program_version: 1.22.
|
313
|
+
:program_name_and_program_version: gst-plugins-base-1.22.1
|
314
|
+
:program_path: "/home/x/src/gstpluginsbase/gst-plugins-base-1.22.1.tar.xz"
|
315
|
+
:program_version: 1.22.1
|
316
316
|
:required_deps_on:
|
317
317
|
- meson
|
318
318
|
:run_configure: true
|
@@ -329,7 +329,7 @@
|
|
329
329
|
:symlink_pkgconfig_files: true
|
330
330
|
:tags:
|
331
331
|
- video
|
332
|
-
:url1: https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.
|
332
|
+
:url1: https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.1.tar.xz
|
333
333
|
:url2: https://gstreamer.freedesktop.org/src/gst-plugins-base/?C=M;O=D
|
334
334
|
:use_autoconf: false
|
335
335
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 20297060
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64: t
|
6
6
|
:base_dir: "/home/x/src/gtk/"
|
@@ -61,7 +61,7 @@
|
|
61
61
|
:m4_files: []
|
62
62
|
:manual_steps:
|
63
63
|
:may_we_modify_the_configure_options: true
|
64
|
-
:md5sum:
|
64
|
+
:md5sum: d735b9c2a534f034553e2e27bc5af994
|
65
65
|
:meson_configure_options: "--wrap-mode=nodownload --buildtype=release -Dbroadway-backend=true
|
66
66
|
-Dmedia-gstreamer=disabled"
|
67
67
|
:mirror: ''
|
@@ -74,14 +74,14 @@
|
|
74
74
|
:pre_configure_steps: []
|
75
75
|
:pre_make_commands: []
|
76
76
|
:pre_make_install_sed: []
|
77
|
-
:prefix: "/home/Programs/Gtk/4.
|
77
|
+
:prefix: "/home/Programs/Gtk/4.8.3/"
|
78
78
|
:preinstall: []
|
79
79
|
:program_compile_name: ''
|
80
|
-
:program_full_name: gtk-4.
|
80
|
+
:program_full_name: gtk-4.8.3.tar.xz
|
81
81
|
:program_name: gtk
|
82
|
-
:program_name_and_program_version: gtk-4.
|
83
|
-
:program_path: "/home/x/src/gtk/gtk-4.
|
84
|
-
:program_version: 4.
|
82
|
+
:program_name_and_program_version: gtk-4.8.3
|
83
|
+
:program_path: "/home/x/src/gtk/gtk-4.8.3.tar.xz"
|
84
|
+
:program_version: 4.8.3
|
85
85
|
:required_deps_on:
|
86
86
|
- meson
|
87
87
|
:run_configure: true
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 820368
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/imlib2/"
|
@@ -44,7 +44,7 @@
|
|
44
44
|
:installation_steps: []
|
45
45
|
:is_an_active_project: true
|
46
46
|
:keep_extracted: true
|
47
|
-
:last_update:
|
47
|
+
:last_update: 18 Mar 2023
|
48
48
|
:libexec:
|
49
49
|
:libraries:
|
50
50
|
- imlib2/filters/bumpmap.la
|
@@ -89,7 +89,7 @@
|
|
89
89
|
:m4_files: []
|
90
90
|
:manual_steps:
|
91
91
|
:may_we_modify_the_configure_options: true
|
92
|
-
:md5sum:
|
92
|
+
:md5sum: bbca523e6de7192215a9a5f021477a94
|
93
93
|
:meson_configure_options:
|
94
94
|
:mirror: ''
|
95
95
|
:modify_the_makefile: false
|
@@ -102,14 +102,14 @@
|
|
102
102
|
:pre_configure_steps: []
|
103
103
|
:pre_make_commands: []
|
104
104
|
:pre_make_install_sed: []
|
105
|
-
:prefix: "/home/Programs/Imlib2/1.
|
105
|
+
:prefix: "/home/Programs/Imlib2/1.11.0/"
|
106
106
|
:preinstall: []
|
107
107
|
:program_compile_name: ''
|
108
|
-
:program_full_name: imlib2-1.
|
108
|
+
:program_full_name: imlib2-1.11.0.tar.xz
|
109
109
|
:program_name: imlib2
|
110
|
-
:program_name_and_program_version: imlib2-1.
|
111
|
-
:program_path: "/home/x/src/imlib2/imlib2-1.
|
112
|
-
:program_version: 1.
|
110
|
+
:program_name_and_program_version: imlib2-1.11.0
|
111
|
+
:program_path: "/home/x/src/imlib2/imlib2-1.11.0.tar.xz"
|
112
|
+
:program_version: 1.11.0
|
113
113
|
:required_deps_on:
|
114
114
|
- libpng
|
115
115
|
:run_configure: true
|
@@ -126,7 +126,7 @@
|
|
126
126
|
:symlink_pkgconfig_files: true
|
127
127
|
:tags:
|
128
128
|
- image
|
129
|
-
:url1: https://downloads.sourceforge.net/enlightenment/imlib2-1.
|
129
|
+
:url1: https://downloads.sourceforge.net/enlightenment/imlib2-1.11.0.tar.xz
|
130
130
|
:url2: http://sourceforge.net/projects/enlightenment/files/imlib2-src/
|
131
131
|
:use_autoconf: false
|
132
132
|
:use_autogen: false
|
@@ -14,20 +14,21 @@
|
|
14
14
|
:configure_options: "--enable-shared --disable-static"
|
15
15
|
:configure_options_explained: ''
|
16
16
|
:copy_source: false
|
17
|
-
:description: isl is a library for manipulating sets and relations of integer points
|
18
|
-
bounded by linear constraints.
|
17
|
+
:description: " isl is a library for manipulating sets and relations of integer points
|
18
|
+
bounded by linear constraints."
|
19
19
|
:do_not_download: false
|
20
20
|
:do_not_symlink: false
|
21
21
|
:echo_yes: ''
|
22
22
|
:enable_shared: false
|
23
23
|
:enable_static: false
|
24
|
-
:extra_information: |
|
24
|
+
:extra_information: |2
|
25
|
+
|
25
26
|
This may be required by the compiler suite GCC, as it provides
|
26
27
|
libraries such as libisl.so.15 and similar.
|
27
28
|
:extract_to: ''
|
28
29
|
:flatpak_url: ''
|
29
30
|
:gir_files: []
|
30
|
-
:git_url:
|
31
|
+
:git_url: https://repo.or.cz/isl.git
|
31
32
|
:has_to_be_compiled: true
|
32
33
|
:headers:
|
33
34
|
- isl/aff.h
|
@@ -145,7 +146,7 @@
|
|
145
146
|
:url2: http://isl.gforge.inria.fr/?C=M;O=D
|
146
147
|
:use_autoconf: false
|
147
148
|
:use_autogen: false
|
148
|
-
:use_build_directory:
|
149
|
+
:use_build_directory: false
|
149
150
|
:use_glib_schema: false
|
150
151
|
:use_this_build_directory:
|
151
152
|
:use_this_build_system: :infer_automatically
|
@@ -14,12 +14,15 @@
|
|
14
14
|
:configure_options: ''
|
15
15
|
:configure_options_explained: ''
|
16
16
|
:copy_source: false
|
17
|
-
:description: Part of Modular XORG - Proto.
|
17
|
+
:description: " Part of Modular XORG - Proto."
|
18
18
|
:do_not_download: false
|
19
19
|
:do_not_symlink: false
|
20
20
|
:echo_yes: ''
|
21
21
|
:enable_shared: false
|
22
22
|
:enable_static: false
|
23
|
+
:extra_information: |2
|
24
|
+
|
25
|
+
This program appears to have been abandoned.
|
23
26
|
:extract_to: ''
|
24
27
|
:flatpak_url: ''
|
25
28
|
:gir_files: []
|
@@ -81,7 +84,7 @@
|
|
81
84
|
:tags:
|
82
85
|
- xorg
|
83
86
|
:url1: http://xorg.freedesktop.org/releases/individual/proto/kbproto-1.0.7.tar.bz2
|
84
|
-
:url2:
|
87
|
+
:url2: https://www.x.org/releases/individual/proto/?C=M;O=D
|
85
88
|
:use_autoconf: false
|
86
89
|
:use_autogen: false
|
87
90
|
:use_build_directory: false
|
@@ -0,0 +1,96 @@
|
|
1
|
+
---
|
2
|
+
:apply_patch: false
|
3
|
+
:archive_size: 25449976
|
4
|
+
:archive_type: ".tar.xz"
|
5
|
+
:autosymlink_lib64:
|
6
|
+
:base_dir: "/home/x/src/libavif/"
|
7
|
+
:binaries: []
|
8
|
+
:blfs: []
|
9
|
+
:build_static: false
|
10
|
+
:can_be_compiled_statically:
|
11
|
+
:cmake_configure_options:
|
12
|
+
:configure_base_dir: "/"
|
13
|
+
:configure_command_to_use: configure
|
14
|
+
:configure_options: ''
|
15
|
+
:configure_options_explained: ''
|
16
|
+
:copy_source: false
|
17
|
+
:description: ibavif is a library for encoding and decoding .avif files.
|
18
|
+
:do_not_download: false
|
19
|
+
:do_not_symlink: false
|
20
|
+
:echo_yes: ''
|
21
|
+
:enable_shared: false
|
22
|
+
:enable_static: false
|
23
|
+
:extra_information: ''
|
24
|
+
:extract_to: ''
|
25
|
+
:flatpak_url: ''
|
26
|
+
:gir_files: []
|
27
|
+
:git_url: https://github.com/AOMediaCodec/libavif
|
28
|
+
:has_to_be_compiled: true
|
29
|
+
:headers:
|
30
|
+
- avif/avif.h
|
31
|
+
:homepage: https://github.com/AOMediaCodec/libavif
|
32
|
+
:ignore_errors: false
|
33
|
+
:installation_steps: []
|
34
|
+
:is_an_active_project: true
|
35
|
+
:keep_extracted: true
|
36
|
+
:last_update: 18 March 2023
|
37
|
+
:libexec:
|
38
|
+
:libraries:
|
39
|
+
- cmake/libavif/libavif-config-noconfig.cmake
|
40
|
+
- cmake/libavif/libavif-config-version.cmake
|
41
|
+
- cmake/libavif/libavif-config.cmake
|
42
|
+
- libavif.so
|
43
|
+
- libavif.so.15
|
44
|
+
- libavif.so.15.0.1
|
45
|
+
:licence: unknown
|
46
|
+
:localstatedir: false
|
47
|
+
:m4_files: []
|
48
|
+
:manual_steps:
|
49
|
+
:may_we_modify_the_configure_options: true
|
50
|
+
:md5sum: fb1a906e4faeb0ff4577b46b81d19e4c
|
51
|
+
:meson_configure_options:
|
52
|
+
:mirror: ''
|
53
|
+
:modify_the_makefile: false
|
54
|
+
:optional_start_message: ''
|
55
|
+
:override: false
|
56
|
+
:parameters_to_make: []
|
57
|
+
:pkgconfig_files:
|
58
|
+
- libavif.pc
|
59
|
+
:postinstall: []
|
60
|
+
:pre_configure_steps: []
|
61
|
+
:pre_make_commands: []
|
62
|
+
:pre_make_install_sed: []
|
63
|
+
:prefix: "/home/Programs/Libavif/18.03.2023/"
|
64
|
+
:preinstall: []
|
65
|
+
:program_compile_name: ''
|
66
|
+
:program_full_name: libavif-18.03.2023.tar.xz
|
67
|
+
:program_name: libavif
|
68
|
+
:program_name_and_program_version: libavif-18.03.2023
|
69
|
+
:program_path: "/home/x/src/libavif/libavif-18.03.2023.tar.xz"
|
70
|
+
:program_version: 18.03.2023
|
71
|
+
:required_deps_on: []
|
72
|
+
:run_configure: true
|
73
|
+
:run_ldconfig: true
|
74
|
+
:run_make: true
|
75
|
+
:run_make_check: false
|
76
|
+
:sed: false
|
77
|
+
:set_env_variables:
|
78
|
+
:short_description: library encoding and decoding .avif files.
|
79
|
+
:short_name: libavif
|
80
|
+
:svn_url: ''
|
81
|
+
:symlink_glib_schema: false
|
82
|
+
:symlink_headers: true
|
83
|
+
:symlink_pkgconfig_files: true
|
84
|
+
:tags:
|
85
|
+
-
|
86
|
+
:url1:
|
87
|
+
:url2:
|
88
|
+
:use_autoconf: false
|
89
|
+
:use_autogen: false
|
90
|
+
:use_build_directory: true
|
91
|
+
:use_glib_schema: false
|
92
|
+
:use_this_build_directory:
|
93
|
+
:use_this_build_system: :infer_automatically
|
94
|
+
:use_this_make_command: make
|
95
|
+
:use_this_make_install_command:
|
96
|
+
:wikipedia:
|
@@ -14,7 +14,22 @@
|
|
14
14
|
:configure_command_to_use: configure
|
15
15
|
:configure_options: "--enable-etnaviv-experimental-api --enable-intel --enable-shared
|
16
16
|
--enable-udev --disable-static --disable-valgrind --with-gnu-ld"
|
17
|
-
:configure_options_explained:
|
17
|
+
:configure_options_explained: |2
|
18
|
+
|
19
|
+
--buildtype=release: Specify a buildtype suitable for stable releases
|
20
|
+
of the package, as the default may produce
|
21
|
+
unoptimized binaries.
|
22
|
+
|
23
|
+
-Dudev=true: This parameter enables support for using Udev instead
|
24
|
+
of mknod.
|
25
|
+
|
26
|
+
-Dvalgrind=disabled: This parameter disables building libdrm with
|
27
|
+
valgrind support. This fixes building sysprof
|
28
|
+
and other packages that use libdrm. Change
|
29
|
+
this parameter to "enabled" (or remove it)
|
30
|
+
if you need support for valgrind.
|
31
|
+
|
32
|
+
-Dintel=enabled: This option specifically enables libdrm_intel.so.
|
18
33
|
:copy_source: false
|
19
34
|
:description: " The Direct Rendering Infrastructure, also known as the DRI, is a framework
|
20
35
|
for allowing direct access to graphics hardware under the X Window System in a safe
|
@@ -107,7 +122,7 @@
|
|
107
122
|
:manual_steps:
|
108
123
|
:may_we_modify_the_configure_options: true
|
109
124
|
:md5sum: 5403981a20c964f4c893ff91393652bd
|
110
|
-
:meson_configure_options: "--buildtype=release -Dudev=true -Dvalgrind=disabled"
|
125
|
+
:meson_configure_options: "--buildtype=release -Dudev=true -Dvalgrind=disabled -Dintel=enabled"
|
111
126
|
:mirror: ''
|
112
127
|
:modify_the_makefile: false
|
113
128
|
:optional_start_message: ''
|
@@ -0,0 +1,91 @@
|
|
1
|
+
---
|
2
|
+
:apply_patch: false
|
3
|
+
:archive_size: 194144
|
4
|
+
:archive_type: ".tar.xz"
|
5
|
+
:autosymlink_lib64:
|
6
|
+
:base_dir: "/home/x/src/libintlperl/"
|
7
|
+
:binaries: []
|
8
|
+
:blfs: []
|
9
|
+
:build_static: false
|
10
|
+
:can_be_compiled_statically:
|
11
|
+
:cmake_configure_options:
|
12
|
+
:configure_base_dir: "/"
|
13
|
+
:configure_command_to_use: configure
|
14
|
+
:configure_options: ''
|
15
|
+
:configure_options_explained: ''
|
16
|
+
:copy_source: false
|
17
|
+
:description: ''
|
18
|
+
:do_not_download: false
|
19
|
+
:do_not_symlink: false
|
20
|
+
:echo_yes: ''
|
21
|
+
:enable_shared: false
|
22
|
+
:enable_static: false
|
23
|
+
:extract_to: ''
|
24
|
+
:flatpak_url: ''
|
25
|
+
:gir_files: []
|
26
|
+
:git_url:
|
27
|
+
:has_to_be_compiled: true
|
28
|
+
:headers: []
|
29
|
+
:homepage: https://metacpan.org/dist/libintl-perl
|
30
|
+
:ignore_errors: false
|
31
|
+
:installation_steps:
|
32
|
+
- perl Makefile.PL
|
33
|
+
- make
|
34
|
+
- make install
|
35
|
+
:is_an_active_project: true
|
36
|
+
:keep_extracted: true
|
37
|
+
:last_update: 17 March 2023
|
38
|
+
:libexec:
|
39
|
+
:libraries: []
|
40
|
+
:licence: unknown
|
41
|
+
:localstatedir: false
|
42
|
+
:m4_files: []
|
43
|
+
:manual_steps:
|
44
|
+
:may_we_modify_the_configure_options: true
|
45
|
+
:md5sum: 50c213d749c6aadc638f5c3d35ad17e5
|
46
|
+
:meson_configure_options:
|
47
|
+
:mirror: ''
|
48
|
+
:modify_the_makefile: false
|
49
|
+
:optional_start_message: ''
|
50
|
+
:override: false
|
51
|
+
:parameters_to_make: []
|
52
|
+
:pkgconfig_files: []
|
53
|
+
:postinstall: []
|
54
|
+
:pre_configure_steps: []
|
55
|
+
:pre_make_commands: []
|
56
|
+
:pre_make_install_sed: []
|
57
|
+
:prefix: "/usr/"
|
58
|
+
:preinstall: []
|
59
|
+
:program_compile_name: ''
|
60
|
+
:program_full_name: libintl-perl-1.33.tar.xz
|
61
|
+
:program_name: libintl-perl
|
62
|
+
:program_name_and_program_version: libintl-perl-1.33
|
63
|
+
:program_path: "/home/x/src/libintlperl/libintl-perl-1.33.tar.xz"
|
64
|
+
:program_version: '1.33'
|
65
|
+
:required_deps_on:
|
66
|
+
- perl
|
67
|
+
:run_configure: false
|
68
|
+
:run_ldconfig: true
|
69
|
+
:run_make: true
|
70
|
+
:run_make_check: false
|
71
|
+
:sed: false
|
72
|
+
:set_env_variables:
|
73
|
+
:short_description:
|
74
|
+
:short_name: libintlperl
|
75
|
+
:svn_url: ''
|
76
|
+
:symlink_glib_schema: false
|
77
|
+
:symlink_headers: false
|
78
|
+
:symlink_pkgconfig_files: false
|
79
|
+
:tags:
|
80
|
+
- perl
|
81
|
+
:url1: https://cpan.metacpan.org/authors/id/G/GU/GUIDO/libintl-perl-1.33.tar.gz
|
82
|
+
:url2: http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/
|
83
|
+
:use_autoconf: false
|
84
|
+
:use_autogen: false
|
85
|
+
:use_build_directory: false
|
86
|
+
:use_glib_schema: false
|
87
|
+
:use_this_build_directory:
|
88
|
+
:use_this_build_system: :infer_automatically
|
89
|
+
:use_this_make_command: make
|
90
|
+
:use_this_make_install_command:
|
91
|
+
:wikipedia:
|
@@ -15,7 +15,22 @@
|
|
15
15
|
:configure_command_to_use: configure
|
16
16
|
:configure_options: "--enable-introspection --enable-shared --disable-manpages --disable-static
|
17
17
|
--disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf"
|
18
|
-
:configure_options_explained:
|
18
|
+
:configure_options_explained: |2
|
19
|
+
|
20
|
+
--buildtype=release: Specify a buildtype suitable for stable releases of
|
21
|
+
the package, as the default may produce unoptimized
|
22
|
+
binaries.
|
23
|
+
|
24
|
+
-Dgtk_doc=false: Allow building this package without Gi-DocGen-2023.1
|
25
|
+
installed. If you have Gi-DocGen-2023.1 installed and
|
26
|
+
you wish to rebuild and install the API documentation,
|
27
|
+
a meson configure command will reset this option.
|
28
|
+
|
29
|
+
-Dmanpage=false: Use this switch if you have not installed libxslt-1.1.37
|
30
|
+
and DocBook packages.
|
31
|
+
|
32
|
+
-Dgcrypt=false: Use this switch if you have not installed the recommended
|
33
|
+
dependency of libgcrypt-1.10.1.
|
19
34
|
:copy_source: false
|
20
35
|
:description: " Library to access the Secret Service API."
|
21
36
|
:do_not_download: false
|
@@ -64,7 +79,7 @@
|
|
64
79
|
:manual_steps:
|
65
80
|
:may_we_modify_the_configure_options: true
|
66
81
|
:md5sum: 5c9e5a011852c82fa9ed9e61ba91efb5
|
67
|
-
:meson_configure_options: "--buildtype=release -Dgtk_doc=false"
|
82
|
+
:meson_configure_options: "--buildtype=release -Dgtk_doc=false -Dmanpage=false"
|
68
83
|
:mirror: ''
|
69
84
|
:modify_the_makefile: false
|
70
85
|
:optional_start_message: ''
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 589832
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/libxaw/"
|
@@ -34,7 +34,7 @@
|
|
34
34
|
:installation_steps: []
|
35
35
|
:is_an_active_project: true
|
36
36
|
:keep_extracted: true
|
37
|
-
:last_update:
|
37
|
+
:last_update: 18 Mar 2023
|
38
38
|
:libexec:
|
39
39
|
:libraries:
|
40
40
|
- libXaw.so
|
@@ -47,7 +47,7 @@
|
|
47
47
|
:m4_files: []
|
48
48
|
:manual_steps:
|
49
49
|
:may_we_modify_the_configure_options: true
|
50
|
-
:md5sum:
|
50
|
+
:md5sum: 3f1e1052dbf3a2b8582ec24137e1fbd1
|
51
51
|
:meson_configure_options:
|
52
52
|
:mirror: ''
|
53
53
|
:modify_the_makefile: false
|
@@ -60,14 +60,14 @@
|
|
60
60
|
:pre_configure_steps: []
|
61
61
|
:pre_make_commands: []
|
62
62
|
:pre_make_install_sed: []
|
63
|
-
:prefix: "/home/Programs/Libxaw/1.0.
|
63
|
+
:prefix: "/home/Programs/Libxaw/1.0.15/"
|
64
64
|
:preinstall: []
|
65
65
|
:program_compile_name: ''
|
66
|
-
:program_full_name: libXaw-1.0.
|
66
|
+
:program_full_name: libXaw-1.0.15.tar.xz
|
67
67
|
:program_name: libXaw
|
68
|
-
:program_name_and_program_version: libXaw-1.0.
|
69
|
-
:program_path: "/home/x/src/libxaw/libXaw-1.0.
|
70
|
-
:program_version: 1.0.
|
68
|
+
:program_name_and_program_version: libXaw-1.0.15
|
69
|
+
:program_path: "/home/x/src/libxaw/libXaw-1.0.15.tar.xz"
|
70
|
+
:program_version: 1.0.15
|
71
71
|
:required_deps_on:
|
72
72
|
- xproto
|
73
73
|
- libx11
|
@@ -91,7 +91,7 @@
|
|
91
91
|
:symlink_pkgconfig_files: true
|
92
92
|
:tags:
|
93
93
|
- xorg
|
94
|
-
:url1: https://www.x.org/releases/individual/lib/libXaw-1.0.
|
94
|
+
:url1: https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz
|
95
95
|
:url2: https://www.x.org/releases/individual/lib/?C=M;O=D
|
96
96
|
:use_autoconf: false
|
97
97
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 136484084
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/linux/"
|
@@ -1036,7 +1036,7 @@
|
|
1036
1036
|
:installation_steps: []
|
1037
1037
|
:is_an_active_project: true
|
1038
1038
|
:keep_extracted: true
|
1039
|
-
:last_update:
|
1039
|
+
:last_update: 18 Mar 2023
|
1040
1040
|
:libexec:
|
1041
1041
|
:libraries: []
|
1042
1042
|
:licence: unknown
|
@@ -1044,7 +1044,7 @@
|
|
1044
1044
|
:m4_files: []
|
1045
1045
|
:manual_steps:
|
1046
1046
|
:may_we_modify_the_configure_options: true
|
1047
|
-
:md5sum:
|
1047
|
+
:md5sum: dcbf074fb45123318b3b4274f572b4ff
|
1048
1048
|
:meson_configure_options:
|
1049
1049
|
:mirror: ''
|
1050
1050
|
:modify_the_makefile: false
|
@@ -1056,14 +1056,14 @@
|
|
1056
1056
|
:pre_configure_steps: []
|
1057
1057
|
:pre_make_commands: []
|
1058
1058
|
:pre_make_install_sed: []
|
1059
|
-
:prefix: "/home/Programs/Linux/6.2.
|
1059
|
+
:prefix: "/home/Programs/Linux/6.2.7/"
|
1060
1060
|
:preinstall: []
|
1061
1061
|
:program_compile_name: ''
|
1062
|
-
:program_full_name: linux-6.2.
|
1062
|
+
:program_full_name: linux-6.2.7.tar.xz
|
1063
1063
|
:program_name: linux
|
1064
|
-
:program_name_and_program_version: linux-6.2.
|
1065
|
-
:program_path: "/home/x/src/linux/linux-6.2.
|
1066
|
-
:program_version: 6.2.
|
1064
|
+
:program_name_and_program_version: linux-6.2.7
|
1065
|
+
:program_path: "/home/x/src/linux/linux-6.2.7.tar.xz"
|
1066
|
+
:program_version: 6.2.7
|
1067
1067
|
:required_deps_on: []
|
1068
1068
|
:run_configure: true
|
1069
1069
|
:run_ldconfig: true
|
@@ -1078,7 +1078,7 @@
|
|
1078
1078
|
:symlink_headers: true
|
1079
1079
|
:symlink_pkgconfig_files: false
|
1080
1080
|
:tags: []
|
1081
|
-
:url1: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.
|
1081
|
+
:url1: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.7.tar.xz
|
1082
1082
|
:url2: https://www.kernel.org/pub/linux/kernel/
|
1083
1083
|
:use_autoconf: false
|
1084
1084
|
:use_autogen: false
|
@@ -121,9 +121,8 @@
|
|
121
121
|
|
122
122
|
-DLLVM_USE_LINKER=gold
|
123
123
|
|
124
|
-
LLVM has mostly transitioned into using cmake as its build
|
125
|
-
|
126
|
-
these here:
|
124
|
+
LLVM has mostly transitioned into using cmake as its build system.
|
125
|
+
The old configure options that I found useful were these here:
|
127
126
|
|
128
127
|
enable-debug-runtime
|
129
128
|
enable-libffi
|
@@ -137,25 +136,22 @@
|
|
137
136
|
|
138
137
|
Note that 'cmake -G' specifies a generator to use.
|
139
138
|
|
140
|
-
I have added the flag -DCMAKE_C_COMPILER=gcc as I have
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
2018.
|
139
|
+
I have added the flag -DCMAKE_C_COMPILER=gcc as I have encountered
|
140
|
+
a situation where cmake is confused about whether gcc can compile
|
141
|
+
programs. With this flag that problem went away, which is why I
|
142
|
+
added this in October 2018.
|
145
143
|
|
146
|
-
The entry -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" also
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
or all.
|
144
|
+
The entry -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" also includes
|
145
|
+
BPF, which is required to build v4l-utils at a later time. Valid
|
146
|
+
targets here would include: host, X86, Sparc, PowerPC, ARM,
|
147
|
+
AArch64, Mips, Hexagon, Xcore, MSP430, NVPTX, SystemZ, AMDGPU,
|
148
|
+
BPF, CppBackend, or all.
|
152
149
|
|
153
|
-
If you wish to use a custom prefix for the post-compile
|
154
|
-
|
155
|
-
|
156
|
-
case):
|
150
|
+
If you wish to use a custom prefix for the post-compile step, if
|
151
|
+
you did compile llvm from source, then you could use the following
|
152
|
+
line (or adapt it to your use case):
|
157
153
|
|
158
|
-
DESTDIR=$MY_PROGRAMS/Llvm/
|
154
|
+
DESTDIR=$MY_PROGRAMS/Llvm/19.02.2023/ ninja install
|
159
155
|
|
160
156
|
The recommended LLVM way, adapted to AppDir prefix, would go like this:
|
161
157
|
|
@@ -168,7 +164,7 @@
|
|
168
164
|
mkdir -v BUILD_DIRECTORY &&
|
169
165
|
cd BUILD_DIRECTORY &&
|
170
166
|
CC=gcc CXX=g++ \
|
171
|
-
cmake -DCMAKE_INSTALL_PREFIX=$MY_PROGRAMS/Llvm/
|
167
|
+
cmake -DCMAKE_INSTALL_PREFIX=$MY_PROGRAMS/Llvm/19.02.2023 \
|
172
168
|
-DLLVM_ENABLE_FFI=ON \
|
173
169
|
-DCMAKE_BUILD_TYPE=Release \
|
174
170
|
-DLLVM_BUILD_LLVM_DYLIB=ON \
|