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
@@ -4,9 +4,10 @@ xvidcore:
4
4
  configure_base_dir: build/generic
5
5
  configure_options: |
6
6
 
7
- enable-idebug
8
- enable-iprofile
7
+ disable-static
9
8
 
9
+ # enable-idebug
10
+ # enable-iprofile
10
11
  description: |
11
12
 
12
13
  XviD is an MPEG-4 compliant video CODEC.
@@ -58,6 +59,7 @@ xvidcore:
58
59
  prefix: f
59
60
  keep_extracted: yes
60
61
  use_this_build_system: configure
62
+ use_build_directory: no
61
63
  sed:
62
64
  - sed -i 's/^LN_S=@LN_S@/& -f -v/' platform.inc.in
63
65
  tags:
@@ -52,7 +52,7 @@ xz:
52
52
  create 30% smaller output than gzip and 15 % smaller output than
53
53
  bzip2.
54
54
 
55
- url1: https://tukaani.org/xz/xz-5.4.1.tar.xz
55
+ url1: https://tukaani.org/xz/xz-5.4.2.tar.xz
56
56
  url2: http://tukaani.org/xz/
57
57
  symlink_headers: t
58
58
  headers:
@@ -85,4 +85,4 @@ xz:
85
85
  tags:
86
86
  - archive
87
87
  required_deps_on:
88
- last_update: 11 Jan 2023
88
+ last_update: 18 Mar 2023
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 1845804
3
+ :archive_size: 1857040
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/a2ps/"
@@ -33,7 +33,7 @@
33
33
  :installation_steps: []
34
34
  :is_an_active_project: true
35
35
  :keep_extracted: false
36
- :last_update: 10 Mar 2023
36
+ :last_update: 18 Mar 2023
37
37
  :libexec:
38
38
  :libraries: []
39
39
  :licence: unknown
@@ -41,7 +41,7 @@
41
41
  :m4_files: []
42
42
  :manual_steps:
43
43
  :may_we_modify_the_configure_options: true
44
- :md5sum: f902a1bb13d58e44087eb0e015e1169e
44
+ :md5sum: ca279f46666b98480366f3d7d0d80924
45
45
  :meson_configure_options:
46
46
  :mirror: ''
47
47
  :modify_the_makefile: false
@@ -53,14 +53,14 @@
53
53
  :pre_configure_steps: []
54
54
  :pre_make_commands: []
55
55
  :pre_make_install_sed: []
56
- :prefix: "/home/Programs/A2ps/4.15/"
56
+ :prefix: "/home/Programs/A2ps/4.15.1/"
57
57
  :preinstall: []
58
58
  :program_compile_name: ''
59
- :program_full_name: a2ps-4.15.tar.xz
59
+ :program_full_name: a2ps-4.15.1.tar.xz
60
60
  :program_name: a2ps
61
- :program_name_and_program_version: a2ps-4.15
62
- :program_path: "/home/x/src/a2ps/a2ps-4.15.tar.xz"
63
- :program_version: '4.15'
61
+ :program_name_and_program_version: a2ps-4.15.1
62
+ :program_path: "/home/x/src/a2ps/a2ps-4.15.1.tar.xz"
63
+ :program_version: 4.15.1
64
64
  :required_deps_on: []
65
65
  :run_configure: true
66
66
  :run_ldconfig: true
@@ -75,7 +75,7 @@
75
75
  :symlink_headers: false
76
76
  :symlink_pkgconfig_files: false
77
77
  :tags: []
78
- :url1: https://ftp.gnu.org/pub/gnu/a2ps/a2ps-4.15.tar.gz
78
+ :url1: https://ftp.gnu.org/pub/gnu/a2ps/a2ps-4.15.1.tar.gz
79
79
  :url2: http://ftp.gnu.org/gnu/a2ps/
80
80
  :use_autoconf: false
81
81
  :use_autogen: false
@@ -15,7 +15,7 @@
15
15
  :configure_options: ''
16
16
  :configure_options_explained: ''
17
17
  :copy_source: false
18
- :description: 'The Adwaita Icon Theme package contains an icon theme for Gtk+ 3 applications. '
18
+ :description: " The Adwaita Icon Theme package contains an icon theme for Gtk+ 3 applications."
19
19
  :do_not_download: false
20
20
  :do_not_symlink: false
