mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
jbig2dec: update to 0.19.
This commit is contained in:
parent
4fcb70b489
commit
e843d316b8
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'jbig2dec'
|
# Template file for 'jbig2dec'
|
||||||
pkgname=jbig2dec
|
pkgname=jbig2dec
|
||||||
version=0.18
|
version=0.19
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="libpng-devel"
|
makedepends="libpng-devel"
|
||||||
|
checkdepends="python3"
|
||||||
short_desc="Decoder implementation of the JBIG2 image compression format"
|
short_desc="Decoder implementation of the JBIG2 image compression format"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later"
|
||||||
homepage="https://www.jbig2dec.com"
|
homepage="https://www.jbig2dec.com"
|
||||||
distfiles="https://github.com/ArtifexSoftware/jbig2dec/archive/${version}.tar.gz"
|
distfiles="https://github.com/ArtifexSoftware/jbig2dec/archive/${version}.tar.gz"
|
||||||
checksum=3be6eb8105f6dcc8a7d29d6f2b4dc9205c164a412ad940294cedf0d7cc530487
|
checksum=e81b787ad0b147a437a52d9ce7de1a8f429655e8aa030383b6b2dd8919373717
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '$ d' autogen.sh
|
sed -i '$ d' autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue