pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio
Module Name: pkgsrc
Committed By: js
Date: Sat Jan 23 20:16:11 UTC 2021
Modified Files:
pkgsrc/audio: Makefile
Added Files:
pkgsrc/audio/ft2-clone: DESCR Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.621 -r1.622 pkgsrc/audio/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/ft2-clone/DESCR \
pkgsrc/audio/ft2-clone/Makefile pkgsrc/audio/ft2-clone/PLIST \
pkgsrc/audio/ft2-clone/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/Makefile
diff -u pkgsrc/audio/Makefile:1.621 pkgsrc/audio/Makefile:1.622
--- pkgsrc/audio/Makefile:1.621 Wed Jan 6 00:54:37 2021
+++ pkgsrc/audio/Makefile Sat Jan 23 20:16:10 2021
@@ -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-en
SUBDIR+= freeswitch-sounds-fr
SUBDIR+= freeswitch-sounds-ru
SUBDIR+= freezetag
+SUBDIR+= ft2-clone
SUBDIR+= game-music-emu
SUBDIR+= gbemol
SUBDIR+= gkrellm-volume
Added files:
Index: pkgsrc/audio/ft2-clone/DESCR
diff -u /dev/null pkgsrc/audio/ft2-clone/DESCR:1.1
--- /dev/null Sat Jan 23 20:16:11 2021
+++ pkgsrc/audio/ft2-clone/DESCR Sat Jan 23 20:16:11 2021
@@ -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
Index: pkgsrc/audio/ft2-clone/Makefile
diff -u /dev/null pkgsrc/audio/ft2-clone/Makefile:1.1
--- /dev/null Sat Jan 23 20:16:11 2021
+++ pkgsrc/audio/ft2-clone/Makefile Sat Jan 23 20:16:11 2021
@@ -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"
Index: pkgsrc/audio/ft2-clone/PLIST
diff -u /dev/null pkgsrc/audio/ft2-clone/PLIST:1.1
--- /dev/null Sat Jan 23 20:16:11 2021
+++ pkgsrc/audio/ft2-clone/PLIST Sat Jan 23 20:16:11 2021
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/23 20:16:11 js Exp $
+bin/ft2-clone
Index: pkgsrc/audio/ft2-clone/distinfo
diff -u /dev/null pkgsrc/audio/ft2-clone/distinfo:1.1
--- /dev/null Sat Jan 23 20:16:11 2021
+++ pkgsrc/audio/ft2-clone/distinfo Sat Jan 23 20:16:11 2021
@@ -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