Package: dvgrap
Severity: grave
Hi,
your package fails to build with the current libquicktime package. You
can fix it with manually specifying the header location, see attached diff.
Regards,
Daniel
diff -Naur dvgrab-1.8.orig/debian/rules dvgrab-1.8/debian/rules
--- dvgrab-1.8.orig/debian/rules 2006-10-07 07:53:40.000000000 +0000
+++ dvgrab-1.8/debian/rules 2006-10-07 08:53:08.000000000 +0000
@@ -40,7 +40,7 @@
ln -sf /usr/share/misc/config.sub .
ln -sf /usr/share/misc/config.guess .
- ./configure $(confflags) --prefix=/ --exec-prefix=/usr
CPPFLAGS=$(CPPFLAGS)
+ ./configure $(confflags) --prefix=/ --exec-prefix=/usr
CPPFLAGS=$(CPPFLAGS) --with-libquicktime-includes=/usr/include/lqt
touch configure-stamp