You are not logged in.

#1 2005-02-16 00:33:33

Pajaro
Member
Registered: 2004-04-21
Posts: 884

rosegarden-4 1.0 out!

I've done a quick test, and i've seen it works fine. Ready to go to extra?

this topic has the PKGBUILD for dssi
http://bbs.archlinux.org/viewtopic.php? … light=dssi

I also recomend dssi-vst to be able to use VST synths.

PKGBUILD

pkgname=rosegarden
origver=1.0
pkgver=4.1.0
pkgrel=1
pkgdesc="audio and MIDI sequencer, score editor, and general-purpose music composition and editing application."
url="http://www.rosegardenmusic.com/"
depends=(kdelibs liblo liblrdf x-server alsa-lib jack-audio-connection-kit ladspa dssi)
source=(http://dl.sourceforge.net/sourceforge/rosegarden/$pkgname-4-$origver.tar.bz2 rosegarden.install)
provides=('rosegarden-4')
replaces=('rosegarden-4')

md5sums=('ca63f343e2a6240a0f64d32e362bf436' '39f059f70e3f84303bceaeafd20ccdd2')


isntall=rosegarden.install

build() {
  cd $startdir/src/$pkgname-4-$origver
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

rosegarden.install (I don't know if it is still nedeed)

# This is a default template for a post-install scriptlet.  You can
# remove any functions you don't need (and this header).

# arg 1:  the new package version
pre_install() {
  /bin/true
}

# arg 1:  the new package version
post_install() {
  /bin/true
  ln -s /usr/lib/libreadline.so /usr/lib/libreadline.so.4
}

# arg 1:  the new package version
# arg 2:  the old package version
pre_upgrade() {
  /bin/true
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  /bin/true
}

# arg 1:  the old package version
pre_remove() {
  /bin/true
}

# arg 1:  the old package version
post_remove() {
  /bin/true
}

op=$1
shift
$op $*

Offline

#2 2005-02-16 00:49:12

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: rosegarden-4 1.0 out!

linking to an old readline is NOT a solution ... in the meantime i hope that all kde stuff links exclusively to readline 5 so this is for sure not needed ... and if, then it must be fixed

i have rosegarden prepared for extra (the same thing that is in unstable - only the release of it) and will compile it when my cpu is free (atm i'm aligning 300 sequences of about 1200bp's)

EDIT: dssi + liblo are in extra - rosegarden compile started

Installation Summary
--------------------

Install Directory             : /opt/kde

Xft notation font support     : yes
ALSA MIDI support             : yes
JACK audio support            : yes
LADSPA plugin support         : yes
DSSI synth plugin support     : yes
Custom OSC plugin GUI support : yes
LRDF plugin metadata support  : yes

The impossible missions are the only ones which succeed.

Offline

#3 2005-02-16 01:51:47

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: rosegarden-4 1.0 out!

compiled - works - going to extra!


The impossible missions are the only ones which succeed.

Offline

#4 2005-02-16 14:27:09

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: rosegarden-4 1.0 out!

dp,

cant you upload dssi-vst?

It is a basic tool for audio developers.

Or if it cannot be uploaded because for compilation it depends on non-free sources, maybe you could upload it to a tur.

Offline

#5 2005-02-16 16:08:55

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: rosegarden-4 1.0 out!

Pajaro wrote:

dp,

cant you upload dssi-vst?

It is a basic tool for audio developers.

Or if it cannot be uploaded because for compilation it depends on non-free sources, maybe you could upload it to a tur.

the dependency chain, exactly, it uses non-free sources

sorry, but i have something against non-free sources myself ... please ask someone else from Trusted User Repositories <tur-users@archlinux.org> to do it


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB