forked from buildroot/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[acn]: Bump the latest version of wpe and amazon related packages
- Loading branch information
Showing
16 changed files
with
93 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,30 +4,30 @@ | |
# | ||
################################################################################ | ||
|
||
AMAZON_BACKEND_VERSION = 35ad8f8fb813748edc575549d296c7b9bb7e344a | ||
AMAZON_BACKEND_VERSION = e9c61bc404bc233136f6e77609b429a3bedea8cb | ||
AMAZON_BACKEND_SITE = [email protected]:Metrological/amazon-backend.git | ||
AMAZON_BACKEND_SITE_METHOD = git | ||
AMAZON_BACKEND_DEPENDENCIES = | ||
AMAZON_BACKEND_LICENSE = PROPRIETARY | ||
AMAZON_BACKEND_INSTALL_STAGING = YES | ||
|
||
AMAZON_BACKEND_DEPENDENCIES += wpeframework | ||
|
||
ifeq ($(BR2_PACKAGE_GSTREAMER1),y) | ||
AMAZON_BACKEND_DEPENDENCIES += gstreamer1 gst1-plugins-base gst1-plugins-good gst1-plugins-bad | ||
endif | ||
|
||
NEXUS_CFLAGS=$(shell cat ${STAGING_DIR}/usr/include/platform_app.inc | grep NEXUS_CFLAGS | cut -d' ' -f3- | awk -F "-std=c89" '{print $$1 $$2}') | ||
NEXUS_LDFLAGS=$(shell cat ${STAGING_DIR}/usr/include/platform_app.inc | grep NEXUS_LDFLAGS | cut -d' ' -f3-) | ||
NEXUS_CLIENT_LD_LIBRARIES=$(shell cat ${STAGING_DIR}/usr/include/platform_app.inc | grep NEXUS_CLIENT_LD_LIBRARIES | cut -d' ' -f4-) | ||
ifeq ($(BR2_PACKAGE_BCM_REFSW),y) | ||
AMAZON_BACKEND_DEPENDENCIES += bcm-refsw | ||
endif | ||
|
||
AMAZON_BACKEND_OPTIONS = \ | ||
CXX="$(TARGET_CXX)" \ | ||
LD="$(TARGET_LD)" \ | ||
AR="$(TARGET_AR)" \ | ||
AS="$(TARGET_AS)" \ | ||
RANLIB="$(TARGET_RANLIB)" \ | ||
TARGET_ROOT="$(STAGING_DIR)/usr" \ | ||
NEXUS_CFLAGS="${NEXUS_CFLAGS}" \ | ||
|
||
ifeq ($(BR2_PACKAGE_AMAZON_BUILD_TYPE_TESTING),y) | ||
AMAZON_BACKEND_CONF_OPTS += -DAMAZON_BUILD_TYPE="testing" | ||
endif | ||
|
||
ifeq ($(BR2_PACKAGE_VSS_SDK),y) | ||
AMAZON_BACKEND_CONF_OPTS += -DAMAZON_GST_LIBRARY_PREFIX="wpe" | ||
endif | ||
|
||
$(eval $(cmake-package)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
################################################################################ | ||
|
||
AMAZON_VERSION = 9c3b4d4cca5a0d11affefb450c497500b4d85827 | ||
AMAZON_VERSION = f67706962f328e40ee91d558b74c1ebeaa3274ac | ||
AMAZON_SITE_METHOD = git | ||
AMAZON_SITE = [email protected]:Metrological/amazon.git | ||
AMAZON_INSTALL_STAGING = YES | ||
|
@@ -139,7 +139,7 @@ endif | |
|
||
ifeq ($(BR2_PACKAGE_AMAZON_BACKEND_DRM),y) | ||
AMAZON_CXX_FLAGS += -DHAVE_PLAYREADY | ||
AMAZON_CXX_FLAGS += -DAMP_MEDIA_PIPELINE_USE_DECRYPTION_PIPELINE | ||
#AMAZON_CXX_FLAGS += -DAMP_MEDIA_PIPELINE_USE_DECRYPTION_PIPELINE | ||
endif | ||
|
||
ifeq ($(BR2_PACKAGE_BCM_BME),y) | ||
|
27 changes: 27 additions & 0 deletions
27
...reamer1/gstreamer1/1.10.4/0004-protection-Fix-the-string-to-define-unspecified-syst.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- a/gst/gstprotection.h 2019-10-26 13:10:20.974858321 +0200 | ||
+++ b/gst/gstprotection.h 2019-10-26 13:11:14.790194670 +0200 | ||
@@ -34,6 +34,24 @@ | ||
*/ | ||
#define GST_PROTECTION_SYSTEM_ID_CAPS_FIELD "protection-system" | ||
|
||
+/** | ||
+ * GST_PROTECTION_UNSPECIFIED_SYSTEM_ID: | ||
+ * | ||
+ * The protection system value of the unspecified UUID. | ||
+ * In some cases the system protection ID is not present in the contents or in their | ||
+ * metadata, as encrypted WebM. | ||
+ * This define is used to set the value of the "system_id" field in GstProtectionEvent, | ||
+ * with this value, the application will use an external information to choose which | ||
+ * protection system to use. | ||
+ * | ||
+ * Example: The matroskademux uses this value in the case of encrypted WebM, | ||
+ * the application will choose the appropriate protection system based on the information | ||
+ * received through EME API. | ||
+ * | ||
+ * Since: 1.16 | ||
+ */ | ||
+#define GST_PROTECTION_UNSPECIFIED_SYSTEM_ID "unspecified-system-id" | ||
+ | ||
typedef struct _GstProtectionMeta GstProtectionMeta; | ||
/** | ||
* GstProtectionMeta: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
################################################################################ | ||
|
||
LIBAMAZON_VERSION = ab22d1a5262223b562fc72d4c6f645712c8f87d2 | ||
LIBAMAZON_VERSION = df95747c059a83b08b2c05e7572c05d5a939e113 | ||
LIBAMAZON_SITE_METHOD = git | ||
LIBAMAZON_SITE = [email protected]:Metrological/libamazon.git | ||
LIBAMAZON_LICENSE = PROPRIETARY | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
################################################################################ | ||
|
||
WPEFRAMEWORK_CDMI_PLAYREADY_NEXUS_VERSION = 7c3a2fe8a458e0472405b50ada2cd66433042e52 | ||
WPEFRAMEWORK_CDMI_PLAYREADY_NEXUS_VERSION = 1ac9cb38a9518c032cce34b04de40b8e7e2f06e6 | ||
WPEFRAMEWORK_CDMI_PLAYREADY_NEXUS_SITE_METHOD = git | ||
WPEFRAMEWORK_CDMI_PLAYREADY_NEXUS_SITE = [email protected]:WebPlatformForEmbedded/OCDM-Playready-Nexus.git | ||
WPEFRAMEWORK_CDMI_PLAYREADY_NEXUS_INSTALL_STAGING = YES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 0 additions & 48 deletions
48
package/wpe/wpewebkit/0001-return-flushing-event-when-waiting-key-for-drm-content.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters