From 8a7093eca7b4e369209588d9969b389da16c4d95 Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Fri, 4 Mar 2022 19:58:44 +0700 Subject: audio/patchage: Updated for version 1.0.4. Signed-off-by: Willy Sudiarto Raharjo --- audio/patchage/patchage.SlackBuild | 53 ++++++++++++++++++-------------------- audio/patchage/patchage.info | 12 ++++----- audio/patchage/slack-desc | 2 +- 3 files changed, 32 insertions(+), 35 deletions(-) (limited to 'audio/patchage') diff --git a/audio/patchage/patchage.SlackBuild b/audio/patchage/patchage.SlackBuild index 26ff6b6a7c..c57f32e0c2 100644 --- a/audio/patchage/patchage.SlackBuild +++ b/audio/patchage/patchage.SlackBuild @@ -1,46 +1,43 @@ #!/bin/bash -# -# Slackware build script for patchage -# -# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version, with the following exception: -# the text of the GPL license may be omitted. -# This program is distributed in the hope that it will be useful, but -# without any warranty; without even the implied warranty of -# merchantability or fitness for a particular purpose. Compiling, -# interpreting, executing or merely reading the text of the program -# may result in lapses of consciousness and/or very being, up to and -# including the end of all existence and the Universe as we know it. -# See the GNU General Public License for more details. +# Slackware build script for patchage -# You may have received a copy of the GNU General Public License along -# with this program (most likely, a file named COPYING). If not, see -# . +# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org +# Copyright 2022 Johannes Schoepfer, Germany +# +# 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. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=patchage -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi -# 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 @@ -50,8 +47,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -96,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/audio/patchage/patchage.info b/audio/patchage/patchage.info index 56858e0b2c..4890b8b7dc 100644 --- a/audio/patchage/patchage.info +++ b/audio/patchage/patchage.info @@ -1,10 +1,10 @@ PRGNAM="patchage" -VERSION="1.0.0" -HOMEPAGE="http://drobilla.net/software/patchage/" -DOWNLOAD="http://download.drobilla.net/patchage-1.0.0.tar.bz2" -MD5SUM="d16a3fc045faff7fd70f3b4769b65698" +VERSION="1.0.4" +HOMEPAGE="https://drobilla.net/software/patchage.html" +DOWNLOAD="http://download.drobilla.net/patchage-1.0.4.tar.bz2" +MD5SUM="d6a9183bb9de4772613b34c182965cd0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ganv" -MAINTAINER="Ryan P.C. McQuen" -EMAIL="ryanpcmcquen@member.fsf.org" +MAINTAINER="Johannes Schoepfer" +EMAIL="slackbuilds@schoepfer.info" diff --git a/audio/patchage/slack-desc b/audio/patchage/slack-desc index b999deb9de..1464c45055 100644 --- a/audio/patchage/slack-desc +++ b/audio/patchage/slack-desc @@ -11,9 +11,9 @@ patchage: patchage: Patchage is a modular patch bay for audio and patchage: MIDI systems based on Jack and Alsa. patchage: +patchage: https://drobilla.net/software/patchage.html patchage: patchage: patchage: -patchage: http://drobilla.net/software/patchage/ patchage: patchage: -- cgit v1.2.3