From 929f63c4201dbbbb05bfba0f7f672efdb8ea005d2cb40ae945bb99609fbe39a3 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 11 Apr 2020 20:46:36 +0000 Subject: [PATCH 1/2] - Update libvdpau to version 1.4 * adds 10,12-Bit decode support to VDPAU API * Adds HEVC Main 10/12 and HEVC Main 444 10/12 decode support in VDPAU API by Adding new profiles present in Range Extension profiles.Also Adds new VdpChromaTypes for 16bit. - Updated vdpauinfo to version 1.3 * Add names for the new 4:4:4 surface formats * Add support for VP9 in vdpauinfo * Depend on vdpau >= 1.3 for VP9 support OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libvdpau?expand=0&rev=21 --- libvdpau-1.3.tar.bz2 | 3 --- libvdpau-1.4.tar.bz2 | 3 +++ libvdpau.changes | 13 +++++++++++++ libvdpau.spec | 9 ++++++--- vdpauinfo-1.0.tar.gz | 3 --- vdpauinfo-1.3.tar.bz2 | 3 +++ 6 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 libvdpau-1.3.tar.bz2 create mode 100644 libvdpau-1.4.tar.bz2 delete mode 100644 vdpauinfo-1.0.tar.gz create mode 100644 vdpauinfo-1.3.tar.bz2 diff --git a/libvdpau-1.3.tar.bz2 b/libvdpau-1.3.tar.bz2 deleted file mode 100644 index 6388221..0000000 --- a/libvdpau-1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5a52eeac9417edbc396f26c40591ba5df0cd18285f68d84614ef8f06196e50e -size 139009 diff --git a/libvdpau-1.4.tar.bz2 b/libvdpau-1.4.tar.bz2 new file mode 100644 index 0000000..96a04d0 --- /dev/null +++ b/libvdpau-1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4258824c5a4555ef31de0a7d82b3caf19e75a16a13949f1edafc5f6fb2d33f30 +size 139504 diff --git a/libvdpau.changes b/libvdpau.changes index 1a47830..3e65871 100644 --- a/libvdpau.changes +++ b/libvdpau.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Apr 11 20:32:45 UTC 2020 - Stefan Dirsch + +- Update libvdpau to version 1.4 + * adds 10,12-Bit decode support to VDPAU API + * Adds HEVC Main 10/12 and HEVC Main 444 10/12 decode support in + VDPAU API by Adding new profiles present in Range Extension + profiles.Also Adds new VdpChromaTypes for 16bit. +- Updated vdpauinfo to version 1.3 + * Add names for the new 4:4:4 surface formats + * Add support for VP9 in vdpauinfo + * Depend on vdpau >= 1.3 for VP9 support + ------------------------------------------------------------------- Thu Aug 29 14:01:06 UTC 2019 - Stefan Dirsch diff --git a/libvdpau.spec b/libvdpau.spec index cac5b83..8a626ac 100644 --- a/libvdpau.spec +++ b/libvdpau.spec @@ -1,7 +1,7 @@ # # spec file for package libvdpau # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,19 @@ Name: libvdpau -Version: 1.3 +Version: 1.4 Release: 0 Summary: VDPAU wrapper and trace libraries License: MIT Group: Development/Libraries/C and C++ URL: http://www.freedesktop.org/wiki/Software/VDPAU/ Source: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/%{version}/%{name}-%{version}.tar.bz2 -Source1: http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-1.0.tar.gz +Source1: https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/vdpauinfo-1.3/vdpauinfo-1.3.tar.bz2 Source2: README Source99: baselibs.conf Source100: %{name}-rpmlintrc +BuildRequires: autoconf +BuildRequires: automake BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -92,6 +94,7 @@ Its usage is documented in the README. rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.so pushd ../vdpauinfo-* +autoreconf -fi %configure \ VDPAU_CFLAGS=-I%{buildroot}%{_includedir} \ VDPAU_LIBS="-L%{buildroot}/%{_libdir} -lvdpau -lX11" diff --git a/vdpauinfo-1.0.tar.gz b/vdpauinfo-1.0.tar.gz deleted file mode 100644 index ad87ab4..0000000 --- a/vdpauinfo-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4054960b7ae618c351ff1ce3e7831b5cbda964ae1fbf9969b7146404d3044bc4 -size 88567 diff --git a/vdpauinfo-1.3.tar.bz2 b/vdpauinfo-1.3.tar.bz2 new file mode 100644 index 0000000..ca4aae8 --- /dev/null +++ b/vdpauinfo-1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a278e70f736fe37779c6adcd52eb97038fc8a3b6abc0c7d8ddb120ecddf518d +size 11767 From e3f0b1ecf875d2f2819f292fe2e3c0f73631f6c27f8c3dc146836b0e66c578c5 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 11 Apr 2020 21:30:22 +0000 Subject: [PATCH 2/2] fixed tarball ... OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libvdpau?expand=0&rev=22 --- vdpauinfo-1.3.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vdpauinfo-1.3.tar.bz2 b/vdpauinfo-1.3.tar.bz2 index ca4aae8..4768c4e 100644 --- a/vdpauinfo-1.3.tar.bz2 +++ b/vdpauinfo-1.3.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a278e70f736fe37779c6adcd52eb97038fc8a3b6abc0c7d8ddb120ecddf518d -size 11767 +oid sha256:172a1705d8cee403e9cf89a6fbbd23972bc11b50c26887346b373c7ffb6465e8 +size 11809