summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2005-12-09 15:47:34 +0000
committergdt <gdt@pkgsrc.org>2005-12-09 15:47:34 +0000
commite46ead4af0a91cd7fbf4eba5b24ebe2883b8239a (patch)
tree430bfc35a4e479bd4bacbe6c567ea87691f7578e /graphics
parent93e32cca2eab4d3fb09e125e3a457ff327f74c2e (diff)
downloadpkgsrc-e46ead4af0a91cd7fbf4eba5b24ebe2883b8239a.tar.gz
TiffIO is a plugin that add TIFF images read/write capabilities to the
Qt3 and Qt4 QImage class. Adding the generated plugin in the Qt's tree enable any Qt application to manipulate TIFF images. TiffIO come with a self-test suite, and have been compiled and used successfully on a variety of windows and unixes platforms.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/TiffIO/DESCR5
-rw-r--r--graphics/TiffIO/Makefile39
-rw-r--r--graphics/TiffIO/PLIST2
-rw-r--r--graphics/TiffIO/distinfo5
4 files changed, 51 insertions, 0 deletions
diff --git a/graphics/TiffIO/DESCR b/graphics/TiffIO/DESCR
new file mode 100644
index 00000000000..18a6b974ad9
--- /dev/null
+++ b/graphics/TiffIO/DESCR
@@ -0,0 +1,5 @@
+TiffIO is a plugin that add TIFF images read/write capabilities to the
+Qt3 and Qt4 QImage class. Adding the generated plugin in the Qt's
+tree enable any Qt application to manipulate TIFF images. TiffIO come
+with a self-test suite, and have been compiled and used successfully
+on a variety of windows and unixes platforms.
diff --git a/graphics/TiffIO/Makefile b/graphics/TiffIO/Makefile
new file mode 100644
index 00000000000..013622aefc1
--- /dev/null
+++ b/graphics/TiffIO/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/09 15:47:34 gdt Exp $
+#
+
+DISTNAME= TiffIO-110c
+PKGNAME= TiffIO-1.1.0.3
+CATEGORIES= graphics
+MASTER_SITES= http://artis.imag.fr/Software/TiffIO/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= gdt@ir.bbn.com
+HOMEPAGE= http://artis.imag.fr/Software/TiffIO/
+COMMENT= Tiff support for QT image loader
+
+# We need qmake to build package's Makefile
+BUILDLINK_DEPMETHOD.qt3-tools= build
+
+USE_TOOLS+= gmake
+USE_LANGUAGES= c c++
+
+do-configure:
+ (cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile TiffIO.pro; \
+ ${SED} -e 's,-rpath.*$$,-rpath "${QTDIR}/lib",' < Makefile > Makefile.new; \
+ ${MV} Makefile.new Makefile; \
+ )
+
+do-install:
+ (cd ${WRKSRC} && \
+ libtool --mode=install ${INSTALL_PROGRAM} libTiffIO.la ${PREFIX}/qt3/plugins/imageformats && \
+ libtool --finish ${PREFIX}/qt3/plugins/imageformats)
+
+BUILD_ENV+= QTDIR="${QTDIR}"
+
+# XXX The package uses an included version of tiff.
+#.include "../../graphics/tiff/buildlink3.mk"
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/TiffIO/PLIST b/graphics/TiffIO/PLIST
new file mode 100644
index 00000000000..30fc9839154
--- /dev/null
+++ b/graphics/TiffIO/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/09 15:47:34 gdt Exp $
+qt3/plugins/imageformats/libTiffIO.la
diff --git a/graphics/TiffIO/distinfo b/graphics/TiffIO/distinfo
new file mode 100644
index 00000000000..3beaac2b0ad
--- /dev/null
+++ b/graphics/TiffIO/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/12/09 15:47:34 gdt Exp $
+
+SHA1 (TiffIO-110c.tgz) = 061b291c7b123b8936ba1d52989fd44c422dbd94
+RMD160 (TiffIO-110c.tgz) = d8f6c17f6669887bfea0cc8cf1dca1855298b41a
+Size (TiffIO-110c.tgz) = 826601 bytes