[neon/backports-focal/libavif/Neon/unstable] debian: no libgav1-dev in focal

Jonathan Riddell null at kde.org
Mon Aug 23 16:49:52 BST 2021


Git commit 1ac21f60f724f76fc616fa0eded06aa368d86e85 by Jonathan Riddell.
Committed on 23/08/2021 at 15:49.
Pushed by jriddell into branch 'Neon/unstable'.

no libgav1-dev in focal

M  +1    -1    debian/control
M  +3    -3    debian/rules

https://invent.kde.org/neon/backports-focal/libavif/commit/1ac21f60f724f76fc616fa0eded06aa368d86e85

diff --git a/debian/control b/debian/control
index dca6dec..ca1268b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  libcjson-dev,
  libdav1d-dev,
 # only enable when libgav1-dev exist, see rules file
- libgav1-dev [amd64 arm64 armel armhf i386 mips64el ppc64el s390x hppa ppc64 riscv64 x32],
+# libgav1-dev [amd64 arm64 armel armhf i386 mips64el ppc64el s390x hppa ppc64 riscv64 x32],
  libgavl-dev,
  libgdk-pixbuf2.0-dev,
  libjpeg-dev,
diff --git a/debian/rules b/debian/rules
index 07f65b1..02129dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,9 @@ include /usr/share/dpkg/architecture.mk
 # sync with debian/control
 LIBGAV1_FLAG := -DAVIF_CODEC_LIBGAV1=OFF
 
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el ppc64el s390x hppa ppc64 riscv64 x32))
-  LIBGAV1_FLAG := -DAVIF_CODEC_LIBGAV1=ON
-endif
+#ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el ppc64el s390x hppa ppc64 riscv64 x32))
+#  LIBGAV1_FLAG := -DAVIF_CODEC_LIBGAV1=ON
+#endif
 
 
 %:


More information about the Neon-commits mailing list