~ubuntu-branches/ubuntu/dapper/gst-plugins-good0.10/dapper-security

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, debian/patches/02_default_audiosink.patch
  • Date: 2006-02-10 00:02:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060210000229-mhsw3f8vt6lt38yf
Tags: 0.10.2-0ubuntu1
* Sync with Debian
* New upstream version:
  Changes since 0.10.1:
  - New libcdio based CDDA reading element
  - APE tag reader ported
  - ID3 tag reading fixes
  - Sun Audio Sink fixes
  - GOOM and gconf element fixes
  - lots of bug and leak fixes
  Bugs fixed since 0.10.1:
  - silence warings which make dvdec / dvdemux unusable
  - Internal event problem with MP3s from vgmix.com
  - [cdio] port cddasrc to 0.10
  - Bugs in G711 RTP packetization logic
  - apetag plugin needs porting to 0.10
  - check that all elements in -good pass queries they can't ...
  - id3demux is not compiling without ZLIB
  - build problem caused by AS_LIBTOOL_TAGS([CXX])
  - gconf(audio|video)sink response to key changes
  - [wavparse] time to bytes format conversion broken
  - [esdsink] won't compile with includes in non-standard prefix
  - [sunaudio] fixes for mixer and stuttering mp3 playback
  - [matroskamux]  Matroska muxer deadlock
  - [videobox] crash when cropping
  - id3demux emits NULL date for year tags
  - Fix build with gcc 2.95
  - [matroskamux] doesn't send newsegment event, critical war...
  - totem crash when using goom effect
  - Fails to read ID3 tag
  - Please use the autodetect sinks by default
  - [cdio] support for cd-text and cd-g
* Build with the current cdbs package [debian/build-deps.in]
* Ubuntu patches [debian/patches/01_esdsink_priority.patch]
* The autodetect sinks are used by default upstream now
  [debian/patches/02_default_audiosink.patch]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
36
host_triplet = @host@
38
37
subdir = common
39
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
103
102
CAIRO_LIBS = @CAIRO_LIBS@
104
103
CC = @CC@
105
104
CCDEPMODE = @CCDEPMODE@
 
105
CDIO_CFLAGS = @CDIO_CFLAGS@
 
106
CDIO_LIBS = @CDIO_LIBS@
106
107
CFLAGS = @CFLAGS@
107
108
CHECK_CFLAGS = @CHECK_CFLAGS@
108
109
CHECK_LIBS = @CHECK_LIBS@
295
296
USE_AALIB_TRUE = @USE_AALIB_TRUE@
296
297
USE_CAIRO_FALSE = @USE_CAIRO_FALSE@
297
298
USE_CAIRO_TRUE = @USE_CAIRO_TRUE@
 
299
USE_CDIO_FALSE = @USE_CDIO_FALSE@
 
300
USE_CDIO_TRUE = @USE_CDIO_TRUE@
298
301
USE_DV1394_FALSE = @USE_DV1394_FALSE@
299
302
USE_DV1394_TRUE = @USE_DV1394_TRUE@
300
303
USE_ESD_FALSE = @USE_ESD_FALSE@
340
343
ac_ct_OBJC = @ac_ct_OBJC@
341
344
ac_ct_RANLIB = @ac_ct_RANLIB@
342
345
ac_ct_STRIP = @ac_ct_STRIP@
 
346
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
343
347
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
344
348
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
345
349
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
349
353
am__include = @am__include@
350
354
am__leading_dot = @am__leading_dot@
351
355
am__quote = @am__quote@
352
 
am__tar = @am__tar@
353
 
am__untar = @am__untar@
354
356
bindir = @bindir@
355
357
build = @build@
356
358
build_alias = @build_alias@
445
447
#     (which will cause the Makefiles to be regenerated when you run `make');
446
448
# (2) otherwise, pass the desired values on the `make' command line.
447
449
$(RECURSIVE_TARGETS):
448
 
        @failcom='exit 1'; \
449
 
        for f in x $$MAKEFLAGS; do \
450
 
          case $$f in \
451
 
            *=* | --[!k]*);; \
452
 
            *k*) failcom='fail=yes';; \
453
 
          esac; \
454
 
        done; \
 
450
        @set fnord $$MAKEFLAGS; amf=$$2; \
455
451
        dot_seen=no; \
456
452
        target=`echo $@ | sed s/-recursive//`; \
457
453
        list='$(SUBDIRS)'; for subdir in $$list; do \
463
459
            local_target="$$target"; \
464
460
          fi; \
465
461
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
466
 
          || eval $$failcom; \
 
462
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
467
463
        done; \
468
464
        if test "$$dot_seen" = "no"; then \
469
465
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
471
467
 
472
468
mostlyclean-recursive clean-recursive distclean-recursive \
473
469
maintainer-clean-recursive:
474
 
        @failcom='exit 1'; \
475
 
        for f in x $$MAKEFLAGS; do \
476
 
          case $$f in \
477
 
            *=* | --[!k]*);; \
478
 
            *k*) failcom='fail=yes';; \
479
 
          esac; \
480
 
        done; \
 
470
        @set fnord $$MAKEFLAGS; amf=$$2; \
481
471
        dot_seen=no; \
482
472
        case "$@" in \
483
473
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
498
488
            local_target="$$target"; \
499
489
          fi; \
500
490
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
501
 
          || eval $$failcom; \
 
491
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
502
492
        done && test -z "$$fail"
503
493
tags-recursive:
504
494
        list='$(SUBDIRS)'; for subdir in $$list; do \
597
587
            || exit 1; \
598
588
          fi; \
599
589
        done
600
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
590
        list='$(SUBDIRS)'; for subdir in $$list; do \
601
591
          if test "$$subdir" = .; then :; else \
602
592
            test -d "$(distdir)/$$subdir" \
603
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
593
            || mkdir "$(distdir)/$$subdir" \
604
594
            || exit 1; \
605
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
606
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
607
595
            (cd $$subdir && \
608
596
              $(MAKE) $(AM_MAKEFLAGS) \
609
 
                top_distdir="$$top_distdir" \
610
 
                distdir="$$distdir/$$subdir" \
 
597
                top_distdir="../$(top_distdir)" \
 
598
                distdir="../$(distdir)/$$subdir" \
611
599
                distdir) \
612
600
              || exit 1; \
613
601
          fi; \
636
624
clean-generic:
637
625
 
638
626
distclean-generic:
639
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
627
        -rm -f $(CONFIG_CLEAN_FILES)
640
628
 
641
629
maintainer-clean-generic:
642
630
        @echo "This command is intended for maintainers to use"