From 313ef5d770a7733d6f9c67a18bc8ecd79be6aae8 Mon Sep 17 00:00:00 2001 From: Michales Michaloudes Date: Thu, 13 May 2010 00:59:49 +0200 Subject: multimedia/qsampler: Added to 13.0 repository --- multimedia/qsampler/README | 3 ++ multimedia/qsampler/doinst.sh | 4 ++ multimedia/qsampler/qsampler.SlackBuild | 80 +++++++++++++++++++++++++++++++++ multimedia/qsampler/qsampler.info | 10 +++++ multimedia/qsampler/slack-desc | 18 ++++++++ 5 files changed, 115 insertions(+) create mode 100644 multimedia/qsampler/README create mode 100644 multimedia/qsampler/doinst.sh create mode 100644 multimedia/qsampler/qsampler.SlackBuild create mode 100644 multimedia/qsampler/qsampler.info create mode 100644 multimedia/qsampler/slack-desc (limited to 'multimedia/qsampler') diff --git a/multimedia/qsampler/README b/multimedia/qsampler/README new file mode 100644 index 0000000000..d2cffabfa5 --- /dev/null +++ b/multimedia/qsampler/README @@ -0,0 +1,3 @@ +QSampler is a light-weight frontend for linuxsampler. + +This requires linuxsampler and liblscp. diff --git a/multimedia/qsampler/doinst.sh b/multimedia/qsampler/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/multimedia/qsampler/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + diff --git a/multimedia/qsampler/qsampler.SlackBuild b/multimedia/qsampler/qsampler.SlackBuild new file mode 100644 index 0000000000..429d9a9058 --- /dev/null +++ b/multimedia/qsampler/qsampler.SlackBuild @@ -0,0 +1,80 @@ +#!/bin/sh +# Slackware build script for +# Written by Michales Michaloudes korgie@gmail.com + +PRGNAM=qsampler +VERSION=${VERSION:-0.2.2} +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +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" +fi + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -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 \ + --disable-static \ + --build=$ARCH-slackware-linux + +make +make install DESTDIR=$PKG + +( cd $PKG + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true +) + +( cd $PKG/usr/man + find . -type f -exec gzip -9 {} \; + for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +) + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + AUTHORS COPYING ChangeLog INSTALL TODO README TRANSLATORS \ + $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:-tgz} diff --git a/multimedia/qsampler/qsampler.info b/multimedia/qsampler/qsampler.info new file mode 100644 index 0000000000..f4f4aa9e91 --- /dev/null +++ b/multimedia/qsampler/qsampler.info @@ -0,0 +1,10 @@ +PRGNAM="qsampler" +VERSION="0.2.2" +HOMEPAGE="http://linuxsampler.org" +DOWNLOAD="http://download.linuxsampler.org/packages/qsampler-0.2.2.tar.gz" +MD5SUM="4a7cf37f897b5feb439ef118b47e45de" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Michales Michaloudes" +EMAIL="korgie@gmail.com" +APPROVED="rworkman" diff --git a/multimedia/qsampler/slack-desc b/multimedia/qsampler/slack-desc new file mode 100644 index 0000000000..4329b966df --- /dev/null +++ b/multimedia/qsampler/slack-desc @@ -0,0 +1,18 @@ +# 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 ':'. + + |-----handy-ruler------------------------------------------------------| +qsampler: qsampler (frontend for linuxsampler) +qsampler: +qsampler: QSampler is a light-weight frontend written in C++, using +qsampler: straightforward native graphical controls of the underlying operating +qsampler: system. That way the appearance of QSampler on the screen is very +qsampler: fast and it only consumes very little resources. +qsampler: +qsampler: +qsampler: +qsampler: -- cgit v1.2.3-80-g2a13