pkgsrc-WIP-changes archive

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

Update VIPS to 8.4.2



Module Name:	pkgsrc-wip
Committed By:	atomicules <base%atomicules.co.uk@localhost>
Pushed By:	atomicules
Date:		Sat Oct 15 19:36:05 2016 +0100
Changeset:	bae0089869715f82bad35d4861dd756ca058ea96

Modified Files:
	vips/Makefile
	vips/PLIST
	vips/TODO
	vips/distinfo

Log Message:
Update VIPS to 8.4.2

Now need libexif to build via Pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bae0089869715f82bad35d4861dd756ca058ea96

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

diffstat:
 vips/Makefile |  6 ++++--
 vips/PLIST    | 20 ++++++++++----------
 vips/TODO     |  8 +++++++-
 vips/distinfo |  8 ++++----
 4 files changed, 25 insertions(+), 17 deletions(-)

diffs:
diff --git a/vips/Makefile b/vips/Makefile
index 54593ee..8231931 100644
--- a/vips/Makefile
+++ b/vips/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	vips-8.3.3
+DISTNAME=	vips-8.4.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.vips.ecs.soton.ac.uk/supported/current/
 
@@ -11,7 +11,7 @@ LICENSE=	gnu-lgpl-v2.1
 
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
-USE_TOOLS+=		pkg-config gmake
+USE_TOOLS+=		    pkg-config gmake
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		c c++
 
@@ -19,9 +19,11 @@ PKGCONFIG_OVERRIDE+=	vips-cpp.pc.in
 PKGCONFIG_OVERRIDE+=	vips.pc.in
 PKGCONFIG_OVERRIDE+=	vipsCC.pc.in
 
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/libexif/buildlink3.mk"
 #Note to self: This must go last
 .include "../../mk/bsd.pkg.mk"
diff --git a/vips/PLIST b/vips/PLIST
index 99008a5..c0b7c48 100644
--- a/vips/PLIST
+++ b/vips/PLIST
@@ -5,7 +5,7 @@ bin/batch_rubber_sheet
 bin/light_correct
 bin/shrink_width
 bin/vips
-bin/vips-8.3
+bin/vips-8.4
 bin/vipsedit
 bin/vipsheader
 bin/vipsprofile
@@ -83,6 +83,13 @@ man/man1/vipsedit.1
 man/man1/vipsheader.1
 man/man1/vipsprofile.1
 man/man1/vipsthumbnail.1
+share/gtk-doc/html/libvips/VipsForeignSave.html
+share/gtk-doc/html/libvips/VipsImage.html
+share/gtk-doc/html/libvips/VipsInterpolate.html
+share/gtk-doc/html/libvips/VipsObject.html
+share/gtk-doc/html/libvips/VipsOperation.html
+share/gtk-doc/html/libvips/VipsRegion.html
+share/gtk-doc/html/libvips/VipsThreadState.html
 share/gtk-doc/html/libvips/annotation-glossary.html
 share/gtk-doc/html/libvips/api-index-full.html
 share/gtk-doc/html/libvips/binding.html
@@ -98,13 +105,6 @@ share/gtk-doc/html/libvips/index.html
 share/gtk-doc/html/libvips/interconvert.png
 share/gtk-doc/html/libvips/left-insensitive.png
 share/gtk-doc/html/libvips/left.png
-share/gtk-doc/html/libvips/libvips-VipsForeignSave.html
-share/gtk-doc/html/libvips/libvips-VipsImage.html
-share/gtk-doc/html/libvips/libvips-VipsInterpolate.html
-share/gtk-doc/html/libvips/libvips-VipsObject.html
-share/gtk-doc/html/libvips/libvips-VipsOperation.html
-share/gtk-doc/html/libvips/libvips-VipsRegion.html
-share/gtk-doc/html/libvips/libvips-VipsThreadState.html
 share/gtk-doc/html/libvips/libvips-arithmetic.html
 share/gtk-doc/html/libvips/libvips-basic.html
 share/gtk-doc/html/libvips/libvips-buf.html
@@ -141,5 +141,5 @@ share/gtk-doc/html/libvips/using-from-c.html
 share/gtk-doc/html/libvips/using-from-cpp.html
 share/gtk-doc/html/libvips/using-from-python.html
 share/gtk-doc/html/libvips/using-threads.html
-share/locale/de/LC_MESSAGES/vips8.3.mo
-share/locale/en_GB/LC_MESSAGES/vips8.3.mo
+share/locale/de/LC_MESSAGES/vips8.4.mo
+share/locale/en_GB/LC_MESSAGES/vips8.4.mo
diff --git a/vips/TODO b/vips/TODO
index 1baf0b2..412b34e 100644
--- a/vips/TODO
+++ b/vips/TODO
@@ -5,8 +5,14 @@ pkglint checks:
 
 Makefile:
 
-- Add in Tiff buildlink? Also, should these be includes or DEPENDS, I'm still not sure?
+- Add in Tiff buildlink? Also, should these be includes or DEPENDS, I'm still
+  not sure?
+- For whatever reason, since they switched to autogen with 8.4 I can't get this
+  to build via Pkgsrc without having libexif as a requirement. Even though it
+  should build fine without it; If I just extract the source and ./configure
+  and make it builds fine without libexif, it's just via this Makefile, etc.
 
 options.mk:
 
 - Should add in all the optional dependencies.
+
diff --git a/vips/distinfo b/vips/distinfo
index 2a900dc..1de46a1 100644
--- a/vips/distinfo
+++ b/vips/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (vips-8.3.3.tar.gz) = 756e312742933282e07f1a6bf698f2858e7ffe58
-RMD160 (vips-8.3.3.tar.gz) = d12ea0ce3618e2a2ede3bfa7c4ca4ae077751ca8
-SHA512 (vips-8.3.3.tar.gz) = 9d870b12a3d6eb668eba111368e702e51bb314b170ead6ed146d941005c09176cf608e34e707472fd049df6f222d8d9140e99afc73c28dc21df94351996587e6
-Size (vips-8.3.3.tar.gz) = 11325365 bytes
+SHA1 (vips-8.4.2.tar.gz) = 875df2c6c96605e16662a9170af8af7423e489d6
+RMD160 (vips-8.4.2.tar.gz) = c692a06ce22712c855c4a78c8b329ec8811d80e5
+SHA512 (vips-8.4.2.tar.gz) = ffc947bc83ad176e0274fc991aac47b5cd7c9952ba8f9321d151de0251fbd7d7b3437bc3c1bca396c7eb576ec3c8203bb74c46048eda5cbabb71e9b705b029a0
+Size (vips-8.4.2.tar.gz) = 11519730 bytes


Home | Main Index | Thread Index | Old Index