--- kluppe-0.6.8.orig/src/frontend/kluppe/kluppe.c +++ kluppe-0.6.8/src/frontend/kluppe/kluppe.c @@ -983,7 +983,6 @@ gtk_widget_show (help_menu); gtk_menu_item_set_submenu (GTK_MENU_ITEM (help_menu), menu); - /* finalize: */ gtk_menu_shell_append (GTK_MENU_SHELL (menu_bar), help_menu); --- kluppe-0.6.8.orig/src/frontend/kluppe/Makefile +++ kluppe-0.6.8/src/frontend/kluppe/Makefile @@ -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 graindialog.c customcurve.c looper.c gtkmeter.c gtkloopview.c kluppe.c TARGETS = $(SOURCES:.c=.o) --- kluppe-0.6.8.orig/src/common/jackmixer.c +++ kluppe-0.6.8/src/common/jackmixer.c @@ -377,6 +377,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.8.orig/debian/changelog +++ kluppe-0.6.8/debian/changelog @@ -0,0 +1,88 @@ +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.8.orig/debian/menu +++ kluppe-0.6.8/debian/menu @@ -0,0 +1,6 @@ +?package(kluppe): \ + needs="X11" \ + section="Apps/Sound" \ + title="Kluppe" \ + command="/usr/bin/kluppe" \ + icon="/usr/share/pixmaps/kluppe.xpm" --- kluppe-0.6.8.orig/debian/compat +++ kluppe-0.6.8/debian/compat @@ -0,0 +1 @@ +4 --- kluppe-0.6.8.orig/debian/dirs +++ kluppe-0.6.8/debian/dirs @@ -0,0 +1 @@ +usr/bin --- kluppe-0.6.8.orig/debian/copyright +++ kluppe-0.6.8/debian/copyright @@ -0,0 +1,22 @@ +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 was created by 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.8.orig/debian/docs +++ kluppe-0.6.8/debian/docs @@ -0,0 +1,2 @@ +README.txt +TODO --- kluppe-0.6.8.orig/debian/watch +++ kluppe-0.6.8/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.8.orig/debian/kluppe.manpages +++ kluppe-0.6.8/debian/kluppe.manpages @@ -0,0 +1 @@ +src/frontend/kluppe/kluppe.1 --- kluppe-0.6.8.orig/debian/rules +++ kluppe-0.6.8/debian/rules @@ -0,0 +1,99 @@ +#!/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 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) CFLAGS="$(CFLAGS)" INSTALL_PREFIX=/usr + #/usr/bin/docbook-to-man debian/kluppe.sgml > kluppe.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean INSTALL_PREFIX=/usr + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/kluppe. + $(MAKE) install CFLAGS="$(CFLAGS)" DESTDIR=$(CURDIR)/debian/kluppe INSTALL_PREFIX=/usr + + dh_install debian/kluppe.desktop usr/share/applications + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs CHANGES.log + dh_installdocs + dh_installexamples +# dh_install + dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- kluppe-0.6.8.orig/debian/kluppe.desktop +++ kluppe-0.6.8/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.8.orig/debian/control +++ kluppe-0.6.8/debian/control @@ -0,0 +1,23 @@ +Source: kluppe +Section: sound +Priority: optional +Maintainer: Paul Brossier +Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev, libjack-dev, libsndfile1-dev, libxml2-dev, libasound2-dev, libusb-dev, liblo-dev +Standards-Version: 3.7.2 + +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. + . + Homepage: http://kluppe.klingt.org/