multimedia/JSampler: Added (Java GUI for LinuxSampler).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
3816c80c55
commit
fd5f8faa62
|
@ -0,0 +1,93 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for JSampler
|
||||
|
||||
# Copyright 2012 Klaatu 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=JSampler
|
||||
VERSION=${VERSION:-0.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) 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
|
||||
|
||||
THEME=${THEME:-fantasia}
|
||||
|
||||
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 . \
|
||||
\( -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 {} \;
|
||||
|
||||
# make sure destdir exists
|
||||
mkdir -p $PKG/$JAVA_HOME/jre/bin/
|
||||
|
||||
# does user have ant installed
|
||||
# if so then build from source. if not use prebuilt.
|
||||
if test -x != $(which ant)
|
||||
then ant build-$THEME
|
||||
cp dist/*-$VERSION.jar $PKG/$JAVA_HOME/jre/bin/
|
||||
else cp dist/Fantasia-$VERSION.jar $PKG/$JAVA_HOME/jre/bin/
|
||||
fi
|
||||
|
||||
# create a .desktop file
|
||||
install -D -m 0644 $CWD/$PRGNAM.desktop \
|
||||
$PKG/usr/share/applications/$PRGNAM-$THEME.desktop
|
||||
echo -e "\nExec=java -jar $JAVA_HOME/jre/bin/$(echo "${THEME[@]^}")-0.9.jar" \
|
||||
>> $PKG/usr/share/applications/$PRGNAM-$THEME.desktop
|
||||
|
||||
# docs
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -ar \
|
||||
licenses manual/html README \
|
||||
ChangeLog AUTHORS \
|
||||
$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}
|
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Name=JSampler
|
||||
Version=0.9
|
||||
GenericName=LinuxSampler GUI
|
||||
Comment=JSampler is a LinuxSampler Java GUI Interface
|
||||
Icon=qsampler
|
||||
Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;
|
||||
Terminal=false
|
||||
Type=Application
|
|
@ -0,0 +1,10 @@
|
|||
PRGNAM="JSampler"
|
||||
VERSION="0.9"
|
||||
HOMEPAGE="http://sourceforge.net/projects/jsampler/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/jsampler/JSampler-0.9.tar.bz2"
|
||||
MD5SUM="e1915d9c222388caed7b8eac6579ab8a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="apache-ant jlscp"
|
||||
MAINTAINER="klaatu"
|
||||
EMAIL="klaatu@member.fsf.org"
|
|
@ -0,0 +1,17 @@
|
|||
You want a pretty LinuxSampler GUI? Try JSampler today!
|
||||
|
||||
This SlackBuild will build JSampler from source code.
|
||||
|
||||
If you don't have apache-ant installed (but only java),
|
||||
then this SlackBuild installs the pre-built .jar file.
|
||||
|
||||
.-----------------------.
|
||||
| If you are compiling: \________________________________
|
||||
| \
|
||||
| JSampler has two themes: jsclassic and fantasia. The |
|
||||
| default is fantasia but you may choose classic by |
|
||||
| passing this variable to the SlackBuild: |
|
||||
| |
|
||||
| THEME=jsclassic |
|
||||
| |
|
||||
'---------------------------------------------------------'
|
|
@ -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------------------------------------------------------|
|
||||
JSampler: JSampler (Java GUI frontend for LinuxSampler)
|
||||
JSampler:
|
||||
JSampler: Java GUI frontend for LinuxSampler, allowing you to load in sample
|
||||
JSampler: banks, audition sounds, and play on a virtual keyboard.
|
||||
JSampler:
|
||||
JSampler: Homepage: http://sourceforge.net/projects/jsampler/
|
||||
JSampler:
|
||||
JSampler:
|
||||
JSampler:
|
||||
JSampler:
|
||||
JSampler:
|
Loading…
Reference in New Issue