summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-18 22:14:12 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-18 22:14:12 +0200
commita064bf908a88e266d16ab1c201331f2d0d1d140a (patch)
tree711a79713a0cc8dec745e50c50d5c4ec4a22d509 /scripts
parentd80680ca66409df7bef4ff032e1b6d309f6855b4 (diff)
changelog fix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/portable_package_partial.sh36
1 files changed, 0 insertions, 36 deletions
diff --git a/scripts/portable_package_partial.sh b/scripts/portable_package_partial.sh
deleted file mode 100755
index d3d63396..00000000
--- a/scripts/portable_package_partial.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-# package for distribution
-VERSION=`cat PORTABLE_VERSION | perl -ne 'chomp and print'`
-BUILD=`cat PORTABLE_BUILD | perl -ne 'chomp and print'`
-
-# main distro
-SRCDIR=deadbeef-$VERSION-portable
-PLUGDIR=$SRCDIR/plugins
-DOCDIR=$SRCDIR/doc
-PIXMAPDIR=$SRCDIR/pixmaps
-
-tar jcvf portable_out/build/deadbeef-$VERSION-portable-partial-r$BUILD.tar.bz2\
- $SRCDIR/deadbeef\
- $SRCDIR/deadbeef.png\
- $DOCDIR\
- $PLUGDIR/alsa.so\
- $PLUGDIR/oss.so\
- $PLUGDIR/vfs_curl.so\
- $PLUGDIR/artwork.so\
- $PLUGDIR/gtkui.so\
- $PLUGDIR/gtkui.fallback.so\
- $PLUGDIR/hotkeys.so\
- $PLUGDIR/cdda.so\
- $PLUGDIR/mpgmad.so\
- $PLUGDIR/vorbis.so\
- $PLUGDIR/wavpack.so\
- $PLUGDIR/flac.so\
- $PLUGDIR/ffap.so\
- $PLUGDIR/musepack.so\
- $PLUGDIR/notify.so\
- $PLUGDIR/sndfile.so\
- $PLUGDIR/supereq.so\
- $PLUGDIR/tta.so\
- $PIXMAPDIR
-