[PD] L2Ork Pd update now available

Ivica Ico Bukvic ico at vt.edu
Sat Dec 18 03:32:19 CET 2010


FWIW, please see attached Makefile changes that fix:

*uninstall not removing files with $ in their names
*default.pdsettings is not included in the installer/uninstaller by the
generate_install_makefile because it is copied over after generate
script is run
*the fact that every make tarbz2 is forcefully changed into make deb

This also means that when issuing make deb, it needs to be followed with
a PACKAGE_TYPE=deb. (I am sure there is a better way but I just haven't
had a chance to dig any further).

NB: patch uses default.pdl2ork extension so that will have to be
changed.

Cheers!

On Fri, 2010-12-17 at 09:14 -0800, Hans-Christoph Steiner wrote:
> On Dec 16, 2010, at 4:11 PM, Ivica Ico Bukvic wrote:
> 
> > On Wed, 2010-12-15 at 17:15 -0800, Jonathan Wilkes wrote:
> >> Hi Ivica,
> >>     This may just be leftovers from a previous install:
> >> When I run pd by typing in '/usr/local/bin/pd-l2ork' it works fine.
> >>
> >> When I run it by typing pd-l2ork, I get:
> >>
> >> sh: /usr/bin/pd-gui: not found
> >>
> >> And it just waits there until I hit <ctrl-c>.
> >>
> >> Any hints?
> >>
> >> -Jonathan
> >
> > Actually, it seems that the default installer in packages/linux_make/
> > folder fails to produce sane binary when building a tarbz2 rather  
> > than a
> > deb. First of all it keeps running dpkg-shlibdeps even when running  
> > make
> > tarbz2 as it has an if statement that changes it to deb (if deb  
> > package
> > is present) and then it assumes that binary should be built in /usr/ 
> > bin
> > directory rather than in /usr/local/bin.
> >
> > Hans, shouldn't the following code be under the package: part?  
> > Otherwise
> > it overrides tarbz2 settings if one has dpkg-deb installed  
> > regardless of
> > what the user has input and results in erroneous build, no?
> >
> > # if machine has dpkg-deb, build a Debian package
> > ifeq ($(shell test -x /usr/bin/dpkg-deb && echo YES),YES)
> >  PACKAGE_TYPE = deb
> > else
> >  PACKAGE_TYPE = tarbz2
> > endif
> 
> 
> I recently committed some fixes to the packages/linux_make/Makefile to  
> fix this.  Have you tried the newest version?
> 
> .hc
> 
> 
> 
> ----------------------------------------------------------------------------
> 
> You can't steal a gift. Bird gave the world his music, and if you can  
> hear it, you can have it. - Dizzy Gillespie
> 
> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile_diff
Type: text/x-patch
Size: 1632 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20101217/b560a21e/attachment-0001.bin>


More information about the Pd-list mailing list