--- kluppe-0.6.14.orig/debian/menu +++ kluppe-0.6.14/debian/menu @@ -0,0 +1,6 @@ +?package(kluppe): \ + needs="X11" \ + section="Applications/Sound" \ + title="Kluppe" \ + command="/usr/bin/kluppe" \ + icon="/usr/share/pixmaps/kluppe.xpm" --- kluppe-0.6.14.orig/debian/kluppe.desktop +++ kluppe-0.6.14/debian/kluppe.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Kluppe +Comment=audio loop-player and recorder +Exec=kluppe +Icon=kluppe.png +Terminal=false +Type=Application +Categories=AudioVideo;Audio;Recorder; --- kluppe-0.6.14.orig/debian/docs +++ kluppe-0.6.14/debian/docs @@ -0,0 +1,2 @@ +README.txt +TODO --- kluppe-0.6.14.orig/debian/rules +++ kluppe-0.6.14/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh --with quilt $@ + +override_dh_auto_build: + $(MAKE) CFLAGS="$(CFLAGS)" INSTALL_PREFIX=/usr + +override_dh_auto_clean: + dh clean --before dh_auto_clean + [ ! -f Makefile ] || $(MAKE) clean INSTALL_PREFIX=/usr + dh clean --after dh_auto_clean + +override_dh_auto_install: + dh install --before dh_auto_install + $(MAKE) install CFLAGS="$(CFLAGS)" DESTDIR=$(CURDIR)/debian/kluppe INSTALL_PREFIX=/usr + dh_install debian/kluppe.desktop usr/share/applications + dh install --after dh_auto_install + +override_dh_installchangelogs: + dh_installchangelogs CHANGES.log --- kluppe-0.6.14.orig/debian/compat +++ kluppe-0.6.14/debian/compat @@ -0,0 +1 @@ +7 --- kluppe-0.6.14.orig/debian/copyright +++ kluppe-0.6.14/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Paul Brossier on +Mon, 3 May 2004 16:41:24 +0100. + +It was downloaded from http://kluppe.klingt.org/ + +Upstream Author: + + dieb13 + +Copyright: + + The gtk meter, src/frontend/kluppe/gtkmeter.{c,h}, was created by + Steve Harris: + Copyright (C) 2003 Steve Harris + +License: + + The code is released under the terms of the GNU General Public License: + + 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, or (at your option) any later version. + + The GPL may be found in /usr/share/common-licenses/GPL on a Debian system. --- kluppe-0.6.14.orig/debian/README.source +++ kluppe-0.6.14/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +Read more about this on /usr/share/doc/quilt/README.source. --- kluppe-0.6.14.orig/debian/control +++ kluppe-0.6.14/debian/control @@ -0,0 +1,31 @@ +Source: kluppe +Section: sound +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Paul Brossier +Build-Depends: debhelper (>= 7.0.50~), + quilt, + libgtk2.0-dev, + libjack-dev, + libsndfile1-dev, + libxml2-dev, + libasound2-dev, + libusb-dev, + liblo-dev +Standards-Version: 3.8.3 +Homepage: http://kluppe.klingt.org/ + +Package: kluppe +Section: sound +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: jackd +Description: a loop-player and recorder designed for live use + kluppe is written in c and uses jack, gtk and sndfile. Features include: + . + - multiple files buffers, multiple 'loopers' tracks + - direct (gui) access to all loopers + - combined and per loop output ports for jack + - different playmodes including "granular" + . + kluppe is the austrian word for clip and sounds even crazier if you loop it. --- kluppe-0.6.14.orig/debian/watch +++ kluppe-0.6.14/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=2 +http://dieb13.klingt.org/downloads/ kluppe-(.*)\.tar\.gz debian uupdate --- kluppe-0.6.14.orig/debian/kluppe.manpages +++ kluppe-0.6.14/debian/kluppe.manpages @@ -0,0 +1 @@ +src/frontend/kluppe/kluppe.1 --- kluppe-0.6.14.orig/debian/dirs +++ kluppe-0.6.14/debian/dirs @@ -0,0 +1 @@ +usr/bin --- kluppe-0.6.14.orig/debian/changelog +++ kluppe-0.6.14/debian/changelog @@ -0,0 +1,147 @@ +kluppe (0.6.14-1ubuntu2) raring; urgency=low + + * Added missing math lib to link, fixing FTBFS. + * Fixed format arg warning. + + -- Daniel T Chen Wed, 03 Apr 2013 15:21:06 -0400 + +kluppe (0.6.14-1ubuntu1) precise; urgency=low + + * Drop build-dependency on virtual libasound-dev and just retain that on + libasound2-dev, otherwise sbuild sometimes picks liboss4-salsa-dev and + gets very confused. + + -- Colin Watson Wed, 25 Jan 2012 09:49:05 +0000 + +kluppe (0.6.14-1build2) maverick; urgency=low + + * No-change rebuild for JACK2 transition. + + -- Alessio Treglia Wed, 21 Jul 2010 16:54:21 +0200 + +kluppe (0.6.14-1build1) lucid; urgency=low + + * No-change rebuild to fix LP: #517416. + + -- Alessio Treglia Fri, 05 Feb 2010 20:52:56 +0100 + +kluppe (0.6.14-1) unstable; urgency=low + + * New upstream release + * debian/compat: bump to 7 + * debian/control: bump Standards-Version to 3.8.3 + * debian/copyright: add copyright for gtkmeter + * debian/rules: use zen guru mode + * debian/control: adjust debhelper version to 7.0.0, switch to quilt + * debian/patches/10_install_man.diff: merge with upstream + * debian/README.source: add pointer to quilt documentation + + -- Paul Brossier Mon, 28 Sep 2009 15:02:10 +0200 + +kluppe (0.6.12-1) unstable; urgency=low + + * New upstream release + * debian/control, debian/rules: use dpatch, imported old patches from + 0.6.10 + * debian/control: bump Standards-Version to 3.7.3 + * debian/menu: update section to Applications + * debian/control: move homepage to source package field + * debian/rules: do not ignore make clean error + + -- Paul Brossier Tue, 29 Jan 2008 17:54:11 +0100 + +kluppe (0.6.10-1) unstable; urgency=low + + * New upstream release + * Added liasound-dev to Build-Deps + + -- Paul Brossier Mon, 16 Apr 2007 23:38:48 +0200 + +kluppe (0.6.8-1) unstable; urgency=low + + * New upstream release + * Bump standards-version + + -- Paul Brossier Wed, 27 Sep 2006 11:10:18 +0200 + +kluppe (0.6.5-1) unstable; urgency=low + + * New upstream release + * Manpage and icons integrated upstream + * Apply .desktop update from Emmet Hikory (0.5.1-1ubuntu1) + + -- Paul Brossier Mon, 26 Jun 2006 11:21:29 +0200 + +kluppe (0.6.3-1) unstable; urgency=low + + * New upstream release + * Smaller progress bar width fix window positioning + + -- Paul Brossier Sun, 23 Apr 2006 12:53:56 +0200 + +kluppe (0.6.2-1) unstable; urgency=low + + * New upstream release + + -- Paul Brossier Wed, 19 Apr 2006 12:48:00 +0200 + +kluppe (0.5.4-1) unstable; urgency=low + + * New upstream release + * Added Build-depends on libusb-dev and liblo-dev + + -- Paul Brossier Mon, 17 Apr 2006 13:33:43 +0200 + +kluppe (0.5.1-2) unstable; urgency=low + + * Update src/frontend/kluppe/Makefile for new gthread (closes: #359843) + + -- Paul Brossier Fri, 7 Apr 2006 15:54:33 +0100 + +kluppe (0.5.1-1) unstable; urgency=low + + * New upstream release + * Added libasound2-dev to build-deps + * src/common/midi.c: change exit to warnings + (graceful exit when snd-seq is not loaded) + + -- Paul Brossier Mon, 1 Aug 2005 23:51:26 +0100 + +kluppe (0.5-2) unstable; urgency=low + + * Changed optimisation level to 2 + * Fix infinite loop when no jackd is running + * Fix icon and menu entry installation, add .desktop + * Remove README.Debian, update copyright + * Complete manpage, update long description + * Recommends jackd + + -- Paul Brossier Mon, 18 Jul 2005 02:28:26 +0100 + +kluppe (0.5-1) unstable; urgency=low + + * New upstream release + * Upload to unstable (closes: #247160) + + -- Paul Brossier Fri, 8 Jul 2005 05:57:45 +0100 + +kluppe (0.4.7-1) unstable; urgency=low + + * New upstream release + * Added libxml2-dev Build-Depends + * Added watch file, bumped Standard Version, corrected spelling + + -- Paul Brossier Tue, 26 Apr 2005 19:44:15 +0100 + +kluppe (0.4.5-1) unstable; urgency=low + + * New upstream release + + -- Paul Brossier Sun, 3 Apr 2005 18:34:24 +0100 + +kluppe (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Paul Brossier Mon, 3 May 2004 16:41:24 +0100 + --- kluppe-0.6.14.orig/debian/patches/20_cant_process.diff +++ kluppe-0.6.14/debian/patches/20_cant_process.diff @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 20_cant_process.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad kluppe-0.6.12~/src/common/jackmixer.c kluppe-0.6.12/src/common/jackmixer.c +--- kluppe-0.6.12~/src/common/jackmixer.c 2007-04-30 11:41:19.000000000 +0200 ++++ kluppe-0.6.12/src/common/jackmixer.c 2008-01-29 17:48:27.000000000 +0100 +@@ -402,6 +402,7 @@ + fprintf (stderr, "jack server not running?\n"); + info->jack_info->name = malloc(sizeof(char) * 10); + strncpy (info->jack_info->name,"nojack!",7); ++ info->can_process = -1; + return info->jack_info; + } + --- kluppe-0.6.14.orig/debian/patches/10_install_man.diff +++ kluppe-0.6.14/debian/patches/10_install_man.diff @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_install_man.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad kluppe-0.6.12~/src/frontend/kluppe/Makefile kluppe-0.6.12/src/frontend/kluppe/Makefile +--- kluppe-0.6.12~/src/frontend/kluppe/Makefile 2007-03-13 12:07:08.000000000 +0100 ++++ kluppe-0.6.12/src/frontend/kluppe/Makefile 2008-01-29 17:47:45.000000000 +0100 +@@ -1,6 +1,6 @@ + BIN_DIR = $(INSTALL_PREFIX)/bin + PIXMAPS_DIR = $(INSTALL_PREFIX)/share/pixmaps +-MAN_DIR = $(INSTALL_PREFIX)/man/man1 ++MAN_DIR = $(INSTALL_PREFIX)/share/man/man1 + SOURCES = sfpreview.c configfile.c griddialog.c threshdialog.c graindialog.c customcurve.c looper.c gtkmeter.c gtkloopview.c kluppe.c alphatrack_callback.c + TARGETS = $(SOURCES:.c=.o) + --- kluppe-0.6.14.orig/debian/patches/fix_format_arg.diff +++ kluppe-0.6.14/debian/patches/fix_format_arg.diff @@ -0,0 +1,12 @@ +Index: kluppe-0.6.14/src/frontend/kluppe/kluppe.c +=================================================================== +--- kluppe-0.6.14.orig/src/frontend/kluppe/kluppe.c 2008-07-08 12:09:30.000000000 -0400 ++++ kluppe-0.6.14/src/frontend/kluppe/kluppe.c 2013-04-03 15:24:24.767254988 -0400 +@@ -277,6 +277,7 @@ + GTK_DIALOG_DESTROY_WITH_PARENT, + GTK_MESSAGE_ERROR, + GTK_BUTTONS_OK, ++ "%s", + message); + gtk_widget_show(GTK_WIDGET(edialog)); + --- kluppe-0.6.14.orig/debian/patches/fix_underlinkage.diff +++ kluppe-0.6.14/debian/patches/fix_underlinkage.diff @@ -0,0 +1,13 @@ +Index: kluppe-0.6.14/src/frontend/kluppe/Makefile +=================================================================== +--- kluppe-0.6.14.orig/src/frontend/kluppe/Makefile 2013-04-03 15:19:24.725533899 -0400 ++++ kluppe-0.6.14/src/frontend/kluppe/Makefile 2013-04-03 15:20:34.879986661 -0400 +@@ -5,7 +5,7 @@ + TARGETS = $(SOURCES:.c=.o) + + kluppe: $(TARGETS) +- $(CC) $(CFLAGS) -DPIXMAPS_DIR=\"$(PIXMAPS_DIR)\" *.o ../../common/*.o -o kluppe `pkg-config gtk+-2.0 gthread-2.0 libusb alsa jack sndfile liblo libxml-2.0 --libs gthread-2.0` ++ $(CC) $(CFLAGS) -DPIXMAPS_DIR=\"$(PIXMAPS_DIR)\" *.o ../../common/*.o -o kluppe `pkg-config gtk+-2.0 gthread-2.0 libusb alsa jack sndfile liblo libxml-2.0 --libs gthread-2.0` -lm + + .c.o: + $(CC) $(CFLAGS) -DPIXMAPS_DIR=\"$(PIXMAPS_DIR)\" -c -o $@ $*.c `pkg-config gtk+-2.0 --cflags` `xml2-config --cflags` --- kluppe-0.6.14.orig/debian/patches/series +++ kluppe-0.6.14/debian/patches/series @@ -0,0 +1,4 @@ +10_install_man.diff +20_cant_process.diff +fix_underlinkage.diff +fix_format_arg.diff