pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/fasttracker2



Module Name:    pkgsrc
Committed By:   fox
Date:           Mon Sep 30 12:35:25 UTC 2019

Modified Files:
        pkgsrc/audio/fasttracker2: Makefile distinfo

Log Message:
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@


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/audio/fasttracker2/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/fasttracker2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/fasttracker2/Makefile
diff -u pkgsrc/audio/fasttracker2/Makefile:1.40 pkgsrc/audio/fasttracker2/Makefile:1.41
--- pkgsrc/audio/fasttracker2/Makefile:1.40     Sat Sep 21 12:23:43 2019
+++ pkgsrc/audio/fasttracker2/Makefile  Mon Sep 30 12:35:24 2019
@@ -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 @@ SUBST_FILTER_CMD.d2u= ${TR} -d '\r'
 
 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
 

Index: pkgsrc/audio/fasttracker2/distinfo
diff -u pkgsrc/audio/fasttracker2/distinfo:1.39 pkgsrc/audio/fasttracker2/distinfo:1.40
--- pkgsrc/audio/fasttracker2/distinfo:1.39     Thu Sep  5 13:19:08 2019
+++ pkgsrc/audio/fasttracker2/distinfo  Mon Sep 30 12:35:24 2019
@@ -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