[Bug 292600] multimedia/gpac: various problems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jan 2026 10:50:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292600
Bug ID: 292600
Summary: multimedia/gpac: various problems
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: olivier@freebsd.org
Reporter: fuz@FreeBSD.org
Flags: maintainer-feedback?(olivier@freebsd.org)
Assignee: olivier@freebsd.org
This port has a number of problems that should be addressed.
It needs to be configured with --enable-pic to build a working shared object on
most platforms. When this is done, pkubaj's change of adding
CFLAGS_powerpc64le= -fPIC
can be removed. I'll commit a patch for this one shortly as it is needed to
update ccextractor.
Then there are plist issues (default configuration):
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/gpac/gm_alsa.so
Error: Orphaned: lib/gpac/gm_jack.so
Error: Orphaned: lib/gpac/gm_pulseaudio.so
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
Then there are linking issues:
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/gpac/gm_alsa.so is linked to
/usr/local/lib/libasound.so.2 from audio/alsa-lib but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libasound.so:audio/alsa-lib
Error: /usr/local/lib/gpac/gm_alsa.so is linked to /usr/local/lib/libgpac.so.10
from multimedia/gpac-libgpac but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libgpac.so:multimedia/gpac-libgpac
Error: /usr/local/lib/gpac/gm_jack.so is linked to /usr/local/lib/libjack.so.0
from audio/jack but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libjack.so:audio/jack
Error: /usr/local/lib/gpac/gm_pulseaudio.so is linked to
/usr/local/lib/libpulse.so.0 from audio/pulseaudio but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libpulse.so:audio/pulseaudio
Error: /usr/local/lib/gpac/gm_pulseaudio.so is linked to
/usr/local/lib/libpulse-simple.so.0 from audio/pulseaudio but it is not
declared as a dependency
Warning: you need LIB_DEPENDS+=libpulse-simple.so:audio/pulseaudio
Error: /usr/local/lib/gpac/gm_sdl_out.so is linked to
/usr/local/lib/libSDL2-2.0.so.0 from devel/sdl20 but it is not declared as a
dependency
Warning: you need USE_SDL+=sdl2
Error: /usr/local/lib/libgpac.so.12.14.0 is linked to /usr/local/lib/libGL.so.1
from graphics/libglvnd but it is not declared as a dependency
Warning: you need USE_GL+=gl
Error: /usr/local/lib/libgpac.so.12.14.0 is linked to
/usr/local/lib/libGLU.so.1 from graphics/libGLU but it is not declared as a
dependency
Warning: you need USE_GL+=glu
Error: /usr/local/lib/libgpac.so.12.14.0 is linked to
/usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a
dependency
Warning: you need USE_XORG+=x11
Warning: you might not need LIB_DEPENDS on libpng.so
Please check these and add the necessary dependencies.
I noticed that this port bundles quickjs and possibly other thirdparty modules.
Please unbundle them as per policy.
--
You are receiving this mail because:
You are the assignee for the bug.