debian/0000755000000000000000000000000012272226753007176 5ustar debian/gjacktransport.install0000644000000000000000000000004112272226227013611 0ustar *.desktop usr/share/applications debian/watch0000644000000000000000000000014412272226227010222 0ustar version=3 opts="uversionmangle=s/-/~/" \ http://sf.net/gjacktransport/gjacktransport-(.*)\.tar\.gz debian/copyright0000644000000000000000000000221712272226530011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: G. JACK Transport Upstream-Contact: Robin Gareus Source: https://sourceforge.net/projects/gjacktransport/files/ Files: * Copyright: 2006-2010 Robin Gareus License: GPL-2+ Files: debian/* Copyright: 2010-2014 Alessio Treglia License: GPL-2+ License: GPL-2+ This package 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 package 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. Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this package. If not, see . debian/changelog0000644000000000000000000000360512272226613011047 0ustar gjacktransport (0.6.1-1) unstable; urgency=low * New upstream release. * Update VCS urls. * Update debian/copyright. * Bump Standards. -- Alessio Treglia Wed, 29 Jan 2014 16:34:10 +0000 gjacktransport (0.5.3-1) unstable; urgency=low * New upstream release. * Remove all patches, applied upstream. * Bump debhelper requirement to 7.0.50. * Enable hardening flags. -- Alessio Treglia Sun, 03 Jun 2012 00:40:33 +0200 gjacktransport (0.5.2-4) unstable; urgency=low * Add patch to solve FTBFS on the Hurd. Thanks to Cyril Roelandt for the report and patch. (Closes: #671586) * Compile with --as-needed. * Update debian/copyright to the machine-readable format. * Bump Standards. -- Alessio Treglia Wed, 16 May 2012 00:05:44 +0200 gjacktransport (0.5.2-3) unstable; urgency=low * Replace negated list of architectures with linux-any (Closes: #634703) * Update debian/copyright. * Bump Standards. -- Alessio Treglia Wed, 20 Jul 2011 16:17:45 +0200 gjacktransport (0.5.2-2) unstable; urgency=low * Drop lash support. * Depends on jackd. -- Alessio Treglia Thu, 21 Apr 2011 09:29:52 +0200 gjacktransport (0.5.2-1) unstable; urgency=low [ Jonas Smedegaard ] * Tidy short and long description. [ Alessio Treglia ] * New upstream release (Closes: #608564). -- Alessio Treglia Sun, 02 Jan 2011 09:46:45 +0100 gjacktransport (0.5.0-1) unstable; urgency=low * New upstream release. * debhelper >= 7.0.8~ is enough (due to the use of --with=foo). * Desktop files are now provided by upstream. -- Alessio Treglia Sat, 13 Nov 2010 14:56:13 +0100 gjacktransport (0.4.4-1) unstable; urgency=low * Initial release (Closes: #603057). -- Alessio Treglia Wed, 10 Nov 2010 19:21:13 +0100 debian/control0000644000000000000000000000233512272226474010604 0ustar Source: gjacktransport Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, intltool, libasound2-dev [linux-any], libgtk2.0-dev, libjack-dev | libjack-jackd2-0-dev Standards-Version: 3.9.5 Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-multimedia/gjacktransport.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/gjacktransport.git Homepage: http://gjacktransport.sourceforge.net/ Package: gjacktransport Architecture: any Depends: jackd, ${misc:Depends}, ${shlibs:Depends} Suggests: xjadeo Description: access to the JACK's transport mechanism as touchable slider G. JACK Transport is a standalone application that provides access to the Jack Audio Connection Kit's, JACK transport mechanism via a dynamic graphical slider. . In other words: this software allows to seek Audio/Video media files when they are played along jack transport. Intended for audio-engineers or A/V editors that work with Ardour, Ecasound, Hydrogen, Xjadeo, etc. . Additionally it provides G. JACK Clock, a "Big Clock" display for jack-transport. debian/compat0000644000000000000000000000000212272226227010370 0ustar 7 debian/rules0000755000000000000000000000056012272226227010253 0ustar #!/usr/bin/make -f # -*- makefile -*- export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) LDFLAGS+=-Wl,--as-needed %: dh --with autoreconf $@ override_dh_autoreconf: dh_autoreconf --as-needed debian/source/0000755000000000000000000000000012272226227010472 5ustar debian/source/format0000644000000000000000000000001412272226227011700 0ustar 3.0 (quilt) debian/menu0000644000000000000000000000040112272226227010054 0ustar ?package(gjacktransport):needs="X11"\ section="Applications/Sound"\ title="G. JACK Transport"\ command="/usr/bin/gjacktransport" ?package(gjacktransport):needs="X11"\ section="Applications/Sound"\ title="G. JACK Clock"\ command="/usr/bin/gjackclock" debian/gbp.conf0000644000000000000000000000003612272226227010610 0ustar [DEFAULT] pristine-tar = True