~om26er/ubuntu/natty/totem/totem-fix-696171

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-12 13:09:09 UTC
  • mfrom: (1.11.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100812130909-hzn8tsoh9z7t3dbx
Tags: 2.31.6-0ubuntu1
* New upstream version:
  - Add support for Web-M to browser, movie player, and YouTube plugin
  Movie Player:
  - Add deinterlacing support, automatically used for interlaced content
  - Do not block when loading playlists
  - Remove libunique dependency
  - Make auto-resize use half-scale or 2x if the player would fit on the 
    screen
  - Make screensaver preference clearer
  - Support running with RGBA (semi-transparent) GTK+ themes
  Plugins:
  - Update for YouTube website changes
  Browser plugin:
  - Fix running browser plugin in non-GTK+ front-ends
  - VLC-compatible browser plugin:
  - Support input.time and input.length property
  - Support togglePause function
  - Support toolbar plugin argument
* debian/control.in:
  - updated the build requirements to match the configure
* debian/patches/80_webm.patch,
  debian/patches/81_mpegts.patch,
  debian/patches/91_git_correct_rgba_use.patch:
  - the changes are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
GST_CFLAGS = @GST_CFLAGS@
400
400
GST_LIBS = @GST_LIBS@
401
401
GTKDOC_CHECK = @GTKDOC_CHECK@
 
402
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
403
GTKDOC_REBASE = @GTKDOC_REBASE@
402
404
GTK_CFLAGS = @GTK_CFLAGS@
403
405
GTK_LIBS = @GTK_LIBS@
404
406
HELP_DIR = @HELP_DIR@
498
500
TOTEM_VERSION_MINOR = @TOTEM_VERSION_MINOR@
499
501
TRACKER_CFLAGS = @TRACKER_CFLAGS@
500
502
TRACKER_LIBS = @TRACKER_LIBS@
501
 
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
502
 
UNIQUE_LIBS = @UNIQUE_LIBS@
503
503
USE_NLS = @USE_NLS@
504
504
VALAC = @VALAC@
505
 
VALA_CFLAGS = @VALA_CFLAGS@
506
 
VALA_LIBS = @VALA_LIBS@
507
505
VERSION = @VERSION@
508
506
WARN_CFLAGS = @WARN_CFLAGS@
509
507
WARN_CXXFLAGS = @WARN_CXXFLAGS@
550
548
libexecdir = @libexecdir@
551
549
localedir = @localedir@
552
550
localstatedir = @localstatedir@
553
 
lt_ECHO = @lt_ECHO@
554
551
mandir = @mandir@
555
552
mkdir_p = @mkdir_p@
556
553
oldincludedir = @oldincludedir@
611
608
libtotem_player_la_CFLAGS = \
612
609
        $(DEPENDENCY_CFLAGS)    \
613
610
        $(WARN_CFLAGS)          \
614
 
        $(UNIQUE_CFLAGS)        \
615
611
        $(AM_CFLAGS)
616
612
 
617
613
libtotem_player_la_LDFLAGS = \
636
632
        -I$(srcdir)/plugins -I$(top_builddir)/data $(common_defines) \
637
633
        -DG_LOG_DOMAIN=\""Totem"\" $(AM_CPPFLAGS) $(am__append_5)
638
634
libtotem_main_la_CFLAGS = $(DEPENDENCY_CFLAGS) $(WARN_CFLAGS) \
639
 
        $(DBUS_CFLAGS) $(MISSING_PLUGINS_CFLAGS) $(UNIQUE_CFLAGS) \
640
 
        $(AM_CFLAGS) $(am__append_2)
 
635
        $(DBUS_CFLAGS) $(MISSING_PLUGINS_CFLAGS) $(AM_CFLAGS) \
 
636
        $(am__append_2)
641
637
libtotem_main_la_LDFLAGS = \
642
638
        $(AM_LDFLAGS)
643
639
 
644
640
libtotem_main_la_LIBADD = libtotem_player.la \
645
641
        backend/libbaconvideowidget.la plugins/libtotemmodule.la \
646
 
        $(UNIQUE_LIBS) $(DBUS_LIBS) $(XVIDMODE_LIBS) $(XTEST_LIBS) \
 
642
        $(DEPENDENCY_LIBS) $(DBUS_LIBS) $(XVIDMODE_LIBS) $(XTEST_LIBS) \
647
643
        $(X_LIBS) $(am__append_3) $(am__append_8)
648
644
 
649
645
# Totem
662
658
        $(AM_CPPFLAGS)
663
659
 
664
660
totem_CFLAGS = \
665
 
        $(UNIQUE_CFLAGS)                \
666
661
        $(WARN_CFLAGS)                  \
667
662
        $(DEPENDENCY_CFLAGS)            \
668
663
        $(AM_CFLAGS)