mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
multimedia/pmidi: Updated for version 1.6.0
This commit is contained in:
parent
4fd9b2f500
commit
00c94a5c9b
4 changed files with 11 additions and 7 deletions
|
@ -5,7 +5,3 @@ 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.
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
PKGNAME=pmidi
|
||||
VERSION=1.6.0
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/pmidi/pmidi-1.6.0.tar.gz"
|
|||
MD5SUM="e81a92626dbcc1deb917e49f0737fb32"
|
||||
MAINTAINER="paul wisehart"
|
||||
EMAIL="wise@lupulin.net"
|
||||
APPROVED="robw810"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
pmidi: pmidi - a command line midi player for alsa
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
pmidi: pmidi (command line midi player for alsa)
|
||||
pmidi:
|
||||
pmidi: This is a straightforward command line program to play midi files
|
||||
pmidi: through the ALSA sequencer.
|
||||
|
|
Loading…
Reference in a new issue