some of these threads are getting too complicated to keep up on....
can we get some clarity which i guess could be answered with a "yes/no":
so Dans osx retina/autotools changes are now at github so:
$ git clone https://github.com/pure-data/pure-data.git
config, make, etc
$ cd mac
$ osx-app.sh -i 0.47.1
should do it...
.... and i assume all the font stuff getting discussed is not part of this
m
[canvas] has 1 pixel error.
Attached image & also here:
http://lucarda.com.ar/x/canvas-1px.jpg
Results measured with Photoshop ruler.
Seems that we are counting from 0?.
Anyway good to know for other tests.
Mensaje telepatico asistido por maquinas.
Try with PPA
https://launchpad.net/~dr-graef/+archive/ubuntu/pd-l2ork.xenial
Best
Óscar Santis
escultor, pintor, músico ruidista
http://www.oscarsantis.com
+56 9 75802965
El 15/02/2017 07:36, <pd-list-request(a)lists.iem.at> escribió:
Send Pd-list mailing list submissions to
pd-list(a)lists.iem.at
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.puredata.info/listinfo/pd-list
or, via email, send a message with subject or body 'help' to
pd-list-request(a)lists.iem.at
You can reach the person managing the list at
pd-list-owner(a)lists.iem.at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-list digest..."
Today's Topics:
1. purr-data installation on linux(ubuntu 16.04) (Jonghyun Kim)
2. Re: pd from git coredumps on ubuntu 16.10 (alex tuca)
3. Re: cross platforms issues with displaying fonts in vanilla
but not in Purr Data (Roman Haefeli)
4. Re: cross platforms issues with displaying fonts in vanilla
but not in Purr Data (Roman Haefeli)
5. Re: pd from git coredumps on ubuntu 16.10 (alex tuca)
----------------------------------------------------------------------
Message: 1
Date: Wed, 15 Feb 2017 17:08:48 +0900
From: Jonghyun Kim <agitato816(a)gmail.com>
To: "pd-list(a)lists.iem.at" <pd-list(a)lists.iem.at>
Subject: [PD] purr-data installation on linux(ubuntu 16.04)
Message-ID:
<CAC8jf9eS9hNeWSY6iq-qj51mw-sw5ySP7CYN-Xp-RONVm-DBMA(a)mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi list,
I've got an error installing purr-data on ubuntu 16.04.
$ sudo gdebi pd-l2ork-2.0-ubuntu_16.04-x86_64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
*This package is uninstallable*
*A later version is already installed*
$
FYI, I have already installed:
pd-l2ork 20160614
I tried purr-data from this site:
https://git.purrdata.net/jwilkes/purr-data-binaries/tree/master
How to solve it?
Thanks,
akntk
Hi list,
I've got an error installing purr-data on ubuntu 16.04.
$ sudo gdebi pd-l2ork-2.0-ubuntu_16.04-x86_64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
*This package is uninstallable*
*A later version is already installed*
$
FYI, I have already installed:
pd-l2ork 20160614
I tried purr-data from this site:
https://git.purrdata.net/jwilkes/purr-data-binaries/tree/master
How to solve it?
Thanks,
akntk
If you’re tyring to build from the current git master, you’ll be out of luck.
Try my autotools_updates branch:
git clone https://github.com/pure-data/pure-data.git -b autotools_updates
cd pure-data
./configure
make
make app
--------
Dan Wilcox
@danomatika <https://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
> On May 17, 2016, at 10:43 PM, pd-list-request(a)lists.iem.at wrote:
>
> From: Alexandre Torres Porres <porres(a)gmail.com <mailto:porres@gmail.com>>
> Subject: Re: [PD] help compiling vanilla on mac
> Date: May 17, 2016 at 9:43:42 PM MDT
> To: pd-lista puredata <pd-list(a)iem.at <mailto:pd-list@iem.at>>
>
>
> so, i installed homebrew, autoconf and aclocal, was able to run ./autogen.sh now, trying ./configure, I get
>
> ./configure: line 16002: syntax error near unexpected token `JACK,'
>
> ./configure: line 16002: ` PKG_CHECK_MODULES(JACK, jack, have_jack=yes, have_jack=no)'
>
> configure: error: ./configure failed for portaudio
>
>
> I get the same if i try: ./configure --enable-jack
>
>
> so, is this an error in the source?
>
> cheers
Hi list,
Purr Data is now released.
Purr Data inherits the goodness of Pd-l2ork and runs on Gnu/Linux, Windows, and OSX. Infinite undo, enhanced editing and 2d drawing, and most of the the externals from Pd-extended (plus more from Pd-l2ork).
New since rc5:
* fixed display bug with [vu] on graph-on-parent canvas
* fix documentation for timer-help.pd
* fix "open" method for [ggee/image]
* default to the user's home directory on OSX app bundle
* open the help browser file browser in the doc folder
* add a canvas "Print" menu item (under "File" menu)
* allow option to save the zoom level with the canvas
* fix a data structure crasher
Get binaries here:https://git.purrdata.net/jwilkes/purr-data-binaries/tree/master
-Jonathan
FYI image attachments don’t work on the list, at least for me.
> On Feb 14, 2017, at 1:37 PM, pd-list-request(a)lists.iem.at wrote:
>
> From: Lucas Cordiviola <lucarda27(a)hotmail.com <mailto:lucarda27@hotmail.com>>
> Subject: Re: [PD] cross platforms issues with displaying fonts in vanilla but not in Purr Data
> Date: February 14, 2017 at 1:36:59 PM MST
> To: Alexandre Torres Porres <porres(a)gmail.com <mailto:porres@gmail.com>>
> Cc: "pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>" <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
>
>
> Attached Screen-shot,
>
> Note that the modified .tcl is using bold font, but you can imagine the normal font.
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
password
-----Original Message-----
From: "pd-list-request(a)lists.iem.at" <pd-list-request(a)lists.iem.at>
Sent: 2/13/2017 21:49
To: "pd-list(a)lists.iem.at" <pd-list(a)lists.iem.at>
Subject: Pd-list Digest, Vol 143, Issue 77
Send Pd-list mailing list submissions to
pd-list(a)lists.iem.at
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.puredata.info/listinfo/pd-list
or, via email, send a message with subject or body 'help' to
pd-list-request(a)lists.iem.at
You can reach the person managing the list at
pd-list-owner(a)lists.iem.at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-list digest..."
Today's Topics:
1. DejaVu Font: Shipping & using on W32 (Lucas Cordiviola)
2. [PD-announce] [OT] digital subtractive synthesis (cyrille henry)
3. Re: DejaVu Font: Shipping & using on W32 (Dan Wilcox)
----------------------------------------------------------------------
Message: 1
Date: Mon, 13 Feb 2017 17:43:33 +0000
From: Lucas Cordiviola <lucarda27(a)hotmail.com>
To: Dan Wilcox <danomatika(a)gmail.com>, Miller Puckette <msp(a)ucsd.edu>
Cc: Pd-List <pd-list(a)lists.iem.at>
Subject: [PD] DejaVu Font: Shipping & using on W32
Message-ID:
<BL2PR01MB339BA41D49E95CBE07F7A66A6590(a)BL2PR01MB339.prod.exchangelabs.com>
Content-Type: text/plain; charset="windows-1252"
More:
For this test i used “twapi-bin-4.1.27.zip ” and extracted it to pd\lib.
Mensaje telepatico asistido por maquinas.
________________________________
From: Pd-list <pd-list-bounces(a)lists.iem.at> on behalf of Lucas Cordiviola <lucarda27(a)hotmail.com>
Sent: Monday, February 13, 2017 4:40 PM
To: Dan Wilcox; Miller Puckette
Cc: Pd-List
Subject: Re: [PD] cross platforms issues with displaying fonts in vanilla but not in Purr Data
Ok,
Following Dan`s suggestion to ship & use a font without installing it, I came to a very straight-forward method for w32.
Tested & working.
It uses a Tcl Windows API extension. (600KB)
twapi web:
http://twapi.sourceforge.net/v4.1/installation.html
twapi package:
https://sourceforge.net/projects/twapi/files/Current%20Releases/Tcl%20Windo…
added lines on "pd-gui.tcl" @line 24:
# adding dejavu fonts on mswindows
package require twapi
twapi::AddFontResourceEx DejaVuSansMono.ttf
twapi::AddFontResourceEx DejaVuSansMono-Bold.ttf
0000000
Don't know how to exclude this "package require" for the other OSs.
The .ttf were placed on pd/bin for simplicity.
Mensaje telepatico asistido por maquinas.
________________________________
From: Dan Wilcox <danomatika(a)gmail.com>
Sent: Monday, February 13, 2017 5:06 AM
To: Lucas Cordiviola
Cc: Jonathan Wilkes; Alexandre Torres Porres; Pd-List; Miller Puckette
Subject: Re: [PD] cross platforms issues with displaying fonts in vanilla but not in Purr Data
On Feb 12, 2017, at 6:49 PM, Lucas Cordiviola <lucarda27(a)hotmail.com<mailto:lucarda27@hotmail.com>> wrote:
>Another issue is that, for many, the rendering of a bolded DVSM will simply look *ulgy* to those used to a normal-weight Monaco, especially if they never used an earlier version of Pd or Pd on Linux.
IMO the default cross platform font should NOT be Bold. As Dan said OSX users will most likely find it ugly, and it was not bold in Pd-extended nor is in Purr-Data.
I tested with bold as that is the default font weight for vanilla on Linux AFAICT.
>>How difficult is to deploy DejaVu on Mac?
>Typically, add a key to the app bundle Info.plist and include the font in the app bundle's Resource folder. This means the font does not have to be installed system- or user- wide but only used by the app itself. This assumes Tk’s handling of app bundles picks up on registered fonts from the plist (it should).
>As for Windows, it looks like it’s possible to load a font that comes with the app (the Windows API alls this a:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms533820(v=vs.85).…http://code.activestate.com/lists/tcl-core/8158/#sthash.qJEhQALT.dpuf
@Dan:
The Tcl thing is just for Windows?
Yes as it’s using the Window’s API.
Or Cross-platform?
No. See above.
I know the Mac solution. Deja Vu is usually installed on Linux systems and, if not, can be an install requirement by whatever package manager is being used. There is no need to distribute and install a copy of the font on Linux.
--------
Dan Wilcox
@danomatika<http://twitter.com/danomatika>
danomatika.com<http://danomatika.com>
robotcowboy.com<http://robotcowboy.com>