[67064] trunk/dports/devel/vxl/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 27 23:53:42 PDT 2010


Revision: 67064
          http://trac.macports.org/changeset/67064
Author:   ryandesign at macports.org
Date:     2010-04-27 23:53:39 -0700 (Tue, 27 Apr 2010)
Log Message:
-----------
vxl: update to 1.14.0; new maintainer; add dependencies on ffmpeg-devel, libgeotiff, libpng; disable universal variant because ffmpeg-devel is not universal; see #24654

Modified Paths:
--------------
    trunk/dports/devel/vxl/Portfile

Modified: trunk/dports/devel/vxl/Portfile
===================================================================
--- trunk/dports/devel/vxl/Portfile	2010-04-28 05:47:50 UTC (rev 67063)
+++ trunk/dports/devel/vxl/Portfile	2010-04-28 06:53:39 UTC (rev 67064)
@@ -3,9 +3,9 @@
 PortSystem 1.0
 
 name             vxl
-version          1.12.0
+version          1.14.0
 categories       devel
-maintainers      nomaintainer
+maintainers      maeth.com:wiking
 description      C++ libraries for computer vision
 long_description \
 	VXL (the Vision-something-Libraries) is a collection of C++ libraries \
@@ -18,10 +18,13 @@
 
 master_sites     sourceforge
 use_zip          yes
-checksums        md5    910b42ff0f0c048015425992d979c8f7 \
-                 sha1   679e9d23220c6278c6da0cef35cd5df8eed7f064 \
-                 rmd160 aed78aed12e6d90a1406f36e1ea1129993994350
+checksums        md5    0329521f2fda61d2835e7b3c7c1189df \
+                 sha1   db42cfce42448c40d37fcdd3127e6d586660c8c3 \
+                 rmd160 2b7c72ead698d928cfd5d56205b2e1b3f7f2fef9
 
+# ffmpeg-devel is not universal
+universal_variant no
+
 patchfiles       patch-v3p☃mpeg2☃libmpeg2☃idct_altivec.c \
                  patch-v3p☃mpeg2☃libmpeg2☃motion_comp_altivec.c
 post-patch {
@@ -30,6 +33,10 @@
 
 depends_build    port:cmake
 
+depends_lib      port:ffmpeg-devel \
+                 port:libgeotiff \
+                 port:libpng
+
 configure.cmd      ${prefix}/bin/cmake
 configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix}
 configure.args     -DBUILD_SHARED_LIBS=YES \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100427/e1d9ebd2/attachment.html>


More information about the macports-changes mailing list