pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/din audio/din: Updates to 49



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35c8a7425d4d
branches:  trunk
changeset: 441881:35c8a7425d4d
user:      fox <fox%pkgsrc.org@localhost>
date:      Thu Nov 12 12:24:23 2020 +0000

description:
audio/din: Updates to 49

Changes since 48:

DIN Is Noise 49:

  /* position (instead of modulation until DIN48) affects velocity vector of drones

  /* Set center for rotation and scaling of drones:

    Menu > Drone Tools > Auto Center uses average center of selected drones
    Choose Menu > Drone Tools > Set to mouse and Click on it to set center to
    point under mouse cursor. Click to stop.
      You can also click and just move the magenta cross that marks the center

  on mouse slider:

  /* warp mouse position when rolling wheel
  /* press / to toggle warp mouse at boundary

  * improved the drone selector / drone mesh/pendulum preview on microtonal keyboard

  * show hz/vol for selected drones only (instead of all drones until DIN48)

  ! fixed: flip (using ` key shortcut) between instruments loads the correct editors !

  EXPERIMENTAL:

  /*  when scaling or rotating drones, change scale or angle increments using mouse slider (see
      DIN 48 CHANGELOG below for how to do this) to change scaling +/ rotation 'speed'

diffstat:

 audio/din/Makefile                      |   4 ++--
 audio/din/distinfo                      |  12 ++++++------
 audio/din/patches/patch-src_Makefile.am |   8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 4bf59bd54b77 -r 35c8a7425d4d audio/din/Makefile
--- a/audio/din/Makefile        Thu Nov 12 11:30:15 2020 +0000
+++ b/audio/din/Makefile        Thu Nov 12 12:24:23 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/09/04 13:02:57 fox Exp $
+# $NetBSD: Makefile,v 1.24 2020/11/12 12:24:23 fox Exp $
 
-DISTNAME=      din-48
+DISTNAME=      din-49
 CATEGORIES=    audio
 MASTER_SITES=  https://archive.org/download/dinisnoise_source_code/
 
diff -r 4bf59bd54b77 -r 35c8a7425d4d audio/din/distinfo
--- a/audio/din/distinfo        Thu Nov 12 11:30:15 2020 +0000
+++ b/audio/din/distinfo        Thu Nov 12 12:24:23 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2020/09/04 13:02:57 fox Exp $
+$NetBSD: distinfo,v 1.16 2020/11/12 12:24:23 fox Exp $
 
-SHA1 (din-48.tar.gz) = 4ee00ac258069553c0cda9991abb8fded6858d0e
-RMD160 (din-48.tar.gz) = fa0b80d0b361d98337fe35e14a9aa9f9d4f811f5
-SHA512 (din-48.tar.gz) = 3d54c3db23fe909a3664412f1bbba3898b83184d19c4b04f4432cd0bff0dede01d017cebe36980a3f8158ffbb663e09dd83a0de7206247b47fcc1a9f3b4cc940
-Size (din-48.tar.gz) = 3673917 bytes
-SHA1 (patch-src_Makefile.am) = 54764da3df0a4ec664eac019d3565cd644c899b8
+SHA1 (din-49.tar.gz) = c4bfd339d59be67f67b5cf137da353fd571bb21c
+RMD160 (din-49.tar.gz) = e26ffccc9ad3362c04ce68b42d3b270ecffc4640
+SHA512 (din-49.tar.gz) = 5ad0c0f411f60a91ef14bc21ff3447354c8d7c515aac96620045d37be8f35df9179d2551208eded9ed1f78e0108ee537fc00855d73bd8f539ba114bfaf15c82b
+Size (din-49.tar.gz) = 3677028 bytes
+SHA1 (patch-src_Makefile.am) = 1c75cb2ba18c2f365d662a5b1ada7b76e62acc18
 SHA1 (patch-src_Makefile.in) = e4f93496379202ac25ae1909351fea6532989078
diff -r 4bf59bd54b77 -r 35c8a7425d4d audio/din/patches/patch-src_Makefile.am
--- a/audio/din/patches/patch-src_Makefile.am   Thu Nov 12 11:30:15 2020 +0000
+++ b/audio/din/patches/patch-src_Makefile.am   Thu Nov 12 12:24:23 2020 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-src_Makefile.am,v 1.8 2020/09/04 13:02:57 fox Exp $
+$NetBSD: patch-src_Makefile.am,v 1.9 2020/11/12 12:24:23 fox Exp $
 
 Removed tcl8.6, asound and jack flags, this is now handled in the pkgsrc
 script.
 
---- src/Makefile.am.orig       2020-08-28 08:17:04.000000000 +0000
+--- src/Makefile.am.orig       2020-11-11 04:29:15.000000000 +0000
 +++ src/Makefile.am
 @@ -1,7 +1,7 @@
  #dinincludedir = $(pkgsrcdir)
  
--AM_CXXFLAGS = -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\"
+-AM_CXXFLAGS = -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\" 
 -LIBS +=  -ltcl8.6 -lSDL -lGL -lpthread -lasound
-+AM_CXXFLAGS = -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\"
++AM_CXXFLAGS = -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\" 
 +LIBS +=  -lSDL -lGL -lpthread -lasound
  
  bin_PROGRAMS = din



Home | Main Index | Thread Index | Old Index