Bug 72877

Summary: [PATCH] x11/nvidia-driver: Add link to libXvMCNVIDIA_dynamic.so.1
Product: Ports & Packages Reporter: Michael Johnson <ahze>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Only Me CC: danfe
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
nvidia-driver-1.0.6113_1.patch none

Description Michael Johnson 2004-10-19 15:10:23 UTC
- Link libXvMCNVIDIA.so.1 to libXvMCNVIDIA_dynamic.so.1
 
 LibXvMCNVIDIA.so.1 tells ld to link to libXvMCNVIDIA_dynamic.so.1
  which currentlly does not exist.
  this is critical for libxine (and others?)

ahze@blueheron /usr/ports/multimedia/libxine > ldd /usr/X11R6/lib/xine/plugins/1.0.0/xineplug_vo_out_xvmc.so 
/usr/X11R6/lib/xine/plugins/1.0.0/xineplug_vo_out_xvmc.so:
        libXv.so.1 => /usr/X11R6/lib/libXv.so.1 (0x28173000)
        libXvMC.so.1 => /usr/X11R6/lib/libXvMC.so.1 (0x28178000)
        libXvMCNVIDIA_dynamic.so.1 => /usr/X11R6/lib/libXvMCNVIDIA_dynamic.so.1 (0x2817b000) 

Port maintainer (danfe@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63

How-To-Repeat: 
run strings on /usr/X11R6/lib/libXvMCNVIDIA.so.1 

or

install nvidia-driver then install libxine

libxine doesn't work with xvmc via nvidia.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2004-10-19 18:14:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe


Over to the maintainer.
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2004-11-09 09:45:26 UTC
State Changed
From-To: open->closed

Fix committed, thanks!