pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libimagequant



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 21 19:58:47 UTC 2021

Modified Files:
        pkgsrc/graphics/libimagequant: Makefile distinfo
        pkgsrc/graphics/libimagequant/patches: patch-configure

Log Message:
libimagequant: updated to 2.13.1

2.13.1:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/libimagequant/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/libimagequant/distinfo
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/graphics/libimagequant/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libimagequant/Makefile
diff -u pkgsrc/graphics/libimagequant/Makefile:1.19 pkgsrc/graphics/libimagequant/Makefile:1.20
--- pkgsrc/graphics/libimagequant/Makefile:1.19 Sat Oct 31 19:41:26 2020
+++ pkgsrc/graphics/libimagequant/Makefile      Thu Jan 21 19:58:47 2021
@@ -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}

Index: pkgsrc/graphics/libimagequant/distinfo
diff -u pkgsrc/graphics/libimagequant/distinfo:1.21 pkgsrc/graphics/libimagequant/distinfo:1.22
--- pkgsrc/graphics/libimagequant/distinfo:1.21 Sat Oct 31 19:41:26 2020
+++ pkgsrc/graphics/libimagequant/distinfo      Thu Jan 21 19:58:47 2021
@@ -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

Index: pkgsrc/graphics/libimagequant/patches/patch-configure
diff -u pkgsrc/graphics/libimagequant/patches/patch-configure:1.9 pkgsrc/graphics/libimagequant/patches/patch-configure:1.10
--- pkgsrc/graphics/libimagequant/patches/patch-configure:1.9   Fri Aug  9 12:59:02 2019
+++ pkgsrc/graphics/libimagequant/patches/patch-configure       Thu Jan 21 19:58:47 2021
@@ -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 @@ Avoid leaving scratch files in /tmp.
  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