Path to this page:
./
audio/fasttracker2,
Portable Fasttracker II clone in C using SDL 2
Branch: pkgsrc-2019Q2,
Version: 2.162nb1,
Package name: fasttracker2-2.162nb1,
Maintainer: foxfasttracker2 is a Fasttracker II clone in C using SDL 2.
This clone is meant for computers with a modern GPU and CPU (about
2007 or newer recommended). It's also designed for 60Hz refresh
rates, so it can act choppy if you're above 60Hz.
Required to run:[
devel/SDL2]
Required to build:[
x11/xorgproto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
pkgtools/x11-links]
Master sites: (Expand)
SHA1: 4616581dac4cd8b498c88cad381dd9910b326390
RMD160: a24993258f783e345f812f75a35a703154fb0aec
Filesize: 3860.659 KB
Version history: (Expand)
- (2019-07-23) Updated to version: fasttracker2-2.162nb1
- (2019-07-04) Package added to pkgsrc.se, version fasttracker2-2.160 (created)
CVS history: (Expand)
2019-07-23 15:05:46 by Benny Siegert | Files touched by this commit (4) | |
Log message:
Pullup ticket #6011 - requested by fox
audio/fasttracker2: update, i386 build fix
Revisions pulled up:
- audio/fasttracker2/Makefile 1.28-1.30
- audio/fasttracker2/distinfo 1.27-1.29
- audio/fasttracker2/patches/patch-src_ft2__header.h 1.1
- audio/fasttracker2/patches/patch-src_ft2__sample__ed.c 1.1
---
Module Name: pkgsrc
Committed By: fox
Date: Sat Jul 6 16:11:35 UTC 2019
Modified Files:
pkgsrc/audio/fasttracker2: Makefile distinfo
Log message:
fasttracker2: update to b161
Changes since b160
Beta #161 - 04.07.2019
- Bugfix: If you held down a sample data loop pin while a system request was
about to be shown, the loop pins would act strange lateron.
- Bugfix: Fixed a MIDI-related memory leak when pressing "Load \
config." in the
Config screen.
- Bugfix: The palette editor scrollbar thumbs would not draw properly when
dragging them.
- Bugfix: Attempting to sample in stereo (Smp. Ed.) at the last sample slot
would result in a crash.
- Bugfix: Using keyboard shortcuts to interact with a system request/message
could trigger an unwanted "note key up" event after the box \
closed. (déjà vu)
- The palette editor is now rewritten to behave exactly like original FT2
- Code cleanup
- Updated src\gfxdata\bmp\readme.txt
---
Module Name: pkgsrc
Committed By: fox
Date: Sat Jul 13 21:39:35 UTC 2019
Modified Files:
pkgsrc/audio/fasttracker2: Makefile distinfo
Log message:
fasttracker2: update to b162
Changes since b161
Beta #162 - 12.07.2019
- Added a "Hardware mouse" option in Config -> Layout
- Changed the help text a little ("Problems/FAQ" and "Known \
bugs")
---
Module Name: pkgsrc
Committed By: fox
Date: Mon Jul 22 23:38:47 UTC 2019
Modified Files:
pkgsrc/audio/fasttracker2: Makefile distinfo
Added Files:
pkgsrc/audio/fasttracker2/patches: patch-src_ft2__header.h
patch-src_ft2__sample__ed.c
Log message:
fasttracker2: Fixes build failures.
Fixes build failures in i386 platforms where SSE option is not available.
Fix suggested by leot@NetBSD.org
|