[Bug 244846] multimedia/libvdpau: missing dependency on x11/libX11, etc.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 16 15:04:14 UTC 2020


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

            Bug ID: 244846
           Summary: multimedia/libvdpau: missing dependency on x11/libX11,
                    etc.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: jcfyecrayz at liamekaens.com
                CC: madpilot at FreeBSD.org, x11 at FreeBSD.org
                CC: madpilot at FreeBSD.org, x11 at FreeBSD.org

multimedia/libvdpau is missing a dependency on x11/libX11 and others.

ldd /usr/local/lib/libvdpau.so.1.0.0
/usr/local/lib/libvdpau.so.1.0.0:
        libX11.so.6 => /usr/local/lib/libX11.so.6 (0x801203000)
        libdl.so.1 => /usr/lib/libdl.so.1 (0x80154a000)
        libXext.so.6 => /usr/local/lib/libXext.so.6 (0x80174b000)
        libthr.so.3 => /lib/libthr.so.3 (0x80195c000)
        libc.so.7 => /lib/libc.so.7 (0x800825000)
        libxcb.so.1 => /usr/local/lib/libxcb.so.1 (0x801b85000)
        libXau.so.6 => /usr/local/lib/libXau.so.6 (0x801dab000)
        libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x801fae000)


--- Makefile    (revision 528524)
+++ Makefile    (working copy)
@@ -12,7 +12,7 @@

 USES=          localbase meson pkgconfig xorg
 USE_GITLAB=    yes
-USE_XORG=      xext xorgproto
+USE_XORG=      x11 xau xdmcp xext xorgproto
 USE_LDCONFIG=  yes
 GL_SITE=       https://gitlab.freedesktop.org
 GL_ACCOUNT=    vdpau

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-x11 mailing list