Overview

Request 4544 (accepted)

- Update to version 3.1.2
* No changelog available
- Spec cleanup

Submit package Staging / x265 to package Essentials / x265

x265.changes Changed
x
 
1
@@ -1,4 +1,12 @@
2
 -------------------------------------------------------------------
3
+Sun Aug 11 09:32:37 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
4
+
5
+- Update to version 3.1.2
6
+  * No changelog available
7
+
8
+- Spec cleanup
9
+
10
+-------------------------------------------------------------------
11
 Thu Jul 18 13:17:22 UTC 2019 - enzokiel@kabelmail.de
12
 
13
 - Update to version 3.1.1
14
x265.spec Changed
50
 
1
@@ -1,24 +1,40 @@
2
-# based on the spec file from https://build.opensuse.org/package/view_file/home:Simmphonie/libx265/
3
+#
4
+# spec file for package x265
5
+#
6
+# Copyright (c) 2019 Packman Team <packman@links2linux.de>
7
+# Copyright (c) 2014 Torsten Gruner <t.gruner@katodev.de>
8
+#
9
+# All modifications and additions to the file contributed by third parties
10
+# remain the property of their copyright owners, unless otherwise agreed
11
+# upon. The license for this file, and modifications and additions to the
12
+# file, is the same license as for the pristine package itself (unless the
13
+# license for the pristine package is not an Open Source License, in which
14
+# case the license is the MIT License). An "Open Source License" is a
15
+# license that conforms to the Open Source Definition (Version 1.9)
16
+# published by the Open Source Initiative.
17
+
18
+# Please submit bugfixes or comments via https://bugs.links2linux.org/
19
+#
20
+
21
 
22
-Name:           x265
23
 %define soname  176
24
 %define libname lib%{name}
25
 %define libsoname %{libname}-%{soname}
26
-Version:        3.1.1
27
+Name:           x265
28
+Version:        3.1.2
29
 Release:        0
30
-License:        GPL-2.0+
31
 Summary:        A free h265/HEVC encoder - encoder binary
32
-Url:            https://bitbucket.org/multicoreware/x265/wiki/Home
33
+License:        GPL-2.0-or-later
34
 Group:          Productivity/Multimedia/Video/Editors and Convertors
35
+URL:            https://bitbucket.org/multicoreware/x265/wiki/Home
36
 Source0:        https://bitbucket.org/multicoreware/x265/downloads/%{name}_%{version}.tar.gz
37
 Patch0:         arm.patch
38
 Patch1:         x265.pkgconfig.patch
39
 Patch2:         x265-fix_enable512.patch
40
-BuildRequires:  gcc
41
-BuildRequires:  gcc-c++
42
 BuildRequires:  cmake >= 2.8.8
43
-BuildRequires:  pkg-config
44
+BuildRequires:  gcc-c++
45
 BuildRequires:  nasm >= 2.13
46
+BuildRequires:  pkgconfig
47
 %ifarch x86_64
48
 BuildRequires:  libnuma-devel >= 2.0.9
49
 %endif
50
x265_3.1.1.tar.gz/.hg_archival.txt -> x265_3.1.2.tar.gz/.hg_archival.txt Changed
10
 
1
@@ -1,5 +1,6 @@
2
 repo: 09fe40627f03a0f9c3e6ac78b22ac93da23f9fdf
3
-node: 04b37fdfd2dcde24da4d47ced91dddc10ffe0cbf
4
+node: 76650bab70f9ef9f06b91ba51926ef560d6fa6ff
5
 branch: Release_3.1
6
-latesttag: 3.1.1
7
+latesttag: 3.1.2
8
 latesttagdistance: 1
9
+changessincelatesttag: 1
10
x265_3.1.1.tar.gz/.hgtags -> x265_3.1.2.tar.gz/.hgtags Changed
6
 
1
@@ -37,3 +37,4 @@
2
 b4e38ce16d7c4b37a6482dc7ae61fd31071b6ff1 3.1_RC2
3
 acce27790559b68f93319cd21b588f90aa93c0b1 3.1
4
 6f7c2ae0d5bd46506b7a772abebd7eff3fa3bbcb 3.1.1
5
+4472578f9adfb383e4a479491218f37251c8ab60 3.1.2
6
x265_3.1.1.tar.gz/source/common/param.cpp -> x265_3.1.2.tar.gz/source/common/param.cpp Changed
10
 
1
@@ -2372,7 +2372,7 @@
2
     dst->bLowPassDct = src->bLowPassDct;
3
     dst->vbvBufferEnd = src->vbvBufferEnd;
4
     dst->vbvEndFrameAdjust = src->vbvEndFrameAdjust;
5
-
6
+    dst->bAnalysisType = src->bAnalysisType;
7
     dst->bCopyPicToFrame = src->bCopyPicToFrame;
8
     if (src->analysisSave) dst->analysisSave=strdup(src->analysisSave);
9
     else dst->analysisSave = NULL;
10
Refresh
Refresh
Request History
Olaf Hering's avatar

olh created request over 5 years ago

- Update to version 3.1.2
* No changelog available
- Spec cleanup


Olaf Hering's avatar

olh accepted request over 5 years ago