pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fasttracker2 fasttracker2: Update to v1.00



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59a4a3034845
branches:  trunk
changeset: 340256:59a4a3034845
user:      fox <fox%pkgsrc.org@localhost>
date:      Mon Sep 30 12:35:24 2019 +0000

description:
fasttracker2: Update to v1.00

- Minor pkglint(1) fixes

Changes since b168:

v1.00 - 25.09.2019:
- This is now the first "stable" release, and it's not in beta anymore
- Some very small fixes to the scopes
- macOS: Added ctrl+cmd+f keybinding to toggle fullscreen (same as alt+enter)
- macOS: Fix huge delay before main window pops ups when opening .XMs associated
  with the clone by double-clicking on them.
- macOS: Finetuned a couple of things in the .app package. Version string and
  "document types" for file->program association.
- Renamed binary/folder/zip names

Committed during freeze as the software has taken up a stable release, also
leaf package. ok wiz@

diffstat:

 audio/fasttracker2/Makefile |  11 +++++------
 audio/fasttracker2/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r f3ee147b4006 -r 59a4a3034845 audio/fasttracker2/Makefile
--- a/audio/fasttracker2/Makefile       Mon Sep 30 11:37:04 2019 +0000
+++ b/audio/fasttracker2/Makefile       Mon Sep 30 12:35:24 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2019/09/21 12:23:43 nia Exp $
+# $NetBSD: Makefile,v 1.41 2019/09/30 12:35:24 fox Exp $
 
-DISTNAME=      ft2clone-${DISTVERSION}-code
-PKGNAME=       fasttracker2-${DISTVERSION:C/b/2./}
-PKGREVISION=   1
-DISTVERSION=   b168
+DISTNAME=      ft2-clone-v${PKGVERSION_NOREV}-code
+PKGNAME=       fasttracker2-${DISTVERSION}
+DISTVERSION=   1.00
 CATEGORIES=    audio
 MASTER_SITES=  https://16-bits.org/
 EXTRACT_SUFX=  .zip
@@ -38,7 +37,7 @@
 
 pre-configure:
 .for s in ${ICON_SIZES}
-       cd ${WRKSRC} && icotool -w ${s} -h ${s} -x -o ${s}.png \
+       cd ${WRKSRC} && ${PREFIX}/bin/icotool -w ${s} -h ${s} -x -o ${s}.png \
            src/gfxdata/icon/ft2-clone.ico
 .endfor
 
diff -r f3ee147b4006 -r 59a4a3034845 audio/fasttracker2/distinfo
--- a/audio/fasttracker2/distinfo       Mon Sep 30 11:37:04 2019 +0000
+++ b/audio/fasttracker2/distinfo       Mon Sep 30 12:35:24 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.39 2019/09/05 13:19:08 fox Exp $
+$NetBSD: distinfo,v 1.40 2019/09/30 12:35:24 fox Exp $
 
-SHA1 (ft2clone-b168-code.zip) = 2c50661d2f979cbffcd715cf8e2253bc1527e6df
-RMD160 (ft2clone-b168-code.zip) = 9351825a35269ccc8b0aaccbe897c3aa975f0b63
-SHA512 (ft2clone-b168-code.zip) = 966a241d342f4fa760e1e33b79de6c995e0a8477a067159018b345d3060632410fef2a6af02de5e6cc007b7610bf9d56ced70a29cf47c56a0f8f53294fc62974
-Size (ft2clone-b168-code.zip) = 4504624 bytes
+SHA1 (ft2-clone-v1.00-code.zip) = 7819feaf8afbc70851846165a1a1e009ac176658
+RMD160 (ft2-clone-v1.00-code.zip) = 1c7a670c467ab5032255e13ea0269a09584ce49b
+SHA512 (ft2-clone-v1.00-code.zip) = b387623de44397612fe9527cca2569757d820ed0fcca45d765735e1e07128bc2642f9fa891d6df3e0146b45954267b3268edbe08670f6a58ac3bfc69571a5d12
+Size (ft2-clone-v1.00-code.zip) = 4505566 bytes
 SHA1 (patch-CMakeLists.txt) = b64b4e4b9cd40e97c34d1541937b6c0b7f451093



Home | Main Index | Thread Index | Old Index