Package Details: libaacs-git 0.11.1.13.g0471e05-1

Git Clone URL: https://aur.archlinux.org/libaacs-git.git (read-only, click to copy)
Package Base: libaacs-git
Description: Advanced Access Content System. (GIT version)
Upstream URL: https://www.videolan.org/developers/libaacs.html
Licenses: LGPL
Conflicts: libaacs
Provides: libaacs, libaacs.so
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 27
Popularity: 0.000000
First Submitted: 2012-02-19 00:45 (UTC)
Last Updated: 2025-08-12 15:32 (UTC)

Dependencies (6)

Required by (14)

Sources (1)

Latest Comments

1 2 Next › Last »

sl1pkn07 commented on 2025-08-09 19:30 (UTC)

seems need libgcrypt15. when i back to home i try to fix it. greetings

df8oe commented on 2025-08-03 08:14 (UTC)

Does not build with the following message:
checking for libgcrypt-config... no
checking for LIBGCRYPT - version >= 1.6.0... no
checking for libgcrypt-config... no
checking for LIBGCRYPT - version >= 1.1.94... no
configure: error: libgcrypt not found on system

...but libgcrypt is installed (1.11.1-1)...

df8oe commented on 2023-03-04 08:51 (UTC)

Thanks for lightning-fast fixing!

sl1pkn07 commented on 2023-03-03 19:46 (UTC)

ooops fixed

df8oe commented on 2023-03-03 15:40 (UTC)

Does not build because of dependency to libudfread.git. This does not exist - but libudfread-git exists. Please fix ;)

patryk commented on 2013-10-24 09:32 (UTC)

@Radioactiveman : it resolved my problem, But why we got it?

Corubba commented on 2013-08-29 17:56 (UTC)

Your new deps are all part of the base-devel group and therefore not to be listed in as makedeps in PKGBUILD, see https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

<deleted-account> commented on 2013-08-29 17:45 (UTC)

Missing some dependency makedepends=('git' 'flex' 'bison' 'automake' 'autoconf' 'libtool')

Radioactiveman commented on 2013-08-09 23:14 (UTC)

@patryk: I've had the same problem but fixed it with this command: sed 's|-D_POSIX_C_SOURCE=200112L|-D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=500|g' -i configure.ac This should be added into the prepare() function.