The guide still applies, just skip the steps for pulse audio and any gnome 
stuff you don't want.

Ignore part 3 of the guide and the JACK Scripts of part 5.

When you move on to getting JACK, Riv and Pulse working you only need the two 
JACK scripts simply for starting and stopping the Riv daemons.

#!/bin/bash 
#FILE: jack-post-start.sh
#Start Rivendell Daemons
/usr/local/bin/caed
/usr/local/bin/ripcd
/usr/local/bin/rdcatchd
sleep 5 #not strictly necessary

and this one:

#!/bin/bash 
#FILE: jack-pre-stop.sh
#Stop Rivendell Daemons
killall rdcatchd ripcd caed
sleep 2


-----Original Message-----
From: [email protected] on behalf of Rüdiger
Sent: Sat 18/08/2012 13:59
To: [email protected]
Subject: [RDD] Integrate patches in script... / Compile 2.1.5 -> Xubuntu12.04
 
Hi

I like to compile the latest version 2.1.5 on Xubuntu-12.04 and have 
made a script, that get's all dependencies to compile, get the 
sourcecode from the RD Site and compile everthing. Thats all not the 
problem.

But there are two other things that i like to automate...:

1.
The patches from
http://projects.tryphon.eu/blog/2012/05/25/rivendell-2.1.4-rc-packages/
How can i integrate them in my script, because they would be overwriten 
from the new one downloaded from RD Site...?!

2.
Where can i see, what changes are made and scripts are added from the 
deb-packages from
http://debian.tryphon.eu/?utm_campaign=rivendell-2.1.2
for Lucid, so i can do it by myself in my script.?

Why i do not use the deb-packages.

First i mean, on my older Pentium4 Systems the selfcompiled software is 
e little bit faster and i like to learn to change some small things on 
the GUI and try to do this with RD. ;)

I've seen this howto,
http://rivendell.tryphon.org/wiki/Debian_6_Install_Rivendell_2.1.1_from_Source
but i don't like to use pulse and stay with (X)buntu because of the 
better hardware integration.. ( Notebooks, dualhead systems... )

--

Ruediger
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


#######################
Scanned by MailMarshal
#######################

############

Attention: 

The information contained in this message is confidential and intended 
for the addressee(s) only. If you have received this message in error 
or there are any problems, please notify the originator immediately.
The unauthorised use, disclosure, copying or alteration of this message
is strictly forbidden. Christian Vision or any of its subsidiaries will
not be liable for direct, special, indirect or consequential damages 
arising from alteration of the contents of this message by a third party
or as a result of any virus being passed on. Please note that we reserve
the right to monitor and read any e-mails sent or received by the 
company under the Telecommunications (Lawful Business Practice) 
(Interception of Communications) Regulation 2000. Christian Vision is 
registered in England as a limited company 2842414 and as a charity 
1031031  

############

<<winmail.dat>>

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to