Commit graph

100 commits

Author SHA1 Message Date
Emanuel Haupt
4328d31f8d Update to 1.41.f 2020-12-25 20:31:12 +00:00
Emanuel Haupt
8eee3e57a4 Update to 1.40 2020-11-15 19:52:38 +00:00
Emanuel Haupt
5114ca18e6 Update to 1.39 2020-11-09 22:04:45 +00:00
Emanuel Haupt
50d7701a38 Update to 1.38 2020-11-05 21:07:36 +00:00
Emanuel Haupt
31300e1928 Update to 1.37 2020-10-30 10:32:30 +00:00
Emanuel Haupt
96447abedc Update to 1.36 2020-10-06 18:04:56 +00:00
Emanuel Haupt
b659995902 Update to 1.35 2020-09-28 16:02:23 +00:00
Emanuel Haupt
e17f5d8168 Update to 1.34 2020-09-11 16:45:32 +00:00
Emanuel Haupt
be0c96fe7b Update to 1.33 2020-09-08 09:29:08 +00:00
Emanuel Haupt
7a99f83625 Update to 1.32 2020-09-07 11:23:48 +00:00
Emanuel Haupt
ea82a2aea7 Update to 1.31 2020-08-29 20:33:21 +00:00
Emanuel Haupt
aa89206748 Update to 1.30 2020-08-24 13:10:55 +00:00
Emanuel Haupt
b9b5323d12 Update to 1.27 2020-08-02 20:37:18 +00:00
Emanuel Haupt
2166e478ae Update to 1.26 2020-06-24 07:07:59 +00:00
Emanuel Haupt
06a4985fd8 Update to 1.25 2020-06-14 08:55:14 +00:00
Emanuel Haupt
26cc42d112 - Update to 1.24
- Make portclippy/portfmt happy
2020-05-15 08:29:35 +00:00
Emanuel Haupt
48d8fcc796 Update to 1.23 2020-04-30 13:40:21 +00:00
Emanuel Haupt
f260cac5ee Update to 1.21 2020-04-23 11:04:51 +00:00
Emanuel Haupt
9db2a622ce Update to 1.20 2020-04-14 07:34:59 +00:00
Emanuel Haupt
3979a2a414 Update to 1.19 2020-04-09 07:43:34 +00:00
Emanuel Haupt
df98eff1dc Update to 1.18 2020-04-07 09:48:23 +00:00
Emanuel Haupt
96082bb32e Remove new pulseaudio default option by popular demand. 2020-04-06 16:07:36 +00:00
Emanuel Haupt
79cb331bb8 - Restore accidentally removed Makefile header
- Provide an option to build with pulseaudio
2020-04-06 07:36:05 +00:00
Emanuel Haupt
5ea9f05ec3 Update to 1.17 2020-04-04 08:01:59 +00:00
Emanuel Haupt
f4b71733e5 Update to 1.16 2020-04-03 08:52:05 +00:00
Emanuel Haupt
c5422b9581 Update to 1.15 2020-04-01 21:55:39 +00:00
Emanuel Haupt
0d37ade4bf Update to 1.14 2020-03-23 07:43:08 +00:00
Emanuel Haupt
c2460408d2 Update to 1.13 2020-03-20 07:34:01 +00:00
Emanuel Haupt
d7959f09d0 Update to 1.12 2020-03-14 09:17:30 +00:00
Emanuel Haupt
934ab936ae Update to 1.11 2020-03-11 07:19:36 +00:00
Emanuel Haupt
2633352759 Update to 1.10 2020-03-05 10:22:15 +00:00
Emanuel Haupt
77e5015ac5 Update to 1.09 2020-02-13 09:26:25 +00:00
Emanuel Haupt
613a16dd26 Update to 1.08 2020-02-09 15:49:09 +00:00
Emanuel Haupt
52b4219689 Update to 1.07 2020-01-31 08:59:52 +00:00
Emanuel Haupt
ae826384b6 Update to 1.06 2020-01-20 14:12:33 +00:00
Emanuel Haupt
6ea7a50717 Update to 1.05 2019-12-29 19:12:23 +00:00
Emanuel Haupt
8608cffb41 Remove superfluous DISTNAME definition.
Notified by:	mat
2019-12-23 14:36:41 +00:00
Santhosh Raju
667ad6f18b audio/fasttracker2: Update to v1.04
- MASTER_SITES has been updated to Github since the author has moved to the
  source there.

Changes since v1.03:

v1.04 - 17.12.2019
- Fixed rare crash (or strange behaviors) when changing pattern and/or pattern
  length while the song is playing.
- Properly restore channel mute flags when loading a new song (fixes mute bugs)
- Fixed a few bugs with different pattern buttons (Ins./Del., Ln. up/down etc)
- Config: "Hardware mouse" was changed to "Software mouse"
  (and "Software mouse" is now disabled in the default config).
- Added a routine to create scaled FT2 mouse cursors for software mouse mode,
  though the "busy mouse" will stand still and not animate.
  Hopefully the new default "hardware mouse" mode will satisfy some people!
- MacOS: Pass NDEBUG to clang preprocessor defines, to prevent debug code
  from being compiled in release mode (performance increase).
- MacOS/Linux: make scripts had Windows linefeeds and would thus break!

* Note: I highly recommend that you go to "Config -> Layout" and disable
  "Software mouse"! This will make the mouse way less laggy. However,
  it will still be one frame delayed internally unless you disable VSync.

Approved by:	ehaupt (maintainer)
2019-12-22 14:59:11 +00:00
Emanuel Haupt
5ca0819a3a Update to 1.03 2019-11-29 07:39:42 +00:00
Emanuel Haupt
f33df93c76 Update to 1.02 2019-11-27 13:17:03 +00:00
Emanuel Haupt
d4ba553ed8 Update to 1.01 2019-10-22 17:05:42 +00:00
Emanuel Haupt
c43ea3e283 Fix build on powerpc64. r513477 caused a failure on pylon.nyi.FreeBSD.org on
20191013.

PR:		241264
Submitted by:	linimon
Discussed with:	fox
MFH:		2019Q4 (blanket)
2019-10-16 20:29:51 +00:00
Emanuel Haupt
0254bd0157 Drop the custom build target by using cmake. This allows to further simplify
the port.

Reported by:	fox
2019-10-02 18:27:14 +00:00
Emanuel Haupt
70b04ecc8e Update to 1.00 2019-10-01 13:27:32 +00:00
Emanuel Haupt
7ae44573cc Fix build with base GCC (revised solution of r512507).
Reviewed by:	pkubaj
MFH:		2019Q3 (blanket)
2019-09-24 08:19:03 +00:00
Emanuel Haupt
706cc2942b Revert r512507 as it breaks build with clang.
MFH:		2019Q3 (blanket)
2019-09-23 11:38:44 +00:00
Piotr Kubaj
70de6f42b8 audio/fasttracker2: fix build with base GCC
Add USE_CSTD=c99 to fix build with base GCC:
/wrkdirs/usr/ports/audio/fasttracker2/work/ft2-clone-code/src/ft2_gui.c:431: error: 'for' loop initial declaration used outside C99 mode

PR:		240659
Approved by:	ehaupt (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21702
2019-09-21 15:15:38 +00:00
Emanuel Haupt
255b4ccab9 Update to 0.1.b168 2019-09-04 19:17:06 +00:00
Emanuel Haupt
18108c1356 Update to 0.1.b167 2019-08-29 16:25:37 +00:00
Emanuel Haupt
72fcdeb547 Update to 0.1.b159 2019-06-19 10:14:34 +00:00