[65328] trunk/dports/graphics/simage

css at macports.org css at macports.org
Thu Mar 25 06:15:51 PDT 2010


Revision: 65328
          http://trac.macports.org/changeset/65328
Author:   css at macports.org
Date:     2010-03-25 06:15:48 -0700 (Thu, 25 Mar 2010)
Log Message:
-----------
Update simage to 1.7.0 by bumping the version and checksums while removing the configure patch (refs #24196). Also fixed the pkgconfig to no longer contain -arch flags. (refs #24197)

Modified Paths:
--------------
    trunk/dports/graphics/simage/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/simage/files/patch-configure.diff

Modified: trunk/dports/graphics/simage/Portfile
===================================================================
--- trunk/dports/graphics/simage/Portfile	2010-03-25 13:05:47 UTC (rev 65327)
+++ trunk/dports/graphics/simage/Portfile	2010-03-25 13:15:48 UTC (rev 65328)
@@ -2,8 +2,7 @@
 
 PortSystem		1.0
 name			simage
-version			1.6.1
-revision		4
+version			1.7.0
 description		library for loading and saving images, sound and video
 long_description	simage is a library capable of loading, manipulating \
 	and saving images, creating and saving movies (AVI and mpeg), and    \
@@ -15,10 +14,10 @@
 platforms		darwin
 maintainers		css
 master_sites		http://ftp.coin3d.org/coin/src/all/
-checksums		md5 d4c836ab282388392a65cd0650f224c5
+checksums		md5     c479cc27fc80ffc39142318a233c6ae2 \
+			sha1    32b2bbfd7f2e7ec3591f506094c9d006e4af3921 \
+			rmd160  be5e13c0acc345a39f4686e3121222faa3cdbd51
 
-patchfiles		patch-configure.diff
-
 depends_lib		port:jpeg \
 			port:libpng \
 			port:libsndfile \
@@ -35,6 +34,12 @@
 			--with-tiff=${prefix} \
 			--with-zlib=${prefix}
 
+post-build {
+	reinplace -E {s|-arch [a-z0-9_]+||g} \
+		${worksrcpath}/simage.pc \
+		${worksrcpath}/simage-default.cfg
+}
+
 # The QuickTime variant uses QuickTime for image loading, removing
 # the dependencies on additional image libraries.
 variant quicktime {

Deleted: trunk/dports/graphics/simage/files/patch-configure.diff
===================================================================
--- trunk/dports/graphics/simage/files/patch-configure.diff	2010-03-25 13:05:47 UTC (rev 65327)
+++ trunk/dports/graphics/simage/files/patch-configure.diff	2010-03-25 13:15:48 UTC (rev 65328)
@@ -1,13 +0,0 @@
---- configure.orig	2006-03-03 09:02:03.000000000 -0600
-+++ configure	2006-03-03 09:03:44.000000000 -0600
-@@ -23128,8 +23128,8 @@
- 
- if test x"$with_libsndfile" != xno; then
-   if test x"$with_libsndfile" != xyes; then
--    sim_ac_libsndfile_cppflags="-I${with_libsndfile}/src"
--    sim_ac_libsndfile_ldflags="-L${with_libsndfile}"
-+    sim_ac_libsndfile_cppflags="-I${with_libsndfile}/include"
-+    sim_ac_libsndfile_ldflags="-L${with_libsndfile}/lib"
-   fi
- 
-   sim_ac_save_cppflags=$CPPFLAGS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100325/189e8247/attachment.html>


More information about the macports-changes mailing list