commit libva-utils for openSUSE:Factory
Hello community,
here is the log from the commit of package libva-utils for openSUSE:Factory
checked in at 2020-10-20 16:06:36
Comparing /work/SRC/openSUSE:Factory/libva-utils (Old)
and /work/SRC/openSUSE:Factory/.libva-utils.new.3486 (New)
Package is "libva-utils"
Tue Oct 20 16:06:36 2020 rev:14 rq:842429 version:2.9.1
Changes:
--- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2020-10-13
15:45:55.133456783 +0200
+++ /work/SRC/openSUSE:Factory/.libva-utils.new.3486/libva-utils.changes
2020-10-20 16:17:03.810198820 +0200
@@ -1,0 +2,7 @@
+Sun Oct 18 17:16:59 UTC 2020 - Dirk Mueller
+
+- update to 2.9.1:
+ * Fix one KW issue
+ * Fix null pointer dereference
+
+---
Old:
libva-utils-2.9.0.tar.gz
New:
libva-utils-2.9.1.tar.gz
Other differences:
--
++ libva-utils.spec ++
--- /var/tmp/diff_new_pack.rJYhCF/_old 2020-10-20 16:17:06.506200097 +0200
+++ /var/tmp/diff_new_pack.rJYhCF/_new 2020-10-20 16:17:06.506200097 +0200
@@ -17,7 +17,7 @@
Name: libva-utils
-Version:2.9.0
+Version:2.9.1
Release:0
Summary:A collection of utilities and examples to exercise VA-API
License:MIT AND EPL-1.0
++ libva-utils-2.9.0.tar.gz -> libva-utils-2.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.9.0/configure.ac
new/libva-utils-2.9.1/configure.ac
--- old/libva-utils-2.9.0/configure.ac 2020-09-12 00:13:28.0 +0200
+++ new/libva-utils-2.9.1/configure.ac 2020-09-23 17:40:23.0 +0200
@@ -30,7 +30,7 @@
# - pre version is libva_pre_version, usually development version
m4_define([libva_utils_major_version], [2])
m4_define([libva_utils_minor_version], [9])
-m4_define([libva_utils_micro_version], [0])
+m4_define([libva_utils_micro_version], [1])
m4_define([libva_utils_pre_version], [0])
m4_define([libva_utils_version],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.9.0/encode/hevcencode.c
new/libva-utils-2.9.1/encode/hevcencode.c
--- old/libva-utils-2.9.0/encode/hevcencode.c 2020-09-12 00:13:28.0
+0200
+++ new/libva-utils-2.9.1/encode/hevcencode.c 2020-09-23 17:40:23.0
+0200
@@ -2054,6 +2054,10 @@
if (coded_fn) {
coded_fp = fopen(coded_fn,"w+");
}
+else{
+printf("Copy file string failed");
+exit(1);
+}
if (coded_fp == NULL) {
printf("Open file %s failed, exit\n", coded_fn);
exit(1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.9.0/meson.build
new/libva-utils-2.9.1/meson.build
--- old/libva-utils-2.9.0/meson.build 2020-09-12 00:13:28.0 +0200
+++ new/libva-utils-2.9.1/meson.build 2020-09-23 17:40:23.0 +0200
@@ -1,5 +1,5 @@
project('libva-utils', 'c', 'cpp',
-version : '2.9.0',
+version : '2.9.1',
default_options : [
'warning_level=2',
'c_std=gnu99',
commit libva-utils for openSUSE:Factory
Hello community,
here is the log from the commit of package libva-utils for openSUSE:Factory
checked in at 2020-10-13 15:44:43
Comparing /work/SRC/openSUSE:Factory/libva-utils (Old)
and /work/SRC/openSUSE:Factory/.libva-utils.new.3486 (New)
Package is "libva-utils"
Tue Oct 13 15:44:43 2020 rev:13 rq:841332 version:2.9.0
Changes:
--- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2020-09-03
01:14:48.112484844 +0200
+++ /work/SRC/openSUSE:Factory/.libva-utils.new.3486/libva-utils.changes
2020-10-13 15:45:55.133456783 +0200
@@ -1,0 +2,7 @@
+Sat Oct 10 20:35:24 UTC 2020 - Dirk Mueller
+
+- udpate to 2.9.0:
+ * Fix KW issues
+ * Add support for csc with RGBP
+
+---
Old:
libva-utils-2.8.0.tar.gz
New:
libva-utils-2.9.0.tar.gz
Other differences:
--
++ libva-utils.spec ++
--- /var/tmp/diff_new_pack.sEGZmK/_old 2020-10-13 15:45:56.745457479 +0200
+++ /var/tmp/diff_new_pack.sEGZmK/_new 2020-10-13 15:45:56.749457481 +0200
@@ -17,7 +17,7 @@
Name: libva-utils
-Version:2.8.0
+Version:2.9.0
Release:0
Summary:A collection of utilities and examples to exercise VA-API
License:MIT AND EPL-1.0
++ libva-utils-2.8.0.tar.gz -> libva-utils-2.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.8.0/NEWS new/libva-utils-2.9.0/NEWS
--- old/libva-utils-2.8.0/NEWS 2020-06-26 01:50:07.0 +0200
+++ new/libva-utils-2.9.0/NEWS 2020-09-12 00:13:28.0 +0200
@@ -1,6 +1,10 @@
-libva-utils NEWS -- summary of changes. 2020-06-26
+libva-utils NEWS -- summary of changes. 2020-09-11
Copyright (C) 2009-2020 Intel Corporation
+Version 2.9.0 - 11.Sep.2020
+* Fix KW issues
+* Add support for csc with RGBP
+
Version 2.8.0 - 26.Jun.2020
* test: cast VA_STATUS_ERROR_UNKNOWN to VAStatus type
* test/fixture: fix GCC 10.0.1 error with drmDevicePaths
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.8.0/configure.ac
new/libva-utils-2.9.0/configure.ac
--- old/libva-utils-2.8.0/configure.ac 2020-06-26 01:50:07.0 +0200
+++ new/libva-utils-2.9.0/configure.ac 2020-09-12 00:13:28.0 +0200
@@ -29,7 +29,7 @@
# - micro version is libva_micro_version
# - pre version is libva_pre_version, usually development version
m4_define([libva_utils_major_version], [2])
-m4_define([libva_utils_minor_version], [8])
+m4_define([libva_utils_minor_version], [9])
m4_define([libva_utils_micro_version], [0])
m4_define([libva_utils_pre_version], [0])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.8.0/encode/hevcencode.c
new/libva-utils-2.9.0/encode/hevcencode.c
--- old/libva-utils-2.8.0/encode/hevcencode.c 2020-06-26 01:50:07.0
+0200
+++ new/libva-utils-2.9.0/encode/hevcencode.c 2020-09-12 00:13:28.0
+0200
@@ -2051,7 +2051,9 @@
}
/* store coded data into a file */
-coded_fp = fopen(coded_fn,"w+");
+if (coded_fn) {
+coded_fp = fopen(coded_fn,"w+");
+}
if (coded_fp == NULL) {
printf("Open file %s failed, exit\n", coded_fn);
exit(1);
@@ -2298,8 +2300,10 @@
CHECK_VASTATUS(va_status, "vaCreateSurfaces");
tmp_surfaceid = calloc(2 * SURFACE_NUM, sizeof(VASurfaceID));
-memcpy(tmp_surfaceid, src_surface, SURFACE_NUM * sizeof(VASurfaceID));
-memcpy(tmp_surfaceid + SURFACE_NUM, ref_surface, SURFACE_NUM *
sizeof(VASurfaceID));
+if (tmp_surfaceid) {
+memcpy(tmp_surfaceid, src_surface, SURFACE_NUM * sizeof(VASurfaceID));
+memcpy(tmp_surfaceid + SURFACE_NUM, ref_surface, SURFACE_NUM *
sizeof(VASurfaceID));
+}
/* Create a context for this encode pipe */
va_status = vaCreateContext(va_dpy, config_id,
@@ -3098,8 +3102,10 @@
struct storage_task_t *tmp;
tmp = calloc(1, sizeof(struct storage_task_t));
-tmp->display_order = display_order;
-tmp->encode_order = encode_order;
+if (tmp) {
+tmp->display_order = display_order;
+tmp->encode_order = encode_order;
+}
pthread_mutex_lock(&encode_mutex);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.8.0/encode/jpegenc.c
new/libva-utils-2.9.0/encode/jpegenc.c
--- old/libva-utils-2.8.0/encode/jpegenc.c 2020-06-26 01:50:07.0
+0200
+++ new/libva-utils-2.9.0/encode/jpegenc.c 2020-09-12 00:13:28.0
+0200
@@ -931,15 +931,6 @@
yuv_type = atoi(argv[5]);
quality = atoi(argv[6]);
-yuv_fp = fopen(argv[3],"rb");
-if ( yuv_
commit libva-utils for openSUSE:Factory
Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2020-09-03 01:13:45 Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new.3399 (New) Package is "libva-utils" Thu Sep 3 01:13:45 2020 rev:12 rq:831321 version:2.8.0 Changes: --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2020-08-24 15:05:51.506474639 +0200 +++ /work/SRC/openSUSE:Factory/.libva-utils.new.3399/libva-utils.changes 2020-09-03 01:14:48.112484844 +0200 @@ -1,0 +2,5 @@ +Mon Aug 31 17:24:40 UTC 2020 - Stefan Dirsch + +- version 2.8.0 needed for jira#SLE/SLE-12712 + +--- Other differences: --
commit libva-utils for openSUSE:Factory
Hello community,
here is the log from the commit of package libva-utils for openSUSE:Factory
checked in at 2020-08-24 15:05:44
Comparing /work/SRC/openSUSE:Factory/libva-utils (Old)
and /work/SRC/openSUSE:Factory/.libva-utils.new.3399 (New)
Package is "libva-utils"
Mon Aug 24 15:05:44 2020 rev:11 rq:828745 version:2.8.0
Changes:
--- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2020-04-11
23:46:29.091086362 +0200
+++ /work/SRC/openSUSE:Factory/.libva-utils.new.3399/libva-utils.changes
2020-08-24 15:05:51.506474639 +0200
@@ -1,0 +2,7 @@
+Sat Aug 15 22:30:56 UTC 2020 - Dirk Mueller
+
+- update to 2.8.0:
+ * test: cast VA_STATUS_ERROR_UNKNOWN to VAStatus type
+ * test/fixture: fix GCC 10.0.1 error with drmDevicePaths
+
+---
Old:
libva-utils-2.7.1.tar.gz
New:
libva-utils-2.8.0.tar.gz
Other differences:
--
++ libva-utils.spec ++
--- /var/tmp/diff_new_pack.vNh7Km/_old 2020-08-24 15:05:52.342475046 +0200
+++ /var/tmp/diff_new_pack.vNh7Km/_new 2020-08-24 15:05:52.346475048 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libva-utils
#
-# 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,12 +17,12 @@
Name: libva-utils
-Version:2.7.1
+Version:2.8.0
Release:0
Summary:A collection of utilities and examples to exercise VA-API
License:MIT AND EPL-1.0
Group: Development/Tools/Other
-Url:https://github.com/intel/libva-utils
+URL:https://github.com/intel/libva-utils
Source0:%{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
++ libva-utils-2.7.1.tar.gz -> libva-utils-2.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.7.1/NEWS new/libva-utils-2.8.0/NEWS
--- old/libva-utils-2.7.1/NEWS 2020-04-02 00:21:53.0 +0200
+++ new/libva-utils-2.8.0/NEWS 2020-06-26 01:50:07.0 +0200
@@ -1,6 +1,10 @@
-libva-utils NEWS -- summary of changes. 2020-04-01
+libva-utils NEWS -- summary of changes. 2020-06-26
Copyright (C) 2009-2020 Intel Corporation
+Version 2.8.0 - 26.Jun.2020
+* test: cast VA_STATUS_ERROR_UNKNOWN to VAStatus type
+* test/fixture: fix GCC 10.0.1 error with drmDevicePaths
+
Version 2.7.0 - 1.Apr.2020
* meson: add missing samples
* sfcsample: drop unused Linux-only header
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.7.1/configure.ac
new/libva-utils-2.8.0/configure.ac
--- old/libva-utils-2.7.1/configure.ac 2020-04-02 00:21:53.0 +0200
+++ new/libva-utils-2.8.0/configure.ac 2020-06-26 01:50:07.0 +0200
@@ -29,8 +29,8 @@
# - micro version is libva_micro_version
# - pre version is libva_pre_version, usually development version
m4_define([libva_utils_major_version], [2])
-m4_define([libva_utils_minor_version], [7])
-m4_define([libva_utils_micro_version], [1])
+m4_define([libva_utils_minor_version], [8])
+m4_define([libva_utils_micro_version], [0])
m4_define([libva_utils_pre_version], [0])
m4_define([libva_utils_version],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.7.1/meson.build
new/libva-utils-2.8.0/meson.build
--- old/libva-utils-2.7.1/meson.build 2020-04-02 00:21:53.0 +0200
+++ new/libva-utils-2.8.0/meson.build 2020-06-26 01:50:07.0 +0200
@@ -1,5 +1,5 @@
project('libva-utils', 'c', 'cpp',
-version : '2.7.1',
+version : '2.8.0',
default_options : [
'warning_level=2',
'c_std=gnu99',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.7.1/test/test.h
new/libva-utils-2.8.0/test/test.h
--- old/libva-utils-2.7.1/test/test.h 2020-04-02 00:21:53.0 +0200
+++ new/libva-utils-2.8.0/test/test.h 2020-06-26 01:50:07.0 +0200
@@ -142,7 +142,7 @@
status = "VA_STATUS_ERROR_HW_BUSY"; break;
case VA_STATUS_ERROR_UNSUPPORTED_MEMORY_TYPE:
status = "VA_STATUS_ERROR_UNSUPPORTED_MEMORY_TYPE"; break;
-case VA_STATUS_ERROR_UNKNOWN:
+case VAStatus(VA_STATUS_ERROR_UNKNOWN):
status = "VA_STATUS_ERROR_UNKNOWN"; break;
default:
status = "Unknown VAStatus";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.7.1/test/test_va_api_
commit libva-utils for openSUSE:Factory
Hello community,
here is the log from the commit of package libva-utils for openSUSE:Factory
checked in at 2020-04-11 23:46:21
Comparing /work/SRC/openSUSE:Factory/libva-utils (Old)
and /work/SRC/openSUSE:Factory/.libva-utils.new.3248 (New)
Package is "libva-utils"
Sat Apr 11 23:46:21 2020 rev:10 rq:792965 version:2.7.1
Changes:
--- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2020-03-30
23:02:44.520153910 +0200
+++ /work/SRC/openSUSE:Factory/.libva-utils.new.3248/libva-utils.changes
2020-04-11 23:46:29.091086362 +0200
@@ -1,0 +2,16 @@
+Thu Apr 9 19:34:00 UTC 2020 - Aaron Stern
+
+- Update to version 2.7.1:
+ * meson: add missing samples.
+ * sfcsample: drop unused Linux-only header.
+ * autotools: drop libdrm dependency (only libva-drm is used).
+ * autotools: drop unused X11 dependencies.
+ * Add 10/12bit RT format check.
+ * test/createsurfaces: add some scoped traces.
+ * test/streamable: add VAConfigAttrib and VASurfaceAttrib.
+ * Modify output CS settings for Chroma siting on Linux.
+ * Align libva attribute check.
+ * Added displaying supported config attributes.
+ * add the VP samples README.
+
+---
Old:
libva-utils-2.6.0.tar.gz
New:
libva-utils-2.7.1.tar.gz
Other differences:
--
++ libva-utils.spec ++
--- /var/tmp/diff_new_pack.GGDz2Q/_old 2020-04-11 23:46:29.615086761 +0200
+++ /var/tmp/diff_new_pack.GGDz2Q/_new 2020-04-11 23:46:29.615086761 +0200
@@ -17,7 +17,7 @@
Name: libva-utils
-Version:2.6.0
+Version:2.7.1
Release:0
Summary:A collection of utilities and examples to exercise VA-API
License:MIT AND EPL-1.0
@@ -66,6 +66,7 @@
%license COPYING
%doc NEWS
%{_bindir}/avcenc
+%{_bindir}/avcstreamoutdemo
%{_bindir}/h264encode
%{_bindir}/jpegenc
%{_bindir}/loadjpeg
@@ -77,5 +78,13 @@
%{_bindir}/vavpp
%{_bindir}/vp8enc
%{_bindir}/vp9enc
+%{_bindir}/hevcencode
+%{_bindir}/sfcsample
+%{_bindir}/vppblending
+%{_bindir}/vppchromasitting
+%{_bindir}/vppdenoise
+%{_bindir}/vppscaling_csc
+%{_bindir}/vppscaling_n_out_usrptr
+%{_bindir}/vppsharpness
%changelog
++ libva-utils-2.6.0.tar.gz -> libva-utils-2.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.6.0/NEWS new/libva-utils-2.7.1/NEWS
--- old/libva-utils-2.6.0/NEWS 2019-12-10 15:26:13.0 +0100
+++ new/libva-utils-2.7.1/NEWS 2020-04-02 00:21:53.0 +0200
@@ -1,5 +1,18 @@
-libva-utils NEWS -- summary of changes. 2019-Dec-10
-Copyright (C) 2009-2019 Intel Corporation
+libva-utils NEWS -- summary of changes. 2020-04-01
+Copyright (C) 2009-2020 Intel Corporation
+
+Version 2.7.0 - 1.Apr.2020
+* meson: add missing samples
+* sfcsample: drop unused Linux-only header
+* autotools: drop libdrm dependency (only libva-drm is used)
+* autotools: drop unused X11 dependencies
+* Add 10/12bit RT format check
+* test/createsurfaces: add some scoped traces
+* test/streamable: add VAConfigAttrib and VASurfaceAttrib
+* Modify output CS settings for Chroma siting on Linux
+* Align libva attribute check
+* Added displaying supported config attributes
+* add the VP samples README
Version 2.6.0 - 10.Dec.2019
* Align libva attribute check
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.6.0/configure.ac
new/libva-utils-2.7.1/configure.ac
--- old/libva-utils-2.6.0/configure.ac 2019-12-10 15:26:13.0 +0100
+++ new/libva-utils-2.7.1/configure.ac 2020-04-02 00:21:53.0 +0200
@@ -29,8 +29,8 @@
# - micro version is libva_micro_version
# - pre version is libva_pre_version, usually development version
m4_define([libva_utils_major_version], [2])
-m4_define([libva_utils_minor_version], [6])
-m4_define([libva_utils_micro_version], [0])
+m4_define([libva_utils_minor_version], [7])
+m4_define([libva_utils_micro_version], [1])
m4_define([libva_utils_pre_version], [0])
m4_define([libva_utils_version],
@@ -43,9 +43,6 @@
# libva-utils was created
m4_define([libva_api_min_version], [1.1.0])
-# libdrm minimun version requirement
-m4_define([libdrm_version], [2.4])
-
# Wayland minimum version number
m4_define([wayland_api_version], [1.0.0])
@@ -146,10 +143,7 @@
AM_CONDITIONAL(USE_SSP, test "$ssp_cc" = "yes")
# Check for DRM (mandatory)
-LIBDRM_VERSION=libdrm_version
-PKG_CHECK_MODULES([DRM], [libdrm >= $LIBDRM_VERSION])
PKG_CHECK_MODULES([LIBVA_DRM], [libva-drm])
-AC_SUBST(LIBDRM_VERSION)
# Check for libva (for dynamic linking)
LIBVA_API_MIN_VERSION=libva_api_min_version
@@ -173,7 +167,7 @@
# Check for X11
USE_X11="no"
if test "x$enable_x11
commit libva-utils for openSUSE:Factory
Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2020-03-30 23:02:39 Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new.3160 (New) Package is "libva-utils" Mon Mar 30 23:02:39 2020 rev:9 rq:789565 version:2.6.0 Changes: --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2019-08-24 18:47:54.505748597 +0200 +++ /work/SRC/openSUSE:Factory/.libva-utils.new.3160/libva-utils.changes 2020-03-30 23:02:44.520153910 +0200 @@ -1,0 +2,9 @@ +Sun Mar 29 15:36:53 UTC 2020 - Aaron Stern + +- Update to version 2.6.0: + * Align libva attribute check. + * Added displaying supported config attributes. + * add the VP samples README. + * add VP sample for usrptr and 1:N output. + +--- Old: libva-utils-2.5.0.tar.gz New: libva-utils-2.6.0.tar.gz Other differences: -- ++ libva-utils.spec ++ --- /var/tmp/diff_new_pack.IYIVVs/_old 2020-03-30 23:02:45.380154400 +0200 +++ /var/tmp/diff_new_pack.IYIVVs/_new 2020-03-30 23:02:45.388154404 +0200 @@ -17,7 +17,7 @@ Name: libva-utils -Version:2.5.0 +Version:2.6.0 Release:0 Summary:A collection of utilities and examples to exercise VA-API License:MIT AND EPL-1.0 ++ libva-utils-2.5.0.tar.gz -> libva-utils-2.6.0.tar.gz ++ 1952 lines of diff (skipped)
commit libva-utils for openSUSE:Factory
Hello community,
here is the log from the commit of package libva-utils for openSUSE:Factory
checked in at 2019-08-24 18:47:47
Comparing /work/SRC/openSUSE:Factory/libva-utils (Old)
and /work/SRC/openSUSE:Factory/.libva-utils.new.7948 (New)
Package is "libva-utils"
Sat Aug 24 18:47:47 2019 rev:8 rq:725683 version:2.5.0
Changes:
--- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2019-07-08
15:11:00.691344310 +0200
+++ /work/SRC/openSUSE:Factory/.libva-utils.new.7948/libva-utils.changes
2019-08-24 18:47:54.505748597 +0200
@@ -1,0 +2,13 @@
+Fri Aug 23 19:59:27 UTC 2019 - Bjørn Lie
+
+- Update to version 2.5.0:
+ * meson: rename the h264enc binary to be in line with the
+autotools build.
+ * Unify NEWS format.
+ * sfcsample: don't include X11 headers.
+ * test: update vaInitialize_vaTerminate_Bad_vaSetDriverName.
+ * Check for -fstack-protector.
+ * vavpp: csc with AYUV format.
+ * vavpp: requires BGRA frame when saving a BGRA file.
+
+---
Old:
libva-utils-2.4.1.tar.gz
New:
libva-utils-2.5.0.tar.gz
Other differences:
--
++ libva-utils.spec ++
--- /var/tmp/diff_new_pack.XNJD8v/_old 2019-08-24 18:47:56.781748378 +0200
+++ /var/tmp/diff_new_pack.XNJD8v/_new 2019-08-24 18:47:56.805748375 +0200
@@ -17,14 +17,13 @@
Name: libva-utils
-Version:2.4.1
+Version:2.5.0
Release:0
Summary:A collection of utilities and examples to exercise VA-API
License:MIT AND EPL-1.0
Group: Development/Tools/Other
Url:https://github.com/intel/libva-utils
-Source0:
https://github.com/intel/libva-utils/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-#Source1:
https://github.com/intel/libva-utils/archive/%%{version}.tar.gz.sha1sum#/%{name}-%{version}.tar.gz.sha1sum
+Source0:%{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: meson
@@ -44,10 +43,12 @@
Obsoletes: vaapi-wayland-tools < %{version}
%description
-libva-utils is a collection of utilities and examples to exercise VA-API in
accordance with the libva project. --enable-tests (default = no) provides a
suite of unit-tests based on Google Test Framework. A driver implementation is
necessary to properly operate.
+libva-utils is a collection of utilities and examples to exercise
+VA-API in accordance with the libva project.
+A driver implementation is necessary to properly operate.
%prep
-%autosetup
+%autosetup -p1
%build
%meson \
@@ -65,7 +66,7 @@
%license COPYING
%doc NEWS
%{_bindir}/avcenc
-%{_bindir}/h264enc
+%{_bindir}/h264encode
%{_bindir}/jpegenc
%{_bindir}/loadjpeg
%{_bindir}/mpeg2vaenc
++ libva-utils-2.4.1.tar.gz -> libva-utils-2.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.4.1/NEWS new/libva-utils-2.5.0/NEWS
--- old/libva-utils-2.4.1/NEWS 2019-04-10 00:07:32.0 +0200
+++ new/libva-utils-2.5.0/NEWS 2019-07-08 11:44:36.0 +0200
@@ -1,14 +1,24 @@
-libva-utils NEWS -- summary of changes. 2018-09-30
-Copyright (C) 2009-2018 Intel Corporation
+libva-utils NEWS -- summary of changes. 2019-07-08
+Copyright (C) 2009-2019 Intel Corporation
+
+Version 2.5.0 - 8.Jul.2019
+* meson: rename the h264enc binary to be in line with the autotools build
+* unify NEWS format
+* sfcsample: don't include X11 headers
+* test: update vaInitialize_vaTerminate_Bad_vaSetDriverName
+* Check for -fstack-protector
+* vavpp: csc with AYUV format
+* vavpp: requires BGRA frame when saving a BGRA file
+
Version 2.4.0 - 1.Feb.2019
-fix make dist issue caused by decode streamout sample
-add VP sample for Blending.
-add VP seperate sample for scaling,csc,sharpness,denoise,chromasitting.
+* fix make dist issue caused by decode streamout sample
+* add VP sample for Blending.
+* add VP seperate sample for scaling,csc,sharpness,denoise,chromasitting.
Version 2.3.0 - 30.Sep.2018
-add HEVC encode sample code
-Add sample code for avc decode streamout
-Add VP8 sample encoder application (SVCT supported)
+* add HEVC encode sample code
+* Add sample code for avc decode streamout
+* Add VP8 sample encoder application (SVCT supported)
Version 2.2.0 - DD.Jul.2018
* Bump version to 2.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libva-utils-2.4.1/configure.ac
new/libva-utils-2.5.0/configure.ac
--- old/libva-utils-2.4.1/configure.ac 2019-04-10 00:07:32.0 +0200
+++ new/libva-utils-2.5.0/configure.ac 2019-07-08 11:44:36.0 +0200
@@ -29,8 +29,8 @@
# - micro version is libva_micro_version
# - pre ver
commit libva-utils for openSUSE:Factory
Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2019-07-08 15:10:59 Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new.4615 (New) Package is "libva-utils" Mon Jul 8 15:10:59 2019 rev:7 rq:713701 version:2.4.1 Changes: --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2018-10-25 09:12:17.358291709 +0200 +++ /work/SRC/openSUSE:Factory/.libva-utils.new.4615/libva-utils.changes 2019-07-08 15:11:00.691344310 +0200 @@ -1,0 +2,11 @@ +Sat Jul 6 08:09:55 UTC 2019 - Bjørn Lie + +- Update to version 2.4.1: + * No changes, sync with libva version only. +- Changes from version 2.4.0: + * Fix make dist issue caused by decode streamout sample. + * Add VP sample for Blending. + * Add VP seperate sample for scaling, csc, sharpness, denoise, +chromasitting. + +--- Old: libva-utils-2.3.0.tar.gz New: libva-utils-2.4.1.tar.gz Other differences: -- ++ libva-utils.spec ++ --- /var/tmp/diff_new_pack.aZqEC0/_old 2019-07-08 15:11:01.467345055 +0200 +++ /var/tmp/diff_new_pack.aZqEC0/_new 2019-07-08 15:11:01.471345058 +0200 @@ -1,7 +1,7 @@ # # spec file for package libva-utils # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libva-utils -Version:2.3.0 +Version:2.4.1 Release:0 Summary:A collection of utilities and examples to exercise VA-API License:MIT AND EPL-1.0 ++ libva-utils-2.3.0.tar.gz -> libva-utils-2.4.1.tar.gz ++ 10737 lines of diff (skipped)
commit libva-utils for openSUSE:Factory
Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2018-10-25 09:12:11 Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new (New) Package is "libva-utils" Thu Oct 25 09:12:11 2018 rev:6 rq:644257 version:2.3.0 Changes: --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2018-05-11 09:14:07.279544451 +0200 +++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils.changes 2018-10-25 09:12:17.358291709 +0200 @@ -1,0 +2,14 @@ +Tue Oct 23 19:23:24 UTC 2018 - [email protected] + +- Update to version 2.3.0: + * Add HEVC encode sample code + * Add sample code for avc decode streamout + * Add VP8 sample encoder application (SVCT supported) +- Changes from version 2.2.0: + * Add meson build + * Remove driver specific test cases. +- Switch to meson buildsystem, add meson BuildRequires and macros. +- Drop conditionals for obsolete versions of openSUSE. +- Disable sha1sum as source, currently not provided by upstream. + +--- Old: libva-utils-2.1.0.tar.bz2 libva-utils-2.1.0.tar.bz2.sha1sum New: libva-utils-2.3.0.tar.gz Other differences: -- ++ libva-utils.spec ++ --- /var/tmp/diff_new_pack.FZhQ2e/_old 2018-10-25 09:12:18.770290864 +0200 +++ /var/tmp/diff_new_pack.FZhQ2e/_new 2018-10-25 09:12:18.770290864 +0200 @@ -12,72 +12,69 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libva-utils -Version:2.1.0 +Version:2.3.0 Release:0 Summary:A collection of utilities and examples to exercise VA-API License:MIT AND EPL-1.0 Group: Development/Tools/Other Url:https://github.com/intel/libva-utils -Source0: https://github.com/intel/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2 -Source1: https://github.com/intel/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2.sha1sum +Source0: https://github.com/intel/libva-utils/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +#Source1: https://github.com/intel/libva-utils/archive/%%{version}.tar.gz.sha1sum#/%{name}-%{version}.tar.gz.sha1sum + BuildRequires: gcc-c++ +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(libdrm) >= 2.4 BuildRequires: pkgconfig(libva) >= 1.1.0 BuildRequires: pkgconfig(libva-drm) -%if 0%{?suse_version} > 1320 BuildRequires: pkgconfig(libva-wayland) -BuildRequires: pkgconfig(wayland-client) >= 1.11.0 -%endif BuildRequires: pkgconfig(libva-x11) >= 0.39.4 +BuildRequires: pkgconfig(wayland-client) >= 1.11.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) Provides: vaapi-tools = %{version} Obsoletes: vaapi-tools < %{version} -%if 0%{?suse_version} > 1320 Provides: vaapi-wayland-tools = %{version} Obsoletes: vaapi-wayland-tools < %{version} -%endif %description libva-utils is a collection of utilities and examples to exercise VA-API in accordance with the libva project. --enable-tests (default = no) provides a suite of unit-tests based on Google Test Framework. A driver implementation is necessary to properly operate. %prep -%setup -q -n %{name}-%{version} +%autosetup %build -%configure \ - --enable-drm \ -%if 0%{?suse_version} > 1320 - --enable-wayland \ -%endif - --enable-x11 \ +%meson \ + -Ddrm=true \ + -Dx11=true \ + -Dwayland=true \ + -Dtests=false \ %{nil} -make %{?_smp_mflags} +%meson_build %install -make install DESTDIR=%{buildroot} +%meson_install %files -%doc COPYING NEWS +%license COPYING +%doc NEWS %{_bindir}/avcenc -%{_bindir}/h264encode +%{_bindir}/h264enc %{_bindir}/jpegenc %{_bindir}/loadjpeg %{_bindir}/mpeg2vaenc %{_bindir}/mpeg2vldemo %{_bindir}/putsurface -%if 0%{?suse_version} > 1320 %{_bindir}/putsurface_wayland -%endif %{_bindir}/vainfo %{_bindir}/vavpp +%{_bindir}/vp8enc %{_bindir}/vp9enc %changelog
commit libva-utils for openSUSE:Factory
Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2018-05-11 09:14:07 Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new (New) Package is "libva-utils" Fri May 11 09:14:07 2018 rev:5 rq:605110 version:2.1.0 Changes: --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2017-11-20 17:06:23.539620384 +0100 +++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils.changes 2018-05-11 09:14:07.279544451 +0200 @@ -1,0 +2,14 @@ +Sun May 6 12:43:37 UTC 2018 - [email protected] + +- Update to version 2.1.0: + * Refine gtest conformance cases. + * vp9enc: add support low power mode. + * vavpp: add support for RGBA/RGBX surface. + * vainfo: add support new profile/entrypoint pairs. + +--- +Mon Mar 19 23:17:13 UTC 2018 - [email protected] + +- disabled wayland build on Leap 42.3 + +--- Old: libva-utils-2.0.0.tar.bz2 libva-utils-2.0.0.tar.bz2.sha1sum New: libva-utils-2.1.0.tar.bz2 libva-utils-2.1.0.tar.bz2.sha1sum Other differences: -- ++ libva-utils.spec ++ --- /var/tmp/diff_new_pack.Aehw5F/_old 2018-05-11 09:14:07.971519384 +0200 +++ /var/tmp/diff_new_pack.Aehw5F/_new 2018-05-11 09:14:07.975519240 +0200 @@ -1,7 +1,7 @@ # # spec file for package libva-utils # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,29 +17,33 @@ Name: libva-utils -Version:2.0.0 +Version:2.1.0 Release:0 Summary:A collection of utilities and examples to exercise VA-API License:MIT AND EPL-1.0 Group: Development/Tools/Other -Url:https://github.com/01org/libva-utils -Source0: https://github.com/01org/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2 -Source1: https://github.com/01org/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2.sha1sum +Url:https://github.com/intel/libva-utils +Source0: https://github.com/intel/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2 +Source1: https://github.com/intel/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2.sha1sum BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(libdrm) >= 2.4 -BuildRequires: pkgconfig(libva) >= 1.0.0 +BuildRequires: pkgconfig(libva) >= 1.1.0 BuildRequires: pkgconfig(libva-drm) +%if 0%{?suse_version} > 1320 BuildRequires: pkgconfig(libva-wayland) -BuildRequires: pkgconfig(libva-x11) >= 0.39.4 BuildRequires: pkgconfig(wayland-client) >= 1.11.0 +%endif +BuildRequires: pkgconfig(libva-x11) >= 0.39.4 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) Provides: vaapi-tools = %{version} Obsoletes: vaapi-tools < %{version} +%if 0%{?suse_version} > 1320 Provides: vaapi-wayland-tools = %{version} Obsoletes: vaapi-wayland-tools < %{version} +%endif %description libva-utils is a collection of utilities and examples to exercise VA-API in accordance with the libva project. --enable-tests (default = no) provides a suite of unit-tests based on Google Test Framework. A driver implementation is necessary to properly operate. @@ -50,7 +54,9 @@ %build %configure \ --enable-drm \ +%if 0%{?suse_version} > 1320 --enable-wayland \ +%endif --enable-x11 \ %{nil} make %{?_smp_mflags} @@ -67,7 +73,9 @@ %{_bindir}/mpeg2vaenc %{_bindir}/mpeg2vldemo %{_bindir}/putsurface +%if 0%{?suse_version} > 1320 %{_bindir}/putsurface_wayland +%endif %{_bindir}/vainfo %{_bindir}/vavpp %{_bindir}/vp9enc ++ libva-utils-2.0.0.tar.bz2 -> libva-utils-2.1.0.tar.bz2 ++ 42150 lines of diff (skipped) ++ libva-utils-2.0.0.tar.bz2.sha1sum -> libva-utils-2.1.0.tar.bz2.sha1sum ++ --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils-2.0.0.tar.bz2.sha1sum 2017-11-16 14:04:18.098477510 +0100 +++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils-2.1.0.tar.bz2.sha1sum 2018-05-11 09:14:07.263545031 +0200 @@ -1 +1 @@ -b4dc39459f8539c1ea16e7ca957a853fb7735ec4 libva-utils-2.0.0.tar.bz2 +9902eb944c3ace00be4fe95627708f156fc5ace7 libva-utils-2.1.0.tar.bz2
commit libva-utils for openSUSE:Factory
Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2017-11-20 17:05:04 Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new (New) Package is "libva-utils" Mon Nov 20 17:05:04 2017 rev:4 rq:542922 version:2.0.0 Changes: --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2017-11-16 14:04:18.790452431 +0100 +++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils.changes 2017-11-20 17:06:23.539620384 +0100 @@ -1,0 +2,5 @@ +Fri Nov 17 10:28:40 UTC 2017 - [email protected] + +- Add vaapi-wayland-tools Obsoletes and Provides. + +--- Other differences: -- ++ libva-utils.spec ++ --- /var/tmp/diff_new_pack.ya9wpu/_old 2017-11-20 17:06:24.147598373 +0100 +++ /var/tmp/diff_new_pack.ya9wpu/_new 2017-11-20 17:06:24.151598228 +0100 @@ -32,12 +32,14 @@ BuildRequires: pkgconfig(libva-drm) BuildRequires: pkgconfig(libva-wayland) BuildRequires: pkgconfig(libva-x11) >= 0.39.4 -BuildRequires: pkgconfig(wayland-client) >= 1.0.0 +BuildRequires: pkgconfig(wayland-client) >= 1.11.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) Provides: vaapi-tools = %{version} Obsoletes: vaapi-tools < %{version} +Provides: vaapi-wayland-tools = %{version} +Obsoletes: vaapi-wayland-tools < %{version} %description libva-utils is a collection of utilities and examples to exercise VA-API in accordance with the libva project. --enable-tests (default = no) provides a suite of unit-tests based on Google Test Framework. A driver implementation is necessary to properly operate.
commit libva-utils for openSUSE:Factory
Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2017-11-16 14:04:09 Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new (New) Package is "libva-utils" Thu Nov 16 14:04:09 2017 rev:3 rq:542208 version:2.0.0 Changes: --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2017-09-05 15:15:09.173804711 +0200 +++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils.changes 2017-11-16 14:04:18.790452431 +0100 @@ -1,0 +2,20 @@ +Tue Nov 14 21:42:56 UTC 2017 - [email protected] + +- Update to version 2.0.0: + * Add option '--device ' to vainfo. + * Add vp9enc for VP9 encoding. + * Add vavpp for video processing. + * Add FEI gtest cases. + * Fix segmentation fault in putsurface_wayland. + * Fix GCC 7.1.1 warnings/errors. + * Fix libva version printed out by vainfo. +- Pass enable-drm, enable-wayland and enable-x11 to configure, + ensure we build all supported backends. +- Following the above, add pkgconfig(libdrm), pkgconfig(libva), + pkgconfig(libva-drm), pkgconfig(libva-wayland), + pkgconfig(wayland-client), pkgconfig(x11), pkgconfig(xext) and + pkgconfig(xfixes) BuildRequires; align with what configure looks + for. +- Run spec-cleaner on spec file. + +--- Old: libva-utils-1.8.3.tar.bz2 libva-utils-1.8.3.tar.bz2.sha1sum New: libva-utils-2.0.0.tar.bz2 libva-utils-2.0.0.tar.bz2.sha1sum Other differences: -- ++ libva-utils.spec ++ --- /var/tmp/diff_new_pack.yyp2b8/_old 2017-11-16 14:04:20.278398502 +0100 +++ /var/tmp/diff_new_pack.yyp2b8/_new 2017-11-16 14:04:20.282398357 +0100 @@ -17,17 +17,25 @@ Name: libva-utils -Version:1.8.3 +Version:2.0.0 Release:0 Summary:A collection of utilities and examples to exercise VA-API -License:MIT and EPL-1.0 +License:MIT AND EPL-1.0 Group: Development/Tools/Other Url:https://github.com/01org/libva-utils Source0: https://github.com/01org/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2 Source1: https://github.com/01org/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2.sha1sum BuildRequires: gcc-c++ BuildRequires: pkgconfig +BuildRequires: pkgconfig(libdrm) >= 2.4 +BuildRequires: pkgconfig(libva) >= 1.0.0 +BuildRequires: pkgconfig(libva-drm) +BuildRequires: pkgconfig(libva-wayland) BuildRequires: pkgconfig(libva-x11) >= 0.39.4 +BuildRequires: pkgconfig(wayland-client) >= 1.0.0 +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xfixes) Provides: vaapi-tools = %{version} Obsoletes: vaapi-tools < %{version} @@ -38,22 +46,28 @@ %setup -q -n %{name}-%{version} %build -%configure +%configure \ + --enable-drm \ + --enable-wayland \ + --enable-x11 \ + %{nil} make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %files -%defattr(-,root,root,-) %doc COPYING NEWS -%{_bindir}/vainfo %{_bindir}/avcenc %{_bindir}/h264encode +%{_bindir}/jpegenc +%{_bindir}/loadjpeg %{_bindir}/mpeg2vaenc %{_bindir}/mpeg2vldemo -#%{_bindir}/putsurface_wayland -%{_bindir}/loadjpeg -%{_bindir}/jpegenc +%{_bindir}/putsurface +%{_bindir}/putsurface_wayland +%{_bindir}/vainfo +%{_bindir}/vavpp +%{_bindir}/vp9enc %changelog ++ libva-utils-1.8.3.tar.bz2 -> libva-utils-2.0.0.tar.bz2 ++ 42580 lines of diff (skipped) ++ libva-utils-1.8.3.tar.bz2.sha1sum -> libva-utils-2.0.0.tar.bz2.sha1sum ++ --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils-1.8.3.tar.bz2.sha1sum 2017-09-05 15:15:08.161946942 +0200 +++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils-2.0.0.tar.bz2.sha1sum 2017-11-16 14:04:18.098477510 +0100 @@ -1 +1 @@ -8684aa2b28fc08bf62b1fa5acf95d23fab5faf9a libva-utils-1.8.3.tar.bz2 +b4dc39459f8539c1ea16e7ca957a853fb7735ec4 libva-utils-2.0.0.tar.bz2
commit libva-utils for openSUSE:Factory
Hello community, here is the log from the commit of package libva-utils for openSUSE:Factory checked in at 2017-09-05 15:15:06 Comparing /work/SRC/openSUSE:Factory/libva-utils (Old) and /work/SRC/openSUSE:Factory/.libva-utils.new (New) Package is "libva-utils" Tue Sep 5 15:15:06 2017 rev:2 rq:519525 version:1.8.3 Changes: --- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes 2017-08-24 18:46:25.583877752 +0200 +++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils.changes 2017-09-05 15:15:09.173804711 +0200 @@ -1,0 +2,17 @@ +Tue Aug 29 14:30:24 UTC 2017 - [email protected] + +- removed putsurface_wayland from filelist (now requires wayland- + enabled -devel package) + +--- +Wed Aug 16 17:27:10 UTC 2017 - [email protected] + +- Version 1.8.3 - 28.Jun.2017 + * Bump version to 1.8.3 + * Switch AC_PROG_LIBTOOL to LT_INIT + * putsurface: include wayland-client.h instead of wayland-server.h + * avcenc: add AUD NAL unit at the beginning of pic + * avcenc: enable direct_spatial_mv_pred_flag for B frame + * avcenc: add the frame number as the command line input parameter + +--- Old: libva-utils-1.8.2.tar.bz2 libva-utils-1.8.2.tar.bz2.sha1sum New: libva-utils-1.8.3.tar.bz2 libva-utils-1.8.3.tar.bz2.sha1sum Other differences: -- ++ libva-utils.spec ++ --- /var/tmp/diff_new_pack.Gw0pDU/_old 2017-09-05 15:15:10.281648989 +0200 +++ /var/tmp/diff_new_pack.Gw0pDU/_new 2017-09-05 15:15:10.285648427 +0200 @@ -17,7 +17,7 @@ Name: libva-utils -Version:1.8.2 +Version:1.8.3 Release:0 Summary:A collection of utilities and examples to exercise VA-API License:MIT and EPL-1.0 @@ -52,7 +52,7 @@ %{_bindir}/h264encode %{_bindir}/mpeg2vaenc %{_bindir}/mpeg2vldemo -%{_bindir}/putsurface_wayland +#%{_bindir}/putsurface_wayland %{_bindir}/loadjpeg %{_bindir}/jpegenc ++ libva-utils-1.8.2.tar.bz2 -> libva-utils-1.8.3.tar.bz2 ++ 2214 lines of diff (skipped) retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libva-utils-1.8.2/NEWS new/libva-utils-1.8.3/NEWS --- old/libva-utils-1.8.2/NEWS 2017-05-22 17:32:39.0 +0200 +++ new/libva-utils-1.8.3/NEWS 2017-06-28 02:30:40.0 +0200 @@ -1,6 +1,14 @@ -libva-utils NEWS -- summary of changes. 2017-05-22 +libva-utils NEWS -- summary of changes. 2017-06-28 Copyright (C) 2009-2017 Intel Corporation +Version 1.8.3 - 28.Jun.2017 +* Bump version to 1.8.3 +* Switch AC_PROG_LIBTOOL to LT_INIT +* putsurface: include wayland-client.h instead of wayland-server.h +* avcenc: add AUD NAL unit at the beginning of pic +* avcenc: enable direct_spatial_mv_pred_flag for B frame +* avcenc: add the frame number as the command line input parameter + Version 1.8.2 - 22.May.2017 * Bump version to 1.8.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libva-utils-1.8.2/compile new/libva-utils-1.8.3/compile --- old/libva-utils-1.8.2/compile 2017-03-01 03:30:12.0 +0100 +++ new/libva-utils-1.8.3/compile 2017-06-16 03:51:10.0 +0200 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libva-utils-1.8.2/configure.ac new/libva-utils-1.8.3/configure.ac --- old/libva-utils-1.8.2/configure.ac 2017-05-22 17:32:50.0 +0200 +++ new/libva-utils-1.8.3/configure.ac 2017-06-28 02:30:50.0 +0200 @@ -30,7 +30,7 @@ # - pre version is libva_pre_version, usually development version m4_define([libva_utils_major_version], [1]) m4_define([libva_utils_minor_version], [8]) -m4_define([libva_utils_micro_vers
