summaryrefslogtreecommitdiff
path: root/audio/xmms-meta-input/DEINSTALL
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2003-12-24 00:09:55 +0000
committerben <ben@pkgsrc.org>2003-12-24 00:09:55 +0000
commite4473afe582e9262b4f58c90b5e27d09fbafedc0 (patch)
tree74f5635d818bd25312dd53e2b8daca2f018ab299 /audio/xmms-meta-input/DEINSTALL
parentd803e11ad1308c6b521a10ee1d2dbe71aafebb00 (diff)
downloadpkgsrc-e4473afe582e9262b4f58c90b5e27d09fbafedc0.tar.gz
Import xmms-meta-input-0.4, a XMMS plugin wrapper for shell scripts.
This plugin allows you to write XMMS plugins as Unix programs. You write a program that understands the very simple commands on its command line and outputs raw sound on its standard output and you're done with it. What's good (and in fact the purpose of this plugin) is that you can write input plugins for XMMS in C shell or Bash! Of course, you won't be able to do much number crunching in a shell script, but you can use it to run other programs to do the actual playing.
Diffstat (limited to 'audio/xmms-meta-input/DEINSTALL')
-rw-r--r--audio/xmms-meta-input/DEINSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/xmms-meta-input/DEINSTALL b/audio/xmms-meta-input/DEINSTALL
new file mode 100644
index 00000000000..5ceb82d4784
--- /dev/null
+++ b/audio/xmms-meta-input/DEINSTALL
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1.1.1 2003/12/24 00:09:55 ben Exp $
+#
+
+case $2 in
+ DEINSTALL) cat << EOF
+
+=============================================================
+The xmms-meta-input player scripts were not wiped out by
+this deletion process. If you don't want them around,
+please remove ${PKG_PREFIX}/lib/xmms/Input/Meta.
+=============================================================
+
+EOF
+ ;;
+esac