Page MenuHomeFreeBSD

Update multimedia/pitivi to 0.99
ClosedPublic

Authored by woodsb02 on Sep 5 2018, 10:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 1:14 PM
Unknown Object (File)
Sat, Apr 20, 7:00 AM
Unknown Object (File)
Mon, Apr 8, 2:32 PM
Unknown Object (File)
Mar 12 2024, 12:43 AM
Unknown Object (File)
Mar 2 2024, 6:43 PM
Unknown Object (File)
Mar 2 2024, 6:43 PM
Unknown Object (File)
Mar 2 2024, 6:43 PM
Unknown Object (File)
Mar 2 2024, 6:31 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.