diff options
Diffstat (limited to 'audio/zoom-edit-n-share')
-rw-r--r-- | audio/zoom-edit-n-share/README | 17 | ||||
-rw-r--r-- | audio/zoom-edit-n-share/doinst.sh | 13 | ||||
-rw-r--r-- | audio/zoom-edit-n-share/slack-desc | 19 | ||||
-rw-r--r-- | audio/zoom-edit-n-share/zoom-edit-n-share | 35 | ||||
-rw-r--r-- | audio/zoom-edit-n-share/zoom-edit-n-share.SlackBuild | 99 | ||||
-rw-r--r-- | audio/zoom-edit-n-share/zoom-edit-n-share.desktop | 9 | ||||
-rw-r--r-- | audio/zoom-edit-n-share/zoom-edit-n-share.info | 10 | ||||
-rw-r--r-- | audio/zoom-edit-n-share/zoom-edit-n-share.png | bin | 0 -> 10315 bytes |
8 files changed, 202 insertions, 0 deletions
diff --git a/audio/zoom-edit-n-share/README b/audio/zoom-edit-n-share/README new file mode 100644 index 0000000000..2c6300837b --- /dev/null +++ b/audio/zoom-edit-n-share/README @@ -0,0 +1,17 @@ +The Edit&Share application is used to control Zoom G3/B3 pedals from +your favourite Slackware box. + +The Zoom G3/B3 guitar pedals opens the door to a new creativity level. +It offers a number of effects, along with amp and cabinet models, +and allows you to chain them together for full multi-effect complexity. + +Three stompbox-style displays—each with its own dedicated foot switch +and control knobs—make it easy to edit effects and bring them in and +out as needed. + +Advanced features like an onboard chromatic tuner, balanced line-level +output, USB port, and integrated rhythm patterns and looper complete +the picture. + +Both onstage and in the studio, you can count on your G3 to deliver +the great sound you need from a guitar pedal. diff --git a/audio/zoom-edit-n-share/doinst.sh b/audio/zoom-edit-n-share/doinst.sh new file mode 100644 index 0000000000..aea0f894eb --- /dev/null +++ b/audio/zoom-edit-n-share/doinst.sh @@ -0,0 +1,13 @@ +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 + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi diff --git a/audio/zoom-edit-n-share/slack-desc b/audio/zoom-edit-n-share/slack-desc new file mode 100644 index 0000000000..1527378fe4 --- /dev/null +++ b/audio/zoom-edit-n-share/slack-desc @@ -0,0 +1,19 @@ +# 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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +zoom-edit-n-share: zoom-edit-n-share (Control your Zoom G3/B3 guitar pedals) +zoom-edit-n-share: +zoom-edit-n-share: The Edit&Share application is used to control Zoom G3/B3 pedals from +zoom-edit-n-share: your favourite Slackware box. +zoom-edit-n-share: The Zoom G3/B3 guitar pedals opens the door to a new level of +zoom-edit-n-share: creativity. It offers a number of effects, along with amp and cabinet +zoom-edit-n-share: models, and allows you to chain them together for full multi-effect +zoom-edit-n-share: complexity. +zoom-edit-n-share: +zoom-edit-n-share: +zoom-edit-n-share: diff --git a/audio/zoom-edit-n-share/zoom-edit-n-share b/audio/zoom-edit-n-share/zoom-edit-n-share new file mode 100644 index 0000000000..be8038f5a0 --- /dev/null +++ b/audio/zoom-edit-n-share/zoom-edit-n-share @@ -0,0 +1,35 @@ +#!/bin/bash + +# Slackware launcher script for ZOOM Edit&Share + +# Copyright 2024-2025 Antonio Leal, Porto Salvo, Oeiras, Portugal +# All rights reserved. +# +# 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. + + +FOLDER=`find $HOME/.wine/drive_c -name "Edit_Share" -print` +PRGNAM=`find $HOME/.wine/drive_c -name "ZOOM\ Edit&Share.exe" -print` +if ! [ -f "${PRGNAM}" ]; then + cd "/opt/Edit&Share/" + wine ./Edit\&Share\ 5.0.0.0\ Setup.exe /S/v/qn + rm -rf "$HOME/.local/share/applications/wine/Programs/ZOOM" + kbuildsycoca5 > /dev/null 2>&1 +fi +cd "${FOLDER}/bin" +wine "$PRGNAM" diff --git a/audio/zoom-edit-n-share/zoom-edit-n-share.SlackBuild b/audio/zoom-edit-n-share/zoom-edit-n-share.SlackBuild new file mode 100644 index 0000000000..85b2bd9599 --- /dev/null +++ b/audio/zoom-edit-n-share/zoom-edit-n-share.SlackBuild @@ -0,0 +1,99 @@ +#!/bin/bash + +# Slackware build script for ZOOM Edit&Share + +# Copyright 2024-2025 Antonio Leal, Porto Salvo, Oeiras, Portugal +# All rights reserved. +# +# 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=zoom-edit-n-share +VERSION=${VERSION:-5.3.0} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +PKGTYPE=${PKGTYPE:-tgz} + +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i586 ;; + arm*) ARCH=arm ;; + *) ARCH=$( uname -m ) ;; + esac +fi + +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" + exit 0 +fi + +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" +else + SLKCFLAGS="-O2" +fi + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +mkdir $PRGNAM-$VERSION +cd $PRGNAM-$VERSION + +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +mkdir -p "$PKG/opt/Edit&Share" +unzip $CWD/E_Edit_Share_Win_v5_3_0.zip +cp "E_Edit&Share_Win/Edit&Share 5.0.0.0 Setup.exe" "$PKG/opt/Edit&Share" +cp "E_Edit&Share_Win/Edit&Share Operation Manual English.pdf" "$PKG/opt/Edit&Share" +install -T -m0755 $CWD/zoom-edit-n-share "$PKG/opt/Edit&Share/$PRGNAM" + +mkdir -p $PKG/usr/share/pixmaps +cp $CWD/zoom-edit-n-share.png $PKG/usr/share/pixmaps/zoom-edit-n-share.png + +mkdir -p $PKG/usr/share/applications +cp $CWD/zoom-edit-n-share.desktop $PKG/usr/share/applications + +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/audio/zoom-edit-n-share/zoom-edit-n-share.desktop b/audio/zoom-edit-n-share/zoom-edit-n-share.desktop new file mode 100644 index 0000000000..4045c44cd0 --- /dev/null +++ b/audio/zoom-edit-n-share/zoom-edit-n-share.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=ZOOM Edit&Share +GenericName=ZOOM Edit&Share +Exec="/opt/Edit&Share/zoom-edit-n-share" +Icon=/usr/share/pixmaps/zoom-edit-n-share.png +Terminal=false +Type=Application +Categories=AudioVideo; +StartupNotify=false diff --git a/audio/zoom-edit-n-share/zoom-edit-n-share.info b/audio/zoom-edit-n-share/zoom-edit-n-share.info new file mode 100644 index 0000000000..38c23df1a5 --- /dev/null +++ b/audio/zoom-edit-n-share/zoom-edit-n-share.info @@ -0,0 +1,10 @@ +PRGNAM="zoom-edit-n-share" +VERSION="5.3.0" +HOMEPAGE="https://zoomcorp.com/en/jp/" +DOWNLOAD="https://zoomcorp.com/documents/407/E_Edit_Share_Win_v5_3_0.zip" +MD5SUM="ee06ca133b0bf2e99df4f118ff084b1f" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="wine" +MAINTAINER="Antonio Leal" +EMAIL="antonioleal@yahoo.com" diff --git a/audio/zoom-edit-n-share/zoom-edit-n-share.png b/audio/zoom-edit-n-share/zoom-edit-n-share.png Binary files differnew file mode 100644 index 0000000000..9d621371b7 --- /dev/null +++ b/audio/zoom-edit-n-share/zoom-edit-n-share.png |