diff options
author | vd <vd@FreeBSD.org> | 2007-02-19 17:47:45 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-02-19 17:47:45 +0800 |
commit | e5654a11ef683e3c9102aba6e72498049b962b6a (patch) | |
tree | 6e59a50f86fe572aaacdc4c3851aa3b1726a8788 /graphics | |
parent | b641991b2c1b617ad9f010c84321ec209c532230 (diff) | |
download | freebsd-ports-graphics-e5654a11ef683e3c9102aba6e72498049b962b6a.tar.gz freebsd-ports-graphics-e5654a11ef683e3c9102aba6e72498049b962b6a.tar.zst freebsd-ports-graphics-e5654a11ef683e3c9102aba6e72498049b962b6a.zip |
Update graphics/hugin from 0.5 to 0.6.1:
* Change dependency on libpano12 >= 2.8.4
* Hook dependencies on the autotools, we need to recreate the
autogenerated files because now we have changed the autotools source
config files (configure.ac etc.) with the hope that our changes will
be propagated upstream
PR: ports/108266
Submitted by: vd
Approved by: cartola@openit.com.br (maintainer timeout)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hugin/Makefile | 27 | ||||
-rw-r--r-- | graphics/hugin/distinfo | 6 | ||||
-rw-r--r-- | graphics/hugin/files/patch-bootstrap | 50 | ||||
-rw-r--r-- | graphics/hugin/files/patch-configure | 11 | ||||
-rw-r--r-- | graphics/hugin/files/patch-configure.ac | 36 | ||||
-rw-r--r-- | graphics/hugin/files/patch-m4_ax_boost.m4 | 11 | ||||
-rw-r--r-- | graphics/hugin/files/patch-m4_ax_check_graphics.m4 | 74 | ||||
-rw-r--r-- | graphics/hugin/files/patch-m4_ax_check_panotools.m4 | 20 | ||||
-rw-r--r-- | graphics/hugin/files/patch-m4_fftw.m4 | 26 | ||||
-rw-r--r-- | graphics/hugin/files/patch-src_hugin_xrc_Makefile.am | 8 | ||||
-rw-r--r-- | graphics/hugin/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/hugin/pkg-plist | 55 |
12 files changed, 287 insertions, 40 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index ccef7953bc7..a70d180ed91 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hugin -PORTVERSION= 0.5 +PORTVERSION= 0.6.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= cartola@openit.com.br COMMENT= A GUI for Panorama Tools, to stitch panoramic images -BUILD_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \ - vigra-config:${PORTSDIR}/graphics/vigra +BUILD_DEPENDS= libpano12>=2.8.4:${PORTSDIR}/graphics/libpano12 \ + vigra-config:${PORTSDIR}/graphics/vigra \ + zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ @@ -24,15 +25,23 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ RUN_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \ PTStitcher:${PORTSDIR}/graphics/linux-panorama-tools +USE_BZIP2= yes + +USE_AUTOTOOLS= autoconf:259:env autoheader:259:env aclocal:19:env \ + automake:19:env libtool:15:env + GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -ftemplate-depth-64" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} WXRC=${WXRC_CMD} +CONFIGURE_ARGS+= --with-boost=${LOCALBASE} \ + --disable-desktop USE_GMAKE= yes USE_ICONV= yes USE_WX= 2.6 WX_CONF_ARGS= absolute +MAN1= fulla.1 + DOCSDIR= ${PREFIX}/share/hugin/xrc/data .if defined(WITHOUT_NLS) @@ -43,8 +52,10 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif -post-patch: - @${REINPLACE_CMD} -e 's|-wxrc|-${WX_CONFIG:S/wx/wxrc/}|' \ - ${WRKSRC}/src/hugin/xrc/Makefile.in +pre-configure: + cd ${WRKSRC} && \ + ${SETENV} ${AUTOTOOLS_ENV} \ + ACLOCAL="${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \ + ./bootstrap .include <bsd.port.mk> diff --git a/graphics/hugin/distinfo b/graphics/hugin/distinfo index fb46476d4d3..7d5299e197c 100644 --- a/graphics/hugin/distinfo +++ b/graphics/hugin/distinfo @@ -1,3 +1,3 @@ -MD5 (hugin-0.5.tar.gz) = 18b38f5d6744831567b7fabfedb643fd -SHA256 (hugin-0.5.tar.gz) = 28b49663ea52ff73b61453a6b397c99b704844d6147f316f961327532f9ca1fc -SIZE (hugin-0.5.tar.gz) = 2264996 +MD5 (hugin-0.6.1.tar.bz2) = 46bc3136d42acbabab837128ff471507 +SHA256 (hugin-0.6.1.tar.bz2) = 18546d42ef15154246d5b84ebde847aa2cf003c6305cc64a17cc5396db346ae7 +SIZE (hugin-0.6.1.tar.bz2) = 2151921 diff --git a/graphics/hugin/files/patch-bootstrap b/graphics/hugin/files/patch-bootstrap new file mode 100644 index 00000000000..4c75711b46c --- /dev/null +++ b/graphics/hugin/files/patch-bootstrap @@ -0,0 +1,50 @@ +--- bootstrap.orig Mon Aug 21 01:19:33 2006 ++++ bootstrap Fri Jan 19 09:57:39 2007 +@@ -106,15 +106,17 @@ + mkdir -p ./config + fi + +-echo +-echo "*** WARNING ***" +-echo "*** We're about to run \"gettextize\" which may spew a few paragraphs" +-echo "*** at you and ask you to acknowledge it. If it does this," +-echo "*** just hit return to acknowledge gettext. You DO NOT need to do" +-echo "*** anything that it asks of you except hitting return." +-echo +- +-$GETTEXTIZE --copy --force || exit $? ++# we do not run gettextize since it is interactive and it seems that it ++# is not mandatory - the gettext infrastructure is already present ++#echo ++#echo "*** WARNING ***" ++#echo "*** We're about to run \"gettextize\" which may spew a few paragraphs" ++#echo "*** at you and ask you to acknowledge it. If it does this," ++#echo "*** just hit return to acknowledge gettext. You DO NOT need to do" ++#echo "*** anything that it asks of you except hitting return." ++#echo ++# ++#$GETTEXTIZE --copy --force || exit $? + + # Now we have to do a bit of hackery to setup for hugin + # first reverse the changes to configure.ac etc. +@@ -130,14 +132,14 @@ + + # then copy and move changes in srcdir/po to srcdir/src/hugin/po and srcdir/src/nona_gui/po + # but be careful about POTFILES.in +-rm -f ./po/POTFILES.in +-cp -f ./po/* ./src/hugin/po +-mv -f ./po/* ./src/nona_gui/po ++#rm -f ./po/POTFILES.in ++#cp -f ./po/* ./src/hugin/po ++#mv -f ./po/* ./src/nona_gui/po + + #finally clean up +-rm -rf `find ./src/hugin/po ./src/nona_gui/po ./m4 -name *~` +-rm -rf ./m4/Makefile.am +-rm -rf ./m4/Makefile.in ++#rm -rf `find ./src/hugin/po ./src/nona_gui/po ./m4 -name *~` ++#rm -rf ./m4/Makefile.am ++#rm -rf ./m4/Makefile.in + + $ACLOCAL -I m4 || exit $? + diff --git a/graphics/hugin/files/patch-configure b/graphics/hugin/files/patch-configure deleted file mode 100644 index 3357cf52c98..00000000000 --- a/graphics/hugin/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Aug 11 20:04:18 2005 -+++ configure Thu Aug 11 20:04:23 2005 -@@ -23388,7 +23388,7 @@ - failed=0; - passed=0; - PANO_OLD_LDFLAGS=$LDFLAGS -- PANO_OLD_CPPFLAGS=$LDFLAGS -+ PANO_OLD_CPPFLAGS=$CPPFLAGS - if test "x$HCPU" = 'xamd64' ; then - LDFLAGS="$LDFLAGS -L$PANO_HOME/lib64" - else diff --git a/graphics/hugin/files/patch-configure.ac b/graphics/hugin/files/patch-configure.ac new file mode 100644 index 00000000000..328b63040d8 --- /dev/null +++ b/graphics/hugin/files/patch-configure.ac @@ -0,0 +1,36 @@ +--- configure.ac.orig Mon Aug 21 01:19:33 2006 ++++ configure.ac Tue Jan 23 15:48:26 2007 +@@ -35,6 +35,10 @@ + ;; + esac + ;; ++ *freebsd*) ++ HSYS=freebsd ++ HCPU="${target_cpu}" ++ ;; + darwin*) + HSYS=darwin + HCPU="${target_cpu}" +@@ -56,6 +60,7 @@ + ;; + esac + AM_CONDITIONAL(HAVE_LINUX, test "${HSYS}" = "linux") ++AM_CONDITIONAL(HAVE_FREEBSD, test "${HSYS}" = "freebsd") + AM_CONDITIONAL(HAVE_DARWIN, test "${HSYS}" = "darwin") + AM_CONDITIONAL(HAVE_MINGW, test "${HSYS}" = "mingw32") + +@@ -240,6 +245,14 @@ + where wxWidgets libraries are installed (returned by + 'wx-config --libs' command) is in LD_LIBRARY_PATH or + equivalent variable and wxWidgets version is 2.4.2 or above. ++ ]) ++fi ++ ++AM_PATH_WXRC([HAVE_WXRC=1], [HAVE_WXRC=0]) ++if test "x$HAVE_WXRC" != x1; then ++ AC_MSG_ERROR([ ++ The wxrc program was not installed or not found. ++ Please check the wxWidgets installation. + ]) + fi + diff --git a/graphics/hugin/files/patch-m4_ax_boost.m4 b/graphics/hugin/files/patch-m4_ax_boost.m4 new file mode 100644 index 00000000000..26270ec7fcf --- /dev/null +++ b/graphics/hugin/files/patch-m4_ax_boost.m4 @@ -0,0 +1,11 @@ +--- m4/ax_boost.m4.orig Tue Feb 21 01:45:30 2006 ++++ m4/ax_boost.m4 Mon Jan 22 17:52:39 2007 +@@ -97,7 +97,7 @@ + dnl this location ist chosen if boost libraries are installed with the --layout=system option + dnl or if you install boost with RPM + if test "$ac_boost_path" != ""; then +- BOOST_LDFLAGS="-L$ac_boost_path/lib" ++ BOOST_LDFLAGS="-L$ac_boost_path/lib $PTHREAD_LIBS" + BOOST_CPPFLAGS="-I$ac_boost_path/include" + else + for ac_boost_path_tmp in /usr /usr/local /opt ; do diff --git a/graphics/hugin/files/patch-m4_ax_check_graphics.m4 b/graphics/hugin/files/patch-m4_ax_check_graphics.m4 new file mode 100644 index 00000000000..206c6a3f667 --- /dev/null +++ b/graphics/hugin/files/patch-m4_ax_check_graphics.m4 @@ -0,0 +1,74 @@ +--- m4/ax_check_graphics.m4.orig Wed Jan 17 15:23:15 2007 ++++ m4/ax_check_graphics.m4 Wed Jan 17 15:27:55 2007 +@@ -44,7 +44,7 @@ + ZLIB_OLD_LDFLAGS=$LDFLAGS + ZLIB_OLD_CPPFLAGS=$CPPFLAGS + if test "x$ZLIB_HOME" != 'x' ; then +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LDFLAGS="$LDFLAGS -L$ZLIB_HOME/lib64" + else + LDFLAGS="$LDFLAGS -L$ZLIB_HOME/lib" +@@ -69,7 +69,7 @@ + LIB_ZLIB="-lz" + ZLIB_FLAGS="-DHasZLIB" + else +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LIB_ZLIB="-L$ZLIB_HOME/lib64 -lz" + else + LIB_ZLIB="-L$ZLIB_HOME/lib -lz" +@@ -133,7 +133,7 @@ + PNG_OLD_LDFLAGS=$LDFLAGS + PNG_OLD_CPPFLAGS=$CPPFLAGS + if test "x$PNG_HOME" != 'x' ; then +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LDFLAGS="$LDFLAGS -L$PNG_HOME/lib64" + else + LDFLAGS="$LDFLAGS -L$PNG_HOME/lib" +@@ -158,7 +158,7 @@ + LIB_PNG="-lpng" + PNG_FLAGS="-DHasPNG" + else +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LIB_PNG="-L$PNG_HOME/lib64 -lpng" + else + LIB_PNG="-L$PNG_HOME/lib -lpng" +@@ -224,7 +224,7 @@ + JPEG_OLD_LDFLAGS=$LDFLAGS + JPEG_OLD_CPPFLAGS=$CPPFLAGS + if test "x$JPEG_HOME" != 'x' ; then +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LDFLAGS="$LDFLAGS -L$JPEG_HOME/lib64" + else + LDFLAGS="$LDFLAGS -L$JPEG_HOME/lib" +@@ -274,7 +274,7 @@ + LIB_JPEG="-ljpeg" + JPEG_FLAGS="-DHasJPEG" + else +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LIB_JPEG="-L$JPEG_HOME/lib64 -ljpeg" + else + LIB_JPEG="-L$JPEG_HOME/lib -ljpeg" +@@ -339,7 +339,7 @@ + TIFF_OLD_LDFLAGS=$LDFLAGS + TIFF_OLD_CPPFLAGS=$CPPFLAGS + if test "x$TIFF_HOME" != 'x' ; then +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LDFLAGS="$LDFLAGS -L$TIFF_HOME/lib64" + else + LDFLAGS="$LDFLAGS -L$TIFF_HOME/lib" +@@ -364,7 +364,7 @@ + LIB_TIFF="-ltiff" + TIFF_FLAGS="-DHasTIFF" + else +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LIB_TIFF="-L$TIFF_HOME/lib64 -ltiff" + else + LIB_TIFF="-L$TIFF_HOME/lib -ltiff" diff --git a/graphics/hugin/files/patch-m4_ax_check_panotools.m4 b/graphics/hugin/files/patch-m4_ax_check_panotools.m4 new file mode 100644 index 00000000000..4ffe1e0cb92 --- /dev/null +++ b/graphics/hugin/files/patch-m4_ax_check_panotools.m4 @@ -0,0 +1,20 @@ +--- m4/ax_check_panotools.m4.orig Wed Jan 17 15:30:39 2007 ++++ m4/ax_check_panotools.m4 Wed Jan 17 15:31:10 2007 +@@ -44,7 +44,7 @@ + passed=0; + PANO_OLD_LDFLAGS=$LDFLAGS + PANO_OLD_CPPFLAGS=$CPPFLAGS +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LDFLAGS="$LDFLAGS -L$PANO_HOME/lib64" + else + LDFLAGS="$LDFLAGS -L$PANO_HOME/lib" +@@ -76,7 +76,7 @@ + LIB_PANO="-lpano12" + PANO_FLAGS="-DHasPANO" + else +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + LIB_PANO="-L$PANO_HOME/lib64 -lpano12" + else + LIB_PANO="-L$PANO_HOME/lib -lpano12" diff --git a/graphics/hugin/files/patch-m4_fftw.m4 b/graphics/hugin/files/patch-m4_fftw.m4 new file mode 100644 index 00000000000..0559df85436 --- /dev/null +++ b/graphics/hugin/files/patch-m4_fftw.m4 @@ -0,0 +1,26 @@ +--- m4/ax_fftw.m4.orig Wed Jan 17 15:31:31 2007 ++++ m4/ax_fftw.m4 Wed Jan 17 15:32:36 2007 +@@ -12,7 +12,7 @@ + AC_HELP_STRING([--with-fftw=DIR], + [where the root of FFTW is installed ]), + [ ac_fftw_includes="$withval"/include +- if test "x$HCPU" = 'xamd64' ; then ++ if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + ac_fftw_libraries="$withval"/lib64 + else + ac_fftw_libraries="$withval"/lib +@@ -45,12 +45,12 @@ + AC_FIND_FILE(fftw.h, $fftw_incdirs, fftw_incdir) + ac_fftw_includes="$fftw_incdir" + +-if test "x$HCPU" = 'xamd64' ; then ++if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + fftw_libdirs="/usr/lib64/fftw/lib64 /usr/lib64 /opt/lib64 /mingw/lib64 /usr/local/fftw/lib64 /usr/local/lib64 /usr/lib64/fftw $FFTWLIB" + else + fftw_libdirs="/usr/lib/fftw/lib /usr/lib /opt/lib /mingw/lib /usr/local/fftw/lib /usr/local/lib /usr/lib/fftw $FFTWLIB" + fi +-if test "x$HCPU" = 'xamd64' ; then ++if test "x$HCPU" = 'xamd64' -a "x$HSYS" != 'xfreebsd' ; then + test -n "$FFTWDIR" && fftw_libdirs="$FFTWDIR/lib64 $FFTWDIR $fftw_libdirs" + else + test -n "$FFTWDIR" && fftw_libdirs="$FFTWDIR/lib $FFTWDIR $fftw_libdirs" diff --git a/graphics/hugin/files/patch-src_hugin_xrc_Makefile.am b/graphics/hugin/files/patch-src_hugin_xrc_Makefile.am new file mode 100644 index 00000000000..dc9fd15bf0a --- /dev/null +++ b/graphics/hugin/files/patch-src_hugin_xrc_Makefile.am @@ -0,0 +1,8 @@ +--- src/hugin/xrc/Makefile.am.orig Tue Jan 23 15:13:43 2007 ++++ src/hugin/xrc/Makefile.am Tue Jan 23 15:52:04 2007 +@@ -42,4 +42,4 @@ + dist_xrc_DATA = $(XRC_FILES) + + .xrc.xrs: +- -wxrc -g -o $(srcdir)/$@ $< ++ -$(WXRC) -g -o $(srcdir)/$@ $< diff --git a/graphics/hugin/pkg-descr b/graphics/hugin/pkg-descr index 8a3c2919cd9..7939598d648 100644 --- a/graphics/hugin/pkg-descr +++ b/graphics/hugin/pkg-descr @@ -5,6 +5,3 @@ immersive panorama, stitch any series of overlapping pictures and much more. WWW: http://hugin.sourceforge.net/ - -- Ported by Cartola -cartola@openit.com.br diff --git a/graphics/hugin/pkg-plist b/graphics/hugin/pkg-plist index 72d22b52186..1773d2f692f 100644 --- a/graphics/hugin/pkg-plist +++ b/graphics/hugin/pkg-plist @@ -1,4 +1,6 @@ bin/autooptimiser +bin/color_correct_tiff +bin/fulla bin/hugin bin/nona bin/nona_gui @@ -18,8 +20,6 @@ bin/zhang_undistort %%DATADIR%%/xrc/data/CPCursor4.png %%DATADIR%%/xrc/data/CPCursor5.png %%DATADIR%%/xrc/data/CPCursor6.png -%%DATADIR%%/xrc/data/FAQ.html -%%DATADIR%%/xrc/data/FAQ_fr.html %%DATADIR%%/xrc/data/about.htm %%DATADIR%%/xrc/data/about_fr.htm %%DATADIR%%/xrc/data/center_pano.xpm @@ -40,8 +40,26 @@ bin/zhang_undistort %%DATADIR%%/xrc/data/filesaveas.png %%DATADIR%%/xrc/data/find.png %%DATADIR%%/xrc/data/fit_pano.xpm +%%DATADIR%%/xrc/data/help_common/horiz-guide.jpg +%%DATADIR%%/xrc/data/help_common/hugin.png +%%DATADIR%%/xrc/data/help_common/problem-circle.jpg +%%DATADIR%%/xrc/data/help_en_EN/FAQ.html +%%DATADIR%%/xrc/data/help_en_EN/contents.html +%%DATADIR%%/xrc/data/help_en_EN/hugin.hhc +%%DATADIR%%/xrc/data/help_en_EN/hugin.hhk +%%DATADIR%%/xrc/data/help_en_EN/hugin.hhp +%%DATADIR%%/xrc/data/help_en_EN/keyboard.html +%%DATADIR%%/xrc/data/help_en_EN/license.html +%%DATADIR%%/xrc/data/help_en_EN/manual.html +%%DATADIR%%/xrc/data/help_fr_FR/FAQ.html +%%DATADIR%%/xrc/data/help_fr_FR/contents.html +%%DATADIR%%/xrc/data/help_fr_FR/hugin.hhc +%%DATADIR%%/xrc/data/help_fr_FR/hugin.hhk +%%DATADIR%%/xrc/data/help_fr_FR/hugin.hhp +%%DATADIR%%/xrc/data/help_fr_FR/keyboard.html +%%DATADIR%%/xrc/data/help_fr_FR/license.html +%%DATADIR%%/xrc/data/help_fr_FR/manual.html %%DATADIR%%/xrc/data/hugin.png -%%DATADIR%%/xrc/data/horiz-guide.jpg %%DATADIR%%/xrc/data/icon.ico %%DATADIR%%/xrc/data/icon.png %%DATADIR%%/xrc/data/icon_128x128.ico @@ -54,13 +72,10 @@ bin/zhang_undistort %%DATADIR%%/xrc/data/icon_72x72.ico %%DATADIR%%/xrc/data/icon_96x96.ico %%DATADIR%%/xrc/data/info.xpm -%%DATADIR%%/xrc/data/keyboard.html -%%DATADIR%%/xrc/data/keyboard_fr.html %%DATADIR%%/xrc/data/keyboard_pl.html %%DATADIR%%/xrc/data/list.png %%DATADIR%%/xrc/data/logo.png %%DATADIR%%/xrc/data/manual.html -%%DATADIR%%/xrc/data/manual_fr.html %%DATADIR%%/xrc/data/optimize.png %%DATADIR%%/xrc/data/optimize.xpm %%DATADIR%%/xrc/data/preview.png @@ -68,7 +83,6 @@ bin/zhang_undistort %%DATADIR%%/xrc/data/preview_show_all.png %%DATADIR%%/xrc/data/preview_show_none.png %%DATADIR%%/xrc/data/print.xpm -%%DATADIR%%/xrc/data/problem-circle.jpg %%DATADIR%%/xrc/data/redo.png %%DATADIR%%/xrc/data/reload.png %%DATADIR%%/xrc/data/searchfind.xpm @@ -101,9 +115,11 @@ bin/zhang_undistort %%DATADIR%%/xrc/ptstitcher_panel.xrc %%DATADIR%%/xrc/run_optimizer_frame.xrc %%DATADIR%%/xrc/run_stitcher_frame.xrc +%%DATADIR%%/xrc/vig_corr_dlg.xrc share/applications/hugin.desktop share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-ptoptimizer-script.png %%NLS%%share/locale/ca_ES/LC_MESSAGES/hugin.mo +%%NLS%%share/locale/cs_CZ/LC_MESSAGES/hugin.mo %%NLS%%share/locale/de/LC_MESSAGES/hugin.mo %%NLS%%share/locale/de/LC_MESSAGES/nona_gui.mo %%NLS%%share/locale/fr/LC_MESSAGES/hugin.mo @@ -120,20 +136,29 @@ share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-ptoptimizer-script.pn %%NLS%%share/locale/pt_BR/LC_MESSAGES/nona_gui.mo %%NLS%%share/locale/ru/LC_MESSAGES/hugin.mo %%NLS%%share/locale/ru/LC_MESSAGES/nona_gui.mo +%%NLS%%share/locale/sv/LC_MESSAGES/hugin.mo +%%NLS%%share/locale/uk/LC_MESSAGES/hugin.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/hugin.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/nona_gui.mo share/mime/packages/hugin.xml share/pixmaps/hugin.png -@dirrm share/applications -@dirrm share/icons/gnome/48x48/mimetypes -@dirrm share/icons/gnome/48x48 -@dirrm share/icons/gnome -@dirrm share/icons -%%NLS%%@dirrm share/locale/ca_ES/LC_MESSAGES -%%NLS%%@dirrm share/locale/ca_ES +@dirrmtry share/applications +@dirrmtry share/icons/gnome/48x48/mimetypes +@dirrmtry share/icons/gnome/48x48 +@dirrmtry share/icons/gnome +@dirrmtry share/icons +%%NLS%%@dirrmtry share/locale/ca_ES/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ca_ES +%%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/cs_CZ +%%NLS%%@dirrmtry share/locale/uk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/uk @dirrmtry share/mime/packages @dirrmtry share/mime -@dirrm share/pixmaps +@dirrmtry share/pixmaps +@dirrm %%DATADIR%%/xrc/data/help_common +@dirrm %%DATADIR%%/xrc/data/help_en_EN +@dirrm %%DATADIR%%/xrc/data/help_fr_FR @dirrm %%DATADIR%%/xrc/data @dirrm %%DATADIR%%/xrc @dirrm %%DATADIR%% |