pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio Add audio/ft2-clone



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59bc05971ef3
branches:  trunk
changeset: 445442:59bc05971ef3
user:      js <js%pkgsrc.org@localhost>
date:      Sat Jan 23 20:16:10 2021 +0000

description:
Add audio/ft2-clone

Fasttracker II clone for Windows/macOS/Linux

Aims to be a highly accurate clone of the classic Fasttracker II software for
MS-DOS. The XM player itself has been directly ported from the original source
code, for maximum accuracy.

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

diffstat:

 audio/Makefile           |   3 ++-
 audio/ft2-clone/DESCR    |   8 ++++++++
 audio/ft2-clone/Makefile |  39 +++++++++++++++++++++++++++++++++++++++
 audio/ft2-clone/PLIST    |   2 ++
 audio/ft2-clone/distinfo |   6 ++++++
 5 files changed, 57 insertions(+), 1 deletions(-)

diffs (88 lines):

diff -r dbd8004640ad -r 59bc05971ef3 audio/Makefile
--- a/audio/Makefile    Sat Jan 23 19:47:14 2021 +0000
+++ b/audio/Makefile    Sat Jan 23 20:16:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.621 2021/01/06 00:54:37 js Exp $
+# $NetBSD: Makefile,v 1.622 2021/01/23 20:16:10 js Exp $
 #
 
 COMMENT=       Audio tools
@@ -123,6 +123,7 @@
 SUBDIR+=       freeswitch-sounds-fr
 SUBDIR+=       freeswitch-sounds-ru
 SUBDIR+=       freezetag
+SUBDIR+=       ft2-clone
 SUBDIR+=       game-music-emu
 SUBDIR+=       gbemol
 SUBDIR+=       gkrellm-volume
diff -r dbd8004640ad -r 59bc05971ef3 audio/ft2-clone/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ft2-clone/DESCR     Sat Jan 23 20:16:10 2021 +0000
@@ -0,0 +1,8 @@
+Fasttracker II clone for Windows/macOS/Linux
+
+Aims to be a highly accurate clone of the classic Fasttracker II software for
+MS-DOS. The XM player itself has been directly ported from the original source
+code, for maximum accuracy.
+
+What is Fasttracker II? Read about it on Wikipedia:
+https://en.wikipedia.org/wiki/FastTracker_2
diff -r dbd8004640ad -r 59bc05971ef3 audio/ft2-clone/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ft2-clone/Makefile  Sat Jan 23 20:16:10 2021 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2021/01/23 20:16:11 js Exp $
+
+DISTNAME=      ft2-clone-1.43
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
+GITHUB_PROJECT=        ft2-clone
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    js%pkgsrc.org@localhost
+HOMEPAGE=      https://github.com/8bitbubsy/ft2-clone/
+COMMENT=       Fasttracker II clone for Windows/macOS/Linux
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= c c++
+
+INSTALLATION_DIRS+=    bin
+
+do-build:
+       cd ${WRKSRC}/src/rtmidi && ${CXX} -c -O2 -DNDEBUG \
+               $$(sdl2-config --cflags) *.cpp
+       cd ${WRKSRC}/src/gfxdata && ${CC} -c -O2 -DNDEBUG \
+               $$(sdl2-config --cflags) *.c
+       cd ${WRKSRC}/src/mixer && ${CC} -c -O2 -DNDEBUG \
+               $$(sdl2-config --cflags) *.c
+       cd ${WRKSRC}/src && ${CC} -c -O2 -DNDEBUG $$(sdl2-config --cflags) *.c
+       cd ${WRKSRC} && ${CXX} -o ft2-clone \
+               $$(sdl2-config --libs) -liconv \
+               src/rtmidi/*.o \
+               src/gfxdata/*.o \
+               src/mixer/*.o \
+               src/*.o
+
+do-install:
+       cd ${WRKSRC} && ${INSTALL} -m 755 ft2-clone \
+               ${DESTDIR}${PREFIX}/bin/ft2-clone
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dbd8004640ad -r 59bc05971ef3 audio/ft2-clone/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ft2-clone/PLIST     Sat Jan 23 20:16:10 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/23 20:16:11 js Exp $
+bin/ft2-clone
diff -r dbd8004640ad -r 59bc05971ef3 audio/ft2-clone/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ft2-clone/distinfo  Sat Jan 23 20:16:10 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/23 20:16:11 js Exp $
+
+SHA1 (ft2-clone-1.43.tar.gz) = 34a8be674e44169aa07c87190cbe296ce7b3481b
+RMD160 (ft2-clone-1.43.tar.gz) = 50bd6c2224fcfee21f6617253d4d1f2fdf211517
+SHA512 (ft2-clone-1.43.tar.gz) = 767cd178b459bc6365c6c7368a505b9abb69d2a0507d045eb964f01ec6deda36834438c39cade323ec55bcbd29683dc30fc2b8986a1f9e2d5134ec685aaad4b5
+Size (ft2-clone-1.43.tar.gz) = 5097977 bytes



Home | Main Index | Thread Index | Old Index