From acfa6cec95f5ddfbb21ca7c4af41de213bb80988 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sat, 1 Aug 2020 11:24:30 -0600 Subject: [PATCH] version update, build tweaks --- cinelerra-5.1/blds/PKGBUILD | 2 +- cinelerra-5.1/blds/cinelerra.spec | 2 +- cinelerra-5.1/blds/debian/changelog | 2 +- cinelerra-5.1/blds/debian/control | 2 +- cinelerra-5.1/thirdparty/Makefile | 2 +- cinelerra-5.1/thirdparty/src/libvpx-1.8.2.patch1 | 11 +++++++++++ 6 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 cinelerra-5.1/thirdparty/src/libvpx-1.8.2.patch1 diff --git a/cinelerra-5.1/blds/PKGBUILD b/cinelerra-5.1/blds/PKGBUILD index 74edc8fb..d53d3923 100644 --- a/cinelerra-5.1/blds/PKGBUILD +++ b/cinelerra-5.1/blds/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: goodguy pkgname=cin pkgver=5.1 -pkgrel=20200630 +pkgrel=20200731 pkgdesc="Cinelerra git://git.cinelerra-gg.org/goodguy/cinelerra.git ($pkgrel)" arch=('x86_64') url="https://www.cinelerra-gg.org" diff --git a/cinelerra-5.1/blds/cinelerra.spec b/cinelerra-5.1/blds/cinelerra.spec index 12f472e1..98df5a41 100644 --- a/cinelerra-5.1/blds/cinelerra.spec +++ b/cinelerra-5.1/blds/cinelerra.spec @@ -1,4 +1,4 @@ -%define ver 20200630 +%define ver 20200731 %define cin cinelerra Summary: Multimedia Editing and construction diff --git a/cinelerra-5.1/blds/debian/changelog b/cinelerra-5.1/blds/debian/changelog index 9e3c47c0..f73636ba 100644 --- a/cinelerra-5.1/blds/debian/changelog +++ b/cinelerra-5.1/blds/debian/changelog @@ -1,4 +1,4 @@ -cin (1:5.1.20200630) unstable; urgency=low +cin (1:5.1.20200731) unstable; urgency=low [ guy goode ] diff --git a/cinelerra-5.1/blds/debian/control b/cinelerra-5.1/blds/debian/control index 9067be59..629d550f 100644 --- a/cinelerra-5.1/blds/debian/control +++ b/cinelerra-5.1/blds/debian/control @@ -1,7 +1,7 @@ Source: cin Section: video Priority: optional -Standards-Version: 5.1.20200630 +Standards-Version: 5.1.20200731 Maintainer: mailing list Homepage: https://www.cinelerra-gg.org/ Build-Depends: diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index 17603e1a..27f13c65 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -252,7 +252,7 @@ twolame.cfg_params?=--enable-shared=no x264.cfg_params?= --enable-static --enable-pic x265.cfg_vars?=$(call cmake_config,source) x265.cfg_params?= -DENABLE_SHARED=no -libvpx.cfg_params?= --enable-pic +libvpx.cfg_params?= --enable-pic --disable-avx512 DS:=$$$$$$$$ pkg_cfg=$(call bld_path,$(1),usr/local/lib/pkgconfig): diff --git a/cinelerra-5.1/thirdparty/src/libvpx-1.8.2.patch1 b/cinelerra-5.1/thirdparty/src/libvpx-1.8.2.patch1 new file mode 100644 index 00000000..37009517 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/libvpx-1.8.2.patch1 @@ -0,0 +1,11 @@ +--- a/vpx_ports/mem.h 2019-12-09 16:09:20.000000000 -0700 ++++ b/vpx_ports/mem.h 2020-07-31 09:20:22.303406738 -0600 +@@ -15,7 +15,7 @@ + #include "vpx/vpx_integer.h" + + #if (defined(__GNUC__) && __GNUC__) || defined(__SUNPRO_C) +-#define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) ++#define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(64))) + #elif defined(_MSC_VER) + #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val + #else -- 2.26.2