[neon/neon-packaging/kpipewire/Neon/release_jammy] debian/patches: reverse the polarity of the neutron flow

Jonathan Riddell null at kde.org
Tue Oct 8 10:48:29 BST 2024


Git commit e7b30dc62485f3d8e689bd1773d5f4ec45eefb52 by Jonathan Riddell.
Committed on 08/10/2024 at 09:48.
Pushed by jriddell into branch 'Neon/release_jammy'.

reverse the polarity of the neutron flow

M  +5    -5    debian/patches/pipewire1.diff

https://invent.kde.org/neon/neon-packaging/kpipewire/-/commit/e7b30dc62485f3d8e689bd1773d5f4ec45eefb52

diff --git a/debian/patches/pipewire1.diff b/debian/patches/pipewire1.diff
index 7982076..4631c46 100644
--- a/debian/patches/pipewire1.diff
+++ b/debian/patches/pipewire1.diff
@@ -1,14 +1,14 @@
 diff --git a/src/pipewiresourcestream.cpp b/src/pipewiresourcestream.cpp
-index 3da6c2a..6f8242a 100644
+index 6f8242a..3da6c2a 100644
 --- a/src/pipewiresourcestream.cpp
 +++ b/src/pipewiresourcestream.cpp
-@@ -515,9 +515,6 @@ QList<const spa_pod *> PipeWireSourceStream::createFormatsParams(spa_pod_builder
+@@ -515,6 +515,9 @@ QList<const spa_pod *> PipeWireSourceStream::createFormatsParams(spa_pod_builder
  
          params += buildFormat(&podBuilder, it.key(), {}, withDontFixate, d->maxFramerate);
      }
--
--    // BUG 492400: Workaround for pipewire < 0.3.49 https://github.com/PipeWire/pipewire/commit/8646117374df6fa3b73f63f9b35cda78a6aaa2f4
--    params.removeAll(nullptr);
++
++    // BUG 492400: Workaround for pipewire < 0.3.49 https://github.com/PipeWire/pipewire/commit/8646117374df6fa3b73f63f9b35cda78a6aaa2f4
++    params.removeAll(nullptr);
      return params;
  }
  


More information about the Neon-commits mailing list