image_optim_pack 0.12.0.20250227-x86_64-linux → 0.12.1-x86_64-linux
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.
- checksums.yaml +4 -4
- data/.github/workflows/check.yml +1 -0
- data/CHANGELOG.markdown +5 -0
- data/Makefile +1 -1
- data/checksums.mk +1 -1
- data/image_optim_pack.gemspec +1 -1
- data/script/livecheck +2 -2
- data/script/run +8 -1
- data/vendor/linux-x86_64/advpng +0 -0
- data/vendor/linux-x86_64/gifsicle +0 -0
- data/vendor/linux-x86_64/jhead +0 -0
- data/vendor/linux-x86_64/jpeg-recompress +0 -0
- data/vendor/linux-x86_64/jpegoptim +0 -0
- data/vendor/linux-x86_64/jpegtran +0 -0
- data/vendor/linux-x86_64/libjpeg.so +0 -0
- data/vendor/linux-x86_64/liblcms2.so +0 -0
- data/vendor/linux-x86_64/libpng.so +0 -0
- data/vendor/linux-x86_64/libz.so +0 -0
- data/vendor/linux-x86_64/optipng +0 -0
- data/vendor/linux-x86_64/oxipng +0 -0
- data/vendor/linux-x86_64/pngcrush +0 -0
- data/vendor/linux-x86_64/pngquant +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85f9d79a803c600c1faf043d6c5839dbd06ea5bb1f8c412e8d518e0a056c2027
|
4
|
+
data.tar.gz: 356fa383d68e5071fb927da9d99aaacbb8f8e9ac8f65b0779567a267374d7270
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 458fa065027f9a4d360c748318cfeb268af9bc61ba7e2e148ec7dd5687c6d38512f1fbbd8cdab79a8d7fb1623b432c4c6c10b9c5ff84fff51e32dafb719d46ef
|
7
|
+
data.tar.gz: 3dd1f585425dcda22633c340f09d74c3c4af850c3debc7131c45331cfae00329aedbaa31767dc2fb47803bb7e5d95acb9a708074a27981cb857c58c2f6bfb9dd
|
data/.github/workflows/check.yml
CHANGED
data/CHANGELOG.markdown
CHANGED
@@ -2,6 +2,11 @@
|
|
2
2
|
|
3
3
|
## unreleased
|
4
4
|
|
5
|
+
## v0.12.1 (2025-04-27)
|
6
|
+
|
7
|
+
* Switch to oldest maintained debian bullseye for building linux binaries [@toy](https://github.com/toy)
|
8
|
+
* oxipng 9.1.5 [@toy](https://github.com/toy)
|
9
|
+
|
5
10
|
## v0.12.0.20250227 (2025-02-27)
|
6
11
|
|
7
12
|
* gifsicle 1.96 [@toy](https://github.com/toy)
|
data/Makefile
CHANGED
@@ -13,7 +13,7 @@ LIBMOZJPEG_VER := 4.1.5
|
|
13
13
|
LIBPNG_VER := 1.6.47
|
14
14
|
LIBZ_VER := 1.2.11
|
15
15
|
OPTIPNG_VER := 0.7.8
|
16
|
-
OXIPNG_VER := 9.1.
|
16
|
+
OXIPNG_VER := 9.1.5
|
17
17
|
PNGCRUSH_VER := 1.8.13
|
18
18
|
PNGOUT_VER = $(if $(IS_DARWIN),$(PNGOUT_DARWIN_VER),$(PNGOUT_LINUX_VER))
|
19
19
|
PNGOUT_LINUX_VER := 20200115
|
data/checksums.mk
CHANGED
@@ -9,7 +9,7 @@ LIBMOZJPEG_SHA256 := 9fcbb7171f6ac383f5b391175d6fb3acde5e64c4c4727274eade84ed099
|
|
9
9
|
LIBPNG_SHA256 := 084115c62fe023e3d88cd78764a4d8e89763985ee4b4a085825f7a00d85eafbb
|
10
10
|
LIBZ_SHA256 := c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
|
11
11
|
OPTIPNG_SHA256 := 25a3bd68481f21502ccaa0f4c13f84dcf6b20338e4c4e8c51f2cefbd8513398c
|
12
|
-
OXIPNG_SHA256 :=
|
12
|
+
OXIPNG_SHA256 := 8f99d5c67efa2a7550023bf610b90e65d421375c9ed7f37097f83ae5c05f85bd
|
13
13
|
PNGCRUSH_SHA256 := fed0aaf5c098aa8c7f78c75365cd18d7341417326ecbdba547876b7b4f3df4be
|
14
14
|
PNGOUT_LINUX_SHA256 := ac38bba6f0de29033de866538c3afa64341319b695bbe388efbc5fd9e830e928
|
15
15
|
PNGOUT_LINUX_STATIC_SHA256 := 7a78ea475d65a00981bf418e5dfa3b34e42d6460fb992340802873bb14b08597
|
data/image_optim_pack.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'image_optim_pack'
|
5
|
-
s.version = '0.12.
|
5
|
+
s.version = '0.12.1'
|
6
6
|
s.summary = %q{Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant}
|
7
7
|
s.homepage = "https://github.com/toy/#{s.name}"
|
8
8
|
s.authors = ['Ivan Kuchin']
|
data/script/livecheck
CHANGED
@@ -59,8 +59,8 @@ CONFIG = {
|
|
59
59
|
info_url: 'https://github.com/glennrp/zlib/blob/master/ChangeLog',
|
60
60
|
},
|
61
61
|
optipng: {
|
62
|
-
url: 'https://sourceforge.net
|
63
|
-
regexp: %r{/
|
62
|
+
url: 'https://optipng.sourceforge.net',
|
63
|
+
regexp: %r{/optipng/optipng-(\d+(?:\.\d+)*)\.tar\.gz\?download},
|
64
64
|
info_url: 'https://optipng.sourceforge.net/history.txt',
|
65
65
|
},
|
66
66
|
oxipng: {
|
data/script/run
CHANGED
@@ -70,6 +70,13 @@ container_build() {
|
|
70
70
|
workdir=/pack
|
71
71
|
|
72
72
|
if [[ -z "$NO_UP" ]]; then
|
73
|
+
used_image=$("$container_tool" inspect --format='{{.Config.Image}}' "$container_name")
|
74
|
+
|
75
|
+
if [[ "$used_image" != "$image" ]]; then
|
76
|
+
echo "Container is using $used_image instead of $image, recreating"
|
77
|
+
"$container_tool" rm "$container_name"
|
78
|
+
fi
|
79
|
+
|
73
80
|
status=$("$container_tool" inspect --format '{{.State.Status}}' "$container_name" 2>/dev/null || true)
|
74
81
|
|
75
82
|
if [[ "$status" == "" ]]; then
|
@@ -128,4 +135,4 @@ container_build() {
|
|
128
135
|
[[ -n "$NO_HALT" ]] || "$container_tool" container stop "$container_name"
|
129
136
|
}
|
130
137
|
|
131
|
-
container_build linux-x86_64 rust:slim-
|
138
|
+
container_build linux-x86_64 rust:slim-bullseye
|
data/vendor/linux-x86_64/advpng
CHANGED
Binary file
|
Binary file
|
data/vendor/linux-x86_64/jhead
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/linux-x86_64/libz.so
CHANGED
Binary file
|
data/vendor/linux-x86_64/optipng
CHANGED
Binary file
|
data/vendor/linux-x86_64/oxipng
CHANGED
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: image_optim_pack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.1
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Ivan Kuchin
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: image_optim
|
@@ -173,7 +173,7 @@ licenses:
|
|
173
173
|
metadata:
|
174
174
|
bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
|
175
175
|
changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
|
176
|
-
documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.
|
176
|
+
documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1
|
177
177
|
source_code_uri: https://github.com/toy/image_optim_pack
|
178
178
|
rdoc_options: []
|
179
179
|
require_paths:
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
189
|
- !ruby/object:Gem::Version
|
190
190
|
version: '0'
|
191
191
|
requirements: []
|
192
|
-
rubygems_version: 3.6.
|
192
|
+
rubygems_version: 3.6.8
|
193
193
|
specification_version: 4
|
194
194
|
summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
|
195
195
|
jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant'
|