pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/qimageblitz Import qimageblitz 0.0.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/be8e3bf3bfb5
branches: trunk
changeset: 549496:be8e3bf3bfb5
user: markd <markd%pkgsrc.org@localhost>
date: Tue Nov 04 10:07:38 2008 +0000
description:
Import qimageblitz 0.0.4
Interm graphical effect and filter library for KDE4.0
diffstat:
graphics/qimageblitz/DESCR | 4 ++++
graphics/qimageblitz/Makefile | 26 ++++++++++++++++++++++++++
graphics/qimageblitz/PLIST | 10 ++++++++++
graphics/qimageblitz/buildlink3.mk | 21 +++++++++++++++++++++
graphics/qimageblitz/distinfo | 5 +++++
5 files changed, 66 insertions(+), 0 deletions(-)
diffs (86 lines):
diff -r c6b355cc2b6a -r be8e3bf3bfb5 graphics/qimageblitz/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qimageblitz/DESCR Tue Nov 04 10:07:38 2008 +0000
@@ -0,0 +1,4 @@
+Blitz is an interm image effect library that people can use until KDE4.1 is
+released. KImageEffect, the old image effect class is being dropped for KDE4.0
+and the replacement, Quasar, won't be ready until KDE4.1. Blitz gives people
+something to use in the meantime.
diff -r c6b355cc2b6a -r be8e3bf3bfb5 graphics/qimageblitz/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qimageblitz/Makefile Tue Nov 04 10:07:38 2008 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/04 10:07:38 markd Exp $
+
+DISTNAME= qimageblitz-0.0.4
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qimageblitz/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://sourceforge.net/projects/qimageblitz
+COMMENT= Interm graphical effect and filter library for KDE4.0
+
+USE_LANGUAGES+= c c++
+USE_CMAKE= yes
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+#BUILD_MAKE_FLAGS+= VERBOSE=1
+
+PKGCONFIG_OVERRIDE+= blitz/qimageblitz.pc.cmake
+
+pre-configure:
+ ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c6b355cc2b6a -r be8e3bf3bfb5 graphics/qimageblitz/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qimageblitz/PLIST Tue Nov 04 10:07:38 2008 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/04 10:07:38 markd Exp $
+bin/blitztest
+include/qimageblitz/blitzcpu.h
+include/qimageblitz/qimageblitz.h
+include/qimageblitz/qimageblitz_export.h
+lib/libqimageblitz.so
+lib/libqimageblitz.so.4
+lib/libqimageblitz.so.4.0.0
+lib/pkgconfig/qimageblitz.pc
+@dirrm include/qimageblitz
diff -r c6b355cc2b6a -r be8e3bf3bfb5 graphics/qimageblitz/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qimageblitz/buildlink3.mk Tue Nov 04 10:07:38 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/11/04 10:07:38 markd Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+QIMAGEBLITZ_BUILDLINK3_MK:= ${QIMAGEBLITZ_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= qimageblitz
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nqimageblitz}
+BUILDLINK_PACKAGES+= qimageblitz
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}qimageblitz
+
+.if ${QIMAGEBLITZ_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.qimageblitz+= qimageblitz>=0.0.4
+BUILDLINK_PKGSRCDIR.qimageblitz?= ../../graphics/qimageblitz
+.endif # QIMAGEBLITZ_BUILDLINK3_MK
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r c6b355cc2b6a -r be8e3bf3bfb5 graphics/qimageblitz/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/qimageblitz/distinfo Tue Nov 04 10:07:38 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/04 10:07:38 markd Exp $
+
+SHA1 (qimageblitz-0.0.4.tar.bz2) = fa1c648d1dfa595b768f4ab481d9e2cd31e43d7e
+RMD160 (qimageblitz-0.0.4.tar.bz2) = 9d1da1996ad8d6c3547bf1a6ce4d55a06df0cdfc
+Size (qimageblitz-0.0.4.tar.bz2) = 55720 bytes
Home |
Main Index |
Thread Index |
Old Index