21
21
  :echo_yes: ''
@@ -15,14 +15,15 @@
15
15
  :configure_options: ''
16
16
  :configure_options_explained: ''
17
17
  :copy_source: false
18
- :description: The At-Spi2 Atk package contains a library that bridges ATK to At-Spi2
19
- D-Bus service.
18
+ :description: " The At-Spi2 Atk package contains a library that bridges ATK to At-Spi2
19
+ D-Bus service."
20
20
  :do_not_download: false
21
21
  :do_not_symlink: false
22
22
  :echo_yes: ''
23
23
  :enable_shared: false
24
24
  :enable_static: false
25
- :extra_information: |
25
+ :extra_information: |2
26
+
26
27
  This is also known as the atk-bridge library.
27
28
 
28
29
  If you happen to get an error related to atspi, such as an
@@ -99,7 +100,7 @@
99
100
  :use_build_directory: true
100
101
  :use_glib_schema: false
101
102
  :use_this_build_directory:
102
- :use_this_build_system: :infer_automatically
103
+ :use_this_build_system: meson
103
104
  :use_this_make_command: make
104
105
  :use_this_make_install_command:
105
106
  :wikipedia:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 5420940
3
+ :archive_size: 5395008
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/bind/"
@@ -292,7 +292,7 @@
292
292
  :installation_steps: []
293
293
  :is_an_active_project: true
294
294
  :keep_extracted: true
295
- :last_update: 15 Feb 2023
295
+ :last_update: 15 Mar 2023
296
296
  :libexec:
297
297
  :libraries:
298
298
  - libbind9.la
@@ -334,7 +334,7 @@
334
334
  make
335
335
  make install
336
336
  :may_we_modify_the_configure_options: true
337
- :md5sum: 101a5d919a8d7da1ae98f36e36d1dc9f
337
+ :md5sum: 55846f3f003cff7900af70abb5693ba9
338
338
  :meson_configure_options:
339
339
  :mirror: ''
340
340
  :modify_the_makefile: false
@@ -346,14 +346,14 @@
346
346
  :pre_configure_steps: []
347
347
  :pre_make_commands: []
348
348
  :pre_make_install_sed: []
349
- :prefix: "/home/Programs/Bind/9.18.12/"
349
+ :prefix: "/home/Programs/Bind/9.19.11/"
350
350
  :preinstall: []
351
351
  :program_compile_name: ''
352
- :program_full_name: bind-9.18.12.tar.xz
352
+ :program_full_name: bind-9.19.11.tar.xz
353
353
  :program_name: bind
354
- :program_name_and_program_version: bind-9.18.12
355
- :program_path: "/home/x/src/bind/bind-9.18.12.tar.xz"
356
- :program_version: 9.18.12
354
+ :program_name_and_program_version: bind-9.19.11
355
+ :program_path: "/home/x/src/bind/bind-9.19.11.tar.xz"
356
+ :program_version: 9.19.11
357
357
  :required_deps_on: []
358
358
  :run_configure: true
359
359
  :run_ldconfig: true
@@ -368,7 +368,7 @@
368
368
  :symlink_headers: true
369
369
  :symlink_pkgconfig_files: false
370
370
  :tags: []
371
- :url1: https://ftp.isc.org/isc/bind9/9.18.12/bind-9.18.12.tar.xz
371
+ :url1: https://ftp.isc.org/isc/bind9/9.19.11/bind-9.19.11.tar.xz
372
372
  :url2: http://www.isc.org/index.pl?/sw/bind/index.php
373
373
  :use_autoconf: false
374
374
  :use_autogen: false
@@ -17,20 +17,21 @@
17
17
  :configure_options: ''
18
18
  :configure_options_explained: ''
19
19
  :copy_source: false
20
- :description: 'Bison is a general-purpose parser generator that converts an annotated
20
+ :description: " Bison is a general-purpose parser generator that converts an annotated
21
21
  context-free grammar into a deterministic LR or generalized LR (GLR) parser employing
22
22
  LALR parser tables. As an experimental feature, Bison can also generate IELR or
23
23
  canonical LR parser tables. Once you are proficient with Bison, you can use it to
24
24
  develop a wide range of language parsers, from those used in simple desk calculators
25
25
  to complex programming languages. Bison is upward compatible with Yacc: all properly-written
