Re: [PD] shell external for raspberry pi aarch64

2023-10-31 Thread IOhannes m zmölnig
Am 31. Oktober 2023 17:46:33 MEZ schrieb Alexandros Drymonitis 
:
>Try: apt-cache search ^pd-

Exactly.
Virtually all pd-externals packages start with "pd-" (the exception is "gem", 
which for historic reasons is called like it is)

You can also install the "multimedia-puredata" metapackage, which will install 
all the Debian packaged externals.



mfg.sfg.jfd
IOhannes


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] shell external for raspberry pi aarch64

2023-10-31 Thread Alexandros Drymonitis

Try: apt-cache search ^pd-

On 10/31/23 18:41, Edwin van der Heide wrote:

Dear IOhannes,

This works like a charm and installs it in the extra’s folder.

I didn’t know it was possible to install external libraries via apt-get. Is 
there a way to know which external libraries are available via apt-get?

Best!

Edwin


On 30 Oct 2023, at 20:55, IOhannes m zmölnig  wrote:

Am 30. Oktober 2023 18:21:50 MEZ schrieb Edwin van der Heide :

In the past I have been using the shell object, part of the ggee library, on 
the raspberry pi using the 32 bit version of the OS.

Now I’ve moved to the 64 bit version of the Raspberry PI OS (aarch64) but there 
is no version of the ggee library available for this architecture.

Is there an alternative 64 bit version of a shell object available for the PI 
or is there another way to go?



Sorry if I state the obvious, but have you tried `apt-get install pd-ggee` ?




mfg.sfg.jfd
IOhannes


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] shell external for raspberry pi aarch64

2023-10-31 Thread Edwin van der Heide
Dear IOhannes,

This works like a charm and installs it in the extra’s folder.

I didn’t know it was possible to install external libraries via apt-get. Is 
there a way to know which external libraries are available via apt-get?

Best!

Edwin

> On 30 Oct 2023, at 20:55, IOhannes m zmölnig  wrote:
> 
> Am 30. Oktober 2023 18:21:50 MEZ schrieb Edwin van der Heide :
>> In the past I have been using the shell object, part of the ggee library, on 
>> the raspberry pi using the 32 bit version of the OS.
>> 
>> Now I’ve moved to the 64 bit version of the Raspberry PI OS (aarch64) but 
>> there is no version of the ggee library available for this architecture.
>> 
>> Is there an alternative 64 bit version of a shell object available for the 
>> PI or is there another way to go?
> 
> 
> 
> Sorry if I state the obvious, but have you tried `apt-get install pd-ggee` ?
> 
> 
> 
> 
> mfg.sfg.jfd
> IOhannes
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Pd 0.54-1 released

2023-10-31 Thread IOhannes m zmölnig
Am 31. Oktober 2023 17:34:34 MEZ schrieb Alexandre Torres Porres 
:
>Em ter., 31 de out. de 2023 às 12:03, IOhannes m zmölnig 
>escreveu:
>
>> for people who have to use macOS or Windows, Pd64 binaries can be
>> obtained via
>> 
>>
>
>nice, what's still 'experimental' about this one?


It's not an official release on miller's site.



mfg.sfg.jfd
IOhannes


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] shell external for raspberry pi aarch64

2023-10-31 Thread Edwin van der Heide
Dear Roman,

Thanks a lot for this tip!

I’m now studying how to easily parse its output.

Best,

Edwin

> On 30 Oct 2023, at 19:52, Roman Haefeli  wrote:
> 
> On Mon, 2023-10-30 at 18:21 +0100, Edwin van der Heide wrote:
>> 
>> Is there an alternative 64 bit version of a shell object available
>> for the PI or is there another way to go?
> 
> There is the [command] external, which is a fork of [ggee/shell] and 
> is meant as its successor. It's available for Raspberry Pi (32 and 64
> bit) through Deken.
> 
> Roman
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Pd 0.54-1 released

2023-10-31 Thread Alexandre Torres Porres
Em ter., 31 de out. de 2023 às 12:03, IOhannes m zmölnig 
escreveu:

> for people who have to use macOS or Windows, Pd64 binaries can be
> obtained via
> 
>

nice, what's still 'experimental' about this one?
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Pd 0.54-1 released

2023-10-31 Thread IOhannes m zmölnig

