Tiny Core Extensions > TCE 2.x

libdvdread

(1/2) > >>

Jason W:
Thanks to Arslan S. for:


--- Code: ---Title:          libdvdread-dev.tcz
Description:    libdvdread dev files.
Version:        4.1.3
Author:         Various
Original-site:  http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
Copying-policy: GPL-2
Size: 56K
Extension_by:   Arslan S.
Comments:       This extension conflicts with libdvdread-dev.tcz

This extension is PPI compatible.
Change-log:     ---
Current:    2010/01/18 Original


--- End code ---


--- Code: ---Title:          libdvdread.tcz
Description:    libdvdread provides the functionality that is required to access many DVDs.
Version:        4.1.3
Author:         Various
Original-site:  http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
Copying-policy: GPL-2
Size: 44K
Extension_by:   Arslan S.
Comments:       libdvdread currently uses libdl to dynamically probe for libdvdcss
at runtime. If found, libdvdcss will be used to decrypt sections of
the DVD as necessary.

libdvdcss.tcz is recommended.

This extension conflicts with libdvdread.tcz (libdvdread3)

This extension is PPI compatible.
Change-log:     ---
Current:    2010/01/18 Original


--- End code ---

Onyarian:
With tc2.8 and K3b,

K3b loads libdvdread in his .dep file, but it can't run because there is no libdvdread.so.3


--- Quote ---tc@box:~$ sudo k3b
k3b: error while loading shared libraries: libdvdread.so.3: cannot open shared object file: No such file or directory
--- End quote ---

It's possible to add to the extension a symlink from libdvdread.so.4.1.3 to libdvdread.so.3 (like the libdvdread.so.4 also)?
This solves the problem


--- Quote ---tc@box:/usr/local/lib$ ls libdvd*
libdvdread.so        libdvdread.so.4      libdvdread.so.4.1.3

tc@box:/usr/local/lib$ sudo ln -s libdvdread.so.4.1.3 libdvdread.so.3

tc@box:/usr/local/lib$ ls libdvd*
libdvdread.so        libdvdread.so.4
libdvdread.so.3      libdvdread.so.4.1.3

--- End quote ---

and sudo k3b runs OK

Jason W:
I will have k3b create this symlink to allow it to run.

Not the ideal solution but will do until a new k3b extension appears.

Jason W:
Added the old libs into the k3b extension itself under /usr/local/share/k3b.  That way the integrety of /usr/local/lib libs will not potentially be compromised.

Juanito:
This is also an issue for the gst-plugins-bad/ugly extensions...

Navigation

[0] Message Index

[#] Next page

Go to full version