26
26
  Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc
27
- should be able to use Bison with little trouble. '
27
+ should be able to use Bison with little trouble."
28
28
  :do_not_download: false
29
29
  :do_not_symlink: false
30
30
  :echo_yes: ''
31
31
  :enable_shared: false
32
32
  :enable_static: false
33
- :extra_information: |
33
+ :extra_information: |2
34
+
34
35
  Bison also includes yacc. Yacc provides a general tool for
35
36
  describing the input to a computer program.
36
37
 
@@ -100,7 +101,7 @@
100
101
  :use_build_directory: false
101
102
  :use_glib_schema: false
102
103
  :use_this_build_directory:
103
- :use_this_build_system: :infer_automatically
104
+ :use_this_build_system: configure
104
105
  :use_this_make_command: make
105
106
  :use_this_make_install_command:
106
107
  :wikipedia:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 22783588
3
+ :archive_size: 22797104
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/calibre/"
@@ -34,7 +34,7 @@
34
34
  - python setup.py install
35
35
  :is_an_active_project: true
36
36
  :keep_extracted: true
37
- :last_update: 10 Mar 2023
37
+ :last_update: 16 Mar 2023
38
38
  :libexec:
39
39
  :libraries: []
40
40
  :licence: GPL-3
@@ -42,7 +42,7 @@
42
42
  :m4_files: []
43
43
  :manual_steps:
44
44
  :may_we_modify_the_configure_options: true
45
- :md5sum: faa689032e9d863d21ba9650f17edf81
45
+ :md5sum: 4d67cba7bc241e542885f481745c184c
46
46
  :meson_configure_options:
47
47
  :mirror: ''
48
48
  :modify_the_makefile: false
@@ -54,14 +54,14 @@
54
54
  :pre_configure_steps: []
55
55
  :pre_make_commands: []
56
56
  :pre_make_install_sed: []
57
- :prefix: "/home/Programs/Calibre/6.14.0/"
57
+ :prefix: "/home/Programs/Calibre/6.14.1/"
58
58
  :preinstall: []
59
59
  :program_compile_name: ''
60
- :program_full_name: calibre-6.14.0.tar.xz
60
+ :program_full_name: calibre-6.14.1.tar.xz
61
61
  :program_name: calibre
62
- :program_name_and_program_version: calibre-6.14.0
63
- :program_path: "/home/x/src/calibre/calibre-6.14.0.tar.xz"
64
- :program_version: 6.14.0
62
+ :program_name_and_program_version: calibre-6.14.1
63
+ :program_path: "/home/x/src/calibre/calibre-6.14.1.tar.xz"
64
+ :program_version: 6.14.1
65
65
  :required_deps_on:
66
66
  - python
67
67
  - pyqt
@@ -79,7 +79,7 @@
79
79
  :symlink_headers: false
80
80
  :symlink_pkgconfig_files: false
81
81
  :tags: []
82
- :url1: https://download.calibre-ebook.com/6.14.0/calibre-6.14.0.tar.xz
82
+ :url1: https://download.calibre-ebook.com/6.14.1/calibre-6.14.1.tar.xz
83
83
  :url2: https://download.calibre-ebook.com/
84
84
  :use_autoconf: false
85
85
  :use_autogen: false
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 457568
3
+ :archive_size: 463184
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/cracklib/"
@@ -46,7 +46,7 @@
46
46
  :installation_steps: []
47
47
  :is_an_active_project: true
48
48
  :keep_extracted: true
49
- :last_update: 06 Sep 2022
49
+ :last_update: 18 Mar 2023
50
50
  :libexec:
51
51
  :libraries:
52
52
  - libcrack.so
@@ -57,7 +57,7 @@
57
57
  :m4_files: []
58
58
  :manual_steps:
59
59
  :may_we_modify_the_configure_options: true
60
- :md5sum: 7b603fa63cbeb2845c38dddf6830893e
60
+ :md5sum: 84dcddad3d3d5a490c28ec04a5014fab
61
61
  :meson_configure_options:
62
62
  :mirror: ''
63
63
  :modify_the_makefile: false
@@ -69,14 +69,14 @@
69
69
  :pre_configure_steps: []
70
70
  :pre_make_commands: []
71
71
  :pre_make_install_sed: []
