debian/0000755000000000000000000000000012271207440007165 5ustar debian/patches/0000755000000000000000000000000012271207400010610 5ustar debian/patches/1001-soundfont_default_dir.patch0000644000000000000000000000127112271207400016572 0ustar Author: Xavier Oswald Description: Set the default sound font directory Bug: http://bugs.debian.org/567565 Forwarded: not-needed --- src/qsynthSetupForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- qsynth.orig/src/qsynthSetupForm.cpp +++ qsynth/src/qsynthSetupForm.cpp @@ -813,7 +813,7 @@ void qsynthSetupForm::openSoundFont (voi QStringList soundfonts = QFileDialog::getOpenFileNames( this, // Parent QSYNTH_TITLE ": " + tr("Soundfont files"), // Caption. - m_pOptions->sSoundFontDir, // Start here. + "/usr/share/sounds/sf2", // Start here. tr("Soundfont files") + " (*.sf2 *.SF2)" // Filter (SF2 files) ); debian/patches/series0000644000000000000000000000013012271207400012017 0ustar 1001-soundfont_default_dir.patch 2001-libx11_underlinkage.patch 3001-desktop_file.patch debian/patches/2001-libx11_underlinkage.patch0000644000000000000000000000102312271207400016035 0ustar Description: Add -lX11 to ld to fix FTBFS. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713488 From: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/qsynth/saucy/revision/17/debian/patches/1002_libx11_underlinkage.patch --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) --- qsynth.orig/src/CMakeLists.txt +++ qsynth/src/CMakeLists.txt @@ -110,6 +110,7 @@ target_link_libraries ( qsynth ${QT_LIBRARIES} ${MATH_LIBRARY} ${FLUIDSYNTH_LIBRARY} + X11 ) set ( TRANSLATIONS debian/patches/3001-desktop_file.patch0000644000000000000000000000132012271207400014656 0ustar Description: Added "Keywords" to desktop file. Author: Jaromír Mikeš Forwarded: no Index: qsynth/src/qsynth.desktop.in =================================================================== --- qsynth.orig/src/qsynth.desktop.in 2014-01-18 14:59:02.010367689 +0100 +++ qsynth/src/qsynth.desktop.in 2014-01-18 15:50:29.707727944 +0100 @@ -5,6 +5,7 @@ GenericName[sr]=Кју-синт Comment=Qsynth is a FluidSynth Qt GUI Interface Comment[sr]=Програм за управљање програмом Флуид-синт, у графичком окружењу. +Keywords=audio;sound;jackd,midi,synth Exec=@ac_prefix@/bin/qsynth Icon=qsynth Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;Qt; debian/gbp.conf0000644000000000000000000000003612271207400010577 0ustar [DEFAULT] pristine-tar = True debian/menu0000644000000000000000000000024112271207400010045 0ustar ?package(qsynth):needs="X11" section="Applications/Sound"\ title="qsynth" command="/usr/bin/qsynth" hints="MIDI Synth"\ icon="/usr/share/pixmaps/qsynth.xpm" debian/changelog0000644000000000000000000001172312271207474011052 0ustar qsynth (0.3.8-1) unstable; urgency=low * New upstream release. * Bump Standards. * Set compat/dh 9. * Added Keywords to desktop file. -- Jaromír Mikeš Sun, 26 Jan 2014 13:35:27 +0000 qsynth (0.3.7-1) unstable; urgency=low [ Jaromír Mikeš ] * Added myself as uploader [ Alessio Treglia ] * New upstream release. * Fix FTBFS due to missing ld flag. (Closes: #713488) * Update debian/copyright to meet copyright format 1.0 * Set VCS to meet the canonical form. * Refresh patches. * Bump Standards. -- Alessio Treglia Tue, 01 Oct 2013 18:35:32 +0100 qsynth (0.3.6-2) unstable; urgency=low * debian/control: Build-depend on libx11-dev (Closes: #639058). * debian/copyright: Apply DEP-5 format. -- Alessio Treglia Thu, 25 Aug 2011 11:33:38 +0200 qsynth (0.3.6-1) unstable; urgency=low * New maintainer (Closes: #632994). * New upstream release (Closes: #627047). * Switch to DH7 short-form. * Remove patches adopted by upstream, refresh other patches. * Update copyright holders. * Remove qjackctl from Recommends, add jackd on Suggests. * Buildsystem now is cmake. * Bump Standards. -- Alessio Treglia Sun, 10 Jul 2011 11:58:41 +0200 qsynth (0.3.5-1) unstable; urgency=low * New Upstream release. * Fix FTBFS with binutils-gold (Closes: #556306), add binutils-gold.patch. * Fix soundfont selection (Closes: #567565) - Add fluid-soundfont-gm as Recommend. - Add sounfont_dir_default.patch, let soundfont selection start in /usr/share/sound/sf2/. * Refresh desktop_categories.patch. -- Xavier Oswald Thu, 22 Apr 2010 11:33:06 +0200 qsynth (0.3.4-3) unstable; urgency=low * New maintainer is me (Closes: #503527) * Bump Standards-Version to 3.8.4 * Switch to dpkg-source 3.0 (quilt) format -- Xavier Oswald Wed, 03 Feb 2010 09:40:50 +0100 qsynth (0.3.4-2) unstable; urgency=low * QA upload. * The watch file do no longer get warnings from uscan (Closes: #449808). * Update 01_desktop_categories.dpatch, add missing AudioVideo category (Closes: #566730). -- Petter Reinholdtsen Thu, 28 Jan 2010 23:04:02 +0100 qsynth (0.3.4-1) unstable; urgency=low * QA upload. + Set maintainer to Debian QA Group . * Update desktop categories patch. * New upstream release. (Closes: #479446) * Bump Standards Version to 3.8.3. (No changes needed). -- Barry deFreese Sat, 22 Aug 2009 21:34:10 -0400 qsynth (0.3.2-1) unstable; urgency=low * New upstream release * Repackaging * Fix .desktop file categories according to http://standards.freedesktop.org/menu-spec/1.0/apa.html * Add a manpage -- Sergey Rudchenko Fri, 06 Jun 2008 12:59:01 +0300 qsynth (0.2.5-2.2) unstable; urgency=low * Non-maintainer upload. * Fix desktop file name (Closes: #415327). -- Petter Reinholdtsen Sun, 4 May 2008 23:30:26 +0200 qsynth (0.2.5-2.1) unstable; urgency=low [ Sandro Tosi ] * Non-maintainer upload. * debian/rules - call upstream makefile clean target (Closes: #424295) -- Pierre Habouzit Sat, 05 Apr 2008 13:25:58 +0200 qsynth (0.2.5-2) unstable; urgency=low * Install xpm qsynth icon, no .png in /usr/share/pixmaps/ (closes: #400222) -- Eric Van Buggenhaut Mon, 27 Nov 2006 20:45:26 +0100 qsynth (0.2.5-1) unstable; urgency=low * New upstream release (closes: #383861) * Add .desktop file (closes: #370014) -- Eric Van Buggenhaut Sun, 8 Oct 2006 18:02:36 +0200 qsynth (0.2.4-1) unstable; urgency=low * New upstream release -- Eric Van Buggenhaut Thu, 17 Nov 2005 04:20:56 +0100 qsynth (0.2.3-2) unstable; urgency=low * Rebuild to trigger new dependency on libqt3-mt, replacing libqt3c102-mt * (closes: #328016) -- Eric Van Buggenhaut Mon, 12 Sep 2005 12:54:02 +0200 qsynth (0.2.3-1) unstable; urgency=low * New upstream release -- Eric Van Buggenhaut Tue, 7 Jun 2005 01:33:44 +0200 qsynth (0.2.2-1) unstable; urgency=low * New upstream release * Reference the xpm icon from /usr/share/pixmaps in menu entry -- Eric Van Buggenhaut Sun, 13 Mar 2005 20:52:08 +0100 qsynth (0.2.1-1) unstable; urgency=low * New upstream release * Added a menu entry (closes: #260778) -- Eric Van Buggenhaut Sat, 29 May 2004 01:48:05 +0200 qsynth (0.1.0-1) unstable; urgency=low * New upstream release -- Eric Van Buggenhaut Wed, 31 Dec 2003 00:18:25 +0100 qsynth (0.0.3-1) unstable; urgency=low * New upstream release -- Eric Van Buggenhaut Wed, 17 Dec 2003 14:35:34 +0100 qsynth (0.0.2-1) unstable; urgency=low * Initial Release. (closes: #222946) -- Eric Van Buggenhaut Fri, 5 Dec 2003 02:42:05 +0100 debian/qsynth.install0000644000000000000000000000004412271207400012075 0ustar debian/qsynth.xpm usr/share/pixmaps debian/rules0000755000000000000000000000012012271207400010232 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --buildsystem=cmake --parallel debian/compat0000644000000000000000000000000212271207400010357 0ustar 9 debian/watch0000644000000000000000000000007012271207400010207 0ustar version=3 http://sf.net/qsynth/qsynth-([\d.]+)\.tar\.gz debian/qsynth.xpm0000644000000000000000000001644612271207400011250 0ustar /* XPM */ static char * qsynth_xpm[] = { "32 32 327 2", " c None", ". c #A25F32", "+ c #6D5240", "@ c #815F48", "# c #B16836", "$ c #8B664D", "% c #96694B", "& c #DA8043", "* c #9F6844", "= c #3E3E3E", "- c #A2623A", "; c #E98646", "> c #AC6333", ", c #715E52", "' c #6A6A6A", ") c #8F634A", "! c #BD693A", "~ c #EA854A", "{ c #E27F44", "] c #9E6643", "^ c #454545", "/ c #A35E3A", "( c #EA8651", "_ c #EB8952", ": c #EA854C", "< c #AE6033", "[ c #7C6050", "} c #916149", "| c #BD693E", "1 c #ED8C5A", "2 c #ED8E5C", "3 c #EC8752", "4 c #EB7F45", "5 c #A25F3A", "6 c #414141", "7 c #A45C3A", "8 c #EB8453", "9 c #EF9165", "0 c #EF9366", "a c #ED8855", "b c #EB7F47", "c c #C76A3A", "d c #92654C", "e c #434343", "f c #9D6645", "g c #CF7241", "h c #EF8D60", "i c #F09A73", "j c #F19B73", "k c #EE8D5F", "l c #EC7E48", "m c #EB7D46", "n c #A95A31", "o c #6E594D", "p c #AE6232", "q c #F79658", "r c #F7A26D", "s c #F8AE82", "t c #F2A482", "u c #EF9368", "v c #ED7E4A", "w c #EC7D48", "x c #E37844", "y c #A35D39", "z c #AA6A3D", "A c #E98D50", "B c #FAA369", "C c #FAAF7F", "D c #FAB88E", "E c #F9B387", "F c #F39A6C", "G c #ED7F4D", "H c #EC7E4B", "I c #BF6539", "J c #92644C", "K c #424242", "L c #996A47", "M c #C9724D", "N c #FCAA6A", "O c #FCB076", "P c #FCC093", "Q c #FCBCA2", "R c #FAB88F", "S c #F89F68", "T c #F1844D", "U c #ED804E", "V c #A95A32", "W c #6D584D", "X c #B07441", "Y c #FDAB62", "Z c #FFB877", "` c #FEBC82", " . c #FDC99C", ".. c #FDCBA2", "+. c #FBC196", "@. c #F99969", "#. c #F78C4C", "$. c #ED8151", "%. c #3F3F3F", "&. c #A4774B", "*. c #E99F54", "=. c #FFB971", "-. c #FFC386", ";. c #FFCA98", ">. c #FFD0A8", ",. c #FDCEA5", "'. c #FDC393", "). c #FAA361", "!. c #F88D57", "~. c #F68A4C", "{. c #ED8050", "]. c #ED7F4C", "^. c #EC7E49", "/. c #BA6237", "(. c #88634E", "_. c #B37C3F", ":. c #FFB866", "<. c #FFC685", "[. c #FFD1A0", "}. c #FFD9B3", "|. c #FFD9B8", "1. c #FFD2AD", "2. c #FDBE8A", "3. c #FBA560", "4. c #FA9C5A", "5. c #F78E4E", "6. c #EE8252", "7. c #ED7F4E", "8. c #EB7C46", "9. c #A15C39", "0. c #9B764C", "a. c #D69A4F", "b. c #FFC375", "c. c #FFD39C", "d. c #FFE0B9", "e. c #FFE6CB", "f. c #FFE3C6", "g. c #FFD6B2", "h. c #FEBB84", "i. c #FCA661", "j. c #FAA25D", "k. c #FA8B61", "l. c #F18650", "m. c #ED804F", "n. c #E77A46", "o. c #B25F34", "p. c #86614E", "q. c #585858", "r. c #AD8048", "s. c #FDBB64", "t. c #FFCA80", "u. c #FFDEAA", "v. c #FFEACA", "w. c #FFF0DA", "x. c #FFE9D1", "y. c #FFD8B4", "z. c #FFBD86", "A. c #FDAA66", "B. c #FAA35E", "C. c #F89959", "D. c #F4894E", "E. c #ED7E4B", "F. c #E07644", "G. c #DB7441", "H. c #975D3E", "I. c #474747", "J. c #B78141", "K. c #FFBE67", "L. c #FFCF82", "M. c #FFE9AD", "N. c #FFF0CF", "O. c #FFF3DC", "P. c #FFEBD0", "Q. c #FFD5AE", "R. c #FFBC83", "S. c #FDAA68", "T. c #FBA45E", "U. c #F58B4E", "V. c #ED8150", "W. c #DC7443", "X. c #D5703F", "Y. c #9B532D", "Z. c #FFBD65", "`. c #FFC97D", " + c #FFDA9E", ".+ c #FFE5BD", "++ c #FFE0BD", "@+ c #FFCD9E", "#+ c #FFB87D", "$+ c #EB7D4B", "%+ c #D77041", "&+ c #CD6C3C", "*+ c #98502C", "=+ c #484848", "-+ c #6B6B6B", ";+ c #B07C43", ">+ c #FFB85F", ",+ c #FFC170", "'+ c #FFCB88", ")+ c #FFD49E", "!+ c #FFD6A8", "~+ c #FFCF9E", "{+ c #FFC088", "]+ c #FEB070", "^+ c #E47A48", "/+ c #C8693D", "(+ c #BE6338", "_+ c #8D5131", ":+ c #666666", "<+ c #A97949", "[+ c #F6AB57", "}+ c #FFB763", "|+ c #FFBC70", "1+ c #FFC17D", "2+ c #FFC182", "3+ c #FFBB7D", "4+ c #FFB270", "5+ c #FDA963", "6+ c #EB7E4D", "7+ c #D47042", "8+ c #B65E36", "9+ c #A55530", "0+ c #84563E", "a+ c #505050", "b+ c #656565", "c+ c #906545", "d+ c #CB8545", "e+ c #FFAF5B", "f+ c #FFB05F", "g+ c #FFB365", "h+ c #FFB167", "i+ c #FFAD65", "j+ c #FDA85F", "k+ c #FCA55D", "l+ c #FA9F5A", "m+ c #EC7F4F", "n+ c #DF7647", "o+ c #C1643B", "p+ c #AA5632", "q+ c #834425", "r+ c #71584A", "s+ c #636363", "t+ c #686868", "u+ c #AF683E", "v+ c #FDA154", "w+ c #FFA859", "x+ c #FFA95B", "y+ c #FEA75B", "z+ c #FDA65B", "A+ c #FCA35C", "B+ c #FA9D58", "C+ c #F98D57", "D+ c #E3794A", "E+ c #CA693F", "F+ c #AF5A34", "G+ c #A5542F", "H+ c #7F472B", "I+ c #464646", "J+ c #6F6F6F", "K+ c #996A48", "L+ c #BF6F37", "M+ c #F88B5D", "N+ c #F19652", "O+ c #F49852", "P+ c #FA9B55", "Q+ c #FB8D5F", "R+ c #F78E4C", "S+ c #F58A4A", "T+ c #EA804A", "U+ c #D97348", "V+ c #C7683F", "W+ c #B35C36", "X+ c #A2522F", "Y+ c #844426", "Z+ c #795948", "`+ c #575757", " @ c #A36A42", ".@ c #B96935", "+@ c #E07F42", "@@ c #DA7C42", "#@ c #DC7C43", "$@ c #DB7B43", "%@ c #DB7A41", "&@ c #D77444", "*@ c #CB6B43", "=@ c #BB613B", "-@ c #AC5734", ";@ c #A25230", ">@ c #824325", ",@ c #7E523B", "'@ c #4A4A4A", ")@ c #6E6E6E", "!@ c #9A6340", "~@ c #AB5E30", "{@ c #CE713B", "]@ c #C46B39", "^@ c #BF6738", "/@ c #B75F3D", "(@ c #B75F3B", "_@ c #AD5836", ":@ c #A25231", "<@ c #A0512F", "[@ c #814125", "}@ c #916145", "|@ c #934E2B", "1@ c #A25434", "2@ c #B05B38", "3@ c #AB5835", "4@ c #A85633", "5@ c #A45331", "6@ c #904829", "7@ c #773D21", "8@ c #7C5641", "9@ c #696969", "0@ c #727272", "a@ c #5A4D47", "b@ c #865A45", "c@ c #864A30", "d@ c #834326", "e@ c #814225", "f@ c #7D462B", "g@ c #7A533F", "h@ c #574E49", "i@ c #4E4E4E", "j@ c #717171", "k@ c #545454", "l@ c #6D6D6D", " ", " ", " . + ", " @ # $ ", " % & * = ", " - ; > , ' ", " ) ! ~ { ] ^ ", " / ( _ : < [ ", " } | 1 2 3 4 5 6 ", " 7 8 9 0 a b c d e ", " f g h i j k l m n o ", " p q r s t u v w x y = ", " z A B C D E F G H w I J K ", " L M N O P Q R S T U H w V W ", " X Y Z ` ...+.@.#.$.G v x y %. ", " &.*.=.-.;.>.,.'.).!.~.{.].^./.(. ", " _.:.<.[.}.|.1.2.3.4.5.6.7.v 8.9.e ", " 0.a.b.c.d.e.f.g.h.i.j.k.l.m.H n.o.p.q. ", " r.s.t.u.v.w.x.y.z.A.B.C.D.{.E.F.G.H.I. ", " J.K.L.M.N.O.P.Q.R.S.T.C.U.V.].W.X.Y.I. ", " J.Z.`. +.+v.++@+#+A.B.C.D.{.$+%+&+*+=+-+ ", " ;+>+,+'+)+!+~+{+]+i.j.k.l.m.^+/+(+_+I.:+ ", " <+[+}+|+1+2+3+4+5+T.4.5.6.6+7+8+9+0+a+b+ ", " c+d+e+f+g+h+i+j+k+l+!.~.m+n+o+p+q+r+s+t+ ", " u+v+w+x+y+z+A+B+C+#.V.D+E+F+G+H+I+' J+ ", " K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+Z+`+-+ ", " @.@+@@@#@$@%@&@*@=@-@;@>@,@'@t+)@ ", " !@~@{@]@^@/@(@_@:@<@[@,@I.b+-+ ", " }@|@1@2@3@4@5@6@7@8@I.b+9@0@ ", " a@b@c@d@e@f@g@h@i@b+' j@ ", " i@I+=+=+=+k@:+' )@ ", " l@9@b+b+9@l@ "}; debian/docs0000644000000000000000000000001412271207400010027 0ustar README TODO debian/qsynth.manpages0000644000000000000000000000002012271207400012214 0ustar debian/qsynth.1 debian/copyright0000644000000000000000000000260312271207400011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: QSynth Upstream-Contact: Rui Nuno Capela Source: http://sourceforge.net/projects/qsynth/files/ Files: * Copyright: 2003-2010, rncbc aka Rui Nuno Capela. 2007-2009 Christoph Feck 2008 Giuseppe Cigala 2006 Queen Mary, University of London 2005-2008 Pedro Lopez-Cabanillas 2003-2006 Chris Cannam License: GPL-2+ Files: debian/* Copyright: 2011-2013 Alessio Treglia 2008 Sergey Rudchenko License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/qsynth.10000644000000000000000000000371212271207400010574 0ustar .TH QSYNTH 1 "June 2008" Linux "User Manuals" .SH NAME Qsynth - A fluidsynth Qt GUI Interface .SH SYNOPSIS qsynth [options] [soundfonts] [midifiles] .SH DESCRIPTION Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt 4 toolkit. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth. .SH OPTIONS .IP "-n, --no-midi-in" Don't create a midi driver to read MIDI input events [default = yes] .IP "-m, --midi-driver=[label]" The name of the midi driver to use [oss,alsa,alsa_seq,...] .IP "-K, --midi-channels=[num]" The number of midi channels [default = 16] .IP "-a, --audio-driver=[label]" The audio driver [alsa,jack,oss,dsound,...] .IP "-j, --connect-jack-outputs" Attempt to connect the jack outputs to the physical ports .IP "-L, --audio-channels=[num]" The number of stereo audio channels [default = 1] .IP "-G, --audio-groups=[num]" The number of audio groups [default = 1] .IP "-z, --audio-bufsize=[size]" Size of each audio buffer .IP "-c, --audio-bufcount=[count]" Number of audio buffers .IP "-r, --sample-rate=[rate]" Set the sample rate .IP "-R, --reverb=[flag]" Turn the reverb on or off [1|0|yes|no|on|off, default = on] .IP "-C, --chorus=[flag]" Turn the chorus on or off [1|0|yes|no|on|off, default = on] .IP "-g, --gain=[gain]" Set the master gain [0 < gain < 10, default = 0.2] .IP "-o, --option [name=value]" Define a setting name=value .IP "-s, --server" Create and start server [default = no] .IP "-i, --no-shell" Don't read commands from the shell [ignored] .IP "-d, --dump" Dump midi router events .IP "-v, --verbose" Print out verbose messages about midi events .IP "-h, --help" Show help about command line options .IP "-V, --version" Show version information .SH AUTHOR Qsynth is written by Rui Nuno Capela Richard Bown  Chris Cannam  debian/control0000644000000000000000000000212012271207400010557 0ustar Source: qsynth Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Jaromír Mikeš Build-Depends: cmake, debhelper (>= 9), libfluidsynth-dev, libqt4-dev, libx11-dev Standards-Version: 3.9.5 Homepage: http://qsynth.sourceforge.net Vcs-Git: git://anonscm.debian.org/pkg-multimedia/qsynth.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/qsynth.git Package: qsynth Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: fluid-soundfont-gm Suggests: jackd Description: fluidsynth MIDI sound synthesiser front-end QSynth is a fluidsynth GUI front-end application written in C++ around the Qt 4 toolkit. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynths but for the moment it wraps FluidSynth (http://www.fluidsynth.org). . FluidSynth is a command line software synthesiser based on the Soundfont specification. debian/source/0000755000000000000000000000000012271207400010461 5ustar debian/source/format0000644000000000000000000000001412271207400011667 0ustar 3.0 (quilt)