libdvdcss not available

Code:
$ sudo pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01   
Fetching packagesite.pkg: 100%    7 MiB   7.2MB/s    00:01   
Processing entries: 100%
FreeBSD repository update completed. 33718 packages processed.
All repositories are up to date.
$ sudo pkg install libdvdcss
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'libdvdcss' have been found in the repositories

What? Very annoying....
 
Hi Mate, libdvdcss is available as a port

Code:
/usr/ports/multimedia/libdvdcss


The port doesnt seem to have a maintainer though

To add the package, run one of these commands:
  • pkg install multimedia/libdvdcss
  • pkg install libdvdcss
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles


Looks like there isnt a package because of the license
even though it does suggest using pkg to install libdvdcss

Which is a bit confusing

libdvdcss isnt listed as package on my system

So i guess you will have to build it with poudriere
 
Code:
$ sudo cd /usr/ports/multimedia/libdvdcss/ && make install clean
Password:
make: don't know how to make install. Stop

make: stopped in /home/****

Ermm
Yes, poudriere is installed....
 
Your cd will be executed, then you'll be back to the home directory, then the make will be executed in your home directory. I think.

So do the cd first (without sudo) and then sudo make?
 
Thanks, Napoleon! I'm glad to see that the state correctional board commuted your sentence after all that excitement 😉
Still, he is not allowed within 200m of that sheep farm. ;)

Building and installing libdvdcss does half the work. Some programms are loading it itself, I think vlc is one of them.
Or you need to build that one as well.
 
Still, he is not allowed within 200m of that sheep farm. ;)
Thank god Carpenter never thought to pen and shoot that prequel.
Building and installing libdvdcss does half the work. Some programms are loading it itself, I think vlc is one of them.
Or you need to build that one as well.
TBH, that did most of the work. I access DVDs almost exclusively with VLC, and they spin swimmingly now. 👍
 
Back
Top