From e46ead4af0a91cd7fbf4eba5b24ebe2883b8239a Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 9 Dec 2005 15:47:34 +0000 Subject: 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. --- graphics/TiffIO/DESCR | 5 +++++ graphics/TiffIO/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ graphics/TiffIO/PLIST | 2 ++ graphics/TiffIO/distinfo | 5 +++++ 4 files changed, 51 insertions(+) create mode 100644 graphics/TiffIO/DESCR create mode 100644 graphics/TiffIO/Makefile create mode 100644 graphics/TiffIO/PLIST create mode 100644 graphics/TiffIO/distinfo (limited to 'graphics') 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 -- cgit v1.2.3