image_optim_pack 0.12.1.20250704-x86_64-linux → 0.12.1.20250921-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/build.yml +3 -3
- data/.github/workflows/check.yml +1 -1
- data/.github/workflows/docker-build.yml +1 -1
- data/.github/workflows/livecheck.yml +1 -1
- data/.github/workflows/rubocop.yml +1 -1
- data/CHANGELOG.markdown +4 -0
- data/Makefile +2 -2
- data/README.markdown +0 -1
- data/checksums.mk +1 -1
- data/image_optim_pack.gemspec +1 -1
- data/vendor/linux-x86_64/jpegoptim +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12d20984d8ed54a292574abe3874d0d6976f7c3c871956a615611c8bc00df37f
|
4
|
+
data.tar.gz: 59f054fc962e8523afb0e5c89a2ba910a08fbe500ebbb441dbca01f7cbff00a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60a67332a9bb282a44daf3e66faca1a9ea1276f36284c2716e71000e9d5ac4a7d44e90633ac93714997b5498b4618ee3c6bd0868b3ffa76fb4e3d4b15f137ec0
|
7
|
+
data.tar.gz: ee048c8a84e6f0b32605d81c0f7f2e2eaf89dadc89d90a086883d4ebadacf4d587a8ac202e0781180883ae6c3125b966450742f9e58787441a10bb799ba14787
|
data/.github/workflows/build.yml
CHANGED
@@ -6,7 +6,7 @@ jobs:
|
|
6
6
|
build-on-linux:
|
7
7
|
runs-on: ubuntu-latest
|
8
8
|
steps:
|
9
|
-
- uses: actions/checkout@
|
9
|
+
- uses: actions/checkout@v5
|
10
10
|
- run: uname -m
|
11
11
|
- run: sudo apt-get install -y chrpath
|
12
12
|
- run: rustup target list --installed
|
@@ -20,7 +20,7 @@ jobs:
|
|
20
20
|
build-on-darwin-x86_64:
|
21
21
|
runs-on: macos-13
|
22
22
|
steps:
|
23
|
-
- uses: actions/checkout@
|
23
|
+
- uses: actions/checkout@v5
|
24
24
|
- run: uname -m
|
25
25
|
- run: rustup target add aarch64-apple-darwin
|
26
26
|
- run: make download download-dependencies
|
@@ -34,7 +34,7 @@ jobs:
|
|
34
34
|
build-on-darwin-arm64:
|
35
35
|
runs-on: macos-14
|
36
36
|
steps:
|
37
|
-
- uses: actions/checkout@
|
37
|
+
- uses: actions/checkout@v5
|
38
38
|
- run: uname -m
|
39
39
|
- run: rustup target add x86_64-apple-darwin
|
40
40
|
- run: make download download-dependencies
|
data/.github/workflows/check.yml
CHANGED
data/CHANGELOG.markdown
CHANGED
data/Makefile
CHANGED
@@ -6,7 +6,7 @@ ADVANCECOMP_VER := 2.6
|
|
6
6
|
GIFSICLE_VER := 1.96
|
7
7
|
JHEAD_VER := 3.04
|
8
8
|
JPEGARCHIVE_VER := 2.2.0
|
9
|
-
JPEGOPTIM_VER := 1.5.
|
9
|
+
JPEGOPTIM_VER := 1.5.6
|
10
10
|
LIBJPEG_VER := 9f
|
11
11
|
LIBLCMS_VER := 2.17
|
12
12
|
LIBMOZJPEG_VER := 4.1.5
|
@@ -467,7 +467,7 @@ endif
|
|
467
467
|
|
468
468
|
## libmozjpeg
|
469
469
|
$(LIBMOZJPEG_TARGET) :
|
470
|
-
cd $(DIR) && cmake -DPNG_SUPPORTED=0 .
|
470
|
+
cd $(DIR) && cmake -DPNG_SUPPORTED=0 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .
|
471
471
|
cd $(DIR) && $(MAKE) jpeg-static
|
472
472
|
|
473
473
|
## libpng
|
data/README.markdown
CHANGED
@@ -4,7 +4,6 @@
|
|
4
4
|
[](https://github.com/toy/image_optim_pack/actions/workflows/docker-build.yml)
|
5
5
|
[](https://github.com/toy/image_optim_pack/actions/workflows/livecheck.yml)
|
6
6
|
[](https://github.com/toy/image_optim_pack/actions/workflows/build.yml)
|
7
|
-
[](https://codeclimate.com/github/toy/image_optim_pack)
|
8
7
|
[](https://depfu.com/github/toy/image_optim_pack)
|
9
8
|
[](https://inch-ci.org/github/toy/image_optim_pack)
|
10
9
|
|
data/checksums.mk
CHANGED
@@ -2,7 +2,7 @@ ADVANCECOMP_SHA256 := b07d77735540409771cbe1b6df165b5151c11bb9c3d8f01290be0ec88e
|
|
2
2
|
GIFSICLE_SHA256 := fd23d279681a6dfe3c15264e33f344045b3ba473da4d19f49e67a50994b077fb
|
3
3
|
JHEAD_SHA256 := ef89bbcf4f6c25ed88088cf242a47a6aedfff4f08cc7dc205bf3e2c0f10a03c9
|
4
4
|
JPEGARCHIVE_SHA256 := 3da16a5abbddd925dee0379aa51d9fe0cba33da0b5703be27c13a2dda3d7ed75
|
5
|
-
JPEGOPTIM_SHA256 :=
|
5
|
+
JPEGOPTIM_SHA256 := 661a808dfffa933d78c6beb47a2937d572b9f03e94cbaaab3d4c0d72f410e9be
|
6
6
|
LIBJPEG_SHA256 := 04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b
|
7
7
|
LIBLCMS_SHA256 := d11af569e42a1baa1650d20ad61d12e41af4fead4aa7964a01f93b08b53ab074
|
8
8
|
LIBMOZJPEG_SHA256 := 9fcbb7171f6ac383f5b391175d6fb3acde5e64c4c4727274eade84ed0998fcc1
|
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.1.
|
5
|
+
s.version = '0.12.1.20250921'
|
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']
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: image_optim_pack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.1.
|
4
|
+
version: 0.12.1.20250921
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Ivan Kuchin
|
@@ -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.1.
|
176
|
+
documentation_uri: https://www.rubydoc.info/gems/image_optim_pack/0.12.1.20250921
|
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.
|
192
|
+
rubygems_version: 3.7.2
|
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'
|