svn commit: r402066 - in head/graphics: hugin libpano13

Antoine Brodin antoine at FreeBSD.org
Fri Nov 20 11:17:16 UTC 2015


Author: antoine
Date: Fri Nov 20 11:17:14 2015
New Revision: 402066
URL: https://svnweb.freebsd.org/changeset/ports/402066

Log:
  Convert to USES=jpeg

Modified:
  head/graphics/hugin/Makefile
  head/graphics/libpano13/Makefile

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Fri Nov 20 10:00:20 2015	(r402065)
+++ head/graphics/hugin/Makefile	Fri Nov 20 11:17:14 2015	(r402066)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2015.0.0
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
@@ -14,7 +14,6 @@ LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/gr
 		libImath.so:${PORTSDIR}/graphics/ilmbase \
 		libboost_thread.so:${PORTSDIR}/devel/boost-libs \
 		libexiv2.so:${PORTSDIR}/graphics/exiv2 \
-		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		liblensfun.so:${PORTSDIR}/graphics/lensfun \
 		libpano13.so:${PORTSDIR}/graphics/libpano13 \
 		libpng.so:${PORTSDIR}/graphics/png \
@@ -31,7 +30,7 @@ OPTIONS_DEFAULT=	PANOMATIC AUTOPANOSIFTC
 PANOMATIC_DESC=	Install graphics/panomatic
 AUTOPANOSIFTC_DESC=	Install graphics/autopano-sift-c
 
-USES=		cmake gettext pkgconfig tar:bzip2 desktop-file-utils python \
+USES=		cmake gettext jpeg pkgconfig tar:bzip2 desktop-file-utils python \
 		shared-mime-info compiler:features
 
 CMAKE_ARGS=	-DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}

Modified: head/graphics/libpano13/Makefile
==============================================================================
--- head/graphics/libpano13/Makefile	Fri Nov 20 10:00:20 2015	(r402065)
+++ head/graphics/libpano13/Makefile	Fri Nov 20 11:17:14 2015	(r402066)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libpano13
 PORTVERSION=	2.9.19
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics java
 MASTER_SITES=	SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -13,8 +13,7 @@ COMMENT=	Cross-platform library behind P
 LICENSE=	GPLv2 # or later
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		libpng16.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS=	libpng16.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 
 USE_GNOME=	gtk20 glib20 pango atk


More information about the svn-ports-all mailing list