Re: [Fink-devel] update and fixes to portaudio2

2016-08-21 Thread Hanspeter Niederstrasser
On 8/20/16 5:06 PM, Matthias Ringwald wrote:
> Hi Hanspeter
>
> I've also added the C++ bindings as portaudio2-cpp and portaudio-cpp-shlibs 
> and did a commit (after checking fink -v validate).
> Please let me know, if they work for you and if there's something I've missed.

Thanks.  I've just added the new package libopenmpt0-shlibs which uses 
the C++ bindings and it seems to be working as expected.

Hanspeter


--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] update and fixes to portaudio2

2016-08-20 Thread Matthias Ringwald
Hi Hanspeter

I've also added the C++ bindings as portaudio2-cpp and portaudio-cpp-shlibs and 
did a commit (after checking fink -v validate).
Please let me know, if they work for you and if there's something I've missed.

Best
 Matthias

> On 18.07.2016, at 18:09, Matthias Ringwald  wrote:
> 
> Hello Hanspeter
> 
> Thanks for the suggestions. I'll give it a try - adding the C++ bindings to 
> the main package.
> 
> Best
> Matthias
> 
>> On 17.07.2016, at 23:01, Hanspeter Niederstrasser  
>> wrote:
>> 
>> Matthias,
>> 
>> Can portaudio2 have the following changes incorporated?
>> 
>> 1) update to 20140130 upstream release
>> 2) use 'make install DESTDIR=%d' instead of hand copying include and lib 
>> directories and files. This helps by installing libportaudio.la
>> 3) change the Files: field in portaudio2-doc to "bin 
>> share/doc/portaudio2/doc" so that the DocFiles: fields in the other 
>> SplitOffs are honored.
>> 4) build and install the C++ bindings. These are in bindings/cpp and 
>> require their own ./configure ; make ; make install DESTDIR=%d cycle 
>> (and own SpliOffs). I can package the C++ bindings can alternatively be 
>> built as a wholly separate package if you'd prefer, but I think it's 
>> best to keep them linked together to avoid version drift.
>> 
>> Hanspeter
>> 
>> --
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
>> patterns at an interface-level. Reveals which users, apps, and protocols are 
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
>> J-Flow, sFlow and other flows. Make informed decisions using capacity 
>> planning
>> reports.http://sdm.link/zohodev2dev
>> ___
>> Fink-devel mailing list
>> Fink-devel@lists.sourceforge.net
>> List archive:
>> http://news.gmane.org/gmane.os.apple.fink.devel
>> Subscription management:
>> https://lists.sourceforge.net/lists/listinfo/fink-devel
> 
> 
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity planning
> reports.http://sdm.link/zohodev2dev
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.apple.fink.devel
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-devel


--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] update and fixes to portaudio2

2016-07-18 Thread Matthias Ringwald
Hello Hanspeter

Thanks for the suggestions. I'll give it a try - adding the C++ bindings to the 
main package.

Best
 Matthias

> On 17.07.2016, at 23:01, Hanspeter Niederstrasser  
> wrote:
> 
> Matthias,
> 
> Can portaudio2 have the following changes incorporated?
> 
> 1) update to 20140130 upstream release
> 2) use 'make install DESTDIR=%d' instead of hand copying include and lib 
> directories and files. This helps by installing libportaudio.la
> 3) change the Files: field in portaudio2-doc to "bin 
> share/doc/portaudio2/doc" so that the DocFiles: fields in the other 
> SplitOffs are honored.
> 4) build and install the C++ bindings. These are in bindings/cpp and 
> require their own ./configure ; make ; make install DESTDIR=%d cycle 
> (and own SpliOffs). I can package the C++ bindings can alternatively be 
> built as a wholly separate package if you'd prefer, but I think it's 
> best to keep them linked together to avoid version drift.
> 
> Hanspeter
> 
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity planning
> reports.http://sdm.link/zohodev2dev
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.apple.fink.devel
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-devel


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] update and fixes to portaudio2

2016-07-17 Thread Hanspeter Niederstrasser
Matthias,

Can portaudio2 have the following changes incorporated?

1) update to 20140130 upstream release
2) use 'make install DESTDIR=%d' instead of hand copying include and lib 
directories and files. This helps by installing libportaudio.la
3) change the Files: field in portaudio2-doc to "bin 
share/doc/portaudio2/doc" so that the DocFiles: fields in the other 
SplitOffs are honored.
4) build and install the C++ bindings. These are in bindings/cpp and 
require their own ./configure ; make ; make install DESTDIR=%d cycle 
(and own SpliOffs). I can package the C++ bindings can alternatively be 
built as a wholly separate package if you'd prefer, but I think it's 
best to keep them linked together to avoid version drift.

Hanspeter

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel