Date: Thu, 26 May 2016 13:20:33 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415894 - in head/graphics/gimageview: . files Message-ID: <201605261320.u4QDKX2S047951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 26 13:20:33 2016 New Revision: 415894 URL: https://svnweb.freebsd.org/changeset/ports/415894 Log: - Take maintainership - Switch to USES=localbase - Fix EXIF option: libexif is bundled, don't use external header (unfortunately, couldn't make it work with external libexif) - Add possibly empty directory to plist Deleted: head/graphics/gimageview/files/extra-patch-src-exit_view.c Modified: head/graphics/gimageview/Makefile head/graphics/gimageview/pkg-plist Modified: head/graphics/gimageview/Makefile ============================================================================== --- head/graphics/gimageview/Makefile Thu May 26 13:18:16 2016 (r415893) +++ head/graphics/gimageview/Makefile Thu May 26 13:20:33 2016 (r415894) @@ -7,7 +7,7 @@ PORTREVISION= 21 CATEGORIES= graphics MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Yet another GTK+ based image viewer LICENSE= GPLv2+ @@ -15,13 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= gmake jpeg libtool pkgconfig +USES= gmake jpeg libtool localbase pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_XORG= ice xinerama CONFIGURE_ARGS= --with-gtk2 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE DOCS @@ -43,9 +41,8 @@ LIBWMF_LIB_DEPENDS= libwmf.so:graphics/l LIBRSVG2_CONFIGURE_WITH=librsvg LIBRSVG2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 -LIBEXIF_CONFIGURE_ENABLE=exif -LIBEXIF_LIB_DEPENDS= libexif.so:graphics/libexif -LIBEXIF_EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-exit_view.c +LIBEXIF_CONFIGURE_ENABLE=exif # bundled exif is used +LIBEXIF_BROKEN_OFF= does not build without libexif support MPLAYER_CONFIGURE_ENABLE=mplayer MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer Modified: head/graphics/gimageview/pkg-plist ============================================================================== --- head/graphics/gimageview/pkg-plist Thu May 26 13:18:16 2016 (r415893) +++ head/graphics/gimageview/pkg-plist Thu May 26 13:20:33 2016 (r415894) @@ -119,3 +119,4 @@ share/gimageview/pixmaps/default/zoom_ou %%NLS%%share/locale/fr/LC_MESSAGES/gimageview.mo %%NLS%%share/locale/ja/LC_MESSAGES/gimageview.mo share/pixmaps/gimv.png +@dir lib/gimageview/image_view
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261320.u4QDKX2S047951>