[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-234-g662a9e353
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-02-12 09:29:25
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 662a9e3533d06b3d55ad1e64d2ad377440093eed (commit)
from aa54b4e30913c3ef9a17b46b319f9bbd818eae9d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 662a9e3533d06b3d55ad1e64d2ad377440093eed
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Feb 12 10:27:42 2021 +0100
[BUILDROOT] 2020.02: update x265 project URL
-----------------------------------------------------------------------
Summary of changes:
.../378-package-x265-update-project-URL.patch | 55 ++++++++++++++++++++++
patches/buildroot/2020.02/cleanup_buildroot.sh | 2 +
2 files changed, 57 insertions(+)
create mode 100644 patches/buildroot/2020.02/378-package-x265-update-project-URL.patch
diff --git a/patches/buildroot/2020.02/378-package-x265-update-project-URL.patch b/patches/buildroot/2020.02/378-package-x265-update-project-URL.patch
new file mode 100644
index 000000000..4714dbd33
--- /dev/null
+++ b/patches/buildroot/2020.02/378-package-x265-update-project-URL.patch
@@ -0,0 +1,55 @@
+From ffea3b89cbc7ac74b9a0952c2ed06c2017cc0e8e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Fri, 12 Feb 2021 09:54:20 +0100
+Subject: [PATCH 1/1] package/x265: update project URL
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The project moved to https://bitbucket.org/multicoreware/x265_git
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ package/x265/Config.in | 2 +-
+ package/x265/x265.mk | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/package/x265/Config.in b/package/x265/Config.in
+index 180931db66..1067505d31 100644
+--- a/package/x265/Config.in
++++ b/package/x265/Config.in
+@@ -11,7 +11,7 @@ config BR2_PACKAGE_X265
+ General Public License (GPL) 2 license or a commercial
+ license, similar to the x264 project.
+
+- https://bitbucket.org/multicoreware/x265/wiki/Home
++ https://bitbucket.org/multicoreware/x265_git/wiki/Home
+
+ if BR2_PACKAGE_X265
+
+diff --git a/package/x265/x265.mk b/package/x265/x265.mk
+index 872753eea8..7bc1d11e19 100644
+--- a/package/x265/x265.mk
++++ b/package/x265/x265.mk
+@@ -6,7 +6,7 @@
+
+ X265_VERSION = 3.3
+ X265_SOURCE = x265_$(X265_VERSION).tar.gz
+-X265_SITE = https://bitbucket.org/multicoreware/x265/downloads
++X265_SITE = https://bitbucket.org/multicoreware/x265_git/downloads
+ X265_LICENSE = GPL-2.0+
+ X265_LICENSE_FILES = COPYING
+ X265_CPE_ID_VENDOR = multicorewareinc
+@@ -19,7 +19,7 @@ X265_DEPENDENCIES += host-nasm
+ endif
+
+ # disable altivec, it has build issues
+-# https://bitbucket.org/multicoreware/x265/issues/320/
++# https://bitbucket.org/multicoreware/x265_git/issues/320/
+ ifeq ($(BR2_powerpc64)$(BR2_powerpc64le),y)
+ X265_CONF_OPTS += -DENABLE_ALTIVEC=OFF
+ endif
+--
+2.26.2
+
diff --git a/patches/buildroot/2020.02/cleanup_buildroot.sh b/patches/buildroot/2020.02/cleanup_buildroot.sh
index af8c91f86..592610408 100755
--- a/patches/buildroot/2020.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2020.02/cleanup_buildroot.sh
@@ -146,6 +146,8 @@ rm -rf buildroot/package/wolf4sdl/Config.in
rm -rf buildroot/package/wolf4sdl/wolf4sdl.mk
rm -rf buildroot/package/wpa_supplicant/Config.in
rm -rf buildroot/package/wpa_supplicant/wpa_supplicant.mk
+rm -rf buildroot/package/x265/Config.in
+rm -rf buildroot/package/x265/x265.mk
rm -rf buildroot/package/xc3sprog/Config.in
rm -rf buildroot/package/xc3sprog/xc3sprog-fixes-version-detection.patch
rm -rf buildroot/package/xc3sprog/xc3sprog-fixes-xc2c32a_qf32-jtag-id.patch
hooks/post-receive
--
armadeus
|