[neon/qt/qtmultimedia/Neon/release] debian: Drop test_buffer_size.diff, included in the new release.
Dmitry Shachnev
null at kde.org
Fri Jul 15 11:52:26 BST 2022
Git commit fd767f68563c576dba2787bc48a63614e977bbba by Dmitry Shachnev.
Committed on 12/05/2022 at 21:45.
Pushed by jriddell into branch 'Neon/release'.
Drop test_buffer_size.diff, included in the new release.
M +1 -0 debian/changelog
M +0 -1 debian/patches/series
D +0 -41 debian/patches/test_buffer_size.diff
https://invent.kde.org/neon/qt/qtmultimedia/commit/fd767f68563c576dba2787bc48a63614e977bbba
diff --git a/debian/changelog b/debian/changelog
index 2aa6886..5bbc078 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtmultimedia-opensource-src (5.15.4-1) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* New upstream release.
* Bump Qt build-dependencies to 5.15.4.
+ * Drop test_buffer_size.diff, included in the new release.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 13 May 2022 00:26:32 +0300
diff --git a/debian/patches/series b/debian/patches/series
index 147fd01..1662367 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
rpath_nonlinux.diff
-test_buffer_size.diff
diff --git a/debian/patches/test_buffer_size.diff b/debian/patches/test_buffer_size.diff
deleted file mode 100644
index 4cf57c6..0000000
--- a/debian/patches/test_buffer_size.diff
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: increase buffer sizes used in tst_QVideoFrame::image() tests
-Author: Dmitry Shachnev <mitya57 at debian.org>
-Forwarded: https://codereview.qt-project.org/c/qt/qtmultimedia/+/335592
-Last-Update: 2021-02-20
-
---- a/tests/auto/unit/qvideoframe/tst_qvideoframe.cpp
-+++ b/tests/auto/unit/qvideoframe/tst_qvideoframe.cpp
-@@ -1244,14 +1244,14 @@ void tst_QVideoFrame::image_data()
- QTest::newRow("64x64 YUV420P")
- << QSize(64, 64)
- << QVideoFrame::Format_YUV420P
-- << 13288
-+ << 18432
- << 256
- << QImage::Format_ARGB32;
-
- QTest::newRow("64x64 YV12")
- << QSize(64, 64)
- << QVideoFrame::Format_YV12
-- << 16384
-+ << 18432
- << 256
- << QImage::Format_ARGB32;
-
-@@ -1272,14 +1272,14 @@ void tst_QVideoFrame::image_data()
- QTest::newRow("64x64 NV12")
- << QSize(64, 64)
- << QVideoFrame::Format_NV12
-- << 16384
-+ << 24576
- << 256
- << QImage::Format_ARGB32;
-
- QTest::newRow("64x64 NV21")
- << QSize(64, 64)
- << QVideoFrame::Format_NV21
-- << 16384
-+ << 24576
- << 256
- << QImage::Format_ARGB32;
- #endif
More information about the Neon-commits
mailing list