Date: Thu, 13 Mar 2014 01:12:42 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348019 - head/graphics/hugin Message-ID: <201403130112.s2D1Cgfv002268@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu Mar 13 01:12:42 2014 New Revision: 348019 URL: http://svnweb.freebsd.org/changeset/ports/348019 QAT: https://qat.redports.org/buildarchive/r348019/ Log: Convert to staging. Modernize. Add missing USES=desktop-file-utils shared-mime-info, bumping PORTREVISION. Note that hugin could be upgraded to 2014.0 later. Modified: head/graphics/hugin/Makefile head/graphics/hugin/pkg-plist Modified: head/graphics/hugin/Makefile ============================================================================== --- head/graphics/hugin/Makefile Thu Mar 13 00:28:12 2014 (r348018) +++ head/graphics/hugin/Makefile Thu Mar 13 01:12:42 2014 (r348019) @@ -26,7 +26,6 @@ RUN_DEPENDS= enblend>=3.1.r20080615:${PO exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \ gmake:${PORTSDIR}/devel/gmake -USE_BZIP2= yes USE_PYTHON= yes OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC @@ -34,49 +33,17 @@ OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC PANOMATIC_DESC= Install graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig tar:bzip2 desktop-file-utils shared-mime-info CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} USE_WX= 2.8+ WX_UNICODE= yes - USE_GL= glew glut -MANCOMPRESSED= yes -MAN1= \ - PTBatcher.1 \ - PTBatcherGUI.1 \ - align_image_stack.1 \ - autooptimiser.1 \ - autopano-noop.sh.1 \ - calibrate_lens_gui.1 \ - celeste_standalone.1 \ - checkpto.1 \ - cpclean.1 \ - cpfind.1 \ - deghosting_mask.1 \ - fulla.1 \ - hugin.1 \ - hugin_hdrmerge.1 \ - hugin_stitch_project.1 \ - icpfind.1 \ - linefind.1 \ - matchpoint.1 \ - nona.1 \ - nona_gui.1 \ - pano_modify.1 \ - pano_trafo.1 \ - pto2mk.1 \ - pto_gen.1 \ - pto_merge.1 \ - tca_correct.1 \ - vig_optimize.1 - #DOCSDIR= ${PREFIX}/share/hugin/xrc/data -NO_STAGE= yes # workaround a bug in cmake (?). Without this we get an error like: # cd /usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin1/base_wx && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -D_THREAD_SAFE -O2 -fno-strict-aliasing -pipe -pthread;-D_THREAD_SAFE -O3 -DNDEBUG -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin_base -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/foreign -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/foreign/vigra -I/usr/local/include -I/usr/local/include/OpenEXR -isystem /usr/local/lib/wx/include/gtk2-ansi-release-2.8 -isystem /usr/local/include/wx-2.8 -I/usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin1 -o CMakeFiles/huginbasewx.dir/ImageCache.o -c /usr/ports/graphics/hugin/work/hugin-0.7.r3135/src/hugin1/base_wx/ImageCache.cpp # c++: No input files specified Modified: head/graphics/hugin/pkg-plist ============================================================================== --- head/graphics/hugin/pkg-plist Thu Mar 13 00:28:12 2014 (r348018) +++ head/graphics/hugin/pkg-plist Thu Mar 13 01:12:42 2014 (r348019) @@ -35,6 +35,33 @@ lib/hugin/libhuginvigraimpex.so.0.0 lib/hugin/libicpfindlib.so.0.0 lib/hugin/liblocalfeatures.so.0.0 lib/hugin/libmakefilelib.so.0.0 +man/man1/PTBatcher.1.gz +man/man1/PTBatcherGUI.1.gz +man/man1/align_image_stack.1.gz +man/man1/autooptimiser.1.gz +man/man1/autopano-noop.sh.1.gz +man/man1/calibrate_lens_gui.1.gz +man/man1/celeste_standalone.1.gz +man/man1/checkpto.1.gz +man/man1/cpclean.1.gz +man/man1/cpfind.1.gz +man/man1/deghosting_mask.1.gz +man/man1/fulla.1.gz +man/man1/hugin.1.gz +man/man1/hugin_hdrmerge.1.gz +man/man1/hugin_stitch_project.1.gz +man/man1/icpfind.1.gz +man/man1/linefind.1.gz +man/man1/matchpoint.1.gz +man/man1/nona.1.gz +man/man1/nona_gui.1.gz +man/man1/pano_modify.1.gz +man/man1/pano_trafo.1.gz +man/man1/pto2mk.1.gz +man/man1/pto_gen.1.gz +man/man1/pto_merge.1.gz +man/man1/tca_correct.1.gz +man/man1/vig_optimize.1.gz share/applications/PTBatcherGUI.desktop share/applications/calibrate_lens_gui.desktop share/applications/hugin.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403130112.s2D1Cgfv002268>