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:           Mon Jul  3 21:50:32 UTC 2017

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

Log Message:
Changes 2.10.0:
Bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/libimagequant/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libimagequant/distinfo
cvs rdiff -u -r1.4 -r1.5 \
    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.3 pkgsrc/graphics/libimagequant/Makefile:1.4
--- pkgsrc/graphics/libimagequant/Makefile:1.3  Mon Jun 19 20:14:45 2017
+++ pkgsrc/graphics/libimagequant/Makefile      Mon Jul  3 21:50:32 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/06/19 20:14:45 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/07/03 21:50:32 adam Exp $
 
-DISTNAME=      libimagequant-2.9.1
+DISTNAME=      libimagequant-2.10.0
 CATEGORIES=    graphics
 MASTER_SITES+= ${MASTER_SITE_GITHUB:=ImageOptim/}
 

Index: pkgsrc/graphics/libimagequant/distinfo
diff -u pkgsrc/graphics/libimagequant/distinfo:1.4 pkgsrc/graphics/libimagequant/distinfo:1.5
--- pkgsrc/graphics/libimagequant/distinfo:1.4  Mon Jun 19 20:14:45 2017
+++ pkgsrc/graphics/libimagequant/distinfo      Mon Jul  3 21:50:32 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2017/06/19 20:14:45 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/07/03 21:50:32 adam Exp $
 
-SHA1 (libimagequant-2.9.1.tar.gz) = 4373a0bbef653dcf49a6672bd6d2ac6de07d837e
-RMD160 (libimagequant-2.9.1.tar.gz) = 3289187153c0933549ffac7d1cf3ea8cfcce6f56
-SHA512 (libimagequant-2.9.1.tar.gz) = d852a992062204f1f365804c6908a107c78c20eca5a28ca9b6074b7f49d166cce0112017059e529c3730def04e9e2707272b542b98fc2d96dd985d76bc2f7d34
-Size (libimagequant-2.9.1.tar.gz) = 63892 bytes
+SHA1 (libimagequant-2.10.0.tar.gz) = ca61eb1e1c45da4e2e364e3dcb6133ca0e8edc76
+RMD160 (libimagequant-2.10.0.tar.gz) = e5381b8334986d84f98d66f93d037e4ff2f5c4d5
+SHA512 (libimagequant-2.10.0.tar.gz) = 7bb7ec7fb5c31dacd4b714657fa693449253f94b53957fcf44581e8a8d99bf358a7c7395e09aa327db6cf2603af43d6b48671853d9a5fd467c61b3ba9a147aa7
+Size (libimagequant-2.10.0.tar.gz) = 70747 bytes
 SHA1 (patch-Makefile) = de68691e7c72ada2dd71624e1b11c47a91e8234a
-SHA1 (patch-configure) = 8965ca3bf8989f8e78d7b635286eb4164a8d5460
+SHA1 (patch-configure) = 747b121b901dff19374999c543ea7cb361c25428

Index: pkgsrc/graphics/libimagequant/patches/patch-configure
diff -u pkgsrc/graphics/libimagequant/patches/patch-configure:1.4 pkgsrc/graphics/libimagequant/patches/patch-configure:1.5
--- pkgsrc/graphics/libimagequant/patches/patch-configure:1.4   Mon Jun 19 20:14:45 2017
+++ pkgsrc/graphics/libimagequant/patches/patch-configure       Mon Jul  3 21:50:32 2017
@@ -1,8 +1,8 @@
-$NetBSD: patch-configure,v 1.4 2017/06/19 20:14:45 adam Exp $
+$NetBSD: patch-configure,v 1.5 2017/07/03 21:50:32 adam Exp $
 
 Remove unwanted compiler flags.
 
---- configure.orig     2017-04-05 16:21:29.000000000 +0000
+--- configure.orig     2017-07-02 21:40:53.000000000 +0000
 +++ configure
 @@ -2,7 +2,7 @@
  
@@ -12,8 +12,8 @@ Remove unwanted compiler flags.
 +VERSION=$(awk -F\" '/LIQ_VERSION_STRING/ {print $2}' libimagequant.h)
  
  DEBUG=
- SSE=auto
-@@ -125,7 +125,7 @@ cflags "-std=c99 -I."
+ QUIET=0
+@@ -136,7 +136,7 @@ cflags "-std=c99 -I."
  
  # DEBUG
  if [ -z "$DEBUG" ]; then
@@ -22,7 +22,7 @@ Remove unwanted compiler flags.
      status "Debug" "no"
  else
      cflags "-O1 -g"
-@@ -163,15 +163,9 @@ if [ -n "$OPENMP" ]; then
+@@ -174,15 +174,9 @@ if [ -n "$OPENMP" ]; then
      else
          OPENMPFLAGS="-fopenmp"
      fi
@@ -38,7 +38,7 @@ Remove unwanted compiler flags.
  else
      # silence warnings about omp pragmas
      cflags "-Wno-unknown-pragmas"
-@@ -179,20 +173,10 @@ else
+@@ -190,20 +184,10 @@ else
      status "OpenMP" "no"
  fi
  



Home | Main Index | Thread Index | Old Index