--- vice-2.2.dfsg.orig/config.status.lineno +++ vice-2.2.dfsg/config.status.lineno @@ -0,0 +1,1490 @@ +#! /bin/bash +# Generated by configure. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=${CONFIG_SHELL-/bin/bash} +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + + as_lineno_1=157 + as_lineno_2=158 + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with 162 + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using 164; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing 166, and appends + # trailing '-' during substitution so that 167 is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 + +# Save the log message, to keep $[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by $as_me, which was +generated by GNU Autoconf 2.61. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +# Files that config.status was made for. +config_files=" Makefile build/Makefile data/Makefile data/C128/Makefile data/C64/Makefile data/C64DTV/Makefile data/CBM-II/Makefile data/DRIVES/Makefile data/PET/Makefile data/PLUS4/Makefile data/PRINTER/Makefile data/VIC20/Makefile data/fonts/Makefile doc/Makefile doc/html/Makefile man/Makefile src/Makefile src/arch/Makefile src/arch/amigaos/Makefile src/arch/beos/Makefile src/arch/msdos/Makefile src/arch/os2/Makefile src/arch/os2/dialogs/Makefile src/arch/os2/kbd/Makefile src/arch/os2/snippets/Makefile src/arch/os2/vac++/Makefile src/arch/riscos/Makefile src/arch/sdl/Makefile src/arch/sdl/win32-msvc/Makefile src/arch/sdl/win32-watcom/Makefile src/arch/sdl/win64-msvc/Makefile src/arch/sdl/dingoo-files/Makefile src/arch/sdl/syllable-files/Makefile src/arch/sdl/xbox/Makefile src/arch/unix/Makefile src/arch/unix/gp2x/Makefile src/arch/unix/gui/Makefile src/arch/unix/readline/Makefile src/arch/unix/x11/Makefile src/arch/unix/x11/gnome/Makefile src/arch/unix/x11/xaw/Makefile src/arch/unix/x11/xaw/widgets/Makefile src/arch/unix/macosx/Makefile src/arch/unix/macosx/cocoa/Makefile src/arch/unix/macosx/cocoa/view/Makefile src/arch/unix/macosx/cocoa/menu/Makefile src/arch/unix/macosx/cocoa/dialog/Makefile src/arch/unix/macosx/Resources/Makefile src/arch/unix/macosx/Resources/English.lproj/Makefile src/arch/win32/Makefile src/arch/win32/vice-version.bat src/arch/win32/utils/Makefile src/arch/win64/Makefile src/c128/Makefile src/c64/Makefile src/c64/cart/Makefile src/c64dtv/Makefile src/cbm2/Makefile src/core/Makefile src/crtc/Makefile src/diskimage/Makefile src/drive/Makefile src/drive/iec/Makefile src/drive/iec/c64exp/Makefile src/drive/iec/plus4exp/Makefile src/drive/iec128dcr/Makefile src/drive/iecieee/Makefile src/drive/ieee/Makefile src/drive/tcbm/Makefile src/fileio/Makefile src/fsdevice/Makefile src/gfxoutputdrv/Makefile src/iecbus/Makefile src/imagecontents/Makefile src/lib/Makefile src/lib/lpng/Makefile src/lib/zlib/Makefile src/monitor/Makefile src/parallel/Makefile src/pet/Makefile src/plus4/Makefile src/printerdrv/Makefile src/raster/Makefile src/rs232drv/Makefile src/serial/Makefile src/sid/Makefile src/sounddrv/Makefile src/tape/Makefile src/vdc/Makefile src/vdrive/Makefile src/vic20/Makefile src/vic20/cart/Makefile src/vicii/Makefile src/video/Makefile src/version.h po/Makefile.in" +config_headers=" src/config.h" +config_commands=" depfiles default-1" + +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +ac_cs_version="\ +config.status +configured by ./configure, generated by GNU Autoconf 2.61, + with options \"'--prefix=/usr' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--enable-gnomeui' '--enable-ethernet' '--enable-fullscreen' '--enable-parsid' '--with-midas' '--without-xaw3d' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=-g -O2'\" + +Copyright (C) 2006 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='/root/compile/vice-2.2.dfsg' +srcdir='.' +INSTALL='/usr/bin/install -c' +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +if $ac_cs_recheck; then + echo "running CONFIG_SHELL=/bin/bash /bin/bash ./configure " '--prefix=/usr' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--enable-gnomeui' '--enable-ethernet' '--enable-fullscreen' '--enable-parsid' '--with-midas' '--without-xaw3d' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=-g -O2' $ac_configure_extra_args " --no-create --no-recursion" >&6 + CONFIG_SHELL=/bin/bash + export CONFIG_SHELL + exec /bin/bash "./configure" '--prefix=/usr' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--enable-gnomeui' '--enable-ethernet' '--enable-fullscreen' '--enable-parsid' '--with-midas' '--without-xaw3d' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=-g -O2' $ac_configure_extra_args --no-create --no-recursion +fi + +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + echo "$ac_log" +} >&5 + +# +# INIT-COMMANDS +# +AMDEP_TRUE="" ac_aux_dir="." + + + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "build/Makefile") CONFIG_FILES="$CONFIG_FILES build/Makefile" ;; + "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; + "data/C128/Makefile") CONFIG_FILES="$CONFIG_FILES data/C128/Makefile" ;; + "data/C64/Makefile") CONFIG_FILES="$CONFIG_FILES data/C64/Makefile" ;; + "data/C64DTV/Makefile") CONFIG_FILES="$CONFIG_FILES data/C64DTV/Makefile" ;; + "data/CBM-II/Makefile") CONFIG_FILES="$CONFIG_FILES data/CBM-II/Makefile" ;; + "data/DRIVES/Makefile") CONFIG_FILES="$CONFIG_FILES data/DRIVES/Makefile" ;; + "data/PET/Makefile") CONFIG_FILES="$CONFIG_FILES data/PET/Makefile" ;; + "data/PLUS4/Makefile") CONFIG_FILES="$CONFIG_FILES data/PLUS4/Makefile" ;; + "data/PRINTER/Makefile") CONFIG_FILES="$CONFIG_FILES data/PRINTER/Makefile" ;; + "data/VIC20/Makefile") CONFIG_FILES="$CONFIG_FILES data/VIC20/Makefile" ;; + "data/fonts/Makefile") CONFIG_FILES="$CONFIG_FILES data/fonts/Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + "doc/html/Makefile") CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;; + "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/arch/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/Makefile" ;; + "src/arch/amigaos/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/amigaos/Makefile" ;; + "src/arch/beos/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/beos/Makefile" ;; + "src/arch/msdos/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/msdos/Makefile" ;; + "src/arch/os2/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/os2/Makefile" ;; + "src/arch/os2/dialogs/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/os2/dialogs/Makefile" ;; + "src/arch/os2/kbd/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/os2/kbd/Makefile" ;; + "src/arch/os2/snippets/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/os2/snippets/Makefile" ;; + "src/arch/os2/vac++/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/os2/vac++/Makefile" ;; + "src/arch/riscos/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/riscos/Makefile" ;; + "src/arch/sdl/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/sdl/Makefile" ;; + "src/arch/sdl/win32-msvc/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/sdl/win32-msvc/Makefile" ;; + "src/arch/sdl/win32-watcom/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/sdl/win32-watcom/Makefile" ;; + "src/arch/sdl/win64-msvc/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/sdl/win64-msvc/Makefile" ;; + "src/arch/sdl/dingoo-files/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/sdl/dingoo-files/Makefile" ;; + "src/arch/sdl/syllable-files/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/sdl/syllable-files/Makefile" ;; + "src/arch/sdl/xbox/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/sdl/xbox/Makefile" ;; + "src/arch/unix/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/Makefile" ;; + "src/arch/unix/gp2x/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/gp2x/Makefile" ;; + "src/arch/unix/gui/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/gui/Makefile" ;; + "src/arch/unix/readline/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/readline/Makefile" ;; + "src/arch/unix/x11/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/x11/Makefile" ;; + "src/arch/unix/x11/gnome/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/x11/gnome/Makefile" ;; + "src/arch/unix/x11/xaw/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/x11/xaw/Makefile" ;; + "src/arch/unix/x11/xaw/widgets/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/x11/xaw/widgets/Makefile" ;; + "src/arch/unix/macosx/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/macosx/Makefile" ;; + "src/arch/unix/macosx/cocoa/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/macosx/cocoa/Makefile" ;; + "src/arch/unix/macosx/cocoa/view/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/macosx/cocoa/view/Makefile" ;; + "src/arch/unix/macosx/cocoa/menu/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/macosx/cocoa/menu/Makefile" ;; + "src/arch/unix/macosx/cocoa/dialog/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/macosx/cocoa/dialog/Makefile" ;; + "src/arch/unix/macosx/Resources/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/macosx/Resources/Makefile" ;; + "src/arch/unix/macosx/Resources/English.lproj/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/unix/macosx/Resources/English.lproj/Makefile" ;; + "src/arch/win32/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/win32/Makefile" ;; + "src/arch/win32/vice-version.bat") CONFIG_FILES="$CONFIG_FILES src/arch/win32/vice-version.bat" ;; + "src/arch/win32/utils/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/win32/utils/Makefile" ;; + "src/arch/win64/Makefile") CONFIG_FILES="$CONFIG_FILES src/arch/win64/Makefile" ;; + "src/c128/Makefile") CONFIG_FILES="$CONFIG_FILES src/c128/Makefile" ;; + "src/c64/Makefile") CONFIG_FILES="$CONFIG_FILES src/c64/Makefile" ;; + "src/c64/cart/Makefile") CONFIG_FILES="$CONFIG_FILES src/c64/cart/Makefile" ;; + "src/c64dtv/Makefile") CONFIG_FILES="$CONFIG_FILES src/c64dtv/Makefile" ;; + "src/cbm2/Makefile") CONFIG_FILES="$CONFIG_FILES src/cbm2/Makefile" ;; + "src/core/Makefile") CONFIG_FILES="$CONFIG_FILES src/core/Makefile" ;; + "src/crtc/Makefile") CONFIG_FILES="$CONFIG_FILES src/crtc/Makefile" ;; + "src/diskimage/Makefile") CONFIG_FILES="$CONFIG_FILES src/diskimage/Makefile" ;; + "src/drive/Makefile") CONFIG_FILES="$CONFIG_FILES src/drive/Makefile" ;; + "src/drive/iec/Makefile") CONFIG_FILES="$CONFIG_FILES src/drive/iec/Makefile" ;; + "src/drive/iec/c64exp/Makefile") CONFIG_FILES="$CONFIG_FILES src/drive/iec/c64exp/Makefile" ;; + "src/drive/iec/plus4exp/Makefile") CONFIG_FILES="$CONFIG_FILES src/drive/iec/plus4exp/Makefile" ;; + "src/drive/iec128dcr/Makefile") CONFIG_FILES="$CONFIG_FILES src/drive/iec128dcr/Makefile" ;; + "src/drive/iecieee/Makefile") CONFIG_FILES="$CONFIG_FILES src/drive/iecieee/Makefile" ;; + "src/drive/ieee/Makefile") CONFIG_FILES="$CONFIG_FILES src/drive/ieee/Makefile" ;; + "src/drive/tcbm/Makefile") CONFIG_FILES="$CONFIG_FILES src/drive/tcbm/Makefile" ;; + "src/fileio/Makefile") CONFIG_FILES="$CONFIG_FILES src/fileio/Makefile" ;; + "src/fsdevice/Makefile") CONFIG_FILES="$CONFIG_FILES src/fsdevice/Makefile" ;; + "src/gfxoutputdrv/Makefile") CONFIG_FILES="$CONFIG_FILES src/gfxoutputdrv/Makefile" ;; + "src/iecbus/Makefile") CONFIG_FILES="$CONFIG_FILES src/iecbus/Makefile" ;; + "src/imagecontents/Makefile") CONFIG_FILES="$CONFIG_FILES src/imagecontents/Makefile" ;; + "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;; + "src/lib/lpng/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/lpng/Makefile" ;; + "src/lib/zlib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/zlib/Makefile" ;; + "src/monitor/Makefile") CONFIG_FILES="$CONFIG_FILES src/monitor/Makefile" ;; + "src/parallel/Makefile") CONFIG_FILES="$CONFIG_FILES src/parallel/Makefile" ;; + "src/pet/Makefile") CONFIG_FILES="$CONFIG_FILES src/pet/Makefile" ;; + "src/plus4/Makefile") CONFIG_FILES="$CONFIG_FILES src/plus4/Makefile" ;; + "src/printerdrv/Makefile") CONFIG_FILES="$CONFIG_FILES src/printerdrv/Makefile" ;; + "src/raster/Makefile") CONFIG_FILES="$CONFIG_FILES src/raster/Makefile" ;; + "src/rs232drv/Makefile") CONFIG_FILES="$CONFIG_FILES src/rs232drv/Makefile" ;; + "src/serial/Makefile") CONFIG_FILES="$CONFIG_FILES src/serial/Makefile" ;; + "src/sid/Makefile") CONFIG_FILES="$CONFIG_FILES src/sid/Makefile" ;; + "src/sounddrv/Makefile") CONFIG_FILES="$CONFIG_FILES src/sounddrv/Makefile" ;; + "src/tape/Makefile") CONFIG_FILES="$CONFIG_FILES src/tape/Makefile" ;; + "src/vdc/Makefile") CONFIG_FILES="$CONFIG_FILES src/vdc/Makefile" ;; + "src/vdrive/Makefile") CONFIG_FILES="$CONFIG_FILES src/vdrive/Makefile" ;; + "src/vic20/Makefile") CONFIG_FILES="$CONFIG_FILES src/vic20/Makefile" ;; + "src/vic20/cart/Makefile") CONFIG_FILES="$CONFIG_FILES src/vic20/cart/Makefile" ;; + "src/vicii/Makefile") CONFIG_FILES="$CONFIG_FILES src/vicii/Makefile" ;; + "src/video/Makefile") CONFIG_FILES="$CONFIG_FILES src/video/Makefile" ;; + "src/version.h") CONFIG_FILES="$CONFIG_FILES src/version.h" ;; + "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; + + *) { { echo "$as_me:538: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +# +# Set up the sed scripts for CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h +if test -n "$CONFIG_FILES"; then + +cat >"$tmp/subs-1.sed" <<\CEOF +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s,@SHELL@,|#_!!_#|/bin/bash,g +s,@PATH_SEPARATOR@,|#_!!_#|:,g +s,@PACKAGE_NAME@,|#_!!_#|,g +s,@PACKAGE_TARNAME@,|#_!!_#|,g +s,@PACKAGE_VERSION@,|#_!!_#|,g +s,@PACKAGE_STRING@,|#_!!_#|,g +s,@PACKAGE_BUGREPORT@,|#_!!_#|,g +s,@exec_prefix@,|#_!!_#|${prefix},g +s,@prefix@,|#_!!_#|/usr,g +s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g +s,@bindir@,|#_!!_#|${exec_prefix}/bin,g +s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g +s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g +s,@datarootdir@,|#_!!_#|${prefix}/share,g +s,@datadir@,|#_!!_#|${datarootdir},g +s,@sysconfdir@,|#_!!_#|${prefix}/etc,g +s,@sharedstatedir@,|#_!!_#|${prefix}/com,g +s,@localstatedir@,|#_!!_#|${prefix}/var,g +s,@includedir@,|#_!!_#|${prefix}/include,g +s,@oldincludedir@,|#_!!_#|/usr/include,g +s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE},g +s,@infodir@,|#_!!_#|/usr/share/info,g +s,@htmldir@,|#_!!_#|${docdir},g +s,@dvidir@,|#_!!_#|${docdir},g +s,@pdfdir@,|#_!!_#|${docdir},g +s,@psdir@,|#_!!_#|${docdir},g +s,@libdir@,|#_!!_#|${exec_prefix}/lib,g +s,@localedir@,|#_!!_#|${datarootdir}/locale,g +s,@mandir@,|#_!!_#|/usr/share/man,g +s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g +s,@ECHO_C@,|#_!!_#|,g +s,@ECHO_N@,|#_!!_#|-n,g +s,@ECHO_T@,|#_!!_#|,g +s,@LIBS@,|#_!!_#|-lieee1284 -lm ,g +s,@build_alias@,|#_!!_#|,g +s,@host_alias@,|#_!!_#|,g +s,@target_alias@,|#_!!_#|,g +s,@VICE_VERSION_MAJOR@,|#_!!_#|2,g +s,@VICE_VERSION_MINOR@,|#_!!_#|2,g +s,@VICE_VERSION_BUILD@,|#_!!_#|0,g +s,@VICE_VERSION@,|#_!!_#|2.2,g +s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g +s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g +s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g +s,@CYGPATH_W@,|#_!!_#|echo,g +s,@PACKAGE@,|#_!!_#|vice,g +s,@VERSION@,|#_!!_#|2.2,g +s,@ACLOCAL@,|#_!!_#|${SHELL} /root/compile/vice-2.2.dfsg/missing --run aclocal-1.9,g +s,@AUTOCONF@,|#_!!_#|${SHELL} /root/compile/vice-2.2.dfsg/missing --run autoconf,g +s,@AUTOMAKE@,|#_!!_#|${SHELL} /root/compile/vice-2.2.dfsg/missing --run automake-1.9,g +s,@AUTOHEADER@,|#_!!_#|${SHELL} /root/compile/vice-2.2.dfsg/missing --run autoheader,g +s,@MAKEINFO@,|#_!!_#|${SHELL} /root/compile/vice-2.2.dfsg/missing --run makeinfo,g +s,@install_sh@,|#_!!_#|/root/compile/vice-2.2.dfsg/install-sh,g +s,@STRIP@,|#_!!_#|strip,g +s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g +s,@mkdir_p@,|#_!!_#|mkdir -p --,g +s,@AWK@,|#_!!_#|mawk,g +s,@SET_MAKE@,|#_!!_#|,g +s,@am__leading_dot@,|#_!!_#|.,g +s,@AMTAR@,|#_!!_#|${SHELL} /root/compile/vice-2.2.dfsg/missing --run tar,g +s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g +s,@am__untar@,|#_!!_#|${AMTAR} xf -,g +s,@VERSION_RC@,|#_!!_#|2\,2\,0\,0,g +s,@build@,|#_!!_#|x86_64-unknown-linux,g +s,@build_cpu@,|#_!!_#|x86_64,g +s,@build_vendor@,|#_!!_#|unknown,g +s,@build_os@,|#_!!_#|linux,g +s,@host@,|#_!!_#|x86_64-unknown-linux,g +s,@host_cpu@,|#_!!_#|x86_64,g +s,@host_vendor@,|#_!!_#|unknown,g +s,@host_os@,|#_!!_#|linux,g +s,@EMBEDDED_TRUE@,|#_!!_#|#,g +s,@EMBEDDED_FALSE@,|#_!!_#|,g +s,@GNOMEUI_TRUE@,|#_!!_#|,g +s,@GNOMEUI_FALSE@,|#_!!_#|#,g +s,@MACOSX_COCOA_TRUE@,|#_!!_#|#,g +s,@MACOSX_COCOA_FALSE@,|#_!!_#|,g +s,@CC@,|#_!!_#|gcc,g +s,@CFLAGS@,|#_!!_#|-g -O2 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H,g +s,@LDFLAGS@,|#_!!_#|,g +s,@CPPFLAGS@,|#_!!_#|,g +s,@ac_ct_CC@,|#_!!_#|gcc,g +s,@EXEEXT@,|#_!!_#|,g +s,@OBJEXT@,|#_!!_#|o,g +s,@DEPDIR@,|#_!!_#|.deps,g +s,@am__include@,|#_!!_#|include,g +s,@am__quote@,|#_!!_#|,g +s,@AMDEP_TRUE@,|#_!!_#|,g +s,@AMDEP_FALSE@,|#_!!_#|#,g +s,@AMDEPBACKSLASH@,|#_!!_#|\\,g +s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g +s,@am__fastdepCC_TRUE@,|#_!!_#|,g +s,@am__fastdepCC_FALSE@,|#_!!_#|#,g +s,@OBJC@,|#_!!_#|gcc,g +s,@OBJCFLAGS@,|#_!!_#|,g +s,@OBJCDEPMODE@,|#_!!_#|depmode=gcc3,g +s,@am__fastdepOBJC_TRUE@,|#_!!_#|,g +CEOF +cat >"$tmp/subs-2.sed" <<\CEOF +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s,@am__fastdepOBJC_FALSE@,|#_!!_#|#,g +s,@MINIX_SUPPORT_TRUE@,|#_!!_#|#,g +s,@MINIX_SUPPORT_FALSE@,|#_!!_#|,g +s,@HAVE_RAWDRIVE_TRUE@,|#_!!_#|,g +s,@HAVE_RAWDRIVE_FALSE@,|#_!!_#|#,g +s,@CPP@,|#_!!_#|gcc -E,g +s,@GREP@,|#_!!_#|,g +s,@EGREP@,|#_!!_#|,g +s,@USE_MIDAS_SOUND_TRUE@,|#_!!_#|,g +s,@USE_MIDAS_SOUND_FALSE@,|#_!!_#|#,g +s,@AR@,|#_!!_#|ar,g +s,@RANLIB@,|#_!!_#|ranlib,g +s,@LN_S@,|#_!!_#|ln -s,g +s,@YACC@,|#_!!_#|bison -y,g +s,@YFLAGS@,|#_!!_#|,g +s,@LEX@,|#_!!_#|flex,g +s,@LEX_OUTPUT_ROOT@,|#_!!_#|lex.yy,g +s,@LEXLIB@,|#_!!_#|-lfl,g +s,@GMOFILES@,|#_!!_#| de.gmo fr.gmo it.gmo sv.gmo pl.gmo nl.gmo hu.gmo tr.gmo da.gmo,g +s,@POFILES@,|#_!!_#| de.po fr.po it.po sv.po pl.po nl.po hu.po tr.po da.po,g +s,@MSGFMT@,|#_!!_#|/usr/bin/msgfmt,g +s,@GMSGFMT@,|#_!!_#|/usr/bin/msgfmt,g +s,@XGETTEXT@,|#_!!_#|/usr/bin/xgettext,g +s,@USE_INCLUDED_LIBINTL@,|#_!!_#|,g +s,@CATALOGS@,|#_!!_#|,g +s,@DATADIRNAME@,|#_!!_#|share,g +s,@INSTOBJEXT@,|#_!!_#|.mo,g +s,@INTLDEPS@,|#_!!_#|,g +s,@INTLLIBS@,|#_!!_#|,g +s,@INTLOBJS@,|#_!!_#|,g +s,@POSUB@,|#_!!_#|po,g +s,@GENCAT@,|#_!!_#|,g +s,@MKINSTALLDIRS@,|#_!!_#|./mkinstalldirs,g +s,@CATOBJEXT@,|#_!!_#|.gmo,g +s,@USE_NLS@,|#_!!_#|yes,g +s,@NLS_LOCALEDIR@,|#_!!_#|,g +s,@PERL@,|#_!!_#|/usr/bin/perl,g +s,@PO_SUBDIR_USED_TRUE@,|#_!!_#|,g +s,@PO_SUBDIR_USED_FALSE@,|#_!!_#|#,g +s,@INLINE_UNIT_GROWTH@,|#_!!_#|--param inline-unit-growth=60,g +s,@MAX_INLINE_INSN_SINGLE@,|#_!!_#|--param max-inline-insns-single=600,g +s,@artsc_config@,|#_!!_#|,g +s,@cxx@,|#_!!_#|c++,g +s,@CXX@,|#_!!_#|g++,g +s,@CXXFLAGS@,|#_!!_#|-g -O2,g +s,@ac_ct_CXX@,|#_!!_#|g++,g +s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g +s,@am__fastdepCXX_TRUE@,|#_!!_#|,g +s,@am__fastdepCXX_FALSE@,|#_!!_#|#,g +s,@CXXCPP@,|#_!!_#|g++ -E,g +s,@subdirs@,|#_!!_#| src/resid src/resid-fp src/resid-dtv,g +s,@LINKCC@,|#_!!_#|$(CXX),g +s,@HAVE_RESID_TRUE@,|#_!!_#|,g +s,@HAVE_RESID_FALSE@,|#_!!_#|#,g +s,@RESID_DIR@,|#_!!_#|resid,g +s,@RESID_LIBS@,|#_!!_#|$(top_builddir)/src/resid/libresid.a,g +s,@RESID_INCLUDES@,|#_!!_#|-I$(top_builddir)/src/resid,g +s,@RESID_DEP@,|#_!!_#|libresid,g +s,@HAVE_RESID_FP_TRUE@,|#_!!_#|,g +s,@HAVE_RESID_FP_FALSE@,|#_!!_#|#,g +s,@RESID_FP_DIR@,|#_!!_#|resid-fp,g +s,@RESID_FP_LIBS@,|#_!!_#|$(top_builddir)/src/resid-fp/libresidfp.a,g +s,@RESID_FP_INCLUDES@,|#_!!_#|-I$(top_builddir)/src/resid-fp,g +s,@RESID_FP_DEP@,|#_!!_#|libresidfp,g +s,@HAVE_RESID_DTV_TRUE@,|#_!!_#|,g +s,@HAVE_RESID_DTV_FALSE@,|#_!!_#|#,g +s,@RESID_DTV_DIR@,|#_!!_#|resid-dtv,g +s,@RESID_DTV_LIBS@,|#_!!_#|$(top_builddir)/src/resid-dtv/libresiddtv.a,g +s,@RESID_DTV_INCLUDES@,|#_!!_#|-I$(top_builddir)/src/resid-dtv,g +s,@RESID_DTV_DEP@,|#_!!_#|libresiddtv,g +s,@CROSS_TRUE@,|#_!!_#|#,g +s,@CROSS_FALSE@,|#_!!_#|,g +s,@CROSS@,|#_!!_#|false,g +s,@DYNLIB_LIBS@,|#_!!_#|-ldl,g +s,@JOY_LIBS@,|#_!!_#|,g +s,@VICE_ZLIB@,|#_!!_#|,g +s,@VICE_ZLIB_DIR@,|#_!!_#|,g +s,@VICE_ZLIB_DEP@,|#_!!_#|,g +s,@VICE_ZLIB_INCLUDES@,|#_!!_#|,g +s,@ZLIB_LIBS@,|#_!!_#|-lz,g +s,@NETPLAY_LIBS@,|#_!!_#|-lnet -lnsl ,g +s,@PKG_CONFIG@,|#_!!_#|/usr/bin/pkg-config,g +s,@FFMPEG_AV_CFLAGS@,|#_!!_#|,g +s,@FFMPEG_AV_LIBS@,|#_!!_#|,g +s,@FFMPEG_SWSCALE_CFLAGS@,|#_!!_#|,g +s,@FFMPEG_SWSCALE_LIBS@,|#_!!_#|,g +s,@FFMPEG_INCLUDES@,|#_!!_#|,g +s,@FFMPEG_LIBS@,|#_!!_#|,g +s,@QUICKTIME_INCLUDES@,|#_!!_#|,g +s,@QUICKTIME_LIBS@,|#_!!_#|,g +s,@DOS_TFE_PCAP_LIB@,|#_!!_#|,g +s,@TFE_LIBS@,|#_!!_#|-lpcap -lnet,g +s,@sdl_config@,|#_!!_#|,g +s,@ac_ct_sdl_config@,|#_!!_#|,g +s,@FCCACHE@,|#_!!_#|/usr/bin/fc-cache,g +s,@HAVE_FC_CACHE_TRUE@,|#_!!_#|,g +s,@HAVE_FC_CACHE_FALSE@,|#_!!_#|#,g +CEOF +cat >"$tmp/subs-3.sed" <<\CEOF +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s,@WINDRES@,|#_!!_#|,g +s,@WRC@,|#_!!_#|,g +s,@SOUND_DRIVERS@,|#_!!_#| soundalsa.o sounduss.o sounduss.o soundesd.o,g +s,@SOUND_LIBS@,|#_!!_#| -lasound -lesd,g +s,@LIBOBJS@,|#_!!_#|,g +s,@NEED_READLINE_TRUE@,|#_!!_#|#,g +s,@NEED_READLINE_FALSE@,|#_!!_#|,g +s,@READLINE@,|#_!!_#|,g +s,@READLINE_LIBS@,|#_!!_#|-lreadline,g +s,@VICE_LIBPNG@,|#_!!_#|,g +s,@VICE_LIBPNG_DIR@,|#_!!_#|,g +s,@VICE_LIBPNG_DEP@,|#_!!_#|,g +s,@GFXOUTPUT_DRIVERS@,|#_!!_#| pngdrv.o jpegdrv.o,g +s,@GFXOUTPUT_LIBS@,|#_!!_#|-ljpeg -lpng ,g +s,@VICE_LIBPNG_INCLUDES@,|#_!!_#|,g +s,@XMKMF@,|#_!!_#|,g +s,@X_CFLAGS@,|#_!!_#|,g +s,@X_PRE_LIBS@,|#_!!_#| -lSM -lICE,g +s,@X_LIBS@,|#_!!_#| -lXrandr -lXxf86vm -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ,g +s,@X_EXTRA_LIBS@,|#_!!_#|,g +s,@GTK_CFLAGS@,|#_!!_#|-D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ,g +s,@GTK_LIBS@,|#_!!_#|-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ,g +s,@GTKGL_CFLAGS@,|#_!!_#|,g +s,@GTKGL_LIBS@,|#_!!_#|,g +s,@VICE_SYNC@,|#_!!_#|,g +s,@FULLSCREEN_DRIVERS@,|#_!!_#| vidmode.o xrandr.o,g +s,@HAVE_REALDEVICE_TRUE@,|#_!!_#|,g +s,@HAVE_REALDEVICE_FALSE@,|#_!!_#|#,g +s,@x64_LDFLAGS@,|#_!!_#|,g +s,@x128_LDFLAGS@,|#_!!_#|,g +s,@xvic_LDFLAGS@,|#_!!_#|,g +s,@xpet_LDFLAGS@,|#_!!_#|,g +s,@xplus4_LDFLAGS@,|#_!!_#|,g +s,@xcbm2_LDFLAGS@,|#_!!_#|,g +s,@X64_WINRES@,|#_!!_#|,g +s,@X64DTV_WINRES@,|#_!!_#|,g +s,@X128_WINRES@,|#_!!_#|,g +s,@XVIC_WINRES@,|#_!!_#|,g +s,@XPET_WINRES@,|#_!!_#|,g +s,@XPLUS4_WINRES@,|#_!!_#|,g +s,@XCBM2_WINRES@,|#_!!_#|,g +s,@SUPPORT_X64DTV_TRUE@,|#_!!_#|,g +s,@SUPPORT_X64DTV_FALSE@,|#_!!_#|#,g +s,@SDL_COMPILE_TRUE@,|#_!!_#|#,g +s,@SDL_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_MACOSX_UITYPE@,|#_!!_#|,g +s,@UNIX_COMPILE_TRUE@,|#_!!_#|,g +s,@UNIX_COMPILE_FALSE@,|#_!!_#|#,g +s,@WIN32_COMPILE_TRUE@,|#_!!_#|#,g +s,@WIN32_COMPILE_FALSE@,|#_!!_#|,g +s,@MSDOS_COMPILE_TRUE@,|#_!!_#|#,g +s,@MSDOS_COMPILE_FALSE@,|#_!!_#|,g +s,@RISCOS_COMPILE_TRUE@,|#_!!_#|#,g +s,@RISCOS_COMPILE_FALSE@,|#_!!_#|,g +s,@OS2_COMPILE_TRUE@,|#_!!_#|#,g +s,@OS2_COMPILE_FALSE@,|#_!!_#|,g +s,@BEOS_COMPILE_TRUE@,|#_!!_#|#,g +s,@BEOS_COMPILE_FALSE@,|#_!!_#|,g +s,@AMIGA_COMPILE_TRUE@,|#_!!_#|#,g +s,@AMIGA_COMPILE_FALSE@,|#_!!_#|,g +s,@HAVE_TRANSLATION_TRUE@,|#_!!_#|#,g +s,@HAVE_TRANSLATION_FALSE@,|#_!!_#|,g +s,@UNIX_SKYOS_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_SKYOS_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_QNX4_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_QNX4_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_QNX6_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_QNX6_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_SOLARIS_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_SOLARIS_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_OPENSERVER5_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_OPENSERVER5_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_OPENSERVER6_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_OPENSERVER6_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_UNIXWARE_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_UNIXWARE_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_HPUX_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_HPUX_COMPILE_FALSE@,|#_!!_#|,g +s,@SYLLABLE_COMPILE_TRUE@,|#_!!_#|#,g +s,@SYLLABLE_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_GP2X_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_GP2X_COMPILE_FALSE@,|#_!!_#|,g +s,@MAKE_BINDIST_TRUE@,|#_!!_#|#,g +s,@MAKE_BINDIST_FALSE@,|#_!!_#|,g +s,@UNIX_WIZ_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_WIZ_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_DINGUX_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_DINGUX_COMPILE_FALSE@,|#_!!_#|,g +s,@UNIX_MACOSX_COMPILE_TRUE@,|#_!!_#|#,g +s,@UNIX_MACOSX_COMPILE_FALSE@,|#_!!_#|,g +s,@HAVE_READLINE@,|#_!!_#|,g +s,@ARCH_INCLUDES@,|#_!!_#|-I$(top_srcdir)/src/arch/unix -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ,g +s,@ARCH_LIBS@,|#_!!_#|$(top_builddir)/src/arch/unix/libarch.a $(top_builddir)/src/arch/unix/gui/libarchgui.a $(top_builddir)/src/arch/unix/x11/gnome/libgnomeui.a $(top_builddir)/src/arch/unix/x11/libx11ui.a,g +s,@ARCH_DIR@,|#_!!_#|$(top_builddir)/src/arch/unix,g +s,@ARCH_SRC_DIR@,|#_!!_#|$(top_srcdir)/src/arch/unix,g +s,@ARCH_MAKE_BINDIST_DIR@,|#_!!_#|,g +s,@ARCH_EXTRA_SUBDIR@,|#_!!_#|gui x11,g +CEOF +cat >"$tmp/subs-4.sed" <<\CEOF +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +s,@UI_LIBS@,|#_!!_#|,g +s,@SDL_EXTRA_LIBS@,|#_!!_#|,g +s,@SOUND_USS_OBJ@,|#_!!_#|,g +s,@SOUND_SGI_OBJ@,|#_!!_#|,g +s,@SOUND_HPUX_OBJ@,|#_!!_#|,g +s,@SOUND_AIX_OBJ@,|#_!!_#|,g +s,@SOUND_MIDAS_OBJ@,|#_!!_#|,g +s,@SOUND_SDL_OBJ@,|#_!!_#|,g +s,@ALTERNATE_DOCDIR_TRUE@,|#_!!_#|#,g +s,@ALTERNATE_DOCDIR_FALSE@,|#_!!_#|,g +s,@VICEDIR@,|#_!!_#|/usr/lib/vice,g +s,@BINDIR@,|#_!!_#|,g +s,@LTLIBOBJS@,|#_!!_#|,g +:end +s/|#_!!_#|//g +CEOF +fi # test -n "$CONFIG_FILES" + + +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { echo "$as_me:920: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { echo "$as_me:950: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + ac_file_inputs="$ac_file_inputs $ac_f" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { echo "$as_me:964: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + fi + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin";; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:1035: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= + +case `sed -n '/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' $ac_file_inputs` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { echo "$as_me:1099: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + ac_datarootdir_hack=' + s&@datadir@&${datarootdir}&g + s&@docdir@&${datarootdir}/doc/${PACKAGE}&g + s&@infodir@&/usr/share/info&g + s&@localedir@&${datarootdir}/locale&g + s&@mandir@&/usr/share/man&g + s&\${datarootdir}&${prefix}/share&g' ;; +esac + sed "/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +} + +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s&@configure_input@&$configure_input&;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +$ac_datarootdir_hack +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" >$tmp/out + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { echo "$as_me:1136: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out"; rm -f "$tmp/out";; + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; + esac + ;; + :H) + # + # CONFIG_HEADER + # + # First, check the format of the line: + cat >"$tmp/defines.sed" <<\CEOF +/^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def +/^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def +b +:def +s/$/ / +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_NAME\)[ (].*,\1define\2 "" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_TARNAME\)[ (].*,\1define\2 "" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_VERSION\)[ (].*,\1define\2 "" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_STRING\)[ (].*,\1define\2 "" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_BUGREPORT\)[ (].*,\1define\2 "" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE\)[ (].*,\1define\2 "vice" , +s,^\([ #]*\)[^ ]*\([ ]*VERSION\)[ (].*,\1define\2 "2.2" , +s,^\([ #]*\)[^ ]*\([ ]*VERSION_RC\)[ (].*,\1define\2 "$VERSION_RC" , +s,^\([ #]*\)[^ ]*\([ ]*USE_GNOMEUI\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_TEXTFIELD\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_RS232\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_RAWDRIVE\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_MOUSE\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_MIDI\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*YYTEXT_POINTER\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETTEXT\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_DCGETTEXT\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_NLS\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIBINTL_H\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*DATADIRNAME\)[ (].*,\1define\2 "share" , +s,^\([ #]*\)[^ ]*\([ ]*NLS_LOCALEDIR\)[ (].*,\1define\2 PREFIX"/"DATADIRNAME"/locale" , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_RESID\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_RESID_FP\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_RESID_DTV\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*SIZEOF_UNSIGNED_SHORT\)[ (].*,\1define\2 2 , +s,^\([ #]*\)[^ ]*\([ ]*SIZEOF_UNSIGNED_INT\)[ (].*,\1define\2 4 , +s,^\([ #]*\)[^ ]*\([ ]*SIZEOF_UNSIGNED_LONG\)[ (].*,\1define\2 8 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_DIRENT_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_ERRNO_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FCNTL_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIMITS_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_REGEX_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRINGS_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_IOCTL_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STAT_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_INTTYPES_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIBGEN_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SIGNAL_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_ALLOCA_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_DECL_SYS_SIGLIST\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_DYNLIB_SUPPORT\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAS_JOYSTICK\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*LINUX_JOYSTICK\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_MATH_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIBM\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_ZLIB\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 , +CEOF + sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1" + # First, check the format of the line: + cat >"$tmp/defines.sed" <<\CEOF +/^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def +/^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def +b +:def +s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_SOCKET_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TIME_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_SELECT_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_NETINET_IN_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_ARPA_INET_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_NETDB_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SOCKET\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SEND\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_BIND\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_LISTEN\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETHOSTBYNAME\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_CONNECT\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_RECV\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_ACCEPT\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_NETWORK\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_HTONS\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_HTONL\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETDTABLESIZE\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETRLIMIT\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SOCKLEN_T\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_TFE\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*VICE_USE_LIBNET_1_1\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_ALSA_ASOUNDLIB_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*USE_ALSA\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SND_PCM_AVAIL\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_LINUX_SOUNDCARD_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*USE_OSS\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_SOUNDCARD_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*USE_OSS\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_ESD_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*USE_ESD\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_IEEE1284_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_MMAN_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_IO_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIBIEEE1284\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_PARSID\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*RETSIGTYPE\)[ (].*,\1define\2 void , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FORK\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_VFORK\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_WORKING_VFORK\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_WORKING_FORK\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_U_SHORT\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETTIMEOFDAY\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMMOVE\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_ATEXIT\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRERROR\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRCASECMP\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRNCASECMP\)[ (].*,\1define\2 1 , +CEOF + sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2" + # First, check the format of the line: + cat >"$tmp/defines.sed" <<\CEOF +/^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def +/^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def +b +:def +s,^\([ #]*\)[^ ]*\([ ]*HAVE_TELLDIR\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SEEKDIR\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_REWINDDIR\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_DIRNAME\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_MKSTEMP\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SWAB\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETCWD\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRDUP\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRDUP\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_NANOSLEEP\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_RLNAME\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_PNG\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_JPEG\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*USE_XF86_VIDMODE_EXT\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FULLSCREEN\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*USE_XF86_EXTENSIONS\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FULLSCREEN\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_XRANDR\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_OPENCBM\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_READLINE\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDLIB_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDLIB\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*USE_GCC\)[ (].*,\1define\2 , +s,^\([ #]*\)[^ ]*\([ ]*PREFIX\)[ (].*,\1define\2 "/usr" , +s/ $// +s,^[ #]*u.*,/* & */, +CEOF + sed -f "$tmp/defines.sed" "$tmp/out2" >"$tmp/out1" +ac_result="$tmp/out1" + if test x"$ac_file" != x-; then + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then + { echo "$as_me:1306: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f $ac_file + mv "$tmp/config.h" $ac_file + fi + else + echo "/* $configure_input */" + cat "$ac_result" + fi + rm -f "$tmp/out12" +# Compute $ac_file's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $ac_file | $ac_file:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X$ac_file : 'X\(//\)[^/]' \| \ + X$ac_file : 'X\(//\)$' \| \ + X$ac_file : 'X\(/\)' \| . 2>/dev/null || +echo X$ac_file | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { echo "$as_me:1352: executing $ac_file commands" >&5 +echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir=$dirpart/$fdir + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:1474: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; + "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*) + sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile + esac ;; + + esac +done # for ac_tag + + +{ (exit 0); exit 0; } --- vice-2.2.dfsg.orig/patch-stamp +++ vice-2.2.dfsg/patch-stamp @@ -0,0 +1,2 @@ +Patches applied in the Debian version of : + --- vice-2.2.dfsg.orig/debian/README.Debian +++ vice-2.2.dfsg/debian/README.Debian @@ -0,0 +1,9 @@ +vice for Debian +--------------- + +This emulator won't work without ROM images for many of the chips used +in the Commodore 8-bit machines. You'll have to get those on your +own, and for more information on how to do that, read the README.ROMs +file. + + -- Zed Pobre , 2000.06.18 --- vice-2.2.dfsg.orig/debian/README.ROMs +++ vice-2.2.dfsg/debian/README.ROMs @@ -0,0 +1,23 @@ +The ROM images for the 8-bit components required to make VICE are +copyrighted, and you install them at your own legal risk. Tulip +Computers, in the Netherlands, appears to hold the copyright to them, +and is being somewhat persnickety about who uses them. You will have +to get your ROMs somewhere other than this package. + +Previously, this was handled with the vice-getroms package, which was +a fragile downloader that attempted to download the individual ROM +images and put them in their correct places. At one point, the +upstream maintainers of VICE put together a tarball of the necessary +images, which can be found at: + +ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/old/vice-1.5-roms.tar.gz + +Download that file, and copy the contents of vice-roms-1.5/data/* into +the matching directories in /usr/lib/vice. You will probably need to +be root to do this. + +Alternately, the original upstream tarballs also contain the ROM +images, though they are stripped out in the source tarball that Debian +distributes. + + - Zed Pobre, Debian Maintainer, 2006.11.03 --- vice-2.2.dfsg.orig/debian/auto +++ vice-2.2.dfsg/debian/auto @@ -0,0 +1,15 @@ + The upstream people have moved to automake. They supply Makefile.in but this gets redone by automake... differently. So I have diffs of Makefile.in throughout the .diif.gz What can I do? + Myxie: Weep, curse the gods. + Myxie: Or, refrain from running automake in your rules file :) That's what I do with lesstif. +* Myxie sez oh dear. + Who said I ran automake? + Myxie: It works if you can hack the package without touching its Makefile.ams. + (as ooposed to the upstream Makefiles. + Myxie: Well something does. Is the upstream makefile responding to timestamps perhaps? + Myxie: Or does it run automake unconditionally? + dark: I will check + Myxie: clean: rm -f $$(find . -name Makefile.in)? + netgod: That's cheating :) + ng: then I have diffs full of "-" + Myxie: No, dpkg-source ignores deletions IIRC. + dark: oh good --- vice-2.2.dfsg.orig/debian/changelog +++ vice-2.2.dfsg/debian/changelog @@ -0,0 +1,575 @@ +vice (2.2.dfsg-1) unstable; urgency=low + + * New upstream release, C64 DTV is included so update package description + and add it to the menu. + * Drop patch fixing build failure with gcc-4.4 , applied upstream. + * Fix some lintian problems and clean up debian/rules . + + -- Laszlo Boszormenyi (GCS) Thu, 11 Feb 2010 18:30:16 +0000 + +vice (2.1.dfsg-3) unstable; urgency=low + + * Unset $HOME during building to prevent FTBFS on mipsel buildd. + + -- Laszlo Boszormenyi (GCS) Sat, 01 Aug 2009 19:21:51 +0000 + +vice (2.1.dfsg-2) unstable; urgency=low + + * Fix FTBFS with gcc-4.4 (closes: #537772). + * Update Standards-Version to 3.8.2 and debhelper compatibility to 5. + * Add main category to desktop files. + * Remove some more autogenerated files in clean target. + + -- Laszlo Boszormenyi (GCS) Tue, 21 Jul 2009 00:38:49 +0000 + +vice (2.1.dfsg-1) unstable; urgency=low + + * New major upstream release (closes: #495937). + * Add desktop files (closes: #501181). + + -- Laszlo Boszormenyi (GCS) Tue, 31 Mar 2009 00:37:15 +0000 + +vice (1.22.dfsg1-0.1) unstable; urgency=low + + * NMU to fix release-critical bugs. + * Add data/PRINTER/mps803 to mangle-source.sh check, it's not a multiple of + 2048. Also fix the bashism in the script by replacing $[ ] with $(( )) in + the calculation part. + * Mangled the source with above fixed script (closes: #442924, #501143) + * do delete -size 6c files and not -empty, they contain "dummy\n" + * Remove README.Debian entry about Xaw3d and Gnome because it's not valid + anymore (closes: #501135) + * Remove the following Build-Depends as they aren't used because of no xaw3d + build: xaw3dg-dev, libxaw7-dev + + -- Gerfried Fuchs Thu, 16 Oct 2008 20:28:53 +0200 + +vice (1.22-4) unstable; urgency=low + + [ Gerfried Fuchs ] + * src/arch/unix/x11/ui-resources.c: change netscape to x-www-browser, make + the doc symlink point to the correct directory (closes: #480714) + * Removed non-existing libxaw-headers package which got incorporated into + libxaw7-dev. + * Add xfonts-utils to Build-Depends for usage of bdftopcf and mkfontdir. + + [ Laszlo Boszormenyi (GCS) ] + * Replace obsolete x-dev build dependency to x11proto-core-dev. + * Remove preinst, it doesn't needed and was empty by the way. + * Fix menu entry naming for xplus4, it's Plus/4 and not PET. Thanks to + Andreas Stempfhuber (closes: #502303). + * Update Standards-Version to 3.8.0 , include copyright notices in + debian/copyright . + + -- Laszlo Boszormenyi (GCS) Wed, 15 Oct 2008 21:53:25 +0000 + +vice (1.22-3) unstable; urgency=low + + * Re-enable all archs as liblame-dev bogus dependency is removed from + buildds (closes: #460521). + + -- Laszlo Boszormenyi (GCS) Sun, 13 Jan 2008 14:32:57 +0200 + +vice (1.22-2) unstable; urgency=low + + * Accept Dann's fix (closes: #449427). + * Exclude m68k and sparc from building for now. The buildd admins didn't + remove bogus liblame-dev as build-dependency from buildds. This package + is not for s390, remove that as well. + + -- Laszlo Boszormenyi (GCS) Tue, 25 Dec 2007 00:26:07 +0200 + +vice (1.22-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add a missing include directive, resolving an implicitly pointer conversion + issue. Closes: #449427 + + -- dann frazier Thu, 13 Dec 2007 12:15:30 -0700 + +vice (1.22-1) unstable; urgency=low + + * New upstream version (closes: #428280). + * Correct link to HTML documentation in manpage (closes: #409567). + * Fix most packaging mistakes. + + -- Laszlo Boszormenyi (GCS) Sun, 07 Oct 2007 07:05:46 +0200 + +vice (1.20-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix to work with current X11. Closes: #418295 + + -- Andreas Barth Tue, 26 Jun 2007 14:27:12 +0000 + +vice (1.20-2) unstable; urgency=low + + * New maintainer, update to the newest standards-version. + * Fix FTBFS due to removed liblame-dev, changed to libtwolame-dev. + + -- Laszlo Boszormenyi (GCS) Sun, 11 Mar 2007 16:15:21 +0000 + +vice (1.20-1) unstable; urgency=low + + * New upstream version (closes: #393714) + * Activated ethernet, gnomeui, and parsid support + * ffmpeg support is still disabled (doesn't build) + * Using debhelper v4 now + * Fix link to old roms file (closes: #396542) + * Use DESTDIR= instead of prefix= for make install + * Increased accuracy of ROM checking script + + -- Zed Pobre Sat, 4 Nov 2006 13:01:24 -0500 + +vice (1.19-1) unstable; urgency=low + + * New upstream version (Closes: #344245, #379781) + * Reference to roms in package description fixed (Closes: #302900) + * Acknowledge xlibs NMU (Closes: #346768) + * Build-Depends: bison++ | bison + * Build-Depends: libxaw-headers + + -- Zed Pobre Sun, 30 Jul 2006 19:15:59 -0500 + +vice (1.16-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Adjust Build-Depends for xlibs transition (Closes: #346768). + + -- Christoph Berg Sat, 21 Jan 2006 00:24:00 +0100 + +vice (1.16-4) unstable; urgency=low + + * Apply patch from Jens Seidel to de.po, + fixing German translation issues (closes: #313846) + * Standards-Version: 3.6.1.1 (going to 3.6.2 is going to require me to + take a closer look at the menus) + + -- Zed Pobre Tue, 12 Jul 2005 10:12:00 -0500 + +vice (1.16-3) unstable; urgency=low + + * Apply patch from Andreas Jochens to correct building on + AMD64 and GCC 4.x (closes: #300936) + + -- Zed Pobre Sun, 27 Mar 2005 13:06:04 -0600 + +vice (1.16-2) unstable; urgency=low + + * Apply patch from Andreas Jochens to correct building on + AMD64 (closes: #295108) + + -- Zed Pobre Mon, 14 Feb 2005 21:20:45 -0600 + +vice (1.16-1) unstable; urgency=high + + * New upstream version + * Fixes crash on 64-bit architectures (closes: #287640) + * x128 working again (closes: #286767) + * Works fine with /dev/dsp in use (not in the main changelog, but tested + on my local machine as working). Presumably, this also takes care of + the issue with dsp being held. I'm not sure if this is because I'm + testing it on a 2.6 kernel now -- if you are still having problems + with /dev/dsp, please reopen the bugs. (closes: #152952, #207942) + * Don't kill Makefile.in on clean + + -- Zed Pobre Tue, 1 Feb 2005 11:30:26 -0600 + +vice (1.15-1) unstable; urgency=low + + * New upstream version + * Slight tweak to genromlist check script + * C128 emulation working again (closes: #286767) + * Unfortunately, this version breaks C128 Z80 (CP/M) emulation + * C64 and C128 REU emulation fixed from upstream version thanks to Spiro + Trikaliotis + * No longer run automake chain + * Remove romtest stamp on clean + + -- Zed Pobre Sun, 9 Jan 2005 14:09:21 -0600 + +vice (1.14-3) unstable; urgency=low + + * Apply patch from Spiro Trikaliotis to fix a + problem that some users were experiencing with a floating point + exception on startup related to the fullscreen option being enabled + during compile. + + -- Zed Pobre Thu, 26 Aug 2004 13:35:51 -0500 + +vice (1.14-2) unstable; urgency=high + + * Fix format string vulnerability in the monitor "memory dump" command + (see security advisory VSA-1-1). + + -- Zed Pobre Thu, 10 Jun 2004 17:48:27 -0500 + +vice (1.14-1) unstable; urgency=medium + + * New upstream version (closes: #230571) + * The vkm files (and others) are now in the right place -- somehow the + Makefile.am for the data directory had become a zero-byte file in the + upstream tarball had become a zero-byte file. Copying it back in from + an old 1.11 archive fixed the issue (closes: #223410, but this needs + to be sent upstream.) + * Now that missing files are back in place, the floating point + exceptions should be gone (closes: #210808) + * REALLY add the build-dependency on gettext (how the heck did that + happen?) (closes: #216759) + * Corrected the information in the man page about the official web page + location and the location of the documentation (closes: #231469) + * All emulator menu entries have icons at this point, though they are + too small for the differences to be easily discernable. However, I'm + calling that "good enough" and closing this bug (closes: #175015) + * Stop using xaw3dg -- this clears up the problem with menu items going + black (closes: #159956). + + -- Zed Pobre Sun, 15 Feb 2004 11:01:38 -0600 + +vice (1.13-2) unstable; urgency=low + + * Applied the following patches from Spiro Trikaliotis + (thanks, Spiro!): + * Added gettext as a build-dependency (closes #216759) + * Added Plus/4 and CBM-II (CBM500, 600 and 700 series) to the + description. + * Added menu icons for xvic and x128, and a menu entry for xcbm2 + * In addition: + * Cleaned up the description page slightly + * Updated description, README.ROMs and copyright pages to show current + status of Tulip copyright ownership. + + -- Zed Pobre Sun, 18 Jan 2004 11:15:48 -0600 + +vice (1.13-1) unstable; urgency=low + + * New upstream version. + * Run entire autotools chain now. + + -- Zed Pobre Sat, 4 Oct 2003 18:08:36 -0500 + +vice (1.12-1) unstable; urgency=low + + * New upstream version. + * Floating point exception fixed (closes: #210808) + * I attempted to compile this version with --with-gnomeui, but it failed + to compile with either the includes from gtk-1.2 or gtk-2.0, so it's + back to to xaw3d. + * With the requirement for the icon colormap to match cmap.xpm removed, + I tried rescaling again. This time, only *most* of the pixmaps are + unreadable, so after tweaking the x64, xpet, and xplus4 icons, I'm + using them. Nothing I did made the C128 and CBM2, and VIC-20 icons + readable, however. I changed the names to add in the resolution as + well. (Partly deals with Bug#175015) + * Builders beware - this version appears to destroy a font file in the + build directory while building, so if you build, you must currently + destroy the build directory and unpack again before building a second + time. I'm looking into a way to deal with this, but it will always + build fine the first time so I'm judging this fit to upload. + * Standards-Version: 3.6.0 + * /usr/share/doc/common-licenses changed to /usr/share/common-licenses + in debian/copyright + + -- Zed Pobre Sat, 13 Sep 2003 16:48:30 -0500 + +vice (1.11-2) unstable; urgency=low + + * Modify src/arch/unix/archdep.h to point at the correct location + for documentation (closes: #189500) + * Fix typo in menu (Commdore -> Commodore) (closes: #175013) + * Regarding Bug#175015: icons have been taken out src/arch/unix/x11 + and placed in debian/ in the source package for further + enhancement. Currently they have a transparent background and + have colors matching cmap.xpm, but they are 48x42 images, which + are too large. Scaling them down to 32x28 makes the text in the + lower right hand corner pretty much unreadable. Tampering with them + with the Gimp messed up the colors again, so I'm giving up for now. + The 48x42 images are placed in /usr/share/pixmaps for people to play + with independently if they want. This means that any future + adjustments to them need to go in under a new filename so people using + the ones I have in now don't get surprised by a size change. + + -- Zed Pobre Tue, 20 May 2003 22:09:47 -0500 + +vice (1.11-1) unstable; urgency=low + + * New upstream version. + * Additional ROM files cleared out of the source tarball (closes: #175162) + * Added in the ROM check that Malcolm Parsons + has been trying to get me to use for some time. Future builds + should fail if I miss any ROM images. + + -- Zed Pobre Sun, 27 Apr 2003 14:15:15 -0500 + +vice (1.10-1) unstable; urgency=low + + * New upstream version (closes: #172631) + * Updated README.ROMs to show new location of old ROM file and note + that they are included in the upstream source tarball. (closes: #166975) + * Added alternate search keywords in the description (closes: #151172) + * Added Doc-Base entry (closes: #173999) + + -- Zed Pobre Fri, 27 Dec 2002 18:43:17 -0600 + +vice (1.8.0-1) unstable; urgency=high + + * Stripped out the ROM files I missed in the previous version. Again. + Thanks to malcolm@ivywell.screaming.net for providing a quick way to + find them. (closes: #130474) + + -- Zed Pobre Sat, 9 Mar 2002 16:30:07 -0600 + +vice (1.8-1) unstable; urgency=high + + * W00T! I have a functioning dev box again (even if it's only at half + its previous speed...) + * New upstream version + * Stripped out the ROM files I missed in the previous version. Since + the right to distribute those ROM files is questionable, this needs to + go into the archives as soon as possible and vice 1.7 needs to be + removed from all archives. (closes: #130474) + * The VIC-20 gcc patch from http://www.vicekb.de.vu/01-002.htm has been + applied to get around the gcc bug. + * Strip out a couple outdated (and already commented) entries in + debian/rules + * Update the location of some of the moved documents in debian/docs + + -- Zed Pobre Fri, 1 Mar 2002 18:04:59 -0600 + +vice (1.7-2) unstable; urgency=high + + * Somehow, a copy of libXxf86dga.so remained in existence on my build + machine, so the 1.7-1 release of vice had a dependency on a library + that doesn't exist anymore/yet in Debian. Moved it out of the way for + this build. (closes: #110899) + + -- Zed Pobre Sat, 1 Sep 2001 16:07:31 -0500 + +vice (1.7-1) unstable; urgency=high + + * New upstream version. + * High urgency because VICE 1.6 no longer compiles with the tools in + unstable. + * debian/romlist now contains a list of roms that are present in the + upstream source but not in the Debian package. + * Build-Depends: xaw3dg-dev, xlibs-dev (closes: #94110) + * Build-Depends: bison, flex (closes: #104792) + * Fixed copyright file (spelling error and upstream location). + * INSTALL file removed. + + -- Zed Pobre Sat, 25 Aug 2001 12:14:58 -0500 + +vice (1.6-1) unstable; urgency=low + + * New upstream version (closes: #82592). The orig.tar.gz file will not + match the upstream tarball, as upstream put the ROM images back into + the main tarball, and they have been zeroed out in the orig.tar.gz. + They are not included with the .deb at all, so the unofficial + vice-roms package will still work. + * This will also fix the build problem on alpha (closes: #82616) + * DH_COMPAT=3 (Build-Depends updated) + * Standards-Version: 3.5.2 + * The 1541II ROM really *is* being looked for as d1541II, not dos1541II, + it was just my local config which was different. README.ROMs updated + about this (closes: #86547) + + -- Zed Pobre Sat, 24 Feb 2001 12:34:47 -0600 + +vice (1.5-3) unstable; urgency=low + + * Recompiling with recent libraries to see if various problems magically + go away. It should also trim the dependencies. + * Force --with-midas, since it doesn't seem to work with Allegro + (assumes the presence of DOS headers?) + + -- Zed Pobre Sat, 2 Dec 2000 20:03:56 -0600 + +vice (1.5-2) unstable; urgency=low + + * Fixed a broken htmldoc symlink (closes: #69792) + + -- Zed Pobre Sat, 2 Sep 2000 20:23:51 -0500 + +vice (1.5-1) unstable; urgency=medium + + * Version 1.2 never made it into the archives. Repeating the bug + closures here. (closes: #17876, #53459) + * New upstream version, using the no-roms-included source package + (closes: #27548, #47056) + * This version should have no compilation or dependency problems with + libreadline, libncurses, or xpm4g. (closes: #63365, #67973) + * Created blank 0-length images in the data/* area. They are not + included in the final package, and are created this way only to make + the Makefiles happy. I could have modified the Makefile.ins, but I + thought this way left an easier transition should someday it become + possible to use the ROMs-included version. + * Edited the docs list. Most notably, mnemonics.txt seems to have gone + away. + * vice-getroms has been removed completely, and replaced with a README + about where to get the VICE ROMs package, now that it's in an easily + usable tarball. Reference to it has been removed from the preinst. + This is kind of a wimp-out, but it closes: #37904, #45823, #62478 + * Updated the copyright file for new locations of both VICE source code + and GPL license. + * Redid the menu file. Xterms aren't used at all anymore. + (closes: #59011) + * Fixed info entry in postinst, now handled via debhelper. + * Created a rudimentary manpage for vsid. + + -- Zed Pobre Fri, 18 Aug 2000 21:26:38 -0500 + +vice (1.2-1) unstable; urgency=low + + * New maintainer + * New upstream version (closes: #27548, #47056) + * Uses debhelper, which compresses docs correctly (closes: #17876) + * Compiled for libstdc++2.10 (closes: #53459) + * Standards-Version 3.1.1 (Build-Depends) + + -- Zed Pobre Sun, 23 Jan 2000 01:32:40 -0600 + +vice (1.0-3) unstable; urgency=low + + * Changed maintainer address! + + -- Giuliano P Procida Tue, 18 May 1999 22:56:04 +0100 + +vice (1.0-2) unstable; urgency=low + + * Added mangle-source.sh for maintainer use. Kills ROMs in source. + * Trivial change to vice-getroms usage message. + * Added diagnostics to rules to indicate ROM being killed. + + -- Giuliano P Procida Tue, 18 May 1999 21:32:31 +0100 + +vice (1.0-1) unstable; urgency=low + + * New upstream version. + * Pointed pre* scripts at /bin/sh instead of /bin/bash . + * Updated (massacred) list of ROM locations in vice-getroms. + * Adjusted rules and vice-getroms for new ROMs and file names. + * The ROM locations array is now created from a here document. + + -- Giuliano P Procida Wed, 12 May 1999 14:51:26 +0100 + +vice (0.14.2.75-2) unstable; urgency=low + + * Compress changelog.Debian properly. + + -- Giuliano P Procida Wed, 9 Sep 1998 15:47:07 +0100 + +vice (0.14.2.75-1) unstable; urgency=low + + * Several new upstream releases. + * Added info file handing to prerm and postinst. + * Updated vice-getroms with more md5sums for ROMs and + disabled diversion code. + * Changed maintainer scripts as follows: postinst and + prerm handle install-info and update-menus; preinst + and postrm handle ROM extra files; postinst also + tidies up old diversion scheme; prompts have been + replaced by sleep calls. + * Updated menu file with C128 item and new locations. + * Exclude COPYING (only spaces diff from /usr/doc/copyright/GPL). + * Compress changelogs. + * Updated Description to mention C128. + * Updated Standards Version. + * Remove debian/substvars in debian/rules clean. + * Adjusted rules to minimise amount of rubbish in diff left + by automake and friends. + + -- Giuliano P Procida Mon, 7 Sep 1998 15:17:07 +0100 + +vice (0.14.2.70-1) unstable; urgency=low + + * New upstream release. + * Not for general consumption. + + -- Giuliano P Procida Wed, 26 Aug 1998 18:39:23 +0100 + +vice (0.14.2.50-1) unstable; urgency=low + + * Yet another build of a new upstream release. + * Not for general consumption. + + -- Giuliano P Procida Mon, 13 Jul 1998 16:22:21 +0100 + +vice (0.14.2.41-1) unstable; urgency=low + + * Another build of a new upstream release. + * Not for general consumption. + + -- Giuliano P Procida Wed, 1 Jul 1998 19:13:27 +0100 + +vice (0.14.2.15-1) unstable; urgency=low + + * First build of new upstream release. + * Not for general consumption. + + -- Giuliano P Procida Thu, 30 Apr 1998 22:46:23 +0100 + +vice (0.13.0-2) unstable; urgency=low + + * Made /usr/lib/vice/doc symbolic link relative. + * Corrected FSF address in copyright file. + * Corrected reference to GPL.gz in same. + * Modified Description to omit mention of licence. + * Thanks go to lintian. + + -- Giuliano P Procida Mon, 9 Feb 1998 22:30:59 +0000 + +vice (0.13.0-1) unstable; urgency=low + + * No changes, really. Let's see if it gets past dinstall this time. + + -- Giuliano P Procida Wed, 14 Jan 1998 20:20:15 +0000 + +vice (0.13.0-0) unstable; urgency=low + + * New upstream version. + * No longer compresses HTML documentation. + * Added a symlink to /usr/doc/vice so "browse manual" menu item works. + * Warn users about sites missing 1541 ROM in vice-getroms. + * Stopped compressing docs as they are referred to by html manual. + + -- Giuliano P Procida Thu, 4 Dec 1997 16:51:56 +0000 + +vice (0.12.0.17-3) unstable; urgency=low + + * Really fixed vice-getroms to mask out display of diverted files (*thwop*). + + -- Giuliano P Procida Thu, 23 Oct 1997 20:32:47 +0100 + +vice (0.12.0.17-2) unstable; urgency=low + + * Some changes to vice-getroms script... + * 1. Swapped order of add/remove ROMs in vice-getroms so that removal is offered first. + * 2. Masked out display of diverted files in list of installed ROMs. + * 3. Fixed typo which gave confusing message about .vicerc at exit. + * 4. Ensured the exit message is only shown when relevant. + * 5. Quoted some file-matching metacharacter-containing strings. + + -- Giuliano P Procida Thu, 23 Oct 1997 19:52:44 +0100 + +vice (0.12.0.17-1) unstable; urgency=low + + * Removed ftp.giga.or.at from vice-getroms (is missing 1541 ROM). + * Added sanity check for bad 1541 ROM (prints a warning). + + -- Giuliano P Procida Thu, 2 Oct 1997 19:01:16 +0100 + +vice (0.12.0.17-0) unstable; urgency=low + + * New upstream release. + + -- Giuliano P Procida Tue, 30 Sep 1997 20:37:17 +0100 + +vice (0.12.0.16-0) unstable; urgency=low + + * Initial release. + + -- Giuliano P Procida Thu, 18 Sep 1997 13:12:18 +0100 + +Local variables: +mode: debian-changelog +End: --- vice-2.2.dfsg.orig/debian/compat +++ vice-2.2.dfsg/debian/compat @@ -0,0 +1 @@ +5 --- vice-2.2.dfsg.orig/debian/control +++ vice-2.2.dfsg/debian/control @@ -0,0 +1,24 @@ +Source: vice +Build-Depends: debhelper (>= 5), automake1.9 | automake, bison++ | bison, flex, gettext, libasound2-dev, libbonobo2-dev, libbonoboui2-dev, libcairo2-dev, libgnomecanvas2-dev, libgnomeui-dev, libgnomevfs2-dev, libgtk2.0-dev, libieee1284-3-dev, libjpeg62-dev, libncurses5-dev, libpcap0.8-dev, libpng12-dev, libreadline-dev, libx11-dev, libxext-dev, libtwolame-dev, libxmu-dev, libxpm-dev, libxt-dev, libxv-dev, libxxf86dga-dev, libxxf86vm-dev, x11proto-core-dev, xfonts-utils +Section: contrib/otherosfs +Priority: optional +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: http://www.viceteam.org/ +Standards-Version: 3.8.4 + +Package: vice +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info +Description: The Versatile Commodore Emulator + VICE emulates well the hardware of the Commodore Business Machines of + the pre-Amiga era. Supported are the various Pets, the VIC-20, the + Commodore 64, the Commodore 128, the CBM-II series, and the PLUS/4. + . + Some alternate keywords for the above: VIC20, C64, C=64, C64 DTV, C128, + C=128, CBM-500, CBM-600, CBM-700, PLUS4 . + . + This package does not contain the various ROM images needed to + actually use the emulators; they are available separately from other + locations (see the README.ROMs file). A corporation in the + Netherlands called Tulip holds the copyrights to the ROM images, and + redistribution is not permitted, but VICE itself is unencumbered. --- vice-2.2.dfsg.orig/debian/copyright +++ vice-2.2.dfsg/debian/copyright @@ -0,0 +1,65 @@ +This is Debian GNU/Linux's prepackaged version of the VICE suite. +This package provides the emulators for that classic machine of the +eighties, the Commodore 64, and its cousins. + +This package was created from sources made available via the VICE home +page at http://www.viceteam.org/ but the ROM files distributed with +the version that can be downloaded there have been removed from the +Debian source package. + +Upstream authors: + Andreas Boose, + Tibor Biczo, + Dag Lem, + Andreas Dehmel, + Andreas Matthies, + Martin Pottendorfer, + Spiro Trikaliotis, + Marco van den Heuvel, + Christian Vogelgsang, + Fabrizio Gennari, + Markus Brenner, + David Hansel, + Thomas Bretz, + Daniel Sladic, + Ettore Perazzoli, + André Fachat, + Teemu Rantanen, + Jouko Valta, + Jarkko Sonninen. + +Copyright: + 1998-2007 Andreas Boose + 1998-2007 Dag Lem + 1998-2007 Tibor Biczo + 1999-2007 Andreas Dehmel + 1999-2007 Andreas Matthies + 1999-2007 Martin Pottendorfer + 2000-2007 Spiro Trikaliotis + 2005-2007 Marco van den Heuvel + 2003-2005 David Hansel + 2000-2004 Markus Brenner + + 1999-2004 Thomas Bretz + 1997-2001 Daniel Sladic + 1996-1999 Ettore Perazzoli + 1996-1999 André Fachat + 1993-1994, 1997-1999 Teemu Rantanen + 1993-1996 Jouko Valta + 1993-1994 Jarkko Sonninen + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License with +your Debian GNU/Linux system, in /usr/share/common-licenses, or with the +Debian GNU/Linux vice source package as the file COPYING. If not, +write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +Boston, MA 02110-1301, USA. --- vice-2.2.dfsg.orig/debian/dirs +++ vice-2.2.dfsg/debian/dirs @@ -0,0 +1,4 @@ +usr/bin +usr/lib/vice +usr/share/man +usr/share/pixmaps --- vice-2.2.dfsg.orig/debian/doc-base +++ vice-2.2.dfsg/debian/doc-base @@ -0,0 +1,9 @@ +Document: vice +Title: Vice Manual +Author: The Vice Team +Abstract: Documentation for the Versatile Commodore Emulator. +Section: Emulators + +Format: HTML +Index: /usr/share/doc/vice/html/vice_toc.html +Files: /usr/share/doc/vice/html/*.html --- vice-2.2.dfsg.orig/debian/docs +++ vice-2.2.dfsg/debian/docs @@ -0,0 +1,13 @@ +AUTHORS +ChangeLog +FEEDBACK +README +debian/README.ROMs +doc/html/plain/64doc.txt +doc/html/plain/BUGS +doc/html/plain/cbm_basic_tokens.txt +doc/html/plain/drive_info.txt +doc/html/plain/NEWS +doc/html/plain/PETdoc.txt +doc/html/plain/serial.txt +doc/html/plain/TODO --- vice-2.2.dfsg.orig/debian/fail-pause +++ vice-2.2.dfsg/debian/fail-pause @@ -0,0 +1,9 @@ +#!/bin/sh +set -f +"$@" +status=$? +if [ $status -ne 0 ]; then + echo -n "Command returned exit status: $status; press to continue." + read +fi +exit $status --- vice-2.2.dfsg.orig/debian/genromlist +++ vice-2.2.dfsg/debian/genromlist @@ -0,0 +1,15 @@ +#!/bin/sh +# +# Searches for unredistributable ROM files + +# This command will actually miss a couple files ('file' is imperfect) +# ROMLIST=`find data -type f -exec file {} \; | grep ": data" | grep -v PRINTER | grep -v Makefile | cut -f 1 -d ':'` + +ROMLIST=`find data -type f -exec file {} \; | grep -v text | grep -v empty | grep -v \.fon | cut -f 1 -d ':'` + +if [ X"$ROMLIST" = "X" ] ; then + exit 0 ; +else + echo $ROMLIST ; + exit 1; +fi --- vice-2.2.dfsg.orig/debian/info +++ vice-2.2.dfsg/debian/info @@ -0,0 +1 @@ +doc/vice.info --- vice-2.2.dfsg.orig/debian/mangle-source.sh +++ vice-2.2.dfsg/debian/mangle-source.sh @@ -0,0 +1,34 @@ +#! /bin/sh +MANGLEDIR=`pwd`/mangle.tmp +MODULO=2048 + +set -e + +[ $# -eq 1 ] || { echo specify pristine tar-ball as argument; exit 1; } + +[ -r $1 ] || { echo tar-ball $1 is not readable; exit 2; } + +rm -fr $MANGLEDIR +mkdir $MANGLEDIR + +gzip -d <"$1" | { + cd $MANGLEDIR + tar xf - + + cd vice* + find data/* -type f -exec wc -c '{}' ';' | while read SIZE FILE; do + if [ $SIZE -eq $(( ( $SIZE / $MODULO ) * $MODULO )) ] || [ "$FILE" = "data/PRINTER/mps803" ] ; then + echo mangling $FILE $SIZE 1>&2 + echo dummy > $FILE + fi + done + cd .. + + tar cf - * +} | gzip -c9 >"$1.mangled" + +rm -fr $MANGLEDIR + +echo Complete with: mv "$1.mangled" "$1" + +exit 0 --- vice-2.2.dfsg.orig/debian/menu +++ vice-2.2.dfsg/debian/menu @@ -0,0 +1,41 @@ +?package(vice):needs="X11" \ + command="/usr/bin/xcbm2" \ + section="Applications/Emulators"\ + title="Commodore CBM-II" \ + icon="/usr/share/pixmaps/cbm2icon-32x28.xpm" + +?package(vice):needs="X11" \ + command="/usr/bin/xpet" \ + section="Applications/Emulators"\ + title="Commodore PET" \ + icon="/usr/share/pixmaps/peticon-32x28.xpm" + +?package(vice):needs="X11" \ + command="/usr/bin/xplus4" \ + section="Applications/Emulators"\ + title="Commodore Plus/4" \ + icon="/usr/share/pixmaps/plus4icon-32x28.xpm" + +?package(vice):needs="X11" \ + command="/usr/bin/xvic" \ + section="Applications/Emulators"\ + title="Commodore VIC-20" \ + icon="/usr/share/pixmaps/vic20icon-32x28.xpm" + +?package(vice):needs="X11" \ + command="/usr/bin/x64" \ + section="Applications/Emulators"\ + title="Commodore 64" \ + icon="/usr/share/pixmaps/c64icon-32x28.xpm" + +?package(vice):needs="X11" \ + command="/usr/bin/x64dtv" \ + section="Applications/Emulators"\ + title="Commodore 64 DTV" \ + icon="/usr/share/pixmaps/c64icon-32x28.xpm" + +?package(vice):needs="X11" \ + command="/usr/bin/x128" \ + section="Applications/Emulators"\ + title="Commodore 128" \ + icon="/usr/share/pixmaps/c128icon-32x28.xpm" --- vice-2.2.dfsg.orig/debian/menu.old +++ vice-2.2.dfsg/debian/menu.old @@ -0,0 +1,26 @@ +?package(vice):needs="X11term" \ + command="/usr/bin/fail-pause /usr/bin/xpet"\ + section="Apps/Emulators"\ + title="Xpet" +?package(vice):needs="X11" \ + command="/usr/bin/fail-pause /usr/X11R6/bin/xterm -T Xpet -e /usr/bin/xpet" \ + section="Apps/Emulators"\ + title="Xpet" + +?package(vice):needs="X11term" \ + command="/usr/bin/fail-pause /usr/bin/xvic"\ + section="Apps/Emulators"\ + title="Xvic" +?package(vice):needs="X11" \ + command="/usr/bin/fail-pause /usr/X11R6/bin/xterm -T Xvic -e /usr/bin/xvic" \ + section="Apps/Emulators"\ + title="Xvic" + +?package(vice):needs="X11term" \ + command="/usr/bin/fail-pause /usr/bin/x64"\ + section="Apps/Emulators"\ + title="X64" +?package(vice):needs="X11" \ + command="/usr/bin/fail-pause /usr/X11R6/bin/xterm -T X64 -e /usr/bin/x64" \ + section="Apps/Emulators"\ + title="X64" --- vice-2.2.dfsg.orig/debian/moveroms +++ vice-2.2.dfsg/debian/moveroms @@ -0,0 +1,22 @@ +#!/bin/sh +# +# Run this from inside a freshly unpacked VICE tarball to move all of +# the unredistributable ROMs to a vice-roms directory. + +ROMDIR=`basename \`pwd\` | sed 's/vice-/vice-roms-/'` +ROMLIST=`/debian/maint/vice/genromlist` + +if [ ! -d ../$ROMDIR/data ] ; then + install -d -m 0755 ../$ROMDIR/data ; +fi + +for ROM in $ROMLIST ; do + if [ ! -d ../$ROMDIR/`dirname $ROM` ] ; then + install -d -m 0755 ../$ROMDIR/`dirname $ROM` ; + fi + + if [ -s $ROM ] ; then + install -m 0644 $ROM ../$ROMDIR/`dirname $ROM`/ ; + cat /dev/null > $ROM ; + fi +done --- vice-2.2.dfsg.orig/debian/postinst +++ vice-2.2.dfsg/debian/postinst @@ -0,0 +1,24 @@ +#!/bin/sh +set -e + +#echo $0 "$@" +#set -x + +#DEBHELPER# + +if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 0.14.2.70-1; then + DIVERSIONS=/var/lib/dpkg/diversions + [ -r "$DIVERSIONS" ] || DIVERSIONS=/var/state/dpkg/diversions + [ -r "$DIVERSIONS" ] || DIVERSIONS="" + + [ "$DIVERSIONS" ] && { + echo "Attempting to clear out the old diversions..." + sed -n 's@^\(/usr/lib/vice/.*\)[.]distrib$@\1@p' < $DIVERSIONS | \ + xargs -i dpkg-divert --remove --rename {} + } || { + echo "There was a problem removing the diversions (has dpkg changed?);" + echo "you may want to make sure that there are no (local) diversions" + echo "under /usr/lib/vice/ . [sorry!]" + sleep 5 + } +fi --- vice-2.2.dfsg.orig/debian/postrm +++ vice-2.2.dfsg/debian/postrm @@ -0,0 +1,14 @@ +#!/bin/sh +set -e + +#echo $0 "$@" +#set -x + +#DEBHELPER# + +# we're getting out of town +if [ "$1" = purge -a -d /usr/lib/vice ]; then + echo -n "Removing /usr/lib/vice/ (ROM images) ... " + rm -r /usr/lib/vice + echo done. +fi --- vice-2.2.dfsg.orig/debian/romlist +++ vice-2.2.dfsg/debian/romlist @@ -0,0 +1,38 @@ +data/C64/basic +data/C64/chargen +data/C64/kernal +data/C128/basic +data/C128/chargen +data/C128/kernal +data/C128/z80bios +data/VIC20/basic +data/VIC20/chargen +data/VIC20/kernal +data/PET/basic1 +data/PET/basic2 +data/PET/basic4 +data/PET/kernal1 +data/PET/kernal2 +data/PET/kernal4 +data/PET/edit1g +data/PET/edit2g +data/PET/edit2b +data/PET/edit4g40 +data/PET/edit4b40 +data/PET/edit4b80 +data/PET/chargen +data/PET/chargen.de +data/CBM-II/basic.128 +data/CBM-II/basic.256 +data/CBM-II/chargen.600 +data/CBM-II/chargen.700 +data/CBM-II/kernal +data/DRIVES/dos1541 +data/DRIVES/d1541II +data/DRIVES/dos1571 +data/DRIVES/dos1581 +data/DRIVES/dos2031 +data/DRIVES/dos1001 +data/DRIVES/dos2040 +data/DRIVES/dos3040 +data/DRIVES/dos4040 --- vice-2.2.dfsg.orig/debian/rules +++ vice-2.2.dfsg/debian/rules @@ -0,0 +1,111 @@ +#!/usr/bin/make -f +# +# debian/rules for vice +# +# First created Jan 2000 by Zed Pobre, with some reference to the work +# done by Giuliano Procida 1997-1999 + +#include /usr/share/dpatch/dpatch.make + +PACKAGE=vice +DATADIRS=C64 C128 PET PLUS4 VIC20 CBM-II +install_program=install -p -o root -g root -m 755 +make_directory=install -d -o root -g root -m 755 + +unexport HOME + +romtest: + chmod 755 debian/genromlist + debian/genromlist + touch romtest + +configure: romtest configure-stamp +configure-stamp: +# aclocal +# autoheader +# automake +# autoconf +# cd src/resid && aclocal && automake && autoconf + ./configure \ + --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man \ + --enable-gnomeui --enable-ethernet \ + --enable-fullscreen --enable-parsid --with-midas --without-xaw3d + touch $@ + +build: build-stamp +#build-stamp: patch-stamp configure-stamp +build-stamp: configure-stamp + dh_testdir + + $(MAKE) + touch $@ + +#clean: unpatch +clean: + dh_testdir + rm -f build-stamp configure-stamp romtest + + [ ! -f Makefile ] || $(MAKE) distclean +# rm -f configure config.status confdefs.h aclocal.m4 + find . -name Makefile -exec rm {} \; +# find . -name Makefile.in -exec rm {} \; +# cd src/resid && rm -f aclocal.m4 config.status config.log configure + rm -rf src/resid/tmp src/resid/autom4te.cache + rm -f src/translate.c.po.c src/translate.h \ + src/arch/amigaos/intl.c.po.c + rm -f po/*.gmo + dh_clean + +binary-indep: build + +binary-arch: build + dh_testdir + dh_testroot + dh_clean + dh_installdirs + + $(MAKE) DESTDIR=`pwd`/debian/$(PACKAGE) install + +# Remove the 0-byte placeholders + cd debian/$(PACKAGE)/usr/lib/vice && find . -size 6c -exec rm {} \; + + rm -rf debian/$(PACKAGE)/usr/lib/vice/doc + cp debian/icons/*.xpm debian/$(PACKAGE)/usr/share/pixmaps/ + dh_installdocs + $(make_directory) debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/html + cp doc/html/*.html debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/html + ln -sf vice_toc.html debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/html/index.html + ln -sf ../../share/doc/vice/html debian/$(PACKAGE)/usr/lib/vice/doc +# $(install_program) debian/vice-getroms debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/ + mkdir -p debian/$(PACKAGE)/usr/share/applications/ && \ + cp -Rv debian/desktop/* debian/$(PACKAGE)/usr/share/applications/ + + dh_installchangelogs -k ChangeLog + + rm -rf debian/$(PACKAGE)/usr/share/info + dh_installinfo +# rm -f debian/$(PACKAGE)/usr/info usr/share/info/dir.gz + dh_installmenu + + dh_installman + set -e; for i in cartconv xpet xvic vsid x64 x64dtv x128 xplus4 xcbm2; \ + do \ + ln -s vice.1.gz debian/$(PACKAGE)/usr/share/man/man1/$$i.1.gz; \ + done + + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + + +binary: binary-indep binary-arch + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +.PHONY: build configure romtest binary binary-arch binary-indep clean --- vice-2.2.dfsg.orig/debian/vic20gcc.patch +++ vice-2.2.dfsg/debian/vic20gcc.patch @@ -0,0 +1,32 @@ +--- ./vic20mem.c.orig Tue Nov 13 23:14:58 2001 ++++ ./vic20mem.c Mon Feb 11 19:50:28 2002 +@@ -411,6 +411,14 @@ + else + vic20_mem_disable_ram_block(0); + ++ /* Setup color memory at $9400-$97FF. ++ Warning: we use a kludge here. Instead of mapping the color memory ++ separately, we map it directly in the corresponding RAM address ++ space. */ ++ set_mem(0x94, 0x97, ++ ram_read, ram_store, ++ ram, 0xffff); ++ + /* Setup RAM or cartridge ROM at $2000-$3FFF. */ + if (mem_rom_blocks & (VIC_ROM_BLK1A | VIC_ROM_BLK1B)) { + vic20_mem_enable_rom_block(1); +@@ -465,14 +473,6 @@ + set_mem(0x91, 0x93, + via_read, via_store, + NULL, 0); +- +- /* Setup color memory at $9400-$97FF. +- Warning: we use a kludge here. Instead of mapping the color memory +- separately, we map it directly in the corresponding RAM address +- space. */ +- set_mem(0x94, 0x97, +- ram_read, ram_store, +- ram, 0xffff); + + /* Setup I/O2 at the expansion port */ + set_mem(0x98, 0x9b, --- vice-2.2.dfsg.orig/debian/vice-getroms +++ vice-2.2.dfsg/debian/vice-getroms @@ -0,0 +1,393 @@ +#!/bin/bash + +# This script is Copyright 1997-1999 by Giuliano P Procida +# It is released under the GNU GPL (version 2 or later). + +# Changelog at end. + +set -e + +usage () { + echo Run this script as $0 [dir]. The optional argument dir + echo defaults to \"~/vice-getroms-tmp\" . + echo + echo This script attempts to download the various ROM images for + echo the VICE emulators. The system administrator may choose to + echo install the images for all to use. Individual users may do so + echo for their own use, if the images are not installed by root. +} + +declare -a FTPHOST +declare -a FTPFILE +declare LOCATIONS + +setup_locations () { + local site + local file + local rubbish + LOCATIONS=0 + while read host file rubbish; do + FTPHOST[$LOCATION]="$host" + FTPFILE[$LOCATION]="$file" + LOCATIONS=$[1+$LOCATIONS] + done < rom-images.tmp && \ + mv rom-images.tmp rom-images || return 1 ;; + *tar*) tar xf rom-images; return ;; + *zip*) unzip rom-images; return ;; + *) echo unrecognised archive; return 1 + esac + done +} + +getarchive () { + local index + index=0 + while [ $index -lt $LOCATIONS ]; do + echo $index ${FTPHOST[$index]} ${FTPFILE[$index]} + index=$[1+$index] + done + + echo 'Please notify of any other locations!' + echo -n "Please select a number of ftp sites (by number and in order of preference): " + local sites + read -a sites + + local pass + pass="`whoami`@`hostname -f`" + + index=0 + local host + local file + while [ -n "${sites[$index]}" ]; do + host=${FTPHOST[${sites[$index]}]} + file=${FTPFILE[${sites[$index]}]} + echo trying: $host $file + case $METHOD in + *wget) $METHOD -q -O - ftp://${host}${file} >rom-images || true ;; + *lynx) $METHOD -dump ftp://${host}${file} >rom-images 2>/dev/null || true ;; + *ftp) ( $METHOD -n || true ) < Wed, 26 Aug 1998 21:40:13 +0100 + +# Version 1.2 +# * Updated (massacred) list of ROM locations in vice-getroms. +# * Adjusted rules and vice-getroms for new ROMs and file names. +# * The ROM locations array is now created from a here document. +# -- Giuliano P Procida Wed, 12 May 1999 14:51:26 +0100 + +# Version 1.2.1 +# * Trivial change to vice-getroms usage message. +# -- Giuliano P Procida Tue, 18 May 1999 21:07:19 +0100 + +# Notes. +# Probably need to have a list of valid ROM names (RHS of md5sum table) +# to avoid all the skipping messages. <- I've forgotten what this means! +# Need to reinstate md5sums of obsolete images so that they can be removed. --- vice-2.2.dfsg.orig/debian/vsid.1 +++ vice-2.2.dfsg/debian/vsid.1 @@ -0,0 +1,19 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH VSID 1 "August 18, 2000" +.\" Please adjust this date whenever revising the manpage. +.\" +.SH NAME +vsid \- Play Commdore 64 SID music files +.SH SYNOPSIS +.B vsid +.RI musicfile.sid +.SH DESCRIPTION +.B vsid +passes a Commodore 64 SID music file to the VICE x64 emulator, which +then plays the default song on /dev/dsp. +.SH SEE ALSO +.BR x64 (1), +.BR sidplay (1). +.SH AUTHOR +This manual page was written by Zed Pobre , +for the Debian GNU/Linux system (but may be used by others). --- vice-2.2.dfsg.orig/debian/desktop/x128.desktop +++ vice-2.2.dfsg/debian/desktop/x128.desktop @@ -0,0 +1,66 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=Commodore 128 +Name[ar]=Commodore 128 +Name[be]=Commodore 128 +Name[bg]=Commodore 128 +Name[bn]=Commodore 128 +Name[bs]=Commodore 128 +Name[ca]=Commodore 128 +Name[cs]=Commodore 128 +Name[da]=Commodore 128 +Name[de]=Commodore 128 +Name[dz]=Commodore 128 +Name[el]=Commodore 128 +Name[eo]=Commodore 128 +Name[es]=Commodore 128 +Name[eu]=Commodore 128 +Name[fi]=Commodore 128 +Name[fr]=Commodore 128 +Name[ga]=Commodore 128 +Name[gl]=Commodore 128 +Name[gu]=Commodore 128 +Name[he]=Commodore 128 +Name[hi]=Commodore 128 +Name[hr]=Commodore 128 +Name[hu]=Commodore 128 +Name[id]=Commodore 128 +Name[it]=Commodore 128 +Name[ja]=Commodore 128 +Name[ka]=Commodore 128 +Name[km]=Commodore 128 +Name[ko]=Commodore 128 +Name[ku]=Commodore 128 +Name[lt]=Commodore 128 +Name[mk]=Commodore 128 +Name[ml]=Commodore 128 +Name[mr]=Commodore 128 +Name[nb]=Commodore 128 +Name[ne]=Commodore 128 +Name[nl]=Commodore 128 +Name[nn]=Commodore 128 +Name[pa]=Commodore 128 +Name[pl]=Commodore 128 +Name[pt]=Commodore 128 +Name[pt_BR]=Commodore 128 +Name[ro]=Commodore 128 +Name[ru]=Commodore 128 +Name[sk]=Commodore 128 +Name[sq]=Commodore 128 +Name[sv]=Commodore 128 +Name[ta]=Commodore 128 +Name[th]=Commodore 128 +Name[tl]=Commodore 128 +Name[tr]=Commodore 128 +Name[uk]=Commodore 128 +Name[vi]=Commodore 128 +Name[wo]=Commodore 128 +Name[zh_CN]=Commodore 128 +Name[zh_TW]=Commodore 128 +GenericName= +Comment= +Icon=/usr/share/pixmaps/c128icon-32x28.xpm +Exec=/usr/bin/x128 +Terminal=false +Categories=Application;X-Debian-Applications-Emulators; --- vice-2.2.dfsg.orig/debian/desktop/x64.desktop +++ vice-2.2.dfsg/debian/desktop/x64.desktop @@ -0,0 +1,66 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=Commodore 64 +Name[ar]=Commodore 64 +Name[be]=Commodore 64 +Name[bg]=Commodore 64 +Name[bn]=Commodore 64 +Name[bs]=Commodore 64 +Name[ca]=Commodore 64 +Name[cs]=Commodore 64 +Name[da]=Commodore 64 +Name[de]=Commodore 64 +Name[dz]=Commodore 64 +Name[el]=Commodore 64 +Name[eo]=Commodore 64 +Name[es]=Commodore 64 +Name[eu]=Commodore 64 +Name[fi]=Commodore 64 +Name[fr]=Commodore 64 +Name[ga]=Commodore 64 +Name[gl]=Commodore 64 +Name[gu]=Commodore 64 +Name[he]=Commodore 64 +Name[hi]=Commodore 64 +Name[hr]=Commodore 64 +Name[hu]=Commodore 64 +Name[id]=Commodore 64 +Name[it]=Commodore 64 +Name[ja]=Commodore 64 +Name[ka]=Commodore 64 +Name[km]=Commodore 64 +Name[ko]=Commodore 64 +Name[ku]=Commodore 64 +Name[lt]=Commodore 64 +Name[mk]=Commodore 64 +Name[ml]=Commodore 64 +Name[mr]=Commodore 64 +Name[nb]=Commodore 64 +Name[ne]=Commodore 64 +Name[nl]=Commodore 64 +Name[nn]=Commodore 64 +Name[pa]=Commodore 64 +Name[pl]=Commodore 64 +Name[pt]=Commodore 64 +Name[pt_BR]=Commodore 64 +Name[ro]=Commodore 64 +Name[ru]=Commodore 64 +Name[sk]=Commodore 64 +Name[sq]=Commodore 64 +Name[sv]=Commodore 64 +Name[ta]=Commodore 64 +Name[th]=Commodore 64 +Name[tl]=Commodore 64 +Name[tr]=Commodore 64 +Name[uk]=Commodore 64 +Name[vi]=Commodore 64 +Name[wo]=Commodore 64 +Name[zh_CN]=Commodore 64 +Name[zh_TW]=Commodore 64 +GenericName= +Comment= +Icon=/usr/share/pixmaps/c64icon-32x28.xpm +Exec=/usr/bin/x64 +Terminal=false +Categories=Application;X-Debian-Applications-Emulators; --- vice-2.2.dfsg.orig/debian/desktop/xcbm2.desktop +++ vice-2.2.dfsg/debian/desktop/xcbm2.desktop @@ -0,0 +1,66 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=Commodore CBM-II +Name[ar]=Commodore CBM-II +Name[be]=Commodore CBM-II +Name[bg]=Commodore CBM-II +Name[bn]=Commodore CBM-II +Name[bs]=Commodore CBM-II +Name[ca]=Commodore CBM-II +Name[cs]=Commodore CBM-II +Name[da]=Commodore CBM-II +Name[de]=Commodore CBM-II +Name[dz]=Commodore CBM-II +Name[el]=Commodore CBM-II +Name[eo]=Commodore CBM-II +Name[es]=Commodore CBM-II +Name[eu]=Commodore CBM-II +Name[fi]=Commodore CBM-II +Name[fr]=Commodore CBM-II +Name[ga]=Commodore CBM-II +Name[gl]=Commodore CBM-II +Name[gu]=Commodore CBM-II +Name[he]=Commodore CBM-II +Name[hi]=Commodore CBM-II +Name[hr]=Commodore CBM-II +Name[hu]=Commodore CBM-II +Name[id]=Commodore CBM-II +Name[it]=Commodore CBM-II +Name[ja]=Commodore CBM-II +Name[ka]=Commodore CBM-II +Name[km]=Commodore CBM-II +Name[ko]=Commodore CBM-II +Name[ku]=Commodore CBM-II +Name[lt]=Commodore CBM-II +Name[mk]=Commodore CBM-II +Name[ml]=Commodore CBM-II +Name[mr]=Commodore CBM-II +Name[nb]=Commodore CBM-II +Name[ne]=Commodore CBM-II +Name[nl]=Commodore CBM-II +Name[nn]=Commodore CBM-II +Name[pa]=Commodore CBM-II +Name[pl]=Commodore CBM-II +Name[pt]=Commodore CBM-II +Name[pt_BR]=Commodore CBM-II +Name[ro]=Commodore CBM-II +Name[ru]=Commodore CBM-II +Name[sk]=Commodore CBM-II +Name[sq]=Commodore CBM-II +Name[sv]=Commodore CBM-II +Name[ta]=Commodore CBM-II +Name[th]=Commodore CBM-II +Name[tl]=Commodore CBM-II +Name[tr]=Commodore CBM-II +Name[uk]=Commodore CBM-II +Name[vi]=Commodore CBM-II +Name[wo]=Commodore CBM-II +Name[zh_CN]=Commodore CBM-II +Name[zh_TW]=Commodore CBM-II +GenericName= +Comment= +Icon=/usr/share/pixmaps/cbm2icon-32x28.xpm +Exec=/usr/bin/xcbm2 +Terminal=false +Categories=Application;X-Debian-Applications-Emulators; --- vice-2.2.dfsg.orig/debian/desktop/xpet.desktop +++ vice-2.2.dfsg/debian/desktop/xpet.desktop @@ -0,0 +1,66 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=Commodore PET +Name[ar]=Commodore PET +Name[be]=Commodore PET +Name[bg]=Commodore PET +Name[bn]=Commodore PET +Name[bs]=Commodore PET +Name[ca]=Commodore PET +Name[cs]=Commodore PET +Name[da]=Commodore PET +Name[de]=Commodore PET +Name[dz]=Commodore PET +Name[el]=Commodore PET +Name[eo]=Commodore PET +Name[es]=Commodore PET +Name[eu]=Commodore PET +Name[fi]=Commodore PET +Name[fr]=Commodore PET +Name[ga]=Commodore PET +Name[gl]=Commodore PET +Name[gu]=Commodore PET +Name[he]=Commodore PET +Name[hi]=Commodore PET +Name[hr]=Commodore PET +Name[hu]=Commodore PET +Name[id]=Commodore PET +Name[it]=Commodore PET +Name[ja]=Commodore PET +Name[ka]=Commodore PET +Name[km]=Commodore PET +Name[ko]=Commodore PET +Name[ku]=Commodore PET +Name[lt]=Commodore PET +Name[mk]=Commodore PET +Name[ml]=Commodore PET +Name[mr]=Commodore PET +Name[nb]=Commodore PET +Name[ne]=Commodore PET +Name[nl]=Commodore PET +Name[nn]=Commodore PET +Name[pa]=Commodore PET +Name[pl]=Commodore PET +Name[pt]=Commodore PET +Name[pt_BR]=Commodore PET +Name[ro]=Commodore PET +Name[ru]=Commodore PET +Name[sk]=Commodore PET +Name[sq]=Commodore PET +Name[sv]=Commodore PET +Name[ta]=Commodore PET +Name[th]=Commodore PET +Name[tl]=Commodore PET +Name[tr]=Commodore PET +Name[uk]=Commodore PET +Name[vi]=Commodore PET +Name[wo]=Commodore PET +Name[zh_CN]=Commodore PET +Name[zh_TW]=Commodore PET +GenericName= +Comment= +Icon=/usr/share/pixmaps/peticon-32x28.xpm +Exec=/usr/bin/xpet +Terminal=false +Categories=Application;X-Debian-Applications-Emulators; --- vice-2.2.dfsg.orig/debian/desktop/xplus4.desktop +++ vice-2.2.dfsg/debian/desktop/xplus4.desktop @@ -0,0 +1,66 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=Commodore Plus/4 +Name[ar]=Commodore Plus/4 +Name[be]=Commodore Plus/4 +Name[bg]=Commodore Plus/4 +Name[bn]=Commodore Plus/4 +Name[bs]=Commodore Plus/4 +Name[ca]=Commodore Plus/4 +Name[cs]=Commodore Plus/4 +Name[da]=Commodore Plus/4 +Name[de]=Commodore Plus/4 +Name[dz]=Commodore Plus/4 +Name[el]=Commodore Plus/4 +Name[eo]=Commodore Plus/4 +Name[es]=Commodore Plus/4 +Name[eu]=Commodore Plus/4 +Name[fi]=Commodore Plus/4 +Name[fr]=Commodore Plus/4 +Name[ga]=Commodore Plus/4 +Name[gl]=Commodore Plus/4 +Name[gu]=Commodore Plus/4 +Name[he]=Commodore Plus/4 +Name[hi]=Commodore Plus/4 +Name[hr]=Commodore Plus/4 +Name[hu]=Commodore Plus/4 +Name[id]=Commodore Plus/4 +Name[it]=Commodore Plus/4 +Name[ja]=Commodore Plus/4 +Name[ka]=Commodore Plus/4 +Name[km]=Commodore Plus/4 +Name[ko]=Commodore Plus/4 +Name[ku]=Commodore Plus/4 +Name[lt]=Commodore Plus/4 +Name[mk]=Commodore Plus/4 +Name[ml]=Commodore Plus/4 +Name[mr]=Commodore Plus/4 +Name[nb]=Commodore Plus/4 +Name[ne]=Commodore Plus/4 +Name[nl]=Commodore Plus/4 +Name[nn]=Commodore Plus/4 +Name[pa]=Commodore Plus/4 +Name[pl]=Commodore Plus/4 +Name[pt]=Commodore Plus/4 +Name[pt_BR]=Commodore Plus/4 +Name[ro]=Commodore Plus/4 +Name[ru]=Commodore Plus/4 +Name[sk]=Commodore Plus/4 +Name[sq]=Commodore Plus/4 +Name[sv]=Commodore Plus/4 +Name[ta]=Commodore Plus/4 +Name[th]=Commodore Plus/4 +Name[tl]=Commodore Plus/4 +Name[tr]=Commodore Plus/4 +Name[uk]=Commodore Plus/4 +Name[vi]=Commodore Plus/4 +Name[wo]=Commodore Plus/4 +Name[zh_CN]=Commodore Plus/4 +Name[zh_TW]=Commodore Plus/4 +GenericName= +Comment= +Icon=/usr/share/pixmaps/plus4icon-32x28.xpm +Exec=/usr/bin/xplus4 +Terminal=false +Categories=Application;X-Debian-Applications-Emulators; --- vice-2.2.dfsg.orig/debian/desktop/xvic.desktop +++ vice-2.2.dfsg/debian/desktop/xvic.desktop @@ -0,0 +1,66 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=Commodore VIC-20 +Name[ar]=Commodore VIC-20 +Name[be]=Commodore VIC-20 +Name[bg]=Commodore VIC-20 +Name[bn]=Commodore VIC-20 +Name[bs]=Commodore VIC-20 +Name[ca]=Commodore VIC-20 +Name[cs]=Commodore VIC-20 +Name[da]=Commodore VIC-20 +Name[de]=Commodore VIC-20 +Name[dz]=Commodore VIC-20 +Name[el]=Commodore VIC-20 +Name[eo]=Commodore VIC-20 +Name[es]=Commodore VIC-20 +Name[eu]=Commodore VIC-20 +Name[fi]=Commodore VIC-20 +Name[fr]=Commodore VIC-20 +Name[ga]=Commodore VIC-20 +Name[gl]=Commodore VIC-20 +Name[gu]=Commodore VIC-20 +Name[he]=Commodore VIC-20 +Name[hi]=Commodore VIC-20 +Name[hr]=Commodore VIC-20 +Name[hu]=Commodore VIC-20 +Name[id]=Commodore VIC-20 +Name[it]=Commodore VIC-20 +Name[ja]=Commodore VIC-20 +Name[ka]=Commodore VIC-20 +Name[km]=Commodore VIC-20 +Name[ko]=Commodore VIC-20 +Name[ku]=Commodore VIC-20 +Name[lt]=Commodore VIC-20 +Name[mk]=Commodore VIC-20 +Name[ml]=Commodore VIC-20 +Name[mr]=Commodore VIC-20 +Name[nb]=Commodore VIC-20 +Name[ne]=Commodore VIC-20 +Name[nl]=Commodore VIC-20 +Name[nn]=Commodore VIC-20 +Name[pa]=Commodore VIC-20 +Name[pl]=Commodore VIC-20 +Name[pt]=Commodore VIC-20 +Name[pt_BR]=Commodore VIC-20 +Name[ro]=Commodore VIC-20 +Name[ru]=Commodore VIC-20 +Name[sk]=Commodore VIC-20 +Name[sq]=Commodore VIC-20 +Name[sv]=Commodore VIC-20 +Name[ta]=Commodore VIC-20 +Name[th]=Commodore VIC-20 +Name[tl]=Commodore VIC-20 +Name[tr]=Commodore VIC-20 +Name[uk]=Commodore VIC-20 +Name[vi]=Commodore VIC-20 +Name[wo]=Commodore VIC-20 +Name[zh_CN]=Commodore VIC-20 +Name[zh_TW]=Commodore VIC-20 +GenericName= +Comment= +Icon=/usr/share/pixmaps/vic20icon-32x28.xpm +Exec=/usr/bin/xvic +Terminal=false +Categories=Application;X-Debian-Applications-Emulators; --- vice-2.2.dfsg.orig/debian/icons/c128icon-32x28.xpm +++ vice-2.2.dfsg/debian/icons/c128icon-32x28.xpm @@ -0,0 +1,116 @@ +/* XPM */ +static char *c128icon-32x28[] = { +/* columns rows colors chars-per-pixel */ +"32 28 82 1", +" c black", +". c #00C500C5026D", +"X c #023E00240092", +"o c #019701970502", +"O c #01F501F5062C", +"+ c #0233023306EC", +"@ c #02BB02BB08A4", +"# c #02EA02EA092E", +"$ c #044104410D66", +"% c #04F704F70FA5", +"& c #08520087021D", +"* c #0A6F00AA02A6", +"= c #0655065513F4", +"- c #0691069114AE", +"; c #07A307A317F7", +": c #07F307F31909", +"> c #094D094D1D51", +", c #099209921E27", +"< c #15B901610584", +"1 c #17F601860619", +"2 c #1A4D01AB06AE", +"3 c #0BDA0BDA252F", +"4 c #0FB30FB33174", +"5 c #30DD031A0C69", +"6 c #3A0603AF0EBC", +"7 c #1763176349AB", +"8 c #1BFE1BFE582D", +"9 c #1C321C3258D2", +"0 c #1F2F1F2F6212", +"q c #1F4A1F4A628F", +"w c #209C209C664A", +"e c #20BC20BC671C", +"r c #24AB24AB7392", +"t c #2520252074F2", +"y c #255925597568", +"u c #2557255775A1", +"i c #280728077DD9", +"p c #469A047B11EC", +"a c #47BB048B122D", +"s c #5091051D1476", +"d c #591C05A816A2", +"f c #5AF205C51719", +"g c #29462946820C", +"h c #29F629F68360", +"j c #301530159777", +"k c #308D308D98F3", +"l c #32FC32FCA09B", +"z c #33E133E1A36D", +"x c #350C350CA71A", +"c c #355B355BA814", +"v c #35B035B0A922", +"b c #36193619AA6C", +"n c #37CB37CBAF0A", +"m c #40294029C6CC", +"M c #40294029C949", +"N c #45594559DA7B", +"B c #49C249C2E808", +"V c #4B5D4B5DE808", +"C c #4AC54AC5EAD4", +"Z c #4CF44CF4F269", +"A c #4EEA4EEAF799", +"S c #4EEA4EEAF896", +"D c #4FFE4FFEF863", +"F c #4F2F4F2FF971", +"G c #503E503EFAFD", +"H c #50715071F971", +"J c #506B506BFB8B", +"K c #521F521FFB8B", +"L c #51445144FFFF", +"P c #51BC51BCFFFF", +"I c #52E252E2FFFF", +"U c #53725372FFFF", +"Y c #CBF70CF233CC", +"T c #D24F0D5A3569", +"R c #E2940E7C39EF", +"E c #E5DE0EC13B07", +"W c #E8070EC03B00", +"Q c #E8080EDE3B78", +"! c #E92F0ECE3B38", +"~ c #EB130EEC3BB3", +"^ c #FFFF106E41BB", +"/ c None", +/* pixels */ +"///////// #900009#/////////////", +"////// -rbnSIIIGC://///////////", +"///// ,eNSIIIGGGIB://///////////", +"////+rMIIGIGGIIGIC://///////////", +"///+gAIIIGIIGGGIGC://///////////", +"// rIIGGGGGGIIGIGB://///////////", +"/ 3mIIIGGIIIIGIIIB-/////////////", +"/ qIGGIGGISNq9999z://///////////", +"/-NIGIGGIGi- % ///", +" 3CIIGGISg+////////%jxxxxbz4 ///", +" kIGIGGIn+/////////;VUIIIDh#////", +"+nIIGGIZ7 /////////:VUUIDg+/////", +"9SGIGIIB://////////%kbxbr+//////", +"0IGIGGGB:////////// ///////", +"0IGGIGIB-//////////&sddf6 //////", +"9SGIGIGC://////////2Q^^^Ra /////", +"+nIGGIIZ7 /////////1W^^^^Wa ////", +" kIIIGGIn+/////////1TWWWWWY5 ///", +" 3CGGGIGSg+//////// 1111112& ///", +"/-NIGIGGIIi- % // / ", +"/ eIIGGIGISNq9999z:/ ", +"/ ,mIGIGIGIGGIIIIB: ", +"// rGIGIIGGIIGGIIB- ", +"///+hSIGGIGGGIGGIB:// / ", +"////+rMIIIGIGIGIIB;// ", +"///// ,eNDIIIGGIIC;// ", +"////// -rcnSGIGIB;// ", +"///////// #900008#// " +}; --- vice-2.2.dfsg.orig/debian/icons/c128icon-48x42.xpm +++ vice-2.2.dfsg/debian/icons/c128icon-48x42.xpm @@ -0,0 +1,49 @@ +/* XPM */ +const char *c128_icon_data[] = { +"48 42 4 1", +" c none", +". c #000000000000", +"X c #51445144FFFF", +"o c #FFFF10404103", +" .......... ", +" ....XXXXXXXXX. ", +" ..XXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXX........X. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXX. .............. ", +" .XXXXXXXXXXX. .XXXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXX. ", +" .XXXXXXXXXX. .XXXXXXXX. ", +".XXXXXXXXXXX. .XXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. .ooooooo. ", +".XXXXXXXXXXX. .oooooooo. ", +" .XXXXXXXXXX. .ooooooooo. ", +" .XXXXXXXXXXX. .oooooooooo. ", +" .XXXXXXXXXXX. .ooooooooooo. ", +" .XXXXXXXXXXX. .............. ", +" .XXXXXXXXXXXX. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXXXX........X. .. .... .... ", +" .XXXXXXXXXXXXXXXXXXXXXXX. ... ...... ......", +" .XXXXXXXXXXXXXXXXXXXXXX. .... .. .. .. ..", +" .XXXXXXXXXXXXXXXXXXXXXX. ..... .. .. .. ..", +" .XXXXXXXXXXXXXXXXXXXXX. .. .. .... ", +" .XXXXXXXXXXXXXXXXXXXX. .. .. ......", +" .XXXXXXXXXXXXXXXXXXX. .. .. .. ..", +" ..XXXXXXXXXXXXXXXXX. .. .. .. ..", +" ..XXXXXXXXXXXXXXX. .. .. .. ..", +" ..XXXXXXXXXXXXX. .. ...... ......", +" ....XXXXXXXXX. .. ...... .... ", +" .......... "}; --- vice-2.2.dfsg.orig/debian/icons/c64icon-32x28.xpm +++ vice-2.2.dfsg/debian/icons/c64icon-32x28.xpm @@ -0,0 +1,126 @@ +/* XPM */ +static char *c64icon-32x28[] = { +/* columns rows colors chars-per-pixel */ +"32 28 92 1", +" c black", +". c #00C500C50263", +"X c #023500240092", +"o c #0197019704EE", +"O c #01F501F50611", +"+ c #0233023306CF", +"@ c #02BB02BB087C", +"# c #02EA02EA0909", +"$ c #044104410D30", +"% c #04F704F70F65", +"& c #08310087021D", +"* c #0A4500AA02A6", +"= c #0663066313CD", +"- c #06B006B014BB", +"; c #07A307A317A6", +": c #07F307F318A4", +"> c #094D094D1CD5", +", c #099209921DAC", +"< c #156101610584", +"1 c #17A201860619", +"2 c #19E201AB06AE", +"3 c #0BDA0BDA24BD", +"4 c #0FB30FB330AB", +"5 c #3016031A0C69", +"6 c #391A03AF0EBC", +"7 c #176317634880", +"8 c #1BFE1BFE56C7", +"9 c #1C271C275746", +"0 c #1C381C38577A", +"q c #1F3A1F3A60CD", +"w c #2079207964AA", +"e c #20BD20BD657D", +"r c #24AB24AB71AE", +"t c #252025207316", +"y c #2558255873C7", +"u c #280728077C17", +"i c #294629467FF5", +"p c #4575047B11EC", +"a c #467F048B122D", +"s c #4F49051D1476", +"d c #57B205A816A2", +"f c #598005C51719", +"g c #29F629F681AB", +"h c #30153015950F", +"j c #308D308D9684", +"k c #32FC32FC9E0E", +"l c #33E133E1A0D4", +"z c #350C350CA472", +"x c #35503550A545", +"c c #359B359BA630", +"v c #36193619A7B7", +"b c #377C377CAC02", +"n c #37B537B5ACB4", +"m c #382F382FAE2B", +"M c #40294029C5E9", +"N c #40294029C6E7", +"B c #45594559D6FE", +"V c #49A849A8E458", +"C c #4A0F4A0FE596", +"Z c #4AC54AC5E7CD", +"A c #4B5D4B5DE808", +"S c #4CF44CF4EE8F", +"D c #4EEA4EEAF4A3", +"F c #4F2F4F2FF57B", +"G c #4FE74FE7F6B7", +"H c #50145014F718", +"J c #503E503EF8C0", +"K c #50715071F832", +"L c #506B506BF94C", +"P c #51445144FBED", +"I c #514E514EFC0C", +"U c #521F521FFB3C", +"Y c #517E517EFC96", +"T c #51AD51ADFD36", +"R c #52035203FE3E", +"E c #52415241FEFF", +"W c #52B552B5FF75", +"Q c #53015301FFFF", +"! c #53725372FFFF", +"~ c #C8BA0CF233CC", +"^ c #CEF70D5A3569", +"/ c #E0800E7C39EF", +"( c #E3A80EC13B07", +") c #E4570EBB3AED", +"_ c #E57B0ECE3B38", +"` c #E6750EDE3B78", +"' c #E7580EEC3BB3", +"] c #FD2710544152", +"[ c #FE5A106941A3", +"{ c #FF5110814207", +"} c #FFFF10894226", +"| c None", +/* pixels */ +"||||||||| @8q0qq0@|||||||||||||", +"|||||| -tcnDQQQQC:|||||||||||||", +"||||| ,eBGQQJQLJQC:|||||||||||||", +"||||+rNQPQLPQJJQQC-|||||||||||||", +"|||+gGQJPPPPLQJJJC:|||||||||||||", +"|| tJQLQPPPPQJQQQV-|||||||||||||", +"| ,MQJJQPPPQQLQQQV-|||||||||||||", +"| qQQLQJLQGBq8008k:|||||||||||||", +"|-BQPPPPPLu= % |||", +" 3ZJPPPPGg+||||||||%hcccccl4 |||", +" hQQPPLQm+|||||||||:C!Q!QJg@||||", +"+nQJPPPS7 |||||||||:A!Q!Ji+|||||", +"8GPPPPQV-||||||||||%hcccr+||||||", +"0QPLPPPV:|||||||||| |||||||", +"qQJQPPQV:||||||||||&sddf6 ||||||", +"0LQLPPPV-||||||||||2_{{{(a |||||", +"+nQPPPQS7 |||||||||1_{]{{(a ||||", +" hQLPLLQm+|||||||||1^_(((_~5 |||", +" 3CQPPPPGi+|||||||| 1111112& |||", +"|-BQPPPPQGi- % ||| ||||| ", +"| eQLPPPJQGBq0088k:|| |||| ", +"| ,MQLPPQLQJPQQQQC:| ||| ", +"|| rLQPPPPLLPPLLQV- ||| ", +"|||+iLQPPPLQPLQQQV- | ", +"||||+rNQQJQJJQLLQV; | | ", +"||||| ,eBKQQQJQLJC; ", +"|||||| =rcbDQJQQC: ", +"||||||||| @8qqqq8@| |||| " +}; --- vice-2.2.dfsg.orig/debian/icons/c64icon-48x42.xpm +++ vice-2.2.dfsg/debian/icons/c64icon-48x42.xpm @@ -0,0 +1,50 @@ +/* XPM */ +const char *c64_icon_data[] = { +"48 42 4 1", +" c none", +". c #000000000000", +"X c #51445144FBEE", +"o c #FBEE10404103", +" .......... ", +" ....XXXXXXXXX. ", +" ..XXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXX........X. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXX. .............. ", +" .XXXXXXXXXXX. .XXXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXX. ", +" .XXXXXXXXXX. .XXXXXXXX. ", +".XXXXXXXXXXX. .XXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. .ooooooo. ", +".XXXXXXXXXXX. .oooooooo. ", +" .XXXXXXXXXX. .ooooooooo. ", +" .XXXXXXXXXXX. .oooooooooo. ", +" .XXXXXXXXXXX. .ooooooooooo. ", +" .XXXXXXXXXXX. .............. ", +" .XXXXXXXXXXXX. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXXXX........X. ... . ", +" .XXXXXXXXXXXXXXXXXXXXXXX. ... .. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ... ... ", +" .XXXXXXXXXXXXXXXXXXXXXX. ..... .... ", +" .XXXXXXXXXXXXXXXXXXXXX. ....... ..... ", +" .XXXXXXXXXXXXXXXXXXXX. ... ... ... .. ", +" .XXXXXXXXXXXXXXXXXXX. .. .. ... .. ", +" ..XXXXXXXXXXXXXXXXX. .. .. .........", +" ..XXXXXXXXXXXXXXX. ... ... .........", +" ..XXXXXXXXXXXXX. ....... .. ", +" ....XXXXXXXXX. ..... .. ", +" .......... "}; + --- vice-2.2.dfsg.orig/debian/icons/cbm2icon-32x28.xpm +++ vice-2.2.dfsg/debian/icons/cbm2icon-32x28.xpm @@ -0,0 +1,126 @@ +/* XPM */ +static char *cbm2icon-32x28[] = { +/* columns rows colors chars-per-pixel */ +"32 28 92 1", +" c black", +". c #00C500C50263", +"X c #023500240092", +"o c #0197019704EE", +"O c #01F501F50611", +"+ c #0233023306CF", +"@ c #02BB02BB087C", +"# c #02EA02EA0909", +"$ c #044104410D30", +"% c #04F704F70F65", +"& c #08310087021D", +"* c #0A4500AA02A6", +"= c #0663066313CD", +"- c #06B006B014BB", +"; c #07A307A317A6", +": c #07F307F318A4", +"> c #094D094D1CD5", +", c #099209921DAC", +"< c #156101610584", +"1 c #17A201860619", +"2 c #19E201AB06AE", +"3 c #0BDA0BDA24BD", +"4 c #0FB30FB330AB", +"5 c #3016031A0C69", +"6 c #391A03AF0EBC", +"7 c #176317634880", +"8 c #1BFE1BFE56C7", +"9 c #1C271C275746", +"0 c #1C381C38577A", +"q c #1F3A1F3A60CD", +"w c #2079207964AA", +"e c #20BD20BD657D", +"r c #24AB24AB71AE", +"t c #252025207316", +"y c #2558255873C7", +"u c #280728077C17", +"i c #294629467FF5", +"p c #4575047B11EC", +"a c #467F048B122D", +"s c #4F49051D1476", +"d c #57B205A816A2", +"f c #598005C51719", +"g c #29F629F681AB", +"h c #30153015950F", +"j c #308D308D9684", +"k c #32FC32FC9E0E", +"l c #33E133E1A0D4", +"z c #350C350CA472", +"x c #35503550A545", +"c c #359B359BA630", +"v c #36193619A7B7", +"b c #377C377CAC02", +"n c #37B537B5ACB4", +"m c #382F382FAE2B", +"M c #40294029C5E9", +"N c #40294029C6E7", +"B c #45594559D6FE", +"V c #49A849A8E458", +"C c #4A0F4A0FE596", +"Z c #4AC54AC5E7CD", +"A c #4B5D4B5DE808", +"S c #4CF44CF4EE8F", +"D c #4EEA4EEAF4A3", +"F c #4F2F4F2FF57B", +"G c #4FE74FE7F6B7", +"H c #50145014F718", +"J c #503E503EF8C0", +"K c #50715071F832", +"L c #506B506BF94C", +"P c #51445144FBED", +"I c #514E514EFC0C", +"U c #521F521FFB3C", +"Y c #517E517EFC96", +"T c #51AD51ADFD36", +"R c #52035203FE3E", +"E c #52415241FEFF", +"W c #52B552B5FF75", +"Q c #53015301FFFF", +"! c #53725372FFFF", +"~ c #C8BA0CF233CC", +"^ c #CEF70D5A3569", +"/ c #E0800E7C39EF", +"( c #E3A80EC13B07", +") c #E4570EBB3AED", +"_ c #E57B0ECE3B38", +"` c #E6750EDE3B78", +"' c #E7580EEC3BB3", +"] c #FD2710544152", +"[ c #FE5A106941A3", +"{ c #FF5110814207", +"} c #FFFF10894226", +"| c None", +/* pixels */ +"||||||||| @8q0qq0@|||||||||||||", +"|||||| -tcnDQQQQC:|||||||||||||", +"||||| ,eBGQQJQLJQC:|||||||||||||", +"||||+rNQPQLPQJJQQC-|||||||||||||", +"|||+gGQJPPPPLQJJJC:|||||||||||||", +"|| tJQLQPPPPQJQQQV-|||||||||||||", +"| ,MQJJQPPPQQLQQQV-|||||||||||||", +"| qQQLQJLQGBq8008k:|||||||||||||", +"|-BQPPPPPLu= % |||", +" 3ZJPPPPGg+||||||||%hcccccl4 |||", +" hQQPPLQm+|||||||||:C!Q!QJg@||||", +"+nQJPPPS7 |||||||||:A!Q!Ji+|||||", +"8GPPPPQV-||||||||||%hcccr+||||||", +"0QPLPPPV:|||||||||| |||||||", +"qQJQPPQV:||||||||||&sddf6 ||||||", +"0LQLPPPV-||||||||||2_{{{(a |||||", +"+nQPPPQS7 |||||||||1_{]{{(a ||||", +" hQLPLLQm+|||||||||1^_(((_~5 |||", +" 3CQPPPPGi+|||||||| 1111112& |||", +"|-BQPPPPQGi- % ", +"| eQLPPPJQGBq0088k: ", +"| ,MQLPPQLQJPQQQQC: ", +"|| rLQPPPPLLPPLLQV- ", +"|||+iLQPPPLQPLQQQV- ", +"||||+rNQQJQJJQLLQV;|| |||", +"||||| ,eBKQQQJQLJC;|| | ||||", +"|||||| =rcbDQJQQC:|| |||", +"||||||||| @8qqqq8@|| |||" +}; --- vice-2.2.dfsg.orig/debian/icons/cbm2icon-48x42.xpm +++ vice-2.2.dfsg/debian/icons/cbm2icon-48x42.xpm @@ -0,0 +1,49 @@ +/* XPM */ +const char *cbm2_icon_data[] = { +"48 42 4 1", +" c none", +". c #000000000000", +"X c #51445144FBEE", +"o c #FBEE10404103", +" .......... ", +" ....XXXXXXXXX. ", +" ..XXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXX........X. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXX. .............. ", +" .XXXXXXXXXXX. .XXXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXX. ", +" .XXXXXXXXXX. .XXXXXXXX. ", +".XXXXXXXXXXX. .XXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. .ooooooo. ", +".XXXXXXXXXXX. .oooooooo. ", +" .XXXXXXXXXX. .ooooooooo. ", +" .XXXXXXXXXXX. .oooooooooo. ", +" .XXXXXXXXXXX. .ooooooooooo. ", +" .XXXXXXXXXXX. .............. ", +" .XXXXXXXXXXXX. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXXXX........X. ... .... .. .. ", +" .XXXXXXXXXXXXXXXXXXXXXXX. .. .. .. .. ...... ", +" .XXXXXXXXXXXXXXXXXXXXXX. .. .... .. .. ", +" .XXXXXXXXXXXXXXXXXXXXXX. .. .. .. .. .. .. ", +" .XXXXXXXXXXXXXXXXXXXXX. ... .... .. .. ", +" .XXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXX. .... .... ", +" ..XXXXXXXXXXXXXXXXX. .. .. ", +" ..XXXXXXXXXXXXXXX. .. .. ", +" ..XXXXXXXXXXXXX. .. .. ", +" ....XXXXXXXXX. .... .... ", +" .......... "}; --- vice-2.2.dfsg.orig/debian/icons/peticon-32x28.xpm +++ vice-2.2.dfsg/debian/icons/peticon-32x28.xpm @@ -0,0 +1,126 @@ +/* XPM */ +static char *peticon-32x28[] = { +/* columns rows colors chars-per-pixel */ +"32 28 92 1", +" c black", +". c #00C500C50263", +"X c #023500240092", +"o c #0197019704EE", +"O c #01F501F50611", +"+ c #0233023306CF", +"@ c #02BB02BB087C", +"# c #02EA02EA0909", +"$ c #044104410D30", +"% c #04F704F70F65", +"& c #08310087021D", +"* c #0A4500AA02A6", +"= c #0663066313CD", +"- c #06B006B014BB", +"; c #07A307A317A6", +": c #07F307F318A4", +"> c #094D094D1CD5", +", c #099209921DAC", +"< c #156101610584", +"1 c #17A201860619", +"2 c #19E201AB06AE", +"3 c #0BDA0BDA24BD", +"4 c #0FB30FB330AB", +"5 c #3016031A0C69", +"6 c #391A03AF0EBC", +"7 c #176317634880", +"8 c #1BFE1BFE56C7", +"9 c #1C271C275746", +"0 c #1C381C38577A", +"q c #1F3A1F3A60CD", +"w c #2079207964AA", +"e c #20BD20BD657D", +"r c #24AB24AB71AE", +"t c #252025207316", +"y c #2558255873C7", +"u c #280728077C17", +"i c #294629467FF5", +"p c #4575047B11EC", +"a c #467F048B122D", +"s c #4F49051D1476", +"d c #57B205A816A2", +"f c #598005C51719", +"g c #29F629F681AB", +"h c #30153015950F", +"j c #308D308D9684", +"k c #32FC32FC9E0E", +"l c #33E133E1A0D4", +"z c #350C350CA472", +"x c #35503550A545", +"c c #359B359BA630", +"v c #36193619A7B7", +"b c #377C377CAC02", +"n c #37B537B5ACB4", +"m c #382F382FAE2B", +"M c #40294029C5E9", +"N c #40294029C6E7", +"B c #45594559D6FE", +"V c #49A849A8E458", +"C c #4A0F4A0FE596", +"Z c #4AC54AC5E7CD", +"A c #4B5D4B5DE808", +"S c #4CF44CF4EE8F", +"D c #4EEA4EEAF4A3", +"F c #4F2F4F2FF57B", +"G c #4FE74FE7F6B7", +"H c #50145014F718", +"J c #503E503EF8C0", +"K c #50715071F832", +"L c #506B506BF94C", +"P c #51445144FBED", +"I c #514E514EFC0C", +"U c #521F521FFB3C", +"Y c #517E517EFC96", +"T c #51AD51ADFD36", +"R c #52035203FE3E", +"E c #52415241FEFF", +"W c #52B552B5FF75", +"Q c #53015301FFFF", +"! c #53725372FFFF", +"~ c #C8BA0CF233CC", +"^ c #CEF70D5A3569", +"/ c #E0800E7C39EF", +"( c #E3A80EC13B07", +") c #E4570EBB3AED", +"_ c #E57B0ECE3B38", +"` c #E6750EDE3B78", +"' c #E7580EEC3BB3", +"] c #FD2710544152", +"[ c #FE5A106941A3", +"{ c #FF5110814207", +"} c #FFFF10894226", +"| c None", +/* pixels */ +"||||||||| @8q0qq0@|||||||||||||", +"|||||| -tcnDQQQQC:|||||||||||||", +"||||| ,eBGQQJQLJQC:|||||||||||||", +"||||+rNQPQLPQJJQQC-|||||||||||||", +"|||+gGQJPPPPLQJJJC:|||||||||||||", +"|| tJQLQPPPPQJQQQV-|||||||||||||", +"| ,MQJJQPPPQQLQQQV-|||||||||||||", +"| qQQLQJLQGBq8008k:|||||||||||||", +"|-BQPPPPPLu= % |||", +" 3ZJPPPPGg+||||||||%hcccccl4 |||", +" hQQPPLQm+|||||||||:C!Q!QJg@||||", +"+nQJPPPS7 |||||||||:A!Q!Ji+|||||", +"8GPPPPQV-||||||||||%hcccr+||||||", +"0QPLPPPV:|||||||||| |||||||", +"qQJQPPQV:||||||||||&sddf6 ||||||", +"0LQLPPPV-||||||||||2_{{{(a |||||", +"+nQPPPQS7 |||||||||1_{]{{(a ||||", +" hQLPLLQm+|||||||||1^_(((_~5 |||", +" 3CQPPPPGi+|||||||| 1111112& |||", +"|-BQPPPPQGi- % |||||||||||||", +"| eQLPPPJQGBq0088k: ", +"| ,MQLPPQLQJPQQQQC: ", +"|| rLQPPPPLLPPLLQV- ||| |", +"|||+iLQPPPLQPLQQQV- | |", +"||||+rNQQJQJJQLLQV; | |", +"||||| ,eBKQQQJQLJC; || ||| |", +"|||||| =rcbDQJQQC: || | |", +"||||||||| @8qqqq8@ || | |" +}; --- vice-2.2.dfsg.orig/debian/icons/peticon-48x42.xpm +++ vice-2.2.dfsg/debian/icons/peticon-48x42.xpm @@ -0,0 +1,49 @@ +/* XPM */ +const char *pet_icon_data[] = { +"48 42 4 1", +" c none", +". c #000000000000", +"X c #51445144FBEE", +"o c #FBEE10404103", +" .......... ", +" ....XXXXXXXXX. ", +" ..XXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXX........X. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXX. .............. ", +" .XXXXXXXXXXX. .XXXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXX. ", +" .XXXXXXXXXX. .XXXXXXXX. ", +".XXXXXXXXXXX. .XXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. .ooooooo. ", +".XXXXXXXXXXX. .oooooooo. ", +" .XXXXXXXXXX. .ooooooooo. ", +" .XXXXXXXXXXX. .oooooooooo. ", +" .XXXXXXXXXXX. .ooooooooooo. ", +" .XXXXXXXXXXX. .............. ", +" .XXXXXXXXXXXX. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXXXX........X. ", +" .XXXXXXXXXXXXXXXXXXXXXXX. ..... ..... ......", +" .XXXXXXXXXXXXXXXXXXXXXX. .. .. .. .. ", +" .XXXXXXXXXXXXXXXXXXXXXX. .. .. .. .. ", +" .XXXXXXXXXXXXXXXXXXXXX. .. .. .. .. ", +" .XXXXXXXXXXXXXXXXXXXX. ..... ..... .. ", +" .XXXXXXXXXXXXXXXXXXX. .. .. .. ", +" ..XXXXXXXXXXXXXXXXX. .. .. .. ", +" ..XXXXXXXXXXXXXXX. .. .. .. ", +" ..XXXXXXXXXXXXX. .. .. .. ", +" ....XXXXXXXXX. .. ..... .. ", +" .......... "}; --- vice-2.2.dfsg.orig/debian/icons/plus4icon-32x28.xpm +++ vice-2.2.dfsg/debian/icons/plus4icon-32x28.xpm @@ -0,0 +1,126 @@ +/* XPM */ +static char *plus4icon-32x28[] = { +/* columns rows colors chars-per-pixel */ +"32 28 92 1", +" c black", +". c #00C500C50263", +"X c #023500240092", +"o c #0197019704EE", +"O c #01F501F50611", +"+ c #0233023306CF", +"@ c #02BB02BB087C", +"# c #02EA02EA0909", +"$ c #044104410D30", +"% c #04F704F70F65", +"& c #08310087021D", +"* c #0A4500AA02A6", +"= c #0663066313CD", +"- c #06B006B014BB", +"; c #07A307A317A6", +": c #07F307F318A4", +"> c #094D094D1CD5", +", c #099209921DAC", +"< c #156101610584", +"1 c #17A201860619", +"2 c #19E201AB06AE", +"3 c #0BDA0BDA24BD", +"4 c #0FB30FB330AB", +"5 c #3016031A0C69", +"6 c #391A03AF0EBC", +"7 c #176317634880", +"8 c #1BFE1BFE56C7", +"9 c #1C271C275746", +"0 c #1C381C38577A", +"q c #1F3A1F3A60CD", +"w c #2079207964AA", +"e c #20BD20BD657D", +"r c #24AB24AB71AE", +"t c #252025207316", +"y c #2558255873C7", +"u c #280728077C17", +"i c #294629467FF5", +"p c #4575047B11EC", +"a c #467F048B122D", +"s c #4F49051D1476", +"d c #57B205A816A2", +"f c #598005C51719", +"g c #29F629F681AB", +"h c #30153015950F", +"j c #308D308D9684", +"k c #32FC32FC9E0E", +"l c #33E133E1A0D4", +"z c #350C350CA472", +"x c #35503550A545", +"c c #359B359BA630", +"v c #36193619A7B7", +"b c #377C377CAC02", +"n c #37B537B5ACB4", +"m c #382F382FAE2B", +"M c #40294029C5E9", +"N c #40294029C6E7", +"B c #45594559D6FE", +"V c #49A849A8E458", +"C c #4A0F4A0FE596", +"Z c #4AC54AC5E7CD", +"A c #4B5D4B5DE808", +"S c #4CF44CF4EE8F", +"D c #4EEA4EEAF4A3", +"F c #4F2F4F2FF57B", +"G c #4FE74FE7F6B7", +"H c #50145014F718", +"J c #503E503EF8C0", +"K c #50715071F832", +"L c #506B506BF94C", +"P c #51445144FBED", +"I c #514E514EFC0C", +"U c #521F521FFB3C", +"Y c #517E517EFC96", +"T c #51AD51ADFD36", +"R c #52035203FE3E", +"E c #52415241FEFF", +"W c #52B552B5FF75", +"Q c #53015301FFFF", +"! c #53725372FFFF", +"~ c #C8BA0CF233CC", +"^ c #CEF70D5A3569", +"/ c #E0800E7C39EF", +"( c #E3A80EC13B07", +") c #E4570EBB3AED", +"_ c #E57B0ECE3B38", +"` c #E6750EDE3B78", +"' c #E7580EEC3BB3", +"] c #FD2710544152", +"[ c #FE5A106941A3", +"{ c #FF5110814207", +"} c #FFFF10894226", +"| c None", +/* pixels */ +"||||||||| @8q0qq0@|||||||||||||", +"|||||| -tcnDQQQQC:|||||||||||||", +"||||| ,eBGQQJQLJQC:|||||||||||||", +"||||+rNQPQLPQJJQQC-|||||||||||||", +"|||+gGQJPPPPLQJJJC:|||||||||||||", +"|| tJQLQPPPPQJQQQV-|||||||||||||", +"| ,MQJJQPPPQQLQQQV-|||||||||||||", +"| qQQLQJLQGBq8008k:|||||||||||||", +"|-BQPPPPPLu= % |||", +" 3ZJPPPPGg+||||||||%hcccccl4 |||", +" hQQPPLQm+|||||||||:C!Q!QJg@||||", +"+nQJPPPS7 |||||||||:A!Q!Ji+|||||", +"8GPPPPQV-||||||||||%hcccr+||||||", +"0QPLPPPV:|||||||||| |||||||", +"qQJQPPQV:||||||||||&sddf6 ||||||", +"0LQLPPPV-||||||||||2_{{{(a |||||", +"+nQPPPQS7 |||||||||1_{]{{(a ||||", +" hQLPLLQm+|||||||||1^_(((_~5 |||", +" 3CQPPPPGi+|||||||| 1111112& |||", +"|-BQPPPPQGi- % ||||||||||| ", +"| eQLPPPJQGBq0088k:|||||||||| ", +"| ,MQLPPQLQJPQQQQC:|| ||||| ", +"|| rLQPPPPLLPPLLQV-|| |||| ", +"|||+iLQPPPLQPLQQQV- | ", +"||||+rNQQJQJJQLLQV; | ", +"||||| ,eBKQQQJQLJC;|| || ", +"|||||| =rcbDQJQQC:|| || ", +"||||||||| @8qqqq8@|||||||||| " +}; --- vice-2.2.dfsg.orig/debian/icons/plus4icon-48x42.xpm +++ vice-2.2.dfsg/debian/icons/plus4icon-48x42.xpm @@ -0,0 +1,50 @@ +/* XPM */ +const char *plus4_icon_data[] = { +"48 42 4 1", +" c none", +". c #000000000000", +"X c #51445144FBEE", +"o c #FBEE10404103", +" .......... ", +" ....XXXXXXXXX. ", +" ..XXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXX. ", +" ..XXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXXXXXXXXXXX. ", +" .XXXXXXXXXXXXXX........X. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXX. .............. ", +" .XXXXXXXXXXX. .XXXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXXX. ", +" .XXXXXXXXXXX. .XXXXXXXXX. ", +" .XXXXXXXXXX. .XXXXXXXX. ", +".XXXXXXXXXXX. .XXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. ", +".XXXXXXXXXXX. ........ ", +".XXXXXXXXXXX. .ooooooo. ", +".XXXXXXXXXXX. .oooooooo. ", +" .XXXXXXXXXX. .ooooooooo. ", +" .XXXXXXXXXXX. .oooooooooo. ", +" .XXXXXXXXXXX. .ooooooooooo. ", +" .XXXXXXXXXXX. .............. ", +" .XXXXXXXXXXXX. ", +" .XXXXXXXXXXXXX.. .. ", +" .XXXXXXXXXXXXXX........X. . ", +" .XXXXXXXXXXXXXXXXXXXXXXX. .. ", +" .XXXXXXXXXXXXXXXXXXXXXX. .. ... ", +" .XXXXXXXXXXXXXXXXXXXXXX. .. .... ", +" .XXXXXXXXXXXXXXXXXXXXX. .. ..... ", +" .XXXXXXXXXXXXXXXXXXXX. ........ ... .. ", +" .XXXXXXXXXXXXXXXXXXX. ........ ... .. ", +" ..XXXXXXXXXXXXXXXXX. .. .........", +" ..XXXXXXXXXXXXXXX. .. .........", +" ..XXXXXXXXXXXXX. .. .. ", +" ....XXXXXXXXX. .. ", +" .......... "}; + --- vice-2.2.dfsg.orig/debian/icons/vic20icon-32x28.xpm +++ vice-2.2.dfsg/debian/icons/vic20icon-32x28.xpm @@ -0,0 +1,122 @@ +/* XPM */ +static char *vic20icon-32x28[] = { +/* columns rows colors chars-per-pixel */ +"32 28 88 1", +" c black", +". c #00E300E302C1", +"X c #02E4003000BF", +"o c #01F501F50611", +"O c #026702670774", +"+ c #03EA03EA0C23", +"@ c #040904090C82", +"# c #044704470D41", +"$ c #08310087021D", +"% c #0B1C00B702DE", +"& c #06B006B014BB", +"* c #094A094A1CCA", +"= c #17A301860619", +"- c #18A40197065B", +"; c #1A8101B506D7", +": c #1D5F01E50794", +"> c #1E6001F507D7", +", c #0ACF0ACF2183", +"< c #0BDD0BDD24C6", +"1 c #115E115E35D8", +"2 c #126B126B391A", +"3 c #145314533F00", +"4 c #167C167C45B7", +"5 c #16AD16AD464A", +"6 c #174C174C4838", +"7 c #179B179B48F9", +"8 c #181D181D4AC8", +"9 c #198119814F11", +"0 c #1BCC1BCC562C", +"q c #1BFE1BFE56C7", +"w c #1C381C38577A", +"e c #1CDF1CDF58E3", +"r c #1F221F226083", +"t c #1F6C1F6C6168", +"y c #1FDA1FDA62BF", +"u c #209E209E651C", +"i c #20BE20BE657F", +"p c #222D222D69F3", +"a c #4F49051D1476", +"s c #57F405AC16B3", +"d c #2BD42BD487DF", +"f c #2C912C918A2B", +"g c #308D308D9684", +"h c #30B330B396FB", +"j c #34583458A245", +"k c #350B350BA46F", +"l c #354F354FA544", +"z c #35873587A5F1", +"x c #36043604A773", +"c c #382F382FAE2B", +"v c #39A939A9B2CB", +"b c #3A253A25B442", +"n c #3B083B08B6D5", +"m c #3ECC3ECCC2AB", +"M c #3F1C3F1CC3A3", +"N c #45674567D728", +"B c #48324832DFCE", +"V c #485B485BE050", +"C c #48B348B3E15F", +"Z c #495A495AE2C8", +"A c #4A494A49E3B0", +"S c #4AC54AC5E7CD", +"D c #4AF74AF7E83D", +"F c #4E014E01F0D5", +"G c #4E054E05F13E", +"H c #4F4E4F4EF5DB", +"J c #51435143FBEC", +"K c #514D514DFC0A", +"L c #51835183FCB2", +"P c #51CB51CBFD4D", +"I c #52135213FE6F", +"U c #52445244FF08", +"Y c #527F527FFE96", +"T c #52885288FFDB", +"R c #53275327FFFF", +"E c #53AF53AFFFFF", +"W c #9EE10A3F2900", +"Q c #B6FF0BCE2F39", +"! c #B80B0BE52F96", +"~ c #E45E0EBB3AEF", +"^ c #E6750EDE3B79", +"/ c #E7630EED3BB6", +"( c #FD3810564158", +") c #FE431067419D", +"_ c #FFA9107E41FA", +"` c #FFFF108E4239", +"' c #FFCF109C4273", +"] c None", +/* pixels */ +"]]]]]]]]] \n" "Language-Team: LANGUAGE \n"