pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pt2-clone Add audio/p2-clone



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28ad68a5dded
branches:  trunk
changeset: 444362:28ad68a5dded
user:      js <js%pkgsrc.org@localhost>
date:      Wed Jan 06 00:52:22 2021 +0000

description:
Add audio/p2-clone

ProTracker 2 clone for Windows/macOS/Linux

Aims to be a highly accurate clone of the classic ProTracker 2.3D software for
Amiga. Has additional audio filters and audio mixer improvements to make it
sound close to a real Amiga computer.

What is ProTracker? Read about it on Wikipedia:
https://en.wikipedia.org/wiki/ProTracker

diffstat:

 audio/pt2-clone/DESCR    |   8 ++++++++
 audio/pt2-clone/Makefile |  31 +++++++++++++++++++++++++++++++
 audio/pt2-clone/PLIST    |   3 +++
 audio/pt2-clone/distinfo |   6 ++++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 2e903c4057e1 -r 28ad68a5dded audio/pt2-clone/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/pt2-clone/DESCR     Wed Jan 06 00:52:22 2021 +0000
@@ -0,0 +1,8 @@
+ProTracker 2 clone for Windows/macOS/Linux
+
+Aims to be a highly accurate clone of the classic ProTracker 2.3D software for
+Amiga. Has additional audio filters and audio mixer improvements to make it
+sound close to a real Amiga computer.
+
+What is ProTracker? Read about it on Wikipedia:
+https://en.wikipedia.org/wiki/ProTracker
diff -r 2e903c4057e1 -r 28ad68a5dded audio/pt2-clone/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/pt2-clone/Makefile  Wed Jan 06 00:52:22 2021 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2021/01/06 00:52:22 js Exp $
+
+DISTNAME=      pt2-clone-1.28
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
+GITHUB_PROJECT=        pt2-clone
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    js%pkgsrc.org@localhost
+HOMEPAGE=      https://github.com/8bitbubsy/pt2-clone/
+COMMENT=       ProTracker 2 clone for Windows/macOS/Linux
+LICENSE=       modified-bsd
+
+WRKSRC=                ${WRKDIR}/pt2-clone-1.28
+
+INSTALLATION_DIRS+=    bin share/examples/pt2-clone
+
+do-build:
+       cd ${WRKSRC} && ${CC} -o pt2-clone \
+               -O2 -DNDEBUG \
+               $$(sdl2-config --cflags --libs) \
+               src/*.c src/gfx/*.c
+
+do-install:
+       cd ${WRKSRC} && ${INSTALL} -m 755 pt2-clone \
+               ${DESTDIR}${PREFIX}/bin/pt2-clone
+       cd ${WRKSRC} && ${INSTALL} -m 644 release/other/protracker.ini \
+               ${DESTDIR}${PREFIX}/share/examples/pt2-clone/protracker.ini
+
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2e903c4057e1 -r 28ad68a5dded audio/pt2-clone/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/pt2-clone/PLIST     Wed Jan 06 00:52:22 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/06 00:52:22 js Exp $
+bin/pt2-clone
+share/examples/pt2-clone/protracker.ini
diff -r 2e903c4057e1 -r 28ad68a5dded audio/pt2-clone/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/pt2-clone/distinfo  Wed Jan 06 00:52:22 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/06 00:52:22 js Exp $
+
+SHA1 (pt2-clone-1.28.tar.gz) = 733f828c13fa350f06b1596b2f8968294fab58a7
+RMD160 (pt2-clone-1.28.tar.gz) = 2e24278071c38c8ca1d5eeb23cb598c519a5f72b
+SHA512 (pt2-clone-1.28.tar.gz) = ce257c7a70d3ba02a7283328a2d71be55c9821b871e1d3279952b80cc6708ae34bba5823686931e6900b8cc10523975f61efeab5008ab5c3bf2976545f6cdfd6
+Size (pt2-clone-1.28.tar.gz) = 7496376 bytes



Home | Main Index | Thread Index | Old Index