moved audacity to attic

This commit is contained in:
Daniel Walpole 2006-09-27 11:14:21 +00:00
parent d5d85b079c
commit bbf546b433
3 changed files with 0 additions and 60 deletions

View File

@ -1,40 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/audacity
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/audacity.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/audacity/
-rw-r--r-- root/root usr/share/audacity/audacity-1.2-help.htb
drwxr-xr-x root/root usr/share/audacity/nyquist/
-rw-r--r-- root/root usr/share/audacity/nyquist/bug.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/dspprims.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/evalenv.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/follow.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/init.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/misc.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/nyinit.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/nyqmisc.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/nyquist.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/printrec.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/profile.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/seq.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/seqfnint.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/seqmidi.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/sndfnint.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/system.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/test.lsp
-rw-r--r-- root/root usr/share/audacity/nyquist/xlinit.lsp
drwxr-xr-x root/root usr/share/audacity/plug-ins/
-rw-r--r-- root/root usr/share/audacity/plug-ins/SilenceMarker.ny
-rw-r--r-- root/root usr/share/audacity/plug-ins/clicktrack.ny
-rw-r--r-- root/root usr/share/audacity/plug-ins/crossfadein.ny
-rw-r--r-- root/root usr/share/audacity/plug-ins/crossfadeout.ny
-rw-r--r-- root/root usr/share/audacity/plug-ins/delay.ny
-rw-r--r-- root/root usr/share/audacity/plug-ins/highpass.ny
-rw-r--r-- root/root usr/share/audacity/plug-ins/lowpass.ny
-rw-r--r-- root/root usr/share/audacity/plug-ins/pluck.ny
-rw-r--r-- root/root usr/share/audacity/plug-ins/tremolo.ny
drwxr-xr-x root/root usr/share/icons/
-rw-r--r-- root/root usr/share/icons/audacity48x48.xpm

View File

@ -1 +0,0 @@
37df5b6119302f7ab77ca16d25311756 audacity-src-1.2.4b.tar.gz

View File

@ -1,19 +0,0 @@
# Description: An open-source sound editor.
# URL: http://audacity.sourceforge.net/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot a
# Depends on: wxgtk, libogg, libmad, lame
name=audacity
version=1.2.4b
release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-src-$version.tar.gz)
build() {
cd $name-src-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/{doc,locale}
install -D -m 0644 images/AudacityLogo48x48.xpm \
$PKG/usr/share/icons/${name}48x48.xpm
}