SHA256
5
0
forked from pool/jp2a

6 Commits

Author SHA256 Message Date
e3a25920e3 Accepting request 1325938 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1325938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jp2a?expand=0&rev=9
2026-01-08 14:28:51 +00:00
5c42df5320 - Update to version 1.3.3:
* Don't repeat escape sequences when color hasn't changed.

OBS-URL: https://build.opensuse.org/package/show/utilities/jp2a?expand=0&rev=21
2026-01-01 10:16:18 +00:00
35e994b887 Accepting request 1225036 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1225036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jp2a?expand=0&rev=8
2024-11-19 21:20:34 +00:00
79d37d9322 - update to version 1.3.2:
- Fix Docker image missing libexif library. Thanks to PowerMeep
   (https://github.com/PowerMeep)
- update to version 1.3.1:
 - Fix segmentation fault that can occur when trying to parse a file of an
   unsupported file type. Thanks to Balló György (https://github.com/City-busz)

OBS-URL: https://build.opensuse.org/package/show/utilities/jp2a?expand=0&rev=19
2024-11-12 09:34:08 +00:00
fbc4bc0bbd Accepting request 1202536 from utilities
- Update to version 1.3.0:
 - support Exif metadata (for image orientation)
 - support for WebP images
 - add option to center image in terminal
 - support for Zsh completion

OBS-URL: https://build.opensuse.org/request/show/1202536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jp2a?expand=0&rev=7
2024-09-23 13:23:20 +00:00
3af654aec0 - Update to version 1.3.0:
- support Exif metadata (for image orientation)
 - support for WebP images
 - add option to center image in terminal
 - support for Zsh completion

OBS-URL: https://build.opensuse.org/package/show/utilities/jp2a?expand=0&rev=17
2024-09-23 06:25:15 +00:00
4 changed files with 53 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a19088bb4ba27e8a5524f26f0f1622529ca087e36f5a060c6535c11b266106d1
size 534247

3
jp2a-1.3.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c62f02051f0aa588b592ff8cc7d9ca799b312e47274044d46e70fe038018fd1
size 598957

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jan 1 10:14:13 UTC 2026 - Sebastian Wagner <sebix@sebix.at>
- Update to version 1.3.3:
* Don't repeat escape sequences when color hasn't changed.
-------------------------------------------------------------------
Tue Nov 12 09:07:47 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
- update to version 1.3.2:
- Fix Docker image missing libexif library. Thanks to PowerMeep
(https://github.com/PowerMeep)
- update to version 1.3.1:
- Fix segmentation fault that can occur when trying to parse a file of an
unsupported file type. Thanks to Balló György (https://github.com/City-busz)
-------------------------------------------------------------------
Mon Sep 23 06:19:46 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
- Update to version 1.3.0:
- support Exif metadata (for image orientation)
- support for WebP images
- add option to center image in terminal
- support for Zsh completion
-------------------------------------------------------------------
Mon Jan 8 08:16:06 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
@@ -5,28 +30,28 @@ Mon Jan 8 08:16:06 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
* Add edge shading - edge shading can be enabled by setting the desired edge threshold with --edge-threshold=N.N.
-------------------------------------------------------------------
Mon Dec 6 20:10:29 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
Mon Dec 6 20:10:29 UTC 2021 - Sebastian Wagner <sebix@sebix.at>
- change recommendations to supplements for bash completion sub-package
-------------------------------------------------------------------
Sun Nov 28 18:16:08 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
Sun Nov 28 18:16:08 UTC 2021 - Sebastian Wagner <sebix@sebix.at>
- Split bash-completions scripts into separate package.
-------------------------------------------------------------------
Sun Nov 28 18:09:15 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
Sun Nov 28 18:09:15 UTC 2021 - Sebastian Wagner <sebix@sebix.at>
- Changed Source URL from stale https://github.com/cslarsen/jp2a to active fork https://github.com/Talinx/jp2a
-------------------------------------------------------------------
Sat Nov 20 20:27:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
Sat Nov 20 20:27:54 UTC 2021 - Sebastian Wagner <sebix@sebix.at>
- Update to version 1.1.1:
- Fix memory corruption crash with very high aspect ratio, e.g. 3000:1 (#9).
-------------------------------------------------------------------
Sun Jul 11 18:02:38 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
Sun Jul 11 18:02:38 UTC 2021 - Sebastian Wagner <sebix@sebix.at>
- update to version 1.1.0:
- support for PNG images
@@ -42,7 +67,7 @@ Sun Jul 11 18:02:38 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Reverted code to version 1.0.6 because of unfinished changes that didn't work.
-------------------------------------------------------------------
Mon Jul 9 19:28:32 UTC 2018 - sebix+novell.com@sebix.at
Mon Jul 9 19:28:32 UTC 2018 - sebix@sebix.at
- revert to version 1.0.6, upstream withdrew the version because it was uncomplete
see https://github.com/cslarsen/jp2a/commit/a72958075f3fb414a5a55d0a02da6789cb972f7b
@@ -54,11 +79,11 @@ Mon Oct 2 14:17:50 UTC 2017 - jengelh@inai.de
- Remove pointless ldconfig calls.
-------------------------------------------------------------------
Sat Sep 30 08:14:01 UTC 2017 - sebix+novell.com@sebix.at
Sat Sep 30 08:14:01 UTC 2017 - sebix@sebix.at
- Remove dependency curl
-------------------------------------------------------------------
Wed Sep 6 19:01:30 UTC 2017 - sebix+novell.com@sebix.at
Wed Sep 6 19:01:30 UTC 2017 - sebix@sebix.at
- initial package for version 1.0.7

View File

@@ -1,7 +1,7 @@
#
# spec file for package jp2a
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{!?license: %global license %doc}
Name: jp2a
Version: 1.2.0
Version: 1.3.3
Release: 0
Summary: Converts JPEG images to ASCII
License: GPL-2.0-only
@@ -28,8 +28,10 @@ Source: https://github.com/Talinx/jp2a/archive/v%{version}.tar.gz#/%{nam
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: libcurl-devel
BuildRequires: libexif-devel
BuildRequires: libjpeg8-devel
BuildRequires: libpng-devel
BuildRequires: libwebp-devel
BuildRequires: unzip
%package bash-completion
@@ -37,12 +39,20 @@ Summary: Bash completions scripts for jp2a
Supplements: (%{name} and bash-completion)
BuildArch: noarch
%package zsh-completion
Summary: Zsh completions scripts for jp2a
Supplements: (%{name} and zsh-completion)
BuildArch: noarch
%description
jp2a is a JPEG to ASCII converter.
%description bash-completion
This package contains the bash completions scripts for jp2a.
%description zsh-completion
This package contains the zsh completions scripts for jp2a.
%prep
%setup -q
@@ -70,4 +80,9 @@ popd
%files bash-completion
%{_datadir}/bash-completion/completions/jp2a
%files zsh-completion
%dir %{_datadir}/zsh
%dir %{_datadir}/zsh/site-functions
%{_datadir}/zsh/site-functions/_jp2a
%changelog