<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Julien,</p>
<p>The method is explained at <a class="moz-txt-link-freetext"
href="https://agraef.github.io/purr-data/#building-from-source">https://agraef.github.io/purr-data/#building-from-source</a>
:<br>
</p>
<p>"On Debian/Ubuntu, Mac and Windows this should leave the
ready-made package in the toplevel source directory. Install this
as usual"</p>
<p>So thanks to the maintainers of Pd-L2Ork/Purr-Data for their
build system! <br>
</p>
<p><br>
</p>
<p>Although it works there's a much better method for your use case,
which is to distribute well-maintained packages for your custom
distribution, because using the latest commit of the master git
repo may not be the best idea...</p>
<p>Install a new apt source file:</p>
<pre>echo 'deb-src <a class="moz-txt-link-freetext" href="https://download.opensuse.org/repositories/home:/aggraef/xUbuntu_18.04">https://download.opensuse.org/repositories/home:/aggraef/xUbuntu_18.04</a> ./' | (sudo tee -a /etc/apt/sources.list.d/aggraef-purr-data.list)
curl -L <a class="moz-txt-link-freetext" href="https://download.opensuse.org/repositories/home:/aggraef/xUbuntu_18.04/Release.key">https://download.opensuse.org/repositories/home:/aggraef/xUbuntu_18.04/Release.key</a> | sudo apt-key add -
sudo apt-update
</pre>
<p>Create a temp folder to build your packages:</p>
<pre>mkdir tmp-build && cd tmp-build</pre>
<p>Get the source of purr-data:<br>
</p>
<pre>apt-get source purr-data
</pre>
<p>Build the package:</p>
<pre>cd purr-data-2.10.0+git4199+7cf93e5e
dpkg-buildpackage -rfakeroot
cd -
</pre>
<p>Then, for pd-l2ork (if desired/required):</p>
<pre>apt-get source pd-l2ork
cd pd-l2ork-20190812+git1771+42cedfa8
dpkg-buildpackage -rfakeroot
cd -</pre>
<p>Joyeux Noël!<br>
</p>
<p>Marc<br>
</p>
<div class="moz-cite-prefix">Le 19-12-23 à 10 h 39, Julien Ottavi a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:429245ee-076a-99e8-9aa0-897d0b221280@apo33.org">Thanks
Jonathan <br>
<br>
I didn't test finally. Marc method worked. <br>
<br>
cheers <br>
<br>
Julien <br>
<br>
On 22/12/2019 20:05, Jonathan Wilkes wrote: <br>
<blockquote type="cite">On Sun, Dec 22, 2019 at 11:25 AM Julien
Ottavi <a class="moz-txt-link-rfc2396E"
href="mailto:julien@apo33.org"><julien@apo33.org></a>
wrote: <br>
<blockquote type="cite">Hi Everyone, <br>
<br>
thanks to the purr team for putting this together! <br>
<br>
I am testing some installation of Purr-data/pd-l2ork on
Xubuntu 18.04 <br>
for next apodio distro <a class="moz-txt-link-freetext"
href="http://apodio.org">http://apodio.org</a> using this
tutorial : <br>
<a class="moz-txt-link-freetext"
href="https://agraef.github.io/purr-data/#jgu-packages">https://agraef.github.io/purr-data/#jgu-packages</a>
<br>
<br>
Got everything fine (make/make install), pd-l2ork start fine
but I <br>
discovered that there is no jack support, is it really true or
did I <br>
missed something? As libjack + dev are part of the requirement
libraries <br>
I thought it will be integrated but only alsa and oss... <br>
<br>
I didn't find anything around the web neither on the archives
of the <br>
list... but maybe the issue exist somewhere... <br>
<br>
any ideas? <br>
<br>
thank you / cheers <br>
</blockquote>
Hi Julien, <br>
<br>
The packages Albert builds should included Jack support: <br>
<br>
<a class="moz-txt-link-freetext"
href="https://build.opensuse.org/project/show/home:aggraef">https://build.opensuse.org/project/show/home:aggraef</a>
<br>
<br>
Also, these packages should include it: <br>
<br>
<a class="moz-txt-link-freetext"
href="https://github.com/jonwwilkes/purr-data/releases">https://github.com/jonwwilkes/purr-data/releases</a>
<br>
<br>
If any of those Gnu/Linux packages don't included Jack support
let me <br>
know and I'll <br>
file a bug report. <br>
<br>
-Jonathan <br>
<br>
<br>
<blockquote type="cite">Julien <br>
<br>
-- <br>
JULIEN OTTAVI <br>
Composer, Artist, curator and Doctor in Arts, new music and
network <br>
<br>
<a class="moz-txt-link-freetext" href="http://www.noiser.org">http://www.noiser.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://www.apo33.org">http://www.apo33.org</a>
<br>
<a class="moz-txt-link-freetext"
href="http://www.fibrrrecords.net">http://www.fibrrrecords.net</a>
<br>
<a class="moz-txt-link-freetext" href="http://www.apodio.org">http://www.apodio.org</a>
<br>
<a class="moz-txt-link-freetext"
href="http://bruitbrut.lautre.net">http://bruitbrut.lautre.net</a>
<br>
<br>
_______________________________________________ <br>
L2Ork-dev mailing list <br>
<a class="moz-txt-link-abbreviated"
href="mailto:L2Ork-dev@disis.music.vt.edu">L2Ork-dev@disis.music.vt.edu</a>
<br>
<a class="moz-txt-link-freetext"
href="https://disis.music.vt.edu/listinfo/l2ork-dev">https://disis.music.vt.edu/listinfo/l2ork-dev</a>
<br>
</blockquote>
_______________________________________________ <br>
L2Ork-dev mailing list <br>
<a class="moz-txt-link-abbreviated"
href="mailto:L2Ork-dev@disis.music.vt.edu">L2Ork-dev@disis.music.vt.edu</a>
<br>
<a class="moz-txt-link-freetext"
href="https://disis.music.vt.edu/listinfo/l2ork-dev">https://disis.music.vt.edu/listinfo/l2ork-dev</a>
<br>
</blockquote>
<br>
</blockquote>
</body>
</html>