From 0e26246f8d113e72de0643505aea9fd8bb92ccdf Mon Sep 17 00:00:00 2001 From: Klaatu Date: Sat, 28 Feb 2015 03:45:50 +0700 Subject: audio/aj-snapshot: Added (minimalist JACK session manager). Signed-off-by: Willy Sudiarto Raharjo --- audio/aj-snapshot/README | 5 ++ audio/aj-snapshot/aj-snapshot.SlackBuild | 91 ++++++++++++++++++++++++++++++++ audio/aj-snapshot/aj-snapshot.info | 10 ++++ audio/aj-snapshot/slack-desc | 19 +++++++ 4 files changed, 125 insertions(+) create mode 100644 audio/aj-snapshot/README create mode 100644 audio/aj-snapshot/aj-snapshot.SlackBuild create mode 100644 audio/aj-snapshot/aj-snapshot.info create mode 100644 audio/aj-snapshot/slack-desc (limited to 'audio') diff --git a/audio/aj-snapshot/README b/audio/aj-snapshot/README new file mode 100644 index 0000000000..1a732491a8 --- /dev/null +++ b/audio/aj-snapshot/README @@ -0,0 +1,5 @@ +Aj-snapshot is a small program that can be used to make snapshots of the connections made between JACK and/or ALSA clients. + +Since JACK provides both audio and MIDI support to programs, aj-snapshot is able to store both types of connections for JACK. + +Run aj-snapshot in daemon mode to have your connections continually restored. diff --git a/audio/aj-snapshot/aj-snapshot.SlackBuild b/audio/aj-snapshot/aj-snapshot.SlackBuild new file mode 100644 index 0000000000..f4d322faea --- /dev/null +++ b/audio/aj-snapshot/aj-snapshot.SlackBuild @@ -0,0 +1,91 @@ +#!/bin/sh +# Slackware build script for aj-snapshot +# Copyright 2014 Klaatu@member.fsf.org +# +# GNU All-Permissive License +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. + +PRGNAM=aj-snapshot +VERSION=${VERSION:-0.9.6} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i486 ;; + arm*) ARCH=arm ;; + *) ARCH=$( uname -m ) ;; + esac +fi + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +fi + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +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 {} \; + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --build=$ARCH-slackware-linux + +make +make install DESTDIR=$PKG + +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 + +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 + +find $PKG -name perllocal.pod \ + -o -name ".packlist" \ + -o -name "*.bs" \ + | xargs rm -f || echo "no perllocal found -----------------------------" + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README $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 + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/audio/aj-snapshot/aj-snapshot.info b/audio/aj-snapshot/aj-snapshot.info new file mode 100644 index 0000000000..e712a3970c --- /dev/null +++ b/audio/aj-snapshot/aj-snapshot.info @@ -0,0 +1,10 @@ +PRGNAM="aj-snapshot" +VERSION="0.9.6" +HOMEPAGE="http://aj-snapshot.sourceforge.net/" +DOWNLOAD="http://colocrossing.dl.sourceforge.net/project/aj-snapshot/aj-snapshot-0.9.6.tar.bz2" +MD5SUM="fd755bbcade848001f16740462a08dff" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="jack-audio-connection-kit mxml" +MAINTAINER="Klaatu" +EMAIL="klaatu@member.fsf.org" diff --git a/audio/aj-snapshot/slack-desc b/audio/aj-snapshot/slack-desc new file mode 100644 index 0000000000..5a8ca2534d --- /dev/null +++ b/audio/aj-snapshot/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------------------------------------------------------| +aj-snapshot: aj-snapshot (minimalist JACK session manager) +aj-snapshot: +aj-snapshot: Aj-snapshot takes snapshots of JACK sessions, making it simple for +aj-snapshot: you to restore connections later. +aj-snapshot: +aj-snapshot: http://aj-snapshot.sourceforge.net/ +aj-snapshot: +aj-snapshot: +aj-snapshot: +aj-snapshot: +aj-snapshot: -- cgit v1.2.3