~ubuntu-branches/ubuntu/intrepid/brasero/intrepid

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-07-03 23:03:40 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080703230340-zs4qp4ig3sud5aw3
Tags: 0.7.91-0ubuntu1
* New upstream release (LP: #239524)
  - Fixed odd burning speeds (LP: #178482) (LP: #177124)
  - Cancel dialog buttons' wording is confusing (LP: #195083)
  - Support for DL DVDs (LP: #202206)
  - Brasero does not recognize .bin in the same directory
    when .cue is selected (LP: #202546)
  - Brasero does not save user settings (LP: #220352)
  - Can't set tmp dir and can't burn image if size > available
    on /tmp (LP: #226209)
  - Migrate from GnomeVFS to GIO (LP: #198771)
  - Preview disabled calls a video window (LP: #198497)
  - Brasero crashes in strlen () when debug mode is on (LP: #225405)
* debian/control.in:
  - Remove Build depend on libgnomevfs2-dev (>= 2.14.2),
    libnautilus-burn-dev (>= 2.16.0), libnotify-dev
  - Bump Build depend libglib2.0-dev to (>= 2.15.6)
  - Bump Build depend libgstreamer0.10-dev to (>= 0.10.15)
  - Bump Build depend libtotem-plparser-dev to (>= 2.22.0)
  - Add Build depend on gnome-doc-utils (>= 0.3.2) and
    liblaunchpad-integration-dev
  - Bump Standards-Version to 3.8.0
* debian/patches/007-fix-desktop-file-mime-typo.patch:
  - Dropped, merged upstream
* debian/patches/010_lpi.patch:
  - Add launchpad-integration
* debian/patches/012_gnome-doc-utils.make.patch
  - Add missing gnome-doc-utils.make to fix FTBFS
* debian/rules:
  - Add --disable-scrollkeeper
* Modify Maintainer value to match the DebianMaintainerField
  specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Configuration validation subroutine script.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
 
#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
 
#   Inc.
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2007-04-29'
 
7
timestamp='2008-01-16'
8
8
 
9
9
# This file is (in principle) common to ALL GNU software.
10
10
# The presence of a machine in this file suggests that SOME GNU software
72
72
version="\
73
73
GNU config.sub ($timestamp)
74
74
 
75
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
76
 
Free Software Foundation, Inc.
 
75
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
 
76
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
77
77
 
78
78
This is free software; see the source for copying conditions.  There is NO
79
79
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
369
369
        | v850-* | v850e-* | vax-* \
370
370
        | we32k-* \
371
371
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
372
 
        | xstormy16-* | xtensa-* \
 
372
        | xstormy16-* | xtensa*-* \
373
373
        | ymp-* \
374
374
        | z8k-*)
375
375
                ;;
 
376
        # Recognize the basic CPU types without company name, with glob match.
 
377
        xtensa*)
 
378
                basic_machine=$basic_machine-unknown
 
379
                ;;
376
380
        # Recognize the various machine names and aliases which stand
377
381
        # for a CPU type and a company and sometimes even an OS.
378
382
        386bsd)
443
447
                basic_machine=ns32k-sequent
444
448
                os=-dynix
445
449
                ;;
 
450
        blackfin)
 
451
                basic_machine=bfin-unknown
 
452
                os=-linux
 
453
                ;;
 
454
        blackfin-*)
 
455
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
 
456
                os=-linux
 
457
                ;;
446
458
        c90)
447
459
                basic_machine=c90-cray
448
460
                os=-unicos
475
487
                basic_machine=craynv-cray
476
488
                os=-unicosmp
477
489
                ;;
478
 
        cr16c)
479
 
                basic_machine=cr16c-unknown
 
490
        cr16)
 
491
                basic_machine=cr16-unknown
480
492
                os=-elf
481
493
                ;;
482
494
        crds | unos)
668
680
                basic_machine=m68k-isi
669
681
                os=-sysv
670
682
                ;;
 
683
        m68knommu)
 
684
                basic_machine=m68k-unknown
 
685
                os=-linux
 
686
                ;;
 
687
        m68knommu-*)
 
688
                basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
 
689
                os=-linux
 
690
                ;;
671
691
        m88k-omron*)
672
692
                basic_machine=m88k-omron
673
693
                ;;
813
833
                basic_machine=i860-intel
814
834
                os=-osf
815
835
                ;;
 
836
        parisc)
 
837
                basic_machine=hppa-unknown
 
838
                os=-linux
 
839
                ;;
 
840
        parisc-*)
 
841
                basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
 
842
                os=-linux
 
843
                ;;
816
844
        pbd)
817
845
                basic_machine=sparc-tti
818
846
                ;;
1021
1049
                basic_machine=tic6x-unknown
1022
1050
                os=-coff
1023
1051
                ;;
 
1052
        tile*)
 
1053
                basic_machine=tile-unknown
 
1054
                os=-linux-gnu
 
1055
                ;;
1024
1056
        tx39)
1025
1057
                basic_machine=mipstx39-unknown
1026
1058
                ;;