Changes of Revision 5
0001-cli-Fix-linking-with-system-libx264-on-x86.patch
Deleted
x
1
2
-From b63c73dc5c37e5405bf032c9113c1daced3e45a4 Mon Sep 17 00:00:00 2001
3
-From: Henrik Gramner <henrik@gramner.com>
4
-Date: Tue, 7 Aug 2018 22:42:22 +0200
5
-Subject: [PATCH 1/1] cli: Fix linking with --system-libx264 on x86
6
-
7
----
8
- common/x86/cpu-a.asm | 4 ++--
9
- 1 file changed, 2 insertions(+), 2 deletions(-)
10
-
11
-diff --git a/common/x86/cpu-a.asm b/common/x86/cpu-a.asm
12
-index d94f7d54..a41d67f8 100644
13
---- a/common/x86/cpu-a.asm
14
-+++ b/common/x86/cpu-a.asm
15
-@@ -83,7 +83,7 @@ cglobal cpu_sfence
16
- ;-----------------------------------------------------------------------------
17
- ; intptr_t stack_align( void (*func)(void*), ... ); (up to 5 args)
18
- ;-----------------------------------------------------------------------------
19
--cglobal stack_align
20
-+cvisible stack_align
21
- mov rax, r0mp
22
- mov r0, r1mp
23
- mov r1, r2mp
24
-@@ -131,7 +131,7 @@ cglobal cpu_cpuid_test
25
- popfd
26
- ret
27
-
28
--cglobal stack_align
29
-+cvisible stack_align
30
- push ebp
31
- mov ebp, esp
32
- sub esp, 20
33
---
34
-2.11.0
35
-
36
project.diff
Deleted
77
1
2
---- baselibs.conf.orig
3
-+++ baselibs.conf
4
-@@ -1 +1 @@
5
--libx264-157
6
-+libx264-155
7
---- libx264-x264.changes.orig
8
-+++ libx264-x264.changes
9
-@@ -1,11 +1,4 @@
10
- -------------------------------------------------------------------
11
--Wed Mar 25 17:05:31 UTC 2020 - enzokiel@kabelmail.de
12
--
13
--- Update to 20191217 snapshot
14
--- Removed 0001-cli-Fix-linking-with-system-libx264-on-x86.patch,
15
-- fixed upstream.
16
--
17
---------------------------------------------------------------------
18
- Sat Feb 2 19:22:57 UTC 2019 - antonio.larrosa@gmail.com
19
-
20
- - Update to 20190201 snapshot
21
---- libx264-x264.spec.orig
22
-+++ libx264-x264.spec
23
-@@ -17,8 +17,8 @@
24
-
25
-
26
- %define _lto_cflags %{nil}
27
--%define soname 157
28
--%define svn 20191217
29
-+%define soname 155
30
-+%define svn 20190201
31
- %bcond_without gpac
32
- ##### WARNING: please do not edit this auto generated spec file. Use the libx264.spec! #####
33
- %bcond_without x264_binary
34
-@@ -32,6 +32,7 @@ Url: http://www.videolan.org/
35
- Source: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{svn}-2245-stable.tar.bz2
36
- Source1: baselibs.conf
37
- Patch0: x264-use-shared-library.patch
38
-+Patch1: 0001-cli-Fix-linking-with-system-libx264-on-x86.patch
39
- BuildRequires: nasm >= 2.13
40
- BuildRequires: pkgconfig
41
- BuildRequires: yasm >= 1.2.0
42
---- libx264.changes.orig
43
-+++ libx264.changes
44
-@@ -1,11 +1,4 @@
45
- -------------------------------------------------------------------
46
--Wed Mar 25 17:05:31 UTC 2020 - enzokiel@kabelmail.de
47
--
48
--- Update to 20191217 snapshot
49
--- Removed 0001-cli-Fix-linking-with-system-libx264-on-x86.patch,
50
-- fixed upstream.
51
--
52
---------------------------------------------------------------------
53
- Sat Feb 2 19:22:57 UTC 2019 - antonio.larrosa@gmail.com
54
-
55
- - Update to 20190201 snapshot
56
---- libx264.spec.orig
57
-+++ libx264.spec
58
-@@ -17,8 +17,8 @@
59
-
60
-
61
- %define _lto_cflags %{nil}
62
--%define soname 157
63
--%define svn 20191217
64
-+%define soname 155
65
-+%define svn 20190201
66
- %bcond_without gpac
67
- %bcond_with x264_binary
68
- Name: libx264
69
-@@ -31,6 +31,7 @@ Url: http://www.videolan.org/
70
- Source: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{svn}-2245-stable.tar.bz2
71
- Source1: baselibs.conf
72
- Patch0: x264-use-shared-library.patch
73
-+Patch1: 0001-cli-Fix-linking-with-system-libx264-on-x86.patch
74
- BuildRequires: nasm >= 2.13
75
- BuildRequires: pkgconfig
76
- BuildRequires: yasm >= 1.2.0
77
_link
Changed
9
1
2
-<link project="Essentials" cicount="add" baserev="26264686312b50d1792cebfc53bfb4f5">
3
- <patches>
4
- <delete name="x264-snapshot-20191217-2245-stable.tar.bz2" />
5
- <apply name="project.diff" />
6
- </patches>
7
-</link>
8
+<link project="Essentials" cicount="add" />
9
x264-snapshot-20190201-2245-stable.tar.bz2
Deleted