Search Criteria
Package Details: libaacs-git 0.10.0.0.g2ed84a0-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: | http://www.videolan.org/developers/libaacs.html |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 25 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-19 00:45 |
Last Updated: | 2020-03-22 22:18 |
Dependencies (4)
- libgcrypt (libgcrypt15-git, libgcrypt-git)
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- git (git-git) (make)
Required by (19)
- bomi-git (requires libaacs) (optional)
- kodi-eggz (requires libaacs) (make)
- kodi-git-common (requires libaacs) (make)
- kodi-git-dev (requires libaacs) (make)
- kodi-git-eventclients (requires libaacs) (make)
- kodi-git-gbm (requires libaacs) (make)
- kodi-git-tools-texturepacker (requires libaacs) (make)
- kodi-git-wayland (requires libaacs) (make)
- kodi-git-x11 (requires libaacs) (make)
- kodi-matrix-git-common (requires libaacs) (make)
- kodi-matrix-git-dev (requires libaacs) (make)
- kodi-matrix-git-eventclients (requires libaacs) (make)
- kodi-matrix-git-gbm (requires libaacs) (make)
- kodi-matrix-git-tools-texturepacker (requires libaacs) (make)
- kodi-matrix-git-wayland (requires libaacs) (make)
- kodi-matrix-git-x11 (requires libaacs) (make)
- libbdplus (requires libaacs)
- libbdplus-git (requires libaacs)
- libbluray-git (requires libaacs) (optional)
Latest Comments
patryk commented on 2013-10-24 09:32
@Radioactiveman : it resolved my problem, But why we got it?
patryk commented on 2013-10-24 09:30
libaacs/mmc.c: In function 'mmc_open':
libaacs/mmc.c:877:5: error: implicit declaration of function 'realpath' [-Werror=implicit-function-declaration]
if (!file_path || !realpath(path, file_path)) {
^
mv -f .deps/file_posix.Tpo .deps/file_posix.Plo
Corubba commented on 2013-08-29 17:56
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
Anonymous comment on 2013-08-29 17:45
Missing some dependency
makedepends=('git' 'flex' 'bison' 'automake' 'autoconf' 'libtool')
Radioactiveman commented on 2013-08-09 23:14
@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.
sl1pkn07 commented on 2013-05-19 11:41
@patryk: pleae, post all log
build for me http://sl1pkn07.no-ip.com/paste/view/15cea32c
patryk commented on 2013-05-19 10:43
libaacs/mmc.c: In function 'mmc_open':
libaacs/mmc.c:862:5: error: implicit declaration of function 'realpath' [-Werror=implicit-function-declaration]
if (!file_path || !realpath(path, file_path)) {
^
cc1: some warnings being treated as errors
make[3]: *** [mmc.lo] Błąd 1
make[3]: *** Oczekiwanie na niezakończone zadania....
Anonymous comment on 2012-10-08 07:15
make appears to be failing in the current build
Huulivoide commented on 2012-04-18 15:50
[ -d "${srcdir}"/"${_gitname}"-build ] &&
is not needed as rm -rf will exit with 0 no matter did it
find the dir or not.