mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
15
package/libaacs/Config.in
Normal file
15
package/libaacs/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_LIBAACS
|
||||
bool "libaacs"
|
||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_LIBGCRYPT
|
||||
help
|
||||
libaacs is a research project to implement the Advanced Access
|
||||
Content System specification.
|
||||
NB: this project doesn't offer any key or certificate that
|
||||
could be used to decode encrypted copyrighted material.
|
||||
|
||||
http://www.videolan.org/developers/libaacs.html
|
||||
|
||||
comment "libaacs needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
5
package/libaacs/libaacs.hash
Normal file
5
package/libaacs/libaacs.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# From http://download.videolan.org/pub/videolan/libaacs/0.9.0/libaacs-0.9.0.tar.bz2.sha512
|
||||
sha512 b9c658db22a0966486070d3b762509a7c0120469ab29d1e57c1b624cad309701de8b92455ec649db4d731be4a5c29c38fb4f99bb7617dbb4254270284a1903f6 libaacs-0.9.0.tar.bz2
|
||||
|
||||
# Hash for license file:
|
||||
sha256 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c COPYING
|
||||
24
package/libaacs/libaacs.mk
Normal file
24
package/libaacs/libaacs.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# libaacs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBAACS_VERSION = 0.9.0
|
||||
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))
|
||||
Reference in New Issue
Block a user