Re: [PD] IEM lib in Debian ?

2013-02-18 Thread Pierre Massat
Hi,

What raspbian package ? In the non-free repo ?
I tried pd-iemlib before adding the non-free source to the list and
apt-get didn't find it.

Cheers,

Pierre.

2013/2/17 Hans-Christoph Steiner h...@at.or.at


 Its included Pd-extended 0.43.4, and there is a raspbian package.

 .hc

 On 02/17/2013 09:33 AM, Pierre Massat wrote:
  Dear List,
 
  I need a filter in the iemlib included in pd-extended. I'm using vanilla
 on
  Rasbian, and pd-iemlib doesn't seem to exist in the repos. Iemnet,
  iemmatrix and iemambi seem to exist, but not iemlib.
 
  Anybody knows how i could install this library ? On the IEM website
 there a
  list of downloads but the most recent one requires the sources of Pd 0.39
  ...
 
  Cheers,
 
  Pierre.
 
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list
 

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

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


Re: [PD] IEM lib in Debian ?

2013-02-18 Thread Hans-Christoph Steiner

The Pd-extended 0.43.4 raspbian package.  You either have to add
apt.puredata.info to your apt sources.list or download it directly from
puredata.info/downloads

.hc

On 02/18/2013 03:38 AM, Pierre Massat wrote:
 Hi,
 
 What raspbian package ? In the non-free repo ?
 I tried pd-iemlib before adding the non-free source to the list and
 apt-get didn't find it.
 
 Cheers,
 
 Pierre.
 
 2013/2/17 Hans-Christoph Steiner h...@at.or.at
 

 Its included Pd-extended 0.43.4, and there is a raspbian package.

 .hc

 On 02/17/2013 09:33 AM, Pierre Massat wrote:
 Dear List,

 I need a filter in the iemlib included in pd-extended. I'm using vanilla
 on
 Rasbian, and pd-iemlib doesn't seem to exist in the repos. Iemnet,
 iemmatrix and iemambi seem to exist, but not iemlib.

 Anybody knows how i could install this library ? On the IEM website
 there a
 list of downloads but the most recent one requires the sources of Pd 0.39
 ...

 Cheers,

 Pierre.



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


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

 

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


Re: [PD] IEM lib in Debian ?

2013-02-18 Thread Pierre Massat
Sorry, i don't think i got you.
Like I said I tried pd-extended yesterday and it didn't really work. You
said it could be because of GEM and pdp, so i'll try without these libs
later on.
But right now I have vanilla (0.43.2), and it's working fine, and i need
the pd-iemlib library. It is not available from the standard raspbian
repo.

Can I get only this library ? Or is pd-extended the only option ?

thanks ,

Pierre.

2013/2/18 Hans-Christoph Steiner h...@at.or.at


 The Pd-extended 0.43.4 raspbian package.  You either have to add
 apt.puredata.info to your apt sources.list or download it directly from
 puredata.info/downloads

 .hc

 On 02/18/2013 03:38 AM, Pierre Massat wrote:
  Hi,
 
  What raspbian package ? In the non-free repo ?
  I tried pd-iemlib before adding the non-free source to the list and
  apt-get didn't find it.
 
  Cheers,
 
  Pierre.
 
  2013/2/17 Hans-Christoph Steiner h...@at.or.at
 
 
  Its included Pd-extended 0.43.4, and there is a raspbian package.
 
  .hc
 
  On 02/17/2013 09:33 AM, Pierre Massat wrote:
  Dear List,
 
  I need a filter in the iemlib included in pd-extended. I'm using
 vanilla
  on
  Rasbian, and pd-iemlib doesn't seem to exist in the repos. Iemnet,
  iemmatrix and iemambi seem to exist, but not iemlib.
 
  Anybody knows how i could install this library ? On the IEM website
  there a
  list of downloads but the most recent one requires the sources of Pd
 0.39
  ...
 
  Cheers,
 
  Pierre.
 
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 

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


Re: [PD] IEM lib in Debian ?

2013-02-18 Thread Hans-Christoph Steiner

You can use that library from pd-extended with vanilla.  This should do it:

sudo apt-get install puredata-import pd-libdir
cd /usr/lib/pd/extra
sudo ln -s ../../pd-extended/extra/iemlib

Then in your patch:

[import iemlib]

.hc

