debian/rules clean dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. /usr/bin/make distclean make[1]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' Making distclean in docs make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/docs' test -z "" || rm -f rm -f Makefile make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/docs' Making distclean in data make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/data' test -z "" || rm -f rm -f Makefile make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/data' Making distclean in objects make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/objects' test -z "" || rm -f rm -f Makefile make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/objects' Making distclean in buttons make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/buttons' test -z "" || rm -f rm -f Makefile make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/buttons' Making distclean in backgrounds make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/backgrounds' test -z "" || rm -f rm -f Makefile make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/backgrounds' Making distclean in locale make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/locale' linguas='ca cs da de el es eu fr hu it ja nl pl pt pt_BR ru sk sr sv'; for lang in $linguas ; do \ rm -rf $lang ; \ done rm -f Makefile make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/locale' Making distclean in src make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' Making distclean in rc make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src/rc' test -z "" || rm -f rm -f Makefile make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src/rc' Making distclean in . make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' test -z "dvdstyler" || rm -f dvdstyler rm -f *.o rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' rm -rf ./.deps rm -f Makefile make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' Making distclean in wxVillaLib make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/wxVillaLib' test -z "libwxvilla.a" || rm -f libwxvilla.a rm -f *.o rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/wxVillaLib' Making distclean in . make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' test -z "locale/Makefile" || rm -f locale/Makefile rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' cp -f /usr/share/misc/config.sub config.sub cp -f /usr/share/misc/config.guess config.guess dh_clean rm -f debian/dvdstyler.substvars rm -f debian/dvdstyler.*.debhelper rm -rf debian/dvdstyler rm -f debian/files find . \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o -name core -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) debian/rules build dh_testdir # Add here commands to configure the package. CFLAGS="-Wall -g -O1" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --docdir=\${prefix}/share/doc/dvdstyler checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for install location... /usr checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for x86_64-linux-gnu-ranlib... no checking for ranlib... ranlib checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-linux-gnu-gcc... gcc3 checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-linux-gnu-g++... gcc3 checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E checking for wx-config... /usr/bin/wx-config checking for wxWindows version >= 2.6.3... yes (version 2.6.3) checking for main in -lwxsvg... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking wxSVG/svg.h usability... yes checking wxSVG/svg.h presence... yes checking for wxSVG/svg.h... yes checking if wxWindows was linked with GTK2... yes checking for x86_64-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GNOMEUI2... no configure: WARNING: libgnomeui will not be used for rendering of thumbnails checking for LIBEXIF... yes checking for FFMPEG... yes checking ffmpeg/avutil.h usability... yes checking ffmpeg/avutil.h presence... yes checking for ffmpeg/avutil.h... yes checking for msgfmt... /usr/bin/msgfmt checking for dvdauthor... /usr/bin/dvdauthor checking for mplex... /usr/bin/mplex checking for mkisofs... /usr/bin/mkisofs checking for growisofs... /usr/bin/growisofs configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/rc/Makefile config.status: creating wxVillaLib/Makefile config.status: creating locale/Makefile config.status: creating backgrounds/Makefile config.status: creating buttons/Makefile config.status: creating docs/Makefile config.status: creating objects/Makefile config.status: creating data/Makefile config.status: executing depfiles commands dh_testdir # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' Making all in wxVillaLib make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/wxVillaLib' x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT ExifHandler.o -MD -MP -MF .deps/ExifHandler.Tpo -c -o ExifHandler.o ExifHandler.cpp mv -f .deps/ExifHandler.Tpo .deps/ExifHandler.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT ImageProc.o -MD -MP -MF .deps/ImageProc.Tpo -c -o ImageProc.o ImageProc.cpp mv -f .deps/ImageProc.Tpo .deps/ImageProc.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT imagjpg.o -MD -MP -MF .deps/imagjpg.Tpo -c -o imagjpg.o imagjpg.cpp mv -f .deps/imagjpg.Tpo .deps/imagjpg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT PipeExecute.o -MD -MP -MF .deps/PipeExecute.Tpo -c -o PipeExecute.o PipeExecute.cpp mv -f .deps/PipeExecute.Tpo .deps/PipeExecute.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT PropDlg.o -MD -MP -MF .deps/PropDlg.Tpo -c -o PropDlg.o PropDlg.cpp mv -f .deps/PropDlg.Tpo .deps/PropDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT SConv.o -MD -MP -MF .deps/SConv.Tpo -c -o SConv.o SConv.cpp mv -f .deps/SConv.Tpo .deps/SConv.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT Thumbnails.o -MD -MP -MF .deps/Thumbnails.Tpo -c -o Thumbnails.o Thumbnails.cpp mv -f .deps/Thumbnails.Tpo .deps/Thumbnails.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT ThumbnailFactory.o -MD -MP -MF .deps/ThumbnailFactory.Tpo -c -o ThumbnailFactory.o ThumbnailFactory.cpp mv -f .deps/ThumbnailFactory.Tpo .deps/ThumbnailFactory.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.cpp mv -f .deps/utils.Tpo .deps/utils.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I/usr/include/libexif -DWX_SVG -MT VerticalToolbar.o -MD -MP -MF .deps/VerticalToolbar.Tpo -c -o VerticalToolbar.o VerticalToolbar.cpp mv -f .deps/VerticalToolbar.Tpo .deps/VerticalToolbar.Po rm -f libwxvilla.a ar cru libwxvilla.a ExifHandler.o ImageProc.o imagjpg.o PipeExecute.o PropDlg.o SConv.o Thumbnails.o ThumbnailFactory.o utils.o VerticalToolbar.o ranlib libwxvilla.a make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/wxVillaLib' Making all in src make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' Making all in rc make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src/rc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src/rc' make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT Config.o -MD -MP -MF .deps/Config.Tpo -c -o Config.o Config.cpp mv -f .deps/Config.Tpo .deps/Config.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT Languages.o -MD -MP -MF .deps/Languages.Tpo -c -o Languages.o Languages.cpp mv -f .deps/Languages.Tpo .deps/Languages.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT hyperlink.o -MD -MP -MF .deps/hyperlink.Tpo -c -o hyperlink.o hyperlink.cpp mv -f .deps/hyperlink.Tpo .deps/hyperlink.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT Utils.o -MD -MP -MF .deps/Utils.Tpo -c -o Utils.o Utils.cpp mv -f .deps/Utils.Tpo .deps/Utils.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT DVD.o -MD -MP -MF .deps/DVD.Tpo -c -o DVD.o DVD.cpp mv -f .deps/DVD.Tpo .deps/DVD.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT mediaenc_ffmpeg.o -MD -MP -MF .deps/mediaenc_ffmpeg.Tpo -c -o mediaenc_ffmpeg.o mediaenc_ffmpeg.cpp /usr/include/ffmpeg/avcodec.h:2432: warning: attribute ignored in declaration of ‘struct ImgReSampleContext’ /usr/include/ffmpeg/avcodec.h:2432: warning: attribute for ‘struct ImgReSampleContext’ must follow the ‘struct’ keyword /usr/include/ffmpeg/avcodec.h:2437: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avcodec.h:2444: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avcodec.h:2448: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avcodec.h:2450: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avformat.h:282: warning: ‘AVFrac’ is deprecated (declared at /usr/include/ffmpeg/avformat.h:118) mv -f .deps/mediaenc_ffmpeg.Tpo .deps/mediaenc_ffmpeg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT mediatrc_ffmpeg.o -MD -MP -MF .deps/mediatrc_ffmpeg.Tpo -c -o mediatrc_ffmpeg.o mediatrc_ffmpeg.cpp /usr/include/ffmpeg/avcodec.h:2432: warning: attribute ignored in declaration of ‘struct ImgReSampleContext’ /usr/include/ffmpeg/avcodec.h:2432: warning: attribute for ‘struct ImgReSampleContext’ must follow the ‘struct’ keyword /usr/include/ffmpeg/avcodec.h:2437: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avcodec.h:2444: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avcodec.h:2448: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avcodec.h:2450: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avformat.h:282: warning: ‘AVFrac’ is deprecated (declared at /usr/include/ffmpeg/avformat.h:118) mv -f .deps/mediatrc_ffmpeg.Tpo .deps/mediatrc_ffmpeg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT Palette3D.o -MD -MP -MF .deps/Palette3D.Tpo -c -o Palette3D.o Palette3D.cpp mv -f .deps/Palette3D.Tpo .deps/Palette3D.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT MenuObject.o -MD -MP -MF .deps/MenuObject.Tpo -c -o MenuObject.o MenuObject.cpp mv -f .deps/MenuObject.Tpo .deps/MenuObject.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT MenuPalettes.o -MD -MP -MF .deps/MenuPalettes.Tpo -c -o MenuPalettes.o MenuPalettes.cpp mv -f .deps/MenuPalettes.Tpo .deps/MenuPalettes.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT Menu.o -MD -MP -MF .deps/Menu.Tpo -c -o Menu.o Menu.cpp mv -f .deps/Menu.Tpo .deps/Menu.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT Slideshow.o -MD -MP -MF .deps/Slideshow.Tpo -c -o Slideshow.o Slideshow.cpp mv -f .deps/Slideshow.Tpo .deps/Slideshow.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT MPEG.o -MD -MP -MF .deps/MPEG.Tpo -c -o MPEG.o MPEG.cpp mv -f .deps/MPEG.Tpo .deps/MPEG.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT About.o -MD -MP -MF .deps/About.Tpo -c -o About.o About.cpp mv -f .deps/About.Tpo .deps/About.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT DonateDlg.o -MD -MP -MF .deps/DonateDlg.Tpo -c -o DonateDlg.o DonateDlg.cpp mv -f .deps/DonateDlg.Tpo .deps/DonateDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT SettingsDlg.o -MD -MP -MF .deps/SettingsDlg.Tpo -c -o SettingsDlg.o SettingsDlg.cpp mv -f .deps/SettingsDlg.Tpo .deps/SettingsDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT NewProjectDlg.o -MD -MP -MF .deps/NewProjectDlg.Tpo -c -o NewProjectDlg.o NewProjectDlg.cpp mv -f .deps/NewProjectDlg.Tpo .deps/NewProjectDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT DVDPropDlg.o -MD -MP -MF .deps/DVDPropDlg.Tpo -c -o DVDPropDlg.o DVDPropDlg.cpp mv -f .deps/DVDPropDlg.Tpo .deps/DVDPropDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT AVPropDlg.o -MD -MP -MF .deps/AVPropDlg.Tpo -c -o AVPropDlg.o AVPropDlg.cpp mv -f .deps/AVPropDlg.Tpo .deps/AVPropDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT MenuPropDlg.o -MD -MP -MF .deps/MenuPropDlg.Tpo -c -o MenuPropDlg.o MenuPropDlg.cpp mv -f .deps/MenuPropDlg.Tpo .deps/MenuPropDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT TitlePropDlg.o -MD -MP -MF .deps/TitlePropDlg.Tpo -c -o TitlePropDlg.o TitlePropDlg.cpp mv -f .deps/TitlePropDlg.Tpo .deps/TitlePropDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT MenuObjectPropDlg.o -MD -MP -MF .deps/MenuObjectPropDlg.Tpo -c -o MenuObjectPropDlg.o MenuObjectPropDlg.cpp mv -f .deps/MenuObjectPropDlg.Tpo .deps/MenuObjectPropDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT MenuEditor.o -MD -MP -MF .deps/MenuEditor.Tpo -c -o MenuEditor.o MenuEditor.cpp mv -f .deps/MenuEditor.Tpo .deps/MenuEditor.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT TitlesetManager.o -MD -MP -MF .deps/TitlesetManager.Tpo -c -o TitlesetManager.o TitlesetManager.cpp mv -f .deps/TitlesetManager.Tpo .deps/TitlesetManager.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT BurnDlg.o -MD -MP -MF .deps/BurnDlg.Tpo -c -o BurnDlg.o BurnDlg.cpp mv -f .deps/BurnDlg.Tpo .deps/BurnDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT ProgressDlg.o -MD -MP -MF .deps/ProgressDlg.Tpo -c -o ProgressDlg.o ProgressDlg.cpp /usr/include/ffmpeg/avcodec.h:2432: warning: attribute ignored in declaration of ‘struct ImgReSampleContext’ /usr/include/ffmpeg/avcodec.h:2432: warning: attribute for ‘struct ImgReSampleContext’ must follow the ‘struct’ keyword /usr/include/ffmpeg/avcodec.h:2437: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avcodec.h:2444: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avcodec.h:2448: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avcodec.h:2450: warning: ‘ImgReSampleContext’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2434) /usr/include/ffmpeg/avformat.h:282: warning: ‘AVFrac’ is deprecated (declared at /usr/include/ffmpeg/avformat.h:118) mv -f .deps/ProgressDlg.Tpo .deps/ProgressDlg.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT MainWin.o -MD -MP -MF .deps/MainWin.Tpo -c -o MainWin.o MainWin.cpp mv -f .deps/MainWin.Tpo .deps/MainWin.Po x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FFMPEG_AVUTIL_H=1 -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT dvdstyler.o -MD -MP -MF .deps/dvdstyler.Tpo -c -o dvdstyler.o dvdstyler.cpp mv -f .deps/dvdstyler.Tpo .deps/dvdstyler.Po x86_64-linux-gnu-g++ -g -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/ffmpeg -I/usr/include/swscale -DDATADIR=\"/usr/share/dvdstyler\" -I.. -o dvdstyler Config.o Languages.o hyperlink.o Utils.o DVD.o mediaenc_ffmpeg.o mediatrc_ffmpeg.o Palette3D.o MenuObject.o MenuPalettes.o Menu.o Slideshow.o MPEG.o About.o DonateDlg.o SettingsDlg.o NewProjectDlg.o DVDPropDlg.o AVPropDlg.o MenuPropDlg.o TitlePropDlg.o MenuObjectPropDlg.o MenuEditor.o TitlesetManager.o BurnDlg.o ProgressDlg.o MainWin.o dvdstyler.o ../wxVillaLib/libwxvilla.a -pthread -lwx_gtk2u_core-2.6 -lwx_baseu-2.6 -lwx_gtk2u_html-2.6 -lwxsvg -lexif -lavformat -lavcodec -ltheora -lvorbisenc -lraw1394 -lvorbis -lm -logg -lswscale -lavutil make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' Making all in locale make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/locale' msgfmt -v -o ca/dvdstyler.mo ca.po 220 messaggi tradotti, 109 messaggi non tradotti. msgfmt -v -o cs/dvdstyler.mo cs.po 327 messaggi tradotti. msgfmt -v -o da/dvdstyler.mo da.po 328 messaggi tradotti, 1 messaggio non tradotto. msgfmt -v -o de/dvdstyler.mo de.po 329 messaggi tradotti. msgfmt -v -o el/dvdstyler.mo el.po 329 messaggi tradotti. msgfmt -v -o es/dvdstyler.mo es.po 329 messaggi tradotti. msgfmt -v -o eu/dvdstyler.mo eu.po 196 messaggi tradotti, 133 messaggi non tradotti. msgfmt -v -o fr/dvdstyler.mo fr.po 329 messaggi tradotti. msgfmt -v -o hu/dvdstyler.mo hu.po 200 messaggi tradotti, 129 messaggi non tradotti. msgfmt -v -o it/dvdstyler.mo it.po 329 messaggi tradotti. msgfmt -v -o ja/dvdstyler.mo ja.po 194 messaggi tradotti, 135 messaggi non tradotti. msgfmt -v -o nl/dvdstyler.mo nl.po 278 messaggi tradotti, 51 messaggi non tradotti. msgfmt -v -o pl/dvdstyler.mo pl.po 329 messaggi tradotti. msgfmt -v -o pt/dvdstyler.mo pt.po 242 messaggi tradotti, 87 messaggi non tradotti. msgfmt -v -o pt_BR/dvdstyler.mo pt_BR.po 243 messaggi tradotti, 86 messaggi non tradotti. msgfmt -v -o ru/dvdstyler.mo ru.po 329 messaggi tradotti. msgfmt -v -o sk/dvdstyler.mo sk.po 206 messaggi tradotti, 54 messaggi non tradotti. msgfmt -v -o sr/dvdstyler.mo sr.po 329 messaggi tradotti. msgfmt -v -o sv/dvdstyler.mo sv.po 244 messaggi tradotti, 85 messaggi non tradotti. make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/locale' Making all in backgrounds make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/backgrounds' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/backgrounds' Making all in buttons make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/buttons' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/buttons' Making all in objects make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/objects' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/objects' Making all in data make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/data' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/data' Making all in docs make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/docs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/docs' make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' make[1]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' #docbook-to-man debian/dvdstyler.sgml > dvdstyler.1 touch build-stamp debian/rules binary dh_testdir dh_testroot dh_clean -k rm -f debian/dvdstyler.substvars rm -f debian/dvdstyler.*.debhelper rm -rf debian/dvdstyler find . \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o -name core -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) dh_installdirs install -d debian/dvdstyler install -d debian/dvdstyler/usr/bin debian/dvdstyler/usr/share/applications debian/dvdstyler/usr/share/dvdstyler debian/dvdstyler/usr/share/doc/dvdstyler debian/dvdstyler/usr/share/locale debian/dvdstyler/usr/share/menu debian/dvdstyler/usr/share/pixmaps # Add here commands to install the package into debian/dvdstyler. /usr/bin/make install DESTDIR=/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler make[1]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' Making install in wxVillaLib make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/wxVillaLib' make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/wxVillaLib' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/wxVillaLib' make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/wxVillaLib' Making install in src make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' Making install in rc make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src/rc' make[4]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src/rc' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/dvdstyler/rc" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc" /usr/bin/install -c -m 644 'dvdstyler.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/dvdstyler.png' /usr/bin/install -c -m 644 'files.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/files.png' /usr/bin/install -c -m 644 'folder1.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/folder1.png' /usr/bin/install -c -m 644 'folder2.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/folder2.png' /usr/bin/install -c -m 644 'logo.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/logo.png' /usr/bin/install -c -m 644 'minus.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/minus.png' /usr/bin/install -c -m 644 'new.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/new.png' /usr/bin/install -c -m 644 'noaudio.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/noaudio.png' /usr/bin/install -c -m 644 'open.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/open.png' /usr/bin/install -c -m 644 'plus.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/plus.png' /usr/bin/install -c -m 644 'run.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/run.png' /usr/bin/install -c -m 644 'save.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/save.png' /usr/bin/install -c -m 644 'move.cur' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/move.cur' /usr/bin/install -c -m 644 'nesw.cur' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/nesw.cur' /usr/bin/install -c -m 644 'nwse.cur' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/rc/nwse.cur' make[4]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src/rc' make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src/rc' make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' make[4]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' test -z "/usr/bin" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/bin" /usr/bin/install -c 'dvdstyler' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/bin/dvdstyler' make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/src' Making install in locale make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/locale' linguas='ca cs da de el es eu fr hu it ja nl pl pt pt_BR ru sk sr sv'; for lang in $linguas ; do \ /usr/bin/install -c -d /home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/locale/$lang/LC_MESSAGES ; \ /usr/bin/install -c -m 644 $lang/dvdstyler.mo \ /home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/locale/$lang/LC_MESSAGES/dvdstyler.mo ; \ done make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/locale' Making install in backgrounds make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/backgrounds' make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/backgrounds' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/dvdstyler/backgrounds" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds" /usr/bin/install -c -m 644 '01_autobahn.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/01_autobahn.jpg' /usr/bin/install -c -m 644 '02_bi_domrep.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/02_bi_domrep.jpg' /usr/bin/install -c -m 644 '03_creta.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/03_creta.jpg' /usr/bin/install -c -m 644 '04_kiel_kanal.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/04_kiel_kanal.jpg' /usr/bin/install -c -m 644 '10_turbulence_blue.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/10_turbulence_blue.jpg' /usr/bin/install -c -m 644 '11_turbulence_green.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/11_turbulence_green.jpg' /usr/bin/install -c -m 644 '15_bordes_blue.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/15_bordes_blue.jpg' /usr/bin/install -c -m 644 '16_bordes_green.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/16_bordes_green.jpg' /usr/bin/install -c -m 644 '20_blue.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/20_blue.jpg' /usr/bin/install -c -m 644 '21_steel.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/21_steel.jpg' /usr/bin/install -c -m 644 '22_gold.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/22_gold.jpg' /usr/bin/install -c -m 644 '23_lava.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/23_lava.jpg' /usr/bin/install -c -m 644 '30_brushed_aluminiun.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/30_brushed_aluminiun.jpg' /usr/bin/install -c -m 644 '31_texture_border.jpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/backgrounds/31_texture_border.jpg' make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/backgrounds' make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/backgrounds' Making install in buttons make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/buttons' make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/buttons' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/dvdstyler/buttons/deprecated" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated" /usr/bin/install -c -m 644 'deprecated/arrow2-down.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/arrow2-down.xml' /usr/bin/install -c -m 644 'deprecated/arrow2-left.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/arrow2-left.xml' /usr/bin/install -c -m 644 'deprecated/arrow2-right.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/arrow2-right.xml' /usr/bin/install -c -m 644 'deprecated/arrow2-up.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/arrow2-up.xml' /usr/bin/install -c -m 644 'deprecated/arrow-down.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/arrow-down.xml' /usr/bin/install -c -m 644 'deprecated/arrow-left.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/arrow-left.xml' /usr/bin/install -c -m 644 'deprecated/arrow-next.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/arrow-next.xml' /usr/bin/install -c -m 644 'deprecated/arrow-right.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/arrow-right.xml' /usr/bin/install -c -m 644 'deprecated/arrow-up.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/arrow-up.xml' /usr/bin/install -c -m 644 'deprecated/text-shadow.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/text-shadow.xml' /usr/bin/install -c -m 644 'deprecated/text.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/deprecated/text.xml' test -z "/usr/share/dvdstyler/buttons" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons" /usr/bin/install -c -m 644 'arrow2.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/arrow2.xml' /usr/bin/install -c -m 644 'arrow3.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/arrow3.xml' /usr/bin/install -c -m 644 'arrow-star.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/arrow-star.xml' /usr/bin/install -c -m 644 'arrow.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/arrow.xml' /usr/bin/install -c -m 644 'cancel.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/cancel.xml' /usr/bin/install -c -m 644 'ellipse.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/ellipse.xml' /usr/bin/install -c -m 644 'frame.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/frame.xml' /usr/bin/install -c -m 644 'ok.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/ok.xml' /usr/bin/install -c -m 644 'pill.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/pill.xml' /usr/bin/install -c -m 644 'text-shadow.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/text-shadow.xml' /usr/bin/install -c -m 644 'text-v2.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/text-v2.xml' /usr/bin/install -c -m 644 'buttons.lst' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/buttons/buttons.lst' make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/buttons' make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/buttons' Making install in objects make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/objects' make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/objects' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/dvdstyler/objects" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/objects" /usr/bin/install -c -m 644 'ellipse.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/objects/ellipse.xml' /usr/bin/install -c -m 644 'frame.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/objects/frame.xml' /usr/bin/install -c -m 644 'image.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/objects/image.xml' /usr/bin/install -c -m 644 'rectangle.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/objects/rectangle.xml' /usr/bin/install -c -m 644 'text-shadow.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/objects/text-shadow.xml' /usr/bin/install -c -m 644 'text.xml' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/objects/text.xml' make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/objects' make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/objects' Making install in data make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/data' make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/data' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/dvdstyler/data" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/data" /usr/bin/install -c -m 644 'silence.mp2' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/data/silence.mp2' /usr/bin/install -c -m 644 'silence.ac3' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/data/silence.ac3' /usr/bin/install -c -m 644 'empty_pal_mp2.mpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/data/empty_pal_mp2.mpg' /usr/bin/install -c -m 644 'empty_pal_ac3.mpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/data/empty_pal_ac3.mpg' /usr/bin/install -c -m 644 'empty_ntsc_mp2.mpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/data/empty_ntsc_mp2.mpg' /usr/bin/install -c -m 644 'empty_ntsc_ac3.mpg' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/dvdstyler/data/empty_ntsc_ac3.mpg' test -z "/usr/share/applications" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/applications" /usr/bin/install -c -m 644 'dvdstyler.desktop' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/applications/dvdstyler.desktop' test -z "/usr/share/pixmaps" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/pixmaps" /usr/bin/install -c -m 644 'dvdstyler.png' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/pixmaps/dvdstyler.png' make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/data' make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/data' Making install in docs make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/docs' make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/docs' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/man/man1" /usr/bin/install -c -m 644 'dvdstyler.1' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/man/man1/dvdstyler.1' make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/docs' make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/docs' make[2]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' make[3]: Entering directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/doc/dvdstyler" || /bin/mkdir -p "/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/doc/dvdstyler" /usr/bin/install -c -m 644 'AUTHORS' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/doc/dvdstyler/AUTHORS' /usr/bin/install -c -m 644 'COPYING' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/doc/dvdstyler/COPYING' /usr/bin/install -c -m 644 'INSTALL' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/doc/dvdstyler/INSTALL' /usr/bin/install -c -m 644 'README' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/doc/dvdstyler/README' /usr/bin/install -c -m 644 'ChangeLog' '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0/debian/dvdstyler/usr/share/doc/dvdstyler/ChangeLog' make[3]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' make[2]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' make[1]: Leaving directory `/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' dh_installdebconf install -o 0 -g 0 -d debian/dvdstyler/DEBIAN dh_installmenu install -p -m644 debian/menu debian/dvdstyler/usr/share/menu/dvdstyler echo "# Automatically added by dh_installmenu">> debian/dvdstyler.postinst.debhelper sed "" /usr/share/debhelper/autoscripts/postinst-menu >> debian/dvdstyler.postinst.debhelper echo '# End automatically added section' >> debian/dvdstyler.postinst.debhelper echo "# Automatically added by dh_installmenu">> debian/dvdstyler.postrm.debhelper sed "" /usr/share/debhelper/autoscripts/postrm-menu >> debian/dvdstyler.postrm.debhelper echo '# End automatically added section' >> debian/dvdstyler.postrm.debhelper dh_installinfo dh_installchangelogs ChangeLog install -o 0 -g 0 -p -m644 debian/changelog debian/dvdstyler/usr/share/doc/dvdstyler/changelog.Debian install -o 0 -g 0 -p -m644 ChangeLog debian/dvdstyler/usr/share/doc/dvdstyler/changelog dh_link dh_strip strip --remove-section=.comment --remove-section=.note debian/dvdstyler/usr/bin/dvdstyler dh_compress cd debian/dvdstyler chmod a-x usr/share/man/man1/dvdstyler.1 usr/share/doc/dvdstyler/COPYING usr/share/doc/dvdstyler/ChangeLog usr/share/doc/dvdstyler/changelog.Debian usr/share/doc/dvdstyler/changelog gzip -9f usr/share/man/man1/dvdstyler.1 usr/share/doc/dvdstyler/COPYING usr/share/doc/dvdstyler/ChangeLog usr/share/doc/dvdstyler/changelog.Debian usr/share/doc/dvdstyler/changelog cd '/home/user/Scrivania/ia32-dev/build-gutsy/DVDStyler-1.7.0' dh_fixperms find debian/dvdstyler -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/dvdstyler ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/dvdstyler/usr/share/doc -type f ! -regex 'debian/dvdstyler/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/dvdstyler/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/dvdstyler/usr/share/man debian/dvdstyler/usr/man/ debian/dvdstyler/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/dvdstyler -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/dvdstyler/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/dvdstyler/usr/lib/perl5 debian/dvdstyler/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/dvdstyler/usr/bin -type f -print0 2>/dev/null | xargs -0r chmod a+x dh_installdeb printf '#!/bin/sh set -e ' > debian/dvdstyler/DEBIAN/postinst cat debian/dvdstyler.postinst.debhelper >> debian/dvdstyler/DEBIAN/postinst chown 0:0 debian/dvdstyler/DEBIAN/postinst chmod 755 debian/dvdstyler/DEBIAN/postinst printf '#!/bin/sh set -e ' > debian/dvdstyler/DEBIAN/postrm cat debian/dvdstyler.postrm.debhelper >> debian/dvdstyler/DEBIAN/postrm chown 0:0 debian/dvdstyler/DEBIAN/postrm chmod 755 debian/dvdstyler/DEBIAN/postrm dh_perl dh_gencontrol dpkg-gencontrol -ldebian/changelog -isp -Tdebian/dvdstyler.substvars -Pdebian/dvdstyler dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends} dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} chmod 644 debian/dvdstyler/DEBIAN/control chown 0:0 debian/dvdstyler/DEBIAN/control dh_md5sums (cd debian/dvdstyler >/dev/null ; find . -type f ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 644 debian/dvdstyler/DEBIAN/md5sums chown 0:0 debian/dvdstyler/DEBIAN/md5sums dh_builddeb dpkg-deb --build debian/dvdstyler .. dpkg-deb: costruisco il pacchetto `dvdstyler' in `../dvdstyler_1.7.0-0akirad1_amd64.deb'. dpkg-genchanges -b dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage (debuild emulation): binary only upload (no source included)