pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/autotrace
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Feb 11 10:56:48 UTC 2025
Modified Files:
pkgsrc/graphics/autotrace: Makefile PLIST distinfo
Added Files:
pkgsrc/graphics/autotrace/patches: patch-src_main.c
Removed Files:
pkgsrc/graphics/autotrace/patches: patch-input-png.c
Log Message:
graphics/autotrace: Update to 0.31.10
Changelog:
0.31.10:
What's Changed
ImageMagick 7 support by lemenkov in 105 106
HKUST CVEs addressed by lemenkov in 110
Windows 32/64 installers by lemenkov in 121
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/graphics/autotrace/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/autotrace/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/autotrace/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/autotrace/patches/patch-input-png.c
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/autotrace/patches/patch-src_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/autotrace/Makefile
diff -u pkgsrc/graphics/autotrace/Makefile:1.115 pkgsrc/graphics/autotrace/Makefile:1.116
--- pkgsrc/graphics/autotrace/Makefile:1.115 Sun Nov 24 06:59:06 2024
+++ pkgsrc/graphics/autotrace/Makefile Tue Feb 11 10:56:47 2025
@@ -1,20 +1,29 @@
-# $NetBSD: Makefile,v 1.115 2024/11/24 06:59:06 adam Exp $
+# $NetBSD: Makefile,v 1.116 2025/02/11 10:56:47 ryoon Exp $
-DISTNAME= autotrace-0.31.1
-PKGREVISION= 85
+DISTNAME= autotrace-0.31.10
CATEGORIES= graphics cad
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autotrace/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=autotrace/}
+GITHUB_PROJECT= autotrace
+GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://autotrace.sourceforge.net/
+HOMEPAGE= https://github.com/autotrace/autotrace
COMMENT= Convert bitmap to vector graphics
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
+DEPENDS+= pstoedit>=3.32.0:../../graphics/pstoedit
+
+USE_TOOLS+= autoconf automake autoreconf intltool pkg-config
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= autotrace.pc.in
+pre-configure:
+ cd ${WRKSRC} && ${SH} ./autogen.sh
+
.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../graphics/pstoedit/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/autotrace/PLIST
diff -u pkgsrc/graphics/autotrace/PLIST:1.5 pkgsrc/graphics/autotrace/PLIST:1.6
--- pkgsrc/graphics/autotrace/PLIST:1.5 Sun Jun 14 17:59:06 2009
+++ pkgsrc/graphics/autotrace/PLIST Tue Feb 11 10:56:47 2025
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:59:06 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/02/11 10:56:47 ryoon Exp $
bin/autotrace
-bin/autotrace-config
include/autotrace/autotrace.h
+include/autotrace/color.h
include/autotrace/exception.h
include/autotrace/input.h
include/autotrace/output.h
+include/autotrace/spline.h
include/autotrace/types.h
lib/libautotrace.la
lib/pkgconfig/autotrace.pc
man/man1/autotrace.1
-share/aclocal/autotrace.m4
Index: pkgsrc/graphics/autotrace/distinfo
diff -u pkgsrc/graphics/autotrace/distinfo:1.11 pkgsrc/graphics/autotrace/distinfo:1.12
--- pkgsrc/graphics/autotrace/distinfo:1.11 Tue Oct 26 10:45:59 2021
+++ pkgsrc/graphics/autotrace/distinfo Tue Feb 11 10:56:47 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:45:59 nia Exp $
+$NetBSD: distinfo,v 1.12 2025/02/11 10:56:47 ryoon Exp $
-BLAKE2s (autotrace-0.31.1.tar.gz) = 545fdfd8fc6110e72dde9b29750be22694e410f00c986b8a92c9a074c6cefb03
-SHA512 (autotrace-0.31.1.tar.gz) = 7d0ec86a41617b3d4336eed72f2974c10f569ff53d450a4c91b4611bb6fdb8c4ff81d04d91e9d20f1b4df592f82c8421e7656af7fa2bdc786ffb4618e9eadd24
-Size (autotrace-0.31.1.tar.gz) = 362718 bytes
-SHA1 (patch-input-png.c) = 9c19beb3c8d2f9afa9b51cead8a9fe49e72106f1
+BLAKE2s (autotrace-0.31.10.tar.gz) = f4e04dd2b3f64eb66d63fb9a7b797fe4f2d16e151600c4050c7895f62c372920
+SHA512 (autotrace-0.31.10.tar.gz) = a497cc792370205d24f4ecfdbc22f86e98e934c400fae6cbfab3b2e561ca59def657b36a5e4be54ee8d23d2668d7745e902fc6c14464a2374192064ed994e704
+Size (autotrace-0.31.10.tar.gz) = 924682 bytes
+SHA1 (patch-src_main.c) = 79d6097ad0ae5237816f43165484dd6e0339164f
Added files:
Index: pkgsrc/graphics/autotrace/patches/patch-src_main.c
diff -u /dev/null pkgsrc/graphics/autotrace/patches/patch-src_main.c:1.1
--- /dev/null Tue Feb 11 10:56:48 2025
+++ pkgsrc/graphics/autotrace/patches/patch-src_main.c Tue Feb 11 10:56:47 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_main.c,v 1.1 2025/02/11 10:56:47 ryoon Exp $
+
+* getopt_long_only() is not very portable.
+
+--- src/main.c.orig 2025-01-03 14:24:09.985835225 +0000
++++ src/main.c
+@@ -280,7 +280,7 @@ static char *read_command_line(int argc,
+
+ while (TRUE) {
+
+- g = getopt_long_only(argc, argv, "", long_options, &option_index);
++ g = getopt_long(argc, argv, "", long_options, &option_index);
+
+ if (g == EOF)
+ break;
Home |
Main Index |
Thread Index |
Old Index