On 02/18/2013 10:37 AM, Pierre Massat wrote:
 Sorry, i don't think i got you.
 Like I said I tried pd-extended yesterday and it didn't really work. You
 said it could be because of GEM and pdp, so i'll try without these libs
 later on.
 But right now I have vanilla (0.43.2), and it's working fine, and i need
 the pd-iemlib library. It is not available from the standard raspbian
 repo.
 
 Can I get only this library ? Or is pd-extended the only option ?
 
 thanks ,
 
 Pierre.
 
 2013/2/18 Hans-Christoph Steiner h...@at.or.at
 

 The Pd-extended 0.43.4 raspbian package.  You either have to add
 apt.puredata.info to your apt sources.list or download it directly from
 puredata.info/downloads

 .hc

 On 02/18/2013 03:38 AM, Pierre Massat wrote:
 Hi,

 What raspbian package ? In the non-free repo ?
 I tried pd-iemlib before adding the non-free source to the list and
 apt-get didn't find it.

 Cheers,

 Pierre.

 2013/2/17 Hans-Christoph Steiner h...@at.or.at


 Its included Pd-extended 0.43.4, and there is a raspbian package.

 .hc

 On 02/17/2013 09:33 AM, Pierre Massat wrote:
 Dear List,

 I need a filter in the iemlib included in pd-extended. I'm using
 vanilla
 on
 Rasbian, and pd-iemlib doesn't seem to exist in the repos. Iemnet,
 iemmatrix and iemambi seem to exist, but not iemlib.

 Anybody knows how i could install this library ? On the IEM website
 there a
 list of downloads but the most recent one requires the sources of Pd
 0.39
 ...

 Cheers,

 Pierre.



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


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



 

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


Re: [PD] IEM lib in Debian ?

2013-02-18 Thread Pierre Massat
Great, it works !
Thanks !

One last question now : the pd alias is now for pd-extended. Is there a
way I can give it back to puredata ?

Cheers,

Pierre.

2013/2/18 Hans-Christoph Steiner h...@at.or.at


 You can use that library from pd-extended with vanilla.  This should do it:

 sudo apt-get install puredata-import pd-libdir
 cd /usr/lib/pd/extra
 sudo ln -s ../../pd-extended/extra/iemlib

 Then in your patch:

 [import iemlib]

 .hc

 On 02/18/2013 10:37 AM, Pierre Massat wrote:
  Sorry, i don't think i got you.
  Like I said I tried pd-extended yesterday and it didn't really work. You
  said it could be because of GEM and pdp, so i'll try without these libs
  later on.
  But right now I have vanilla (0.43.2), and it's working fine, and i need
  the pd-iemlib library. It is not available from the standard raspbian
  repo.
 
  Can I get only this library ? Or is pd-extended the only option ?
 
  thanks ,
 
  Pierre.
 
  2013/2/18 Hans-Christoph Steiner h...@at.or.at
 
 
  The Pd-extended 0.43.4 raspbian package.  You either have to add
  apt.puredata.info to your apt sources.list or download it directly from
  puredata.info/downloads
 
  .hc
 
  On 02/18/2013 03:38 AM, Pierre Massat wrote:
  Hi,
 
  What raspbian package ? In the non-free repo ?
  I tried pd-iemlib before adding the non-free source to the list and
  apt-get didn't find it.
 
  Cheers,
 
  Pierre.
 
  2013/2/17 Hans-Christoph Steiner h...@at.or.at
 
 
  Its included Pd-extended 0.43.4, and there is a raspbian package.
 
  .hc
 
  On 02/17/2013 09:33 AM, Pierre Massat wrote:
  Dear List,
 
  I need a filter in the iemlib included in pd-extended. I'm using
  vanilla
  on
  Rasbian, and pd-iemlib doesn't seem to exist in the repos. Iemnet,
  iemmatrix and iemambi seem to exist, but not iemlib.
 
  Anybody knows how i could install this library ? On the IEM website
  there a
  list of downloads but the most recent one requires the sources of Pd
  0.39
  ...
 
  Cheers,
 
  Pierre.
 
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 

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


Re: [PD] IEM lib in Debian ?

2013-02-18 Thread Roman Haefeli
On Mon, 2013-02-18 at 20:04 +0100, Pierre Massat wrote:
 Great, it works ! 
 Thanks !
 
 One last question now : the pd alias is now for pd-extended. Is
 there a way I can give it back to puredata ? 

sudo update-alternatives --config pd

Then choose 'puredata'.

Roman


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


Re: [PD] IEM lib in Debian ?

2013-02-17 Thread Hans-Christoph Steiner

Its included Pd-extended 0.43.4, and there is a raspbian package.

.hc

On 02/17/2013 09:33 AM, Pierre Massat wrote:
 Dear List,
 
 I need a filter in the iemlib included in pd-extended. I'm using vanilla on
 Rasbian, and pd-iemlib doesn't seem to exist in the repos. Iemnet,
 iemmatrix and iemambi seem to exist, but not iemlib.
 
 Anybody knows how i could install this library ? On the IEM website there a
 list of downloads but the most recent one requires the sources of Pd 0.39
 ...
 
 Cheers,
 
 Pierre.
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 

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