You are not logged in.

#1 2005-02-17 08:04:26

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

[Req]: Audio apps - zynaddsubfx & ecamegapedal

Could anyone package these two audio apps please:

http://zynaddsubfx.sourceforge.net/

http://www.wakkanet.fi/~kaiv/ecamegapedal/

Thanks.

Offline

#2 2005-02-18 03:05:06

Krzysiek_W
Member
From: Poland, Bialystok - tam gdzie
Registered: 2004-12-08
Posts: 45
Website

Re: [Req]: Audio apps - zynaddsubfx & ecamegapedal

this is PKGBUILD for Ecamegapedal:

pkgname=ecamegapedal
pkgver=0.4.4
pkgrel=1
pkgdesc="Ecamegapedal is a real-time effect processor software with a graphical user interface for controlling the effect parameters."
url="http://www.wakkanet.fi/~kaiv/ecamegapedal/"
license="GPL"
depends=('ecasound' 'qt')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
md5sums=('35ae90b8b01e163d4ec0d6c824fbb8c6')

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

but I haven't even compiled ZynAddSubFX, maby someone else will.


Greetings
Krzysiek Wojszko

Offline

Board footer

Powered by FluxBB