Package: netgen Version: 4.9.12.dfsg-3 Severity: important Tags: patch Hey there,
Your package fails to build with FFmpeg 0.6 which can currently be found in debian/experimental. I've patched the package for ubuntu for now, but you might be interested in merging the patch right now. Take care! -- System Information: Debian Release: squeeze/sid APT prefers lucid-updates APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid-proposed'), (500, 'lucid') Architecture: i386 (i686) Kernel: Linux 2.6.32-24-generic (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Author: Reinhard Tartler <[email protected]> Subject: Unbreak build with FFmpeg 0.6 Index: netgen-4.9.12.dfsg/ng/Makefile.am =================================================================== --- netgen-4.9.12.dfsg.orig/ng/Makefile.am 2010-07-14 03:46:41.845067003 +0200 +++ netgen-4.9.12.dfsg/ng/Makefile.am 2010-07-14 03:47:02.525067003 +0200 @@ -1,6 +1,6 @@ include_HEADERS = -AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -I$(top_srcdir)/libsrc/interface -DOPENGL -D$(TOGL_WINDOWINGSYSTEM) $(OCCFLAGS) $(TCL_INCLUDES) $(MPI_INCLUDES) $(FFMPEG_INCLUDES) $(JPEGLIB_INCLUDES) +AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include -I$(top_srcdir)/libsrc/interface -D__STDC_CONSTANT_MACROS -DOPENGL -D$(TOGL_WINDOWINGSYSTEM) $(OCCFLAGS) $(TCL_INCLUDES) $(MPI_INCLUDES) $(FFMPEG_INCLUDES) $(JPEGLIB_INCLUDES) bin_PROGRAMS = netgen netgen_SOURCES = demoview.cpp ngappinit.cpp ngpkg.cpp onetcl.cpp nginterface.cpp nginterface_v2.cpp parallelfunc.cpp parallelinterface.cpp demoview.hpp parallelfunc.hpp togl_1_7.h

