[PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

Hans-Christoph Steiner hans at at.or.at
Tue Jan 8 04:37:46 CET 2013


At this late in the release cycle, it would take a serious bug for me to
update the included Gem.  But don't fret, you can get nightly builds of Gem
and put them in ~/Library/Pd and Pd-extended 0.43.4 will use that one over the
built-in one.  Or you could even grab the old Gem from Pd-extended 0.42.5 and
put it into ~/Library/Pd:

cp -a /Applications/Pd-extended.app/Contents/Resources/extra/Gem ~/Library/Pd

As for getting VLC to be part of those builds, VLC is installed on the Mac OS
X 10.6 64-bi build machine, and I could install it on the 10.5 32-bit build
machine too.  Gem just needs its ./configure to check for VLC in
/Applications/VLC.app/Contents/MacOS:

./configure \
   --with-libvlc-includes=/Applications/VLC.app/Contents/MacOS/include/ \
   --with-libvlc-libs=/Applications/VLC.app/Contents/MacOS/lib

I set up a job on the Jenkins build server, hopefully it'll work, then you'll
be able to just grab the VLC plugin:
https://macosx105-i386.pdlab.puredata.info/job/Gem-fink-VLC

.hc

On 01/07/2013 10:01 PM, Joson Android wrote:
> ok last chance.
> 
> the performance of GEM (93.3 included in latest autobuild) with 4 movies playback via [pix_film] at the same time is still not as good as in 42.5-extended.
> Is it possible to include VLC-plugin backend in the compiled extended version for osx i386? I would so much love that, can't get it compiled myself..
> 
> thank you all for this beautiful program
> 
> Jonas
> 
> Am 07.01.2013 um 19:03 schrieb Budi Prakosa:
> 
>> auto completion doesnt works on snow leopard
>>
>>
>> On Tue, Jan 8, 2013 at 12:32 AM, Hans-Christoph Steiner <hans at at.or.at> wrote:
>>
>> I think this is the final release, last chance to test your patches and make
>> sure everything is working well in this release.  Also, double-check the
>> translations.  I'll do one final import of translations from Transifex before
>> finalizing it.  Download here:
>>
>> http://puredata.info/downloads/pd-extended/releases/0.43.4
>>
>> Its been a long time coming, but its finally reached completion!  This release
>> includes the most new features of any release before, here are some highlights:
>>
>> * complete help search: search all installed docs (Help->Search)
>> * loaders: you can now write native Pd objects in Lua (pdlua) and Tcl (tclpd)
>> * new libraries: log, iemguts, mediasettings, pduino, syslog
>> * GUI plugins: customize your editing experience
>> * full Unicode support, write patches in any language
>> * fully translatable GUI, with many languages already included
>> * Magic Glass to see what's going through connections as it happens
>>
>> And much more: http://puredata.info/dev/NextRelease
>>
>> Download it here:
>> http://puredata.info/downloads/pd-extended/releases/0.43.4
>>
>>
>> Or if you are using Ubuntu/Mint, you can use the PPA:
>> https://launchpad.net/~eighthave/+archive/pd-extended/
>>
>> run these commands in the Terminal to add this PPA to your system:
>> sudo add-apt-repository ppa:eighthave/pd-extended
>>
>>
>> There are some bugs that will have to wait until the next release:
>>
>> * Windows command line args don't work with unicode
>> https://sourceforge.net/tracker/?func=detail&aid=3595309&group_id=55736&atid=478070
>>
>> * [initbang] worked with GUI objs in 0.42 but not in 0.43
>> https://sourceforge.net/tracker/?func=detail&aid=3599058&group_id=55736&atid=478070
>>
>> * Right-click menu causes CPU spike
>> https://sourceforge.net/tracker/index.php?func=detail&aid=3525646&group_id=55736&atid=478070
>>
>> * specific kinds of "GUI overload"
>> http://lists.puredata.info/pipermail/pd-list/2012-12/099534.html
>>
>>
>> _______________________________________________
>> Pd-announce mailing list
>> Pd-announce at iem.at
>> http://lists.puredata.info/listinfo/pd-announce
>>
>> _______________________________________________
>> Pd-list at iem.at mailing list
>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>>
>>
>> _______________________________________________
>> Pd-list at iem.at mailing list
>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
> 



More information about the Pd-list mailing list