Bug 134357

Summary: Fix multimedia/libdvdnav with libdvdcss shared lib bump
Product: Ports & Packages Reporter: Joseph S. Atkinson <jsa>
Component: Individual Port(s)Assignee: Ion-Mihai "IOnut" Tetcu <itetcu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libdvdnav_libdvdcss_fix.diff none

Description Joseph S. Atkinson 2009-05-08 04:00:10 UTC

recently, multimedia/libdvdcss bumped shared object version from 2 to 3. libdvdnav attempts a hardcoded dlopen the hardcoded so.2. This fixes the issue, and makes it easy to bump the shared lib version in the future.

Additionally, because libdvdnav contains an embedded non-optional dvdread, remove appearntly needless dependence on libdvdread.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-08 04:00:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Joseph S. Atkinson 2009-06-16 00:58:46 UTC
For anyone having related issues, until this gets fixed a simple work around is:

# ln -s libdvdcss.so.3 /usr/local/lib/libdvdcss.so.2
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2009-07-09 22:13:21 UTC
Responsible Changed
From-To: nobutaka->itetcu

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-09-19 20:54:51 UTC
itetcu      2009-09-19 19:54:43 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libdvdnav Makefile 
  Log:
  Chase multimedia/libdvdcss shlib bump by patching the hardcoded reference to it
  Also removethe dependency on multimedia/libdvdread since this port contains its
  own embeded version.
  
  Bump PRORTREVISION.
  
  PR:             134357
  Submited by:    Joseph S. Atkinson
  Approved by:    maintainer timeout
  Feature safe:   yes (bug-fix)
  
  Revision  Changes    Path
  1.33      +6 -3      ports/multimedia/libdvdnav/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2009-09-19 20:54:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!