From 94584d1ebe7bfd133fff1d3dcafcb7a30ddf5d63 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 28 Apr 2012 22:07:13 +0200 Subject: preparation for building 0.5.3 --- scripts/portable_package_static.sh | 1 + scripts/portable_postbuild.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/portable_package_static.sh b/scripts/portable_package_static.sh index 2b8e5465..9d00dd82 100755 --- a/scripts/portable_package_static.sh +++ b/scripts/portable_package_static.sh @@ -39,6 +39,7 @@ tar jcvf ../portable_out/build/deadbeef-$VERSION-static-i686.tar.bz2\ $PLUGDIR/nullout.so\ $PLUGDIR/oss.so\ $PLUGDIR/shellexec.so\ + $PLUGDIR/shellexecui_gtk2.so\ $PLUGDIR/sid.so\ $PLUGDIR/sndfile.so\ $PLUGDIR/supereq.so\ diff --git a/scripts/portable_postbuild.sh b/scripts/portable_postbuild.sh index f572240f..b68bade0 100755 --- a/scripts/portable_postbuild.sh +++ b/scripts/portable_postbuild.sh @@ -18,7 +18,7 @@ for i in nullout cdda flac alsa mpgmad hotkeys vtx \ ffap ffmpeg wavpack vorbis oss vfs_curl \ lastfm sid adplug sndfile artwork \ supereq gme dumb notify musepack wildmidi \ - tta dca aac mms shn ao shellexec vfs_zip \ + tta dca aac mms shn ao shellexec shellexecui vfs_zip \ m3u converter pulse dsp_libsrc mono2stereo ; do if [ -f ./plugins/$i/.libs/$i.so ]; then cp ./plugins/$i/.libs/$i.so $PLUGDIR/ -- cgit v1.2.3