diff options
author | nia <nia@pkgsrc.org> | 2021-09-18 08:08:22 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-18 08:08:22 +0000 |
commit | 1a034c8394080a7edd0cfb7833b5c8f58c4fe0fe (patch) | |
tree | 667a61706941a8d3f062fce0cb9ad1e31045c22d /audio | |
parent | 7a180ea7ee5f93137109933c4c78585c8e50156f (diff) | |
download | pkgsrc-1a034c8394080a7edd0cfb7833b5c8f58c4fe0fe.tar.gz |
pt2-clone: add man page and desktop file, adapted from Debian
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pt2-clone/files/pt2-clone.1 | 26 | ||||
-rw-r--r-- | audio/pt2-clone/files/pt2-clone.desktop | 11 |
2 files changed, 37 insertions, 0 deletions
diff --git a/audio/pt2-clone/files/pt2-clone.1 b/audio/pt2-clone/files/pt2-clone.1 new file mode 100644 index 00000000000..352bf2af3b3 --- /dev/null +++ b/audio/pt2-clone/files/pt2-clone.1 @@ -0,0 +1,26 @@ +.TH pt2-clone 1 "August 08 2018" +.SH NAME +pt2-clone \- ProTracker 2.3D clone for modern computers +.SH SYNOPSIS +.B pt2-clone +.RI "file" +.SH DESCRIPTION +\fBprotracker\fP is a multi-platform clone of the classic music making software +"ProTracker" (version 2.3D) from the Commodore Amiga days. Aims to work exactly +like you remember it, with added features and fixes. Music created in +ProTracker uses the MOD file format. +.PP +The original ProTracker was written 1990. The original has a setup screen +(this version can be setup using ~/.protracker/protracker.ini). MIDI support +and split keys (usually for MIDI situations) are not implemented. +.PP +This version has a WAV sample loader/saver with support for loops/name/volume +chunk attributes from sampler exported WAVs. STK (The Ultimate Soundtracker) +loader (effects/sample loop types). Loading of PowerPacker'd MODs. 128 kB +sample support. MOD2WAV for exporting the song to .WAV. +.SH SEE ALSO +.BR schismtracker (1), +.BR hivelytracker (1), +.BR goattracker (1), +.BR ccutter (1), +.BR milkytracker (1). diff --git a/audio/pt2-clone/files/pt2-clone.desktop b/audio/pt2-clone/files/pt2-clone.desktop new file mode 100644 index 00000000000..f666e1551ae --- /dev/null +++ b/audio/pt2-clone/files/pt2-clone.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=ProTracker 2 +Comment=ProTracker 2.3D clone +Comment[fr]=Clone de ProTracker 2.3D +Exec=pt2-clone %F +Icon=pt2-clone +Terminal=false +Type=Application +Categories=AudioVideo;AudioVideoEditing; +Keywords=tracker;amiga; +MimeType=audio/mod; |