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)
Dec 4 2024, 4:34 PM
Unknown Object (File)
Nov 20 2024, 9:29 AM
Unknown Object (File)
Nov 17 2024, 11:58 PM
Unknown Object (File)
Nov 17 2024, 7:17 PM
Unknown Object (File)
Nov 15 2024, 1:51 PM
Unknown Object (File)
Nov 14 2024, 6:51 AM
Unknown Object (File)
Nov 14 2024, 5:25 AM
Unknown Object (File)
Nov 14 2024, 5:17 AM

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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19412
Build 19009: arc lint + arc unit

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

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

17

introspection:build might be enough?

multimedia/pitivi/Makefile
14

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

29

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.