Path to this page:
./
audio/xmms-meta-input,
XMMS plugin wrapper for shell scripts
Branch: pkgsrc-2017Q4,
Version: 0.4nb8,
Package name: xmms-meta-input-0.4nb8,
Maintainer: pkgsrc-usersThis 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.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2006/06/19 23:16:33 jlam Exp $
case "${STAGE}" in
DEINSTALL)
INPUT_MESA_SCRIPTDIR="${PKG_PREFIX}/lib/xmms/Input/Meta"
${RMDIR} -p ${INPUT_MESA_SCRIPTDIR} 2>/dev/null || ${TRUE}
if ${TEST} -d ${INPUT_MESA_SCRIPTDIR}; then
${CAT} << EOF
======================================================================
The xmms-meta-input player scripts were not wiped out by this deletion
process. If you don't want them around, then please remove the
following directory:
${INPUT_MESA_SCRIPTDIR}
======================================================================
EOF
fi
;;
esac
Required to run:[
audio/xmms]
Required to build:[
x11/xproto] [
x11/xextproto] [
x11/damageproto] [
x11/dri2proto] [
x11/glproto] [
x11/xf86vidmodeproto] [
x11/fixesproto4] [
x11/inputproto] [
x11/xf86driproto] [
pkgtools/cwrappers] [
pkgtools/x11-links]
Master sites:
SHA1: 46d3644ca51b21b6756b305068aeb54125c44768
RMD160: bb4623cd28d8f0946a922b4bfa100855a913f8d3
Filesize: 14.31 KB
Version history: (Expand)
- (2018-01-02) Package added to pkgsrc.se, version xmms-meta-input-0.4nb8 (created)