[Bug 249483] Bring back multimedia/quodlibet with latest version 4.3.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 24 16:33:44 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249483

--- Comment #16 from Fernando Apesteguía <fernape at FreeBSD.org> ---
With python3.7

$ python3.7
Python 3.7.9 (default, Sep  5 2020, 01:21:24)
[Clang 8.0.1 (tags/RELEASE_801/final 366581)] on freebsd12
Type "help", "copyright", "credits" or "license" for more information.
>>> import gi
>>> gi.require_version('Gst', '1.0')
>>> from gi.repository import Gst
>>> Gst.init_check()
(True, argv=[])
>>> Gst.ElementFactory.make('autoaudiosink', None)
<__gi__.GstAutoAudioSink object at 0x801e80280 (GstAutoAudioSink at
0x802073020)>
>>>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list