multimedia/pmidi: Initial import

This commit is contained in:
Paul Wisehart 2010-05-11 15:00:29 +02:00 committed by Robby Workman
parent 3ec5795d56
commit 555e53d2b1
4 changed files with 107 additions and 0 deletions

11
multimedia/pmidi/README Normal file
View File

@ -0,0 +1,11 @@
pmidi is a command line midi player for ALSA.
This is a straightforward command line program to play midi files
through the ALSA sequencer.
As you can specify the client and port to connect to on the command
line it is also useful for testing ALSA or clients that need to
receive sequencer events.
This program works with latest ALSA 1.0 drivers and former O.9
versions.

View File

@ -0,0 +1,77 @@
#!/bin/sh
# Slackware build script for pmidi
# Copyright (C) 2006 paul wisehart wise@lupulin.net
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by the SlackBuilds.org project
PKGNAME=pmidi
VERSION=1.6.0
ARCH=${ARCH:-i486}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PKGNAME
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
rm -rf $PKGNAME-$VERSION
tar -xvzf $CWD/$PKGNAME-$VERSION.tar.gz || exit 1
cd $PKGNAME-$VERSION || exit 1
chown -R root:root .
chmod -R a-s,u+rw,go+r-w .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
|| exit 1
make || exit 1
make install-strip DESTDIR=$PKG || exit 1
mkdir -p $PKG/usr/doc/$PKGNAME-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
$PKG/usr/doc/$PKGNAME-$VERSION
cat $CWD/$PKGNAME.SlackBuild > $PKG/usr/doc/$PKGNAME-$VERSION/$PKGNAME.SlackBuild
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PKGNAME-$VERSION-$ARCH-$BUILD$TAG.tgz

View File

@ -0,0 +1,8 @@
PRGNAM="pmidi"
VERSION="1.6.0"
HOMEPAGE="http://www.parabola.me.uk/alsa/pmidi.html"
DOWNLOAD="http://dl.sourceforge.net/pmidi/pmidi-1.6.0.tar.gz"
MD5SUM="e81a92626dbcc1deb917e49f0737fb32"
MAINTAINER="paul wisehart"
EMAIL="wise@lupulin.net"
APPROVED="robw810"

View File

@ -0,0 +1,11 @@
pmidi: pmidi - a command line midi player for alsa
pmidi:
pmidi: This is a straightforward command line program to play midi files
pmidi: through the ALSA sequencer.
pmidi: As you can specify the client and port to connect to on the command
pmidi: line it is also useful for testing ALSA or clients that need to
pmidi: receive sequencer events.
pmidi: This program works with latest ALSA 1.0 drivers and former O.9
pmidi: versions.
pmidi:
pmidi: