jp2a-2025-08-06-19-59 — jp2a (#12370)

* Add unbuilt jp2a to jp2a-2025-08-06-19-59

* jp2a-2025-08-06-19-59: Build Run on linux/386.

* jp2a-2025-08-06-19-59: Build Run on linux/arm/v7.

* jp2a-2025-08-06-19-59: Build Run on linux/amd64.

* jp2a-2025-08-06-19-59: Package File Update Run on linux/386 container.

---------

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-06 20:27:55 +00:00
committed by GitHub
parent 8b6dec7e2e
commit aba49b295e
4 changed files with 8 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
/usr/local/bin/jp2a
/usr/local/etc/bash_completion.d/jp2a
/usr/local/share/bash-completion/completions/jp2a
/usr/local/share/man/man1/jp2a.1.zst

View File

@@ -1,3 +1,3 @@
/usr/local/bin/jp2a
/usr/local/etc/bash_completion.d/jp2a
/usr/local/share/bash-completion/completions/jp2a
/usr/local/share/man/man1/jp2a.1.zst

View File

@@ -1,3 +1,3 @@
/usr/local/bin/jp2a
/usr/local/etc/bash_completion.d/jp2a
/usr/local/share/bash-completion/completions/jp2a
/usr/local/share/man/man1/jp2a.1.zst

View File

@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
class Jp2a < Autotools
description 'jp2a is a simple JPEG/PNG to ASCII converter.'
homepage 'https://github.com/Talinx/jp2a'
version '1.1.1-1'
version '1.3.2'
license 'GPL-2'
compatibility 'all'
source_url 'https://github.com/Talinx/jp2a/releases/download/v1.1.1/jp2a-1.1.1.tar.bz2'
@@ -11,10 +11,10 @@ class Jp2a < Autotools
binary_compression 'tar.zst'
binary_sha256({
aarch64: '9438a0ebd55061bcb22278bc446bd5b43923afd4bacd0850193dfd5f1886c702',
armv7l: '9438a0ebd55061bcb22278bc446bd5b43923afd4bacd0850193dfd5f1886c702',
i686: 'd577997a33292f4859a6609421b04834a5ec66cf5dd4dcb2977a0a593a954ca8',
x86_64: '43d23d90642210eee4eca270d1760af66320485d1309bb717391d400e3223015'
aarch64: '6f27bfadc6dd38133c88500d05b3f5cedb26c79a5bf632e65d0bdf1045c96407',
armv7l: '6f27bfadc6dd38133c88500d05b3f5cedb26c79a5bf632e65d0bdf1045c96407',
i686: '1ff7e8633fb8b8d9a58beed5b2bfd2ddc844a51991f456cbf634eea213ffe6ef',
x86_64: 'a557c2f043bc5694010481cad6e41db5daf6487a78d761d935633cc1f1eed391'
})
depends_on 'curl' # R
@@ -22,7 +22,6 @@ class Jp2a < Autotools
depends_on 'libjpeg_turbo' # R
depends_on 'libpng' # R
depends_on 'ncurses' # R
depends_on 'termcap' # R
autotools_pre_configure_options "CFLAGS='-lncurses -ltinfo -I#{CREW_PREFIX}/include/ncurses #{CREW_ENV_OPTIONS_HASH['CFLAGS']}' LDFLAGS='-L#{CREW_LIB_PREFIX} -lncurses -ltinfo #{CREW_ENV_OPTIONS_HASH['LDFLAGS']}'"
autotools_configure_options '--enable-curl'