[neon/backports-jammy/libavif/Neon/release] debian: build without rav1e otherwise we need to backport a gazillion rust deps

Carlos De Maine null at kde.org
Wed Aug 23 01:46:05 BST 2023


Git commit 1a1694b1e0debfcf3cce8dab748933b698bc71c7 by Carlos De Maine.
Committed on 23/08/2023 at 02:46.
Pushed by carlosdem into branch 'Neon/release'.

build without rav1e otherwise we need to backport a gazillion rust deps

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

https://invent.kde.org/neon/backports-jammy/libavif/-/commit/1a1694b1e0debfcf3cce8dab748933b698bc71c7

diff --git a/debian/control b/debian/control
index ef61638..be80b13 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  libjpeg-dev,
  libpng-dev,
 # only enable when librav1e-dev exist, see rules file
- librav1e-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64],
+# librav1e-dev [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64],
 # only enable when libsvtav1enc-dev exist, see rules file
  libsvtav1enc-dev [amd64 arm64 armel armhf mips64el mipsel ppc64el s390x hppa ia64 m68k powerpc ppc64 riscv64 sh4 sparc64],
  libyuv-dev,
diff --git a/debian/rules b/debian/rules
index bce95b1..de7c3de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,9 +36,9 @@ endif
 # sync with debian/control
 RAV1E_FLAG := -DAVIF_CODEC_RAV1E=OFF
 
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64))
-  RAV1E_FLAG := -DAVIF_CODEC_RAV1E=ON
-endif
+#ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64))
+#  RAV1E_FLAG := -DAVIF_CODEC_RAV1E=ON
+#endif
 
 
 # flag for building doc (man page)


More information about the Neon-commits mailing list