Browse Source

upgrading package: x264 0.161.20201221 -> 0.164.20210902

master
parent
commit
09fdf16820
  1. 24
      x264/x264.patch
  2. 6
      x264/x264.spec

24
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"

6
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

Loading…
Cancel
Save