From 96887a1f921fe09407394d999903a4e1d66a96f6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 29 Aug 2014 09:25:16 +0200 Subject: [PATCH] projects/*/options: add option to select AACS support Signed-off-by: Stephan Raue --- packages/multimedia/libbluray/package.mk | 2 +- projects/ATV/options | 11 +++++++---- projects/Generic/options | 10 +++++++--- projects/RPi/options | 10 +++++++--- 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/packages/multimedia/libbluray/package.mk b/packages/multimedia/libbluray/package.mk index 2fa01a733a..dc10c8dd0d 100644 --- a/packages/multimedia/libbluray/package.mk +++ b/packages/multimedia/libbluray/package.mk @@ -32,7 +32,7 @@ PKG_LONGDESC="libbluray is an open-source library designed for Blu-Ray Discs pla PKG_IS_ADDON="no" PKG_AUTORECONF="yes" -if [ "$NONFREE_SUPPORT" = "yes" ]; then +if [ "$AACS_SUPPORT" = "yes" ]; then PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libaacs" fi diff --git a/projects/ATV/options b/projects/ATV/options index c2e51ad2d7..a3d722e673 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -159,16 +159,19 @@ # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" +# build and install with BluRay support (yes / no) + BLURAY_SUPPORT="yes" + +# build and install with AACS support +# (BD decryption support in XBMC) (yes / no) + AACS_SUPPORT="yes" + # build and install with DVDCSS support # (DVD decryption support in XBMC) (yes / no) DVDCSS_SUPPORT="yes" # build and install with LAME cdrip encoder support ENCODER_LAME="yes" - -# build and install with BluRay support (yes / no) - BLURAY_SUPPORT="yes" - # additional drivers to install: # for a list of additinoal drivers see packages/linux-drivers # Space separated list is supported, diff --git a/projects/Generic/options b/projects/Generic/options index bb6723e053..5942bb663c 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -159,6 +159,13 @@ # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" +# build and install with BluRay support (yes / no) + BLURAY_SUPPORT="yes" + +# build and install with AACS support +# (BD decryption support in XBMC) (yes / no) + AACS_SUPPORT="yes" + # build and install with DVDCSS support # (DVD decryption support in XBMC) (yes / no) DVDCSS_SUPPORT="yes" @@ -166,9 +173,6 @@ # build and install with LAME cdrip encoder support ENCODER_LAME="yes" -# build and install with BluRay support (yes / no) - BLURAY_SUPPORT="yes" - # additional drivers to install: # for a list of additinoal drivers see packages/linux-drivers # Space separated list is supported, diff --git a/projects/RPi/options b/projects/RPi/options index 4effdcc999..e64a345b6f 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -160,6 +160,13 @@ # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" +# build and install with BluRay support (yes / no) + BLURAY_SUPPORT="yes" + +# build and install with AACS support +# (BD decryption support in XBMC) (yes / no) + AACS_SUPPORT="yes" + # build and install with DVDCSS support # (DVD decryption support in XBMC) (yes / no) DVDCSS_SUPPORT="yes" @@ -167,9 +174,6 @@ # build and install with LAME cdrip encoder support ENCODER_LAME="yes" -# build and install with BluRay support (yes / no) - BLURAY_SUPPORT="yes" - # additional drivers to install: # for a list of additinoal drivers see packages/linux-drivers # Space separated list is supported,