pkgsrc-WIP-changes archive

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

ZMusic: Import version 1.1.3



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Oct 16 13:26:40 2020 +0200
Changeset:	0989fd3e150c4d6ce4af77a644a5227e7f7a3f8e

Modified Files:
	Makefile
Added Files:
	ZMusic/COMMIT_MSG
	ZMusic/DESCR
	ZMusic/Makefile
	ZMusic/PLIST
	ZMusic/buildlink3.mk
	ZMusic/distinfo

Log Message:
ZMusic: Import version 1.1.3

GZDoom's music system as a standalone library.

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

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

diffstat:
 Makefile             |  1 +
 ZMusic/COMMIT_MSG    |  3 +++
 ZMusic/DESCR         |  1 +
 ZMusic/Makefile      | 26 ++++++++++++++++++++++++++
 ZMusic/PLIST         |  8 ++++++++
 ZMusic/buildlink3.mk | 12 ++++++++++++
 ZMusic/distinfo      |  6 ++++++
 7 files changed, 57 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7ff3fb53be..d7d5ccbfde 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,7 @@ SUBDIR+=	Terminal
 SUBDIR+=	TextEdit
 SUBDIR+=	VASSAL
 SUBDIR+=	WEPCrack
+SUBDIR+=	ZMusic
 SUBDIR+=	ZenNode
 SUBDIR+=	a2ps-sharatype
 SUBDIR+=	accountsservice
diff --git a/ZMusic/COMMIT_MSG b/ZMusic/COMMIT_MSG
new file mode 100644
index 0000000000..7a38f56e88
--- /dev/null
+++ b/ZMusic/COMMIT_MSG
@@ -0,0 +1,3 @@
+ZMusic: Import version 1.1.3
+
+GZDoom's music system as a standalone library.
diff --git a/ZMusic/DESCR b/ZMusic/DESCR
new file mode 100644
index 0000000000..51c10be7f4
--- /dev/null
+++ b/ZMusic/DESCR
@@ -0,0 +1 @@
+GZDoom's music system as a standalone library.
diff --git a/ZMusic/Makefile b/ZMusic/Makefile
new file mode 100644
index 0000000000..7593678c84
--- /dev/null
+++ b/ZMusic/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+VERSION=	1.1.3
+DISTNAME=	${VERSION}
+PKGNAME=	ZMusic-${VERSION}
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=coelckers/}
+GITHUB_TAG=	${DISTNAME}
+DIST_SUBDIR=	ZMusic
+
+MAINTAINER=	micha%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/coelckers/ZMusic/
+COMMENT=	GZDoom's music system as a standalone library
+LICENSE=	gnu-gpl-v3
+
+.include "../../mk/bsd.prefs.mk"
+
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+USE_CMAKE=	yes
+
+BUILDLINK_API_DEPENDS.zlib+=		zlib>=1.2.3
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ZMusic/PLIST b/ZMusic/PLIST
new file mode 100644
index 0000000000..4738fac6df
--- /dev/null
+++ b/ZMusic/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+include/zmusic.h
+lib/libzmusic.so
+lib/libzmusic.so.1
+lib/libzmusic.so.1.1.0
+lib/libzmusiclite.so
+lib/libzmusiclite.so.1
+lib/libzmusiclite.so.1.1.0
diff --git a/ZMusic/buildlink3.mk b/ZMusic/buildlink3.mk
new file mode 100644
index 0000000000..b451d02e56
--- /dev/null
+++ b/ZMusic/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	ZMusic
+
+.if !defined(ZMUSIC_BUILDLINK3_MK)
+ZMUSIC_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ZMusic+=	ZMusic>=1.1.3
+BUILDLINK_PKGSRCDIR.ZMusic?=	../../wip/ZMusic
+.endif # ZMUSIC_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-ZMusic
diff --git a/ZMusic/distinfo b/ZMusic/distinfo
new file mode 100644
index 0000000000..63ec516b62
--- /dev/null
+++ b/ZMusic/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ZMusic/1.1.3.tar.gz) = 33ffde998307c7ac97bf12e518bdcbc7a9d804ea
+RMD160 (ZMusic/1.1.3.tar.gz) = f69193a051629e3d1e57cb75d4beadf199a73bf7
+SHA512 (ZMusic/1.1.3.tar.gz) = df2ef962e7a6aebc35ce48eec4919d69e4d9603d410e161d5b5b36d0426098f4e7f540c6b036536f396c5d0311db5740ec9906bf882b507093cdf743df6f7512
+Size (ZMusic/1.1.3.tar.gz) = 1532044 bytes


Home | Main Index | Thread Index | Old Index