Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sfnt2woff-zopfli: update to 1.3.1 #2874

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions packages/s/sfnt2woff-zopfli/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
libc.so.6:__assert_fail
libc.so.6:__fprintf_chk
libc.so.6:__isoc99_sscanf
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
libc.so.6:__sprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:calloc
libc.so.6:exit
libc.so.6:fclose
libc.so.6:fopen
libc.so.6:fprintf
libc.so.6:fread
libc.so.6:free
libc.so.6:fseek
Expand All @@ -13,13 +17,18 @@ libc.so.6:fwrite
libc.so.6:getopt
libc.so.6:malloc
libc.so.6:memcpy
libc.so.6:printf
libc.so.6:memmove
libc.so.6:memset
libc.so.6:optarg
libc.so.6:optind
libc.so.6:puts
libc.so.6:qsort
libc.so.6:realloc
libc.so.6:sprintf
libc.so.6:stderr
libc.so.6:stdout
libc.so.6:strcat
libc.so.6:strcmp
libc.so.6:strcpy
libc.so.6:strlen
libc.so.6:strrchr
libm.so.6:log
libz.so.1:uncompress
11 changes: 8 additions & 3 deletions packages/s/sfnt2woff-zopfli/package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name : sfnt2woff-zopfli
version : 1.1.0
release : 1
version : 1.3.1
release : 2
source :
- https://github.com/bramstein/sfnt2woff-zopfli/archive/v1.1.0.tar.gz : 86deae57d0bd0eb395f2797c370613e62c1f33dd86626a21e309b154c98efa6b
- https://github.com/bramstein/sfnt2woff-zopfli/archive/refs/tags/v1.3.1.tar.gz : 1cc0414cf524e14bdfacab4ab1cdefd596a2023ea133e224f9d54566ef8b2a75
homepage : https://github.com/bramstein/sfnt2woff-zopfli
license :
- Apache-2.0
- GPL-2.0-or-later
- LGPL-2.1-or-later
- MPL-1.1
component : multimedia.graphics
summary : WOFF utilities with Zopfli compression
Expand All @@ -17,3 +20,5 @@ build : |
install : |
install -dm00755 $installdir/usr/bin
install -Dm00755 $workdir/{sfnt2woff,woff2sfnt}-zopfli $installdir/usr/bin/
install -Dm00755 $workdir/sfnt2woff-zopfli.1 $installdir/usr/share/man/man1/sfnt2woff-zopfli.1
install -Dm00755 $workdir/woff2sfnt-zopfli.1 $installdir/usr/share/man/man1/woff2sfnt-zopfli.1
24 changes: 15 additions & 9 deletions packages/s/sfnt2woff-zopfli/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<PISI>
<Source>
<Name>sfnt2woff-zopfli</Name>
<Homepage>https://github.com/bramstein/sfnt2woff-zopfli</Homepage>
<Packager>
<Name>Joshua Strobl</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>Apache-2.0</License>
<License>GPL-2.0-or-later</License>
<License>LGPL-2.1-or-later</License>
<License>MPL-1.1</License>
<PartOf>multimedia.graphics</PartOf>
<Summary xml:lang="en">WOFF utilities with Zopfli compression</Summary>
<Description xml:lang="en">WOFF utilities with Zopfli compression
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>sfnt2woff-zopfli</Name>
Expand All @@ -20,16 +23,19 @@
</Description>
<PartOf>multimedia.graphics</PartOf>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/bin/sfnt2woff-zopfli</Path>
<Path fileType="executable">/usr/bin/woff2sfnt-zopfli</Path>
<Path fileType="man">/usr/share/man/man1/sfnt2woff-zopfli.1</Path>
<Path fileType="man">/usr/share/man/man1/woff2sfnt-zopfli.1</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-09-01</Date>
<Version>1.1.0</Version>
<Update release="2">
<Date>2024-06-06</Date>
<Version>1.3.1</Version>
<Comment>Packaging update</Comment>
<Name>Joshua Strobl</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>