pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/TiffIO TiffIO is a plugin that add TIFF image...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37b6f0705843
branches:  trunk
changeset: 504343:37b6f0705843
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Dec 09 15:47:34 2005 +0000

description:
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:

 graphics/TiffIO/DESCR    |   5 +++++
 graphics/TiffIO/Makefile |  39 +++++++++++++++++++++++++++++++++++++++
 graphics/TiffIO/PLIST    |   2 ++
 graphics/TiffIO/distinfo |   5 +++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 1147cb20f5bc -r 37b6f0705843 graphics/TiffIO/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/TiffIO/DESCR     Fri Dec 09 15:47:34 2005 +0000
@@ -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 -r 1147cb20f5bc -r 37b6f0705843 graphics/TiffIO/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/TiffIO/Makefile  Fri Dec 09 15:47:34 2005 +0000
@@ -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@localhost
+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 -r 1147cb20f5bc -r 37b6f0705843 graphics/TiffIO/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/TiffIO/PLIST     Fri Dec 09 15:47:34 2005 +0000
@@ -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 -r 1147cb20f5bc -r 37b6f0705843 graphics/TiffIO/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/TiffIO/distinfo  Fri Dec 09 15:47:34 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index