Projects
Essentials
x265
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 33
View file
x265.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sun Aug 11 09:32:37 UTC 2019 - Luigi Baldoni <aloisio@gmx.com> + +- Update to version 3.1.2 + * No changelog available + +- Spec cleanup + +------------------------------------------------------------------- Thu Jul 18 13:17:22 UTC 2019 - enzokiel@kabelmail.de - Update to version 3.1.1
View file
x265.spec
Changed
@@ -1,24 +1,40 @@ -# based on the spec file from https://build.opensuse.org/package/view_file/home:Simmphonie/libx265/ +# +# spec file for package x265 +# +# Copyright (c) 2019 Packman Team <packman@links2linux.de> +# Copyright (c) 2014 Torsten Gruner <t.gruner@katodev.de> +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.links2linux.org/ +# + -Name: x265 %define soname 176 %define libname lib%{name} %define libsoname %{libname}-%{soname} -Version: 3.1.1 +Name: x265 +Version: 3.1.2 Release: 0 -License: GPL-2.0+ Summary: A free h265/HEVC encoder - encoder binary -Url: https://bitbucket.org/multicoreware/x265/wiki/Home +License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Editors and Convertors +URL: https://bitbucket.org/multicoreware/x265/wiki/Home Source0: https://bitbucket.org/multicoreware/x265/downloads/%{name}_%{version}.tar.gz Patch0: arm.patch Patch1: x265.pkgconfig.patch Patch2: x265-fix_enable512.patch -BuildRequires: gcc -BuildRequires: gcc-c++ BuildRequires: cmake >= 2.8.8 -BuildRequires: pkg-config +BuildRequires: gcc-c++ BuildRequires: nasm >= 2.13 +BuildRequires: pkgconfig %ifarch x86_64 BuildRequires: libnuma-devel >= 2.0.9 %endif
View file
x265_3.1.1.tar.gz/.hg_archival.txt -> x265_3.1.2.tar.gz/.hg_archival.txt
Changed
@@ -1,5 +1,6 @@ repo: 09fe40627f03a0f9c3e6ac78b22ac93da23f9fdf -node: 04b37fdfd2dcde24da4d47ced91dddc10ffe0cbf +node: 76650bab70f9ef9f06b91ba51926ef560d6fa6ff branch: Release_3.1 -latesttag: 3.1.1 +latesttag: 3.1.2 latesttagdistance: 1 +changessincelatesttag: 1
View file
x265_3.1.1.tar.gz/.hgtags -> x265_3.1.2.tar.gz/.hgtags
Changed
@@ -37,3 +37,4 @@ b4e38ce16d7c4b37a6482dc7ae61fd31071b6ff1 3.1_RC2 acce27790559b68f93319cd21b588f90aa93c0b1 3.1 6f7c2ae0d5bd46506b7a772abebd7eff3fa3bbcb 3.1.1 +4472578f9adfb383e4a479491218f37251c8ab60 3.1.2
View file
x265_3.1.1.tar.gz/source/common/param.cpp -> x265_3.1.2.tar.gz/source/common/param.cpp
Changed
@@ -2372,7 +2372,7 @@ dst->bLowPassDct = src->bLowPassDct; dst->vbvBufferEnd = src->vbvBufferEnd; dst->vbvEndFrameAdjust = src->vbvEndFrameAdjust; - + dst->bAnalysisType = src->bAnalysisType; dst->bCopyPicToFrame = src->bCopyPicToFrame; if (src->analysisSave) dst->analysisSave=strdup(src->analysisSave); else dst->analysisSave = NULL;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.