Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 89e75d9203 | |||
| 1b793f941f | |||
| f9200e1f8e | |||
| f6f7c12f09 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a19088bb4ba27e8a5524f26f0f1622529ca087e36f5a060c6535c11b266106d1
|
||||
size 534247
|
||||
3
jp2a-1.3.2.tar.gz
Normal file
3
jp2a-1.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfa1fd1eef26d9635edf4de437b3af3bd354a31267eafde57a7fe4539ff04de3
|
||||
size 604486
|
||||
35
jp2a.changes
35
jp2a.changes
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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 +24,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 +61,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 +73,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
|
||||
|
||||
17
jp2a.spec
17
jp2a.spec
@@ -18,7 +18,7 @@
|
||||
|
||||
%{!?license: %global license %doc}
|
||||
Name: jp2a
|
||||
Version: 1.2.0
|
||||
Version: 1.3.2
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user