pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/din



Module Name:    pkgsrc
Committed By:   fox
Date:           Thu Nov 12 12:24:23 UTC 2020

Modified Files:
        pkgsrc/audio/din: Makefile distinfo
        pkgsrc/audio/din/patches: patch-src_Makefile.am

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/din/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/din/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/din/patches/patch-src_Makefile.am

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

Modified files:

Index: pkgsrc/audio/din/Makefile
diff -u pkgsrc/audio/din/Makefile:1.23 pkgsrc/audio/din/Makefile:1.24
--- pkgsrc/audio/din/Makefile:1.23      Fri Sep  4 13:02:57 2020
+++ pkgsrc/audio/din/Makefile   Thu Nov 12 12:24:23 2020
@@ -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/
 

Index: pkgsrc/audio/din/distinfo
diff -u pkgsrc/audio/din/distinfo:1.15 pkgsrc/audio/din/distinfo:1.16
--- pkgsrc/audio/din/distinfo:1.15      Fri Sep  4 13:02:57 2020
+++ pkgsrc/audio/din/distinfo   Thu Nov 12 12:24:23 2020
@@ -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

Index: pkgsrc/audio/din/patches/patch-src_Makefile.am
diff -u pkgsrc/audio/din/patches/patch-src_Makefile.am:1.8 pkgsrc/audio/din/patches/patch-src_Makefile.am:1.9
--- pkgsrc/audio/din/patches/patch-src_Makefile.am:1.8  Fri Sep  4 13:02:57 2020
+++ pkgsrc/audio/din/patches/patch-src_Makefile.am      Thu Nov 12 12:24:23 2020
@@ -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