From owner-svn-ports-all@freebsd.org Sat Jun 22 15:48:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1FDB15D71A7; Sat, 22 Jun 2019 15:48:14 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4101E8231D; Sat, 22 Jun 2019 15:48:14 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27787CB60; Sat, 22 Jun 2019 15:48:14 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5MFmDsD088826; Sat, 22 Jun 2019 15:48:13 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5MFmDr8088824; Sat, 22 Jun 2019 15:48:13 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201906221548.x5MFmDr8088824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Sat, 22 Jun 2019 15:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504874 - head/graphics/imv X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/graphics/imv X-SVN-Commit-Revision: 504874 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4101E8231D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2019 15:48:14 -0000 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@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