From 09fdf1682003db196ebf63e919d847d8d726962f Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 2 Sep 2021 19:49:05 +0200 Subject: [PATCH] upgrading package: x264 0.161.20201221 -> 0.164.20210902 --- x264/x264.patch | 24 ++++++------------------ x264/x264.spec | 6 +++--- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/x264/x264.patch b/x264/x264.patch index f37fb60825..14305ec906 100644 --- a/x264/x264.patch +++ b/x264/x264.patch @@ -1,19 +1,7 @@ -Index: Makefile ---- Makefile.orig 2020-07-10 09:28:56.000000000 +0200 -+++ Makefile 2020-07-10 09:34:53.363138000 +0200 -@@ -390,7 +390,7 @@ - $(INSTALL) x264$(EXE) $(DESTDIR)$(bindir) - ifneq ($(BASHCOMPLETIONSDIR),) - $(INSTALL) -d $(DESTDIR)$(BASHCOMPLETIONSDIR) -- $(INSTALL) -m 644 -T $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264 -+ $(INSTALL) -m 644 $(SRCPATH)/tools/bash-autocomplete.sh $(DESTDIR)$(BASHCOMPLETIONSDIR)/x264 - endif - - install-lib-dev: Index: configure ---- configure.orig 2020-07-10 09:28:56.000000000 +0200 -+++ configure 2020-07-10 09:34:43.489251000 +0200 -@@ -386,7 +386,7 @@ +--- configure.orig 2021-09-02 19:48:00.000000000 +0200 ++++ configure 2021-09-02 19:48:08.591078000 +0200 +@@ -392,7 +392,7 @@ opencl="yes" vsx="auto" @@ -22,7 +10,7 @@ Index: configure CFLAGSSO="$CFLAGSSO" CFLAGSCLI="$CFLAGSCLI" LDFLAGS="$LDFLAGS" -@@ -749,7 +749,7 @@ +@@ -764,7 +764,7 @@ ASFLAGS="$ASFLAGS -f elf32" fi ;; @@ -32,8 +20,8 @@ Index: configure AS="${AS-nasm}" AS_EXT=".asm" Index: encoder/analyse.c ---- encoder/analyse.c.orig 2020-07-10 09:28:56.000000000 +0200 -+++ encoder/analyse.c 2020-07-10 09:34:43.489726000 +0200 +--- encoder/analyse.c.orig 2021-09-02 19:48:00.000000000 +0200 ++++ encoder/analyse.c 2021-09-02 19:48:08.591551000 +0200 @@ -32,6 +32,10 @@ #include "analyse.h" #include "rdo.c" diff --git a/x264/x264.spec b/x264/x264.spec index ac62571fa5..967bd359c4 100644 --- a/x264/x264.spec +++ b/x264/x264.spec @@ -22,8 +22,8 @@ ## # package version -%define V_api 0.161 -%define V_date 20201221 +%define V_api 0.164 +%define V_date 20210902 # package information Name: x264 @@ -36,7 +36,7 @@ Class: EVAL Group: Video License: GPL Version: %{V_api}.%{V_date} -Release: 20201221 +Release: 20210902 # list of sources Source0: http://download.openpkg.org/components/versioned/x264/x264-%{V_date}.tar.xz