Ticket #20880: hugin-app.diff

File hugin-app.diff, 1.0 KB (added by joe.macports@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    hugin-app
    6 svn.tag                 2903
    7 version                 7.0-${svn.tag}
     6svn.tag                 4144
     7version                 8.0-${svn.tag}
    88revision                0
    99categories              graphics
    1010maintainers             auckland.ac.nz:p.schmiedeskamp
     
    1919platforms               darwin
    2020
    2121fetch.type              svn
    22 svn.url                 http://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk
     22svn.url                 http://hugin.svn.sourceforge.net/svnroot/hugin/hugin/releases/0.8
    2323
    24 worksrcdir              trunk
     24worksrcdir              0.8
    2525
    2626depends_build           port:cmake \
    2727                        bin:svn:subversion
     
    3333                        port:wxWidgets \
    3434                        port:openexr \
    3535                        port:exiv2 \
    36                         port:libpano13
     36                        port:libpano13 \
     37                        port:glew
    3738
    3839depends_run             port:autopano-sift-c \
    3940                        port:enblend \
     
    4243configure.cmd           cmake
    4344configure.pre_args
    4445
    45 patchfiles              patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp.diff
    46 
    4746configure.args          -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
    4847                        -DHUGIN_SHARED:BOOL=OFF