--- rakarrack-0.4.2.orig/debian/watch +++ rakarrack-0.4.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/r/ra/rakarrack/rakarrack-([\d.]+)\.tar\.gz --- rakarrack-0.4.2.orig/debian/doc-base +++ rakarrack-0.4.2/debian/doc-base @@ -0,0 +1,9 @@ +Document: rakarrack +Title: Rakarrack Documentation +Author: Josep Andreu, Hernan Ordiales, Jose Luis Di Biase +Abstract: Documentation for the Rakarrack multi-effect processor +Section: Sound + +Format: HTML +Index: /usr/share/doc/rakarrack/html/help.html +Files: /usr/share/doc/rakarrack/html/* --- rakarrack-0.4.2.orig/debian/changelog +++ rakarrack-0.4.2/debian/changelog @@ -0,0 +1,22 @@ +rakarrack (0.4.2-1) unstable; urgency=low + + * New upstream version. + + -- Tiago Bortoletto Vaz Sun, 31 Jan 2010 21:49:36 +0000 + +rakarrack (0.3.0-2) unstable; urgency=low + + * debian/control: + + Update policy version + + Add my new email to Mainteiner field + * Links to X11 lib to avoid iusses with binutils-gold. Thanks to Peter + Fritzsche. (Closes: #556312) + * Register HTML documentation in doc-base + + -- Tiago Bortoletto Vaz Sat, 21 Nov 2009 10:17:38 -0200 + +rakarrack (0.3.0-1) unstable; urgency=low + + * Initial Release. (Closes: #490705) + + -- Tiago Bortoletto Vaz Thu, 06 Aug 2009 09:59:28 -0300 --- rakarrack-0.4.2.orig/debian/README.source +++ rakarrack-0.4.2/debian/README.source @@ -0,0 +1,5 @@ +This source package uses dpatch for the modifications of the upstream source. +If you want to change something it is best to use the dpatch approach as +documented in /usr/share/doc/dpatch/README.source.gz + + -- Tiago Bortoletto Vaz Sat, 26 Sep 2009 23:15:23 -0300 --- rakarrack-0.4.2.orig/debian/control +++ rakarrack-0.4.2/debian/control @@ -0,0 +1,51 @@ +Source: rakarrack +Section: sound +Priority: extra +Maintainer: Tiago Bortoletto Vaz +Build-Depends: debhelper (>= 7), + cdbs, + libfltk1.1-dev, + alsa-utils, + libasound2-dev, + libxpm-dev, + libjack-dev, + dpatch +Standards-Version: 3.8.3 +Homepage: http://rakarrack.sourceforge.net +Vcs-Git: git://git.debian.org/collab-maint/rakarrack.git +Vcs-Browser: http://git.debian.org/git/collab-maint/rakarrack.git + +Package: rakarrack +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libfltk1.1, + libxpm4, + libasound2, + jackd +Description: Simple and easy guitar effects processor for GNU/Linux + Rakarrack is a guitar effects processor for GNU / Linux simple and easy to use + but it contains features that make it unique in this field of applications. + . + Currently it contains 17 effects: + * Linear Equalizer + * Parametric Equalizer + * Compressor + * Distorsion + * Overdrive + * Echo + * Chorus + * Phaser + * Flanger + * Reverb + * WahWah + * Alienwah + * Harmonizer + * NoiseGate + * Musical Delay + * Cabinet + * AutoPan/Extra Stereo + . + Rakarrack integrates a tuner and a MIDI converter. It can also be handled by + an external MIDI controller. The settings designed by the user can be stored in + presets and these presets can be used to create banks of effects. --- rakarrack-0.4.2.orig/debian/compat +++ rakarrack-0.4.2/debian/compat @@ -0,0 +1 @@ +5 --- rakarrack-0.4.2.orig/debian/rules +++ rakarrack-0.4.2/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/dpatch.mk +include /usr/share/cdbs/1/class/autotools.mk + +install/rakarrack:: + find debian/rakarrack/ -name "COPYING" -depth -exec rm -rf {} \; + +clean/rakarrack:: + rm -f config.log --- rakarrack-0.4.2.orig/debian/copyright +++ rakarrack-0.4.2/debian/copyright @@ -0,0 +1,59 @@ +This is rakarrack, maintained by Tiago Bortoletto Vaz on +Qua Mar 11 20:55:42 EDT 2009 + +The original source can always be found at: + http://sourceforge.net/projects/rakarrack/files/ + +Copyright (C) 2009: Josep Andreu , + José Luis Di Biase + Hernán Ordiales + +Contributors: Daniel Vidal + Carlos Pino + Eugenio Rubio + Alberto Mendez + +Rakarrack 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 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +Other's GPL sources used in Rakarrack: +====================================== + +* src/Alienwah.* src/AnalogFilter.* src/Chorus.* src/Distorsion.* + src/DynamicFilter.* src/Echo.* src/EffectLFO.* src/EQ.* src/Filter.* + src/FilterParams.* src/FormantFilter.* src/Phaser.* src/Reverb.* + src/SVFilter.* + Copyright holder: Nasca Octavian Paul + +* src/MIDIConverter.* src/Recognizer.* src/Tuner.* + Copyright holder: Mario Lang + +Sources licensed under other licenses: +====================================== + +* src/smbPitchShift.* + Copyright Holder: Stephan M. Bernsee + License: The Wide Open License (WOL) + Permission to use, copy, modify, distribute and sell this software + and its documentation for any purpose is hereby granted without fee, + provided that the above copyright notice and this license appear in + all source copies. THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS + OR IMPLIED WARRANTY OF ANY KIND. See http://www.dspguru.com/wol.htm + for more information. --- rakarrack-0.4.2.orig/debian/patches/01_fix_manpage.dpatch +++ rakarrack-0.4.2/debian/patches/01_fix_manpage.dpatch @@ -0,0 +1,79 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_fix_manpage.dpatch by +## +## DP: Fixes manpage + +@DPATCH@ +diff -urNad rakarrack~/man/rakarrack.1 rakarrack/man/rakarrack.1 +--- rakarrack~/man/rakarrack.1 2009-11-21 09:54:12.000000000 -0200 ++++ rakarrack/man/rakarrack.1 2009-11-21 09:55:44.000000000 -0200 +@@ -1,22 +1,7 @@ +-.\" 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 RACKARRACK SECTION "abril 24, 2008" +-.\" 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) ++.TH RACKARRACK "1" "March 12, 2009" ++ + .SH NAME +-rackarrack \- for guitar players and musicians ... ++rackarrack \- guitar effects processor for GNU/Linux + .SH SYNOPSIS + .B rakarrack + .RI [ options ] " files" ... +@@ -24,32 +9,29 @@ + .SH DESCRIPTION + .B Rakarrack is a jack multi effect emulator. + .TP +-his manual page was written for the Debian distribution and only lists the +-options that are available for Rakarrack when starting it from the command line. ++This manual page lists the options that are available for Rakarrack when ++starting it from the command line. + + .PP +-.\" TeX users may be more comfortable with the \fB\fP and +-.\" \fI\fP escape sequences to invode bold face and italics, +-.\" respectively. +- + + .SH OPTIONS +-These programs follow the usual GNU command line syntax, with long +-options starting with two dashes (`-'). +-A summary of options is included below. ++These programs follow the usual GNU command line syntax, with long options ++starting with two dashes (`-'). A summary of options is included below. ++ + .TP + .B \-h, \-\-help + Show summary of options. + .TP + .B \-n, \-\-no-gui +-disable GUI ++Disable GUI + .TP +-.B \-b, \-\-Bank [File] ++.B \-b, \-\-Bank [File] + Load a Bank File + .TP +-.B \-l, \-\-Load [File] ++.B \-l, \-\-Load [File] + Load a Preset File + + .SH AUTHOR +-This manual page was written by holborn , +- ++This manual page was written by holborn and has been ++modified by Tiago Bortoletto Vaz for the Debian ++distribution. --- rakarrack-0.4.2.orig/debian/patches/02_fix_to_binutils-gold.dpatch +++ rakarrack-0.4.2/debian/patches/02_fix_to_binutils-gold.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_fix_to_binutils-gold.dpatch by Tiago Bortoletto Vaz +## +## DP: Add missing libs to the linker due to the "--no-add-needed" +## binutils-gold behavior + +@DPATCH@ +diff -urNad rakarrack~/configure.in rakarrack/configure.in +--- rakarrack~/configure.in 2009-11-21 09:54:12.000000000 -0200 ++++ rakarrack/configure.in 2009-11-21 09:55:04.000000000 -0200 +@@ -89,7 +89,7 @@ + + + +-LIBS="`$FLTKCONFIG --use-images --ldflags` -lasound `pkg-config --libs jack` -lXpm" ++LIBS="`$FLTKCONFIG --use-images --ldflags` -lasound `pkg-config --libs jack` -lXpm -lX11" + CXXFLAGS="-O2 -Wall $SSE -fno-rtti -pipe -ffunction-sections -fomit-frame-pointer -Wno-format-y2k -fPIC -fno-exceptions -fno-strict-aliasing `$FLTKCONFIG --use-images --cxxflags` `pkg-config --cflags jack`" + AC_CONFIG_FILES([Makefile src/Makefile man/Makefile data/Makefile icons/Makefile doc/Makefile doc/help/Makefile doc/help/imagenes/Makefile doc/help/css/Makefile]) + AC_OUTPUT --- rakarrack-0.4.2.orig/debian/patches/00list +++ rakarrack-0.4.2/debian/patches/00list @@ -0,0 +1,2 @@ +03_fix_to_binutils-gold +04_fix_manpage --- rakarrack-0.4.2.orig/debian/patches/03_fix_to_binutils-gold.dpatch +++ rakarrack-0.4.2/debian/patches/03_fix_to_binutils-gold.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_fix_to_binutils-gold.dpatch by Tiago Bortoletto Vaz +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Add X11 library + +@DPATCH@ +diff -urNad rakarrack~/configure.in rakarrack/configure.in +--- rakarrack~/configure.in 2010-01-31 21:48:08.000000000 +0000 ++++ rakarrack/configure.in 2010-01-31 22:43:42.000000000 +0000 +@@ -92,7 +92,7 @@ + + + +-LIBS="`$FLTKCONFIG --use-images --ldflags` -lasound `pkg-config --libs jack` -lXpm $LIBS" ++LIBS="`$FLTKCONFIG --use-images --ldflags` -lasound `pkg-config --libs jack` -lXpm -lX11 $LIBS" + CXXFLAGS="-Wall $SSE $ALTIVEC -ffast-math -fno-rtti -pipe -ffunction-sections -fomit-frame-pointer -fsigned-char -Wno-format-y2k -fPIC -fno-exceptions -fno-strict-aliasing `$FLTKCONFIG --use-images --cxxflags` `pkg-config --cflags jack` $CXXFLAGS" + AC_CONFIG_FILES([Makefile src/Makefile man/Makefile data/Makefile icons/Makefile doc/Makefile doc/help/Makefile doc/help/imagenes/Makefile doc/help/css/Makefile]) + AC_OUTPUT --- rakarrack-0.4.2.orig/debian/patches/04_fix_manpage.dpatch +++ rakarrack-0.4.2/debian/patches/04_fix_manpage.dpatch @@ -0,0 +1,73 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 04_fix_manpage.dpatch by Tiago Bortoletto Vaz +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fixes manpage + +@DPATCH@ +diff -urNad rakarrack~/man/rakarrack.1 rakarrack/man/rakarrack.1 +--- rakarrack~/man/rakarrack.1 2010-01-03 23:28:13.000000000 +0000 ++++ rakarrack/man/rakarrack.1 2010-01-31 23:27:42.000000000 +0000 +@@ -1,22 +1,6 @@ +-.\" 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 RACKARRACK SECTION "abril 24, 2008" +-.\" 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) ++.TH RACKARRACK "1" "January 31, 2010" + .SH NAME +-rackarrack \- for guitar players and musicians ... ++rackarrack \- guitar effects processor for GNU/Linux + .SH SYNOPSIS + .B rakarrack + .RI [ options ] " files" ... +@@ -37,28 +21,27 @@ + .TP + + .PP +-.\" TeX users may be more comfortable with the \fB\fP and +-.\" \fI\fP escape sequences to invode bold face and italics, +-.\" respectively. +- + + .SH OPTIONS +-These programs follow the usual GNU command line syntax, with long +-options starting with two dashes (`-'). + A summary of options is included below. ++These programs follow the usual GNU command line syntax, with long options ++starting with two dashes (`-'). A summary of options is included below. ++ + .TP + .B \-h, \-\-help + Show summary of options. + .TP + .B \-n, \-\-no-gui +-disable GUI ++Disable GUI + .TP +-.B \-b, \-\-Bank [File] ++.B \-b, \-\-Bank [File] + Load a Bank File + .TP +-.B \-l, \-\-Load [File] ++.B \-l, \-\-Load [File] + Load a Preset File + + .SH AUTHOR +-This manual page was written by holborn , ++This manual page was written by holborn and has been ++modified by Tiago Bortoletto Vaz for the Debian ++distribution. +