pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/fasttracker2 audio/fasttracker2: Updates to v1.43



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79e8045b4f69
branches:  trunk
changeset: 445133:79e8045b4f69
user:      fox <fox%pkgsrc.org@localhost>
date:      Sat Jan 16 19:04:40 2021 +0000

description:
audio/fasttracker2: Updates to v1.43

Changes since v1.41

v1.43 - 13.01.2021
- Sample tuning is now slightly more accurate when importing .IFF/.WAV/.AIFF
  samples. It can still be off by up to several cents, but this is because of a
  rather low sample pitch precision in FT2 (5-bit finetune + relative note).
- Bugfix: Fixed some scrollbar bugs in the instrument editor (when changing
  values, then changing instrument, and changing values again).
- New feature: Display middle-C (C-4) frequency in the instrument editor
- Some small optimizations and minor bugfixes

v1.42 - 01.01.2021
- Updated SDL from version 2.0.12 to version 2.0.14
- Windows: Because of a bugfix in SDL 2.0.14, the instrument selector keys
  (numpad) still work like they should regardless of the numlock state.
- Changed a flag when setting up the video renderer so that the program can
  properly run in rare cases where it wouldn't
- Some other minor fixes

diffstat:

 audio/fasttracker2/Makefile                        |   4 ++--
 audio/fasttracker2/distinfo                        |  11 +++++------
 audio/fasttracker2/patches/patch-src_ft2__config.c |  15 ---------------
 3 files changed, 7 insertions(+), 23 deletions(-)

diffs (48 lines):

diff -r d29254e61ba5 -r 79e8045b4f69 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Sat Jan 16 18:57:05 2021 +0000
+++ b/audio/fasttracker2/Makefile       Sat Jan 16 19:04:40 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2020/11/29 14:53:28 fox Exp $
+# $NetBSD: Makefile,v 1.82 2021/01/16 19:04:40 fox Exp $
 
-DISTNAME=      fasttracker2-1.41
+DISTNAME=      fasttracker2-1.43
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=8bitbubsy/}
 GITHUB_PROJECT=        ft2-clone
diff -r d29254e61ba5 -r 79e8045b4f69 audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Sat Jan 16 18:57:05 2021 +0000
+++ b/audio/fasttracker2/distinfo       Sat Jan 16 19:04:40 2021 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.75 2020/11/29 14:53:28 fox Exp $
+$NetBSD: distinfo,v 1.76 2021/01/16 19:04:40 fox Exp $
 
-SHA1 (fasttracker2-1.41.tar.gz) = 8355f5a02b43fd6d859ea68f7e2b36e5af1945d6
-RMD160 (fasttracker2-1.41.tar.gz) = d2ea9df46ecfad8100754501eb197f62dd103986
-SHA512 (fasttracker2-1.41.tar.gz) = d8a67368b2ee6690cfe19801454c39dd19b42ffa1898a4e9407149324ac406db84919c4c0ecd0a16ae63dc863342753a9ece21a2ba4ad4fd0f4493a251137264
-Size (fasttracker2-1.41.tar.gz) = 4404272 bytes
+SHA1 (fasttracker2-1.43.tar.gz) = 34a8be674e44169aa07c87190cbe296ce7b3481b
+RMD160 (fasttracker2-1.43.tar.gz) = 50bd6c2224fcfee21f6617253d4d1f2fdf211517
+SHA512 (fasttracker2-1.43.tar.gz) = 767cd178b459bc6365c6c7368a505b9abb69d2a0507d045eb964f01ec6deda36834438c39cade323ec55bcbd29683dc30fc2b8986a1f9e2d5134ec685aaad4b5
+Size (fasttracker2-1.43.tar.gz) = 5097977 bytes
 SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e
-SHA1 (patch-src_ft2__config.c) = 1a9172483743676037e52be188c71741f5ffe279
diff -r d29254e61ba5 -r 79e8045b4f69 audio/fasttracker2/patches/patch-src_ft2__config.c
--- a/audio/fasttracker2/patches/patch-src_ft2__config.c        Sat Jan 16 18:57:05 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_ft2__config.c,v 1.1 2020/11/29 14:53:28 fox Exp $
-
-Fix build errors.
-
---- src/ft2_config.c.orig      2020-11-29 14:09:46.787282062 +0000
-+++ src/ft2_config.c
-@@ -633,7 +633,7 @@ static void setConfigFileLocation(void) 
-       {
-               if (chdir(getenv("HOME")) == 0)
-               {
--                      result = chdir(".config");
-+                      int32_t result = chdir(".config");
-                       if (result != 0)
-                       {
-                               mkdir(".config", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);



Home | Main Index | Thread Index | Old Index