[Bug 172366] multimedia/pitivi: Update to latest (request)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 15 17:22:39 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172366
Olivier Duchateau <duchateau.olivier at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |duchateau.olivier at gmail.com
--- Comment #13 from Olivier Duchateau <duchateau.olivier at gmail.com> ---
(In reply to w.schwarzenfeld from comment #12)
Your previous patches are completely wrong. Pitivi is written in Python3.
So you need also GObject Introspection (Python3 bindings, pygobject3) and
especially Gtk3 and GStreamer (with the 1.0 API ports).
Required dependencies are:
- Gettext, intltool, meson
- Numpy (python3 version)
- Matplotlib (python3 version)
- Cairo (python3 version)
- SQLite3 (python3 version)
- libnotify
- gdkpixbuf2
- gstreamer1-editing-services (and others GStreamer plugins, but this port is
mandatory)
- py-gstreamer1 (python3 version)
- gstreamer1-plugins-gtk
- gstreamer1-libav
Optional gstreamer1-plugins-vaapi.
And last but not least, your encoding system must be defined with UTF-8 (Gtk3
and GObject Introspection bindings work only with this encoding).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list