~ubuntu-branches/ubuntu/trusty/totem/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons, Josselin Mouette, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2009-04-19 17:28:51 UTC
  • mfrom: (1.2.52 upstream) (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090419172851-epoqimnq62akn294
Tags: 2.26.1-1
[ Josselin Mouette ]
* totem-plugins depends on python-gdbm. Closes: #523582.

[ Sjoerd Simons ]
* New upstream release (2.26.1)
* debian/patches/02_flv.patch: Dropped, fixed upstream
* debian/patches/04_tracker_build.patch: Dropped, fixed upstream
* debian/patches/01_fake_keypresses.patch: Updated and simplified
* debian/patches/70_bbc_plugin.patch: Updated
* debian/patches/90_autotools.patch: Updated

[ Emilio Pozuelo Monfort ]
* Recommend gnome-codec-install rather than gnome-app-install.
  Closes: #523052.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
/* Define if using gst backend */
34
34
#undef HAVE_GSTREAMER
35
35
 
36
 
/* defined if GNOME isn't used */
37
 
#undef HAVE_GTK_ONLY
38
 
 
39
36
/* Define to 1 if you have the <inttypes.h> header file. */
40
37
#undef HAVE_INTTYPES_H
41
38
 
51
48
/* defined if you build the nautilus plugin */
52
49
#undef HAVE_NAUTILUS
53
50
 
54
 
/* Define to 1 if nvtv is available and used. */
55
 
#undef HAVE_NVTV
56
 
 
57
51
/* Define to 1 if you have the <stdint.h> header file. */
58
52
#undef HAVE_STDINT_H
59
53
 
117
111
/* enable search for UI files and plugins in local directory */
118
112
#undef TOTEM_RUN_IN_SOURCE_TREE
119
113
 
120
 
/* defined if we don't have GNOME */
121
 
#undef USE_STABLE_LIBGNOMEUI
122
 
 
123
114
/* Version number of package */
124
115
#undef VERSION
125
116
 
126
117
/* Define if D-BUS is enabled */
127
118
#undef WITH_DBUS
 
119
 
 
120
/* Define if smclient is enabled */
 
121
#undef WITH_SMCLIENT