~ubuntu-branches/ubuntu/precise/me-tv/precise-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Evans
  • Date: 2009-06-27 00:46:22 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627004622-q0zvsie6ioa60vh3
Tags: 0.9.4-0ubuntu1
* New upstream release (LP: #379706)
  - Fix to stop EPG update crashing the application
    after faulty save (LP: #72872)
  - Fixed spin buttons from GtkBuilder conversion (LP: #382197) 
  - Fixed icon on application popup menu (LP: #379685)
  - Fixed compiling of me-tv-0.8.12 fails on Fedora 11 (LP: #377020)
  - Fixed Failed to lock to channel at boot (LP: #377050)
  - Increased timeout to 5 seconds again (LP: #371165)
  - Fixed me-tv unusually slow, often freezes (LP: #351510)
  - Fixed channel persistence (LP: #361514)
  - Fix for forward slashes in description (LP: #359710)
  - Fixed Must create .me-tv directory manually (LP: #353796)
  - Fixed audio stream can't be changed (LP: #350402)
* debian/control:
  - Removed dependency libxine1-ffmpeg, libxine1-x
  - Removed libglademm-2.4-dev Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
/* always defined to indicate that i18n is enabled */
14
14
#undef ENABLE_NLS
15
15
 
 
16
/* Define to 1 if Xine engine is used. */
 
17
#undef ENABLE_XINE_ENGINE
 
18
 
16
19
/* Define to 1 if xine-lib is available and xine-lib engine is used. */
17
20
#undef ENABLE_XINE_LIB_ENGINE
18
21
 
158
161
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
159
162
#undef TM_IN_SYS_TIME
160
163
 
161
 
/* Version number of package */
162
 
#undef VERSION
163
 
 
 
164
/* Enable extensions on AIX 3, Interix.  */
 
165
#ifndef _ALL_SOURCE
 
166
# undef _ALL_SOURCE
 
167
#endif
164
168
/* Enable GNU extensions on systems that have them.  */
165
169
#ifndef _GNU_SOURCE
166
170
# undef _GNU_SOURCE
167
171
#endif
 
172
/* Enable threading extensions on Solaris.  */
 
173
#ifndef _POSIX_PTHREAD_SEMANTICS
 
174
# undef _POSIX_PTHREAD_SEMANTICS
 
175
#endif
 
176
/* Enable extensions on HP NonStop.  */
 
177
#ifndef _TANDEM_SOURCE
 
178
# undef _TANDEM_SOURCE
 
179
#endif
 
180
/* Enable general extensions on Solaris.  */
 
181
#ifndef __EXTENSIONS__
 
182
# undef __EXTENSIONS__
 
183
#endif
 
184
 
 
185
 
 
186
/* Version number of package */
 
187
#undef VERSION
 
188
 
 
189
/* Define to 1 if on MINIX. */
 
190
#undef _MINIX
 
191
 
 
192
/* Define to 2 if the system does not provide POSIX.1 features except with
 
193
   this defined. */
 
194
#undef _POSIX_1_SOURCE
 
195
 
 
196
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
197
#undef _POSIX_SOURCE
168
198
 
169
199
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
170
 
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
 
200
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
171
201
   #define below would cause a syntax error. */
172
202
#undef _UINT32_T
173
203
 
174
204
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
175
 
   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
 
205
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
176
206
   #define below would cause a syntax error. */
177
207
#undef _UINT8_T
178
208