Projects
Staging
libde265
project.diff
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package libde265
--- libde265.changes.orig +++ libde265.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Wed Mar 18 13:35:29 UTC 2026 - Bjørn Lie <zaitor@opensuse.org> + +- Update to version 1.0.17: + + This release removes the autotools build scripts. Furthermore, + many input validations have been added and security relevant + issues have been fixed. + + Fixes CVE-2026-33165 and CVE-2026-33164 +- Add cmake BuildRequires and macros following upstream changes. +- Drop patches no longer needed: + + libde265-disable_tools.patch + + 03219835991f44c7ecf4dcc6fa8066967561be7e.patch + + 67831118e3d6961fab4c29fc4364fa0eccfb8473.patch + +------------------------------------------------------------------- Wed May 21 07:03:56 UTC 2025 - Bjørn Lie <zaitor@opensuse.org> - Update to version 1.0.16: --- libde265.spec.orig +++ libde265.spec @@ -18,7 +18,7 @@ %define so_ver 0 Name: libde265 -Version: 1.0.16 +Version: 1.0.17 Release: 0 Summary: Open H.265 video codec implementation License: LGPL-3.0-only @@ -26,12 +26,9 @@ Group: System/Libraries URL: https://www.libde265.org/ Source0: https://github.com/strukturag/libde265/releases/download/v%{version}/%{name}-%{version}.tar.gz Source99: baselibs.conf -Patch0: libde265-disable_tools.patch -Patch1: https://github.com/strukturag/libde265/commit/03219835991f44c7ecf4dcc6fa8066967561be7e.patch -Patch2: https://github.com/strukturag/libde265/commit/67831118e3d6961fab4c29fc4364fa0eccfb8473.patch -BuildRequires: automake + BuildRequires: c++_compiler -BuildRequires: libtool +BuildRequires: cmake BuildRequires: pkgconfig %description @@ -67,19 +64,14 @@ are provided by this package. %autosetup -p1 %build -NOCONFIGURE=1 ./autogen.sh -%configure \ - --disable-static \ - --enable-shared \ - --disable-encoder \ - --disable-dec265 \ - --disable-sherlock265 \ +%cmake \ + -D ENABLE_SDL=OFF \ + -D ENABLE_DECODER=OFF \ %{nil} -%make_build +%cmake_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%cmake_install %ldconfig_scriptlets -n %{name}-%{so_ver} @@ -90,6 +82,8 @@ find %{buildroot} -type f -name "*.la" - %files devel %doc AUTHORS README.md %{_includedir}/%{name}/ +%dir %{_libdir}/cmake/%{name} +%{_libdir}/cmake/%{name}/%{name}*.cmake %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc
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
.