On 05/09/2015 08:04 PM, Mario Mey wrote:
I discovered MobMuPlat, I want to install and try it. It says it needs Pd 0.46 (I have extended 0.44). I would liike to install 0.46, but it is not in Millers' page... I found in lauchpad, but it says it's for 15.04 (0.46.2-1) and 15.10 (0.46.6-1). I don't want SO and package versions problems...
Did anybody compile it for 14.04 and can send me the .deb? Is there any automatic builder where I can download it...?
somebody might have mentioned this in the past.
$ PDVER=0.46.6-1 $ sudo apt-get install devscripts $ dget -u http://http.debian.net/debian/pool/main/p/puredata/puredata_$%7BPDVER%7D.dsc $ cd puredata-${PDVER%-*} $ mk-build-deps $ sudo dpkg -i puredata-build-deps_${PDVER}_amd64.deb $ sudo apt-get -f install $ dpkg-buildpackage -r fakeroot $ sudo dpkg -i ../*${PDVER}_*.deb
this should work on pristine systems (when repeated , you can remove about half the commands)
gmsdr IOhannes