diff options
author | Frank van de Pol <fvdpol@gentoo.org> | 2004-06-20 15:53:01 +0000 |
---|---|---|
committer | Frank van de Pol <fvdpol@gentoo.org> | 2004-06-20 15:53:01 +0000 |
commit | 9e8ac52943c541cc4e2b9866e8b22232d1b57671 (patch) | |
tree | d804ec245ac8d8c2d8d3f71d0681cec8371f3c17 /media-sound/qsynth | |
parent | Version bumped. (diff) | |
download | historical-9e8ac52943c541cc4e2b9866e8b22232d1b57671.tar.gz historical-9e8ac52943c541cc4e2b9866e8b22232d1b57671.tar.bz2 historical-9e8ac52943c541cc4e2b9866e8b22232d1b57671.zip |
Updated to new upstream version of qsynth.
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/ChangeLog | 71 | ||||
-rw-r--r-- | media-sound/qsynth/Manifest | 4 | ||||
-rw-r--r-- | media-sound/qsynth/files/digest-qsynth-0.2.1 | 1 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.2.1.ebuild | 27 |
4 files changed, 101 insertions, 2 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog index 53b58178af1e..89a4666f063b 100644 --- a/media-sound/qsynth/ChangeLog +++ b/media-sound/qsynth/ChangeLog @@ -1,6 +1,75 @@ # ChangeLog for media-sound/qsynth # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.3 2004/06/20 14:38:19 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.4 2004/06/20 15:53:01 fvdpol Exp $ + +*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: diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest index 7c06481d8028..2da882886154 100644 --- a/media-sound/qsynth/Manifest +++ b/media-sound/qsynth/Manifest @@ -1,4 +1,6 @@ -MD5 2e1d8cf77392aed98b39d8d7b710455b ChangeLog 740 +MD5 5b0370f16b57f0feee3c1e7180dae0f1 ChangeLog 3306 MD5 bed98f5cc72fd626b638bfcae4593ce6 metadata.xml 647 MD5 5c0cef8f2d1f6367277240e2806c1503 qsynth-0.1.0.ebuild 673 +MD5 19f5cd6c751550aa65a15e1ea1bd9fbd qsynth-0.2.1.ebuild 674 MD5 fde45970ba4d6681ef829f9fde4b7e72 files/digest-qsynth-0.1.0 63 +MD5 0ad37e882f8d5b9c5e58810f9e646468 files/digest-qsynth-0.2.1 63 diff --git a/media-sound/qsynth/files/digest-qsynth-0.2.1 b/media-sound/qsynth/files/digest-qsynth-0.2.1 new file mode 100644 index 000000000000..8184c5e330b6 --- /dev/null +++ b/media-sound/qsynth/files/digest-qsynth-0.2.1 @@ -0,0 +1 @@ +MD5 89651ac2a7fa1bb97cc01d14254bb4e0 qsynth-0.2.1.tar.gz 96969 diff --git a/media-sound/qsynth/qsynth-0.2.1.ebuild b/media-sound/qsynth/qsynth-0.2.1.ebuild new file mode 100644 index 000000000000..0083f4b337d3 --- /dev/null +++ b/media-sound/qsynth/qsynth-0.2.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.1.ebuild,v 1.1 2004/06/20 15:53:01 fvdpol Exp $ + +DESCRIPTION="A Qt application to control FluidSynth" +HOMEPAGE="http://qsynth.sf.net/" +SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" +KEYWORDS="~x86 ~amd64" + +DEPEND="virtual/glibc + >=x11-libs/qt-3.1.1 + media-sound/fluidsynth" + +src_compile() { + addwrite ${QTDIR}/etc/settings + econf || die + emake || die +} + +src_install () { + einstall || die "make install failed" + dodoc AUTHORS COPYING ChangeLog README TODO +} |