Source: avifile
Version: 1:0.7.48~20090503.ds-20.1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

avifile fails to cross build from source, because ./configure wrongly
detects availability of xvid4. Adding --without-xvid4 makes that
explicit and fixes the cross build. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru avifile-0.7.48~20090503.ds/debian/changelog 
avifile-0.7.48~20090503.ds/debian/changelog
--- avifile-0.7.48~20090503.ds/debian/changelog 2018-07-11 21:30:18.000000000 
+0200
+++ avifile-0.7.48~20090503.ds/debian/changelog 2019-02-12 17:34:35.000000000 
+0100
@@ -1,3 +1,10 @@
+avifile (1:0.7.48~20090503.ds-20.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Explicitly disable --without-xvid4. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 12 Feb 2019 17:34:35 +0100
+
 avifile (1:0.7.48~20090503.ds-20.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --minimal -Nru avifile-0.7.48~20090503.ds/debian/rules 
avifile-0.7.48~20090503.ds/debian/rules
--- avifile-0.7.48~20090503.ds/debian/rules     2014-10-20 13:28:43.000000000 
+0200
+++ avifile-0.7.48~20090503.ds/debian/rules     2019-02-12 17:34:34.000000000 
+0100
@@ -60,7 +60,7 @@
        ./autogen.sh --clean
        dh_auto_configure -- --prefix=/usr --without-lame \
          --enable-lamebin --without-mad --enable-quiet --enable-release \
-         --without-qt \
+         --without-qt --without-xvid4 \
          --disable-dependency-tracking $(CROSS) CFLAGS="$(CFLAGS)" \
          CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)"
 

Reply via email to