Page MenuHomeFreeBSD

Update multimedia/pitivi to 0.99
ClosedPublic

Authored by woodsb02 on Sep 5 2018, 10:38 AM.
Tags
None
Referenced Files
F147902479: D17042.diff
Sat, Mar 14, 1:20 PM
F147856606: D17042.diff
Sat, Mar 14, 5:28 AM
Unknown Object (File)
Thu, Mar 5, 8:16 AM
Unknown Object (File)
Mon, Mar 2, 12:01 AM
Unknown Object (File)
Mon, Feb 23, 10:48 PM
Unknown Object (File)
Jan 28 2026, 1:26 PM
Unknown Object (File)
Jan 28 2026, 1:26 PM
Unknown Object (File)
Dec 28 2025, 11:23 PM

Details

Summary

Update multimedia/pitivi to 0.99

  • Patch the runtime dependency checking code in check.py to:
    • match the version of GObject Introspection python bindings available in ports (devel/pygobject3-common), and
    • load numpy early to ensure the libgcc_s.so.1 library loaded is from ports (lang/gcc7) and not from base.
  • Add new port multimedia/gstreamer1-transcoder (separated from pitivi code base)

Note that pitivi version 0.999 has been released, but depends on
gstreamer 1.14 which is not yet in ports.

Test Plan

poudriere testport -j 12amd64 - all ok
portlint ok
Runtime testing on 12amd64 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gstreamer 1.14.3 is coming :)

I actually did the 0.999 port, without looking here (oops, checking bugzilla is not enough these days)…

multimedia/gstreamer1-transcoder/Makefile
4 ↗(On Diff #47692)

Is it correct to call the port "gstreamer1-transcoder" instead of "gst-transcoder"? It's not an official part of gstreamer itself…

17 ↗(On Diff #47692)

introspection:build might be enough?

multimedia/pitivi/Makefile
14 ↗(On Diff #47692)

gst-validate should be TEST_DEPENDS (if anyone's going to run these tests at all…)

29 ↗(On Diff #47692)

0.999 certainly doesn't need gnonlin. I think 0.99 shouldn't need it either, since it already requires editing-services

This revision was not accepted when it landed; it landed in state Needs Review.Dec 11 2018, 8:28 PM
Closed by commit rP487253: Add gstreamer1-transcoder (authored by kwm). · Explain Why
This revision was automatically updated to reflect the committed changes.