svn commit: r525015 - in head/graphics: . xviewer

Steve Wills swills at FreeBSD.org
Mon Feb 3 19:38:40 UTC 2020


Hi,

On 2/3/20 1:39 AM, Alexey Dokuchaev wrote:
> Author: danfe
> Date: Mon Feb  3 06:39:07 2020
> New Revision: 525015
> URL: https://svnweb.freebsd.org/changeset/ports/525015
> 
> Log:
>    Xviewer is a fast and functional image viewer which supports reading EXIF
>    tags, simple color management, SVG, and Adobe's XMP.
>    
>    WWW: https://github.com/linuxmint/xviewer
> 
> Added:
>    head/graphics/xviewer/
>    head/graphics/xviewer/Makefile   (contents, props changed)
>    head/graphics/xviewer/distinfo   (contents, props changed)
>    head/graphics/xviewer/pkg-descr   (contents, props changed)
>    head/graphics/xviewer/pkg-plist   (contents, props changed)
> Modified:
>    head/graphics/Makefile
> 
> Modified: head/graphics/Makefile
> ==============================================================================
> --- head/graphics/Makefile	Mon Feb  3 05:53:36 2020	(r525014)
> +++ head/graphics/Makefile	Mon Feb  3 06:39:07 2020	(r525015)
> @@ -1074,6 +1074,7 @@
>       SUBDIR += xtexcad
>       SUBDIR += xv
>       SUBDIR += xv-m17n
> +    SUBDIR += xviewer
>       SUBDIR += xwpick
>       SUBDIR += xzgv
>       SUBDIR += yacreader
> 
> Added: head/graphics/xviewer/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/graphics/xviewer/Makefile	Mon Feb  3 06:39:07 2020	(r525015)
> @@ -0,0 +1,53 @@
> +# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=	xviewer
> +PORTVERSION=	2.4.3
> +CATEGORIES=	graphics
> +
> +MAINTAINER=	danfe at FreeBSD.org
> +COMMENT=	Fast and functional image viewer
> +
> +LICENSE=	GPLv2+
> +
> +BUILD_DEPENDS=	intltool-update:textproc/intltool \
> +		itstool:textproc/itstool \
> +		${LOCALBASE}/share/aclocal/yelp.m4:textproc/yelp-tools
> +LIB_DEPENDS=	libcinnamon-desktop.so:x11/cinnamon-desktop \
> +		libpeas-1.0.so:devel/libpeas
> +
> +USES=		autoreconf desktop-file-utils gettext-tools gmake gnome \
> +		libtool localbase pkgconfig
> +GNU_CONFIGURE=	yes
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	linuxmint
> +USE_GNOME=	atk cairo gdkpixbuf2 gtk30 introspection pango
> +USE_XORG=	x11
> +GLIB_SCHEMAS=	org.x.viewer.enums.xml org.x.viewer.gschema.xml
> +INSTALLS_ICONS=	yes
> +
> +OPTIONS_DEFINE=	JPEG LCMS2 LIBEXIF LIBRSVG2 XMP
> +OPTIONS_DEFAULT=	JPEG LCMS2 LIBEXIF LIBRSVG2 XMP
> +XMP_DESC=	Adobe Extensible Metadata Platform support
> +OPTIONS_SUB=	yes
> +
> +JPEG_USES=		jpeg
> +JPEG_CONFIGURE_OFF=	--without-libjpeg
> +
> +LCMS2_LIB_DEPENDS=	liblcms2.so:graphics/lcms2
> +LCMS2_CONFIGURE_OFF=	--without-cms
> +
> +LIBEXIF_LIB_DEPENDS=	libexif.so:graphics/libexif
> +LIBEXIF_CONFIGURE_OFF=	--without-libexif
> +
> +LIBRSVG2_USE=		GNOME=librsvg2
> +LIBRSVG2_CONFIGURE_OFF=	--without-librsvg
> +
> +XMP_LIB_DEPENDS=	libexempi.so:textproc/exempi
> +XMP_CONFIGURE_OFF=	--without-xmp
> +
> +post-patch:
> +	@${REINPLACE_CMD} -e '/CINNAMON_DESKTOP_REQUIRED/s,3\.2\.0,2.4.2,' \
> +		${WRKSRC}/configure.ac
> +

This would be better as a patch. See attached, which also has some clean up.

Steve

-------------- next part --------------
A non-text attachment was scrubbed...
Name: xviewer_changes_rev0.diff
Type: text/x-patch
Size: 2268 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200203/23b5b94b/attachment.bin>


More information about the svn-ports-all mailing list