Fero Kiraly wrote:
ok. I am preparing the new packages for pd, pdx, pdl and I met some errors. I have removed pdsend & pdreceive also with man pages from pdx.
When installing pd vanilla I ve encounter conflicting files: puredata: /usr/bin/pd-gui.tcl exists in filesystem puredata: /usr/include/m_pd.h exists in filesystem puredata: /usr/include/pa_jack.h exists in filesystem puredata: /usr/include/pa_linux_alsa.h exists in filesystem puredata: /usr/include/portaudio.h exists in filesystem puredata: /usr/lib/libportaudio.a exists in filesystem puredata: /usr/lib/libportaudio.so exists in filesystem puredata: /usr/lib/libportaudio.so.2 exists in filesystem puredata: /usr/lib/libportaudio.so.2.0.0 exists in filesystem
what with them ? thanks for help.
with pacman -Qo <file> you can tell which package owns a file.
For /usr/include and /usr/lib, I'll say they should be in /usr/include(lib)/pd-extended/ for example.
For pd-gui.tcl it's more tricky I guess. It may need a archlinux-centric patch.
Thanks, Charles