On 10/31/23 12:06, Miller Puckette wrote:

To Pd-announce:

Pd version 0.54-1 is available from http://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data


hooray.

the Debian for Pd-0.54-1 packages are currently building and should 
appear shortly in the Debian/unstable archives.¹


for Linux users who cannot use Debian (or derivatives), there's also a 
flatpak download available (both amd64 and arm64):

 

both the Debian packages and the flatpak binary have Pd64 enabled (in 
addition to the trusted single-precision processing).



for people who have to use macOS or Windows, Pd64 binaries can be 
obtained via 




happy patching.

gfmards
IOhannes





¹ uploads to Debian/bookworm-backports resp the Ubuntu PPA Ubuntu PPA 
() will 
follow once the dust has settled


OpenPGP_signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] shell external for raspberry pi aarch64

2023-10-31 Thread IOhannes m zmölnig

On 10/31/23 09:07, Chris McCormick wrote:


It appears I accidentally upgraded deken itself by installing 
`deken-externals` 


assuming you meant to say "deken-plugin", then yes: if the server 
detects that you are running a version of the deken-plugin that cannot 
handle "new-style" .dek packages then it will *always* inject a 
suggestion for an update of the deken-plugin.


afaik, the first Pd-version that included a deken plugin that can handle 
new-style .dek packages was Pd-0.48-2, which was released some 5 years 
ago...


even Raspbian/buster shipped with Pd-0.49-0 :-)

and now when I search for `command` it shows up. Cool 


and "command" uses a new-style .dek package, so that's why it shows up 
after you've updated the deken-plugin.


gmfdsar
IOhannes


OpenPGP_signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] Pd 0.54-1 released

2023-10-31 Thread Miller Puckette

To Pd-announce:

Pd version 0.54-1 is available from http://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data

This updates Pd to work correctly on MacOS 14.  There are various other 
bug fixes and documentation updates.


cheers

Miller




___
Pd-announce mailing list
pd-annou...@lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] shell external for raspberry pi aarch64

2023-10-31 Thread Chris McCormick

Hi,

On 31/10/23 3:58 pm, Roman Haefeli wrote:

On Tue, 2023-10-31 at 15:06 +0800, Chris McCormick wrote:

On 31/10/23 2:52 am, Roman Haefeli wrote:

There is the [command] external, which is a fork of [ggee/shell] and
is meant as its successor. It's available for Raspberry Pi (32 and 64
bit) through Deken.


If I type "command" into the Deken search I get `deken-externals` as the
only result. If I install this package I can't instantiate `[command]`
after it's installed. Is this the right package?


No. The package name is 'command'. This is how it looks like on a 
Raspberry Pi with

Rapsberry Pi OS (Bullseye) arm64:



It appears I accidentally upgraded deken itself by installing 
`deken-externals` and now when I search for `command` it shows up. Cool 
object, thanks for sharing. I will use this instead of ggee/shell from 
now on.


Cheers,

Chris.

--
https://mccormick.cx/



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] shell external for raspberry pi aarch64

2023-10-31 Thread Roman Haefeli
On Tue, 2023-10-31 at 15:06 +0800, Chris McCormick wrote:
> On 31/10/23 2:52 am, Roman Haefeli wrote:
> > There is the [command] external, which is a fork of [ggee/shell]
> > and
> > is meant as its successor. It's available for Raspberry Pi (32 and
> > 64
> > bit) through Deken.
> 
> If I type "command" into the Deken search I get `deken-externals` as
> the 
> only result. If I install this package I can't instantiate
> `[command]` 
> after it's installed. Is this the right package?

No. The package name is 'command'. This is how it looks like on a
Raspberry Pi with
Rapsberry Pi OS (Bullseye) arm64:


Roman


signature.asc
Description: This is a digitally signed message part
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] shell external for raspberry pi aarch64

2023-10-31 Thread Chris McCormick

On 31/10/23 2:52 am, Roman Haefeli wrote:

There is the [command] external, which is a fork of [ggee/shell] and
is meant as its successor. It's available for Raspberry Pi (32 and 64
bit) through Deken.


If I type "command" into the Deken search I get `deken-externals` as the 
only result. If I install this package I can't instantiate `[command]` 
after it's installed. Is this the right package?


Chris.

--
https://mccormick.cx/



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list