72
- :prefix: "/home/Programs/Cracklib/2.9.8/"
72
+ :prefix: "/home/Programs/Cracklib/2.9.10/"
73
73
  :preinstall: []
74
74
  :program_compile_name: ''
75
- :program_full_name: cracklib-2.9.8.tar.xz
75
+ :program_full_name: cracklib-2.9.10.tar.xz
76
76
  :program_name: cracklib
77
- :program_name_and_program_version: cracklib-2.9.8
78
- :program_path: "/home/x/src/cracklib/cracklib-2.9.8.tar.xz"
79
- :program_version: 2.9.8
77
+ :program_name_and_program_version: cracklib-2.9.10
78
+ :program_path: "/home/x/src/cracklib/cracklib-2.9.10.tar.xz"
79
+ :program_version: 2.9.10
80
80
  :required_deps_on: []
81
81
  :run_configure: true
82
82
  :run_ldconfig: true
@@ -91,7 +91,7 @@
91
91
  :symlink_headers: true
92
92
  :symlink_pkgconfig_files: false
93
93
  :tags: []
94
- :url1: https://github.com/cracklib/cracklib/releases/download/v2.9.8/cracklib-2.9.8.tar.gz
94
+ :url1: https://github.com/cracklib/cracklib/releases/download/v2.9.10/cracklib-2.9.10.tar.gz
95
95
  :url2: https://github.com/cracklib/cracklib/releases/
96
96
  :use_autoconf: false
97
97
  :use_autogen: false
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 13374292
3
+ :archive_size: 13427316
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/evolution/"
@@ -547,7 +547,7 @@
547
547
  :installation_steps: []
548
548
  :is_an_active_project: true
549
549
  :keep_extracted: true
550
- :last_update: 11 Feb 2023
550
+ :last_update: 17 Mar 2023
551
551
  :libexec:
552
552
  :libraries:
553
553
  - evolution/libeabutil.so
@@ -637,7 +637,7 @@
637
637
  :m4_files: []
638
638
  :manual_steps:
639
639
  :may_we_modify_the_configure_options: true
640
- :md5sum: f5ac4c6088d6ec734d019cd42d6cca2d
640
+ :md5sum: b5ef2405dfc8fded97045fd5c0a6ef7e
641
641
  :meson_configure_options:
642
642
  :mirror: ''
643
643
  :modify_the_makefile: false
@@ -656,11 +656,11 @@
656
656
  :prefix: "/usr/"
657
657
  :preinstall: []
658
658
  :program_compile_name: ''
659
- :program_full_name: evolution-3.46.4.tar.xz
659
+ :program_full_name: evolution-3.48.0.tar.xz
660
660
  :program_name: evolution
661
- :program_name_and_program_version: evolution-3.46.4
662
- :program_path: "/home/x/src/evolution/evolution-3.46.4.tar.xz"
663
- :program_version: 3.46.4
661
+ :program_name_and_program_version: evolution-3.48.0
662
+ :program_path: "/home/x/src/evolution/evolution-3.48.0.tar.xz"
663
+ :program_version: 3.48.0
664
664
  :required_deps_on:
665
665
  - cmake
666
666
  - evolutiondataserver
@@ -679,7 +679,7 @@
679
679
  :tags:
680
680
  - mail
681
681
  - internet
682
- :url1: https://download.gnome.org/sources/evolution/3.46/evolution-3.46.4.tar.xz
682
+ :url1: https://download.gnome.org/sources/evolution/3.48/evolution-3.48.0.tar.xz
683
683
  :url2: https://download.gnome.org/sources/evolution/?C=M&O=D
684
684
  :use_autoconf: false
685
685
  :use_autogen: false
@@ -123,23 +123,23 @@
123
123
  GNU/Linux systems.\n\n--enable-bootstrap\n\nThe --enable-bootstrap option typpically
124
124
  means that a 3-stage bootstrap\nof the compiler is used, when \"make\" is invoked.
125
125
  This test will\nensure that GCC can compile itself correctly.\n\n--enable-clocale=OPTION\n\nThis
