--- qjackctl-0.3.6.orig/debian/manpages +++ qjackctl-0.3.6/debian/manpages @@ -0,0 +1 @@ +debian/qjackctl.1 --- qjackctl-0.3.6.orig/debian/qjackctl.xpm +++ qjackctl-0.3.6/debian/qjackctl.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char * qjackctl_xpm[] = { +"32 32 15 1", +" c None", +". c #000000", +"+ c #4C4C4C", +"@ c #666666", +"# c #191919", +"$ c #B2B2B2", +"% c #333333", +"& c #999999", +"* c #CCCCCC", +"= c #827F00", +"- c #E5E5E5", +"; c #7F0000", +"> c #7F7F7F", +", c #FFFF00", +"' c #FFFFFF", +" ", +" @.. ", +" ..-. ", +" @..-. ", +" @..-.+.. ", +" @..@.%%## ", +" @.%&$&+#. ", +" +.%=$$$&@## ", +" +.@*$&$*&@#. ", +" +#@&,$&$*$@.# ", +" @#%;&,*&&++=%. ", +" @#+%$,$@@*$&%# ", +" +#++$=&$=$*&%# ", +" +;%;+*,$&$&%%. ", +" +#%+$*,$@%%@%+ ", +" +#;+&*=+;&*&. ", +" +##%@+#$=+=# ", +" +#%;%$=#>.+ ", +" +##%=+&-'. ", +" +.;+=.>-'. ", +" @...@.>-'. ", +" +#@-'. ", +" @.>-'. ", +" @.@@*. ", +" @.>-$. ", +" @.>@.> ", +" @.#-. ", +" +.. ", +" ", +" ", +" ", +" "}; --- qjackctl-0.3.6.orig/debian/gbp.conf +++ qjackctl-0.3.6/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +upstream-branch = upstream +debian-branch = master +upstream-tag = upstream/%(version)s +debian-tag = debian/%(version)s +pristine-tar = True --- qjackctl-0.3.6.orig/debian/clean +++ qjackctl-0.3.6/debian/clean @@ -0,0 +1,5 @@ +Makefile +config.h +qjackctl.desktop +qjackctl.pro +qjackctl.spec --- qjackctl-0.3.6.orig/debian/control +++ qjackctl-0.3.6/debian/control @@ -0,0 +1,24 @@ +Source: qjackctl +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: Adrian Knoth , Free Ekanayaka +Build-Depends: debhelper (>= 7.0.0), + cdbs, + libqt4-dev, + libjack-dev, + libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], + libx11-dev +Standards-Version: 3.8.3 +DM-Upload-Allowed: yes +Homepage: http://qjackctl.sourceforge.net +Vcs-Git: git://git.debian.org/git/pkg-multimedia/qjackctl.git +Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/qjackctl.git;a=summary + +Package: qjackctl +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: User interface for controlling the JACK sound server + Qjackctl offers a user interface for controlling the JACK sound server + daemon. At the same time it figures as a JACK patch bay and monitoring + tool. --- qjackctl-0.3.6.orig/debian/qjackctl.1 +++ qjackctl-0.3.6/debian/qjackctl.1 @@ -0,0 +1,65 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH QJACKCTL 1 "January 11, 2010" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +qjackctl \- User interface for controlling JACK (Jack Audio Connection Kit) +.SH SYNOPSIS +.B qjackctl +.RI [options] +.SH DESCRIPTION +This manual page documents briefly the +.B qjackctl +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. + +.PP +\fBqjackctl \fP is used for controlling the Jack Audio Connection +Kit (JACK) and as a patchbay for ALSA MIDI devices. Qjackctl also has +support for the JACK transport control protocol, so you can use it to +start and stop the JACK transport. Once you start qjackctl, you get +presented with a single GUI window, the buttons are self-explanatory +and have tooltips. + +.SH OPTIONS +This program follows the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +For a complete description, see the Info files. +.TP +.B \-s, \-\-start +Start JACK audio server immediately +.TP +.B \-p, \-\-preset=[label] +Set default settings preset name +.TP +.B \-h, \-\-help +Show help about command line options +.TP +.B \-v, \-\-version +Show version information. +.SH SEE ALSO +.BR jackd(1). +.br + +.SH FILES +Settings for the jack system are stored in ~/.config/rncbc.org/QjackCtl.conf +and ~/.jackdrc. + +.SH AUTHOR +This manual page was written by Guenter Geiger , +for the Debian project (but may be used by others). --- qjackctl-0.3.6.orig/debian/qjackctl.desktop +++ qjackctl-0.3.6/debian/qjackctl.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=JACK Control +Comment=QT Jack Control Interface +Exec=/usr/bin/qjackctl +Terminal=false +Type=Application +Icon=qjackctl.xpm +Categories=Application;AudioVideo;Audio; --- qjackctl-0.3.6.orig/debian/rules +++ qjackctl-0.3.6/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +CFLAGS = -Wall -g +export QTDIR=/usr/share/qt4 + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr + +DEB_MAKE_INSTALL_TARGET := install prefix=$(DEB_DESTDIR)/usr +DEB_MAKE_CLEAN_TARGET := clean + +cleanbuilddir:: + rm -rf .moc/ .obj/ .ui/ + -cp -a debian/translations . ; rm -rf debian/translations + +install/qjackctl:: + rm -rf debian/qjackctl/usr/share/gnome debian/qjackctl/usr/sbin/ + +makebuilddir/qjackctl:: + cp -a translations debian/ + + --- qjackctl-0.3.6.orig/debian/changelog +++ qjackctl-0.3.6/debian/changelog @@ -0,0 +1,211 @@ +qjackctl (0.3.6-1ubuntu1~ppa1) lucid; urgency=low + + * backport to lucid to address the following bugs: + - fixes port renames ignored bug (LP: #490436) + - hopefully fixes no close button on children windows (LP: #447793) + - (this might not work until build depends: libqt4-dev (>= 4.5.0) + * this does *NOT* change the build depends yet for libqt4-dev + + -- Scott Lavender Sun, 30 May 2010 09:43:15 -0500 + +qjackctl (0.3.6-1) unstable; urgency=low + + * New upstream release (Closes: #548870) + * Fix config filename mentioned in the manpage (Closes: #531106) + + -- Adrian Knoth Mon, 11 Jan 2010 17:10:32 +0100 + +qjackctl (0.3.5-1) unstable; urgency=low + + * New upstream version + * New maintainer (Debian Multimedia Maintainers). (Closes: #547029) + * Drop versioned build-dependency on libjack-dev (Closes: #527442) + + -- Adrian Knoth Sun, 27 Sep 2009 18:32:26 +0200 + +qjackctl (0.3.4-1) unstable; urgency=low + + * Add CVS snapshot patch: + - Conditional build for JACK port aliases support (JACK >= 0.109.2). + - Alternate icon sizes other than default 16x16, are now effective to + the Connections widget (Setup/Dislay/Connections Window/Icon size). + * New upstream release (closes: #486201) + * Set RT mode as default, like upstream does + * Add myself to Uploaders + * Depend on libx11-dev + + -- Free Ekanayaka Thu, 05 Feb 2009 15:15:47 +0000 + +qjackctl (0.3.2-1) unstable; urgency=low + + * 0.3.2-1 New upstream version (closes: #454924) + * Migrating to QT4 + * re-added general window flags in main.cpp, just removing + Qt::WStyle_Tool + + -- Guenter Geiger (Debian/GNU) Wed, 06 Feb 2008 16:37:36 +0100 + +qjackctl (0.2.22-2) unstable; urgency=low + + * removed wflags file in src/main.c (closes: #427707, #427706) + + -- Guenter Geiger (Debian/GNU) Mon, 11 Jun 2007 19:07:41 +0200 + +qjackctl (0.2.22-1) unstable; urgency=low + + * New upstream version (closes: #418830) + + -- Guenter Geiger (Debian/GNU) Fri, 27 Apr 2007 19:45:00 +0200 + +qjackctl (0.2.21-1) unstable; urgency=low + + * New upstream version + * Setting servername with path (for JACK_START_SERVER) + * added manpage (closes: #378392) + + -- Guenter Geiger (Debian/GNU) Sun, 22 Oct 2006 11:26:33 +0200 + +qjackctl (0.2.20-2) unstable; urgency=low + + * added simple manpage (closes: #378392) + + -- Guenter Geiger (Debian/GNU) Tue, 8 Aug 2006 16:54:39 +0200 + +qjackctl (0.2.20-1) unstable; urgency=low + + * New upstream version + * expandend non-ALSA architectures by kfreebsd-amd64 and hurd-i386 + (closes: #361475) + * removed dependency on realtime-lsm-module (closes: #376880) + + -- Guenter Geiger (Debian/GNU) Tue, 11 Jul 2006 11:57:56 +0200 + +qjackctl (0.2.19a-1) unstable; urgency=low + + * New upstream version + * conditional build dependency on asound (closes: #336857) + + -- Guenter Geiger (Debian/GNU) Thu, 15 Dec 2005 13:20:26 +0100 + +qjackctl (0.2.18-4) unstable; urgency=low + + * Added optional libjack-dev build dep for backporting + * Applied kfreebsd patch, removing ALSA support for freebsd (closes: + 336857) + * renamed desktop name entry from QJackCtl to JACK Control + + -- Guenter Geiger (Debian/GNU) Wed, 9 Nov 2005 09:41:10 +0100 + +qjackctl (0.2.18-3) unstable; urgency=low + + * Added libasound2-dev build depends + * Added Categories to desktop file (closes: #328237) + + -- Guenter Geiger (Debian/GNU) Wed, 28 Sep 2005 18:58:36 +0200 + +qjackctl (0.2.18-2) unstable; urgency=low + + * Build depends on libqt3-mt-dev (closes: #321220) + * Default settings without realtime and at 44.1kHz samplerate + (00_settings.patch) + + -- Guenter Geiger (Debian/GNU) Wed, 17 Aug 2005 16:10:07 +0200 + +qjackctl (0.2.18-1) unstable; urgency=low + + * New upstream version + * Recompile against new jack (closes: #317215) + + -- Guenter Geiger (Debian/GNU) Sat, 23 Jul 2005 16:12:55 +0200 + +qjackctl (0.2.15a-1) unstable; urgency=low + + * New upstream version (closes: #289938) + + -- Guenter Geiger (Debian/GNU) Wed, 16 Mar 2005 17:39:51 +0100 + +qjackctl (0.2.12-1) unstable; urgency=low + + * New upstream version + + -- Guenter Geiger (Debian/GNU) Fri, 8 Oct 2004 18:48:00 +0200 + +qjackctl (0.2.9-3) unstable; urgency=low + + * put desktop file in usr/share/applications folder + * Added rm /dev/shm/jack as default shutdown script (closes: #267490) + * Added a description of how to solve the dangling dev/shm files + problem to README.Debian + * Changed default startup program from jackstart to jackd + * Recommends realtime-lsm module + + -- Guenter Geiger (Debian/GNU) Mon, 23 Aug 2004 13:40:49 +0200 + +qjackctl (0.2.9-2) unstable; urgency=low + + * patched DESTDIR into makefile instead of using --prefix (closes: + 254699) + + -- Guenter Geiger (Debian/GNU) Fri, 13 Aug 2004 11:41:20 +0200 + +qjackctl (0.2.9-1) unstable; urgency=low + + * New upstream version + + -- Guenter Geiger (Debian/GNU) Mon, 12 Jul 2004 16:50:51 +0200 + +qjackctl (0.2.8-1) unstable; urgency=low + + * New upstream release + + -- Guenter Geiger (Debian/GNU) Thu, 13 May 2004 17:45:12 +0200 + +qjackctl (0.2.7b-1) unstable; urgency=low + + * New upstream version + + -- Guenter Geiger (Debian/GNU) Tue, 20 Apr 2004 19:17:46 +0200 + +qjackctl (0.2.6-1) unstable; urgency=low + + * New upstream version + * Added kde/gnome desktop entry + + -- Guenter Geiger (Debian/GNU) Thu, 1 Apr 2004 19:39:46 +0200 + +qjackctl (0.2.5-1) unstable; urgency=low + + * New upstream version + + -- Guenter Geiger (Debian/GNU) Tue, 24 Feb 2004 11:21:59 +0100 + +qjackctl (0.1.3-2) unstable; urgency=low + + * recompiled with new JACK + + -- Guenter Geiger (Debian/GNU) Fri, 16 Jan 2004 20:12:07 +0100 + +qjackctl (0.1.3-1) experimental; urgency=low + + * New upstream version + + -- Guenter Geiger (Debian/GNU) Wed, 3 Dec 2003 10:06:43 +0100 + +qjackctl (0.1.2-1) unstable; urgency=low + + * New upstream version + + -- Guenter Geiger (Debian/GNU) Tue, 25 Nov 2003 10:13:53 +0100 + +qjackctl (0.0.9a-1) unstable; urgency=low + + * New upstream + + -- Guenter Geiger (Debian/GNU) Fri, 10 Oct 2003 12:02:26 +0200 + +qjackctl (0.0.3-1) unstable; urgency=low + + * Initial Release. + + -- Guenter Geiger (Debian/GNU) Tue, 12 Aug 2003 11:44:54 +0200 + --- qjackctl-0.3.6.orig/debian/menu +++ qjackctl-0.3.6/debian/menu @@ -0,0 +1,4 @@ +?package(qjackctl):needs="X11" section="Applications/Sound"\ + title="JACK Control" command="/usr/bin/qjackctl" sort="$" \ + icon="/usr/share/pixmaps/qjackctl.xpm"\ + hints="JACK" --- qjackctl-0.3.6.orig/debian/copyright +++ qjackctl-0.3.6/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Guenter Geiger (Debian/GNU) on +Tue, 12 Aug 2003 11:44:54 +0200. + +It was downloaded from qjackctl.sf.net + +Upstream Author: Rui Nuno Capela + +Copyright (C) 2003-2009, rncbc aka Rui Nuno Capela + +qjackctl is distributed under the GNU General Public License, see +/usr/share/common-licenses/GPL-2 + + --- qjackctl-0.3.6.orig/debian/qjackctl.install +++ qjackctl-0.3.6/debian/qjackctl.install @@ -0,0 +1,2 @@ +debian/qjackctl.xpm usr/share/pixmaps +debian/qjackctl.desktop usr/share/applications --- qjackctl-0.3.6.orig/debian/README.Debian +++ qjackctl-0.3.6/debian/README.Debian @@ -0,0 +1,24 @@ +qjackctl for Debian +------------------- + +qjackctl is called "JACK control (qjackctl)" in the menu entry, in order to +make it easier to guess what it does. + +As Debian does not come with capabilities functionality in the kernel, +the default way to start jack is with jackd. You might want to change +this in the Setup tab of qjackctl. + +Another problem that might arise when using jack is, that when it was +started by one user, it can't be used by another user because +jack doesn't delete the files in /dev/shm. + +In order to prevent this, you can add a shutdown script to qjackctl +in Setup->Options, which says "rm /dev/shm/jack*". + +- + +The Debian qjackctl package comes with these default settings, so +deleting the file ".qt/qjackctlrc" should have the same effect and +is faster. + + -- Guenter Geiger (Debian/GNU) , Tue, 12 Aug 2003 11:44:54 +0200 --- qjackctl-0.3.6.orig/debian/compat +++ qjackctl-0.3.6/debian/compat @@ -0,0 +1 @@ +7 --- qjackctl-0.3.6.orig/debian/watch +++ qjackctl-0.3.6/debian/watch @@ -0,0 +1,6 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=3 +http://sf.net/qjackctl/qjackctl-(.+)\.tar\.gz --- qjackctl-0.3.6.orig/debian/dirs +++ qjackctl-0.3.6/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/sbin +usr/share/gnome/apps/Multimedia --- qjackctl-0.3.6.orig/debian/patches/00_settings.patch +++ qjackctl-0.3.6/debian/patches/00_settings.patch @@ -0,0 +1,22 @@ +diff --git a/src/qjackctlSetup.cpp b/src/qjackctlSetup.cpp +index 57b9cbc..99df4a1 100644 +--- a/src/qjackctlSetup.cpp ++++ b/src/qjackctlSetup.cpp +@@ -291,7 +291,7 @@ bool qjackctlSetup::loadPreset ( qjackctlPreset& preset, const QString& sPreset + } + + m_settings.beginGroup("/Settings" + sSuffix); +- preset.sServer = m_settings.value("/Server", "jackd").toString(); ++ preset.sServer = m_settings.value("/Server", "/usr/bin/jackd").toString(); + preset.bRealtime = m_settings.value("/Realtime", true).toBool(); + preset.bSoftMode = m_settings.value("/SoftMode", false).toBool(); + preset.bMonitor = m_settings.value("/Monitor", false).toBool(); +@@ -303,7 +303,7 @@ bool qjackctlSetup::loadPreset ( qjackctlPreset& preset, const QString& sPreset + preset.bIgnoreHW = m_settings.value("/IgnoreHW", false).toBool(); + preset.iPriority = m_settings.value("/Priority", 0).toInt(); + preset.iFrames = m_settings.value("/Frames", 1024).toInt(); +- preset.iSampleRate = m_settings.value("/SampleRate", 48000).toInt(); ++ preset.iSampleRate = m_settings.value("/SampleRate", 44100).toInt(); + preset.iPeriods = m_settings.value("/Periods", 2).toInt(); + preset.iWordLength = m_settings.value("/WordLength", 16).toInt(); + preset.iWait = m_settings.value("/Wait", 21333).toInt();