Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 16:33:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249483] Bring back multimedia/quodlibet with latest version 4.3.0
Message-ID:  <bug-249483-7788-glHdhmz1bZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249483-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249483-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249483

--- Comment #16 from Fernando Apestegu=C3=ADa <fernape@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=3D[])
>>> Gst.ElementFactory.make('autoaudiosink', None)
<__gi__.GstAutoAudioSink object at 0x801e80280 (GstAutoAudioSink at
0x802073020)>
>>>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249483-7788-glHdhmz1bZ>