Accepting request 1058619 from home:dirkmueller:Factory
- update to 2.17.0: * win: Simplify signature for driver name loading * win: Rewrite driver registry query and fix some bugs/leaks/inefficiencies * win: Add missing null check after calloc * va: Update security disclaimer * dep:remove the file .cvsignore * pkgconfig: add 'with-legacy' for emgd, nvctrl and fglrx * meson: add 'with-legacy' for emgd, nvctrl and fglrx * x11: move all FGLRX code to va_fglrx.c * x11: move all NVCTRL code to va_nvctrl.c * meson: stop using deprecated meson.source_root() * meson: stop using configure_file copy=true * va: correctly include the win32 (local) headers * win: clean-up the coding style * va: dos2unix all the files * drm: remove unnecessary dri2 version/extension query * trace: annotate internal functions with DLL_HIDDEN * build/sysdeps: Remove HAVE_GNUC_VISIBILITY_ATTRIBUTE and use _GNUC_ support level attribute instead * meson: Check support for -Wl,-version-script and build link_args accordingly * meson: Set va_win32 soversion to '' and remove the install_data rename * fix: resouce check null * va_trace: Add Win32 memory types in va_TraceSurfaceAttributes * va_trace: va_TraceSurfaceAttributes should check the VASurfaceAttribMemoryType * va: Adds Win32 Node and Windows build support * va: Adds compat_win32 abstraction for Windows build and prepares va common code for windows build OBS-URL: https://build.opensuse.org/request/show/1058619 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=160
This commit is contained in:
parent
4abd676e17
commit
68971929b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:766edf51fd86efe9e836a4467d4ec7c3af690a3c601b3c717237cee856302279
|
|
||||||
size 267735
|
|
3
libva-2.17.0.tar.gz
Normal file
3
libva-2.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001
|
||||||
|
size 276993
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libva-gl
|
# spec file for package libva-gl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: libva-gl
|
Name: libva-gl
|
||||||
%define _name libva
|
%define _name libva
|
||||||
Version: 2.16.0
|
Version: 2.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Video Acceleration (VA) API
|
Summary: Video Acceleration (VA) API
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 08:00:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.17.0:
|
||||||
|
* win: Simplify signature for driver name loading
|
||||||
|
* win: Rewrite driver registry query and fix some
|
||||||
|
bugs/leaks/inefficiencies
|
||||||
|
* win: Add missing null check after calloc
|
||||||
|
* va: Update security disclaimer
|
||||||
|
* dep:remove the file .cvsignore
|
||||||
|
* pkgconfig: add 'with-legacy' for emgd, nvctrl and fglrx
|
||||||
|
* meson: add 'with-legacy' for emgd, nvctrl and fglrx
|
||||||
|
* x11: move all FGLRX code to va_fglrx.c
|
||||||
|
* x11: move all NVCTRL code to va_nvctrl.c
|
||||||
|
* meson: stop using deprecated meson.source_root()
|
||||||
|
* meson: stop using configure_file copy=true
|
||||||
|
* va: correctly include the win32 (local) headers
|
||||||
|
* win: clean-up the coding style
|
||||||
|
* va: dos2unix all the files
|
||||||
|
* drm: remove unnecessary dri2 version/extension query
|
||||||
|
* trace: annotate internal functions with DLL_HIDDEN
|
||||||
|
* build/sysdeps: Remove HAVE_GNUC_VISIBILITY_ATTRIBUTE and use _GNUC_
|
||||||
|
support level attribute instead
|
||||||
|
* meson: Check support for -Wl,-version-script and build link_args
|
||||||
|
accordingly
|
||||||
|
* meson: Set va_win32 soversion to '' and remove the install_data rename
|
||||||
|
* fix: resouce check null
|
||||||
|
* va_trace: Add Win32 memory types in va_TraceSurfaceAttributes
|
||||||
|
* va_trace: va_TraceSurfaceAttributes should check the
|
||||||
|
VASurfaceAttribMemoryType
|
||||||
|
* va: Adds Win32 Node and Windows build support
|
||||||
|
* va: Adds compat_win32 abstraction for Windows build and prepares va
|
||||||
|
common code for windows build
|
||||||
|
* pkgconfig: Add Win32 package for when WITH_WIN32 is enabled
|
||||||
|
* meson: Add with_win32 option, makes libdrm non-mandatory on Win
|
||||||
|
* x11: add basic DRI3 support
|
||||||
|
* drm: remove VA_DRM_IsRenderNodeFd() helper
|
||||||
|
* drm: add radeon drm + radeonsi mesa combo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 28 11:21:48 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
Mon Nov 28 11:21:48 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libva
|
# spec file for package libva
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: libva
|
Name: libva
|
||||||
%define _name libva
|
%define _name libva
|
||||||
Version: 2.16.0
|
Version: 2.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Video Acceleration (VA) API
|
Summary: Video Acceleration (VA) API
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user