summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2009-08-27 22:50:16 +0000
committerahoka <ahoka@pkgsrc.org>2009-08-27 22:50:16 +0000
commit28e2f9ab6f00245749acc9e7bd58c4b550551717 (patch)
treed56e0618a759dad256c9ce742cafa45b5d3ce39a /audio
parentcf2dde6f611d0a02ba52859f80db213eef3ba665 (diff)
downloadpkgsrc-28e2f9ab6f00245749acc9e7bd58c4b550551717.tar.gz
Import milkytracker-0.90.80 as audio/milkytracker.
MilkyTracker is an open source, multi-platform music application for creating .MOD and .XM module files. It attempts to recreate the module replay and user experience of the popular DOS program Fasttracker II, with special playback modes available for improved Amiga ProTracker 2/3 compatibility. Some of it's key features are: * Fasttracker II like, custom graphical user interface with context menus * Choose between a modern and a true-to-FT2 editing scheme / keyboard layout * Tabbed user interface for opening and playing up to 32 modules simultaneously and for exchanging data between them * Playing and editing simultaneously * Live mode for seamless pattern changes * Rendering songs/patterns to disk (.WAV) or directly to sample * Powerful sample editor featuring waveform generators * In-depth instrument editor featuring envelope zooming and scaling and support for copying and swapping instruments and samples across tabs * ProTracker 2/3 playback modes for playing and editing .MOD files * Various resampler options including emulated Amiga 500/1200 sound output * Module optimizer * Over 30 imported module formats * Basic archive support for loading zipped, powerpacked and UMX modules directly
Diffstat (limited to 'audio')
-rw-r--r--audio/milkytracker/DESCR22
-rw-r--r--audio/milkytracker/MESSAGE12
-rw-r--r--audio/milkytracker/Makefile31
-rw-r--r--audio/milkytracker/PLIST11
-rw-r--r--audio/milkytracker/distinfo6
-rw-r--r--audio/milkytracker/options.mk22
-rw-r--r--audio/milkytracker/patches/patch-aa12
7 files changed, 116 insertions, 0 deletions
diff --git a/audio/milkytracker/DESCR b/audio/milkytracker/DESCR
new file mode 100644
index 00000000000..50b571d389b
--- /dev/null
+++ b/audio/milkytracker/DESCR
@@ -0,0 +1,22 @@
+MilkyTracker is an open source, multi-platform music application for creating
+.MOD and .XM module files. It attempts to recreate the module replay and user
+experience of the popular DOS program Fasttracker II, with special playback
+modes available for improved Amiga ProTracker 2/3 compatibility.
+
+Some of it's key features are:
+
+* Fasttracker II like, custom graphical user interface with context menus
+* Choose between a modern and a true-to-FT2 editing scheme / keyboard layout
+* Tabbed user interface for opening and playing up to 32 modules simultaneously
+ and for exchanging data between them
+* Playing and editing simultaneously
+* Live mode for seamless pattern changes
+* Rendering songs/patterns to disk (.WAV) or directly to sample
+* Powerful sample editor featuring waveform generators
+* In-depth instrument editor featuring envelope zooming and scaling and support
+ for copying and swapping instruments and samples across tabs
+* ProTracker 2/3 playback modes for playing and editing .MOD files
+* Various resampler options including emulated Amiga 500/1200 sound output
+* Module optimizer
+* Over 30 imported module formats
+* Basic archive support for loading zipped, powerpacked and UMX modules directly
diff --git a/audio/milkytracker/MESSAGE b/audio/milkytracker/MESSAGE
new file mode 100644
index 00000000000..49ecf1cf516
--- /dev/null
+++ b/audio/milkytracker/MESSAGE
@@ -0,0 +1,12 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2009/08/27 22:50:16 ahoka Exp $
+
+ Since SDL is utilizing X shared memory extensions, you
+ might need to raise the maximum limit of shared memory pages
+ for running milkytracker properly.
+
+
+ Documentation for MilkyTracker is installed in:
+ ${PREFIX}/share/doc/milkytracker
+
+===========================================================================
diff --git a/audio/milkytracker/Makefile b/audio/milkytracker/Makefile
new file mode 100644
index 00000000000..b62e09f07e6
--- /dev/null
+++ b/audio/milkytracker/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/27 22:50:16 ahoka Exp $
+#
+DISTNAME= milkytracker-0.90.80
+CATEGORIES= audio
+MASTER_SITES= http://www.milkytracker.net/files/ \
+ ${MASTER_SITE_FREEBSD}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.milkytracker.net/files/
+COMMENT= Music tracker inspired by Fast Tracker 2
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gawk
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "options.mk"
+
+INSTALLATION_DIRS+= share/doc/milkytracker
+INSTALLATION_DIRS+= share/examples/milkytracker
+
+DOCDIR= ${DESTDIR}${PREFIX}/share/doc/milkytracker
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCDIR}
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/milkytracker/PLIST b/audio/milkytracker/PLIST
new file mode 100644
index 00000000000..492690669fc
--- /dev/null
+++ b/audio/milkytracker/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/27 22:50:16 ahoka Exp $
+bin/milkytracker
+share/doc/milkytracker/ChangeLog.html
+share/doc/milkytracker/EqualizerDesign.doc
+share/doc/milkytracker/FAQ.html
+share/doc/milkytracker/MilkyTracker.html
+share/doc/milkytracker/TiTAN.nfo
+share/doc/milkytracker/readme_OSX.html
+share/doc/milkytracker/readme_PocketPC.html
+share/doc/milkytracker/readme_rtaudio
+share/doc/milkytracker/readme_unix
diff --git a/audio/milkytracker/distinfo b/audio/milkytracker/distinfo
new file mode 100644
index 00000000000..53ad59ec5c7
--- /dev/null
+++ b/audio/milkytracker/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/27 22:50:16 ahoka Exp $
+
+SHA1 (milkytracker-0.90.80.tar.bz2) = e6adedee56a6a1bf096b5311c319954ea54977dc
+RMD160 (milkytracker-0.90.80.tar.bz2) = cb535a50c29b8d722617007054921065e71c1615
+Size (milkytracker-0.90.80.tar.bz2) = 1799270 bytes
+SHA1 (patch-aa) = 8e0a8d58c54995483f639b7f2d936b0b1ffd1a8f
diff --git a/audio/milkytracker/options.mk b/audio/milkytracker/options.mk
new file mode 100644
index 00000000000..22d08598133
--- /dev/null
+++ b/audio/milkytracker/options.mk
@@ -0,0 +1,22 @@
+# $NetBSD: options.mk,v 1.1.1.1 2009/08/27 22:50:16 ahoka Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.milkytracker
+#PKG_SUPPORTED_OPTIONS= alsa jack
+PKG_SUPPORTED_OPTIONS= jack
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+#.if !empty(PKG_OPTIONS:Malsa)
+#CONFIGURE_ARGS+= --with-alsa
+#.else
+CONFIGURE_ARGS+= --without-alsa
+#.endif
+
+
+.if !empty(PKG_OPTIONS:Mjack)
+.include "../../audio/jack/buildlink3.mk"
+ CONFIGURE_ARGS+= --with-jack
+.else
+ CONFIGURE_ARGS+= --without-jack
+.endif
diff --git a/audio/milkytracker/patches/patch-aa b/audio/milkytracker/patches/patch-aa
new file mode 100644
index 00000000000..83171fd2a33
--- /dev/null
+++ b/audio/milkytracker/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/08/27 22:50:16 ahoka Exp $
+
+--- src/milkyplay/drivers/jack/AudioDriver_JACK.cpp.orig 2008-02-17 22:12:31.000000000 +0200
++++ src/milkyplay/drivers/jack/AudioDriver_JACK.cpp
+@@ -64,6 +64,7 @@ int AudioDriver_JACK::jackProcess(jack_n
+ leftBuffer[in] = audioDriver->rawStream[out++] * (1.0/32768.0);
+ rightBuffer[in] = audioDriver->rawStream[out++] * (1.0/32768.0);
+ }
++ return 0;
+ }
+
+ AudioDriver_JACK::AudioDriver_JACK() :