--- snd-7.8.orig/config.guess +++ snd-7.8/config.guess @@ -1,9 +1,9 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2004-06-11' +timestamp='2005-04-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -203,9 +203,6 @@ amiga:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - arc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; cats:OpenBSD:*:*) echo arm-unknown-openbsd${UNAME_RELEASE} exit 0 ;; @@ -230,18 +227,12 @@ mvmeppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - pmax:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; sgi:OpenBSD:*:*) - echo mipseb-unknown-openbsd${UNAME_RELEASE} + echo mips64-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sun3:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; - wgrisc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; *:OpenBSD:*:*) echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} exit 0 ;; @@ -307,9 +298,6 @@ # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit 0 ;; - Alpha*:OpenVMS:*:*) - echo alpha-hp-vms - exit 0 ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead @@ -331,6 +319,9 @@ *:OS/390:*:*) echo i370-ibm-openedition exit 0 ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit 0 ;; *:OS400:*:*) echo powerpc-ibm-os400 exit 0 ;; @@ -354,7 +345,7 @@ DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit 0 ;; - DRS?6000:UNIX_SV:4.2*:7*) + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7 && exit 0 ;; esac ;; @@ -764,7 +755,7 @@ echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; *:UNICOS/mp:*:*) - echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` @@ -787,21 +778,7 @@ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; *:FreeBSD:*:*) - # Determine whether the default compiler uses glibc. - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - #if __GLIBC__ >= 2 - LIBC=gnu - #else - LIBC= - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` - # GNU/KFreeBSD systems have a "k" prefix to indicate we are using - # FreeBSD's kernel, but not the complete OS. - case ${LIBC} in gnu) kernel_only='k' ;; esac - echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -827,6 +804,9 @@ i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit 0 ;; + amd64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit 0 ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit 0 ;; @@ -850,6 +830,12 @@ cris:Linux:*:*) echo cris-axis-linux-gnu exit 0 ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit 0 ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit 0 ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; @@ -1098,7 +1084,7 @@ exit 0 ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; - 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0) + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` @@ -1154,6 +1140,10 @@ # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit 0 ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit 0 ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos @@ -1196,9 +1186,10 @@ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Darwin:*:*) - case `uname -p` in + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in *86) UNAME_PROCESSOR=i686 ;; - powerpc) UNAME_PROCESSOR=powerpc ;; + unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit 0 ;; @@ -1213,6 +1204,9 @@ *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit 0 ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; @@ -1260,6 +1254,16 @@ *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms && exit 0 ;; + I*) echo ia64-dec-vms && exit 0 ;; + V*) echo vax-dec-vms && exit 0 ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 @@ -1419,7 +1423,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - ftp://ftp.gnu.org/pub/gnu/config/ + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess +and + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub If the version you run ($0) is already up to date, please send the following data and any information you think might be --- snd-7.8.orig/config.sub +++ snd-7.8/config.sub @@ -1,9 +1,9 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2004-03-12' +timestamp='2005-04-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -70,7 +70,7 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO @@ -145,7 +145,7 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis) + -apple | -axis | -knuth | -cray) os= basic_machine=$1 ;; @@ -231,13 +231,14 @@ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | mcore \ + | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -262,12 +263,13 @@ | pyramid \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xstormy16 | xtensa \ + | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; @@ -298,9 +300,9 @@ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ - | bs2000-* \ + | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ - | clipper-* | cydra-* \ + | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ @@ -310,7 +312,7 @@ | ip2k-* | iq2000-* \ | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | mcore-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -326,8 +328,9 @@ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ + | mmix-* \ | msp430-* \ - | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ @@ -335,15 +338,16 @@ | romp-* | rs6000-* \ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ - | xtensa-* \ + | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) ;; @@ -445,6 +449,10 @@ basic_machine=j90-cray os=-unicos ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; cr16c) basic_machine=cr16c-unknown os=-elf @@ -452,6 +460,9 @@ crds | unos) basic_machine=m68k-crds ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; @@ -481,6 +492,10 @@ basic_machine=m88k-motorola os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx @@ -659,10 +674,6 @@ mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; - mmix*) - basic_machine=mmix-knuth - os=-mmixware - ;; monitor) basic_machine=m68k-rom68k os=-coff @@ -743,10 +754,6 @@ np1) basic_machine=np1-gould ;; - nv1) - basic_machine=nv1-cray - os=-unicosmp - ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -1029,6 +1036,10 @@ basic_machine=hppa1.1-winbond os=-proelf ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; xps | xps100) basic_machine=xps100-honeywell ;; @@ -1059,6 +1070,9 @@ romp) basic_machine=romp-ibm ;; + mmix) + basic_machine=mmix-knuth + ;; rs6000) basic_machine=rs6000-ibm ;; @@ -1294,6 +1308,9 @@ -kaos*) os=-kaos ;; + -zvmoe) + os=-zvmoe + ;; -none) ;; *) @@ -1374,6 +1391,9 @@ *-ibm) os=-aix ;; + *-knuth) + os=-mmixware + ;; *-wec) os=-proelf ;; --- snd-7.8.orig/debian/changelog +++ snd-7.8/debian/changelog @@ -0,0 +1,328 @@ +snd (7.8-1.1) unstable; urgency=low + + * Non-maintainer upload. + * build-depend against libjack0.100.0-dev. Closes: #317219 + + -- Andreas Barth Sun, 31 Jul 2005 13:34:18 +0200 + +snd (7.8-1) unstable; urgency=low + + * New upstream version (closes: 284668) + + -- Guenter Geiger (Debian/GNU) Tue, 4 Jan 2005 11:26:19 +0100 + +snd (7.7-1) unstable; urgency=low + + * New upstream version + + -- Guenter Geiger (Debian/GNU) Tue, 12 Oct 2004 12:52:32 +0200 + +snd (7.6-1) unstable; urgency=low + + * New upstream version + + -- Guenter Geiger (Debian/GNU) Mon, 30 Aug 2004 17:42:41 +0200 + +snd (7.4-1) unstable; urgency=low + + * New upstream version + + -- Guenter Geiger (Debian/GNU) Fri, 25 Jun 2004 15:43:29 +0200 + +snd (7.2-3) unstable; urgency=low + + * Added build dependency on libxmu-dev (closes: 249739) + + -- Guenter Geiger (Debian/GNU) Wed, 19 May 2004 10:57:51 +0200 + +snd (7.2-2) unstable; urgency=low + + * Compiled with JACK support + + -- Guenter Geiger (Debian/GNU) Mon, 19 Apr 2004 20:08:27 +0200 + +snd (7.2-1) unstable; urgency=low + + * New upstream version + * use pkg-config to detect gtkgl libraries in configure.ac + * Added quotes to menu entries section: and needs: + * moved jack support to snd-gtk package (instead of snd-gtk-alsa, jack and + alsa don't work together in sndlib .. although README.Snd file says so) + * bumped standards version to 3.8.0 + + -- Guenter Geiger (Debian/GNU) Wed, 10 Mar 2004 16:43:16 +0100 + +snd (7.0-1) unstable; urgency=low + + * New upstream release + * debian/control: I set myself as the new maintainer, as + Stefan Schwandter does not maintain snd anymore + * debian/rules: enabled JACK support (set the --with-jack flag) + + -- Free Ekanayaka Fri, 12 Dec 2003 09:00:34 +0600 + +snd (6.10-4) unstable; urgency=low + + * Debian QA upload. + * *-motif-*: Change priority to extra to fix override disparity. + + -- Peter Palfrader Wed, 19 Nov 2003 03:02:59 +0100 + +snd (6.10-3) unstable; urgency=low + + * Debian QA upload. + * Sync rules with rules.motif: + - remove po/*.gmo in clean target. + - sync handling of xg module. + * Remove tutorial/files/misc.scm.txt~ in clean target. + * Sync build-depends from control with control.motif. + -motif now build depends on guile-1.6-dev rather than + libguile-dev (closes: #221007). + - Also use fftw3 in the motif package. + * Sync maintainer from control with control.motif: QA it is. + * Sync Standards-Version from control with control.motif. + * Make scripts /usr/share/snd/{bess,bess1,finder,makegl,makexg}.scm + executeable. + * Fix interpreter location for scripts makegl.scm and makexg.scm. + * Fix long lines in long description of snd. + * Make rules +x after motifize. + + -- Peter Palfrader Tue, 18 Nov 2003 23:05:09 +0100 + +snd (6.10-2) unstable; urgency=low + + * Orphaning + * Disable build of xg module for now (closes: #215495) + + -- Stefan Schwandter Tue, 28 Oct 2003 18:58:26 +0000 + +snd (6.10-1) unstable; urgency=low + + * New upstream release (closes: #199291) + * segfault doesn't occur with latest guile (closes: #195328, #198454) + * Included dlp extensions again (closes: #195328) + * snd.README.Debian: corrected paths + * Use fftw3 + + -- Stefan Schwandter Fri, 4 Jul 2003 00:50:08 +0200 + +snd (6.7-1) unstable; urgency=low + + * New upstream release + * Built against latest gtkglext (closes: #183959, #186623, #186628) + * Built against guile 1.6 + * Try building xg module on all architectures again + + -- Stefan Schwandter Sat, 29 Mar 2003 21:21:05 +0100 + +snd (6.5-1) unstable; urgency=low + + * New upstream release + * snd-motif: Changed priority to optional, to get in sync with the + override file. + + -- Stefan Schwandter Tue, 14 Jan 2003 16:21:32 +0100 + +snd (6.4-2) unstable; urgency=low + + * Added OpenGL support for the GTK+ version + -> new build-dep libgtkgl1-dev + + -- Stefan Schwandter Sat, 28 Dec 2002 10:16:54 +0100 + +snd (6.4-1) unstable; urgency=low + + * New upstream release + + -- Stefan Schwandter Sat, 21 Dec 2002 15:08:53 +0100 + +snd (6.3-1) unstable; urgency=low + + * New upstream release + + -- Stefan Schwandter Thu, 14 Nov 2002 23:57:32 +0100 + +snd (6.2-1) unstable; urgency=low + + * New upstream version + + -- Stefan Schwandter Tue, 22 Oct 2002 21:39:14 +0200 + +snd (6.1-3) unstable; urgency=low + + * snd-doc: Finally removed override disparity... + * removed trailing space in rules that caused a build failure on alpha + again + + -- Stefan Schwandter Sat, 21 Sep 2002 11:48:49 +0200 + +snd (6.1-2) unstable; urgency=low + + * snd: Build xg module again on architectures != alpha, hppa + * snd-motif: Don't try to build xm module on alpha and hppa + + -- Stefan Schwandter Sat, 21 Sep 2002 00:24:33 +0200 + +snd (6.1-1) unstable; urgency=low + + * New upstream release + + -- Stefan Schwandter Mon, 16 Sep 2002 16:11:27 +0200 + +snd (6.0-2) unstable; urgency=low + + * snd: Don't build xm module for now, doesn't build everywhere. + + -- Stefan Schwandter Sat, 14 Sep 2002 14:12:34 +0200 + +snd (6.0-1) unstable; urgency=low + + * New upstream release + * Changed maintainer e-mail address + * snd-gtk: built against gtk+2.0 + + -- Stefan Schwandter Sat, 24 Aug 2002 00:20:13 +0200 + +snd (5.12-1) unstable; urgency=low + + * New upstream release + * Should build on ia64 again (closes: #148456) (closes: #147957) + * snd-motif: Built against latest motif (closes: #150535) + * snd-motif: built with OpenGL support, build dep on xlibmesa-dev + * snd-doc: Added snd tutorial in /usr/share/doc/snd-doc/HTML/tutorial + * Added Build-Dep: fftw-dev + * Build OSS as well as ALSA versions: snd-gtk-alsa, snd-dmotif-alsa + * Added Build-Dep: libasound2-dev + * Added URL to description + * Removed maintainer rules from debian/rules + * Removed autogen.sh and .cvsignore from debian diff + + -- Stefan Schwandter Sat, 20 Jul 2002 20:28:29 +0200 + +snd (5.10-1) unstable; urgency=low + + * New upstream release + * debian/control{,.motif}: + - Split package into snd, snd-gtk and snd-doc + - Bumped up Standards-Version + - Small changes in descriptions + * debian/rules{,.motif}: + - Many changes for the package split + - Added target "motifize" to build a snd-motif source package from the snd source + package ("inspired" by the fetchmail/-ssl packages) + * Switched to debhelper V4 + * Changed priority of snd-motif to extra, because it depends on libmotif + which has priority extra. + * Unified changelog for snd and snd-motif, old changelog for snd-motif is in + debian/changelog.motif.old + * Build system improvement from README.Debian in autotools-dev + + -- Stefan Schwandter Thu, 16 May 2002 10:06:08 +0200 + +snd (5.9-2) unstable; urgency=high + + * debian/README.Debian: + - Changed wording + * debian/control: + - Remove unnessecary Conflicts: + - "Officially" link with libgsl0 (closes: #144358) + - Build-Dep: libgtkextra17-dev + + -- Stefan Schwandter Thu, 18 Apr 2002 13:32:57 +0200 + +snd (5.9-1) unstable; urgency=high + + * New upstream release. + * Build-Conflicts on libgtk2.0-dev. + * Corrected guile path in makexg.scm (lintian error). + * Small change in README.Debian. + * Some build system cleanups. + + -- Stefan Schwandter Mon, 15 Apr 2002 15:52:11 +0200 + +snd (5.8-1) unstable; urgency=low + + * New upstream release. + * Added Conflicts: with snd-dmotif and snd-smotif. + * Added build-dep on xutils (seems to be necessary for the configure-script + to locate X headers). + * Removed unused watch-file for now. + * Build-Conflicts on libgtk1.3-dev to avoid building with this version of + the library. + + -- Stefan Schwandter Wed, 13 Mar 2002 14:43:41 +0100 + +snd (5.6+20020115-3) unstable; urgency=low + + * Fix in snd.c to (hopefully) enable build on all archs now. + + -- Stefan Schwandter Fri, 8 Feb 2002 13:20:44 +0100 + +snd (5.6+20020115-2) unstable; urgency=low + + * Fixes in debian/copyright. + * Previous version reintroduced FPU_IEEE issue. Fixed (closes: #130646). + * Fix line length in description (closes: #130986). + + -- Stefan Schwandter Thu, 24 Jan 2002 10:34:54 +0100 + +snd (5.6+20020115-1) unstable; urgency=low + + * new upstream version (closes: #126553). + * added scheme-files. + * fixed spelling in description (closes: #125370). + * use improved file selection widget provided by libgtk-extra. + + -- Stefan Schwandter Tue, 15 Jan 2002 23:49:22 +0100 + +snd (4.10-5) unstable; urgency=low + + * migrate from dh_help to doc-base (closes: #115001) (closes: #115032) + + -- Guenter Geiger (Debian/GNU) Wed, 10 Oct 2001 10:05:25 +0200 + +snd (4.10-4) unstable; urgency=low + + * trying to remove the FPU_IEEE issue, (I don't know how to deal with it + in the suggested way, so I just added a ifdef) (closes: #114710). + The other bugs have already been dealt with in the last version. + (closes: #88509) (closes: #113492) (closes: #55306) (closes: #56070) + (closes: #57513) (closes: #85410) + + -- Guenter Geiger (Debian/GNU) Mon, 8 Oct 2001 10:41:55 +0200 + +snd (4.10-3) unstable; urgency=low + + * added the build depends (closes: #113493 #113492 #55306 #56070 #57513 #85410 #88509) + + -- Guenter Geiger (Debian/GNU) Mon, 12 Mar 2001 00:23:05 +0100 + +snd (4.10-2) unstable; urgency=low + + * recompile because of changes in libguile (closes: #85945) + + -- Guenter Geiger Mon, 12 Mar 2001 00:23:05 +0100 + +snd (4.10-1) unstable; urgency=low + + * new upstream (closes: #81864) + + -- Guenter Geiger Thu, 22 Jan 2001 11:23:05 +0100 + +snd (4.7-1) unstable; urgency=low + + * new upstream version + + -- Guenter Geiger Thu, 16 Mar 2000 12:23:01 +0100 + +snd (3.4-2) unstable; urgency=low + + * fixed /usr/doc references in docbase file + + -- Guenter Geiger Sun, 14 Nov 1999 21:14:23 +0100 + +snd (3.4-1) unstable; urgency=low + + * Initial Release. + + -- Guenter Geiger Sat, 8 Nov 1999 14:00:00 +0200 --- snd-7.8.orig/debian/watch +++ snd-7.8/debian/watch @@ -0,0 +1,2 @@ +version=2 +ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-(.*).src.rpm --- snd-7.8.orig/debian/compat +++ snd-7.8/debian/compat @@ -0,0 +1 @@ +4 --- snd-7.8.orig/debian/control +++ snd-7.8/debian/control @@ -0,0 +1,59 @@ +Source: snd +Section: sound +Priority: optional +Maintainer: Guenter Geiger (Debian/GNU) +Build-Depends: debhelper (>> 4.0.0), ladspa-sdk, guile-1.6-dev, xutils, libgsl0-dev (>= 1.1.1), autotools-dev, fftw3-dev (>= 2.1.3), libasound2-dev, libgtkglext1-dev, libgtk2.0-dev (>= 2.0.6), libjack0.100.0-dev, libsamplerate0-dev, libxmu-dev +Standards-Version: 3.6.1 + +Package: snd +Architecture: all +Depends: snd-gtk (= ${Source-Version}) | snd-gtk-alsa (= ${Source-Version})| snd-dmotif (= ${Source-Version}) | snd-dmotif-alsa (= ${Source-Version}) +Recommends: guile, ladspa-plugin +Suggests: snd-doc +Description: Sound file editor + Snd is a powerful sound file editor that can be customized and extended using + the Scheme programming language. + . + URL: http://www-ccrma.stanford.edu/software/snd/ + . + This package contains the basic infrastructure for the snd packages and + the scheme files. You have to install a GUI package as well to actually + use snd. + +Package: snd-doc +Section: doc +Architecture: all +Description: Sound file editor (documentation) + Snd is a powerful sound file editor that can be customized and extended using + the Scheme programming language. + . + URL: http://www-ccrma.stanford.edu/software/snd/ + . + This package contains the documentation for snd. + +Package: snd-gtk +Architecture: any +Depends: snd (= ${Source-Version}), ${shlibs:Depends} +Conflicts: snd-dmotif, snd-dmotif-alsa, snd-smotif, snd-gtk-alsa +Replaces: snd (<< 5.10), snd-dmotif, snd-dmotif-alsa, snd-smotif, snd-gtk-alsa +Description: Sound file editor (GTK+ user interface) + Snd is a powerful sound file editor that can be customized and extended using + the Scheme programming language. + . + URL: http://www-ccrma.stanford.edu/software/snd/ + . + This package contains the files for the GTK+ user interface. + +Package: snd-gtk-alsa +Architecture: any +Depends: snd (= ${Source-Version}), ${shlibs:Depends} +Conflicts: snd-dmotif, snd-dmotif-alsa, snd-smotif, snd-gtk +Replaces: snd (<< 5.10), snd-dmotif, snd-smotif, snd-gtk +Description: Sound file editor (GTK+ user interface) + Snd is a powerful sound file editor that can be customized and extended using + the Scheme programming language. + . + URL: http://www-ccrma.stanford.edu/software/snd/ + . + This package contains the files for the GTK+ user interface with + ALSA output support. --- snd-7.8.orig/debian/rules +++ snd-7.8/debian/rules @@ -0,0 +1,150 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 +export DH_OPTIONS + +DEB_BUILD_GNU_TYPE:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_HOST_GNU_TYPE:=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) + +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + confflags += --build $(DEB_HOST_GNU_TYPE) +else + confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +endif + +confflags += --prefix=/usr --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info --with-ladspa \ + --with-gtk --with-guile --with-gl --enable-debug + +## Don't build xg at all +#Don't build xg module on alpha and hppa, doesn't work +#2003-03-25: Try again +#ifneq ($(DEB_BUILD_GNU_TYPE),alpha-linux) +# ifneq ($(DEB_BUILD_GNU_TYPE),hppa-linux) +# confflags += --with-static-xm +# endif +#endif +#confflags += --with-static-xm + +configure: configure-oss configure-alsa + +configure-oss: configure-stamp-oss +configure-stamp-oss: + dh_testdir + + rm -rf build-oss + + mkdir -p build-oss && cd build-oss && \ + ../configure $(confflags) \ + --with-jack + + touch configure-stamp-oss + +configure-alsa: configure-stamp-alsa +configure-stamp-alsa: + dh_testdir + + rm -rf build-alsa + + mkdir -p build-alsa && cd build-alsa && \ + ../configure $(confflags) \ + --with-alsa + + touch configure-stamp-alsa + + +build: build-oss build-alsa + +build-oss: build-stamp-oss +build-stamp-oss: configure-stamp-oss + dh_testdir + + cd build-oss && \ + $(MAKE) + + touch build-stamp-oss + +build-alsa: build-stamp-alsa +build-stamp-alsa: configure-stamp-alsa + dh_testdir + + cd build-alsa && \ + $(MAKE) + + touch build-stamp-alsa + +clean: + dh_testdir + dh_testroot + rm -f build-stamp-oss configure-stamp-oss build-stamp-alsa configure-stamp-alsa + + rm -rf build-oss build-alsa + rm -f po/*.gmo + rm -f tutorial/files/misc.scm.txt~ + + dh_clean + + -test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + -test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess + +binary-indep: DH_OPTIONS=-i +binary-indep: + dh_testdir + dh_testroot + dh_installdirs + + dh_install + cp Snd.ad debian/snd/etc/X11/app-defaults/Snd + chmod 755 debian/snd/usr/share/snd/bess.scm + chmod 755 debian/snd/usr/share/snd/bess1.scm + + dh_installdocs + dh_installexamples + dh_installmenu + dh_installchangelogs + dh_link + dh_compress + dh_fixperms -Xbess.scm -Xbess1.scm -Xfinder.scm -Xmakegl.scm -Xmakexg.scm + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + + +binary-arch: DH_OPTIONS=-a +binary-arch: build + dh_testdir + dh_testroot + dh_install + dh_installdocs + dh_installman + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms -Xbess.scm -Xbess1.scm -Xfinder.scm -Xmakegl.scm -Xmakexg.scm + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# This target makes the package become the snd-motif source-package. +# Don't use it... +motifize: + dh_testdir + + (cd debian ; \ + mv control.motif control; \ + mv rules.motif rules; \ + chmod +x rules; \ + sed -e '1 s/snd (/snd-motif (/' \ + -e '2p' \ + -e '2s/.*/ * Auto-generated from the respective snd package/'\ + -e 's/closes:\ \+#/#/Ig' >changelog.new ; \ + mv changelog.new changelog ) + +binary: binary-indep binary-arch +.PHONY: configure configure-oss configure-alsa build build-oss build-alsa clean binary-indep binary-arch binary motifize --- snd-7.8.orig/debian/rules.motif +++ snd-7.8/debian/rules.motif @@ -0,0 +1,110 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +DEB_BUILD_GNU_TYPE:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_HOST_GNU_TYPE:=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) + +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + confflags += --build $(DEB_HOST_GNU_TYPE) +else + confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +endif + +confflags += --prefix=/usr --mandir=\$${prefix}/share/man\ + --infodir=\$${prefix}/share/info --with-ladspa --with-guile\ + --with-motif --with-gl + +## Don't build xg at all +#Don't build xg module on alpha and hppa, doesn't work +#2003-03-25: Try again +#ifneq ($(DEB_BUILD_GNU_TYPE),alpha-linux) +# ifneq ($(DEB_BUILD_GNU_TYPE),hppa-linux) +# confflags += --with-static-xm +# endif +#endif +#confflags += --with-static-xm + +configure: configure-oss configure-alsa + +configure-oss: configure-stamp-oss +configure-stamp-oss: + dh_testdir + + rm -rf build-oss + + mkdir -p build-oss && cd build-oss && \ + ../configure $(confflags) + + touch configure-stamp-oss + +configure-alsa: configure-stamp-alsa +configure-stamp-alsa: + dh_testdir + + rm -rf build-alsa + + mkdir -p build-alsa && cd build-alsa && \ + ../configure $(confflags) \ + --with-alsa + + touch configure-stamp-alsa + +build: build-oss build-alsa + +build-oss: build-stamp-oss +build-stamp-oss: configure-stamp-oss + dh_testdir + + cd build-oss && \ + $(MAKE) + + touch build-stamp-oss + +build-alsa: build-stamp-alsa +build-stamp-alsa: configure-stamp-alsa + dh_testdir + + cd build-alsa && \ + $(MAKE) + + touch build-stamp-alsa + +clean: + dh_testdir + dh_testroot + rm -f build-stamp-oss configure-stamp-oss build-stamp-alsa configure-stamp-alsa + + rm -rf build-oss build-alsa + rm -f po/*.gmo + rm -f tutorial/files/misc.scm.txt~ + + dh_clean + + -test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + -test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess + +binary-indep: + +binary-arch: build + dh_testdir + dh_testroot + dh_install + dh_installdocs + dh_installman + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch + +.PHONY: configure configure-oss configure-alsa build build-oss build-alsa clean binary-indep binary-arch binary install --- snd-7.8.orig/debian/control.motif +++ snd-7.8/debian/control.motif @@ -0,0 +1,33 @@ +Source: snd-motif +Section: contrib/sound +Priority: extra +Maintainer: Debian QA Group +Build-Depends: debhelper (>> 4.0.0), ladspa-sdk, guile-1.6-dev, xutils, libgsl0-dev (>= 1.1.1), autotools-dev, fftw3-dev (>= 2.1.3), libasound2-dev, xlibs-dev, xlibmesa-dev, libmotif-dev +Standards-Version: 3.5.8.0 + +Package: snd-dmotif +Architecture: any +Depends: snd (=${Source-Version}), ${shlibs:Depends} +Conflicts: snd (<< 5.10), snd-smotif, snd-gtk, snd-gtk-alsa, snd-dmotif-alsa +Replaces: snd (<< 5.10), snd-smotif, snd-gtk, snd-gtk-alsa, snd-dmotif-alsa +Description: Sound file editor (OpenMotif user interface) + Snd is a powerful sound file editor that can be customized and extended using + the Scheme programming language. + . + URL: http://www-ccrma.stanford.edu/software/snd/ + . + This package contains the files for the Motif user interface. + +Package: snd-dmotif-alsa +Architecture: any +Depends: snd (=${Source-Version}), ${shlibs:Depends} +Conflicts: snd (<< 5.10), snd-smotif, snd-gtk, snd-gtk-alsa, snd-dmotif +Replaces: snd (<< 5.10), snd-smotif, snd-gtk, snd-gtk-alsa, snd-dmotif +Description: Sound file editor (OpenMotif user interface) + Snd is a powerful sound file editor that can be customized and extended using + the Scheme programming language. + . + URL: http://www-ccrma.stanford.edu/software/snd/ + . + This package contains the files for the Motif user interface with ALSA + output support. --- snd-7.8.orig/debian/copyright +++ snd-7.8/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Stefan Schwandter + +It was downloaded from ftp://ccrma-ftp.stanford.edu/pub/Lisp/ . + +Upstream Author: Bill Schottstaedt + +Copyright: + +Snd is a sound editor written by Bill Schottstaedt (bil@ccrma.stanford.edu). +Except where otherwise noted, it is Copyright 1996-2001 The Board of Trustees +of Stanford University. + + + +The authors hereby grant permission to use, copy, modify, distribute, +and license this software and its documentation for any purpose. No +written agreement, license, or royalty fee is required. Modifications +to this software may be copyrighted by their authors and need not +follow the licensing terms described here. + +IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY +FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY +DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE +IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE +NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR +MODIFICATIONS. + +RESTRICTED RIGHTS: Use, duplication or disclosure by the government +is subject to the restrictions as set forth in subparagraph (c) (1) (ii) +of the Rights in Technical Data and Computer Software Clause as DFARS +252.227-7013 and FAR 52.227-19. --- snd-7.8.orig/debian/index.html +++ snd-7.8/debian/index.html @@ -0,0 +1,16 @@ + + + +

