[SCM] pd-iemutils/master: pd-iem (meta)package

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Dec 7 20:21:20 UTC 2015


The following commit has been merged in the master branch:
commit 39f911b2b56695bdc7ca7ca2adf1233033c00e9d
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Dec 7 21:06:35 2015 +0100

    pd-iem (meta)package

diff --git a/debian/pd-iem b/debian/pd-iem
new file mode 100755
index 0000000..4e0b2e0
--- /dev/null
+++ b/debian/pd-iem
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+PDEXTRA=/usr/lib/pd/extra
+
+
+PDFLAGS=""
+if [ -d "${PDEXTRA}/iemlib" ]; then
+ PDFLAGS="${PDFLAGS} -lib ${PDEXTRA}/iemlib/iemlib1 -lib ${PDEXTRA}/iemlib/iemlib2"
+fi
+for i in Gem iemmatrix iem_ambi iem_tab zexy
+do
+ if [ -d "${PDEXTRA}/${i}" ]; then
+   PDFLAGS="${PDFLAGS} -lib ${PDEXTRA}/${i}"
+ fi
+done
+for i in net osc windowing list-abs bsaylor
+do
+ if [ -e "${PDEXTRA}/${i}/" ]; then
+   PDFLAGS="${PDFLAGS} -path ${PDEXTRA}/${i}"
+ fi
+done
+
+
+exec /usr/bin/pd \
+        ${PDFLAGS} "$@"
diff --git a/debian/pd-iem.1 b/debian/pd-iem.1
new file mode 100644
index 0000000..f49abcb
--- /dev/null
+++ b/debian/pd-iem.1
@@ -0,0 +1,31 @@
+.TH pd 1 "1996 Mar 20" GNU
+.SH NAME
+pd-iem \- IEM flavoured Pure Data
+.SH DESCRIPTION
+pd-iem is a distribution of Pure Data (Pd) as used by the Institute of
+Electronic Music and Acoustics (iem) at the University of Music and Performing
+Arts Graz, Austria.
+It closely follows the vanilla flavour of Miller Puckette but includes a few
+select externals.
+.PP
+This script starts Pd with a couple of libraries enabled. All arguments passed
+to it, will be forwarded to Pd.
+To get a list of allowable arguments to Pd (pd-iem), type
+.IP
+.B pd-iem -help
+.PP
+and for more documentation either start pd-iem and get help, or consult
+.PP
+.B http://git.iem.at/pd/pd-iem
+.SH SEE ALSO
+pd(1)
+.SH LICENSE
+Pd is covered by the Standard Improved BSD License.
+.SH HOMEPAGE
+Gem homepage: http://git.iem.at/pd/pd-iem
+.SH AUTHOR
+IOhannes m zmölnig <zmoelnig at iem.at> et al.
+.PP
+The manpage was written by IOhannes m zmölnig <umlaeute at debian.org> for the Debian 
+GNU/Linux system (but may be used by others).
+
diff --git a/debian/pd-iem.install b/debian/pd-iem.install
new file mode 100644
index 0000000..f605e65
--- /dev/null
+++ b/debian/pd-iem.install
@@ -0,0 +1 @@
+debian/pd-iem			usr/bin
diff --git a/debian/pd-iem.manpages b/debian/pd-iem.manpages
new file mode 100644
index 0000000..00c6230
--- /dev/null
+++ b/debian/pd-iem.manpages
@@ -0,0 +1 @@
+debian/pd-iem.1

-- 
pd-iemutils packaging



More information about the pkg-multimedia-commits mailing list