libva/baselibs.conf
Stefan Dirsch d134fec5e9 Accepting request 1079117 from home:iznogood:factory
- Update to version 2.18.0:
  * doc: Add build and install libva informatio in home page.
  * fix:
    - Add libva.def into distribution package
    - NULL check before calling strncmp.
    - Remove reference to non-existent symbol
  * meson: docs:
    - Add encoder interface for av1
    - Use libva_version over project_version()
  * va:
    - Add VAProfileH264High10
    - Always build with va-messaging API
    - Fix the codying style of CHECK_DISPLAY
    - Remove Android pre Jelly Bean workarounds
    - Remove dummy isValid() hook
    - Remove unused drm_sarea.h include & ANDROID references in
      va_dricommon.h
    - va/sysdeps.h: remove Android section
  * x11:
    - Allow disabling DRI3 via LIBVA_DRI3_DISABLe env var
    - Use LIBVA_DRI3_DISABLE in GetNumCandidates
- Switch to multibuild style. Drop libva-gl.spec|changes and
  pre_checkin.sh.
- Switch to meson build system, add meson BuildRequires, drop
  libtool and xz BuildRequires, and replace gcc-c++ with generic
  c++_compiler.
- Use autosetup and ldconfig_scriptlets macros.
- Add libva-wayland to multibuild, now that its build have moved to
  the main part of spec, source validator should no longer complain
  on SLE.

OBS-URL: https://build.opensuse.org/request/show/1079117
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=162
2023-04-13 10:45:26 +00:00

15 lines
387 B
Plaintext

libva2
libva-drm2
libva-glx2
libva-wayland2
libva-x11-2
libva-devel
requires -libva-<targettype>
requires "libva2-<targettype> = <version>"
requires "libva-drm2-<targettype> = <version>"
requires "libva-wayland2-<targettype> = <version>"
requires "libva-x11-2-<targettype> = <version>"
libva-gl-devel
requires -libva-gl-<targettype>
requires "libva-glx2-<targettype> = <version>"