Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14256

Added Files:
        enblend-enfuse.info enblend-enfuse.patch 
Log Message:
enblend-enfuse 4.1 from tracker
https://sourceforge.net/p/fink/package-submissions/4347/

--- NEW FILE: enblend-enfuse.patch ---
diff -urN enblend-enfuse-4.1.orig/config.h.cmake 
enblend-enfuse-4.1/config.h.cmake
--- enblend-enfuse-4.1.orig/config.h.cmake      2012-02-21 13:58:02.000000000 
+0000
+++ enblend-enfuse-4.1/config.h.cmake   2013-09-04 17:06:04.000000000 +0100
@@ -172,7 +172,7 @@
 #cmakedefine STDC_HEADERS 1
 
 /* Define to 1 if strerror_r returns char *. */
-#define STRERROR_R_CHAR_P 1
+#cmakedefine STRERROR_R_CHAR_P ${STRERROR_R_CHAR_P}
 
 /* Version number of package */
 #define VERSION "${ENBLEND_VERSION_ONLY}"
diff -urN enblend-enfuse-4.1.orig/src/gpu.cc enblend-enfuse-4.1/src/gpu.cc
--- enblend-enfuse-4.1.orig/src/gpu.cc  2012-12-08 08:23:59.000000000 +0000
+++ enblend-enfuse-4.1/src/gpu.cc       2013-09-04 23:27:19.000000000 +0100
@@ -155,7 +155,7 @@
     };
     CGLPixelFormatObj pixel_format = NULL;
     CGLContextObj cgl_context = NULL;
-    long int pixel_formats = 0L;
+    GLint pixel_formats = 0;
     CGLError cgl_error;
 
 

--- NEW FILE: enblend-enfuse.info ---
Package: enblend-enfuse
Version: 4.1
Revision: 1

License: GPL
Maintainer: Pete Woods <f...@pete-woods.com>

BuildDepends: <<
boost1.52.0.cmake,
cmake,
glew,
gsl,
ilmbase,
imagemagick-nox,
lcms2,
libjpeg9,
libopenexr6,
libpng16,
libtiff5,
pkgconfig,
vigra4
<<

Depends: <<
boost1.52.0.cmake-shlibs,
glew-shlibs,
gsl-shlibs,
ilmbase-shlibs,
lcms2-shlibs,
libjpeg9-shlibs,
libopenexr6-shlibs,
libpng16-shlibs,
libtiff5-shlibs,
vigra4-shlibs
<<

GCC: 4.0
Source: mirror:sourceforge:enblend/%n/%n-%v/%n-%v.tar.gz
Source-Checksum: SHA1(265db3fddc88de7dbbd30f0f848e489cce2c88ba)

PatchFile: %n.patch
PatchFile-MD5: 8cec66b0286465d8df430cd9b2a1d2b7

CompileScript: <<
#!/bin/sh -ev
mkdir -p build
pushd build
cmake \
  -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_INSTALL_PREFIX=%p \
  -DENABLE_GPU=ON \
  ..
make -w
popd
<<

InstallScript: <<
#!/bin/sh -ev
pushd build
make DESTDIR=%d install
popd
<<

DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README* VERSION
Homepage: http://enblend.sourceforge.net/

Description: Blends seams in a panoramic image mosaic

DescDetail: <<
Enblend is a tool for compositing images. Given a set of images that
overlap in some irregular way, Enblend overlays them in such a way that the
seam between the images is invisible, or at least very difficult to see.
<<


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to