audio/eawpats: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1edda5c1c4
commit
0485e710ac
|
@ -1,14 +1,16 @@
|
|||
eawpats is a sound patches library for TiMidity++. This package
|
||||
contains a patchset for the TiMidity++ MIDI player. A patchset is
|
||||
required for MIDI files to be audible through TiMidity++. These
|
||||
eawpats (MIDI instrument patches)
|
||||
|
||||
eawpats is a sound patches library for TiMidity++. This package
|
||||
contains a patchset for the TiMidity++ MIDI player. A patchset is
|
||||
required for MIDI files to be audible through TiMidity++. These
|
||||
patches also work with applications that use SDL_mixer for MIDI audio.
|
||||
|
||||
Note that eawpats contains proprietary sound samples. According to the
|
||||
Note that eawpats contains proprietary sound samples. According to the
|
||||
ALSA Wiki:
|
||||
|
||||
"Half of the patches in eawpats are derived from original Gravis
|
||||
patches, and therefore may have some intellectual property issues."
|
||||
|
||||
If this is a concern to you, use freepats instead (however,
|
||||
eawpats does sound nicer). For more information, see
|
||||
eawpats does sound nicer). For more information, see
|
||||
/usr/doc/eawpats-12/copyrigh.txt
|
||||
|
|
|
@ -33,9 +33,6 @@ BUILD=${BUILD:-3}
|
|||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="eawpats"
|
||||
VERSION="12"
|
||||
HOMEPAGE="http://slackwiki.com/Timidity%2B%2B"
|
||||
DOWNLOAD="http://distfiles.gentoo.org/distfiles/eawpats12_full.tar.gz"
|
||||
HOMEPAGE="https://slackwiki.com/Timidity%2B%2B"
|
||||
DOWNLOAD="https://distfiles.gentoo.org/distfiles/eawpats12_full.tar.gz"
|
||||
MD5SUM="8ebcf0583f3077346ebace93c8ea166f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -10,7 +10,7 @@ eawpats: eawpats (MIDI instrument patches)
|
|||
eawpats:
|
||||
eawpats: This package contains a patchset for the TiMidity++ MIDI player.
|
||||
eawpats: A patchset is required for MIDI files to be audible through
|
||||
eawpats: TiMidity++. These patches also work with applications that use
|
||||
eawpats: TiMidity++. These patches also work with applications that use
|
||||
eawpats: SDL_mixer for MIDI audio.
|
||||
eawpats:
|
||||
eawpats:
|
||||
|
|
Loading…
Reference in New Issue