--- ./package/multimedia/libsimage/libsimage.conf	1970-01-01 01:00:00.000000000 +0100
+++ ./package/multimedia/libsimage/libsimage.conf	2008-11-03 22:20:37.000000000 +0000
@@ -0,0 +1,17 @@
+# --- T2-COPYRIGHT-NOTE-BEGIN ---
+# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+# 
+# T2 SDE: package/.../libsimage/libsimage.conf
+# Copyright (C) 2008 The T2 SDE Project
+# 
+# More information can be found in the files COPYING and README.
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License. A copy of the
+# GNU General Public License can be found in the file COPYING.
+# --- T2-COPYRIGHT-NOTE-END ---
+
+var_append confopt " " "--enable-qimage"
+var_append confopt " " "--enable-mpeg2enc"
+var_append confopt " " "--enable-avienc"
--- ./package/multimedia/libsimage/libsimage.desc	1970-01-01 01:00:00.000000000 +0100
+++ ./package/multimedia/libsimage/libsimage.desc	2008-11-06 16:59:20.000000000 +0000
@@ -0,0 +1,33 @@
+[COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
+[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+[COPY] 
+[COPY] T2 SDE: package/.../libsimage/libsimage.desc
+[COPY] Copyright (C) 2004 - 2008 The T2 SDE Project
+[COPY] 
+[COPY] More information can be found in the files COPYING and README.
+[COPY] 
+[COPY] This program is free software; you can redistribute it and/or modify
+[COPY] it under the terms of the GNU General Public License as published by
+[COPY] the Free Software Foundation; version 2 of the License. A copy of the
+[COPY] GNU General Public License can be found in the file COPYING.
+[COPY] --- T2-COPYRIGHT-NOTE-END ---
+
+[I] The simage Library
+
+[T] The simage library provides a simplified and uniform interface to many 
+[T] image file format libraries, and it includes internal support for some 
+[T] image file formats too.
+
+[U] http://www.coin3d.org/lib/simage
+
+[A] Coin3D
+[M] Adam Stirk <adam.stirk@brantano.co.uk>
+
+[C] extra/multimedia
+
+[L] GPL
+[S] Stable
+[V] 1.6.1
+[P] X -----5---9 141.700
+
+[D] 2076153197 simage-1.6.1.tar.gz http://ftp.coin3d.org/coin/src/all/
--- ./package/multimedia/libsimage/link-fix.patch	1970-01-01 01:00:00.000000000 +0100
+++ ./package/multimedia/libsimage/link-fix.patch	2008-11-06 17:16:15.000000000 +0000
@@ -0,0 +1,27 @@
+# --- T2-COPYRIGHT-NOTE-BEGIN ---
+# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+# 
+# T2 SDE: package/.../libsimage/link-fix.patch
+# Copyright (C) 2008 The T2 SDE Project
+# 
+# More information can be found in the files COPYING and README.
+# 
+# This patch file is dual-licensed. It is available under the license the
+# patched project is licensed under, as long as it is an OpenSource license
+# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
+# of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or (at your option) any later
+# version.
+# --- T2-COPYRIGHT-NOTE-END ---
+
+--- simage-1.6.1.orig/src/Makefile.in
++++ simage-1.6.1/src/Makefile.in
+@@ -536,7 +536,7 @@
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+ libsimage@SUFFIX@.la: $(libsimage@SUFFIX@_la_OBJECTS) $(libsimage@SUFFIX@_la_DEPENDENCIES) 
+-	$(CXXLINK) -rpath $(libdir) $(libsimage@SUFFIX@_la_LDFLAGS) $(libsimage@SUFFIX@_la_OBJECTS) $(libsimage@SUFFIX@_la_LIBADD) $(LIBS)
++	$(LINK) -rpath $(libdir) $(libsimage@SUFFIX@_la_LDFLAGS) $(libsimage@SUFFIX@_la_OBJECTS) $(libsimage@SUFFIX@_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+ 	-rm -f *.$(OBJEXT) core *.core
