~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-07-14 14:13:00 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714141300-e08q13sp48b2xzwd
Tags: 2.27.4-0ubuntu1
* New upstream release: (LP: #399112)
  - Hal support removed, now relies on GIO only for drives/media probing
  - New layout for size reporting in data/audio/video project
  - Lot's of bug fixes
  - Fixed some memleaks
  - Bump libbrasero-media version to reflect changes (important to packagers)
  - Fix #582261 – brasero shows 0% done, while continues burning disc
  - Fix #582513 – Bogus VIDEO_TS directory error if AUDIO_TS directory present
  - Fix #573805 – "Increase compatibility with Windows systems"?
  - Fix #585190 – remove 0 from 03 % status
  - Fix #586744 – Use AS_HELP_STRING for configure switches
  - Fix #584793 – Poor language in warning dialog when attempting to burn an audio CD onto a CDRW
  - Fix #580617 – Brasero floods .xsession-errors log with "Unknown (or already deleted) monitored directory" warnings
  - Fix #563501 – Brasero burning window shouldn't try to show drive speed while is converting audio files
  - Fix #485719 – Burn dialog CD icon
  - Fix #585481 – Deep hierarchy warning
  - Fix #554070 – The need of a "replace all" and "replace non" button
  - Fix #582461 – Brasero hangs at normalizing tracks
  - Fix #587284 – nautilus hangs every time
  - Fix #574093 – Caret visible in instructions for project creation
  - Fix #581742 – port from HAL to DeviceKit-disks
  - Fix #573801 – Bad error message when burning empty burn:///
  - Fix #573486 – Various i18n and string issues for good
  - Fix #587399 – License clarification
  - Fix #587554 – Unclear meaning of text
  - Fix #582979 – brasero should not include Categories in mime handler .desktop files
  - Fix #586040 – duplicated command listed in open-with dialog
  - Fixes for #573486 – Various i18n and string issues
* debian/control.in:
  - Add in missing comma in brasero suggests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
 
AC_INIT(brasero, 2.27.3)
 
2
AC_INIT(brasero, 2.27.4)
3
3
AC_CONFIG_SRCDIR(src/main.c)
4
4
 
5
5
BRASERO_MAJOR_VERSION=2
6
6
BRASERO_MINOR_VERSION=27
7
 
BRASERO_SUB=3
 
7
BRASERO_SUB=4
8
8
BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
9
9
 
10
10
AC_SUBST(BRASERO_MAJOR_VERSION)
12
12
AC_SUBST(BRASERO_SUB)
13
13
AC_SUBST(BRASERO_VERSION)
14
14
 
15
 
LT_REVISION=1
16
 
LT_AGE=1
17
 
LT_CURRENT=1
 
15
dnl Before making a release, the BURN_LT_VERSION string should be modified.
 
16
dnl The string is of the form C:R:A.
 
17
dnl - If interfaces have been changed or added, but binary compatibility has
 
18
dnl   been preserved, change to C+1:0:A+1
 
19
dnl - If binary compatibility has been broken (eg removed or changed interfaces)
 
20
dnl   change to C+1:0:0
 
21
dnl - If the interface is the same as the previous version, change to C:R+1:A
 
22
 
 
23
LT_CURRENT=2
 
24
LT_REVISION=0
 
25
LT_AGE=2
18
26
 
19
27
AC_SUBST(LT_CURRENT)
20
28
AC_SUBST(LT_REVISION)
128
136
GSTREAMER_BASE_REQUIRED=0.10.0
129
137
LIBXML2_REQUIRED=2.6.0
130
138
LIBUNIQUE_REQUIRED=1.0.0
131
 
HAL_REQUIRED=0.5
132
139
DBUS_REQUIRED=0.7.2
133
140
 
134
141
GTK_DOC_CHECK([1.3])
199
206
AC_SUBST(BRASERO_DBUS_CFLAGS)
200
207
AC_SUBST(BRASERO_DBUS_LIBS)
201
208
 
202
 
PKG_CHECK_MODULES(BRASERO_HAL,                  \
203
 
        hal >= $HAL_REQUIRED                    \
204
 
        dbus-glib-1 >= $DBUS_REQUIRED)
205
 
 
206
 
AC_SUBST(BRASERO_HAL_CFLAGS)
207
 
AC_SUBST(BRASERO_HAL_LIBS)
208
 
 
209
209
PKG_CHECK_MODULES(BRASERO_SM,                   \
210
210
        sm)
211
211
 
216
216
NAUTILUS_REQUIRED=2.22.2
217
217
 
218
218
AC_ARG_ENABLE(nautilus,
219
 
                        [  --enable-nautilus            Build Nautilus extension [[default = yes]]],
 
219
                        AS_HELP_STRING([--enable-nautilus],[Build Nautilus extension [[default = yes]]]),
220
220
                        [enable_nautilus=$enableval],
221
221
                        [enable_nautilus="yes"])
222
222
 
244
244
LIBISOFS_REQUIRED=0.6.4
245
245
 
246
246
AC_ARG_ENABLE(libburnia,
247
 
                        [  --enable-libburnia           Build libburnia plugins [[default = yes]]],
 
247
                        AS_HELP_STRING([--enable-libburnia],[Build libburnia plugins [[default = yes]]]),
248
248
                        [enable_libburnia=$enableval],
249
249
                        [enable_libburnia="yes"])
250
250
 
266
266
 
267
267
dnl **************** check for cdrtools **********************
268
268
AC_ARG_ENABLE(cdrtools,
269
 
                        [  --enable-cdrtools            Build cdrtools plugins [[default = yes]]],
 
269
                        AS_HELP_STRING([--enable-cdrtools],[Build cdrtools plugins [[default = yes]]]),
270
270
                        [build_cdrtools=$enableval],
271
271
                        [build_cdrtools="yes"])
272
272
 
279
279
 
280
280
dnl **************** check for cdrkit ************************
281
281
AC_ARG_ENABLE(cdrkit,
282
 
                        [  --enable-cdrkit              Build cdrkit plugins [[default = yes]]],
 
282
                        AS_HELP_STRING([--enable-cdrkit],[Build cdrkit plugins [[default = yes]]]),
283
283
                        [build_cdrkit=$enableval],
284
284
                        [build_cdrkit="yes"])
285
285
 
295
295
dnl LIBNOTIFY_REQUIRED=0.3.0
296
296
 
297
297
dnl AC_ARG_ENABLE(libnotify,
298
 
dnl                     [  --enable-libnotify           use libnotify if available [[default = yes]]],,
 
298
dnl                     AS_HELP_STRING([--enable-libnotify],[use libnotify if available [[default = yes]]]),,
299
299
dnl                     [enable_libnotify="yes"])
300
300
 
301
301
dnl if test x"$enable_libnotify" = "xyes"; then
315
315
BEAGLE_REQUIRED=0.3.0
316
316
 
317
317
AC_ARG_ENABLE(search,
318
 
                        [  --enable-search              build search pane (if beagle is available) [[default = yes]]],
 
318
                        AS_HELP_STRING([--enable-search],[Build search pane (if beagle is available) [[default = yes]]]),
319
319
                        [enable_search=$enableval],
320
320
                        [enable_search="yes"])
321
321
 
338
338
TOTEM_REQUIRED=2.22.0
339
339
 
340
340
AC_ARG_ENABLE(playlist,
341
 
                        [  --enable-playlist            build playlist pane (if totem is available)[[default = yes]]],
 
341
                        AS_HELP_STRING([--enable-playlist],[Build playlist pane (if totem is available)[[default = yes]]]),
342
342
                        [enable_playlist=$enableval],
343
343
                        [enable_playlist="yes"])
344
344
 
360
360
dnl ****************check for preview (optional)**************
361
361
GSTREAMER_MODULE_REQUIRED=0.10.0
362
362
AC_ARG_ENABLE(preview,
363
 
                        [  --enable-preview             build preview pane [[default = yes]]],
 
363
                        AS_HELP_STRING([--enable-preview],[Build preview pane [[default = yes]]]),
364
364
                        [enable_preview=$enableval],
365
365
                        [enable_preview="yes"])
366
366
 
381
381
 
382
382
dnl ****************check for inotify (optional)**************
383
383
AC_ARG_ENABLE(inotify,
384
 
                        [  --enable-inotify             use inotify [[default = yes]]],
 
384
                        AS_HELP_STRING([--enable-inotify],[use inotify [[default = yes]]]),
385
385
                        [enable_inotify=$enableval],
386
386
                        [enable_inotify="yes"])
387
387
 
392
392
 
393
393
dnl ****** Update mime, desktop and icon caches *******
394
394
AC_ARG_ENABLE(caches,
395
 
                        [  --enable-caches      Run update-* to update mime, desktop and icon caches when installing [[default = yes]]],
 
395
                        AS_HELP_STRING([--enable-caches],[Run update-* to update mime, desktop and icon caches when installing [[default = yes]]]),
396
396
                        [enable_caches=$enableval],
397
397
                        [enable_caches="yes"])
398
398
 
440
440
docs/reference/version.xml
441
441
data/Makefile
442
442
data/brasero.desktop.in
443
 
data/brasero-open-playlist.desktop.in
444
 
data/brasero-open-image.desktop.in
445
 
data/brasero-open-project.desktop.in
446
443
data/brasero-copy-medium.desktop.in
447
444
data/icons/Makefile
448
445
help/Makefile