Skip to content

Commit 56fa538

Browse files
authored
maim: Update to v5.8.2 (#10583)
**Summary** Changelog available [here](https://github.com/naelstrof/maim/releases/tag/v5.8.2). Part of #10518 Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net> **Test Plan** Take a screenshot. It doesn't support Wayland, so you only end up with a black picture, but it technically worked. **Checklist** - [x] Package was built and tested against unstable - [ ] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label --> - [x] I agree to license this contribution and all my previous contributions under the licensing terms in [LICENSE.md](../blob/main/LICENSE.md) and have the power and authority to grant those licenses.
2 parents d30fca6 + c2e5697 commit 56fa538

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

packages/m/maim/abi_used_symbols

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ libc.so.6:__libc_single_threaded
4444
libc.so.6:__libc_start_main
4545
libc.so.6:__stack_chk_fail
4646
libc.so.6:fileno
47+
libc.so.6:free
4748
libc.so.6:isatty
4849
libc.so.6:memcmp
4950
libc.so.6:memcpy
@@ -65,7 +66,9 @@ libicuuc.so.78:_ZN6icu_7813UnicodeStringC1EOS0_
6566
libicuuc.so.78:_ZN6icu_7813UnicodeStringC1ERKS0_
6667
libicuuc.so.78:_ZN6icu_7813UnicodeStringD1Ev
6768
libjpeg.so.8:jpeg_CreateCompress
69+
libjpeg.so.8:jpeg_destroy_compress
6870
libjpeg.so.8:jpeg_finish_compress
71+
libjpeg.so.8:jpeg_mem_dest
6972
libjpeg.so.8:jpeg_set_defaults
7073
libjpeg.so.8:jpeg_set_quality
7174
libjpeg.so.8:jpeg_start_compress
@@ -93,7 +96,6 @@ libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12find_last
9396
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6substrEmm
9497
libstdc++.so.6:_ZNKSt8__detail20_Prime_rehash_policy14_M_need_rehashEmmm
9598
libstdc++.so.6:_ZNSi10_M_extractIfEERSiRT_
96-
libstdc++.so.6:_ZNSi10_M_extractIlEERSiRT_
9799
libstdc++.so.6:_ZNSirsERi
98100
libstdc++.so.6:_ZNSo3putEc
99101
libstdc++.so.6:_ZNSo5flushEv

packages/m/maim/package.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
22
name : maim
3-
version : 5.8.0
4-
release : 14
3+
version : 5.8.2
4+
release : 15
55
source :
6-
- https://github.com/naelstrof/maim/archive/refs/tags/v5.8.0.tar.gz : ecafe01dcbe4246071c58ff36acdcd93d290ed501f67933334b646436650450e
6+
- https://github.com/naelstrof/maim/archive/refs/tags/v5.8.2.tar.gz : 2252c95c7eeebdee190c0a8cae3adeb1bb9c70858aef807060669fd02180204c
77
homepage : https://github.com/naelstrof/maim/
88
license : GPL-3.0-or-later
99
component : system.utils
@@ -22,8 +22,10 @@ builddeps :
2222
setup : |
2323
# for icu 75
2424
sed -e 's|CXX_STANDARD 11|CXX_STANDARD 17|g' -i CMakeLists.txt
25-
%cmake .
25+
26+
%cmake_ninja
2627
build : |
27-
%make
28+
%cmake_build
2829
install : |
29-
%make_install
30+
%cmake_install
31+
%install_license COPYING

packages/m/maim/pspec_x86_64.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<Name>maim</Name>
44
<Homepage>https://github.com/naelstrof/maim/</Homepage>
55
<Packager>
6-
<Name>Joey Riches</Name>
7-
<Email>josephriches@gmail.com</Email>
6+
<Name>Evan Maddock</Name>
7+
<Email>maddock.evan@vivaldi.net</Email>
88
</Packager>
99
<License>GPL-3.0-or-later</License>
1010
<PartOf>system.utils</PartOf>
@@ -21,16 +21,17 @@
2121
<PartOf>system.utils</PartOf>
2222
<Files>
2323
<Path fileType="executable">/usr/bin/maim</Path>
24+
<Path fileType="data">/usr/share/licenses/maim/COPYING</Path>
2425
<Path fileType="man">/usr/share/man/man1/maim.1.zst</Path>
2526
</Files>
2627
</Package>
2728
<History>
28-
<Update release="14">
29-
<Date>2026-03-01</Date>
30-
<Version>5.8.0</Version>
29+
<Update release="15">
30+
<Date>2026-09-07</Date>
31+
<Version>5.8.2</Version>
3132
<Comment>Packaging update</Comment>
32-
<Name>Joey Riches</Name>
33-
<Email>josephriches@gmail.com</Email>
33+
<Name>Evan Maddock</Name>
34+
<Email>maddock.evan@vivaldi.net</Email>
3435
</Update>
3536
</History>
3637
</PISI>

0 commit comments

Comments
 (0)