[neon/qt/qtmultimedia/Neon/release] debian/patches: remove patch in branch
Jonathan Esk-Riddell
null at kde.org
Mon May 16 13:36:39 BST 2022
Git commit f975dbdcd2d583de3402f76aa5d9c406bbc784b3 by Jonathan Esk-Riddell.
Committed on 16/05/2022 at 12:36.
Pushed by jriddell into branch 'Neon/release'.
remove patch in branch
M +0 -1 debian/patches/series
D +0 -41 debian/patches/test_buffer_size.diff
https://invent.kde.org/neon/qt/qtmultimedia/commit/f975dbdcd2d583de3402f76aa5d9c406bbc784b3
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