126
- option will set a target-specific underlying locale package.\nFor instance, 'ieee_1003.1-2001'
127
- refers to an X/Open, Standard Unix\n(IEEE Std. 1003.1-2001) model based on langinfo/iconv/catgets,
128
- \nwhereas 'gnu' specifies a model based on functionality from the\nGNU C library
129
- (langinfo/iconv/gettext) from glibc.\n'generic' will use a generic 'C' abstraction
130
- which consists of\n'C' locale info, 'newlib' will specify the Newlib C library model\nwhich
131
- only differs from the 'generic' model in the handling of\nctype, or 'darwin' which
132
- omits the wchar_t specializations needed\nby the 'generic' model. If not explicitly
133
- specified, the configure\nprocess tries to guess the most suitable package from
134
- the choices\nabove. The default is 'generic'. On glibc-based systems of\nsufficient
135
- vintage (2.3 and newer), 'gnu' is automatically\nselected. On newlib-based systems
136
- ('--with_newlib=yes') and\nOpenBSD, 'newlib' is automatically selected. On Mac OS
137
- X 'darwin'\nis automatically selected. Note that this option can change the\nlibrary
138
- ABI.\n\ncc1obj is the Objective C compiler.\n\nYou may sometimes run into problems
139
- such as:\n\n cannot find -lgcc\n\nAfter updating GCC it is recommended to also
140
- re-compile libtool.\n\nFor the available languages that can be passed into --enable-languages,\ntypically
141
- these options are available:\n\n ada, c, c++, fortran, go, java, objc, obj-c++\n\nFor
142
- a real bootstrap of GCC, try this:\n\n ../configure --prefix=/home/Programs/Gcc/10.1.0\n--enable-languages=c,c++,objc,fortran
126
+ option will set a target-specific underlying locale package.\n\nFor instance, 'ieee_1003.1-2001'
127
+ refers to an X/Open, Standard Unix\n(IEEE Std. 1003.1-2001) model based on langinfo/iconv/catgets,\nwhereas
128
+ 'gnu' specifies a model based on functionality from the\nGNU C library (langinfo/iconv/gettext)
129
+ from glibc.\n'generic' will use a generic 'C' abstraction which consists of\n'C'
130
+ locale info, 'newlib' will specify the Newlib C library model\nwhich only differs
131
+ from the 'generic' model in the handling of\nctype, or 'darwin' which omits the
132
+ wchar_t specializations needed\nby the 'generic' model. If not explicitly specified,
133
+ the configure\nprocess tries to guess the most suitable package from the choices\nabove.
134
+ The default is 'generic'. On glibc-based systems of\nsufficient vintage (2.3 and
135
+ newer), 'gnu' is automatically\nselected. On newlib-based systems ('--with_newlib=yes')
136
+ and\nOpenBSD, 'newlib' is automatically selected. On Mac OS X 'darwin'\nis automatically
137
+ selected. Note that this option can change the\nlibrary ABI.\n\ncc1obj is the Objective
138
+ C compiler.\n\nYou may sometimes run into problems such as:\n\n cannot find -lgcc\n\nAfter
139
+ updating GCC it is recommended to also re-compile libtool.\n\nFor the available
140
+ languages that can be passed into --enable-languages,\ntypically these options are
141
+ available:\n\n ada, c, c++, fortran, go, java, objc, obj-c++\n\nFor a real bootstrap
142
+ of GCC, try this:\n\n ../configure --prefix=/home/Programs/Gcc/10.1.0\n--enable-languages=c,c++,objc,fortran
143
143
  --enable-initfini-array\n--disable-multilib --disable-libgomp --disable-bootstrap
144
144
  --with-newlib\n--without-headers --disable-shared\n\nI typically use a configure-line
145
145
  such as this one here:\n\n ../configure --prefix=/Programs/Gcc/4.9.2 --enable-shared
@@ -169,13 +169,13 @@
169
169
  option\nthat I am using for GCC in general, my favourite configure option so\nto
170
170
  speak. If I modify it, I will update the time stamp above.\n\nNote that some configure-options
171
171
  can cause problems. For instance, in\nNovember 2022 I was unable to compile the
172
- go add-on, so when I \nremoved it, I could compile it just fine again.\n\nThe currently
172
+ go add-on, so when I\nremoved it, I could compile it just fine again.\n\nThe currently
173
173
  used configure option for GCC is:\n\n ../configure --prefix=/home/Programs/Gcc/11.3.0\n--enable-languages=c,c++,objc,go,fortran,lto
