Page MenuHomeFreeBSD

net-im/corebird: Update to 1.3.1
ClosedPublic

Authored by cpm on Sep 6 2016, 8:01 PM.
Tags
None
Referenced Files
F151399867: D7800.id20147.diff
Wed, Apr 8, 4:23 AM
Unknown Object (File)
Mon, Apr 6, 10:49 PM
Unknown Object (File)
Mon, Apr 6, 3:26 PM
Unknown Object (File)
Sun, Apr 5, 5:21 AM
Unknown Object (File)
Nov 11 2025, 11:07 AM
Unknown Object (File)
Nov 11 2025, 4:51 AM
Unknown Object (File)
Nov 6 2025, 4:28 AM
Unknown Object (File)
Oct 31 2025, 2:31 AM
Subscribers
None

Details

Summary
  • Update corebird to 1.3.1 release

Changelog:

https://github.com/baedert/corebird/releases/tag/1.3.1

Diff Detail

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

Event Timeline

cpm retitled this revision from to net-im/corebird: Update to 1.3.1.
cpm updated this object.
cpm edited the test plan for this revision. (Show Details)
cpm added reviewers: AMDmi3, feld, junovitch.
AMDmi3 edited edge metadata.

Good, but additionally I'd

  • Fix license (GPLv3+), add LICENSE_FILE
  • Line up options block
  • Silence all three explicitly called commands
This revision is now accepted and ready to land.Sep 7 2016, 10:36 AM
cpm edited edge metadata.

Done!

Thanks Dmitry :)

This revision now requires review to proceed.Sep 7 2016, 11:14 AM

Oops, I was looking at outdated versions of port locally.

  • The license does not need to be fixed (it should be GPLv3+)
  • For options block to be readable, I'd att a tab for GSTREAMER_USE and remove one for GSTREAMER_CONFIGURE_OFF, so whole block is aligned at 3 tabs
AMDmi3 requested changes to this revision.Sep 7 2016, 11:36 AM
AMDmi3 edited edge metadata.
This revision now requires changes to proceed.Sep 7 2016, 11:36 AM
cpm edited edge metadata.
AMDmi3 edited edge metadata.

Now perfect!

This revision is now accepted and ready to land.Sep 7 2016, 11:50 AM

Well, now we can watch videos again in corebird. The missing plugin was multimedia/gstreamer1-plugin-hls but due an existing bug in multimedia/gstreamer-plugins-bad [0], corebird crashes.

After applying patch [1] to gstreamer-plugins-bad, corebird works fine.

[0] https://github.com/baedert/corebird/issues/555
[1] https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?h=1.8&id=3aee2039591421f4cc8757353034daf0e011a9ce

cpm edited edge metadata.
  • Add GSTREAMER_USE=hls dependency.
This revision now requires review to proceed.Sep 7 2016, 4:27 PM
AMDmi3 edited edge metadata.
This revision is now accepted and ready to land.Sep 7 2016, 4:41 PM

I filed a new PR to handle the gstreamer1-plugins-bad issue:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212461

I'll commit corebird update to 1.3.1 when gst issue be solved.

This revision was automatically updated to reflect the committed changes.