Developing And Using Snd

+

A Simple Guide And Tutorial For Editing Sound Under Linux

+

by

+

Dave Phillips

+

+

1. Introduction to soundfile editors +

2. Customizing snd: the basics +

3. A brief tutorial for snd +

4. Some advanced uses of snd +

5. Sounding out +

6. Resources + + --- snd-7.8.orig/debian/snd-dmotif-alsa.install +++ snd-7.8/debian/snd-dmotif-alsa.install @@ -0,0 +1 @@ +build-alsa/snd usr/bin --- snd-7.8.orig/debian/snd-dmotif-alsa.manpages +++ snd-7.8/debian/snd-dmotif-alsa.manpages @@ -0,0 +1 @@ +snd.1 --- snd-7.8.orig/debian/snd-dmotif.install +++ snd-7.8/debian/snd-dmotif.install @@ -0,0 +1 @@ +build-oss/snd usr/bin --- snd-7.8.orig/debian/snd-dmotif.manpages +++ snd-7.8/debian/snd-dmotif.manpages @@ -0,0 +1 @@ +snd.1 --- snd-7.8.orig/debian/snd-doc.doc-base.manual +++ snd-7.8/debian/snd-doc.doc-base.manual @@ -0,0 +1,10 @@ +Document: snd-manual +Title: Snd Manual +Author: Bill Schottstaedt +Abstract: This manual describes the usage of Snd. + Snd is a sound file editor. +Section: Apps/Sound + +Format: HTML +Index: /usr/share/doc/snd-doc/HTML/manual/snd.html +Files: /usr/share/doc/snd-doc/HTML/manual/*.html --- snd-7.8.orig/debian/snd-doc.doc-base.tutorial +++ snd-7.8/debian/snd-doc.doc-base.tutorial @@ -0,0 +1,10 @@ +Document: snd-tutorial +Title: Snd Tutorial +Author: Dave Phillips +Abstract: This is a beginner's tutorial for Snd. + Snd is a sound file editor. +Section: Apps/Sound + +Format: HTML +Index: /usr/share/doc/snd-doc/HTML/tutorial/index.html +Files: /usr/share/doc/snd-doc/HTML/tutorial/* --- snd-7.8.orig/debian/snd-doc.install +++ snd-7.8/debian/snd-doc.install @@ -0,0 +1,4 @@ +*.html usr/share/doc/snd-doc/HTML/manual +*.png usr/share/doc/snd-doc/HTML/manual +tutorial/* usr/share/doc/snd-doc/HTML/tutorial +debian/index.html usr/share/doc/snd-doc/HTML/tutorial --- snd-7.8.orig/debian/snd-gtk-alsa.install +++ snd-7.8/debian/snd-gtk-alsa.install @@ -0,0 +1 @@ +build-alsa/snd usr/bin \ No newline at end of file --- snd-7.8.orig/debian/snd-gtk-alsa.manpages +++ snd-7.8/debian/snd-gtk-alsa.manpages @@ -0,0 +1 @@ +snd.1 --- snd-7.8.orig/debian/snd-gtk.install +++ snd-7.8/debian/snd-gtk.install @@ -0,0 +1 @@ +build-oss/snd usr/bin --- snd-7.8.orig/debian/snd-gtk.manpages +++ snd-7.8/debian/snd-gtk.manpages @@ -0,0 +1 @@ +snd.1 --- snd-7.8.orig/debian/snd.README.Debian +++ snd-7.8/debian/snd.README.Debian @@ -0,0 +1,24 @@ +snd for Debian +-------------- + +The *.scm-files from the upstream distribution are installed in +/usr/share/snd. Their use is explained in the User's Guide (which you +can find in /usr/share/doc/snd-doc, if the "snd-doc" package is +installed). + + +To use Dave Phillips' extensions (they only work with the motif-GUI +version of snd, which you find in the package "snd-dmotif") add this to +your ~/.snd file: + +;; set load-paths +(set! %load-path (cons "/usr/share/snd" %load-path)) +(set! %load-path (cons "/usr/share/snd/dlp" %load-path)) +(set! snd-remember-paths #t) +;; misc.scm - Load DP's extensions +(load-from-path "misc") + +They are documented in these articles: + +http://linux.oreillynet.com/pub/a/linux/2001/10/05/snd_partone.html +http://linux.oreillynet.com/pub/a/linux/2001/10/18/snd_parttwo.html --- snd-7.8.orig/debian/snd.dirs +++ snd-7.8/debian/snd.dirs @@ -0,0 +1,2 @@ +etc/X11/app-defaults +usr/share/snd --- snd-7.8.orig/debian/snd.docs +++ snd-7.8/debian/snd.docs @@ -0,0 +1,3 @@ +README.Snd +TODO.Snd +HISTORY.Snd --- snd-7.8.orig/debian/snd.install +++ snd-7.8/debian/snd.install @@ -0,0 +1,2 @@ +*.scm usr/share/snd +dlp usr/share/snd --- snd-7.8.orig/debian/snd.menu +++ snd-7.8/debian/snd.menu @@ -0,0 +1,5 @@ +?package(snd):\ +needs="x11"\ +section="Apps/Sound"\ +title="Snd"\ +command="/usr/bin/snd" --- snd-7.8.orig/debian/patches/00_misc.patch +++ snd-7.8/debian/patches/00_misc.patch @@ -0,0 +1,314 @@ +--- snd-7.6.orig/bess.scm ++++ snd-7.6/bess.scm +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/guile -s ++#!/usr/bin/guile -s + !# + + (use-modules (ice-9 format)) ++ ++## Don't build xg at all ++#Don't build xg module on alpha and hppa, doesn't work ++#2003-03-25: Try again ++#ifneq ($(DEB_BUILD_GNU_TYPE),alpha-linux) ++# ifneq ($(DEB_BUILD_GNU_TYPE),hppa-linux) ++# confflags += --with-static-xm ++# endif ++#endif ++#confflags += --with-static-xm ++ ++configure: configure-oss configure-alsa ++ ++configure-oss: configure-stamp-oss ++configure-stamp-oss: ++ dh_testdir ++ ++ rm -rf build-oss ++ ++ mkdir -p build-oss && cd build-oss && \ ++ ../configure $(confflags) ++ ++ touch configure-stamp-oss ++ ++configure-alsa: configure-stamp-alsa ++configure-stamp-alsa: ++ dh_testdir ++ ++ rm -rf build-alsa ++ ++ mkdir -p build-alsa && cd build-alsa && \ ++ ../configure $(confflags) \ ++ --with-alsa ++ ++ touch configure-stamp-alsa ++ ++build: build-oss build-alsa ++ ++build-oss: build-stamp-oss ++build-stamp-oss: configure-stamp-oss ++ dh_testdir ++ ++ cd build-oss && \ ++ $(MAKE) ++ ++ touch build-stamp-oss ++ ++build-alsa: build-stamp-alsa ++build-stamp-alsa: configure-stamp-alsa ++ dh_testdir ++ ++ cd build-alsa && \ ++ $(MAKE) ++ ++ touch build-stamp-alsa ++ ++clean: ++ dh_testdir ++ dh_testroot ++ rm -f build-stamp-oss configure-stamp-oss build-stamp-alsa configure-stamp-alsa ++ ++ rm -rf build-oss build-alsa ++ rm -f po/*.gmo ++ rm -f tutorial/files/misc.scm.txt~ ++ ++ dh_clean ++ ++ -test -r /usr/share/misc/config.sub && \ ++ cp -f /usr/share/misc/config.sub config.sub ++ -test -r /usr/share/misc/config.guess && \ ++ cp -f /usr/share/misc/config.guess config.guess ++ ++binary-indep: ++ ++binary-arch: build ++ dh_testdir ++ dh_testroot ++ dh_install ++ dh_installdocs ++ dh_installman ++ dh_installchangelogs ++ dh_link ++ dh_strip ++ dh_compress ++ dh_fixperms ++ dh_installdeb ++ dh_shlibdeps ++ dh_gencontrol ++ dh_md5sums ++ dh_builddeb ++ ++binary: binary-indep binary-arch ++ ++.PHONY: configure configure-oss configure-alsa build build-oss build-alsa clean binary-indep binary-arch binary install +--- snd-7.6.orig/debian/control.motif ++++ snd-7.6/debian/control.motif +@@ -0,0 +1,33 @@ ++Source: snd-motif ++Section: contrib/sound ++Priority: extra ++Maintainer: Debian QA Group ++Build-Depends: debhelper (>> 4.0.0), ladspa-sdk, guile-1.6-dev, xutils, libgsl0-dev (>= 1.1.1), autotools-dev, fftw3-dev (>= 2.1.3), libasound2-dev, xlibs-dev, xlibmesa-dev, libmotif-dev ++Standards-Version: 3.5.8.0 ++ ++Package: snd-dmotif ++Architecture: any ++Depends: snd (=${Source-Version}), ${shlibs:Depends} ++Conflicts: snd (<< 5.10), snd-smotif, snd-gtk, snd-gtk-alsa, snd-dmotif-alsa ++Replaces: snd (<< 5.10), snd-smotif, snd-gtk, snd-gtk-alsa, snd-dmotif-alsa ++Description: Sound file editor (OpenMotif user interface) ++ Snd is a powerful sound file editor that can be customized and extended using ++ the Scheme programming language. ++ . ++ URL: http://www-ccrma.stanford.edu/software/snd/ ++ . ++ This package contains the files for the Motif user interface. ++ ++Package: snd-dmotif-alsa ++Architecture: any ++Depends: snd (=${Source-Version}), ${shlibs:Depends} ++Conflicts: snd (<< 5.10), snd-smotif, snd-gtk, snd-gtk-alsa, snd-dmotif ++Replaces: snd (<< 5.10), snd-smotif, snd-gtk, snd-gtk-alsa, snd-dmotif ++Description: Sound file editor (OpenMotif user interface) ++ Snd is a powerful sound file editor that can be customized and extended using ++ the Scheme programming language. ++ . ++ URL: http://www-ccrma.stanford.edu/software/snd/ ++ . ++ This package contains the files for the Motif user interface with ALSA ++ output support. +--- snd-7.6.orig/debian/copyright ++++ snd-7.6/debian/copyright +@@ -0,0 +1,37 @@ ++This package was debianized by Stefan Schwandter ++ ++It was downloaded from ftp://ccrma-ftp.stanford.edu/pub/Lisp/ . ++ ++Upstream Author: Bill Schottstaedt ++ ++Copyright: ++ ++Snd is a sound editor written by Bill Schottstaedt (bil@ccrma.stanford.edu). ++Except where otherwise noted, it is Copyright 1996-2001 The Board of Trustees ++of Stanford University. ++ ++ ++ ++The authors hereby grant permission to use, copy, modify, distribute, ++and license this software and its documentation for any purpose. No ++written agreement, license, or royalty fee is required. Modifications ++to this software may be copyrighted by their authors and need not ++follow the licensing terms described here. ++ ++IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY ++FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ++ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY ++DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE ++POSSIBILITY OF SUCH DAMAGE. ++ ++THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, ++INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, ++FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE ++IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE ++NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR ++MODIFICATIONS. ++ ++RESTRICTED RIGHTS: Use, duplication or disclosure by the government ++is subject to the restrictions as set forth in subparagraph (c) (1) (ii) ++of the Rights in Technical Data and Computer Software Clause as DFARS ++252.227-7013 and FAR 52.227-19. +--- snd-7.6.orig/debian/index.html ++++ snd-7.6/debian/index.html +@@ -0,0 +1,16 @@ ++ ++ ++ ++

Developing And Using Snd

++

A Simple Guide And Tutorial For Editing Sound Under Linux

++

by

++

Dave Phillips

++

++

1. Introduction to soundfile editors ++

2. Customizing snd: the basics ++

3. A brief tutorial for snd ++

4. Some advanced uses of snd ++

5. Sounding out ++

6. Resources ++ ++ +--- snd-7.6.orig/debian/snd-dmotif-alsa.install ++++ snd-7.6/debian/snd-dmotif-alsa.install +@@ -0,0 +1 @@ ++build-alsa/snd usr/bin +--- snd-7.6.orig/debian/snd-dmotif-alsa.manpages ++++ snd-7.6/debian/snd-dmotif-alsa.manpages +@@ -0,0 +1 @@ ++snd.1 +--- snd-7.6.orig/debian/snd-dmotif.install ++++ snd-7.6/debian/snd-dmotif.install +@@ -0,0 +1 @@ ++build-oss/snd usr/bin +--- snd-7.6.orig/debian/snd-dmotif.manpages ++++ snd-7.6/debian/snd-dmotif.manpages +@@ -0,0 +1 @@ ++snd.1 +--- snd-7.6.orig/debian/snd-doc.doc-base.manual ++++ snd-7.6/debian/snd-doc.doc-base.manual +@@ -0,0 +1,10 @@ ++Document: snd-manual ++Title: Snd Manual ++Author: Bill Schottstaedt ++Abstract: This manual describes the usage of Snd. ++ Snd is a sound file editor. ++Section: Apps/Sound ++ ++Format: HTML ++Index: /usr/share/doc/snd-doc/HTML/manual/snd.html ++Files: /usr/share/doc/snd-doc/HTML/manual/*.html +--- snd-7.6.orig/debian/snd-doc.doc-base.tutorial ++++ snd-7.6/debian/snd-doc.doc-base.tutorial +@@ -0,0 +1,10 @@ ++Document: snd-tutorial ++Title: Snd Tutorial ++Author: Dave Phillips ++Abstract: This is a beginner's tutorial for Snd. ++ Snd is a sound file editor. ++Section: Apps/Sound ++ ++Format: HTML ++Index: /usr/share/doc/snd-doc/HTML/tutorial/index.html ++Files: /usr/share/doc/snd-doc/HTML/tutorial/* +--- snd-7.6.orig/debian/snd-doc.install ++++ snd-7.6/debian/snd-doc.install +@@ -0,0 +1,4 @@ ++*.html usr/share/doc/snd-doc/HTML/manual ++*.png usr/share/doc/snd-doc/HTML/manual ++tutorial/* usr/share/doc/snd-doc/HTML/tutorial ++debian/index.html usr/share/doc/snd-doc/HTML/tutorial +--- snd-7.6.orig/debian/snd-gtk-alsa.install ++++ snd-7.6/debian/snd-gtk-alsa.install +@@ -0,0 +1 @@ ++build-alsa/snd usr/bin +\ No newline at end of file +--- snd-7.6.orig/debian/snd-gtk-alsa.manpages ++++ snd-7.6/debian/snd-gtk-alsa.manpages +@@ -0,0 +1 @@ ++snd.1 +--- snd-7.6.orig/debian/snd-gtk.install ++++ snd-7.6/debian/snd-gtk.install +@@ -0,0 +1 @@ ++build-oss/snd usr/bin +--- snd-7.6.orig/debian/snd-gtk.manpages ++++ snd-7.6/debian/snd-gtk.manpages +@@ -0,0 +1 @@ ++snd.1 +--- snd-7.6.orig/debian/snd.README.Debian ++++ snd-7.6/debian/snd.README.Debian +@@ -0,0 +1,24 @@ ++snd for Debian ++-------------- ++ ++The *.scm-files from the upstream distribution are installed in ++/usr/share/snd. Their use is explained in the User's Guide (which you ++can find in /usr/share/doc/snd-doc, if the "snd-doc" package is ++installed). ++ ++ ++To use Dave Phillips' extensions (they only work with the motif-GUI ++version of snd, which you find in the package "snd-dmotif") add this to ++your ~/.snd file: ++ ++;; set load-paths ++(set! %load-path (cons "/usr/share/snd" %load-path)) ++(set! %load-path (cons "/usr/share/snd/dlp" %load-path)) ++(set! snd-remember-paths #t) ++;; misc.scm - Load DP's extensions ++(load-from-path "misc") ++ ++They are documented in these articles: ++ ++http://linux.oreillynet.com/pub/a/linux/2001/10/05/snd_partone.html ++http://linux.oreillynet.com/pub/a/linux/2001/10/18/snd_parttwo.html +--- snd-7.6.orig/debian/snd.dirs ++++ snd-7.6/debian/snd.dirs +@@ -0,0 +1,2 @@ ++etc/X11/app-defaults ++usr/share/snd +--- snd-7.6.orig/debian/snd.docs ++++ snd-7.6/debian/snd.docs +@@ -0,0 +1,3 @@ ++README.Snd ++TODO.Snd ++HISTORY.Snd +--- snd-7.6.orig/debian/snd.install ++++ snd-7.6/debian/snd.install +@@ -0,0 +1,2 @@ ++*.scm usr/share/snd ++dlp usr/share/snd +--- snd-7.6.orig/debian/snd.menu ++++ snd-7.6/debian/snd.menu +@@ -0,0 +1,5 @@ ++?package(snd):\ ++needs="x11"\ ++section="Apps/Sound"\ ++title="Snd"\ ++command="/usr/bin/snd"