File: changelog

package info (click to toggle)
phasex 0.14.97-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,480 kB
  • sloc: ansic: 27,210; sh: 8,278; makefile: 386; perl: 201
file content (188 lines) | stat: -rw-r--r-- 7,041 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
phasex (0.14.97-4) unstable; urgency=medium

  * Team upload
  * Correct callback return type (Closes: #1075382)

  [ Olivier Humbert ]
  * Update phasex.desktop (adds a French menu item)

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat

 -- Bastian Germann <bage@debian.org>  Sat, 03 Aug 2024 13:39:47 +0200

phasex (0.14.97-3) unstable; urgency=medium

  [ Gabor Karsay ]
  * Migrate to automatic debug package
  * Enable hardening: bindnow
  * Don't override dh_auto_test
  * Don't install copyright information twice, debian/copyright is enough
  * Add myself to uploaders
  * Bump compat to 11
    - Remove autoreconf
    - Remove --parallel
  * Update packaging copyright
  * Add keyword to .desktop file
  * Fix FTCBFS: fix build/host confusion.
    Thanks to Helmut Grohne for the patch (Closes: #902575)
  * Bump standards version to 4.1.5
    - Remove menu
    - Use https for Homepage and Vcs-fields
    - Use https in format field and for GPL link
    - set Rules-Requires-Root: no
  * Add patch to rename icons to match desktop file
  * Remove icon from debian folder, use renamed upstream icon

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Felipe Sateler ]
  * Change maintainer address to debian-multimedia@lists.debian.org

 -- Gabor Karsay <gabor.karsay@gmx.at>  Sun, 29 Jul 2018 14:00:35 +0200

phasex (0.14.97-2) unstable; urgency=low

  * Upload to unstable.

 -- Alessio Treglia <alessio@debian.org>  Mon, 27 May 2013 05:23:04 +0200

phasex (0.14.97-1) experimental; urgency=low

  * New upstream release.
  * New upstream maintainer, update references.
  * debian/patches/11-dont_install_desktop_file.patch:
    - Patch misc/Makefile to avoid it relies on desktop-file-utils
      to handle the installtion of the launcher, we already install it
      with dh_install.
  * Add patch to prevent FTBFS in hardened builds.
  * Refresh 02-gcc_flags.patch, 03-binutils_gold.patch patches.
  * Remove 12-drop_lash.patch, applied upstream.
  * Enable optimizations on amd64.
  * Set debian/compat to 9.
  * Bump up debhelper requirements.
  * Enable parallel builds.
  * Update debian/copyright.
  * Fix Vcs fields.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Sat, 12 Jan 2013 20:03:58 +0000

phasex (0.12.0+m1-6) unstable; urgency=low

  * Replace hardcoded list of non-linux archs with
    linux-any (Closes: #634723).
  * Drop LASH support.

 -- Alessio Treglia <alessio@debian.org>  Mon, 02 Jan 2012 11:47:38 +0100

phasex (0.12.0+m1-5) unstable; urgency=low

  * Upload to unstable.

 -- Alessio Treglia <alessio@debian.org>  Tue, 31 May 2011 15:57:12 +0200

phasex (0.12.0+m1-4) experimental; urgency=low

  * Drop qjackctl from Recommends, add jackd on it.
  * Build against liblash-compat.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Sun, 24 Apr 2011 11:35:02 +0200

phasex (0.12.0+m1-3) unstable; urgency=low

  * Fixed portamento calculation with Osc's 'off' state and
    in 'MonoRetrig' mode.

 -- Alessio Treglia <alessio@debian.org>  Mon, 28 Feb 2011 12:21:32 +0100

phasex (0.12.0+m1-2) unstable; urgency=low

  * Upload to unstable.
  * Suggests on jack-keyboard | vkeybd.
  * Suggests on lashd.
  * Correct linking order to fix the build failure with the newest
    toolchain; thanks to Michael Bienia for the patch (LP: #677501).
  * Refresh 02-gcc_flags.patch patch.

 -- Alessio Treglia <alessio@debian.org>  Thu, 10 Feb 2011 12:40:37 +0100

phasex (0.12.0+m1-1) experimental; urgency=low

  * New upstream release:
    [ Anton Kormakov <assault64@gmail.com> ]
    - Milestone 1:
      + Added LASH support.
      + Added sustain pedal support.
      + Fixed behavior of NOTE_OFF in attack.
      + Fixed system GTK theme.
      + Added 'Panic' button.
      + Fixed behavior of polyphony limit.
      + Fixed ADSR calculation.
      + Fixed chorus interpolation.
      + 'Feedback' chorus and delay setting renamed to 'Feedback Mix'
      + Added DC blocking filter.
      + Fixed MIDI learn for BPM parameter.
      + Changed naming scheme of multiple instances.
      + Added -n (--name) option to set name of PHASEX instance.
    [ William Weston <weston@sysex.net> ]
    - 0.12.0:
      + Rebuilt configure.ac (now uses autoconf and automake properly).
      + Added --enable-32bit and --enable-cpu-power= options to configure.
      + Enabled gcc version checking for selecting optimization flags.
      + Updated phasex.desktop file and removed extra copy in phasex root.
      + Updated phasex.spec.in to work with new changes.
      + Added GTK engine detection and separated engine def from themes.
      + Adjusted themes and table layouts to allow one-page on 1024x768.
      + Added missing extern to variable prototypes in param.h.
      + Re-Added patch menu and added bank mem mode to it.
      + Moved MIDI channel from general section to patch box.
      + Moved patch->midi_channel to setting_midi_channel.
      + Added MIDI channel to command line options.
      + Fixed all GTK errors and warnings in file dialogs.
      + Added amp velocity control (yes, it's finally here).
      + Fixed smoothing algorithm for aftertouch sensitivity.
      + Changed default rt priorities for midi and engine to 89 and 88.
      + Added realtime sched policy setting (choice of SCHED_FIFO or SCHED_RR).
      + Fixed long-time-lurking patch name corruption bug.
      + Added hidden maximize setting (remember window state).
      + Fixed all phasex_shutdown() related segfaults.
      + Increased buffer periods from 1 to 2 (hardwired).
      + Fixed ringbuffer read in process_buffer() !!!
      + Added extra child logic to widget_set_custom_font().
      + Added extra child logic to widget_set_backing_store().
      + Fixed layout of controller update window and settings window.
      + Added support for patch names and program numbers on command line.
      + Included full text of GPLv2 in licensing screen.
      + Removed more depracated code bits.
      + Cleaned up comments/style/whitespace all over.
  * debian/control:
    - Build-Depends on liblash-dev to add LASH support.
    - Update Homepage field.
  * Update debian/watch file to point to the new download location.
  * Update debian/copyright file, new upstream's maintainer.

 -- Alessio Treglia <alessio@debian.org>  Fri, 19 Nov 2010 14:42:57 +0100

phasex (0.12.0~pre1-3) unstable; urgency=low

  * Drop --enable-arch=native, it tries to set -march=native flag.
  * Add patch to fix FTBFS on several architectures (Closes: #590273).
  * Use dh-autoreconf instead of autotools_dev add-on.

 -- Alessio Treglia <alessio@debian.org>  Tue, 27 Jul 2010 17:43:20 +0200

phasex (0.12.0~pre1-2) unstable; urgency=low

  * Pass --enable-arch=native to configure; attempt to fix #590273.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Mon, 26 Jul 2010 12:32:01 +0200

phasex (0.12.0~pre1-1) unstable; urgency=low

  * Initial release. (Closes: #520231).

 -- Alessio Treglia <alessio@debian.org>  Thu, 22 Jul 2010 11:20:05 +0200