pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libimagequant libimagequant: updated to 2.13.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6e30f85691e
branches:  trunk
changeset: 445371:a6e30f85691e
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 21 19:58:47 2021 +0000

description:
libimagequant: updated to 2.13.1

2.13.1:
Unknown changes

diffstat:

 graphics/libimagequant/Makefile                |   4 ++--
 graphics/libimagequant/distinfo                |  12 ++++++------
 graphics/libimagequant/patches/patch-configure |  23 +++++++----------------
 3 files changed, 15 insertions(+), 24 deletions(-)

diffs (75 lines):

diff -r 064d452f0390 -r a6e30f85691e graphics/libimagequant/Makefile
--- a/graphics/libimagequant/Makefile   Thu Jan 21 19:54:48 2021 +0000
+++ b/graphics/libimagequant/Makefile   Thu Jan 21 19:58:47 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/10/31 19:41:26 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2021/01/21 19:58:47 adam Exp $
 
-DISTNAME=      libimagequant-2.13.0
+DISTNAME=      libimagequant-2.13.1
 CATEGORIES=    graphics
 MASTER_SITES+= ${MASTER_SITE_GITHUB:=ImageOptim/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
diff -r 064d452f0390 -r a6e30f85691e graphics/libimagequant/distinfo
--- a/graphics/libimagequant/distinfo   Thu Jan 21 19:54:48 2021 +0000
+++ b/graphics/libimagequant/distinfo   Thu Jan 21 19:58:47 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2020/10/31 19:41:26 wiz Exp $
+$NetBSD: distinfo,v 1.22 2021/01/21 19:58:47 adam Exp $
 
-SHA1 (libimagequant-2.13.0.tar.gz) = 61eb68e1ce3be942d48ffabd5dafcccd8c543363
-RMD160 (libimagequant-2.13.0.tar.gz) = dc8baf31ed1b26848b101bde6192c821534a4ecb
-SHA512 (libimagequant-2.13.0.tar.gz) = 6e6a8a69bac49e8025a66613d6616e2aee7136d9cbe040ba1bd4ec2a209c503785c45c6217f6b381864ebc562ebf780b6d6ebc995638552b91b0134fa743df58
-Size (libimagequant-2.13.0.tar.gz) = 96036 bytes
+SHA1 (libimagequant-2.13.1.tar.gz) = 25e50d7c936495babd320121bac7ced5866617f6
+RMD160 (libimagequant-2.13.1.tar.gz) = 9189ceaac21654cc98958140f4d8676c9d1b0b17
+SHA512 (libimagequant-2.13.1.tar.gz) = 2146e44cc72955b7fdbda9e5d34403b05af29d202fe2d9ee5363c2cccfb46e37570d2a42b2a6e87c3cd02752887d590fe9a18365aa0db1e53869a9e3d1f0b062
+Size (libimagequant-2.13.1.tar.gz) = 96225 bytes
 SHA1 (patch-Makefile) = e75e9fea798efed44e25b840d5d433f16e18522a
-SHA1 (patch-configure) = 452aca3dd76ac93d7b6b4cc8028ac97cd72d6eb7
+SHA1 (patch-configure) = 89e4a07015ba59e6688eeee35e30289d24ac5307
diff -r 064d452f0390 -r a6e30f85691e graphics/libimagequant/patches/patch-configure
--- a/graphics/libimagequant/patches/patch-configure    Thu Jan 21 19:54:48 2021 +0000
+++ b/graphics/libimagequant/patches/patch-configure    Thu Jan 21 19:58:47 2021 +0000
@@ -1,9 +1,10 @@
-$NetBSD: patch-configure,v 1.9 2019/08/09 12:59:02 adam Exp $
+$NetBSD: patch-configure,v 1.10 2021/01/21 19:58:47 adam Exp $
 
 Remove unwanted compiler flags.
 Avoid leaving scratch files in /tmp.
+Do not look for Xcode.
 
---- configure.orig     2019-07-27 12:50:23.000000000 +0000
+--- configure.orig     2020-11-22 13:18:54.000000000 +0000
 +++ configure
 @@ -5,7 +5,7 @@ PREFIX="/usr/local"
  LIBDIR="$PREFIX/lib"
@@ -39,24 +40,14 @@
  else
      # silence warnings about omp pragmas
      cflags "-Wno-unknown-pragmas"
-@@ -211,20 +205,9 @@ else
-     status "OpenMP" "no"
- fi
- 
--# Cocoa
--if [[ "$OSTYPE" =~ "darwin" ]]; then
--    cflags "-mmacosx-version-min=10.7"
--    lflags "-mmacosx-version-min=10.7"
--fi
--
- if [[ "$OSTYPE" =~ "darwin" ]]; then
+@@ -223,10 +217,6 @@ if [[ "$OSTYPE" =~ "darwin" ]]; then
      SOLIBSUFFIX=dylib
  
--    # Search Developer SDK paths, since Apple seems to have dropped the standard Unixy ones
+     # Search Developer SDK paths, since Apple seems to have dropped the standard Unixy ones
 -    XCODE_CMD="xcode-select"
 -    XCODE_PATH=$($XCODE_CMD -p)
--    DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib")
--    DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib")
+-    DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib")
+-    DIRS+=("$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include $XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib")
  elif [[ "$OSTYPE" =~ "msys" ]]; then
      SOLIBSUFFIX=dll
  else



Home | Main Index | Thread Index | Old Index