You are not logged in.

#1 2005-06-01 22:59:05

bardo
Member
Registered: 2004-12-06
Posts: 96

Beast and bse-alsa

A great synth/sampler and its ALSA interface...
I've updated the PKGBUILDS to the latest release, 0.6.6.

# Contributor: Corrado Primier <cp663137@stud.polimi.it>

pkgname=beast
pkgver=0.6.6
pkgrel=1
pkgdesc="The BEdevilled Audio SysTem, a music composition and modular synthesis application"
url="http://beast.gtk.org"
license="GPL"
depends=('libgnomecanvas' 'gtk2' 'guile' 'libogg' 'libmad')
makedepends=('pkgconfig')
source=(http://beast.gtk.org/beast-ftp/v0.6/$pkgname-$pkgver.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make `pkg-config --cflags-only-I --libs gtk+-x11-2.0` || return 1
  make DESTDIR=$startdir/pkg install
  rm $startdir/pkg/usr/share/mime/{XMLnamespaces,globs,magic,aliases,subclasses}
}
# Contributor: Corrado Primier <cp663137@stud.polimi.it>

pkgname=bse-alsa
pkgver=0.6.6
pkgrel=1
pkgdesc="The Bedevilled Sound Engine, BEAST's core library"
url="http://beast.gtk.org"
license="GPL"
depends=('beast')
makedepends=('pkgconfig' 'beast')
conflicts=()
replaces=()
backup=()
install=
source=(http://beast.gtk.org/beast-ftp/v0.6/$pkgname-$pkgver.tar.gz)
md5sums=('8ef77f96677fb563b77258db58f4a223')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Enjoy wink


dreaming in digital / living in realtime / thinking in binary / talking in ip / welcome to our world

Offline

#2 2005-06-05 17:04:02

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: Beast and bse-alsa

Do you know if its possible to use Beast with a software synthesizer like fluidsynth?

Offline

Board footer

Powered by FluxBB