Bug#391562: Fails to build with current libquicktime

2006-10-10 Thread Erik Schanze
unblock 391562 by 391847
thanks

Hello Daniel(s), ;-)

thanks to Daniel K. for keep track of dvgrab.

Daniel Kobras [EMAIL PROTECTED]:
 On Mon, Oct 09, 2006 at 11:08:06PM +0200, Erik Schanze wrote:
  But I don't intent to fix your bugs in my package.
  Please fix #391847 and #391849 in libquicktime-dev and this bug
  will go away without any upload.

 Actually, this was an error on my part. When I suggested to use
 lqt-config, it had already been deprecated in favour of using
 pkg-config.

The new behavior of lqt-config had to document in changelog.

I don't know who had changed this, but a library mainainer should send a 
note to all depending packages about valuable changes and make 
suggestions of a esay transition. One has more responsibility with a 
library, IMO.
Please consider it next time.

 The attached patch is the recommended way to get at 
 libquicktime's cflags, and fixes this bug in passing. (#391849 still
 causes a FTBFS, though.)

Thank you for suggesting it. I will prepare a new package, but wait with 
the upload until #391849 is fixed.


Kindly regards,
Erik


-- 
 www.ErikSchanze.de *
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
   - 5. Linux-Info-Tag in Dresden, Ende Oktober 2007*
   Info: http://www.linux-info-tag.de/  *


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#391562: Fails to build with current libquicktime

2006-10-07 Thread Daniel Baumann

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/rules2006-10-07 07:53:40.0 +
+++ dvgrab-1.8/debian/rules 2006-10-07 08:53:08.0 +
@@ -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