summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--001-reaarange-compiler-detect.patch6
-rw-r--r--PKGBUILD8
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d04395a4dc34..10942433d7e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-potrace
pkgdesc = Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig) (mingw-w64)
- pkgver = 1.15
+ pkgver = 1.16
pkgrel = 1
url = http://potrace.sourceforge.net/
arch = any
@@ -11,10 +11,10 @@ pkgbase = mingw-w64-potrace
options = !strip
options = !buildflags
options = staticlibs
- source = http://potrace.sourceforge.net/download/1.15/potrace-1.15.tar.gz
+ source = http://potrace.sourceforge.net/download/1.16/potrace-1.16.tar.gz
source = 001-reaarange-compiler-detect.patch
- sha256sums = a9b33904ace328340c850a01458199e0064e03ccaaa731bc869a842b1b8d529d
- sha256sums = 2903ae3c291468b9e30f20bc0ab9f261d0c6922ead8fc641b486290bfa33c187
+ sha256sums = be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc
+ sha256sums = f454e6407e5b23c80feab11a844aef839e539df6c13b63f262d59bacfb89ecd5
pkgname = mingw-w64-potrace
diff --git a/001-reaarange-compiler-detect.patch b/001-reaarange-compiler-detect.patch
index 8b18edc3b6ac..36e53671f648 100644
--- a/001-reaarange-compiler-detect.patch
+++ b/001-reaarange-compiler-detect.patch
@@ -1,11 +1,11 @@
---- potrace-1.15/configure.ac.orig 2017-12-01 07:10:43.783207400 +0300
-+++ potrace-1.15/configure.ac 2017-12-01 07:10:59.491835900 +0300
+--- potrace-1.16.orig/configure.ac 2019-09-18 12:50:43.155641076 -0400
++++ potrace-1.16/configure.ac 2019-09-18 12:51:00.662534103 -0400
@@ -28,7 +28,7 @@
dnl figure out compiler options
dnl Check for compiler
-AC_PROG_CC([clang gcc cc c99 mgcc c89 pcc opencc sunc99 suncc])
+AC_PROG_CC([gcc cc c99 mgcc c89 pcc opencc sunc99 suncc clang])
+ AC_USE_SYSTEM_EXTENSIONS
dnl Also add CADD to the CFLAGS at configure time or compile time
- AC_SUBST(CADD)
diff --git a/PKGBUILD b/PKGBUILD
index e68468101432..43d1ff96c382 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-potrace
_pkgname=potrace
-pkgver=1.15
+pkgver=1.16
pkgrel=1
pkgdesc="Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig) (mingw-w64)"
arch=('any')
@@ -13,8 +13,8 @@ depends=('mingw-w64-crt' 'mingw-w64-zlib')
options=('!strip' '!buildflags' 'staticlibs')
source=("http://potrace.sourceforge.net/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
"001-reaarange-compiler-detect.patch")
-sha256sums=('a9b33904ace328340c850a01458199e0064e03ccaaa731bc869a842b1b8d529d'
- '2903ae3c291468b9e30f20bc0ab9f261d0c6922ead8fc641b486290bfa33c187')
+sha256sums=('be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc'
+ 'f454e6407e5b23c80feab11a844aef839e539df6c13b63f262d59bacfb89ecd5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"