You are not logged in.

#1 2004-12-23 16:02:40

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

[multimedia: sound&audio] scizzor-bmp

Hi.

I posted this PKGBUILD also in the forum: Making Packages and
here is the final PKGBUILD of the Beep-Media-Player plugn scizzor.
Perhaps someone using xmms could make a scizzor-xmms package wink

scizzor: http://scizzor.sourceforge.net

PKGBUILD

# Contributor: Daniel Martin <notze@gmx.net>
pkgname=scizzor
pkgver=1.3.3
pkgrel=2
pkgdesc="Beep Media Player effect plugin for pitchspeed control."
url="http://scizzor.sourceforge.net"
depends=('bmp')
conflicts=()
source=(http://belnet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz http://www.notze.de/arch/beep-patch-1.3.3)
md5sums=('f9c56fb0640e0e825c922472e5799be9'
         'c348f41135298a062220de4444b0b18c')

build() {
  cd $startdir/src/$pkgname
  /usr/bin/patch -p1 < $startdir/beep-patch-1.3.3
  make bmp || return 1
  #### thanks to kapiche who helped me with the next part
  install -D scizzor-bmp.so $startdir/pkg`beep-config --plugin-dir`/Effect
}

EDIT: I forgot to apply the patch into the PKGBUILD. Now it should work.

Offline

Board footer

Powered by FluxBB