pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/glpng Initial import of glpng-1.45.20081203:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1f17b5901858
branches: trunk
changeset: 398530:1f17b5901858
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 01 21:07:37 2009 +0000
description:
Initial import of glpng-1.45.20081203:
This is a library for OpenGL to load PNG graphics files as an OpenGL
texture as easily as possible. It also has a number of options for
generating the alpha channel and mipmaps.
This package is based on the freedesktop-games repository.
diffstat:
graphics/glpng/DESCR | 5 +++++
graphics/glpng/Makefile | 23 +++++++++++++++++++++++
graphics/glpng/PLIST | 7 +++++++
graphics/glpng/buildlink3.mk | 16 ++++++++++++++++
graphics/glpng/distinfo | 5 +++++
5 files changed, 56 insertions(+), 0 deletions(-)
diffs (76 lines):
diff -r 4899aeb64efb -r 1f17b5901858 graphics/glpng/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/glpng/DESCR Tue Sep 01 21:07:37 2009 +0000
@@ -0,0 +1,5 @@
+This is a library for OpenGL to load PNG graphics files as an OpenGL
+texture as easily as possible. It also has a number of options for
+generating the alpha channel and mipmaps.
+
+This package is based on the freedesktop-games repository.
diff -r 4899aeb64efb -r 1f17b5901858 graphics/glpng/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/glpng/Makefile Tue Sep 01 21:07:37 2009 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/01 21:07:37 wiz Exp $
+#
+
+DISTNAME= glpng-1.45.20081203
+CATEGORIES= graphics
+MASTER_SITES= #
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Load PNG images directly as OpenGL textures
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_CMAKE= yes
+INSTALLATION_DIRS+= share/doc/glpng
+WRKSRC= ${WRKDIR}/glpng
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/glpng.htm ${DESTDIR}${PREFIX}/share/doc/glpng
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4899aeb64efb -r 1f17b5901858 graphics/glpng/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/glpng/PLIST Tue Sep 01 21:07:37 2009 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/09/01 21:07:37 wiz Exp $
+include/GL/glpng.h
+lib/libglpng.a
+lib/libglpng.so
+lib/libglpng.so.1
+lib/libglpng.so.1.45
+share/doc/glpng/glpng.htm
diff -r 4899aeb64efb -r 1f17b5901858 graphics/glpng/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/glpng/buildlink3.mk Tue Sep 01 21:07:37 2009 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/09/01 21:07:37 wiz Exp $
+
+BUILDLINK_TREE+= glpng
+
+.if !defined(GLPNG_BUILDLINK3_MK)
+GLPNG_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.glpng+= glpng>=1.45.20081203
+BUILDLINK_PKGSRCDIR.glpng?= ../../graphics/glpng
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.endif # GLPNG_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -glpng
diff -r 4899aeb64efb -r 1f17b5901858 graphics/glpng/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/glpng/distinfo Tue Sep 01 21:07:37 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/09/01 21:07:37 wiz Exp $
+
+SHA1 (glpng-1.45.20081203.tar.gz) = c2515ab3395f84cbedf49a246c091ad4078ef43b
+RMD160 (glpng-1.45.20081203.tar.gz) = 14753b471d7b3192a06559a178807db30414cebd
+Size (glpng-1.45.20081203.tar.gz) = 40141 bytes
Home |
Main Index |
Thread Index |
Old Index