From 996bacd1c64d6404feb753f8896971dab6db4051 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 1 Dec 2019 01:07:22 +0700 Subject: network/isync: Update script. Signed-off-by: Willy Sudiarto Raharjo --- audio/setBfree/README | 13 +++++++------ audio/setBfree/setBfree.info | 2 +- network/isync/README.SLACKWARE | 32 ++++++++++++++++---------------- network/isync/isync.SlackBuild | 6 +++--- network/isync/isync.info | 6 +++--- 5 files changed, 30 insertions(+), 29 deletions(-) diff --git a/audio/setBfree/README b/audio/setBfree/README index 9265a24cbb..ec98662a6c 100644 --- a/audio/setBfree/README +++ b/audio/setBfree/README @@ -3,14 +3,15 @@ and properties of the electromechanical organs and sound modification devices that brought world-wide fame to the names and products of Laurens Hammond and Don Leslie. +This requires one of the jack varieties. + +Optional dependencies are lv2,liblo and ftgl to build the +standalone and lv2 OpenGL UI: +For the LV2 GUI you need a LV2 host with Gtk support, like jalv. +jalv.gtk -l ~/.config/setBfree http://gareus.org/oss/lv2/b_synth + This package uses POSIX filesystem capabilities to execute with elevated privileges (required for realtime audio processing). This may be considered a security/stability risk. Please read http://www.slackbuilds.org/caps/ for more information. To disable capabilities, pass SETCAP=no to the script. - -jack2 may be used instead of jack-audio-connection-kit. -lv2,liblo and ftgl are optional -dependencies to build the standalone/lv2 OpenGL UI: -For the LV2 GUI you need a LV2 host with Gtk support, like jalv. -jalv.gtk -l ~/.config/setBfree http://gareus.org/oss/lv2/b_synth diff --git a/audio/setBfree/setBfree.info b/audio/setBfree/setBfree.info index 5ea64e3121..33f2a14e63 100644 --- a/audio/setBfree/setBfree.info +++ b/audio/setBfree/setBfree.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pantherb/setBfree/archive/v0.8.10/setBfree-0.8.10.t MD5SUM="05ca24e68dd70f498a52f609ec3eb050" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jack2" +REQUIRES="jack-audio-connection-kit" MAINTAINER="Johannes Schoepfer" EMAIL="slackbuilds@schoepfer.info" diff --git a/network/isync/README.SLACKWARE b/network/isync/README.SLACKWARE index 4fcc0a630e..fd78538da7 100644 --- a/network/isync/README.SLACKWARE +++ b/network/isync/README.SLACKWARE @@ -4,24 +4,24 @@ After installation, create $HOME/.mbsyncrc. This file contains information about your email stores and channels. An example configuration, between a remote IMAP server and a local Maildir: - MaildirStore local - Path ~/Maildir/ + MaildirStore local + Path ~/Maildir/ - IMAPAccount My-IMAP-server - Host mail.myisp.foo - Port 143 - User myuser - #Pass mypass -- if not supplied, mbsync will prompt at runtime + IMAPAccount My-IMAP-server + Host mail.myisp.foo + Port 143 + User myuser + #Pass mypass -- if not supplied, mbsync will prompt at runtime - IMAPStore My-IMAP-store - Account My-IMAP-Server + IMAPStore My-IMAP-store + Account My-IMAP-Server - Channel My-Channel - Master :My-IMAP-store: - Slave :local: - Patterns % !Trash # Synchronize all at this level except Trash - Sync All - Create Both - Expunge Both + Channel My-Channel + Master :My-IMAP-store: + Slave :local: + Patterns % !Trash # Synchronize all at this level except Trash + Sync All + Create Both + Expunge Both See mbsync(1) for additional explanation and options. diff --git a/network/isync/isync.SlackBuild b/network/isync/isync.SlackBuild index 0ee56baa2e..e287ce9498 100644 --- a/network/isync/isync.SlackBuild +++ b/network/isync/isync.SlackBuild @@ -29,7 +29,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=isync -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,7 +47,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" + SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -60,7 +60,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/network/isync/isync.info b/network/isync/isync.info index b7fbbc45ab..88343019af 100644 --- a/network/isync/isync.info +++ b/network/isync/isync.info @@ -1,8 +1,8 @@ PRGNAM="isync" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="http://isync.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.3.0.tar.gz" -MD5SUM="f64e8723ebbb081bc15510586bfa1f8f" +DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.3.1.tar.gz" +MD5SUM="58bc3507ebe930f8fec5997430be85d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3