174
174
  --disable-libstdcxx-pch\n--disable-multilib --disable-libgomp --enable-bootstrap\n"
175
175
  :extract_to: ''
176
176
  :flatpak_url: ''
177
177
  :gir_files: []
178
- :git_url:
178
+ :git_url: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git
179
179
  :has_to_be_compiled: true
180
180
  :headers: []
181
181
  :homepage: https://gcc.gnu.org/
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 506424
3
+ :archive_size: 2622768
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/geanyplugins/"
@@ -31,7 +31,7 @@
31
31
  :installation_steps: []
32
32
  :is_an_active_project: true
33
33
  :keep_extracted: true
34
- :last_update: 25 Mar 2022
34
+ :last_update: 18 Mar 2023
35
35
  :libexec:
36
36
  :libraries:
37
37
  - libgeanypluginutils.so
@@ -42,7 +42,7 @@
42
42
  :m4_files: []
43
43
  :manual_steps:
44
44
  :may_we_modify_the_configure_options: true
45
- :md5sum: 0670e9abeff116b2997c17801315dd94
45
+ :md5sum: 0a0a216143e1f022d7f177101ef5703b
46
46
  :meson_configure_options:
47
47
  :mirror: ''
48
48
  :modify_the_makefile: false
@@ -54,14 +54,14 @@
54
54
  :pre_configure_steps: []
55
55
  :pre_make_commands: []
56
56
  :pre_make_install_sed: []
57
- :prefix: "/home/Programs/Geanyplugins/0.18/"
57
+ :prefix: "/home/Programs/Geanyplugins/1.38/"
58
58
  :preinstall: []
59
59
  :program_compile_name: ''
60
- :program_full_name: geany-plugins-0.18.tar.xz
60
+ :program_full_name: geany-plugins-1.38.tar.xz
61
61
  :program_name: geany-plugins
62
- :program_name_and_program_version: geany-plugins-0.18
63
- :program_path: "/home/x/src/geanyplugins/geany-plugins-0.18.tar.xz"
64
- :program_version: '0.18'
62
+ :program_name_and_program_version: geany-plugins-1.38
63
+ :program_path: "/home/x/src/geanyplugins/geany-plugins-1.38.tar.xz"
64
+ :program_version: '1.38'
65
65
  :required_deps_on:
66
66
  - gtk+
67
67
  :run_configure: true
@@ -78,7 +78,7 @@
78
78
  :symlink_pkgconfig_files: false
79
79
  :tags:
80
80
  - editor
81
- :url1: https://plugins.geany.org/geany-plugins/geany-plugins-0.18.tar.gz
81
+ :url1: https://plugins.geany.org/geany-plugins/geany-plugins-1.38.tar.gz
82
82
  :url2: https://plugins.geany.org/geany-plugins/
83
83
  :use_autoconf: false
84
84
  :use_autogen: false
@@ -29,23 +29,13 @@
29
29
  :echo_yes: ''
30
30
  :enable_shared: false
31
31
  :enable_static: false
32
- :extra_information: |2
33
-
34
- If you get an error such as:
35
-
36
- fatal: unable to find remote helper for 'https'
37
-
38
- Then this may hint to an error related to curl; perhaps curl does
39
- not have https support compiled in. This approach has worked for
40
- me in August 2019.
41
-
42
- "git: 'remote-https' is not a git command." may also be related
43
- to a faulty/incomplete curl-installation.
44
-
45
- Note that while git can be compiled statically, this may lead to
46
- some issues, such as HTTPS no longer working. This is why the
47
- --enable-static --disable-shared option has been commented
48
- out.
32
+ :extra_information: "\nIf you get an error such as:\n\n fatal: unable to find remote
33
+ helper for 'https'\n\nThen this may hint to an error related to curl; perhaps curl
34
+ does not have\nhttps support compiled in. This approach has worked for me in August
35
+ 2019.\n\n\"git: 'remote-https' is not a git command.\" may also be related to a
36
+ \nfaulty/incomplete curl-installation.\n\nNote that while git can be compiled statically,
37
+ this may lead to some \nissues, such as HTTPS no longer working. This is why the
38
+ --enable-static\n--disable-shared option has been commented out.\n"
49
39
  :extract_to: ''
50
40
  :flatpak_url: ''
