diff options
author | mandree <mandree@FreeBSD.org> | 2014-03-13 09:12:42 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-03-13 09:12:42 +0800 |
commit | 615e50534142e31711aa0ad612ffac73a73c41cf (patch) | |
tree | 677750fc41c1d862a49fb316bca689d370033cdf | |
parent | 0150abe4966f6620149ae9f4befd59d94a8bfc78 (diff) | |
download | freebsd-ports-gnome-615e50534142e31711aa0ad612ffac73a73c41cf.tar.gz freebsd-ports-gnome-615e50534142e31711aa0ad612ffac73a73c41cf.tar.zst freebsd-ports-gnome-615e50534142e31711aa0ad612ffac73a73c41cf.zip |
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.
-rw-r--r-- | graphics/hugin/Makefile | 35 | ||||
-rw-r--r-- | graphics/hugin/pkg-plist | 27 |
2 files changed, 28 insertions, 34 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index ba1bfbfc76d8..05884a31eef4 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -26,7 +26,6 @@ RUN_DEPENDS= enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \ 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 diff --git a/graphics/hugin/pkg-plist b/graphics/hugin/pkg-plist index adec0dbf9009..5e4e91fc72e4 100644 --- a/graphics/hugin/pkg-plist +++ b/graphics/hugin/pkg-plist @@ -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 |