pkgsrc-WIP-changes archive

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

Import libsquish-1.13 as wip/libsquish.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jul 30 11:15:41 2016 +0200
Changeset:	ae11104c6eefd061ab3af4daea44f7c953111011

Added Files:
	libsquish/DESCR
	libsquish/Makefile
	libsquish/PLIST
	libsquish/distinfo

Log Message:
Import libsquish-1.13 as wip/libsquish.

The libSquish library compresses images with the DXT standard (also known as
S3TC). This standard is mainly used by OpenGL and DirectX for the lossy
compression of RGBA textures.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae11104c6eefd061ab3af4daea44f7c953111011

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libsquish/DESCR    |  3 +++
 libsquish/Makefile | 19 +++++++++++++++++++
 libsquish/PLIST    |  4 ++++
 libsquish/distinfo |  6 ++++++
 4 files changed, 32 insertions(+)

diffs:
diff --git a/libsquish/DESCR b/libsquish/DESCR
new file mode 100644
index 0000000..d1d3700
--- /dev/null
+++ b/libsquish/DESCR
@@ -0,0 +1,3 @@
+The libSquish library compresses images with the DXT standard (also known as
+S3TC). This standard is mainly used by OpenGL and DirectX for the lossy
+compression of RGBA textures.
diff --git a/libsquish/Makefile b/libsquish/Makefile
new file mode 100644
index 0000000..556f1c0
--- /dev/null
+++ b/libsquish/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	libsquish-1.13
+CATEGORIES=	graphics
+MASTER_SITES=	https://sourceforge.net/projects/libsquish/files/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://sourceforge.net/projects/libsquish/files/
+COMMENT=	Open source DXT compression library
+LICENSE=	mit
+
+EXTRACT_DIR=	${WRKDIR}/${DISTNAME}
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=ON
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libsquish/PLIST b/libsquish/PLIST
new file mode 100644
index 0000000..74d539b
--- /dev/null
+++ b/libsquish/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+include/squish.h
+lib/libsquish.so
+lib/libsquish.so.0.0
diff --git a/libsquish/distinfo b/libsquish/distinfo
new file mode 100644
index 0000000..9c59486
--- /dev/null
+++ b/libsquish/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libsquish-1.13.tgz) = 7bcdd7d0f0460a29e25dcdab8dc41a30e58bb366
+RMD160 (libsquish-1.13.tgz) = fd5476a36788fcc9cd3860b14c39bfbc6e52d6e1
+SHA512 (libsquish-1.13.tgz) = 8e4763152e8cf6f6051fa4c57ef78fa36088f1d1faf316d80a90bef515212d6c0bbdec29345486ab79121776ad9fda6a3b8ff14ee5c088b44b5105565301dcb1
+Size (libsquish-1.13.tgz) = 55129 bytes


Home | Main Index | Thread Index | Old Index