mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/snd: Updated for version 20.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b7e464edd4
commit
d9225e7d94
5 changed files with 20 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
Snd is a sound editor modelled loosely after Emacs. It is highly
|
||||
programmable, supports a variety of audio and sample file formats,
|
||||
includes a complete implementation of Common Lisp Music (CLM), can be
|
||||
run sans GUI as a scripting engine, and more.
|
||||
includes a complete implementation of Common Lisp Music (CLM), can
|
||||
be run sans GUI as a scripting engine, and more.
|
||||
|
||||
This SlackBuild configures Snd to use Scheme (s7), ALSA, and Motif.
|
||||
But using GTK3 instead of Motif is also easy.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
||||
fi
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild for Snd, 3 December 2019
|
||||
# awg <awg@cock.li>
|
||||
# SlackBuild for Snd, 5 June 2020
|
||||
# E. axillaris <elanus@i2pmail.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, or distribute this software for any
|
||||
|
@ -16,12 +16,11 @@
|
|||
# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
## Snd itself remains a copyrighted work. Please see the file COPYING
|
||||
## in the Snd source distribution.
|
||||
#
|
||||
# Please see the Snd license for more information.
|
||||
|
||||
PRGNAM=snd
|
||||
VERSION=${VERSION:-19.9}
|
||||
VERSION=${VERSION:-20.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Exec=/usr/bin/snd
|
||||
Exec=/usr/bin/snd %F
|
||||
Icon=snd_48x48
|
||||
Name=Snd
|
||||
Type=Application
|
||||
GenericName=Snd Editor
|
||||
GenericName[fr]=Snd Éditeur
|
||||
GenericName[ja]=Snd エディタ
|
||||
GenericName[ru]=Snd редактор
|
||||
StartupNotify=true
|
||||
Type=Application
|
||||
Categories=Audio;AudioVideo;
|
||||
MimeType=audio/x-wav;audio/x-aiff;audio/x-adpcm;
|
||||
StartupNotify=true
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="snd"
|
||||
VERSION="19.9"
|
||||
VERSION="20.3"
|
||||
HOMEPAGE="https://ccrma.stanford.edu/software/snd/"
|
||||
DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-19.9.tar.gz"
|
||||
MD5SUM="7ba9fe1089c1130445ad011da15881cb"
|
||||
DOWNLOAD="https://ccrma.stanford.edu/software/snd/snd-20.3.tar.gz"
|
||||
MD5SUM="111246d1b8b03d3da4d022d4277319a0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="awg"
|
||||
EMAIL="awg@cock.li"
|
||||
MAINTAINER="E. axillaris"
|
||||
EMAIL="elanus@i2pmail.org"
|
||||
|
|
Loading…
Reference in a new issue