Projects
Essentials
kvazaar
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 21
View file
kvazaar.spec
Changed
@@ -20,14 +20,13 @@ %define libmver 7 Name: kvazaar Version: 2.3.1 -Release: 0.pm.0 +Release: 0 Summary: HEVC encoder License: BSD-3-Clause -Group: Productivity/Multimedia/Video/Editors and Convertors URL: http://ultravideo.cs.tut.fi/#encoder Source0: https://github.com/ultravideo/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: %name.patch BuildRequires: cmake >= 3.12 -BuildRequires: gcc >= 4.4 BuildRequires: pkgconfig %if 0%{?suse_version} > 1500 BuildRequires: gcc-c++
View file
kvazaar.patch
Added
@@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -235,7 +235,7 @@ + # CYGWIN, MSYS, and MINGW seem to be needing this but in some cases + # it might be that the toolset is not properly set, so also use this + # in cases where we are not sure that it is not needed +- if((NOT MSVC AND NOT LINUX AND NOT APPLE) OR (CYGWIN OR MSYS OR MINGW)) ++ if(FALSE) + set(CMAKE_C_FLAGS "-Wa,-muse-unaligned-vector-move ${CMAKE_C_FLAGS}") + endif() +
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
.