~ubuntu-branches/ubuntu/jaunty/totem/jaunty-updates

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-30 18:50:15 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20081030185015-vldtzsr9soj4au8m
Tags: 2.24.3-0ubuntu1
* New upstream version:
  - Fix YouTube plugin for recent website changes
  - Allow clicking on the seekbar to get to the selected position 
    (lp: #244157)
  - Fix some keys not being usable in the sidebar
  - Fix possible hangs in the YouTube plugin
* debian/patches/90_youtube_url_update.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
121
121
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
122
122
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
123
DSYMUTIL = @DSYMUTIL@
123
124
ECHO = @ECHO@
124
125
ECHO_C = @ECHO_C@
125
126
ECHO_N = @ECHO_N@
206
207
NAUTILUSDIR = @NAUTILUSDIR@
207
208
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
208
209
NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
210
NMEDIT = @NMEDIT@
209
211
NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
210
212
NVTV_CFLAGS = @NVTV_CFLAGS@
211
213
NVTV_LIBS = @NVTV_LIBS@
319
321
srcdir = @srcdir@
320
322
sysconfdir = @sysconfdir@
321
323
target_alias = @target_alias@
 
324
top_build_prefix = @top_build_prefix@
322
325
top_builddir = @top_builddir@
323
326
top_srcdir = @top_srcdir@
324
327
_clean_doc_header = $(if $(DOC_H_FILE),clean-doc-header)