Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvdpau for openSUSE:Factory checked in at 2026-01-21 14:13:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvdpau (Old) and /work/SRC/openSUSE:Factory/.libvdpau.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvdpau" Wed Jan 21 14:13:25 2026 rev:42 rq:1327963 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libvdpau/libvdpau.changes 2025-09-30 17:39:49.766810567 +0200 +++ /work/SRC/openSUSE:Factory/.libvdpau.new.1928/libvdpau.changes 2026-01-21 14:13:37.309498218 +0100 @@ -1,0 +2,7 @@ +Sun Jan 18 18:52:01 UTC 2026 - Stefan Dirsch <[email protected]> + +- Update to vdpauinfo 1.5 + * AV1 Support added +- supersedes U_Support-AV1.patch + +------------------------------------------------------------------- Old: ---- U_Support-AV1.patch vdpauinfo-1.4.tar.bz2 New: ---- vdpauinfo-1.5.tar.bz2 ----------(Old B)---------- Old: * AV1 Support added - supersedes U_Support-AV1.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvdpau.spec ++++++ --- /var/tmp/diff_new_pack.wSq2AG/_old 2026-01-21 14:13:37.929524116 +0100 +++ /var/tmp/diff_new_pack.wSq2AG/_new 2026-01-21 14:13:37.933524283 +0100 @@ -1,7 +1,7 @@ # # spec file for package libvdpau # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,14 +32,12 @@ Group: Development/Libraries/C and C++ URL: https://www.freedesktop.org/wiki/Software/VDPAU/ Source: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/%{version}/%{name}-%{version}.tar.bz2 -Source1: https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/1.4/vdpauinfo-1.4.tar.bz2 +Source1: https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/1.5/vdpauinfo-1.5.tar.bz2 Source2: README Source99: baselibs.conf Source100: %{name}-rpmlintrc Patch0: n_UsrEtc.patch -Patch1: U_Support-AV1.patch -Patch2: U_av1-trace.patch - +Patch1: U_av1-trace.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen @@ -94,11 +92,7 @@ %prep %setup -q -b1 -%patch -P 0 -p1 -pushd ../vdpauinfo-* -%patch -P 1 -p1 -popd -%patch -P 2 -p1 +%autopatch -p1 %build %meson ++++++ vdpauinfo-1.4.tar.bz2 -> vdpauinfo-1.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vdpauinfo-1.4/configure.ac new/vdpauinfo-1.5/configure.ac --- old/vdpauinfo-1.4/configure.ac 2020-04-15 08:53:40.000000000 +0200 +++ new/vdpauinfo-1.5/configure.ac 2022-06-23 13:15:29.000000000 +0200 @@ -1,12 +1,12 @@ AC_PREREQ([2.57]) -AC_INIT(vdpauinfo,[1.4],[[email protected]],vdpauinfo) +AC_INIT(vdpauinfo,[1.5],[[email protected]],vdpauinfo) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_MAINTAINER_MODE AC_PROG_CXX AC_PROG_INSTALL -PKG_CHECK_MODULES(VDPAU, x11 [vdpau >= 1.4]) +PKG_CHECK_MODULES(VDPAU, x11 [vdpau >= 1.5]) VDPAUINFO_CXXFLAGS="$VDPAUINFO_CXXFLAGS $VDPAU_CFLAGS" VDPAUINFO_LIBS="$VDPAUINFO_LIBS $VDPAU_LIBS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vdpauinfo-1.4/vdpauinfo.cpp new/vdpauinfo-1.5/vdpauinfo.cpp --- old/vdpauinfo-1.4/vdpauinfo.cpp 2020-04-15 08:53:40.000000000 +0200 +++ new/vdpauinfo-1.5/vdpauinfo.cpp 2022-06-23 13:15:29.000000000 +0200 @@ -376,6 +376,9 @@ {"HEVC_MAIN_444", VDP_DECODER_PROFILE_HEVC_MAIN_444}, {"HEVC_MAIN_444_10", VDP_DECODER_PROFILE_HEVC_MAIN_444_10}, {"HEVC_MAIN_444_12", VDP_DECODER_PROFILE_HEVC_MAIN_444_12}, +{"AV1_MAIN", VDP_DECODER_PROFILE_AV1_MAIN}, +{"AV1_HIGH", VDP_DECODER_PROFILE_AV1_HIGH}, +{"AV1_PROFESSIONAL", VDP_DECODER_PROFILE_AV1_PROFESSIONAL}, }; const size_t decoder_profile_count = sizeof(decoder_profiles)/sizeof(Desc);
