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
|
# ChangeLog for media-sound/qsynth
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.13 2005/11/06 06:42:04 matsuu Exp $
*qsynth-0.2.4 (06 Nov 2005)
06 Nov 2005; MATSUU Takuto <matsuu@gentoo.org> qsynth-0.2.3.ebuild,
+qsynth-0.2.4.ebuild:
Version bumped.
Marked 0.2.3 stable on x86. Bug 104730.
04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> qsynth-0.1.0.ebuild,
qsynth-0.2.1.ebuild, qsynth-0.2.2.ebuild, qsynth-0.2.3.ebuild:
Don't install COPYING file.
28 Jul 2005; Caleb Tennis <caleb@gentoo.org> qsynth-0.1.0.ebuild,
qsynth-0.2.1.ebuild, qsynth-0.2.2.ebuild, qsynth-0.2.3.ebuild:
Fix qt dep per bug #100235
*qsynth-0.2.3 (11 Jul 2005)
11 Jul 2005; Frank van de Pol <fvdpol@gentoo.org> +qsynth-0.2.3.ebuild:
Version bump
*qsynth-0.2.2 (26 Nov 2004)
26 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+qsynth-0.2.2.ebuild:
Version bump and added to ~sparc.
03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> qsynth-0.2.1.ebuild:
Stable amd64, x86.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> qsynth-0.1.0.ebuild,
qsynth-0.2.1.ebuild:
virtual/glibc -> virtual/libc
23 Jun 2004; David Holm <dholm@gentoo.org> qsynth-0.2.1.ebuild:
Added to ~ppc.
*qsynth-0.2.1 (20 Jun 2004)
20 Jun 2004; Frank van de Pol <fvdpol@gentoo.org> +qsynth-0.2.1.ebuild:
Updated to new upstream version of qsynth.
Changed since previous gentoo package according to qsynth changelog:
0.2.1 2004-04-30 Important internal fixes.
- Channels window reset when switching engines isn't destructive
anymore; also reverb and chorus activation were not being correctly
updated; these were quite annoying bugs, now fixed.
- Corrected MIDI/Audio driver settings that were being obliterated from
the setup dialog option lists; this was causing the impossibility to
choose an appropriate driver on certain systems where "alsa_seq" or
"jack" may not be available by default (e.g. MacOSX, thanks to Ebrahim
Mayat).
- The dash (-) is now a legal character for preset names.
- Translation support for the default preset name "(default)".
- Delete preset confirmation warning message.
- Messages window pops up whenever a critical error message is issued.
0.2.0 2004-03-21 Multi-instance comes to town.
- Multiple fluidsynth engines can now be maintained, with different
settings, MIDI and Audio drivers, and more interestingly distinct
soundfont stacks. The main user interface has been minimally
improved to accomodate this new paradigm, but whole application
internals have been massively rewritten.
0.1.3 2004-02-29 More work in progress.
- Message window line limit is now a configurable option on setup.
- ALSA sequencer client name may now be internally set; not of great use
for now, but it opens the ground for future workings.
- JACK multiple output port mode may now be configured on setup.
- Makefile.cvs makes its late entrance on the build toolset.
0.1.2 2004-02-16 Work in progress.
- Messages and Channels pop-up windows are not hinted as dialogs anymore
and thus are not centered relative to parent main window which has become
a strict Qt dialog widget behaviour (as of Qt 3.3+).
- Soundfont setup dialog changed to open and load multiple files at once.
- New setup option on wether all child windows are kept on top of the main
window, or otherwise floating with probable taskbar entries of their own.
- Setup changes that are only effective next time the program is run gets
an informational message box shown to the user.
0.1.1 2004-01-22 Yet more minor bugfixes.
- Messages color retouching.
- Popup menus memory leak fixed.
20 Jun 2004; Frank van de Pol <fvdpol@gentoo.org> metadata.xml,
qsynth-0.1.0.ebuild:
Fixed sandbox violations, closing bug #45289.
(note: Package was marked stable x86; left it that way since this is only a
correction in the ebuild. Flagging it ~x86 might break people's systems who
managed to install it.)
*qsynth-0.1.0 (15 Jan 2004)
15 Jan 2004; Wout Mertens <wmertens@gentoo.org> qsynt-0.1.0.ebuild:
Initial revision, marked stable because of simple ebuild and not a
dependency for other things.
|