57eb983832
Drop patch (not needed since https://code.videolan.org/videolan/libaacs/-/commit/a2ef3313bae4550f54ba842fa342d5b9b5f97145) https://code.videolan.org/videolan/libaacs/-/blob/0.11.1/ChangeLog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
25 lines
757 B
Makefile
25 lines
757 B
Makefile
################################################################################
|
|
#
|
|
# libaacs
|
|
#
|
|
################################################################################
|
|
|
|
LIBAACS_VERSION = 0.11.1
|
|
LIBAACS_SITE = http://download.videolan.org/pub/videolan/libaacs/$(LIBAACS_VERSION)
|
|
LIBAACS_SOURCE = libaacs-$(LIBAACS_VERSION).tar.bz2
|
|
LIBAACS_LICENSE = LGPL-2.1+
|
|
LIBAACS_LICENSE_FILES = COPYING
|
|
LIBAACS_INSTALL_STAGING = YES
|
|
LIBAACS_DEPENDENCIES = host-bison host-flex libgcrypt
|
|
LIBAACS_CONF_OPTS = \
|
|
--disable-werror \
|
|
--disable-extra-warnings \
|
|
--disable-optimizations \
|
|
--disable-examples \
|
|
--disable-debug \
|
|
--with-gnu-ld \
|
|
--with-libgcrypt-prefix=$(STAGING_DIR)/usr \
|
|
--with-gpg-error-prefix=$(STAGING_DIR)/usr
|
|
|
|
$(eval $(autotools-package))
|