From owner-svn-ports-all@freebsd.org Fri Nov 20 11:17:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1853A333C9; Fri, 20 Nov 2015 11:17:15 +0000 (UTC) (envelope-from antoine@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 mx1.freebsd.org (Postfix) with ESMTPS id 93BDA1C6D; Fri, 20 Nov 2015 11:17:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAKBHEfL048533; Fri, 20 Nov 2015 11:17:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAKBHEoe048531; Fri, 20 Nov 2015 11:17:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511201117.tAKBHEoe048531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 20 Nov 2015 11:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402066 - in head/graphics: hugin libpano13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 20 Nov 2015 11:17:16 -0000 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