Codebase list gopchop / 326cb18
Imported Debian patch 1.1.8-2 tony mancill 7 years ago
11 changed file(s) with 901 addition(s) and 144 deletion(s). Raw diff Collapse all Expand all
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 # Free Software Foundation, Inc.
5
6 timestamp='2008-01-23'
3 # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4
5 timestamp='2006-02-23'
76
87 # This file is free software; you can redistribute it and/or modify it
98 # under the terms of the GNU General Public License as published by
5554 GNU config.guess ($timestamp)
5655
5756 Originally written by Per Bothner.
58 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
59 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
57 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
58 Free Software Foundation, Inc.
6059
6160 This is free software; see the source for copying conditions. There is NO
6261 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
160159 arm*) machine=arm-unknown ;;
161160 sh3el) machine=shl-unknown ;;
162161 sh3eb) machine=sh-unknown ;;
163 sh5el) machine=sh5le-unknown ;;
164162 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
165163 esac
166164 # The Operating System including object format, if it has switched
211209 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
212210 exit ;;
213211 macppc:MirBSD:*:*)
214 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
212 echo powerppc-unknown-mirbsd${UNAME_RELEASE}
215213 exit ;;
216214 *:MirBSD:*:*)
217215 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
329327 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
330328 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
331329 exit ;;
332 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
330 i86pc:SunOS:5.*:*)
333331 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
334332 exit ;;
335333 sun4*:SunOS:6*:*)
531529 echo rs6000-ibm-aix3.2
532530 fi
533531 exit ;;
534 *:AIX:*:[456])
532 *:AIX:*:[45])
535533 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
536534 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
537535 IBM_ARCH=rs6000
771769 case ${UNAME_MACHINE} in
772770 pc98)
773771 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
774 amd64)
775 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
776772 *)
777773 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
778774 esac
780776 i*:CYGWIN*:*)
781777 echo ${UNAME_MACHINE}-pc-cygwin
782778 exit ;;
783 *:MINGW*:*)
779 i*:MINGW*:*)
780 echo ${UNAME_MACHINE}-pc-mingw32
781 exit ;;
782 i*:MSYS_NT-*:*:*)
784783 echo ${UNAME_MACHINE}-pc-mingw32
785784 exit ;;
786785 i*:windows32*:*)
790789 i*:PW*:*)
791790 echo ${UNAME_MACHINE}-pc-pw32
792791 exit ;;
793 *:Interix*:[3456]*)
794 case ${UNAME_MACHINE} in
795 x86)
796 echo i586-pc-interix${UNAME_RELEASE}
797 exit ;;
798 EM64T | authenticamd)
799 echo x86_64-unknown-interix${UNAME_RELEASE}
800 exit ;;
801 IA64)
802 echo ia64-unknown-interix${UNAME_RELEASE}
803 exit ;;
804 esac ;;
792 x86:Interix*:[345]*)
793 echo i586-pc-interix${UNAME_RELEASE}
794 exit ;;
795 EM64T:Interix*:[345]*)
796 echo x86_64-unknown-interix${UNAME_RELEASE}
797 exit ;;
805798 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
806799 echo i${UNAME_MACHINE}-pc-mks
807800 exit ;;
835828 echo ${UNAME_MACHINE}-pc-minix
836829 exit ;;
837830 arm*:Linux:*:*)
838 eval $set_cc_for_build
839 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
840 | grep -q __ARM_EABI__
841 then
842 echo ${UNAME_MACHINE}-unknown-linux-gnu
843 else
844 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
845 fi
846 exit ;;
847 avr32*:Linux:*:*)
848831 echo ${UNAME_MACHINE}-unknown-linux-gnu
849832 exit ;;
850833 cris:Linux:*:*)
963946 x86_64:Linux:*:*)
964947 echo x86_64-unknown-linux-gnu
965948 exit ;;
966 xtensa*:Linux:*:*)
967 echo ${UNAME_MACHINE}-unknown-linux-gnu
968 exit ;;
969949 i*86:Linux:*:*)
970950 # The BFD linker knows what the default object file format is, so
971951 # first see if it will tell us. cd to the root directory to prevent
1008988 LIBC=gnulibc1
1009989 # endif
1010990 #else
1011 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
991 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
1012992 LIBC=gnu
1013993 #else
1014994 LIBC=gnuaout
12241204 SX-6:SUPER-UX:*:*)
12251205 echo sx6-nec-superux${UNAME_RELEASE}
12261206 exit ;;
1227 SX-7:SUPER-UX:*:*)
1228 echo sx7-nec-superux${UNAME_RELEASE}
1229 exit ;;
1230 SX-8:SUPER-UX:*:*)
1231 echo sx8-nec-superux${UNAME_RELEASE}
1232 exit ;;
1233 SX-8R:SUPER-UX:*:*)
1234 echo sx8r-nec-superux${UNAME_RELEASE}
1235 exit ;;
12361207 Power*:Rhapsody:*:*)
12371208 echo powerpc-apple-rhapsody${UNAME_RELEASE}
12381209 exit ;;
14831454 the operating system you are using. It is advised that you
14841455 download the most up to date version of the config scripts from
14851456
1486 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1457 http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
14871458 and
1488 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
1459 http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
14891460
14901461 If the version you run ($0) is already up to date, please
14911462 send the following data and any information you think might be
00 #! /bin/sh
11 # Configuration validation subroutine script.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 # Free Software Foundation, Inc.
5
6 timestamp='2008-01-16'
3 # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4
5 timestamp='2006-02-23'
76
87 # This file is (in principle) common to ALL GNU software.
98 # The presence of a machine in this file suggests that SOME GNU software
7170 version="\
7271 GNU config.sub ($timestamp)
7372
74 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
75 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
73 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
74 Free Software Foundation, Inc.
7675
7776 This is free software; see the source for copying conditions. There is NO
7877 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
240239 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
241240 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
242241 | am33_2.0 \
243 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
242 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
244243 | bfin \
245244 | c4x | clipper \
246245 | d10v | d30v | dlx | dsp16xx \
247 | fido | fr30 | frv \
246 | fr30 | frv \
248247 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
249248 | i370 | i860 | i960 | ia64 \
250249 | ip2k | iq2000 \
251 | m32c | m32r | m32rle | m68000 | m68k | m88k \
252 | maxq | mb | microblaze | mcore | mep \
250 | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \
253251 | mips | mipsbe | mipseb | mipsel | mipsle \
254252 | mips16 \
255253 | mips64 | mips64el \
275273 | pdp10 | pdp11 | pj | pjl \
276274 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
277275 | pyramid \
278 | score \
279 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
276 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
280277 | sh64 | sh64le \
281 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
282 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
283 | spu | strongarm \
278 | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
279 | sparcv8 | sparcv9 | sparcv9b \
280 | strongarm \
284281 | tahoe | thumb | tic4x | tic80 | tron \
285282 | v850 | v850e \
286283 | we32k \
287 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
284 | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
288285 | z8k)
286 basic_machine=$basic_machine-unknown
287 ;;
288 m32c)
289289 basic_machine=$basic_machine-unknown
290290 ;;
291291 m6811 | m68hc11 | m6812 | m68hc12)
317317 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
318318 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
319319 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
320 | avr-* | avr32-* \
320 | avr-* \
321321 | bfin-* | bs2000-* \
322322 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
323323 | clipper-* | craynv-* | cydra-* \
324324 | d10v-* | d30v-* | dlx-* \
325325 | elxsi-* \
326 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
326 | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
327327 | h8300-* | h8500-* \
328328 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
329329 | i*86-* | i860-* | i960-* | ia64-* \
330330 | ip2k-* | iq2000-* \
331 | m32c-* | m32r-* | m32rle-* \
331 | m32r-* | m32rle-* \
332332 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
333333 | m88110-* | m88k-* | maxq-* | mcore-* \
334334 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
357357 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
358358 | pyramid-* \
359359 | romp-* | rs6000-* \
360 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
360 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
361361 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
362 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
362 | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
363363 | sparclite-* \
364 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
364 | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
365365 | tahoe-* | thumb-* \
366366 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
367367 | tron-* \
368368 | v850-* | v850e-* | vax-* \
369369 | we32k-* \
370 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
371 | xstormy16-* | xtensa*-* \
370 | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
371 | xstormy16-* | xtensa-* \
372372 | ymp-* \
373373 | z8k-*)
374374 ;;
375 # Recognize the basic CPU types without company name, with glob match.
376 xtensa*)
377 basic_machine=$basic_machine-unknown
375 m32c-*)
378376 ;;
379377 # Recognize the various machine names and aliases which stand
380378 # for a CPU type and a company and sometimes even an OS.
446444 basic_machine=ns32k-sequent
447445 os=-dynix
448446 ;;
449 blackfin)
450 basic_machine=bfin-unknown
451 os=-linux
452 ;;
453 blackfin-*)
454 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
455 os=-linux
456 ;;
457447 c90)
458448 basic_machine=c90-cray
459449 os=-unicos
486476 basic_machine=craynv-cray
487477 os=-unicosmp
488478 ;;
489 cr16)
490 basic_machine=cr16-unknown
479 cr16c)
480 basic_machine=cr16c-unknown
491481 os=-elf
492482 ;;
493483 crds | unos)
679669 basic_machine=m68k-isi
680670 os=-sysv
681671 ;;
682 m68knommu)
683 basic_machine=m68k-unknown
684 os=-linux
685 ;;
686 m68knommu-*)
687 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
688 os=-linux
689 ;;
690672 m88k-omron*)
691673 basic_machine=m88k-omron
692674 ;;
701683 mingw32)
702684 basic_machine=i386-pc
703685 os=-mingw32
704 ;;
705 mingw32ce)
706 basic_machine=arm-unknown
707 os=-mingw32ce
708686 ;;
709687 miniframe)
710688 basic_machine=m68000-convergent
832810 basic_machine=i860-intel
833811 os=-osf
834812 ;;
835 parisc)
836 basic_machine=hppa-unknown
837 os=-linux
838 ;;
839 parisc-*)
840 basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
841 os=-linux
842 ;;
843813 pbd)
844814 basic_machine=sparc-tti
845815 ;;
941911 sb1el)
942912 basic_machine=mipsisa64sb1el-unknown
943913 ;;
944 sde)
945 basic_machine=mipsisa32-sde
946 os=-elf
947 ;;
948914 sei)
949915 basic_machine=mips-sei
950916 os=-seiux
956922 basic_machine=sh-hitachi
957923 os=-hms
958924 ;;
959 sh5el)
960 basic_machine=sh5le-unknown
961 ;;
962925 sh64)
963926 basic_machine=sh64-unknown
964927 ;;
10471010 tic6x | c6x*)
10481011 basic_machine=tic6x-unknown
10491012 os=-coff
1050 ;;
1051 tile*)
1052 basic_machine=tile-unknown
1053 os=-linux-gnu
10541013 ;;
10551014 tx39)
10561015 basic_machine=mipstx39-unknown
11681127 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
11691128 basic_machine=sh-unknown
11701129 ;;
1171 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1130 sparc | sparcv8 | sparcv9 | sparcv9b)
11721131 basic_machine=sparc-sun
11731132 ;;
11741133 cydra)
12571216 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
12581217 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
12591218 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1260 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1219 | -skyos* | -haiku* | -rdos*)
12611220 # Remember, each alternative MUST END IN *, to match a version number.
12621221 ;;
12631222 -qnx*)
14091368 # system, and we'll never get to this point.
14101369
14111370 case $basic_machine in
1412 score-*)
1413 os=-elf
1414 ;;
1415 spu-*)
1416 os=-elf
1417 ;;
14181371 *-acorn)
14191372 os=-riscix1.2
14201373 ;;
14241377 arm*-semi)
14251378 os=-aout
14261379 ;;
1427 c4x-* | tic4x-*)
1428 os=-coff
1429 ;;
1380 c4x-* | tic4x-*)
1381 os=-coff
1382 ;;
14301383 # This must come before the *-dec entry.
14311384 pdp10-*)
14321385 os=-tops20
14511404 ;;
14521405 m68*-cisco)
14531406 os=-aout
1454 ;;
1455 mep-*)
1456 os=-elf
14571407 ;;
14581408 mips*-cisco)
14591409 os=-elf
+0
-4
debian/.cvsignore less more
0 gopchop.substvars
1 files
2 gopchop
3 gopchop.post*
0 gopchop (1.1.8-2) unstable; urgency=low
1
2 * Change archive section to video.
3 * Set Standards-Version to 3.8.3 (no changes needed).
4 * Remove build-dep on dpatch.
5 * Add debian/source/format; set to "3.0 (quilt)"
6 * Set debhelper compatibility to V7 (debian/compat).
7 * Add patch for gtkspu warning.
8
9 -- tony mancill <tmancill@debian.org> Sun, 22 Nov 2009 17:23:51 -0800
10
011 gopchop (1.1.8-1) unstable; urgency=low
112
213 * New upstream release
00 Source: gopchop
1 Section: graphics
1 Section: video
22 Priority: optional
33 Maintainer: John R. Hogerhuis <jhoger@pobox.com>
44 Uploaders: tony mancill <tmancill@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>
5 Build-Depends: debhelper (>= 5), libxml-parser-perl, libxml2-dev, libmpeg2-4-dev, libglib2.0-dev, libgtk2.0-dev, pkg-config, libtool, autoconf (>= 2.5.2), libx11-dev, automake1.7, intltool, libxv-dev, dpatch
5 Build-Depends: debhelper (>= 5), libxml-parser-perl, libxml2-dev, libmpeg2-4-dev, libglib2.0-dev, libgtk2.0-dev, pkg-config, libtool, autoconf (>= 2.5.2), libx11-dev, automake1.7, intltool, libxv-dev
66 Build-Conflicts: autoconf2.13
7 Standards-Version: 3.8.0
7 Standards-Version: 3.8.3
88 Homepage: http://gopchop.sourceforge.net
99 Vcs-Svn: http://dorf.mancill.com/svn/deb/gopchop/
1010 Vcs-Browser: http://dorf.mancill.com/websvn/listing.php?repname=debian+SVN+repository&path=%2Fgopchop%2F
0 Description: Upstream changes introduced in version 1.1.8-2
1 This patch has been created by dpkg-source during the package build.
2 Here's the last changelog entry, hopefully it gives details on why
3 those changes were made:
4 .
5 gopchop (1.1.8-2) unstable; urgency=low
6 .
7 * Change archive section to video.
8 * Set Standards-Version to 3.8.3 (no changes needed).
9 * Remove build-dep on dpatch.
10 * Add debian/source/format; set to "3.0 (quilt)"
11 * Set debhelper compatibility to V7 (debian/compat).
12 * Add patch for gtkspu warning.
13 .
14 The person named in the Author field signed this changelog entry.
15 Author: tony mancill <tmancill@debian.org>
16
17 ---
18 The information above should follow the Patch Tagging Guidelines, please
19 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
20 are templates for supplementary fields that you might want to add:
21
22 Origin: <vendor|upstream|other>, <url of original patch>
23 Bug: <url in upstream bugtracker>
24 Bug-Debian: http://bugs.debian.org/<bugnumber>
25 Forwarded: <no|not-needed|url proving that it has been forwarded>
26 Reviewed-By: <name and email of someone who approved the patch>
27 Last-Update: <YYYY-MM-DD>
28
29 --- gopchop-1.1.8.orig/config.sub
30 +++ gopchop-1.1.8/config.sub
31 @@ -1,9 +1,10 @@
32 #! /bin/sh
33 # Configuration validation subroutine script.
34 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
35 -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
36 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
37 +# Free Software Foundation, Inc.
38
39 -timestamp='2006-02-23'
40 +timestamp='2009-06-11'
41
42 # This file is (in principle) common to ALL GNU software.
43 # The presence of a machine in this file suggests that SOME GNU software
44 @@ -71,8 +72,8 @@ Report bugs and patches to <config-patch
45 version="\
46 GNU config.sub ($timestamp)
47
48 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
49 -Free Software Foundation, Inc.
50 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
51 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
52
53 This is free software; see the source for copying conditions. There is NO
54 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
55 @@ -121,6 +122,7 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-
56 case $maybe_os in
57 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
58 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
59 + kopensolaris*-gnu* | \
60 storm-chaos* | os2-emx* | rtmk-nova*)
61 os=-$maybe_os
62 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
63 @@ -151,6 +153,9 @@ case $os in
64 os=
65 basic_machine=$1
66 ;;
67 + -bluegene*)
68 + os=-cnk
69 + ;;
70 -sim | -cisco | -oki | -wec | -winbond)
71 os=
72 basic_machine=$1
73 @@ -240,20 +245,24 @@ case $basic_machine in
74 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
75 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
76 | am33_2.0 \
77 - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
78 + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
79 | bfin \
80 | c4x | clipper \
81 | d10v | d30v | dlx | dsp16xx \
82 - | fr30 | frv \
83 + | fido | fr30 | frv \
84 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
85 | i370 | i860 | i960 | ia64 \
86 | ip2k | iq2000 \
87 - | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \
88 + | lm32 \
89 + | m32c | m32r | m32rle | m68000 | m68k | m88k \
90 + | maxq | mb | microblaze | mcore | mep | metag \
91 | mips | mipsbe | mipseb | mipsel | mipsle \
92 | mips16 \
93 | mips64 | mips64el \
94 - | mips64vr | mips64vrel \
95 + | mips64octeon | mips64octeonel \
96 | mips64orion | mips64orionel \
97 + | mips64r5900 | mips64r5900el \
98 + | mips64vr | mips64vrel \
99 | mips64vr4100 | mips64vr4100el \
100 | mips64vr4300 | mips64vr4300el \
101 | mips64vr5000 | mips64vr5000el \
102 @@ -266,6 +275,7 @@ case $basic_machine in
103 | mipsisa64sr71k | mipsisa64sr71kel \
104 | mipstx39 | mipstx39el \
105 | mn10200 | mn10300 \
106 + | moxie \
107 | mt \
108 | msp430 \
109 | nios | nios2 \
110 @@ -274,19 +284,17 @@ case $basic_machine in
111 | pdp10 | pdp11 | pj | pjl \
112 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
113 | pyramid \
114 - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
115 + | score \
116 + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
117 | sh64 | sh64le \
118 - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
119 - | sparcv8 | sparcv9 | sparcv9b \
120 - | strongarm \
121 + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
122 + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
123 + | spu | strongarm \
124 | tahoe | thumb | tic4x | tic80 | tron \
125 | v850 | v850e \
126 | we32k \
127 - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
128 - | z8k)
129 - basic_machine=$basic_machine-unknown
130 - ;;
131 - m32c)
132 + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
133 + | z8k | z80)
134 basic_machine=$basic_machine-unknown
135 ;;
136 m6811 | m68hc11 | m6812 | m68hc12)
137 @@ -318,25 +326,28 @@ case $basic_machine in
138 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
139 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
140 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
141 - | avr-* \
142 + | avr-* | avr32-* \
143 | bfin-* | bs2000-* \
144 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
145 | clipper-* | craynv-* | cydra-* \
146 | d10v-* | d30v-* | dlx-* \
147 | elxsi-* \
148 - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
149 + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
150 | h8300-* | h8500-* \
151 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
152 | i*86-* | i860-* | i960-* | ia64-* \
153 | ip2k-* | iq2000-* \
154 - | m32r-* | m32rle-* \
155 + | lm32-* \
156 + | m32c-* | m32r-* | m32rle-* \
157 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
158 - | m88110-* | m88k-* | maxq-* | mcore-* \
159 + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
160 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
161 | mips16-* \
162 | mips64-* | mips64el-* \
163 - | mips64vr-* | mips64vrel-* \
164 + | mips64octeon-* | mips64octeonel-* \
165 | mips64orion-* | mips64orionel-* \
166 + | mips64r5900-* | mips64r5900el-* \
167 + | mips64vr-* | mips64vrel-* \
168 | mips64vr4100-* | mips64vr4100el-* \
169 | mips64vr4300-* | mips64vr4300el-* \
170 | mips64vr5000-* | mips64vr5000el-* \
171 @@ -358,22 +369,24 @@ case $basic_machine in
172 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
173 | pyramid-* \
174 | romp-* | rs6000-* \
175 - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
176 + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
177 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
178 - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
179 + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
180 | sparclite-* \
181 - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
182 + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
183 | tahoe-* | thumb-* \
184 - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
185 + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
186 | tron-* \
187 | v850-* | v850e-* | vax-* \
188 | we32k-* \
189 - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
190 - | xstormy16-* | xtensa-* \
191 + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
192 + | xstormy16-* | xtensa*-* \
193 | ymp-* \
194 - | z8k-*)
195 + | z8k-* | z80-*)
196 ;;
197 - m32c-*)
198 + # Recognize the basic CPU types without company name, with glob match.
199 + xtensa*)
200 + basic_machine=$basic_machine-unknown
201 ;;
202 # Recognize the various machine names and aliases which stand
203 # for a CPU type and a company and sometimes even an OS.
204 @@ -437,6 +450,10 @@ case $basic_machine in
205 basic_machine=m68k-apollo
206 os=-bsd
207 ;;
208 + aros)
209 + basic_machine=i386-pc
210 + os=-aros
211 + ;;
212 aux)
213 basic_machine=m68k-apple
214 os=-aux
215 @@ -445,10 +462,26 @@ case $basic_machine in
216 basic_machine=ns32k-sequent
217 os=-dynix
218 ;;
219 + blackfin)
220 + basic_machine=bfin-unknown
221 + os=-linux
222 + ;;
223 + blackfin-*)
224 + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
225 + os=-linux
226 + ;;
227 + bluegene*)
228 + basic_machine=powerpc-ibm
229 + os=-cnk
230 + ;;
231 c90)
232 basic_machine=c90-cray
233 os=-unicos
234 ;;
235 + cegcc)
236 + basic_machine=arm-unknown
237 + os=-cegcc
238 + ;;
239 convex-c1)
240 basic_machine=c1-convex
241 os=-bsd
242 @@ -477,8 +510,8 @@ case $basic_machine in
243 basic_machine=craynv-cray
244 os=-unicosmp
245 ;;
246 - cr16c)
247 - basic_machine=cr16c-unknown
248 + cr16)
249 + basic_machine=cr16-unknown
250 os=-elf
251 ;;
252 crds | unos)
253 @@ -516,6 +549,10 @@ case $basic_machine in
254 basic_machine=m88k-motorola
255 os=-sysv3
256 ;;
257 + dicos)
258 + basic_machine=i686-pc
259 + os=-dicos
260 + ;;
261 djgpp)
262 basic_machine=i586-pc
263 os=-msdosdjgpp
264 @@ -670,6 +707,14 @@ case $basic_machine in
265 basic_machine=m68k-isi
266 os=-sysv
267 ;;
268 + m68knommu)
269 + basic_machine=m68k-unknown
270 + os=-linux
271 + ;;
272 + m68knommu-*)
273 + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
274 + os=-linux
275 + ;;
276 m88k-omron*)
277 basic_machine=m88k-omron
278 ;;
279 @@ -685,6 +730,10 @@ case $basic_machine in
280 basic_machine=i386-pc
281 os=-mingw32
282 ;;
283 + mingw32ce)
284 + basic_machine=arm-unknown
285 + os=-mingw32ce
286 + ;;
287 miniframe)
288 basic_machine=m68000-convergent
289 ;;
290 @@ -811,6 +860,14 @@ case $basic_machine in
291 basic_machine=i860-intel
292 os=-osf
293 ;;
294 + parisc)
295 + basic_machine=hppa-unknown
296 + os=-linux
297 + ;;
298 + parisc-*)
299 + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
300 + os=-linux
301 + ;;
302 pbd)
303 basic_machine=sparc-tti
304 ;;
305 @@ -912,6 +969,10 @@ case $basic_machine in
306 sb1el)
307 basic_machine=mipsisa64sb1el-unknown
308 ;;
309 + sde)
310 + basic_machine=mipsisa32-sde
311 + os=-elf
312 + ;;
313 sei)
314 basic_machine=mips-sei
315 os=-seiux
316 @@ -923,6 +984,9 @@ case $basic_machine in
317 basic_machine=sh-hitachi
318 os=-hms
319 ;;
320 + sh5el)
321 + basic_machine=sh5le-unknown
322 + ;;
323 sh64)
324 basic_machine=sh64-unknown
325 ;;
326 @@ -1012,6 +1076,10 @@ case $basic_machine in
327 basic_machine=tic6x-unknown
328 os=-coff
329 ;;
330 + tile*)
331 + basic_machine=tile-unknown
332 + os=-linux-gnu
333 + ;;
334 tx39)
335 basic_machine=mipstx39-unknown
336 ;;
337 @@ -1087,6 +1155,10 @@ case $basic_machine in
338 basic_machine=z8k-unknown
339 os=-sim
340 ;;
341 + z80-*-coff)
342 + basic_machine=z80-unknown
343 + os=-sim
344 + ;;
345 none)
346 basic_machine=none-none
347 os=-none
348 @@ -1125,10 +1197,10 @@ case $basic_machine in
349 we32k)
350 basic_machine=we32k-att
351 ;;
352 - sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
353 + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
354 basic_machine=sh-unknown
355 ;;
356 - sparc | sparcv8 | sparcv9 | sparcv9b)
357 + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
358 basic_machine=sparc-sun
359 ;;
360 cydra)
361 @@ -1195,10 +1267,11 @@ case $os in
362 # Each alternative MUST END IN A *, to match a version number.
363 # -sysv* is not here because it comes later, after sysvr4.
364 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
365 - | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
366 + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
367 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
368 + | -kopensolaris* \
369 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
370 - | -aos* \
371 + | -aos* | -aros* \
372 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
373 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
374 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
375 @@ -1207,7 +1280,7 @@ case $os in
376 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
377 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
378 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
379 - | -chorusos* | -chorusrdb* \
380 + | -chorusos* | -chorusrdb* | -cegcc* \
381 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
382 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
383 | -uxpv* | -beos* | -mpeix* | -udk* \
384 @@ -1217,7 +1290,7 @@ case $os in
385 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
386 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
387 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
388 - | -skyos* | -haiku* | -rdos*)
389 + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
390 # Remember, each alternative MUST END IN *, to match a version number.
391 ;;
392 -qnx*)
393 @@ -1347,6 +1420,9 @@ case $os in
394 -zvmoe)
395 os=-zvmoe
396 ;;
397 + -dicos*)
398 + os=-dicos
399 + ;;
400 -none)
401 ;;
402 *)
403 @@ -1369,6 +1445,12 @@ else
404 # system, and we'll never get to this point.
405
406 case $basic_machine in
407 + score-*)
408 + os=-elf
409 + ;;
410 + spu-*)
411 + os=-elf
412 + ;;
413 *-acorn)
414 os=-riscix1.2
415 ;;
416 @@ -1378,9 +1460,9 @@ case $basic_machine in
417 arm*-semi)
418 os=-aout
419 ;;
420 - c4x-* | tic4x-*)
421 - os=-coff
422 - ;;
423 + c4x-* | tic4x-*)
424 + os=-coff
425 + ;;
426 # This must come before the *-dec entry.
427 pdp10-*)
428 os=-tops20
429 @@ -1406,6 +1488,9 @@ case $basic_machine in
430 m68*-cisco)
431 os=-aout
432 ;;
433 + mep-*)
434 + os=-elf
435 + ;;
436 mips*-cisco)
437 os=-elf
438 ;;
439 @@ -1535,7 +1620,7 @@ case $basic_machine in
440 -sunos*)
441 vendor=sun
442 ;;
443 - -aix*)
444 + -cnk*|-aix*)
445 vendor=ibm
446 ;;
447 -beos*)
448 --- gopchop-1.1.8.orig/config.guess
449 +++ gopchop-1.1.8/config.guess
450 @@ -1,9 +1,10 @@
451 #! /bin/sh
452 # Attempt to guess a canonical system name.
453 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
454 -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
455 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
456 +# Free Software Foundation, Inc.
457
458 -timestamp='2006-02-23'
459 +timestamp='2009-06-10'
460
461 # This file is free software; you can redistribute it and/or modify it
462 # under the terms of the GNU General Public License as published by
463 @@ -55,8 +56,8 @@ version="\
464 GNU config.guess ($timestamp)
465
466 Originally written by Per Bothner.
467 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
468 -Free Software Foundation, Inc.
469 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
470 +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
471
472 This is free software; see the source for copying conditions. There is NO
473 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
474 @@ -160,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
475 arm*) machine=arm-unknown ;;
476 sh3el) machine=shl-unknown ;;
477 sh3eb) machine=sh-unknown ;;
478 + sh5el) machine=sh5le-unknown ;;
479 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
480 esac
481 # The Operating System including object format, if it has switched
482 @@ -168,7 +170,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
483 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
484 eval $set_cc_for_build
485 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
486 - | grep __ELF__ >/dev/null
487 + | grep -q __ELF__
488 then
489 # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
490 # Return netbsd for either. FIX?
491 @@ -210,7 +212,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
492 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
493 exit ;;
494 macppc:MirBSD:*:*)
495 - echo powerppc-unknown-mirbsd${UNAME_RELEASE}
496 + echo powerpc-unknown-mirbsd${UNAME_RELEASE}
497 exit ;;
498 *:MirBSD:*:*)
499 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
500 @@ -322,14 +324,30 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
501 case `/usr/bin/uname -p` in
502 sparc) echo sparc-icl-nx7; exit ;;
503 esac ;;
504 + s390x:SunOS:*:*)
505 + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
506 + exit ;;
507 sun4H:SunOS:5.*:*)
508 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
509 exit ;;
510 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
511 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
512 exit ;;
513 - i86pc:SunOS:5.*:*)
514 - echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
515 + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
516 + eval $set_cc_for_build
517 + SUN_ARCH="i386"
518 + # If there is a compiler, see if it is configured for 64-bit objects.
519 + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
520 + # This test works for both compilers.
521 + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
522 + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
523 + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
524 + grep IS_64BIT_ARCH >/dev/null
525 + then
526 + SUN_ARCH="x86_64"
527 + fi
528 + fi
529 + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
530 exit ;;
531 sun4*:SunOS:6*:*)
532 # According to config.sub, this is the proper way to canonicalize
533 @@ -530,7 +548,7 @@ EOF
534 echo rs6000-ibm-aix3.2
535 fi
536 exit ;;
537 - *:AIX:*:[45])
538 + *:AIX:*:[456])
539 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
540 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
541 IBM_ARCH=rs6000
542 @@ -638,7 +656,7 @@ EOF
543 # => hppa64-hp-hpux11.23
544
545 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
546 - grep __LP64__ >/dev/null
547 + grep -q __LP64__
548 then
549 HP_ARCH="hppa2.0w"
550 else
551 @@ -770,6 +788,8 @@ EOF
552 case ${UNAME_MACHINE} in
553 pc98)
554 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
555 + amd64)
556 + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
557 *)
558 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
559 esac
560 @@ -777,10 +797,7 @@ EOF
561 i*:CYGWIN*:*)
562 echo ${UNAME_MACHINE}-pc-cygwin
563 exit ;;
564 - i*:MINGW*:*)
565 - echo ${UNAME_MACHINE}-pc-mingw32
566 - exit ;;
567 - i*:MSYS_NT-*:*:*)
568 + *:MINGW*:*)
569 echo ${UNAME_MACHINE}-pc-mingw32
570 exit ;;
571 i*:windows32*:*)
572 @@ -790,15 +807,24 @@ EOF
573 i*:PW*:*)
574 echo ${UNAME_MACHINE}-pc-pw32
575 exit ;;
576 - x86:Interix*:[345]*)
577 - echo i586-pc-interix${UNAME_RELEASE}
578 - exit ;;
579 - EM64T:Interix*:[345]*)
580 - echo x86_64-unknown-interix${UNAME_RELEASE}
581 - exit ;;
582 + *:Interix*:[3456]*)
583 + case ${UNAME_MACHINE} in
584 + x86)
585 + echo i586-pc-interix${UNAME_RELEASE}
586 + exit ;;
587 + EM64T | authenticamd | genuineintel)
588 + echo x86_64-unknown-interix${UNAME_RELEASE}
589 + exit ;;
590 + IA64)
591 + echo ia64-unknown-interix${UNAME_RELEASE}
592 + exit ;;
593 + esac ;;
594 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
595 echo i${UNAME_MACHINE}-pc-mks
596 exit ;;
597 + 8664:Windows_NT:*)
598 + echo x86_64-pc-mks
599 + exit ;;
600 i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
601 # How do we know it's Interix rather than the generic POSIX subsystem?
602 # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
603 @@ -829,6 +855,16 @@ EOF
604 echo ${UNAME_MACHINE}-pc-minix
605 exit ;;
606 arm*:Linux:*:*)
607 + eval $set_cc_for_build
608 + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
609 + | grep -q __ARM_EABI__
610 + then
611 + echo ${UNAME_MACHINE}-unknown-linux-gnu
612 + else
613 + echo ${UNAME_MACHINE}-unknown-linux-gnueabi
614 + fi
615 + exit ;;
616 + avr32*:Linux:*:*)
617 echo ${UNAME_MACHINE}-unknown-linux-gnu
618 exit ;;
619 cris:Linux:*:*)
620 @@ -849,40 +885,17 @@ EOF
621 m68*:Linux:*:*)
622 echo ${UNAME_MACHINE}-unknown-linux-gnu
623 exit ;;
624 - mips:Linux:*:*)
625 + mips:Linux:*:* | mips64:Linux:*:*)
626 eval $set_cc_for_build
627 sed 's/^ //' << EOF >$dummy.c
628 #undef CPU
629 - #undef mips
630 - #undef mipsel
631 + #undef ${UNAME_MACHINE}
632 + #undef ${UNAME_MACHINE}el
633 #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
634 - CPU=mipsel
635 + CPU=${UNAME_MACHINE}el
636 #else
637 #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
638 - CPU=mips
639 - #else
640 - CPU=
641 - #endif
642 - #endif
643 -EOF
644 - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
645 - /^CPU/{
646 - s: ::g
647 - p
648 - }'`"
649 - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
650 - ;;
651 - mips64:Linux:*:*)
652 - eval $set_cc_for_build
653 - sed 's/^ //' << EOF >$dummy.c
654 - #undef CPU
655 - #undef mips64
656 - #undef mips64el
657 - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
658 - CPU=mips64el
659 - #else
660 - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
661 - CPU=mips64
662 + CPU=${UNAME_MACHINE}
663 #else
664 CPU=
665 #endif
666 @@ -914,10 +927,13 @@ EOF
667 EV67) UNAME_MACHINE=alphaev67 ;;
668 EV68*) UNAME_MACHINE=alphaev68 ;;
669 esac
670 - objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
671 + objdump --private-headers /bin/sh | grep -q ld.so.1
672 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
673 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
674 exit ;;
675 + padre:Linux:*:*)
676 + echo sparc-unknown-linux-gnu
677 + exit ;;
678 parisc:Linux:*:* | hppa:Linux:*:*)
679 # Look for CPU level
680 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
681 @@ -947,6 +963,9 @@ EOF
682 x86_64:Linux:*:*)
683 echo x86_64-unknown-linux-gnu
684 exit ;;
685 + xtensa*:Linux:*:*)
686 + echo ${UNAME_MACHINE}-unknown-linux-gnu
687 + exit ;;
688 i*86:Linux:*:*)
689 # The BFD linker knows what the default object file format is, so
690 # first see if it will tell us. cd to the root directory to prevent
691 @@ -962,17 +981,6 @@ EOF
692 elf32-i386)
693 TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
694 ;;
695 - a.out-i386-linux)
696 - echo "${UNAME_MACHINE}-pc-linux-gnuaout"
697 - exit ;;
698 - coff-i386)
699 - echo "${UNAME_MACHINE}-pc-linux-gnucoff"
700 - exit ;;
701 - "")
702 - # Either a pre-BFD a.out linker (linux-gnuoldld) or
703 - # one that does not give us useful --help.
704 - echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
705 - exit ;;
706 esac
707 # Determine whether the default compiler is a.out or elf
708 eval $set_cc_for_build
709 @@ -989,7 +997,7 @@ EOF
710 LIBC=gnulibc1
711 # endif
712 #else
713 - #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
714 + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
715 LIBC=gnu
716 #else
717 LIBC=gnuaout
718 @@ -1038,7 +1046,7 @@ EOF
719 i*86:syllable:*:*)
720 echo ${UNAME_MACHINE}-pc-syllable
721 exit ;;
722 - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
723 + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
724 echo i386-unknown-lynxos${UNAME_RELEASE}
725 exit ;;
726 i*86:*DOS:*:*)
727 @@ -1082,8 +1090,11 @@ EOF
728 pc:*:*:*)
729 # Left here for compatibility:
730 # uname -m prints for DJGPP always 'pc', but it prints nothing about
731 - # the processor, so we play safe by assuming i386.
732 - echo i386-pc-msdosdjgpp
733 + # the processor, so we play safe by assuming i586.
734 + # Note: whatever this is, it MUST be the same as what config.sub
735 + # prints for the "djgpp" host, or else GDB configury will decide that
736 + # this is a cross-build.
737 + echo i586-pc-msdosdjgpp
738 exit ;;
739 Intel:Mach:3*:*)
740 echo i386-pc-mach3
741 @@ -1121,6 +1132,16 @@ EOF
742 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
743 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
744 && { echo i486-ncr-sysv4; exit; } ;;
745 + NCR*:*:4.2:* | MPRAS*:*:4.2:*)
746 + OS_REL='.3'
747 + test -r /etc/.relid \
748 + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
749 + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
750 + && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
751 + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
752 + && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
753 + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
754 + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
755 m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
756 echo m68k-unknown-lynxos${UNAME_RELEASE}
757 exit ;;
758 @@ -1133,7 +1154,7 @@ EOF
759 rs6000:LynxOS:2.*:*)
760 echo rs6000-unknown-lynxos${UNAME_RELEASE}
761 exit ;;
762 - PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
763 + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
764 echo powerpc-unknown-lynxos${UNAME_RELEASE}
765 exit ;;
766 SM[BE]S:UNIX_SV:*:*)
767 @@ -1196,6 +1217,9 @@ EOF
768 BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
769 echo i586-pc-beos
770 exit ;;
771 + BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
772 + echo i586-pc-haiku
773 + exit ;;
774 SX-4:SUPER-UX:*:*)
775 echo sx4-nec-superux${UNAME_RELEASE}
776 exit ;;
777 @@ -1205,6 +1229,15 @@ EOF
778 SX-6:SUPER-UX:*:*)
779 echo sx6-nec-superux${UNAME_RELEASE}
780 exit ;;
781 + SX-7:SUPER-UX:*:*)
782 + echo sx7-nec-superux${UNAME_RELEASE}
783 + exit ;;
784 + SX-8:SUPER-UX:*:*)
785 + echo sx8-nec-superux${UNAME_RELEASE}
786 + exit ;;
787 + SX-8R:SUPER-UX:*:*)
788 + echo sx8r-nec-superux${UNAME_RELEASE}
789 + exit ;;
790 Power*:Rhapsody:*:*)
791 echo powerpc-apple-rhapsody${UNAME_RELEASE}
792 exit ;;
793 @@ -1295,6 +1328,9 @@ EOF
794 i*86:rdos:*:*)
795 echo ${UNAME_MACHINE}-pc-rdos
796 exit ;;
797 + i*86:AROS:*:*)
798 + echo ${UNAME_MACHINE}-pc-aros
799 + exit ;;
800 esac
801
802 #echo '(No uname command or uname output not recognized.)' 1>&2
803 @@ -1455,9 +1491,9 @@ This script, last modified $timestamp, h
804 the operating system you are using. It is advised that you
805 download the most up to date version of the config scripts from
806
807 - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
808 + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
809 and
810 - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
811 + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
812
813 If the version you run ($0) is already up to date, please
814 send the following data and any information you think might be
0 --- a/docs/gtkspu.1
1 +++ b/docs/gtkspu.1
2 @@ -14,8 +14,8 @@
3 .SH "DESCRIPTION"
4 .PP
5 \fBgtkspu\fR decodes and displays MPEG2
6 -Sub Picture Unit (SPU) streams. SPU streams normally occur in DVD
7 -.VOB files. Examples of SPUs are overlays, subtitles, and DVD
8 +Sub Picture Unit (SPU) streams. SPU streams normally occur in DVD .VOB
9 +files. Examples of SPUs are overlays, subtitles, and DVD
10 menus.
11 .PP
12 Most likely you will use the \fBmpegcat\fR utility
0 manpage_gtkspu.patch
1 debian-changes-1.1.8-2
44
55 # Uncomment this to turn on verbose mode.
66 #export DH_VERBOSE=1
7
8 include /usr/share/dpatch/dpatch.make
97
108 # These are used for cross-compiling and for saving the configure script
119 # from having to guess our platform (since we know it already)
3331
3432 build: build-stamp
3533
36 build-stamp: config.status patch
34 build-stamp: config.status
3735 dh_testdir
3836
3937 # Add here commands to compile the package.
4139
4240 touch build-stamp
4341
44 clean: unpatch
42 clean:
4543 dh_testdir
4644 dh_testroot
4745 rm -f build-stamp
0 3.0 (quilt)