image_optim_pack 0.12.0.20250227 → 0.12.1
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/darwin-arm64/oxipng +0 -0
- data/vendor/darwin-x86_64/oxipng +0 -0
- 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: ce78196e3efa52d5132ecc80a6762d94916107491bfb143bcef55c701b9432cd
|
4
|
+
data.tar.gz: 85bb16fc2b27c1c73644f98ea203216401a4d984aec5640ea856c893b2e5fab1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3d91d7d3db78113ce35fb864b513faa977c3860d4ac0cfb609e6c0ff0098aa33fbf2c5b223a98bc7c459a77181e89e41837de0161141c143d758d19eda75b1d
|
7
|
+
data.tar.gz: 80cecae5400a03c2736e5647bca8a063f35cca0e737131f35f94659d26b7cb3319fcab2b2117427fe98d44e8e317efcf8ab098d31649595d2bcfdbc98a3e9a86
|
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/darwin-arm64/oxipng
CHANGED
Binary file
|
data/vendor/darwin-x86_64/oxipng
CHANGED
Binary file
|
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: ruby
|
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
|
@@ -203,7 +203,7 @@ licenses:
|
|
203
203
|
metadata:
|
204
204
|
bug_tracker_uri: https://github.com/toy/image_optim_pack/issues
|
205
205
|
changelog_uri: https://github.com/toy/image_optim_pack/blob/master/CHANGELOG.markdown
|
206
|
-
documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.
|
206
|
+
documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1
|
207
207
|
source_code_uri: https://github.com/toy/image_optim_pack
|
208
208
|
rdoc_options: []
|
209
209
|
require_paths:
|
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
219
219
|
- !ruby/object:Gem::Version
|
220
220
|
version: '0'
|
221
221
|
requirements: []
|
222
|
-
rubygems_version: 3.6.
|
222
|
+
rubygems_version: 3.6.8
|
223
223
|
specification_version: 4
|
224
224
|
summary: 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress,
|
225
225
|
jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant'
|