Projects
home:zaitor:branches:Essentials
kvazaar
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Difference Between Revision 4 and
Essentials
/
kvazaar
View file
kvazaar.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Sep 15 19:36:00 UTC 2026 - Bjørn Lie <zaitor@opensuse.org> + +- Drop kvazar.patch, not needed, even if it still applies. +- Drop conditional gcc11/gcc11-c++ BuildRequires for old + unsupported versions of openSUSE. +- Use ldconfig_scriptlets macro for post(un) handling. + +------------------------------------------------------------------- Wed Sep 17 16:30:44 UTC 2025 - Luigi Baldoni <aloisio@gmx.com> - Update to version 2.3.2
View file
kvazaar.spec
Changed
@@ -25,19 +25,14 @@ License: BSD-3-Clause 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.25 BuildRequires: pkgconfig -%if 0%{?suse_version} > 1500 BuildRequires: gcc-c++ -%else -BuildRequires: gcc11 -BuildRequires: gcc11-c++ -%endif -Requires: %{libname}%{libmver} = %{version} %ifnarch %{arm} BuildRequires: yasm %endif +Requires: %{libname}%{libmver} = %{version} %description An open-source HEVC encoder @@ -61,11 +56,6 @@ %autosetup -p1 %build -export CC=gcc -export CXX=g++ -test -x "$(type -p gcc-11)" && export CC=gcc-11 -test -x "$(type -p g++-11)" && export CXX=g++-11 - %cmake \ -DCMAKE_SKIP_INSTALL_RPATH=ON %cmake_build @@ -73,10 +63,7 @@ %install %cmake_install -%check - -%post -n %{libname}%{libmver} -p /sbin/ldconfig -%postun -n %{libname}%{libmver} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname}%{libmver} %files %license LICENSE
View file
kvazaar.patch
Deleted
@@ -1,13 +0,0 @@ -Index: kvazaar-2.3.2/CMakeLists.txt -=================================================================== ---- kvazaar-2.3.2.orig/CMakeLists.txt -+++ kvazaar-2.3.2/CMakeLists.txt -@@ -258,7 +258,7 @@ else() - # 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 AND NOT ANDROID AND NOT EMSCRIPTEN AND NOT BSD) 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
.