Package Details: libbdplus 0.2.0-3

Git Clone URL: https://aur.archlinux.org/libbdplus.git (read-only, click to copy)
Package Base: libbdplus
Description: Library for handling the BD+ protection scheme on bluray discs
Upstream URL: https://www.videolan.org/developers/libbdplus.html
Licenses: LGPL
Submitter: ConnorBehan
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 59
Popularity: 0.27
First Submitted: 2013-12-25 18:13 (UTC)
Last Updated: 2024-06-25 14:18 (UTC)

Latest Comments

1 2 Next › Last »

ConnorBehan commented on 2025-06-22 02:10 (UTC)

It looks like you just need to remove "--ftp-pasv" from makepkg.conf. The URL itself works.

jpyper commented on 2025-06-22 01:12 (UTC) (edited on 2025-06-22 01:12 (UTC) by jpyper)

Please update your PKGBUILD to reflect new changes:

==> Retrieving sources... -> Downloading libbdplus-0.2.0.tar.bz2... curl: option --ftp-pasv: is unknown curl: try 'curl --help' for more information ==> ERROR: Failure while downloading ftp://ftp.videolan.org/pub/videolan/libbdplus/0.2.0/libbdplus-0.2.0.tar.bz2 Aborting...

New link is: https://download.videolan.org/pub/videolan/libbdplus/0.2.0/libbdplus-0.2.0.tar.bz2

PKGBUILD Change: source=("ftp://ftp.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2" "gcrypt.diff")

to

source=("https://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2" "gcrypt.diff")

Package builds and installs perfectly after making the change locally to the PKGBUILD file.

ConnorBehan commented on 2024-06-28 14:43 (UTC)

Having base-devel installed is part of the AUR guidelines so that it doesn't need to be part of so many PKGBUILDs.

DevilishSpirits commented on 2024-06-28 10:40 (UTC)

The build process make use of autoconf and automake which are missing from PKGBUILD makedeps as I post this.

lemba commented on 2024-06-25 09:17 (UTC) (edited on 2024-06-25 09:18 (UTC) by lemba)

Building stops with error: checking for libgcrypt-config... no configure: error: libgcrypt not found on system

Related solution: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1972760.html

Cryen commented on 2022-12-01 16:25 (UTC)

fgrep: warning: fgrep is obsolescent; using grep -F
fgrep: warning: fgrep is obsolescent; using grep -F
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for gpg-error-config... no
configure: error: gpg-error not found on system

Build failed, I do have libgpg-error installed

micwoj92 commented on 2021-02-03 10:37 (UTC)

Hello, could you update homepage to https?

lesebas commented on 2017-01-19 20:44 (UTC) (edited on 2017-01-19 20:45 (UTC) by lesebas)

I've got it! Actually I was wrong with : copy bdplus vm0 folder in your personal profile (%APPDATA%/bdplus/ or ~/.config/bdplus) I've extracted it with the GUI xarchiver. So it extract only a file and not a folder. To extract the whole folder I used the following command : tar -xvjf Téléchargements/bdplus-vm0.bz2 -C .config/

lesebas commented on 2017-01-19 09:25 (UTC)

Hello, I did not manage to make it works with VLC. Error message about BD+ database not operational. Ive follow the instruction : http://www.labdv.com/aacs/advanced-users.php ok for files KEYDB.cfg and bdplus.vm0. By the way it's written that ''you have to copy libbdplus libraries in your player executable folder''. Which file I have to link into the VLC folder?

ConnorBehan commented on 2016-12-20 17:22 (UTC)

That's correct. Although I don't have a bluray drive to test with.