Hi Benoit,
Thank you for publishing this one!This is how I installed:
Iceberg remoteTypeSelector: #scpUrl.
Metacello new
baseline: 'VLC';
repository: 'github://badetitou/Pharo-LibVLC';
load.
However I got this warning on Mac:
This package depends on the following classes:
�� VLCLibrary
�� VLCLibraryCore
You must resolve these dependencies before you will be able to load these definitions:
�� VLCLibrary>>#macModuleName
�� VLCLibraryCore>>#macModuleName
Oupsi, The bug is fixed now.
It was a dependency problem in Pharo7 (in the baseline).
I've forgot to check that before the release.
And consequently all test method fails. Is there something I've missing?
Cheers,
Hern��n
El dom., 12 ene. 2020 a las 12:42, Benoit Verhaeghe (<badetitou@gmail.com>) escribi��:
Hello there,
I just want to let you know that I've developed an FFI binding to VLC.
Since, version 2.1.1 you can use it on Windows, Linux, and OSX.
https://github.com/badetitou/Pharo-LibVLCThanks to the binding you can play easily sounds and videos from Pharo.
The next steps are:
- Documentation and examples (in the Image, GitHub, and a blog post/tutorial)
- Full Travis testing
- SDL support
- A #Spec2 UI
- A Seaside UI (https://github.com/pharo-media-center)
Feel free to use the binding and tell me if you need help with it.
Beno��t Verhaeghe
-- Beno��t Verhaeghe badetitou.github.io benoit.verhaeghe@berger-levrault.com R&D Engineer at Berger-Levrault benoit.verhaeghe@inria.fr PHD student at Inria-Lille--Nord-Europe
-- Beno��t Verhaeghe badetitou.github.io benoit.verhaeghe@berger-levrault.com R&D Engineer at Berger-Levrault benoit.verhaeghe@inria.fr PHD student at Inria-Lille--Nord-Europe