Bug 134357 - Fix multimedia/libdvdnav with libdvdcss shared lib bump
Summary: Fix multimedia/libdvdnav with libdvdcss shared lib bump
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 04:00 UTC by Joseph S. Atkinson
Modified: 2009-09-19 21:00 UTC (History)
0 users

See Also:


Attachments
libdvdnav_libdvdcss_fix.diff (1.16 KB, patch)
2009-05-08 04:00 UTC, Joseph S. Atkinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!