svn commit: r504874 - head/graphics/imv

Fernando Apesteguía fernape at FreeBSD.org
Sat Jun 22 15:48:14 UTC 2019


Author: fernape
Date: Sat Jun 22 15:48:13 2019
New Revision: 504874
URL: https://svnweb.freebsd.org/changeset/ports/504874

Log:
  graphics/imv: update to 3.1.0
  
  From ChangeLog (https://github.com/eXeC64/imv/blob/master/CHANGELOG):
  
  * Added support for multiple image loaders, allowing imv to use libraries other
    than FreeImage. This adds support for SVGs, and in the future, other formats
    as required.
  * Loaders added for libpng, libtiff, librsvg, libturbojpeg.
  * Added support for binding multiple commands to a single key
  * Support for hidpi rendering with SDL >= 2.0.10
  * Added -v flag to show version number
  * Allow 'Escape' to be bound, changing bind abort sequence to 2x'Escape'
  * Fixed bug where path list from stdin would sometime be truncated
  * New releases only published under the MIT license, with FreeImage optionally
    used under the FIPL
  * Fixed several memory leaks
  * Miscellaneous code cleanup and documentation fixes
  
  While here, pet portlint.
  
  Reported by: portscout

Modified:
  head/graphics/imv/Makefile
  head/graphics/imv/distinfo

Modified: head/graphics/imv/Makefile
==============================================================================
--- head/graphics/imv/Makefile	Sat Jun 22 15:00:49 2019	(r504873)
+++ head/graphics/imv/Makefile	Sat Jun 22 15:48:13 2019	(r504874)
@@ -3,7 +3,7 @@
 
 PORTNAME=	imv
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.0.0
+DISTVERSION=	3.1.0
 CATEGORIES=	graphics
 
 MAINTAINER=	ports at FreeBSD.org
@@ -13,11 +13,14 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	asciidoc:textproc/asciidoc
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
-		libfreeimage.so:graphics/freeimage
+		libfreeimage.so:graphics/freeimage \
+		librsvg-2.so:graphics/librsvg2
 TEST_DEPENDS=	${LOCALBASE}/lib/libcmocka.so:sysutils/cmocka
 
-USES=		desktop-file-utils localbase gmake
+USES=		desktop-file-utils gmake gnome \
+		localbase pkgconfig sdl
 USE_SDL=	sdl2 ttf2
+USE_GNOME=	glib20
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	eXeC64

Modified: head/graphics/imv/distinfo
==============================================================================
--- head/graphics/imv/distinfo	Sat Jun 22 15:00:49 2019	(r504873)
+++ head/graphics/imv/distinfo	Sat Jun 22 15:48:13 2019	(r504874)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525879303
-SHA256 (eXeC64-imv-v3.0.0_GH0.tar.gz) = 51c3fc49b4db8b13f55816a502b68f4f660a8dfccd109cdea5af23cc9f613fad
-SIZE (eXeC64-imv-v3.0.0_GH0.tar.gz) = 42611
+TIMESTAMP = 1560875164
+SHA256 (eXeC64-imv-v3.1.0_GH0.tar.gz) = d03ecd73221b77a4ae08c9625499d84525f0ec31113691367fb727d4c0ba1db8
+SIZE (eXeC64-imv-v3.1.0_GH0.tar.gz) = 45118


More information about the svn-ports-all mailing list