Hi,

Thanks for the patch. I am fighting with a changed API for ffmpeg on
unstable though. Did you compile on testing ?

Cheers,

Guenter


On Mon, 29 Aug 2005, Andreas Jochens wrote:
> Package: gem
> Version: 1:0.90.0-17
> Severity: serious
> Tags: patch
>
> When building 'gem' on amd64/unstable,
> I get the following error:
>
> g++ -c -fPIC -g -Wall -O2  -I/usr/include/freetype2   -I..  
> -I/usr/include/FTGL  pix_a_2grey.cpp -o pix_a_2grey.o
> In file included from filmQT4L.cpp:17:
> ../Pixes/filmQT4L.h:23:33: error: quicktime/quicktime.h: No such file or 
> directory
> ../Pixes/filmQT4L.h:24:35: error: quicktime/colormodels.h: No such file or 
> directory
>
> With the attached patch 'gem' can be compiled on amd64.
>
> The patch also contains a fix for the "non-PIC" problem #324339.
>
> Regards
> Andreas Jochens
>
> diff -urN ../tmp-orig/gem-0.90.0/debian/patches/04_quicktime_headers.patch 
> ./debian/patches/04_quicktime_headers.patch
> --- ../tmp-orig/gem-0.90.0/debian/patches/04_quicktime_headers.patch  
> 1970-01-01 00:00:00.000000000 +0000
> +++ ./debian/patches/04_quicktime_headers.patch       2005-08-29 
> 12:14:33.000000000 +0000
> @@ -0,0 +1,28 @@
> +diff -urN ../gem-0.90.0/src/Pixes/filmQT4L.h gem-0.90.0/src/Pixes/filmQT4L.h
> +--- ../gem-0.90.0/src/Pixes/filmQT4L.h       2003-10-07 08:58:57.000000000 
> +0000
> ++++ gem-0.90.0/src/Pixes/filmQT4L.h  2005-08-29 12:06:38.000000000 +0000
> +@@ -20,8 +20,8 @@
> + #include <stdio.h>
> +
> + #ifdef HAVE_LIBQUICKTIME
> +-#include <quicktime/quicktime.h>
> +-#include <quicktime/colormodels.h>
> ++#include <lqt/quicktime.h>
> ++#include <lqt/colormodels.h>
> + #endif // QT
> +
> + /*-----------------------------------------------------------------
> +diff -urN ../gem-0.90.0/src/Pixes/pix_filmLinux.h 
> gem-0.90.0/src/Pixes/pix_filmLinux.h
> +--- ../gem-0.90.0/src/Pixes/pix_filmLinux.h  2003-10-10 11:09:04.000000000 
> +0000
> ++++ gem-0.90.0/src/Pixes/pix_filmLinux.h     2005-08-29 12:06:38.000000000 
> +0000
> +@@ -18,8 +18,8 @@
> +
> + #include "Pixes/pix_film.h"
> + #ifdef HAVE_LIBQUICKTIME
> +-#include <quicktime/quicktime.h>
> +-#include <quicktime/colormodels.h>
> ++#include <lqt/quicktime.h>
> ++#include <lqt/colormodels.h>
> + #endif // QT
> + #ifdef HAVE_LIBMPEG3
> + #include <libmpeg3.h>
> diff -urN ../tmp-orig/gem-0.90.0/debian/patches/01_buildsys.patch 
> ./debian/patches/01_buildsys.patch
> --- ../tmp-orig/gem-0.90.0/debian/patches/01_buildsys.patch   2005-08-29 
> 12:21:19.000000000 +0000
> +++ ./debian/patches/01_buildsys.patch        2005-08-29 12:17:55.000000000 
> +0000
> @@ -124,7 +124,7 @@
>  +
>  +AC_CHECK_LIB(aviplay,main)
>  +
> -+AC_CHECK_LIB(dts,main)
> ++AC_CHECK_LIB(dts_pic,main)
>  +
>  +# avcodec and avformat need a stupid Debian hack (the _pic part)
>  +
> @@ -143,7 +143,7 @@
>  +AC_CHECK_LIB(dv,main)
>  +AC_CHECK_LIB(ftgl,main,
>  +  AC_DEFINE(HAVE_LIBFTGL)
> -+  INCLUDES="$INCLUDES -I/usr/include/FTGL" && LIBS="-lftgl $LIBS")
> ++  INCLUDES="$INCLUDES -I/usr/include/FTGL" && LIBS="-lftgl_pic $LIBS")
>  +
>  +AC_CHECK_LIB(vorbisenc, vorbis_encode_init)
>  +AC_CHECK_LIB(vorbis, vorbis_info_init)
>
>



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

Reply via email to