pkgsrc-WIP-changes archive

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

ZMusic: Update to 1.1.4



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Nov 25 19:22:52 2020 +0100
Changeset:	bacee8dbd15dce4e3bc9ce72ec92186df9fc674b

Modified Files:
	ZMusic/COMMIT_MSG
	ZMusic/Makefile
	ZMusic/distinfo

Log Message:
ZMusic: Update to 1.1.4

Enable debug build.
Use dedicated build directory.

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

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

diffstat:
 ZMusic/COMMIT_MSG | 2 +-
 ZMusic/Makefile   | 9 ++++++++-
 ZMusic/distinfo   | 8 ++++----
 3 files changed, 13 insertions(+), 6 deletions(-)

diffs:
diff --git a/ZMusic/COMMIT_MSG b/ZMusic/COMMIT_MSG
index 7a38f56e88..ceed0934d0 100644
--- a/ZMusic/COMMIT_MSG
+++ b/ZMusic/COMMIT_MSG
@@ -1,3 +1,3 @@
-ZMusic: Import version 1.1.3
+ZMusic: Import version 1.1.4
 
 GZDoom's music system as a standalone library.
diff --git a/ZMusic/Makefile b/ZMusic/Makefile
index 7593678c84..e9f434114b 100644
--- a/ZMusic/Makefile
+++ b/ZMusic/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-VERSION=	1.1.3
+VERSION=	1.1.4
 DISTNAME=	${VERSION}
 PKGNAME=	ZMusic-${VERSION}
 CATEGORIES=	games
@@ -18,6 +18,13 @@ LICENSE=	gnu-gpl-v3
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config
 USE_CMAKE=	yes
+#CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
+CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Debug
+CONFIGURE_DIRS=	build
+CMAKE_ARG_PATH=	..
+
+pre-configure:
+	cd ${WRKSRC}; mkdir build
 
 BUILDLINK_API_DEPENDS.zlib+=		zlib>=1.2.3
 .include "../../devel/zlib/buildlink3.mk"
diff --git a/ZMusic/distinfo b/ZMusic/distinfo
index 63ec516b62..de354f1fe7 100644
--- a/ZMusic/distinfo
+++ b/ZMusic/distinfo
@@ -1,6 +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
+SHA1 (ZMusic/1.1.4.tar.gz) = 1615a7d0ba4ecbe24c920ee9656e4f7578ad13f3
+RMD160 (ZMusic/1.1.4.tar.gz) = ada552bd6698f4bb4ff4a45e4752660a5697cbf7
+SHA512 (ZMusic/1.1.4.tar.gz) = 5188fb095897769514c4a4698fabb5640e7ca86fe0665d4bfe6649a940b00ac02d87decda626be8a848ba6db0a468cc985d74d0fda2d3da8657fee079e0bde73
+Size (ZMusic/1.1.4.tar.gz) = 1809045 bytes


Home | Main Index | Thread Index | Old Index