[neon/qt/qtwebengine/Neon/testing] debian: Build with system opus/ffmpeg again.
Dmitry Shachnev
null at kde.org
Wed May 19 11:53:42 BST 2021
Git commit 684da01484441bf092489e625fdda0f32f60dfdc by Dmitry Shachnev.
Committed on 26/09/2020 at 17:32.
Pushed by sitter into branch 'Neon/testing'.
Build with system opus/ffmpeg again.
- Bump opus required version to 1.3.1.
This reverts commit bc2059379ee0a2c173324a8017c00c62171f2247.
M +3 -0 debian/changelog
M +1 -1 debian/control
M +2 -0 debian/rules
https://invent.kde.org/neon/qt/qtwebengine/commit/684da01484441bf092489e625fdda0f32f60dfdc
diff --git a/debian/changelog b/debian/changelog
index 49588da..9426f02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
qtwebengine-opensource-src (5.15.1+dfsg-2) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Build with system opus/ffmpeg again.
+ - Bump opus required version to 1.3.1.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 26 Sep 2020 20:28:48 +0300
diff --git a/debian/control b/debian/control
index c953c02..aa548a6 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Build-Depends: binutils (>= 2.32-8~),
liblcms2-dev,
libminizip-dev,
libnss3-dev,
- libopus-dev,
+ libopus-dev (>= 1.3.1),
libpci-dev,
libpng-dev,
libprotobuf-dev,
diff --git a/debian/rules b/debian/rules
index 6fe3373..9254201 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,8 @@ no_gold_architectures := arm64 armhf mipsel
config_args = -proprietary-codecs \
-feature-webengine-system-libvpx \
+ -system-ffmpeg \
+ -system-opus \
-system-webp \
-system-webengine-icu
More information about the Neon-commits
mailing list