* update potrace to 1.16-3.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:06 +02:00
parent 986700598d
commit 503ac5e9e4
2 changed files with 21 additions and 1 deletions

20
potrace/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = potrace
pkgdesc = Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)
pkgver = 1.16
pkgrel = 3.1
url = http://potrace.sourceforge.net/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-2.0-only
depends = glibc
depends = zlib
depends = libz.so
source = http://potrace.sourceforge.net/download/1.16/potrace-1.16.tar.gz
source = potrace-1.16-lto.patch
sha256sums = be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc
sha256sums = 88b6325e98015d75b3f12e83c133eb73773a3751c190516348d8a1235e3abe4a
pkgname = potrace

View File

@ -5,7 +5,7 @@
pkgname=potrace
pkgver=1.16
pkgrel=3
pkgrel=3.1
pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
url='http://potrace.sourceforge.net/'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)