Codebase list libdvdread / bba2b4c
Imported Debian patch 0.9.7-9 Daniel Baumann authored 16 years ago Reinhard Tartler committed 10 years ago
11 changed file(s) with 162 addition(s) and 285 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='2005-07-08'
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."
106105 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
107106 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
108107 : ${TMPDIR=/tmp} ;
109 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
108 { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
110109 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
111110 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
112111 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
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
207205 *:ekkoBSD:*:*)
208206 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
209207 exit ;;
210 *:SolidBSD:*:*)
211 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
212 exit ;;
213208 macppc:MirBSD:*:*)
214 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
209 echo powerppc-unknown-mirbsd${UNAME_RELEASE}
215210 exit ;;
216211 *:MirBSD:*:*)
217212 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
329324 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
330325 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
331326 exit ;;
332 i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
327 i86pc:SunOS:5.*:*)
333328 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
334329 exit ;;
335330 sun4*:SunOS:6*:*)
531526 echo rs6000-ibm-aix3.2
532527 fi
533528 exit ;;
534 *:AIX:*:[456])
529 *:AIX:*:[45])
535530 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
536531 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
537532 IBM_ARCH=rs6000
768763 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
769764 exit ;;
770765 *:FreeBSD:*:*)
771 case ${UNAME_MACHINE} in
772 pc98)
773 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
774 amd64)
775 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
776 *)
777 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
778 esac
766 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
779767 exit ;;
780768 i*:CYGWIN*:*)
781769 echo ${UNAME_MACHINE}-pc-cygwin
782770 exit ;;
783 *:MINGW*:*)
771 i*:MINGW*:*)
784772 echo ${UNAME_MACHINE}-pc-mingw32
785773 exit ;;
786774 i*:windows32*:*)
790778 i*:PW*:*)
791779 echo ${UNAME_MACHINE}-pc-pw32
792780 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 ;;
781 x86:Interix*:[34]*)
782 echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
783 exit ;;
805784 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
806785 echo i${UNAME_MACHINE}-pc-mks
807786 exit ;;
814793 i*:UWIN*:*)
815794 echo ${UNAME_MACHINE}-pc-uwin
816795 exit ;;
817 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
796 amd64:CYGWIN*:*:*)
818797 echo x86_64-unknown-cygwin
819798 exit ;;
820799 p*:CYGWIN*:*)
835814 echo ${UNAME_MACHINE}-pc-minix
836815 exit ;;
837816 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:*:*)
848817 echo ${UNAME_MACHINE}-unknown-linux-gnu
849818 exit ;;
850819 cris:Linux:*:*)
881850 #endif
882851 #endif
883852 EOF
884 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
885 /^CPU/{
886 s: ::g
887 p
888 }'`"
853 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
889854 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
890855 ;;
891856 mips64:Linux:*:*)
904869 #endif
905870 #endif
906871 EOF
907 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
908 /^CPU/{
909 s: ::g
910 p
911 }'`"
872 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
912873 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
913874 ;;
914 or32:Linux:*:*)
915 echo or32-unknown-linux-gnu
916 exit ;;
917875 ppc:Linux:*:*)
918876 echo powerpc-unknown-linux-gnu
919877 exit ;;
957915 sparc:Linux:*:* | sparc64:Linux:*:*)
958916 echo ${UNAME_MACHINE}-unknown-linux-gnu
959917 exit ;;
960 vax:Linux:*:*)
961 echo ${UNAME_MACHINE}-dec-linux-gnu
962 exit ;;
963918 x86_64:Linux:*:*)
964919 echo x86_64-unknown-linux-gnu
965 exit ;;
966 xtensa*:Linux:*:*)
967 echo ${UNAME_MACHINE}-unknown-linux-gnu
968920 exit ;;
969921 i*86:Linux:*:*)
970922 # The BFD linker knows what the default object file format is, so
1008960 LIBC=gnulibc1
1009961 # endif
1010962 #else
1011 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
963 #ifdef __INTEL_COMPILER
1012964 LIBC=gnu
1013965 #else
1014966 LIBC=gnuaout
1018970 LIBC=dietlibc
1019971 #endif
1020972 EOF
1021 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
1022 /^LIBC/{
1023 s: ::g
1024 p
1025 }'`"
973 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
1026974 test x"${LIBC}" != x && {
1027975 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
1028976 exit
12241172 SX-6:SUPER-UX:*:*)
12251173 echo sx6-nec-superux${UNAME_RELEASE}
12261174 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 ;;
12361175 Power*:Rhapsody:*:*)
12371176 echo powerpc-apple-rhapsody${UNAME_RELEASE}
12381177 exit ;;
12421181 *:Darwin:*:*)
12431182 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
12441183 case $UNAME_PROCESSOR in
1184 *86) UNAME_PROCESSOR=i686 ;;
12451185 unknown) UNAME_PROCESSOR=powerpc ;;
12461186 esac
12471187 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
13191259 exit ;;
13201260 i*86:skyos:*:*)
13211261 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
1322 exit ;;
1323 i*86:rdos:*:*)
1324 echo ${UNAME_MACHINE}-pc-rdos
13251262 exit ;;
13261263 esac
13271264
14831420 the operating system you are using. It is advised that you
14841421 download the most up to date version of the config scripts from
14851422
1486 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
1423 http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
14871424 and
1488 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
1425 http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
14891426
14901427 If the version you run ($0) is already up to date, please
14911428 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='2005-07-08'
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."
119118 # Here we must recognize all the valid KERNEL-OS combinations.
120119 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
121120 case $maybe_os in
122 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
123 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
124 storm-chaos* | os2-emx* | rtmk-nova*)
121 nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
122 kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
125123 os=-$maybe_os
126124 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
127125 ;;
172170 -hiux*)
173171 os=-hiuxwe2
174172 ;;
175 -sco6)
176 os=-sco5v6
177 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
178 ;;
179173 -sco5)
180174 os=-sco3.2v5
181175 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
189183 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
190184 ;;
191185 -sco3.2v[4-9]*)
192 # Don't forget version if it is 3.2v4 or newer.
193 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
194 ;;
195 -sco5v6*)
196186 # Don't forget version if it is 3.2v4 or newer.
197187 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
198188 ;;
240230 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
241231 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
242232 | am33_2.0 \
243 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
233 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
244234 | bfin \
245235 | c4x | clipper \
246236 | d10v | d30v | dlx | dsp16xx \
247 | fido | fr30 | frv \
237 | fr30 | frv \
248238 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
249239 | i370 | i860 | i960 | ia64 \
250240 | ip2k | iq2000 \
251 | m32c | m32r | m32rle | m68000 | m68k | m88k \
252 | maxq | mb | microblaze | mcore | mep \
241 | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
253242 | mips | mipsbe | mipseb | mipsel | mipsle \
254243 | mips16 \
255244 | mips64 | mips64el \
267256 | mipsisa64sr71k | mipsisa64sr71kel \
268257 | mipstx39 | mipstx39el \
269258 | mn10200 | mn10300 \
270 | mt \
259 | ms1 \
271260 | msp430 \
272 | nios | nios2 \
273261 | ns16k | ns32k \
274262 | or32 \
275263 | pdp10 | pdp11 | pj | pjl \
276264 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
277265 | pyramid \
278 | score \
279 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
266 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
280267 | sh64 | sh64le \
281 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
282 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
283 | spu | strongarm \
268 | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
269 | sparcv8 | sparcv9 | sparcv9b \
270 | strongarm \
284271 | tahoe | thumb | tic4x | tic80 | tron \
285272 | v850 | v850e \
286273 | we32k \
287 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
274 | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
288275 | z8k)
276 basic_machine=$basic_machine-unknown
277 ;;
278 m32c)
289279 basic_machine=$basic_machine-unknown
290280 ;;
291281 m6811 | m68hc11 | m6812 | m68hc12)
294284 os=-none
295285 ;;
296286 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
297 ;;
298 ms1)
299 basic_machine=mt-unknown
300287 ;;
301288
302289 # We use `pc' rather than `unknown'
317304 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
318305 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
319306 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
320 | avr-* | avr32-* \
307 | avr-* \
321308 | bfin-* | bs2000-* \
322309 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
323310 | clipper-* | craynv-* | cydra-* \
324311 | d10v-* | d30v-* | dlx-* \
325312 | elxsi-* \
326 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
313 | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
327314 | h8300-* | h8500-* \
328315 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
329316 | i*86-* | i860-* | i960-* | ia64-* \
330317 | ip2k-* | iq2000-* \
331 | m32c-* | m32r-* | m32rle-* \
318 | m32r-* | m32rle-* \
332319 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
333320 | m88110-* | m88k-* | maxq-* | mcore-* \
334321 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
348335 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
349336 | mipstx39-* | mipstx39el-* \
350337 | mmix-* \
351 | mt-* \
338 | ms1-* \
352339 | msp430-* \
353 | nios-* | nios2-* \
354340 | none-* | np1-* | ns16k-* | ns32k-* \
355341 | orion-* \
356342 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
357343 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
358344 | pyramid-* \
359345 | romp-* | rs6000-* \
360 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
346 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
361347 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
362 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
348 | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
363349 | sparclite-* \
364 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
350 | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
365351 | tahoe-* | thumb-* \
366352 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
367353 | tron-* \
368354 | v850-* | v850e-* | vax-* \
369355 | we32k-* \
370 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
371 | xstormy16-* | xtensa*-* \
356 | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
357 | xstormy16-* | xtensa-* \
372358 | ymp-* \
373359 | z8k-*)
374360 ;;
375 # Recognize the basic CPU types without company name, with glob match.
376 xtensa*)
377 basic_machine=$basic_machine-unknown
361 m32c-*)
378362 ;;
379363 # Recognize the various machine names and aliases which stand
380364 # for a CPU type and a company and sometimes even an OS.
446430 basic_machine=ns32k-sequent
447431 os=-dynix
448432 ;;
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 ;;
457433 c90)
458434 basic_machine=c90-cray
459435 os=-unicos
486462 basic_machine=craynv-cray
487463 os=-unicosmp
488464 ;;
489 cr16)
490 basic_machine=cr16-unknown
465 cr16c)
466 basic_machine=cr16c-unknown
491467 os=-elf
492468 ;;
493469 crds | unos)
679655 basic_machine=m68k-isi
680656 os=-sysv
681657 ;;
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 ;;
690658 m88k-omron*)
691659 basic_machine=m88k-omron
692660 ;;
702670 basic_machine=i386-pc
703671 os=-mingw32
704672 ;;
705 mingw32ce)
706 basic_machine=arm-unknown
707 os=-mingw32ce
708 ;;
709673 miniframe)
710674 basic_machine=m68000-convergent
711675 ;;
730694 msdos)
731695 basic_machine=i386-pc
732696 os=-msdos
733 ;;
734 ms1-*)
735 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
736697 ;;
737698 mvs)
738699 basic_machine=i370-ibm
832793 basic_machine=i860-intel
833794 os=-osf
834795 ;;
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 ;;
843796 pbd)
844797 basic_machine=sparc-tti
845798 ;;
848801 ;;
849802 pc532 | pc532-*)
850803 basic_machine=ns32k-pc532
851 ;;
852 pc98)
853 basic_machine=i386-pc
854 ;;
855 pc98-*)
856 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
857804 ;;
858805 pentium | p5 | k5 | k6 | nexgen | viac3)
859806 basic_machine=i586-pc
911858 basic_machine=i586-unknown
912859 os=-pw32
913860 ;;
914 rdos)
915 basic_machine=i386-pc
916 os=-rdos
917 ;;
918861 rom68k)
919862 basic_machine=m68k-rom68k
920863 os=-coff
941884 sb1el)
942885 basic_machine=mipsisa64sb1el-unknown
943886 ;;
944 sde)
945 basic_machine=mipsisa32-sde
946 os=-elf
947 ;;
948887 sei)
949888 basic_machine=mips-sei
950889 os=-seiux
956895 basic_machine=sh-hitachi
957896 os=-hms
958897 ;;
959 sh5el)
960 basic_machine=sh5le-unknown
961 ;;
962898 sh64)
963899 basic_machine=sh64-unknown
964900 ;;
1047983 tic6x | c6x*)
1048984 basic_machine=tic6x-unknown
1049985 os=-coff
1050 ;;
1051 tile*)
1052 basic_machine=tile-unknown
1053 os=-linux-gnu
1054986 ;;
1055987 tx39)
1056988 basic_machine=mipstx39-unknown
11681100 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
11691101 basic_machine=sh-unknown
11701102 ;;
1171 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1103 sparc | sparcv8 | sparcv9 | sparcv9b)
11721104 basic_machine=sparc-sun
11731105 ;;
11741106 cydra)
12411173 | -aos* \
12421174 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
12431175 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1244 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1245 | -openbsd* | -solidbsd* \
1176 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
12461177 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
12471178 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
12481179 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
12491180 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
12501181 | -chorusos* | -chorusrdb* \
12511182 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1252 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1253 | -uxpv* | -beos* | -mpeix* | -udk* \
1183 | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
12541184 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
12551185 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
12561186 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
12571187 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
12581188 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
12591189 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1260 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1190 | -skyos* | -haiku*)
12611191 # Remember, each alternative MUST END IN *, to match a version number.
12621192 ;;
12631193 -qnx*)
14091339 # system, and we'll never get to this point.
14101340
14111341 case $basic_machine in
1412 score-*)
1413 os=-elf
1414 ;;
1415 spu-*)
1416 os=-elf
1417 ;;
14181342 *-acorn)
14191343 os=-riscix1.2
14201344 ;;
14241348 arm*-semi)
14251349 os=-aout
14261350 ;;
1427 c4x-* | tic4x-*)
1428 os=-coff
1429 ;;
1351 c4x-* | tic4x-*)
1352 os=-coff
1353 ;;
14301354 # This must come before the *-dec entry.
14311355 pdp10-*)
14321356 os=-tops20
14511375 ;;
14521376 m68*-cisco)
14531377 os=-aout
1454 ;;
1455 mep-*)
1456 os=-elf
14571378 ;;
14581379 mips*-cisco)
14591380 os=-elf
0 libdvdread (0.9.7-9) unstable; urgency=low
1
2 * Reordering rules file.
3 * Using wildcards in install files consistenly.
4 * Sanitizing dpatch series file.
5 * Removing watch file.
6 * Removing old lintian overrides.
7 * Adding link to wikipedia about CSS (Content Scramble System).
8 * Rewriting copyright file in machine-interpretable format.
9 * Adding recommends to libdvdnav4.
10 * Adding vcs fields in control file.
11 * Updating package to debhelper 7.
12 * Removing useless whitespaces from changelog file.
13 * Reverting config.guess and config.sub to upstream.
14
15 -- Daniel Baumann <daniel@debian.org> Mon, 28 Apr 2008 16:08:00 +0200
16
017 libdvdread (0.9.7-8) unstable; urgency=low
118
219 * Applied change from Bastian Blank <waldi@debian.org> to improve udf patch.
151168 * Move text about css into README.Debian* (closes: #154659). Added a
152169 runtime notice if libdvdcss is not found.
153170 * Update libtool etc (closes: #190229).
154
171
155172 -- Mikael Hedin <micce@debian.org> Tue, 29 Apr 2003 15:20:06 +0200
156173
157174 libdvdread (0.9.4-2) unstable; urgency=low
213230 libdvdread2 (0.9.1-3) unstable; urgency=low
214231
215232 * We're not worthy.. we're not worthy...
216 * Add automake build-dep
233 * Add automake build-dep
217234
218235 -- Brian Russo <wolfie@debian.org> Wed, 17 Oct 2001 10:03:52 -1000
219236
220237 libdvdread2 (0.9.1-2) unstable; urgency=low
221238
222239 * New branch (so2) due to incompatible API/ABI (Closes: #113407)
223 * Use libdvdread1 for older stuff..
240 * Use libdvdread1 for older stuff..
224241 * Should fix sparc problems (Closes: #110589)
225242 * Thanks to Eduard Bloch
226243
230247
231248 * New upstream version
232249 * Added URI (Closes: #113157, #112291)
233 * Fixed sparc re configure.in (Closes: #110589)
234 * Fix binary-arch target in rules (Closes: #112248, #112979)
250 * Fixed sparc re configure.in (Closes: #110589)
251 * Fix binary-arch target in rules (Closes: #112248, #112979)
235252
236253 -- Brian Russo <wolfie@debian.org> Sun, 23 Sep 2001 15:21:24 -1000
237254
245262
246263 * Fixed make distclean problem. (closes: #103485, #103595, #104646)
247264 * Corrected shlibs (closes: #109739)
248
265
249266 -- Brian Russo <wolfie@debian.org> Sun, 26 Aug 2001 10:45:40 -1000
250267
251268 libdvdread (0.8.0-1) unstable; urgency=low
11 Section: graphics
22 Priority: optional
33 Maintainer: Daniel Baumann <daniel@debian.org>
4 Build-Depends: debhelper (>= 5), dpatch, autotools-dev
4 Build-Depends: debhelper (>= 7), dpatch, autotools-dev
55 Standards-Version: 3.7.3
66 Homepage: http://www.dtek.chalmers.se/groups/dvd/
7 Vcs-Browser: http://git.debian.net/?p=libdvdread.git
8 Vcs-Git: git://git.debian.net/git/libdvdread.git
79
810 Package: libdvdread3
911 Section: libs
1012 Architecture: any
1113 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Recommends: libdvdnav4
1215 Suggests: libdvdcss2
1316 Description: library for reading DVDs
1417 libdvdread provides the functionality that is required to access many DVDs. It
0 This package was debianized by Daniel Baumann <daniel@debian.org> on
1 Fri, 7 Apr 2006 21:39:00 +0200.
0 Author: Bjorn Englund <d4bjorn@dtek.chalmers.se>
1 Download: http://www.dtek.chalmers.se/~dvd/
22
3 It was downloaded from <http://www.dtek.chalmers.se/~dvd/>.
3 Files: *
4 Copyright:
5 (C) 2000-2001 Bjorn Englund <d4bjorn@dtek.chalmers.se>
6 (C) 2000-2001 Hakan Hjort <d95hjort@dtek.chalmers.se>
7 (C) 2000-2001 Billy Biggs <vektor@dumbterm.net>
8 (C) 2000-2001 Christian Wolff <scarabaeus@convergence.de>
9 License: GPL-2+
10 This program is free software; you can redistribute it and/or
11 modify it under the terms of the GNU General Public License
12 as published by the Free Software Foundation; either version 2
13 of the License, or (at your option) any later version.
14 .
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19 .
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23 .
24 On Debian systems, the complete text of the GNU General Public License
25 can be found in /usr/share/common-licenses/GPL-2 file.
426
5 Upstream Author: Bjorn Englund <d4bjorn@dtek.chalmers.se>
6
7 License:
8
9 Copyright (C) 2000-2001 Bjorn Englund <d4bjorn@dtek.chalmers.se>
10 Copyright (C) 2000-2001 Hakan Hjort <d95hjort@dtek.chalmers.se>
11 Copyright (C) 2000-2001 Billy Biggs <vektor@dumbterm.net>
12 Copyright (C) 2000-2001 Christian Wolff <scarabaeus@convergence.de>
13
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; either version 2 of the License, or
17 (at your option) any later version.
18
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23
24 You should have received a copy of the GNU General Public License
25 along with this program; if not, write to the Free Software
26 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27
28 On Debian systems, the complete text of the GNU General Public License
29 can be found in /usr/share/common-licenses/GPL file.
30
31 The Debian packaging is (C) 2006-2007, Daniel Baumann <daniel@debian.org> and
32 is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
27 Files: debian/*
28 Copyright: (C) 2006-2008 Daniel Baumann <daniel@debian.org>
29 License: GPL-2+
30 This program is free software; you can redistribute it and/or
31 modify it under the terms of the GNU General Public License
32 as published by the Free Software Foundation; either version 2
33 of the License, or (at your option) any later version.
34 .
35 This program is distributed in the hope that it will be useful,
36 but WITHOUT ANY WARRANTY; without even the implied warranty of
37 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38 GNU General Public License for more details.
39 .
40 You should have received a copy of the GNU General Public License
41 along with this program; if not, write to the Free Software
42 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
43 .
44 On Debian systems, the complete text of the GNU General Public License
45 can be found in /usr/share/common-licenses/GPL-2 file.
0 /usr/include/*
0 /usr/include
11 /usr/lib/*.a
22 /usr/lib/*.so
33 /usr/lib/*.la
00 libdvdread for Debian
11 ---------------------
22
3 Many DVDs use css. To play these discs, a special library is needed to decode
3 Many DVDs use CSS[0]. To play these discs, a special library is needed to decode
44 them, libdvdcss. Due to legal problems in some particular countries, Debian does
55 not distribute libdvdcss.
66
7 If it is legal for you to use css in your country, you can:
7 If it is legal for you to use CSS in your country, you can:
88
99 * Install the packages from <http://www.debian-unofficial.org/>.
1010
1111 * Manually download and compile the source code from
1212 <http://www.videolan.org/developers/libdvdcss.html>.
1313
14 [0] <http://en.wikipedia.org/wiki/Content_Scramble_System>
15
1416 -- Daniel Baumann <daniel@debian.org> Sat, 29 Jul 2006 20:03:00 +0200
0 01-css
1 02-kfreebsd
0 01-css.dpatch
1 02-kfreebsd.dpatch
22 03-udf.dpatch
00 #!/usr/bin/make -f
1
2 # Uncomment this to turn on verbose mode.
3 #export DH_VERBOSE=1
41
52 include /usr/share/dpatch/dpatch.make
63
7 # These are used for cross-compiling and for saving the configure script
8 # from having to guess our platform (since we know it already)
9 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
10 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
4 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
5 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
116
127 CFLAGS = -Wall -g
138
1712 CFLAGS += -O2
1813 endif
1914
20 config.status: configure patch-stamp
21 dh_testdir
22
23 # Configuring package
24 CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
25
26 build: build-stamp
27 build-stamp: config.status
28 dh_testdir
29
30 # Building package
31 $(MAKE)
32
33 touch build-stamp
34
3515 clean: unpatch
3616 dh_testdir
3717 dh_testroot
3818 rm -f build-stamp
19 rm -f config.guess config.sub
3920
40 # Cleaning package
4121 [ ! -f Makefile ] || $(MAKE) distclean
22
23 dh_clean
24
25 config.status: configure patch
26 dh_testdir
27
4228 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
4329 cp -f /usr/share/misc/config.sub config.sub
4430 endif
4632 cp -f /usr/share/misc/config.guess config.guess
4733 endif
4834
49 dh_clean
35 CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
36
37 build: build-stamp
38 build-stamp: config.status
39 dh_testdir
40
41 $(MAKE)
42
43 touch build-stamp
5044
5145 install: build
5246 dh_testdir
5448 dh_clean -k
5549 dh_installdirs
5650
57 # Installing package
58 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
51 $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
5952
60 # Installing lintian overrides
61 set -e; for LINTIAN in debian/lintian/*; \
62 do \
63 install -D -m 0644 $$LINTIAN debian/`basename $$LINTIAN`/usr/share/lintian/overrides/`basename $$LINTIAN`; \
64 done
65
66 binary-indep: build install
53 binary: binary-arch
6754
6855 binary-arch: build install
6956 dh_testdir
7158 dh_installchangelogs NEWS
7259 dh_installdocs
7360 dh_install --fail-missing --sourcedir=debian/tmp
74 dh_installman
75 dh_link
7661 dh_strip
7762 dh_compress
7863 dh_fixperms
8368 dh_md5sums
8469 dh_builddeb
8570
86 binary: binary-indep binary-arch
87 .PHONY: build clean binary-indep binary-arch binary install
71 binary-indep:
72
73 .PHONY: clean build install binary binary-arch binary-indep
+0
-2
debian/watch less more
0 version=3
1 http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-(.*)\.tar\.gz