51
41
  :gir_files: []
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 861220
3
+ :archive_size: 382964
4
4
  :archive_type: ".tar.xz"
5
5
  :autosymlink_lib64:
6
6
  :base_dir: "/home/x/src/gnomeonlineaccounts/"
@@ -15,7 +15,7 @@
15
15
  :configure_options: "--enable-facebook --enable-flickr --enable-shared --disable-static"
16
16
  :configure_options_explained: ''
17
17
  :copy_source: false
18
- :description: Gnomeonlineaccounts is also known as GOA.
18
+ :description: " Gnomeonlineaccounts is also known as GOA."
19
19
  :do_not_download: false
20
20
  :do_not_symlink: false
21
21
  :echo_yes: ''
@@ -47,7 +47,7 @@
47
47
  :installation_steps: []
48
48
  :is_an_active_project: true
49
49
  :keep_extracted: true
50
- :last_update: 18 Oct 2021
50
+ :last_update: 18 March 2023
51
51
  :libexec:
52
52
  :libraries:
53
53
  - girepository-1.0/Goa-1.0.typelib
@@ -63,7 +63,7 @@
63
63
  :m4_files: []
64
64
  :manual_steps:
65
65
  :may_we_modify_the_configure_options: true
66
- :md5sum: 1de58590b3ee3259fe00bdb4effb4051
66
+ :md5sum: 9406339e88caf9ecd11191f96b6cc10e
67
67
  :meson_configure_options:
68
68
  :mirror: ''
69
69
  :modify_the_makefile: false
@@ -77,14 +77,14 @@
77
77
  :pre_configure_steps: []
78
78
  :pre_make_commands: []
79
79
  :pre_make_install_sed: []
80
- :prefix: "/home/Programs/Gnomeonlineaccounts/3.40.1/"
80
+ :prefix: "/home/Programs/Gnomeonlineaccounts/3.48.0/"
81
81
  :preinstall: []
82
82
  :program_compile_name: ''
83
- :program_full_name: gnome-online-accounts-3.40.1.tar.xz
83
+ :program_full_name: gnome-online-accounts-3.48.0.tar.xz
84
84
  :program_name: gnome-online-accounts
85
- :program_name_and_program_version: gnome-online-accounts-3.40.1
86
- :program_path: "/home/x/src/gnomeonlineaccounts/gnome-online-accounts-3.40.1.tar.xz"
87
- :program_version: 3.40.1
85
+ :program_name_and_program_version: gnome-online-accounts-3.48.0
86
+ :program_path: "/home/x/src/gnomeonlineaccounts/gnome-online-accounts-3.48.0.tar.xz"
87
+ :program_version: 3.48.0
88
88
  :required_deps_on:
89
89
  - webkitgtk
90
90
  - rest
@@ -102,11 +102,11 @@
102
102
  :symlink_pkgconfig_files: true
103
103
  :tags:
104
104
  - gnome
105
- :url1: https://download.gnome.org/sources/gnome-online-accounts/3.40/gnome-online-accounts-3.40.1.tar.xz
105
+ :url1: https://download.gnome.org/sources/gnome-online-accounts/3.48/gnome-online-accounts-3.48.0.tar.xz
106
106
  :url2: http://ftp.acc.umu.se/pub/GNOME/sources/gnome-online-accounts/?C=M;O=D
107
107
  :use_autoconf: false
108
108
  :use_autogen: false
109
- :use_build_directory: false
109
+ :use_build_directory: true
110
110
  :use_glib_schema: false
111
111
  :use_this_build_directory:
112
112
  :use_this_build_system: :infer_automatically
@@ -85,7 +85,7 @@
85
85
  :use_build_directory: true
86
86
  :use_glib_schema: false
87
87
  :use_this_build_directory:
88
- :use_this_build_system: :infer_automatically
88
+ :use_this_build_system: meson
89
89
  :use_this_make_command: make
90
90
  :use_this_make_install_command:
91
91
  :wikipedia:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :apply_patch: false
3
- :archive_size: 6229992
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: 26 Nov 2022
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: 74f9c7997773923015cb0df73d0a300f
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.20.4.tar.xz
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.20.4
359
- :program_path: "/home/x/src/gstpluginsbad/gst-plugins-bad-1.20.4.tar.xz"
360
- :program_version: 1.20.4
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.20.4.tar.xz
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