You are not logged in.

#26 2004-10-27 20:29:39

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

cmf wrote:

Just as a head's up, the current Rosegarden CVS compiles fine on a up-to-date Arch box.

currently running it myself.

thx for the "heads up" ... i added it to my watchlist/todolist


The impossible missions are the only ones which succeed.

Offline

#27 2004-10-27 23:00:50

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

cmf, these are GREAT NEWS!
I hope we have a pkgbuild in a TU or even testing by tomorrow

Offline

#28 2004-10-27 23:39:25

cmf
Member
Registered: 2003-10-18
Posts: 86

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

well i have a pkg now, it's just based on a cvs co tarballed up, teh pkgbuild is a standard pkgbuild, same as any other kde pkgbuild, need no sed or cat vodoo or any ppatches, just plain configure -- prefix=/opt/kde && make && make install

Offline

#29 2004-10-27 23:41:40

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

zeppelin wrote:

cmf, these are GREAT NEWS!
I hope we have a pkgbuild in a TU or even testing by tomorrow

i scheduled rosegarden-devel (the cvs one) to go to unstable tomorrow evening (= i'll have a look at it tomorrow after the uni, that means after 18:00) ... now i have to do some statistics in evolutional genetics with R (and i really hate that texmacs can not use R 2.0.0 - but this is another subject)


The impossible missions are the only ones which succeed.

Offline

#30 2004-10-28 00:04:02

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

ok. Well they fixed Maxima and added Python(!!!). Did you try asking in the mailing list?
http://lists.texmacs.org/wws

GL

Offline

#31 2004-10-28 14:03:54

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

i get this trouble:

if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/opt/qt/include -I/usr/X11R6/include   -I../gui -I../base    -DQT_THREAD_SUPPORT  -D_REENTRANT  -DRGKDE3 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=i686 -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fno-gcse -fexceptions -MT SoundDriverFactory.lo -MD -MP -MF ".deps/SoundDriverFactory.Tpo" -c -o SoundDriverFactory.loSoundDriverFactory.cpp; 
then mv -f ".deps/SoundDriverFactory.Tpo" ".deps/SoundDriverFactory.Plo"; else rm -f ".deps/SoundDriverFactory.Tpo"; exit 1; fi
make[2]: *** No rule to make target `MidiFile.moc.cpp', needed by `libRosegardenSound_la.all_cpp.cpp'.  Stop.
make[2]: Leaving directory `/home/damir/cvsARCH/unstable/multimedia/rosegarden-devel/src/rosegarden/sound'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/damir/cvsARCH/unstable/multimedia/rosegarden-devel/src/rosegarden'
make: *** [all] Error 2
==> ERROR: Build Failed.  Aborting...

using this PKGBUILD

# $Id: PKGBUILD,v 1.1 2004/08/27 13:56:57 damir Exp $
# Maintainer: damir <damir@archlinux.org>
# Contributor: Robert Emil Berge <robert@rebi.no>

# 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     : no
# Custom OSC plugin GUI support : no
# LRDF plugin metadata support  : yes


pkgname=rosegarden-devel
origname=rosegarden
origver=0.9.9
pkgver=4.0.9.9.cvs20041028
pkgrel=1
pkgdesc="audio and MIDI sequencer, score editor, and general-purpose music composition and editing application [cvs-version]"
url="http://www.rosegardenmusic.com/"
depends=('kdelibs>=3.3' 'kdemultimedia>=3.3' 'readline>=5.0' 'liblrdf' 'alsa-lib' 'jack-audio-connection-kit>=0.70.0' 'ladspa')

provides=('rosegarden')
conflicts=('rosegarden')

build() {
  cd $startdir/src/

  if [ -d $startdir/src/$origname/CVS ]
  then
    echo "CVS-Tree detected! Trying to re-use it ..."
    echo "==> cvs update:"
    cd $startdir/src/$origname
    cvs update
  else
    echo "==> cvs co:"
    cd $startdir/src/
    cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/rosegarden co rosegarden
  fi

  cd $startdir/src/$origname

  make -f Makefile.cvs
  ./configure   --enable-final 
                --prefix=/opt/kde

  make || return 1
  make prefix=$startdir/pkg/opt/kde install || return 1
}

The impossible missions are the only ones which succeed.

Offline

#32 2004-10-28 14:07:16

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

zeppelin wrote:

ok. Well they fixed Maxima and added Python(!!!). Did you try asking in the mailing list?
http://lists.texmacs.org/wws

GL

i tried to send something to this ml, but i always get the reply that my message is rejected:

Votre message pour texmacs-users a ete rejete


From: 
SYMPA <sympa-request@texmacs.org>


To: 
damir.perisa@bluewin.ch


Date: 
Today 16:01:36


Votre message pour la liste texmacs-users a été rejeté.
Le message vous est donc renvoyé.

Votre message :
Return-Path: <sympa@texmacs.org>
Delivered-To: __texmacs-users__texmacs.org@node14.cur-archamps.fr
Received: by node14.cur-archamps.fr (Postfix, from userid 107)
        id 27721A3364; Thu, 28 Oct 2004 16:01:31 +0200 (CEST)
X-Sympa-From: sympa@texmacs.org
To: texmacs-users@texmacs.org
From: damir.perisa@bluewin.ch
In-Reply-To: 
Subject: R=2.0.0 is not supported
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Message-Id: <20041028140131.27721A3364@node14.cur-archamps.fr>
Date: Thu, 28 Oct 2004 16:01:31 +0200 (CEST)

hi texmacs users

i upgraded R to 2.0.0 and realized, that texmacs is not longer able to handle it

is this a known thing? when will the support for R>=2.0.0 be implemented?

thank you in advance,

Damir Perisa

The impossible missions are the only ones which succeed.

Offline

#33 2004-10-28 15:28:35

cmf
Member
Registered: 2003-10-18
Posts: 86

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

My simple pkgbuild without proper deps or anything....


pkgname=rosegarden
pkgver=0.99.91
pkgrel=1
pkgdesc="KDE based audio sequencer."
url="http://www.rosegardenmusic.com"
depends=('kdebase')

source=($pkgname.tar.gz)

build() {
        cd $startdir/src/$pkgname
 make -f Makefile.cvs
        ./configure --prefix=/opt/kde --disable-debug
        make || return 1
        make DESTDIR=$startdir/pkg install || return 1
}

the sourse is just rosegarden.tar.gz which is a tarrballed cvs co from yestrday.

Offline

#34 2004-10-28 16:17:52

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

cmf wrote:

My simple pkgbuild [...]

build() {
        cd $startdir/src/$pkgname
 make -f Makefile.cvs
        ./configure --prefix=/opt/kde --disable-debug
        make || return 1
        make DESTDIR=$startdir/pkg install || return 1
}

[...]

i removed:
--enable-final
and added:
--disable-debug
and am trying now again - thanx for the hint


The impossible missions are the only ones which succeed.

Offline

#35 2004-10-28 16:26:51

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

dp wrote:
cmf wrote:

My simple pkgbuild [...]

build() {
        cd $startdir/src/$pkgname
 make -f Makefile.cvs
        ./configure --prefix=/opt/kde --disable-debug
        make || return 1
        make DESTDIR=$startdir/pkg install || return 1
}

[...]

i removed:
--enable-final
and added:
--disable-debug
and am trying now again - thanx for the hint

works better ... the error is not any more  tongue  8)

EDIT:
still compiling ... waaaaaaaaa ... i'm so in tension that i watched it compiling for some seconds ;-)


The impossible missions are the only ones which succeed.

Offline

#36 2004-10-28 20:36:55

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

dp if you're ready plz post a link to get that pkg smile
thank you man!

Offline

#37 2004-10-28 21:09:47

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

zeppelin wrote:

dp if you're ready plz post a link to get that pkg smile
thank you man!

i had some trouble with internet (somehow got connected with 14400bps and this is ___slow___ ... but now it works again with 128kbps and i'm uploading to unstable right now)

EDIT: rosegarden-devel in unstable


The impossible missions are the only ones which succeed.

Offline

#38 2004-10-28 21:15:09

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

known issues:

Warning: Unable to load any of the fonts in "fughetta"
Warning: Unable to load any of the fonts in "inkpen2,inkpen"
Warning: Unable to load any of the fonts in "maestro"
Warning: Unable to load any of the fonts in "opus"
Warning: Unable to load any of the fonts in "petrucci"
Warning: Unable to load any of the fonts in "sonata"
Warning: Unable to load any of the fonts in "steinberg notation"
Warning: Unable to load any of the fonts in "xinfonia"

The impossible missions are the only ones which succeed.

Offline

#39 2004-10-28 21:58:20

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

one more issue:
my laptop has no midi hardware to play sounds ... so i can compose music, but not hear it :-( (well, i can imagine in my head, how it can sound, but it would be also nice, that the computer also tells one how it sounds like) - any suggestions, how to make rosegarden play midi on a laptop? (the snd-... modules for sequencer load fine)

[damir@Asteraceae /]$ lsmod | grep seq
snd_seq_midi            9248  0 
snd_rawmidi            26528  1 snd_seq_midi
snd_seq_oss            36608  0 
snd_seq_midi_event      8192  2 snd_seq_midi,snd_seq_oss
snd_seq                58128  5 snd_seq_midi,snd_seq_oss,snd_seq_midi_event
snd_seq_device          9228  4 snd_seq_midi,snd_rawmidi,snd_seq_oss,snd_seq
snd_timer              27908  2 snd_seq,snd_pcm
snd                    60004  16 snd_rawmidi,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer

The impossible missions are the only ones which succeed.

Offline

#40 2004-10-28 22:43:23

cmf
Member
Registered: 2003-10-18
Posts: 86

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

it should work, as far as i know teh midid hardware is only for connecting other midid devices, not playback, and it should be able to do it in software anyway.

Offline

#41 2004-11-02 16:56:07

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

lilypond new version is out. plz someone built it and post it on the net [cause I takes time rendering the fonts].
I'm begging for a TU to maintain it..

Offline

#42 2004-11-02 17:01:21

jochen
Member
From: Germany
Registered: 2004-06-01
Posts: 102

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

dp wrote:

one more issue:
my laptop has no midi hardware to play sounds ... so i can compose music, but not hear it :-( (well, i can imagine in my head, how it can sound, but it would be also nice, that the computer also tells one how it sounds like) - any suggestions, how to make rosegarden play midi on a laptop? (the snd-... modules for sequencer load fine)

hi damir,

you could use fluidsynth to make your music sound. A PKGBUILD is somewhere in the forum. If you need more assistance, let me know.

Offline

#43 2004-11-02 18:55:16

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

Offline

#44 2004-11-06 17:19:47

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

Re: [request] RoseGarden and Lilypond (plus necesarry deps)

jochen wrote:
dp wrote:

one more issue:
my laptop has no midi hardware to play sounds ... so i can compose music, but not hear it :-( (well, i can imagine in my head, how it can sound, but it would be also nice, that the computer also tells one how it sounds like) - any suggestions, how to make rosegarden play midi on a laptop? (the snd-... modules for sequencer load fine)

hi damir,

you could use fluidsynth to make your music sound. A PKGBUILD is somewhere in the forum. If you need more assistance, let me know.

thanx for the tip - i'll have a look at it

http://bbs.archlinux.org/viewtopic.php? … fluidsynth


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB