Merge lp:~noskcaj/ubuntu/trusty/parole/0.6.0 into lp:ubuntu/trusty/parole

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/trusty/parole/0.6.0
Merge into: lp:ubuntu/trusty/parole
Diff against target: 83387 lines (+36056/-26164)
182 files modified
ChangeLog (+50/-3)
INSTALL (+2/-2)
Makefile.in (+12/-6)
NEWS (+46/-0)
README (+4/-4)
TODO (+1/-0)
aclocal.m4 (+109/-42)
config.h.in (+0/-6)
configure (+1468/-1414)
configure.ac (+80/-76)
data/Makefile.am (+0/-1)
data/Makefile.in (+1/-3)
data/desktop/Makefile.in (+1/-2)
data/desktop/desktop.sh (+6/-6)
data/desktop/parole.desktop.in.in (+5/-5)
data/gtk-2.0/Makefile.am (+0/-7)
data/gtk-2.0/Makefile.in (+0/-612)
data/gtk-2.0/parole.gtkrc (+0/-19)
data/icons/128x128/Makefile.am (+7/-0)
data/icons/128x128/Makefile.in (+613/-0)
data/icons/16x16/Makefile.am (+2/-1)
data/icons/16x16/Makefile.in (+3/-3)
data/icons/16x16/parole-extension-symbolic.svg (+136/-0)
data/icons/24x24/Makefile.in (+1/-2)
data/icons/32x32/Makefile.in (+1/-2)
data/icons/48x48/Makefile.in (+1/-2)
data/icons/64x64/Makefile.am (+7/-0)
data/icons/64x64/Makefile.in (+613/-0)
data/icons/Makefile.am (+3/-1)
data/icons/Makefile.in (+4/-3)
data/icons/scalable/Makefile.in (+1/-2)
data/icons/scalable/parole.svg (+913/-425)
data/interfaces/Makefile.am (+4/-4)
data/interfaces/Makefile.in (+3/-4)
data/interfaces/mediachooser.ui (+41/-69)
data/interfaces/mediachooser_ui.h (+48/-60)
data/interfaces/open-location.ui (+41/-38)
data/interfaces/open-location_ui.h (+77/-75)
data/interfaces/parole-settings.ui (+796/-608)
data/interfaces/parole-settings_ui.h (+366/-299)
data/interfaces/parole.ui (+728/-746)
data/interfaces/parole_ui.h (+537/-534)
data/interfaces/playlist.ui (+93/-288)
data/interfaces/playlist_ui.h (+127/-224)
data/interfaces/plugins.ui (+121/-142)
data/interfaces/plugins_ui.h (+116/-126)
data/interfaces/save-playlist.ui (+28/-22)
data/interfaces/save-playlist_ui.h (+64/-60)
data/mime/Makefile.in (+1/-2)
data/pixmaps/Makefile.am (+2/-1)
data/pixmaps/Makefile.in (+3/-3)
debian/changelog (+19/-0)
debian/control (+10/-10)
debian/copyright (+1/-1)
debian/rules (+3/-3)
docs/Makefile.in (+1/-2)
docs/plugin-api/Makefile.am (+5/-0)
docs/plugin-api/Makefile.in (+397/-19)
docs/plugin-api/Parole-Plugins-docs.sgml (+36/-2)
ltmain.sh (+2/-2)
missing (+2/-2)
po/POTFILES.in (+2/-0)
po/ar.po (+494/-337)
po/bg.po (+481/-329)
po/cs.po (+500/-340)
po/da.po (+697/-496)
po/de.po (+592/-633)
po/el.po (+702/-502)
po/en_AU.po (+493/-337)
po/es.po (+596/-453)
po/eu.po (+577/-573)
po/fi.po (+1128/-0)
po/fr.po (+500/-343)
po/he.po (+657/-509)
po/hr.po (+560/-499)
po/hu.po (+492/-335)
po/id.po (+562/-403)
po/it.po (+577/-606)
po/ja.po (+509/-495)
po/kk.po (+498/-338)
po/ko.po (+581/-562)
po/nl.po (+483/-331)
po/oc.po (+1127/-0)
po/pl.po (+590/-576)
po/pt.po (+488/-331)
po/pt_BR.po (+582/-586)
po/ru.po (+520/-359)
po/sr.po (+608/-480)
po/tr.po (+491/-333)
po/ug.po (+491/-335)
po/uk.po (+583/-578)
po/zh_CN.po (+582/-565)
po/zh_TW.po (+576/-562)
src/Makefile.in (+3/-4)
src/common/Makefile.in (+3/-4)
src/common/parole-common.c (+24/-27)
src/common/parole-common.h (+11/-11)
src/common/parole-rc-utils.c (+13/-13)
src/common/parole-rc-utils.h (+21/-21)
src/common/parole-screensaver.c (+3/-3)
src/common/parole-screensaver.h (+8/-8)
src/dbus/Makefile.in (+3/-4)
src/dbus/parole-dbus.c (+19/-18)
src/dbus/parole-dbus.h (+18/-18)
src/gst/Makefile.in (+3/-4)
src/gst/gstmarshal.c (+37/-0)
src/gst/gstmarshal.h (+8/-0)
src/gst/gstmarshal.list (+1/-1)
src/gst/parole-gst.c (+1231/-1227)
src/gst/parole-gst.h (+118/-108)
src/main.c (+157/-165)
src/misc/Makefile.in (+3/-4)
src/misc/parole-debug.c (+5/-5)
src/misc/parole-debug.h (+14/-14)
src/misc/parole-file.c (+196/-196)
src/misc/parole-file.h (+39/-31)
src/misc/parole-filters.c (+16/-17)
src/misc/parole-filters.h (+11/-16)
src/misc/parole-pl-parser.c (+226/-207)
src/misc/parole-pl-parser.h (+13/-13)
src/misc/parole-provider-player.c (+230/-69)
src/misc/parole-provider-player.h (+96/-62)
src/misc/parole-provider-plugin.c (+17/-19)
src/misc/parole-provider-plugin.h (+23/-21)
src/misc/parole-stream.c (+434/-324)
src/misc/parole-stream.h (+12/-11)
src/misc/parole.h (+2/-2)
src/org.parole.media.player.h (+9/-11)
src/org.parole.media.player.xml (+3/-9)
src/parole-about.c (+19/-19)
src/parole-about.h (+1/-1)
src/parole-builder.c (+5/-5)
src/parole-builder.h (+3/-3)
src/parole-button.c (+35/-35)
src/parole-button.h (+7/-7)
src/parole-conf-dialog.c (+187/-269)
src/parole-conf-dialog.h (+7/-7)
src/parole-conf.c (+227/-145)
src/parole-conf.h (+5/-5)
src/parole-disc.c (+126/-131)
src/parole-disc.h (+13/-13)
src/parole-mediachooser.c (+83/-54)
src/parole-mediachooser.h (+3/-3)
src/parole-medialist.c (+842/-1001)
src/parole-medialist.h (+137/-103)
src/parole-module.c (+55/-44)
src/parole-module.h (+27/-27)
src/parole-open-location.c (+35/-36)
src/parole-open-location.h (+10/-10)
src/parole-player.c (+2079/-1861)
src/parole-player.h (+36/-24)
src/parole-plugin-player.c (+136/-21)
src/parole-plugin-player.h (+5/-5)
src/parole-plugins-manager.c (+46/-43)
src/parole-plugins-manager.h (+15/-15)
src/parole-subtitle-encoding.c (+19/-16)
src/parole-subtitle-encoding.h (+2/-2)
src/parole-utils.c (+244/-244)
src/parole-utils.h (+27/-27)
src/parole-vis.c (+8/-8)
src/parole-vis.h (+1/-1)
src/plugins/Makefile.am (+5/-1)
src/plugins/Makefile.in (+4/-4)
src/plugins/mpris2/Makefile.am (+50/-0)
src/plugins/mpris2/Makefile.in (+853/-0)
src/plugins/mpris2/mpris2-plugin.c (+47/-0)
src/plugins/mpris2/mpris2-provider.c (+1098/-0)
src/plugins/mpris2/mpris2-provider.h (+47/-0)
src/plugins/mpris2/mpris2.desktop.in (+6/-0)
src/plugins/notify/Makefile.in (+3/-4)
src/plugins/notify/notify-plugin.c (+6/-4)
src/plugins/notify/notify-provider.c (+87/-52)
src/plugins/notify/notify-provider.h (+4/-2)
src/plugins/sample/Makefile.in (+3/-4)
src/plugins/sample/sample-plugin.c (+5/-3)
src/plugins/sample/sample-provider.c (+12/-10)
src/plugins/sample/sample-provider.h (+4/-2)
src/plugins/tray/Makefile.in (+3/-4)
src/plugins/tray/tray-plugin.c (+5/-3)
src/plugins/tray/tray-provider.c (+115/-96)
src/plugins/tray/tray-provider.h (+4/-2)
test-driver (+139/-0)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/trusty/parole/0.6.0
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+203881@code.launchpad.net

Description of the change

New upstream release needed for xubuntu 14.04.
Debian won't upload since it needs a package they have in experimental

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

14. By Jackson Doak

update-maintainer

13. By Jackson Doak

Merge the new release in a way bzr likes

12. By Jackson Doak

Merge packaging for new upstream release from debian svn

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2013-12-05 21:58:41 +0000
+++ ChangeLog 2014-01-30 07:12:45 +0000
@@ -1,9 +1,56 @@
12013-12-04: bluesabre@xfce.org12014-01-25: bluesabre@xfce.org
2 * Bugfix release 0.5.42 * Stable release 0.6.0
3 * Fix bug with DIR handles not being closed (bug #10600)
4 * Fix crash for m3u files with all absolute paths
5 * Added 128px appicon
6 * Added Contents menu-item to Help menu
7
82013-12-29: bluesabre@xfce.org
9 * Development release 0.5.91
10 * Fix untranslatable strings (bug #10418)
3 * Fix loading of playlists with relative paths (bug #10436)11 * Fix loading of playlists with relative paths (bug #10436)
4 * Fix file-filters for audio/video mimetypes (bug #10434)12 * Add realmedia video to supported video mimetypes (bug #10434)
5 * Fix IF/ELSE for plugin installation on multiple platforms (bugs #10142, #10441)13 * Fix IF/ELSE for plugin installation on multiple platforms (bugs #10142, #10441)
14 * Fix building with enable-debug=full on some platforms (bug #10525)
6 * Fix "Remove Duplicates" functionality.15 * Fix "Remove Duplicates" functionality.
16 * Plugin API documentation updates
17 * Fixed playlist search
18 * New MPRIS2 plugin
19
202013-10-19: bluesabre@xfce.org
21 * Development release 0.5.90
22 * Completed port to GTK+3
23 - Remove deprecated GTK+2 items
24 - Use GtkOverlay for player controls
25 - Use symbolic icons for menus, plugins
26 * Improved window maximization
27 - Window dimensions are no longer saved when maximizing
28 - Added "window-maximized" setting to xfconf to keep maximization across sessions
29 * Rearranged and improved menubar
30 - Renamed "Edit" menu to "Playback"
31 - Renamed "Languages" menu item to "Audio Track"
32 - Added Tools menu
33 - Moved Plugins and Preferences to Tools menu
34 - Added DVD menu (visible only when a DVD or DVD ISO is being played)
35 - Added "Save Playlist" item to Media menu
36 - Added "Report Bug" item to Help menu
37 * Improved playlist
38 - Use symbolic icons in an inline toolbar
39 - Removed redundant settings button
40 - Added Move Up/Down buttons
41 * Updated/improved included plugins
42 - Added Previous/Next Track menu items to Tray plugin
43 - Added Previous/Next Track menu items to Notification plugin
44 * Other improvements
45 - Updated artwork (background image, icons)
46 - Fixed GStreamer 1.0 support
47 - Added ability to play DVD ISOs from the Open dialog
48 - Plugins now correctly report when they fail to load
49 * Bugs fixed
50 - missing option to open DVD from iso (bug #10300)
51 - Allow a playlist to be sorted and/or items to be moved (bug #10066)
52 - Remember playlist option in GUI not working (bug #10269)
53 - Parole show irritating edge (bug #10081)
754
82013-08-03: bluesabre@xfce.org552013-08-03: bluesabre@xfce.org
9 * Bugfix release 0.5.356 * Bugfix release 0.5.3
1057
=== modified file 'INSTALL'
--- INSTALL 2013-12-05 21:58:41 +0000
+++ INSTALL 2014-01-30 07:12:45 +0000
@@ -12,8 +12,8 @@
12Basic Installation12Basic Installation
13==================13==================
1414
15 Briefly, the shell commands `./configure; make; make install' should15 Briefly, the shell command `./configure && make && make install'
16configure, build, and install this package. The following16should configure, build, and install this package. The following
17more-detailed instructions are generic; see the `README' file for17more-detailed instructions are generic; see the `README' file for
18instructions specific to this package. Some packages provide this18instructions specific to this package. Some packages provide this
19`INSTALL' file but do not implement all of the features documented19`INSTALL' file but do not implement all of the features documented
2020
=== modified file 'Makefile.in'
--- Makefile.in 2013-12-05 21:58:41 +0000
+++ Makefile.in 2014-01-30 07:12:45 +0000
@@ -1,4 +1,4 @@
1# Makefile.in generated by automake 1.13.3 from Makefile.am.1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -82,7 +82,7 @@
82 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \82 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(top_srcdir)/configure $(am__configure_deps) \83 $(top_srcdir)/configure $(am__configure_deps) \
84 $(srcdir)/config.h.in COPYING THANKS TODO compile config.guess \84 $(srcdir)/config.h.in COPYING THANKS TODO compile config.guess \
85 config.sub depcomp install-sh missing ltmain.sh85 config.sub install-sh missing ltmain.sh
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m486ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__aclocal_m4_deps = $(top_srcdir)/configure.ac87am__aclocal_m4_deps = $(top_srcdir)/configure.ac
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -407,7 +407,6 @@
407docdir = @docdir@407docdir = @docdir@
408dvidir = @dvidir@408dvidir = @dvidir@
409exec_prefix = @exec_prefix@409exec_prefix = @exec_prefix@
410gtkrcdir = @gtkrcdir@
411host = @host@410host = @host@
412host_alias = @host_alias@411host_alias = @host_alias@
413host_cpu = @host_cpu@412host_cpu = @host_cpu@
@@ -499,8 +498,8 @@
499$(am__aclocal_m4_deps):498$(am__aclocal_m4_deps):
500499
501config.h: stamp-h1500config.h: stamp-h1
502 @if test ! -f $@; then rm -f stamp-h1; else :; fi501 @test -f $@ || rm -f stamp-h1
503 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi502 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
504503
505stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status504stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
506 @rm -f stamp-h1505 @rm -f stamp-h1
@@ -708,10 +707,16 @@
708 $(am__post_remove_distdir)707 $(am__post_remove_distdir)
709708
710dist-tarZ: distdir709dist-tarZ: distdir
710 @echo WARNING: "Support for shar distribution archives is" \
711 "deprecated." >&2
712 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
711 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z713 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
712 $(am__post_remove_distdir)714 $(am__post_remove_distdir)
713715
714dist-shar: distdir716dist-shar: distdir
717 @echo WARNING: "Support for distribution archives compressed with" \
718 "legacy program 'compress' is deprecated." >&2
719 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
715 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz720 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
716 $(am__post_remove_distdir)721 $(am__post_remove_distdir)
717722
@@ -753,9 +758,10 @@
753 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \758 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
754 && am__cwd=`pwd` \759 && am__cwd=`pwd` \
755 && $(am__cd) $(distdir)/_build \760 && $(am__cd) $(distdir)/_build \
756 && ../configure --srcdir=.. --prefix="$$dc_install_base" \761 && ../configure \
757 $(AM_DISTCHECK_CONFIGURE_FLAGS) \762 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
758 $(DISTCHECK_CONFIGURE_FLAGS) \763 $(DISTCHECK_CONFIGURE_FLAGS) \
764 --srcdir=.. --prefix="$$dc_install_base" \
759 && $(MAKE) $(AM_MAKEFLAGS) \765 && $(MAKE) $(AM_MAKEFLAGS) \
760 && $(MAKE) $(AM_MAKEFLAGS) dvi \766 && $(MAKE) $(AM_MAKEFLAGS) dvi \
761 && $(MAKE) $(AM_MAKEFLAGS) check \767 && $(MAKE) $(AM_MAKEFLAGS) check \
762768
=== modified file 'NEWS'
--- NEWS 2013-03-07 14:04:30 +0000
+++ NEWS 2014-01-30 07:12:45 +0000
@@ -1,3 +1,49 @@
10.6.0
2=======
3- Completed port to GTK+3
4 - Remove deprecated GTK+2 items
5 - Use GtkOverlay for player controls
6 - Use symbolic icons for menus, plugins
7- Improved window maximization
8 - Window dimensions are no longer saved when maximizing
9 - Added "window-maximized" setting to xfconf to keep maximization across sessions
10- Rearranged and improved menubar
11 - Renamed "Edit" menu to "Playback"
12 - Renamed "Languages" menu item to "Audio Track"
13 - Added Tools menu
14 - Moved Plugins and Preferences to Tools menu
15 - Added DVD menu (visible only when a DVD or DVD ISO is being played)
16 - Added "Save Playlist" item to Media menu
17 - Added "Contents" item to Help menu
18 - Added "Report Bug" item to Help menu
19- Improved playlist
20 - Use symbolic icons in an inline toolbar
21 - Removed redundant settings button
22 - Added Move Up/Down buttons
23 - Improved search
24- Plugin updates
25 - Added Previous/Next Track menu items to Tray plugin
26 - Added Previous/Next Track menu items to Notification plugin
27 - Added NEW MPRIS2 plugin
28- Other improvements
29 - Updated artwork (background image, icons)
30 - Fixed GStreamer 1.0 support
31 - Added ability to play DVD ISOs from the Open dialog
32 - Plugins now correctly report when they fail to load
33 - Plugin API documentation updates
34- Bugs fixed
35 - Fixed missing option to open DVD from iso (bug #10300)
36 - Fixed allowing a playlist to be sorted and/or items to be moved (bug #10066)
37 - Fixed Remember playlist option in GUI not working (bug #10269)
38 - Fixed Parole showing irritating edge (bug #10081)
39 - Fixed untranslatable strings (bug #10418)
40 - Fixed loading of playlists with relative paths (bug #10436)
41 - Added realmedia video to supported video mimetypes (bug #10434)
42 - Fixed IF/ELSE for plugin installation on multiple platforms (bugs #10142, #10441)
43 - Fixed building with enable-debug=full on some platforms (bug #10525)
44 - Fixed crash for m3u files with all absolute paths
45 - Fixed "Remove Duplicates" functionality.
46
10.5.0470.5.0
2=======48=======
3- Fixed potential file name clash in parole extension (bug #9728)49- Fixed potential file name clash in parole extension (bug #9728)
450
=== modified file 'README'
--- README 2013-06-03 22:20:52 +0000
+++ README 2014-01-30 07:12:45 +0000
@@ -10,14 +10,14 @@
10=================10=================
11Parole depends on the following packages:11Parole depends on the following packages:
1212
13 - Gtk 2.24 or above.13 - Gtk 3.2 or above.
14 - Glib 2.32 or above.14 - Glib 2.32 or above.
15 - Gio 2.16 or above.15 - Gio 2.28 or above.
16 - DBus 0.60 or above.16 - DBus 0.60 or above.
17 - DBus glib 0.70 or above.17 - DBus glib 0.70 or above.
18 - GStreamer: base, video, interface and GStreamer X, version 0.10.24 or above.18 - GStreamer: base, video, interface and GStreamer X, version 0.10.24 or above.
19 - libxfce4ui 4.8.0 or above.19 - libxfce4ui 4.11.0 or above.
20 - libxfce4util 4.8.0 or above.20 - libxfce4util 4.11.0 or above.
2121
22How to report bugs?22How to report bugs?
23===================23===================
2424
=== modified file 'TODO'
--- TODO 2013-01-09 19:08:53 +0000
+++ TODO 2014-01-30 07:12:45 +0000
@@ -1,3 +1,4 @@
1
1=== Media player ===2=== Media player ===
2* Support scale ratio view.3* Support scale ratio view.
34
45
=== modified file 'aclocal.m4'
--- aclocal.m4 2013-12-05 21:58:41 +0000
+++ aclocal.m4 2014-01-30 07:12:45 +0000
@@ -1,4 +1,4 @@
1# generated automatically by aclocal 1.13.3 -*- Autoconf -*-1# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
22
3# Copyright (C) 1996-2013 Free Software Foundation, Inc.3# Copyright (C) 1996-2013 Free Software Foundation, Inc.
44
@@ -457,7 +457,7 @@
457457
458458
459# nls.m4 serial 5 (gettext-0.18)459# nls.m4 serial 5 (gettext-0.18)
460dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,460dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
461dnl Inc.461dnl Inc.
462dnl This file is free software; the Free Software Foundation462dnl This file is free software; the Free Software Foundation
463dnl gives unlimited permission to copy and/or distribute it,463dnl gives unlimited permission to copy and/or distribute it,
@@ -661,10 +661,10 @@
661# generated from the m4 files accompanying Automake X.Y.661# generated from the m4 files accompanying Automake X.Y.
662# (This private macro should not be called outside this file.)662# (This private macro should not be called outside this file.)
663AC_DEFUN([AM_AUTOMAKE_VERSION],663AC_DEFUN([AM_AUTOMAKE_VERSION],
664[am__api_version='1.13'664[am__api_version='1.14'
665dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to665dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
666dnl require some minimum version. Point them to the right macro.666dnl require some minimum version. Point them to the right macro.
667m4_if([$1], [1.13.3], [],667m4_if([$1], [1.14.1], [],
668 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl668 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
669])669])
670670
@@ -680,7 +680,7 @@
680# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.680# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
681# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.681# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
682AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],682AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
683[AM_AUTOMAKE_VERSION([1.13.3])dnl683[AM_AUTOMAKE_VERSION([1.14.1])dnl
684m4_ifndef([AC_AUTOCONF_VERSION],684m4_ifndef([AC_AUTOCONF_VERSION],
685 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl685 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
686_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])686_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@@ -1047,6 +1047,12 @@
1047# This macro actually does too much. Some checks are only needed if1047# This macro actually does too much. Some checks are only needed if
1048# your package does certain things. But this isn't really a big deal.1048# your package does certain things. But this isn't really a big deal.
10491049
1050dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
1051m4_define([AC_PROG_CC],
1052m4_defn([AC_PROG_CC])
1053[_AM_PROG_CC_C_O
1054])
1055
1050# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])1056# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
1051# AM_INIT_AUTOMAKE([OPTIONS])1057# AM_INIT_AUTOMAKE([OPTIONS])
1052# -----------------------------------------------1058# -----------------------------------------------
@@ -1155,7 +1161,48 @@
1155AC_CONFIG_COMMANDS_PRE(dnl1161AC_CONFIG_COMMANDS_PRE(dnl
1156[m4_provide_if([_AM_COMPILER_EXEEXT],1162[m4_provide_if([_AM_COMPILER_EXEEXT],
1157 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl1163 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1158])1164
1165# POSIX will say in a future version that running "rm -f" with no argument
1166# is OK; and we want to be able to make that assumption in our Makefile
1167# recipes. So use an aggressive probe to check that the usage we want is
1168# actually supported "in the wild" to an acceptable degree.
1169# See automake bug#10828.
1170# To make any issue more visible, cause the running configure to be aborted
1171# by default if the 'rm' program in use doesn't match our expectations; the
1172# user can still override this though.
1173if rm -f && rm -fr && rm -rf; then : OK; else
1174 cat >&2 <<'END'
1175Oops!
1176
1177Your 'rm' program seems unable to run without file operands specified
1178on the command line, even when the '-f' option is present. This is contrary
1179to the behaviour of most rm programs out there, and not conforming with
1180the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1181
1182Please tell bug-automake@gnu.org about your system, including the value
1183of your $PATH and any error possibly output before this message. This
1184can help us improve future automake versions.
1185
1186END
1187 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
1188 echo 'Configuration will proceed anyway, since you have set the' >&2
1189 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
1190 echo >&2
1191 else
1192 cat >&2 <<'END'
1193Aborting the configuration process, to ensure you take notice of the issue.
1194
1195You can download and install GNU coreutils to get an 'rm' implementation
1196that behaves properly: <http://www.gnu.org/software/coreutils/>.
1197
1198If you want to complete the configuration process using your problematic
1199'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1200to "yes", and re-run configure.
1201
1202END
1203 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
1204 fi
1205fi])
11591206
1160dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not1207dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
1161dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further1208dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
@@ -1163,7 +1210,6 @@
1163m4_define([_AC_COMPILER_EXEEXT],1210m4_define([_AC_COMPILER_EXEEXT],
1164m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])1211m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
11651212
1166
1167# When config.status generates a header, we must update the stamp-h file.1213# When config.status generates a header, we must update the stamp-h file.
1168# This file resides in the same directory as the config header1214# This file resides in the same directory as the config header
1169# that is generated. The stamp files are numbered to have different names.1215# that is generated. The stamp files are numbered to have different names.
@@ -1311,38 +1357,6 @@
1311rm -f confinc confmf1357rm -f confinc confmf
1312])1358])
13131359
1314# Copyright (C) 1999-2013 Free Software Foundation, Inc.
1315#
1316# This file is free software; the Free Software Foundation
1317# gives unlimited permission to copy and/or distribute it,
1318# with or without modifications, as long as this notice is preserved.
1319
1320# AM_PROG_CC_C_O
1321# --------------
1322# Like AC_PROG_CC_C_O, but changed for automake.
1323AC_DEFUN([AM_PROG_CC_C_O],
1324[AC_REQUIRE([AC_PROG_CC_C_O])dnl
1325AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1326AC_REQUIRE_AUX_FILE([compile])dnl
1327# FIXME: we rely on the cache variable name because
1328# there is no other way.
1329set dummy $CC
1330am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
1331eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
1332if test "$am_t" != yes; then
1333 # Losing compiler, so override with the script.
1334 # FIXME: It is wrong to rewrite CC.
1335 # But if we don't then we get into trouble of one sort or another.
1336 # A longer-term fix would be to have automake use am__CC in this case,
1337 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1338 CC="$am_aux_dir/compile $CC"
1339fi
1340dnl Make sure AC_PROG_CC is never called again, or it will override our
1341dnl setting of CC.
1342m4_define([AC_PROG_CC],
1343 [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
1344])
1345
1346# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-1360# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
13471361
1348# Copyright (C) 1997-2013 Free Software Foundation, Inc.1362# Copyright (C) 1997-2013 Free Software Foundation, Inc.
@@ -1442,6 +1456,53 @@
1442AC_DEFUN([_AM_IF_OPTION],1456AC_DEFUN([_AM_IF_OPTION],
1443[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])1457[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
14441458
1459# Copyright (C) 1999-2013 Free Software Foundation, Inc.
1460#
1461# This file is free software; the Free Software Foundation
1462# gives unlimited permission to copy and/or distribute it,
1463# with or without modifications, as long as this notice is preserved.
1464
1465# _AM_PROG_CC_C_O
1466# ---------------
1467# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
1468# to automatically call this.
1469AC_DEFUN([_AM_PROG_CC_C_O],
1470[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1471AC_REQUIRE_AUX_FILE([compile])dnl
1472AC_LANG_PUSH([C])dnl
1473AC_CACHE_CHECK(
1474 [whether $CC understands -c and -o together],
1475 [am_cv_prog_cc_c_o],
1476 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1477 # Make sure it works both with $CC and with simple cc.
1478 # Following AC_PROG_CC_C_O, we do the test twice because some
1479 # compilers refuse to overwrite an existing .o file with -o,
1480 # though they will create one.
1481 am_cv_prog_cc_c_o=yes
1482 for am_i in 1 2; do
1483 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1484 && test -f conftest2.$ac_objext; then
1485 : OK
1486 else
1487 am_cv_prog_cc_c_o=no
1488 break
1489 fi
1490 done
1491 rm -f core conftest*
1492 unset am_i])
1493if test "$am_cv_prog_cc_c_o" != yes; then
1494 # Losing compiler, so override with the script.
1495 # FIXME: It is wrong to rewrite CC.
1496 # But if we don't then we get into trouble of one sort or another.
1497 # A longer-term fix would be to have automake use am__CC in this case,
1498 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1499 CC="$am_aux_dir/compile $CC"
1500fi
1501AC_LANG_POP([C])])
1502
1503# For backward compatibility.
1504AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1505
1445# Copyright (C) 2001-2013 Free Software Foundation, Inc.1506# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1446#1507#
1447# This file is free software; the Free Software Foundation1508# This file is free software; the Free Software Foundation
@@ -3373,7 +3434,7 @@
3373 rm -rf conftest*3434 rm -rf conftest*
3374 ;;3435 ;;
33753436
3376x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \3437x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
3377s390*-*linux*|s390*-*tpf*|sparc*-*linux*)3438s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
3378 # Find out which ABI we are using.3439 # Find out which ABI we are using.
3379 echo 'int i;' > conftest.$ac_ext3440 echo 'int i;' > conftest.$ac_ext
@@ -3394,7 +3455,10 @@
3394 ;;3455 ;;
3395 esac3456 esac
3396 ;;3457 ;;
3397 ppc64-*linux*|powerpc64-*linux*)3458 powerpc64le-*)
3459 LD="${LD-ld} -m elf32lppclinux"
3460 ;;
3461 powerpc64-*)
3398 LD="${LD-ld} -m elf32ppclinux"3462 LD="${LD-ld} -m elf32ppclinux"
3399 ;;3463 ;;
3400 s390x-*linux*)3464 s390x-*linux*)
@@ -3413,7 +3477,10 @@
3413 x86_64-*linux*)3477 x86_64-*linux*)
3414 LD="${LD-ld} -m elf_x86_64"3478 LD="${LD-ld} -m elf_x86_64"
3415 ;;3479 ;;
3416 ppc*-*linux*|powerpc*-*linux*)3480 powerpcle-*)
3481 LD="${LD-ld} -m elf64lppc"
3482 ;;
3483 powerpc-*)
3417 LD="${LD-ld} -m elf64ppc"3484 LD="${LD-ld} -m elf64ppc"
3418 ;;3485 ;;
3419 s390*-*linux*|s390*-*tpf*)3486 s390*-*linux*|s390*-*tpf*)
34203487
=== modified file 'config.h.in'
--- config.h.in 2013-03-07 14:04:30 +0000
+++ config.h.in 2014-01-30 07:12:45 +0000
@@ -15,9 +15,6 @@
15/* Define the GStreamer+ API version */15/* Define the GStreamer+ API version */
16#undef GSTREAMER_API_VERSION16#undef GSTREAMER_API_VERSION
1717
18/* pixmaps directory */
19#undef GTKRC_DIR
20
21/* Define to 1 if you have the `bind_textdomain_codeset' function. */18/* Define to 1 if you have the `bind_textdomain_codeset' function. */
22#undef HAVE_BIND_TEXTDOMAIN_CODESET19#undef HAVE_BIND_TEXTDOMAIN_CODESET
2320
@@ -100,9 +97,6 @@
100 */97 */
101#undef LT_OBJDIR98#undef LT_OBJDIR
10299
103/* Define to 1 if your C compiler doesn't accept -c and -o together. */
104#undef NO_MINUS_C_MINUS_O
105
106/* Name of package */100/* Name of package */
107#undef PACKAGE101#undef PACKAGE
108102
109103
=== modified file 'configure'
--- configure 2013-12-05 21:58:41 +0000
+++ configure 2014-01-30 07:12:45 +0000
@@ -1,8 +1,8 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for parole 0.5.4.3# Generated by GNU Autoconf 2.69 for parole 0.6.0.
4#4#
5# Report bugs to <aliov@xfce.org>.5# Report bugs to <http://docs.xfce.org/apps/parole/bugs>.
6#6#
7#7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -274,11 +274,11 @@
274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
276 else276 else
277 $as_echo "$0: Please tell bug-autoconf@gnu.org and aliov@xfce.org277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
278$0: about your system, including any error possibly output278$0: http://docs.xfce.org/apps/parole/bugs about your
279$0: before this message. Then install a modern shell, or279$0: system, including any error possibly output before this
280$0: manually run the script under such a shell if you do280$0: message. Then install a modern shell, or manually run
281$0: have one."281$0: the script under such a shell if you do have one."
282 fi282 fi
283 exit 1283 exit 1
284fi284fi
@@ -590,9 +590,9 @@
590# Identity of this package.590# Identity of this package.
591PACKAGE_NAME='parole'591PACKAGE_NAME='parole'
592PACKAGE_TARNAME='parole'592PACKAGE_TARNAME='parole'
593PACKAGE_VERSION='0.5.4'593PACKAGE_VERSION='0.6.0'
594PACKAGE_STRING='parole 0.5.4'594PACKAGE_STRING='parole 0.6.0'
595PACKAGE_BUGREPORT='aliov@xfce.org'595PACKAGE_BUGREPORT='http://docs.xfce.org/apps/parole/bugs'
596PACKAGE_URL=''596PACKAGE_URL=''
597597
598# Factoring default headers for most tests.598# Factoring default headers for most tests.
@@ -651,6 +651,8 @@
651GTKDOC_MKPDF651GTKDOC_MKPDF
652GTKDOC_REBASE652GTKDOC_REBASE
653GTKDOC_CHECK653GTKDOC_CHECK
654PAROLE_MPRIS2_PLUGIN_FALSE
655PAROLE_MPRIS2_PLUGIN_TRUE
654PAROLE_TRAY_PLUGIN_FALSE656PAROLE_TRAY_PLUGIN_FALSE
655PAROLE_TRAY_PLUGIN_TRUE657PAROLE_TRAY_PLUGIN_TRUE
656LIBNOTIFY_REQUIRED_VERSION658LIBNOTIFY_REQUIRED_VERSION
@@ -668,7 +670,6 @@
668TAGLIB_CFLAGS670TAGLIB_CFLAGS
669TAGLIB_VERSION671TAGLIB_VERSION
670pixmapsdir672pixmapsdir
671gtkrcdir
672LIBX11_LIBS673LIBX11_LIBS
673LIBX11_LDFLAGS674LIBX11_LDFLAGS
674LIBX11_CFLAGS675LIBX11_CFLAGS
@@ -677,26 +678,6 @@
677X_PRE_LIBS678X_PRE_LIBS
678X_CFLAGS679X_CFLAGS
679XMKMF680XMKMF
680XFCONF_REQUIRED_VERSION
681XFCONF_LIBS
682XFCONF_CFLAGS
683XFCONF_VERSION
684LIBXFCE4UTIL_REQUIRED_VERSION
685LIBXFCE4UTIL_LIBS
686LIBXFCE4UTIL_CFLAGS
687LIBXFCE4UTIL_VERSION
688LIBXFCE4UI_REQUIRED_VERSION
689LIBXFCE4UI_LIBS
690LIBXFCE4UI_CFLAGS
691LIBXFCE4UI_VERSION
692DBUS_GLIB_REQUIRED_VERSION
693DBUS_GLIB_LIBS
694DBUS_GLIB_CFLAGS
695DBUS_GLIB_VERSION
696DBUS_REQUIRED_VERSION
697DBUS_LIBS
698DBUS_CFLAGS
699DBUS_VERSION
700GST_INTERFACES_REQUIRED_VERSION681GST_INTERFACES_REQUIRED_VERSION
701GST_INTERFACES_LIBS682GST_INTERFACES_LIBS
702GST_INTERFACES_CFLAGS683GST_INTERFACES_CFLAGS
@@ -717,6 +698,30 @@
717GST_LIBS698GST_LIBS
718GST_CFLAGS699GST_CFLAGS
719GST_VERSION700GST_VERSION
701GTK_REQUIRED_VERSION
702GTK_LIBS
703GTK_CFLAGS
704GTK_VERSION
705LIBXFCE4UI_REQUIRED_VERSION
706LIBXFCE4UI_LIBS
707LIBXFCE4UI_CFLAGS
708LIBXFCE4UI_VERSION
709XFCONF_REQUIRED_VERSION
710XFCONF_LIBS
711XFCONF_CFLAGS
712XFCONF_VERSION
713LIBXFCE4UTIL_REQUIRED_VERSION
714LIBXFCE4UTIL_LIBS
715LIBXFCE4UTIL_CFLAGS
716LIBXFCE4UTIL_VERSION
717DBUS_GLIB_REQUIRED_VERSION
718DBUS_GLIB_LIBS
719DBUS_GLIB_CFLAGS
720DBUS_GLIB_VERSION
721DBUS_REQUIRED_VERSION
722DBUS_LIBS
723DBUS_CFLAGS
724DBUS_VERSION
720GIO_REQUIRED_VERSION725GIO_REQUIRED_VERSION
721GIO_LIBS726GIO_LIBS
722GIO_CFLAGS727GIO_CFLAGS
@@ -737,10 +742,6 @@
737GLIB_LIBS742GLIB_LIBS
738GLIB_CFLAGS743GLIB_CFLAGS
739GLIB_VERSION744GLIB_VERSION
740GTK_REQUIRED_VERSION
741GTK_LIBS
742GTK_CFLAGS
743GTK_VERSION
744PKG_CONFIG_LIBDIR745PKG_CONFIG_LIBDIR
745PKG_CONFIG_PATH746PKG_CONFIG_PATH
746PKG_CONFIG747PKG_CONFIG
@@ -940,6 +941,7 @@
940enable_taglib941enable_taglib
941enable_notify_plugin942enable_notify_plugin
942enable_tray_plugin943enable_tray_plugin
944enable_mpris2_plugin
943enable_debug945enable_debug
944with_html_dir946with_html_dir
945enable_gtk_doc947enable_gtk_doc
@@ -1505,7 +1507,7 @@
1505 # Omit some internal or obsolete options to make the list less imposing.1507 # Omit some internal or obsolete options to make the list less imposing.
1506 # This message is too long to be a string in the A/UX 3.1 sh.1508 # This message is too long to be a string in the A/UX 3.1 sh.
1507 cat <<_ACEOF1509 cat <<_ACEOF
1508\`configure' configures parole 0.5.4 to adapt to many kinds of systems.1510\`configure' configures parole 0.6.0 to adapt to many kinds of systems.
15091511
1510Usage: $0 [OPTION]... [VAR=VALUE]...1512Usage: $0 [OPTION]... [VAR=VALUE]...
15111513
@@ -1579,7 +1581,7 @@
15791581
1580if test -n "$ac_init_help"; then1582if test -n "$ac_init_help"; then
1581 case $ac_init_help in1583 case $ac_init_help in
1582 short | recursive ) echo "Configuration of parole 0.5.4:";;1584 short | recursive ) echo "Configuration of parole 0.6.0:";;
1583 esac1585 esac
1584 cat <<\_ACEOF1586 cat <<\_ACEOF
15851587
@@ -1607,6 +1609,7 @@
1607 --disable-taglib Disable checking for tag lib1609 --disable-taglib Disable checking for tag lib
1608 --disable-notify-plugin Don't build parole notification plugin1610 --disable-notify-plugin Don't build parole notification plugin
1609 --disable-tray-plugin Don't build parole tray icon plugin1611 --disable-tray-plugin Don't build parole tray icon plugin
1612 --disable-mpris2-plugin Don't build parole mpris2 plugin
1610 --enable-debug[=no|minimum|yes|full]1613 --enable-debug[=no|minimum|yes|full]
1611 Build with debugging support [default=[]]1614 Build with debugging support [default=[]]
1612 --disable-debug Include no debugging support1615 --disable-debug Include no debugging support
@@ -1627,7 +1630,7 @@
16271630
1628 --with-gstreamer=0.10|1.01631 --with-gstreamer=0.10|1.0
1629 which gstreamer version to compile against (default:1632 which gstreamer version to compile against (default:
1630 0.10)1633 1.0)
1631 --with-x use the X Window System1634 --with-x use the X Window System
1632 --with-html-dir=PATH path to installed docs1635 --with-html-dir=PATH path to installed docs
16331636
@@ -1657,7 +1660,7 @@
1657Use these variables to override the choices made by `configure' or to help1660Use these variables to override the choices made by `configure' or to help
1658it to find libraries and programs with nonstandard names/locations.1661it to find libraries and programs with nonstandard names/locations.
16591662
1660Report bugs to <aliov@xfce.org>.1663Report bugs to <http://docs.xfce.org/apps/parole/bugs>.
1661_ACEOF1664_ACEOF
1662ac_status=$?1665ac_status=$?
1663fi1666fi
@@ -1720,7 +1723,7 @@
1720test -n "$ac_init_help" && exit $ac_status1723test -n "$ac_init_help" && exit $ac_status
1721if $ac_init_version; then1724if $ac_init_version; then
1722 cat <<\_ACEOF1725 cat <<\_ACEOF
1723parole configure 0.5.41726parole configure 0.6.0
1724generated by GNU Autoconf 2.691727generated by GNU Autoconf 2.69
17251728
1726Copyright (C) 2012 Free Software Foundation, Inc.1729Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1879,9 +1882,9 @@
1879$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}1882$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&51883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1881$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}1884$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1882( $as_echo "## ----------------------------- ##1885( $as_echo "## ---------------------------------------------------- ##
1883## Report this to aliov@xfce.org ##1886## Report this to http://docs.xfce.org/apps/parole/bugs ##
1884## ----------------------------- ##"1887## ---------------------------------------------------- ##"
1885 ) | sed "s/^/$as_me: WARNING: /" >&21888 ) | sed "s/^/$as_me: WARNING: /" >&2
1886 ;;1889 ;;
1887esac1890esac
@@ -2256,7 +2259,7 @@
2256This file contains any messages produced by compilers while2259This file contains any messages produced by compilers while
2257running configure, to aid debugging if configure makes a mistake.2260running configure, to aid debugging if configure makes a mistake.
22582261
2259It was created by parole $as_me 0.5.4, which was2262It was created by parole $as_me 0.6.0, which was
2260generated by GNU Autoconf 2.69. Invocation command line was2263generated by GNU Autoconf 2.69. Invocation command line was
22612264
2262 $ $0 $@2265 $ $0 $@
@@ -2608,7 +2611,7 @@
26082611
26092612
26102613
2611am__api_version='1.13'2614am__api_version='1.14'
26122615
2613ac_aux_dir=2616ac_aux_dir=
2614for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do2617for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -3123,7 +3126,7 @@
31233126
3124# Define the identity of the package.3127# Define the identity of the package.
3125 PACKAGE='parole'3128 PACKAGE='parole'
3126 VERSION='0.5.4'3129 VERSION='0.6.0'
31273130
31283131
3129cat >>confdefs.h <<_ACEOF3132cat >>confdefs.h <<_ACEOF
@@ -3290,6 +3293,47 @@
32903293
32913294
32923295
3296# POSIX will say in a future version that running "rm -f" with no argument
3297# is OK; and we want to be able to make that assumption in our Makefile
3298# recipes. So use an aggressive probe to check that the usage we want is
3299# actually supported "in the wild" to an acceptable degree.
3300# See automake bug#10828.
3301# To make any issue more visible, cause the running configure to be aborted
3302# by default if the 'rm' program in use doesn't match our expectations; the
3303# user can still override this though.
3304if rm -f && rm -fr && rm -rf; then : OK; else
3305 cat >&2 <<'END'
3306Oops!
3307
3308Your 'rm' program seems unable to run without file operands specified
3309on the command line, even when the '-f' option is present. This is contrary
3310to the behaviour of most rm programs out there, and not conforming with
3311the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3312
3313Please tell bug-automake@gnu.org about your system, including the value
3314of your $PATH and any error possibly output before this message. This
3315can help us improve future automake versions.
3316
3317END
3318 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3319 echo 'Configuration will proceed anyway, since you have set the' >&2
3320 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3321 echo >&2
3322 else
3323 cat >&2 <<'END'
3324Aborting the configuration process, to ensure you take notice of the issue.
3325
3326You can download and install GNU coreutils to get an 'rm' implementation
3327that behaves properly: <http://www.gnu.org/software/coreutils/>.
3328
3329If you want to complete the configuration process using your problematic
3330'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3331to "yes", and re-run configure.
3332
3333END
3334 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3335 fi
3336fi
3293ac_config_headers="$ac_config_headers config.h"3337ac_config_headers="$ac_config_headers config.h"
32943338
32953339
@@ -3318,7 +3362,7 @@
33183362
33193363
3320else3364else
3321 if test x${enable_debug} != x"no"; then3365 if test x${enable_debug} != x"no"; then
33223366
3323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&53367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3324$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }3368$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
@@ -3342,7 +3386,7 @@
3342 MAINT=$MAINTAINER_MODE_TRUE3386 MAINT=$MAINTAINER_MODE_TRUE
33433387
33443388
3345 else3389 else
33463390
3347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&53391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3348$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }3392$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
@@ -3366,7 +3410,7 @@
3366 MAINT=$MAINTAINER_MODE_TRUE3410 MAINT=$MAINTAINER_MODE_TRUE
33673411
33683412
3369 fi3413 fi
3370fi3414fi
33713415
3372# Check whether --enable-silent-rules was given.3416# Check whether --enable-silent-rules was given.
@@ -4261,6 +4305,65 @@
4261ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'4305ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4262ac_compiler_gnu=$ac_cv_c_compiler_gnu4306ac_compiler_gnu=$ac_cv_c_compiler_gnu
42634307
4308ac_ext=c
4309ac_cpp='$CPP $CPPFLAGS'
4310ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4311ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4312ac_compiler_gnu=$ac_cv_c_compiler_gnu
4313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4314$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4315if ${am_cv_prog_cc_c_o+:} false; then :
4316 $as_echo_n "(cached) " >&6
4317else
4318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4319/* end confdefs.h. */
4320
4321int
4322main ()
4323{
4324
4325 ;
4326 return 0;
4327}
4328_ACEOF
4329 # Make sure it works both with $CC and with simple cc.
4330 # Following AC_PROG_CC_C_O, we do the test twice because some
4331 # compilers refuse to overwrite an existing .o file with -o,
4332 # though they will create one.
4333 am_cv_prog_cc_c_o=yes
4334 for am_i in 1 2; do
4335 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4336 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4337 ac_status=$?
4338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4339 (exit $ac_status); } \
4340 && test -f conftest2.$ac_objext; then
4341 : OK
4342 else
4343 am_cv_prog_cc_c_o=no
4344 break
4345 fi
4346 done
4347 rm -f core conftest*
4348 unset am_i
4349fi
4350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4351$as_echo "$am_cv_prog_cc_c_o" >&6; }
4352if test "$am_cv_prog_cc_c_o" != yes; then
4353 # Losing compiler, so override with the script.
4354 # FIXME: It is wrong to rewrite CC.
4355 # But if we don't then we get into trouble of one sort or another.
4356 # A longer-term fix would be to have automake use am__CC in this case,
4357 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4358 CC="$am_aux_dir/compile $CC"
4359fi
4360ac_ext=c
4361ac_cpp='$CPP $CPPFLAGS'
4362ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4363ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4364ac_compiler_gnu=$ac_cv_c_compiler_gnu
4365
4366
4264depcc="$CC" am_compiler_list=4367depcc="$CC" am_compiler_list=
42654368
4266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&54369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
@@ -5391,6 +5494,65 @@
5391ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'5494ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5392ac_compiler_gnu=$ac_cv_c_compiler_gnu5495ac_compiler_gnu=$ac_cv_c_compiler_gnu
53935496
5497ac_ext=c
5498ac_cpp='$CPP $CPPFLAGS'
5499ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5500ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5501ac_compiler_gnu=$ac_cv_c_compiler_gnu
5502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5503$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5504if ${am_cv_prog_cc_c_o+:} false; then :
5505 $as_echo_n "(cached) " >&6
5506else
5507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5508/* end confdefs.h. */
5509
5510int
5511main ()
5512{
5513
5514 ;
5515 return 0;
5516}
5517_ACEOF
5518 # Make sure it works both with $CC and with simple cc.
5519 # Following AC_PROG_CC_C_O, we do the test twice because some
5520 # compilers refuse to overwrite an existing .o file with -o,
5521 # though they will create one.
5522 am_cv_prog_cc_c_o=yes
5523 for am_i in 1 2; do
5524 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5525 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5526 ac_status=$?
5527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5528 (exit $ac_status); } \
5529 && test -f conftest2.$ac_objext; then
5530 : OK
5531 else
5532 am_cv_prog_cc_c_o=no
5533 break
5534 fi
5535 done
5536 rm -f core conftest*
5537 unset am_i
5538fi
5539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5540$as_echo "$am_cv_prog_cc_c_o" >&6; }
5541if test "$am_cv_prog_cc_c_o" != yes; then
5542 # Losing compiler, so override with the script.
5543 # FIXME: It is wrong to rewrite CC.
5544 # But if we don't then we get into trouble of one sort or another.
5545 # A longer-term fix would be to have automake use am__CC in this case,
5546 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5547 CC="$am_aux_dir/compile $CC"
5548fi
5549ac_ext=c
5550ac_cpp='$CPP $CPPFLAGS'
5551ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5552ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5553ac_compiler_gnu=$ac_cv_c_compiler_gnu
5554
5555
5394depcc="$CC" am_compiler_list=5556depcc="$CC" am_compiler_list=
53955557
5396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&55558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
@@ -5904,131 +6066,6 @@
5904fi6066fi
59056067
59066068
5907if test "x$CC" != xcc; then
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
5909$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
5910else
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
5912$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5913fi
5914set dummy $CC; ac_cc=`$as_echo "$2" |
5915 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5916if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
5917 $as_echo_n "(cached) " >&6
5918else
5919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5920/* end confdefs.h. */
5921
5922int
5923main ()
5924{
5925
5926 ;
5927 return 0;
5928}
5929_ACEOF
5930# Make sure it works both with $CC and with simple cc.
5931# We do the test twice because some compilers refuse to overwrite an
5932# existing .o file with -o, though they will create one.
5933ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5934rm -f conftest2.*
5935if { { case "(($ac_try" in
5936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5937 *) ac_try_echo=$ac_try;;
5938esac
5939eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5940$as_echo "$ac_try_echo"; } >&5
5941 (eval "$ac_try") 2>&5
5942 ac_status=$?
5943 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5944 test $ac_status = 0; } &&
5945 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5947 *) ac_try_echo=$ac_try;;
5948esac
5949eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5950$as_echo "$ac_try_echo"; } >&5
5951 (eval "$ac_try") 2>&5
5952 ac_status=$?
5953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5954 test $ac_status = 0; };
5955then
5956 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
5957 if test "x$CC" != xcc; then
5958 # Test first that cc exists at all.
5959 if { ac_try='cc -c conftest.$ac_ext >&5'
5960 { { case "(($ac_try" in
5961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5962 *) ac_try_echo=$ac_try;;
5963esac
5964eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5965$as_echo "$ac_try_echo"; } >&5
5966 (eval "$ac_try") 2>&5
5967 ac_status=$?
5968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5969 test $ac_status = 0; }; }; then
5970 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
5971 rm -f conftest2.*
5972 if { { case "(($ac_try" in
5973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5974 *) ac_try_echo=$ac_try;;
5975esac
5976eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5977$as_echo "$ac_try_echo"; } >&5
5978 (eval "$ac_try") 2>&5
5979 ac_status=$?
5980 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5981 test $ac_status = 0; } &&
5982 test -f conftest2.$ac_objext && { { case "(($ac_try" in
5983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5984 *) ac_try_echo=$ac_try;;
5985esac
5986eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5987$as_echo "$ac_try_echo"; } >&5
5988 (eval "$ac_try") 2>&5
5989 ac_status=$?
5990 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5991 test $ac_status = 0; };
5992 then
5993 # cc works too.
5994 :
5995 else
5996 # cc exists but doesn't like -o.
5997 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5998 fi
5999 fi
6000 fi
6001else
6002 eval ac_cv_prog_cc_${ac_cc}_c_o=no
6003fi
6004rm -f core conftest*
6005
6006fi
6007if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6009$as_echo "yes" >&6; }
6010else
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6012$as_echo "no" >&6; }
6013
6014$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
6015
6016fi
6017
6018# FIXME: we rely on the cache variable name because
6019# there is no other way.
6020set dummy $CC
6021am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
6022eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
6023if test "$am_t" != yes; then
6024 # Losing compiler, so override with the script.
6025 # FIXME: It is wrong to rewrite CC.
6026 # But if we don't then we get into trouble of one sort or another.
6027 # A longer-term fix would be to have automake use am__CC in this case,
6028 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
6029 CC="$am_aux_dir/compile $CC"
6030fi
6031
60326069
6033# Make sure we can run config.sub.6070# Make sure we can run config.sub.
6034$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||6071$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
@@ -7015,7 +7052,7 @@
70157052
70167053
7017# ===================================================== #7054# ===================================================== #
7018# Initialize libtool #7055# Initialize libtool #
7019# ===================================================== #7056# ===================================================== #
70207057
7021case `pwd` in7058case `pwd` in
@@ -8891,7 +8928,7 @@
8891 rm -rf conftest*8928 rm -rf conftest*
8892 ;;8929 ;;
88938930
8894x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \8931x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
8895s390*-*linux*|s390*-*tpf*|sparc*-*linux*)8932s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
8896 # Find out which ABI we are using.8933 # Find out which ABI we are using.
8897 echo 'int i;' > conftest.$ac_ext8934 echo 'int i;' > conftest.$ac_ext
@@ -8916,7 +8953,10 @@
8916 ;;8953 ;;
8917 esac8954 esac
8918 ;;8955 ;;
8919 ppc64-*linux*|powerpc64-*linux*)8956 powerpc64le-*)
8957 LD="${LD-ld} -m elf32lppclinux"
8958 ;;
8959 powerpc64-*)
8920 LD="${LD-ld} -m elf32ppclinux"8960 LD="${LD-ld} -m elf32ppclinux"
8921 ;;8961 ;;
8922 s390x-*linux*)8962 s390x-*linux*)
@@ -8935,7 +8975,10 @@
8935 x86_64-*linux*)8975 x86_64-*linux*)
8936 LD="${LD-ld} -m elf_x86_64"8976 LD="${LD-ld} -m elf_x86_64"
8937 ;;8977 ;;
8938 ppc*-*linux*|powerpc*-*linux*)8978 powerpcle-*)
8979 LD="${LD-ld} -m elf64lppc"
8980 ;;
8981 powerpc-*)
8939 LD="${LD-ld} -m elf64ppc"8982 LD="${LD-ld} -m elf64ppc"
8940 ;;8983 ;;
8941 s390*-*linux*|s390*-*tpf*)8984 s390*-*linux*|s390*-*tpf*)
@@ -17409,7 +17452,7 @@
17409Report bugs to <bug-libtool@gnu.org>."17452Report bugs to <bug-libtool@gnu.org>."
1741017453
17411lt_cl_version="\17454lt_cl_version="\
17412parole config.lt 0.5.417455parole config.lt 0.6.0
17413configured by $0, generated by GNU Autoconf 2.69.17456configured by $0, generated by GNU Autoconf 2.69.
1741417457
17415Copyright (C) 2011 Free Software Foundation, Inc.17458Copyright (C) 2011 Free Software Foundation, Inc.
@@ -18638,22 +18681,22 @@
1863818681
1863918682
18640# ===================================================== #18683# ===================================================== #
18641# Version information #18684# Version information #
18642# ===================================================== #18685# ===================================================== #
18643PAROLE_VERINFO=0:5:418686PAROLE_VERINFO=0:6:0
18644PAROLE_VERSION_API=018687PAROLE_VERSION_API=0
18645PAROLE_VERSION_MAJOR=018688PAROLE_VERSION_MAJOR=0
18646PAROLE_VERSION_MINOR=518689PAROLE_VERSION_MINOR=6
18647PAROLE_VERSION_MICRO=418690PAROLE_VERSION_MICRO=0
1864818691
1864918692
1865018693
1865118694
1865218695
1865318696
18654# ==================================================== #18697# ===================================================== #
18655# Check for headers needed for standard interfaces #18698# Check for headers needed for standard interfaces #
18656# ==================================================== #18699# ===================================================== #
18657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&518700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
18658$as_echo_n "checking for ANSI C header files... " >&6; }18701$as_echo_n "checking for ANSI C header files... " >&6; }
18659if ${ac_cv_header_stdc+:} false; then :18702if ${ac_cv_header_stdc+:} false; then :
@@ -18783,7 +18826,7 @@
1878318826
1878418827
18785# ===================================================== #18828# ===================================================== #
18786# Check for i18n support #18829# Check for i18n support #
18787# ===================================================== #18830# ===================================================== #
1878818831
1878918832
@@ -18795,7 +18838,7 @@
1879518838
1879618839
1879718840
18798 ALL_LINGUAS="ar ast bg ca cs da de el en_AU en_GB es eu fr gl he hr hu id is it ja kk ko lt lv nl nn pl pt_BR pt ru sk sr sv te tr ug uk zh_CN zh_TW "18841 ALL_LINGUAS="ar ast bg ca cs da de el en_AU en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv nl nn oc pl pt_BR pt ru sk sr sv te tr ug uk zh_CN zh_TW "
1879918842
18800 for ac_header in locale.h18843 for ac_header in locale.h
18801do :18844do :
@@ -19543,9 +19586,9 @@
19543$as_echo "$XGETTEXT_ARGS" >&6; }19586$as_echo "$XGETTEXT_ARGS" >&6; }
1954419587
1954519588
19546#==================================================== #19589# ===================================================== #
19547# Check for required packages #19590# Check for required packages #
19548#=====================================================#19591# ===================================================== #
1954919592
1955019593
1955119594
@@ -19557,7 +19600,7 @@
19557 *) as_fn_error $? "invalid gstreamer version specified" "$LINENO" 5 ;;19600 *) as_fn_error $? "invalid gstreamer version specified" "$LINENO" 5 ;;
19558 esac19601 esac
19559else19602else
19560 with_gstreamer=0.1019603 with_gstreamer=1.0
1956119604
19562fi19605fi
1956319606
@@ -19730,201 +19773,6 @@
1973019773
1973119774
1973219775
19733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-2.0 >= 2.24.0" >&5
19734$as_echo_n "checking for gtk+-2.0 >= 2.24.0... " >&6; }
19735 if $PKG_CONFIG "--atleast-version=2.24.0" "gtk+-2.0" >/dev/null 2>&1; then
19736 GTK_VERSION=`$PKG_CONFIG --modversion "gtk+-2.0"`
19737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_VERSION" >&5
19738$as_echo "$GTK_VERSION" >&6; }
19739
19740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_CFLAGS" >&5
19741$as_echo_n "checking GTK_CFLAGS... " >&6; }
19742 GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0"`
19743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CFLAGS" >&5
19744$as_echo "$GTK_CFLAGS" >&6; }
19745
19746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_LIBS" >&5
19747$as_echo_n "checking GTK_LIBS... " >&6; }
19748 GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0"`
19749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
19750$as_echo "$GTK_LIBS" >&6; }
19751
19752 GTK_REQUIRED_VERSION=2.24.0
19753
19754
19755
19756
19757
19758
19759
19760 elif $PKG_CONFIG --exists "gtk+-2.0" >/dev/null 2>&1; then
19761 xdt_cv_version=`$PKG_CONFIG --modversion "gtk+-2.0"`
19762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
19763$as_echo "found, but $xdt_cv_version" >&6; }
19764
19765
19766 echo "*** The required package gtk+-2.0 was found on your system,"
19767 echo "*** but the installed version ($xdt_cv_version) is too old."
19768 echo "*** Please upgrade gtk+-2.0 to atleast version 2.24.0, or adjust"
19769 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
19770 echo "*** the new version of the package in a nonstandard prefix so"
19771 echo "*** pkg-config is able to find it."
19772 exit 1
19773
19774 else
19775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
19776$as_echo "not found" >&6; }
19777
19778
19779 echo "*** The required package gtk+-2.0 was not found on your system."
19780 echo "*** Please install gtk+-2.0 (atleast version 2.24.0) or adjust"
19781 echo "*** the PKG_CONFIG_PATH environment variable if you"
19782 echo "*** installed the package in a nonstandard prefix so that"
19783 echo "*** pkg-config is able to find it."
19784 exit 1
19785
19786 fi
19787
19788
19789
19790 # minimum supported version of pkg-config
19791 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
19792
19793
19794
19795
19796
19797
19798
19799
19800
19801if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
19802 if test -n "$ac_tool_prefix"; then
19803 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
19804set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
19805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19806$as_echo_n "checking for $ac_word... " >&6; }
19807if ${ac_cv_path_PKG_CONFIG+:} false; then :
19808 $as_echo_n "(cached) " >&6
19809else
19810 case $PKG_CONFIG in
19811 [\\/]* | ?:[\\/]*)
19812 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
19813 ;;
19814 *)
19815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19816for as_dir in $PATH
19817do
19818 IFS=$as_save_IFS
19819 test -z "$as_dir" && as_dir=.
19820 for ac_exec_ext in '' $ac_executable_extensions; do
19821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19822 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19824 break 2
19825 fi
19826done
19827 done
19828IFS=$as_save_IFS
19829
19830 ;;
19831esac
19832fi
19833PKG_CONFIG=$ac_cv_path_PKG_CONFIG
19834if test -n "$PKG_CONFIG"; then
19835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
19836$as_echo "$PKG_CONFIG" >&6; }
19837else
19838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19839$as_echo "no" >&6; }
19840fi
19841
19842
19843fi
19844if test -z "$ac_cv_path_PKG_CONFIG"; then
19845 ac_pt_PKG_CONFIG=$PKG_CONFIG
19846 # Extract the first word of "pkg-config", so it can be a program name with args.
19847set dummy pkg-config; ac_word=$2
19848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19849$as_echo_n "checking for $ac_word... " >&6; }
19850if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
19851 $as_echo_n "(cached) " >&6
19852else
19853 case $ac_pt_PKG_CONFIG in
19854 [\\/]* | ?:[\\/]*)
19855 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
19856 ;;
19857 *)
19858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19859for as_dir in $PATH
19860do
19861 IFS=$as_save_IFS
19862 test -z "$as_dir" && as_dir=.
19863 for ac_exec_ext in '' $ac_executable_extensions; do
19864 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19865 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19867 break 2
19868 fi
19869done
19870 done
19871IFS=$as_save_IFS
19872
19873 ;;
19874esac
19875fi
19876ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
19877if test -n "$ac_pt_PKG_CONFIG"; then
19878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
19879$as_echo "$ac_pt_PKG_CONFIG" >&6; }
19880else
19881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19882$as_echo "no" >&6; }
19883fi
19884
19885 if test "x$ac_pt_PKG_CONFIG" = x; then
19886 PKG_CONFIG=""
19887 else
19888 case $cross_compiling:$ac_tool_warned in
19889yes:)
19890{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
19891$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
19892ac_tool_warned=yes ;;
19893esac
19894 PKG_CONFIG=$ac_pt_PKG_CONFIG
19895 fi
19896else
19897 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
19898fi
19899
19900fi
19901if test -n "$PKG_CONFIG"; then
19902 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
19903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
19904$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
19905 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
19906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19907$as_echo "yes" >&6; }
19908 else
19909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19910$as_echo "no" >&6; }
19911 PKG_CONFIG=""
19912 fi
19913fi
19914
19915 if test x"$PKG_CONFIG" = x""; then
19916 echo
19917 echo "*** Your version of pkg-config is too old. You need atleast"
19918 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
19919 echo "*** from the freedesktop.org software repository at"
19920 echo "***"
19921 echo "*** http://www.freedesktop.org/software/pkgconfig"
19922 echo "***"
19923 exit 1;
19924 fi
19925
19926
19927
19928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.32.0" >&519776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.32.0" >&5
19929$as_echo_n "checking for glib-2.0 >= 2.32.0... " >&6; }19777$as_echo_n "checking for glib-2.0 >= 2.32.0... " >&6; }
19930 if $PKG_CONFIG "--atleast-version=2.32.0" "glib-2.0" >/dev/null 2>&1; then19778 if $PKG_CONFIG "--atleast-version=2.32.0" "glib-2.0" >/dev/null 2>&1; then
@@ -20901,6 +20749,1179 @@
2090120749
2090220750
2090320751
20752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 0.60" >&5
20753$as_echo_n "checking for dbus-1 >= 0.60... " >&6; }
20754 if $PKG_CONFIG "--atleast-version=0.60" "dbus-1" >/dev/null 2>&1; then
20755 DBUS_VERSION=`$PKG_CONFIG --modversion "dbus-1"`
20756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_VERSION" >&5
20757$as_echo "$DBUS_VERSION" >&6; }
20758
20759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_CFLAGS" >&5
20760$as_echo_n "checking DBUS_CFLAGS... " >&6; }
20761 DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1"`
20762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_CFLAGS" >&5
20763$as_echo "$DBUS_CFLAGS" >&6; }
20764
20765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_LIBS" >&5
20766$as_echo_n "checking DBUS_LIBS... " >&6; }
20767 DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1"`
20768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_LIBS" >&5
20769$as_echo "$DBUS_LIBS" >&6; }
20770
20771 DBUS_REQUIRED_VERSION=0.60
20772
20773
20774
20775
20776
20777
20778
20779 elif $PKG_CONFIG --exists "dbus-1" >/dev/null 2>&1; then
20780 xdt_cv_version=`$PKG_CONFIG --modversion "dbus-1"`
20781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
20782$as_echo "found, but $xdt_cv_version" >&6; }
20783
20784
20785 echo "*** The required package dbus-1 was found on your system,"
20786 echo "*** but the installed version ($xdt_cv_version) is too old."
20787 echo "*** Please upgrade dbus-1 to atleast version 0.60, or adjust"
20788 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
20789 echo "*** the new version of the package in a nonstandard prefix so"
20790 echo "*** pkg-config is able to find it."
20791 exit 1
20792
20793 else
20794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
20795$as_echo "not found" >&6; }
20796
20797
20798 echo "*** The required package dbus-1 was not found on your system."
20799 echo "*** Please install dbus-1 (atleast version 0.60) or adjust"
20800 echo "*** the PKG_CONFIG_PATH environment variable if you"
20801 echo "*** installed the package in a nonstandard prefix so that"
20802 echo "*** pkg-config is able to find it."
20803 exit 1
20804
20805 fi
20806
20807
20808
20809 # minimum supported version of pkg-config
20810 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
20811
20812
20813
20814
20815
20816
20817
20818
20819
20820if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
20821 if test -n "$ac_tool_prefix"; then
20822 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
20823set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
20824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20825$as_echo_n "checking for $ac_word... " >&6; }
20826if ${ac_cv_path_PKG_CONFIG+:} false; then :
20827 $as_echo_n "(cached) " >&6
20828else
20829 case $PKG_CONFIG in
20830 [\\/]* | ?:[\\/]*)
20831 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
20832 ;;
20833 *)
20834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20835for as_dir in $PATH
20836do
20837 IFS=$as_save_IFS
20838 test -z "$as_dir" && as_dir=.
20839 for ac_exec_ext in '' $ac_executable_extensions; do
20840 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20841 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20843 break 2
20844 fi
20845done
20846 done
20847IFS=$as_save_IFS
20848
20849 ;;
20850esac
20851fi
20852PKG_CONFIG=$ac_cv_path_PKG_CONFIG
20853if test -n "$PKG_CONFIG"; then
20854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
20855$as_echo "$PKG_CONFIG" >&6; }
20856else
20857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20858$as_echo "no" >&6; }
20859fi
20860
20861
20862fi
20863if test -z "$ac_cv_path_PKG_CONFIG"; then
20864 ac_pt_PKG_CONFIG=$PKG_CONFIG
20865 # Extract the first word of "pkg-config", so it can be a program name with args.
20866set dummy pkg-config; ac_word=$2
20867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20868$as_echo_n "checking for $ac_word... " >&6; }
20869if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
20870 $as_echo_n "(cached) " >&6
20871else
20872 case $ac_pt_PKG_CONFIG in
20873 [\\/]* | ?:[\\/]*)
20874 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
20875 ;;
20876 *)
20877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20878for as_dir in $PATH
20879do
20880 IFS=$as_save_IFS
20881 test -z "$as_dir" && as_dir=.
20882 for ac_exec_ext in '' $ac_executable_extensions; do
20883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20884 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20886 break 2
20887 fi
20888done
20889 done
20890IFS=$as_save_IFS
20891
20892 ;;
20893esac
20894fi
20895ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
20896if test -n "$ac_pt_PKG_CONFIG"; then
20897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
20898$as_echo "$ac_pt_PKG_CONFIG" >&6; }
20899else
20900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20901$as_echo "no" >&6; }
20902fi
20903
20904 if test "x$ac_pt_PKG_CONFIG" = x; then
20905 PKG_CONFIG=""
20906 else
20907 case $cross_compiling:$ac_tool_warned in
20908yes:)
20909{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
20910$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
20911ac_tool_warned=yes ;;
20912esac
20913 PKG_CONFIG=$ac_pt_PKG_CONFIG
20914 fi
20915else
20916 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
20917fi
20918
20919fi
20920if test -n "$PKG_CONFIG"; then
20921 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
20922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
20923$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
20924 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
20925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20926$as_echo "yes" >&6; }
20927 else
20928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20929$as_echo "no" >&6; }
20930 PKG_CONFIG=""
20931 fi
20932fi
20933
20934 if test x"$PKG_CONFIG" = x""; then
20935 echo
20936 echo "*** Your version of pkg-config is too old. You need atleast"
20937 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
20938 echo "*** from the freedesktop.org software repository at"
20939 echo "***"
20940 echo "*** http://www.freedesktop.org/software/pkgconfig"
20941 echo "***"
20942 exit 1;
20943 fi
20944
20945
20946
20947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-glib-1 >= 0.70" >&5
20948$as_echo_n "checking for dbus-glib-1 >= 0.70... " >&6; }
20949 if $PKG_CONFIG "--atleast-version=0.70" "dbus-glib-1" >/dev/null 2>&1; then
20950 DBUS_GLIB_VERSION=`$PKG_CONFIG --modversion "dbus-glib-1"`
20951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_GLIB_VERSION" >&5
20952$as_echo "$DBUS_GLIB_VERSION" >&6; }
20953
20954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_GLIB_CFLAGS" >&5
20955$as_echo_n "checking DBUS_GLIB_CFLAGS... " >&6; }
20956 DBUS_GLIB_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1"`
20957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_GLIB_CFLAGS" >&5
20958$as_echo "$DBUS_GLIB_CFLAGS" >&6; }
20959
20960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_GLIB_LIBS" >&5
20961$as_echo_n "checking DBUS_GLIB_LIBS... " >&6; }
20962 DBUS_GLIB_LIBS=`$PKG_CONFIG --libs "dbus-glib-1"`
20963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_GLIB_LIBS" >&5
20964$as_echo "$DBUS_GLIB_LIBS" >&6; }
20965
20966 DBUS_GLIB_REQUIRED_VERSION=0.70
20967
20968
20969
20970
20971
20972
20973
20974 elif $PKG_CONFIG --exists "dbus-glib-1" >/dev/null 2>&1; then
20975 xdt_cv_version=`$PKG_CONFIG --modversion "dbus-glib-1"`
20976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
20977$as_echo "found, but $xdt_cv_version" >&6; }
20978
20979
20980 echo "*** The required package dbus-glib-1 was found on your system,"
20981 echo "*** but the installed version ($xdt_cv_version) is too old."
20982 echo "*** Please upgrade dbus-glib-1 to atleast version 0.70, or adjust"
20983 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
20984 echo "*** the new version of the package in a nonstandard prefix so"
20985 echo "*** pkg-config is able to find it."
20986 exit 1
20987
20988 else
20989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
20990$as_echo "not found" >&6; }
20991
20992
20993 echo "*** The required package dbus-glib-1 was not found on your system."
20994 echo "*** Please install dbus-glib-1 (atleast version 0.70) or adjust"
20995 echo "*** the PKG_CONFIG_PATH environment variable if you"
20996 echo "*** installed the package in a nonstandard prefix so that"
20997 echo "*** pkg-config is able to find it."
20998 exit 1
20999
21000 fi
21001
21002
21003
21004
21005 # minimum supported version of pkg-config
21006 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
21007
21008
21009
21010
21011
21012
21013
21014
21015
21016if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
21017 if test -n "$ac_tool_prefix"; then
21018 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
21019set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
21020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21021$as_echo_n "checking for $ac_word... " >&6; }
21022if ${ac_cv_path_PKG_CONFIG+:} false; then :
21023 $as_echo_n "(cached) " >&6
21024else
21025 case $PKG_CONFIG in
21026 [\\/]* | ?:[\\/]*)
21027 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
21028 ;;
21029 *)
21030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21031for as_dir in $PATH
21032do
21033 IFS=$as_save_IFS
21034 test -z "$as_dir" && as_dir=.
21035 for ac_exec_ext in '' $ac_executable_extensions; do
21036 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21037 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21038 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21039 break 2
21040 fi
21041done
21042 done
21043IFS=$as_save_IFS
21044
21045 ;;
21046esac
21047fi
21048PKG_CONFIG=$ac_cv_path_PKG_CONFIG
21049if test -n "$PKG_CONFIG"; then
21050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
21051$as_echo "$PKG_CONFIG" >&6; }
21052else
21053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21054$as_echo "no" >&6; }
21055fi
21056
21057
21058fi
21059if test -z "$ac_cv_path_PKG_CONFIG"; then
21060 ac_pt_PKG_CONFIG=$PKG_CONFIG
21061 # Extract the first word of "pkg-config", so it can be a program name with args.
21062set dummy pkg-config; ac_word=$2
21063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21064$as_echo_n "checking for $ac_word... " >&6; }
21065if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
21066 $as_echo_n "(cached) " >&6
21067else
21068 case $ac_pt_PKG_CONFIG in
21069 [\\/]* | ?:[\\/]*)
21070 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
21071 ;;
21072 *)
21073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21074for as_dir in $PATH
21075do
21076 IFS=$as_save_IFS
21077 test -z "$as_dir" && as_dir=.
21078 for ac_exec_ext in '' $ac_executable_extensions; do
21079 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21080 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21082 break 2
21083 fi
21084done
21085 done
21086IFS=$as_save_IFS
21087
21088 ;;
21089esac
21090fi
21091ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
21092if test -n "$ac_pt_PKG_CONFIG"; then
21093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
21094$as_echo "$ac_pt_PKG_CONFIG" >&6; }
21095else
21096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21097$as_echo "no" >&6; }
21098fi
21099
21100 if test "x$ac_pt_PKG_CONFIG" = x; then
21101 PKG_CONFIG=""
21102 else
21103 case $cross_compiling:$ac_tool_warned in
21104yes:)
21105{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
21106$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
21107ac_tool_warned=yes ;;
21108esac
21109 PKG_CONFIG=$ac_pt_PKG_CONFIG
21110 fi
21111else
21112 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
21113fi
21114
21115fi
21116if test -n "$PKG_CONFIG"; then
21117 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
21118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
21119$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
21120 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
21121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21122$as_echo "yes" >&6; }
21123 else
21124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21125$as_echo "no" >&6; }
21126 PKG_CONFIG=""
21127 fi
21128fi
21129
21130 if test x"$PKG_CONFIG" = x""; then
21131 echo
21132 echo "*** Your version of pkg-config is too old. You need atleast"
21133 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
21134 echo "*** from the freedesktop.org software repository at"
21135 echo "***"
21136 echo "*** http://www.freedesktop.org/software/pkgconfig"
21137 echo "***"
21138 exit 1;
21139 fi
21140
21141
21142
21143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4util-1.0 >= 4.10.0" >&5
21144$as_echo_n "checking for libxfce4util-1.0 >= 4.10.0... " >&6; }
21145 if $PKG_CONFIG "--atleast-version=4.10.0" "libxfce4util-1.0" >/dev/null 2>&1; then
21146 LIBXFCE4UTIL_VERSION=`$PKG_CONFIG --modversion "libxfce4util-1.0"`
21147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UTIL_VERSION" >&5
21148$as_echo "$LIBXFCE4UTIL_VERSION" >&6; }
21149
21150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UTIL_CFLAGS" >&5
21151$as_echo_n "checking LIBXFCE4UTIL_CFLAGS... " >&6; }
21152 LIBXFCE4UTIL_CFLAGS=`$PKG_CONFIG --cflags "libxfce4util-1.0"`
21153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UTIL_CFLAGS" >&5
21154$as_echo "$LIBXFCE4UTIL_CFLAGS" >&6; }
21155
21156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UTIL_LIBS" >&5
21157$as_echo_n "checking LIBXFCE4UTIL_LIBS... " >&6; }
21158 LIBXFCE4UTIL_LIBS=`$PKG_CONFIG --libs "libxfce4util-1.0"`
21159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UTIL_LIBS" >&5
21160$as_echo "$LIBXFCE4UTIL_LIBS" >&6; }
21161
21162 LIBXFCE4UTIL_REQUIRED_VERSION=4.10.0
21163
21164
21165
21166
21167
21168
21169
21170 elif $PKG_CONFIG --exists "libxfce4util-1.0" >/dev/null 2>&1; then
21171 xdt_cv_version=`$PKG_CONFIG --modversion "libxfce4util-1.0"`
21172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
21173$as_echo "found, but $xdt_cv_version" >&6; }
21174
21175
21176 echo "*** The required package libxfce4util-1.0 was found on your system,"
21177 echo "*** but the installed version ($xdt_cv_version) is too old."
21178 echo "*** Please upgrade libxfce4util-1.0 to atleast version 4.10.0, or adjust"
21179 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
21180 echo "*** the new version of the package in a nonstandard prefix so"
21181 echo "*** pkg-config is able to find it."
21182 exit 1
21183
21184 else
21185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
21186$as_echo "not found" >&6; }
21187
21188
21189 echo "*** The required package libxfce4util-1.0 was not found on your system."
21190 echo "*** Please install libxfce4util-1.0 (atleast version 4.10.0) or adjust"
21191 echo "*** the PKG_CONFIG_PATH environment variable if you"
21192 echo "*** installed the package in a nonstandard prefix so that"
21193 echo "*** pkg-config is able to find it."
21194 exit 1
21195
21196 fi
21197
21198
21199
21200 # minimum supported version of pkg-config
21201 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
21202
21203
21204
21205
21206
21207
21208
21209
21210
21211if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
21212 if test -n "$ac_tool_prefix"; then
21213 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
21214set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
21215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21216$as_echo_n "checking for $ac_word... " >&6; }
21217if ${ac_cv_path_PKG_CONFIG+:} false; then :
21218 $as_echo_n "(cached) " >&6
21219else
21220 case $PKG_CONFIG in
21221 [\\/]* | ?:[\\/]*)
21222 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
21223 ;;
21224 *)
21225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21226for as_dir in $PATH
21227do
21228 IFS=$as_save_IFS
21229 test -z "$as_dir" && as_dir=.
21230 for ac_exec_ext in '' $ac_executable_extensions; do
21231 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21232 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21234 break 2
21235 fi
21236done
21237 done
21238IFS=$as_save_IFS
21239
21240 ;;
21241esac
21242fi
21243PKG_CONFIG=$ac_cv_path_PKG_CONFIG
21244if test -n "$PKG_CONFIG"; then
21245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
21246$as_echo "$PKG_CONFIG" >&6; }
21247else
21248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21249$as_echo "no" >&6; }
21250fi
21251
21252
21253fi
21254if test -z "$ac_cv_path_PKG_CONFIG"; then
21255 ac_pt_PKG_CONFIG=$PKG_CONFIG
21256 # Extract the first word of "pkg-config", so it can be a program name with args.
21257set dummy pkg-config; ac_word=$2
21258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21259$as_echo_n "checking for $ac_word... " >&6; }
21260if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
21261 $as_echo_n "(cached) " >&6
21262else
21263 case $ac_pt_PKG_CONFIG in
21264 [\\/]* | ?:[\\/]*)
21265 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
21266 ;;
21267 *)
21268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21269for as_dir in $PATH
21270do
21271 IFS=$as_save_IFS
21272 test -z "$as_dir" && as_dir=.
21273 for ac_exec_ext in '' $ac_executable_extensions; do
21274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21275 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21277 break 2
21278 fi
21279done
21280 done
21281IFS=$as_save_IFS
21282
21283 ;;
21284esac
21285fi
21286ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
21287if test -n "$ac_pt_PKG_CONFIG"; then
21288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
21289$as_echo "$ac_pt_PKG_CONFIG" >&6; }
21290else
21291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21292$as_echo "no" >&6; }
21293fi
21294
21295 if test "x$ac_pt_PKG_CONFIG" = x; then
21296 PKG_CONFIG=""
21297 else
21298 case $cross_compiling:$ac_tool_warned in
21299yes:)
21300{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
21301$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
21302ac_tool_warned=yes ;;
21303esac
21304 PKG_CONFIG=$ac_pt_PKG_CONFIG
21305 fi
21306else
21307 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
21308fi
21309
21310fi
21311if test -n "$PKG_CONFIG"; then
21312 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
21313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
21314$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
21315 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
21316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21317$as_echo "yes" >&6; }
21318 else
21319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21320$as_echo "no" >&6; }
21321 PKG_CONFIG=""
21322 fi
21323fi
21324
21325 if test x"$PKG_CONFIG" = x""; then
21326 echo
21327 echo "*** Your version of pkg-config is too old. You need atleast"
21328 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
21329 echo "*** from the freedesktop.org software repository at"
21330 echo "***"
21331 echo "*** http://www.freedesktop.org/software/pkgconfig"
21332 echo "***"
21333 exit 1;
21334 fi
21335
21336
21337
21338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfconf-0 >= 4.10.0" >&5
21339$as_echo_n "checking for libxfconf-0 >= 4.10.0... " >&6; }
21340 if $PKG_CONFIG "--atleast-version=4.10.0" "libxfconf-0" >/dev/null 2>&1; then
21341 XFCONF_VERSION=`$PKG_CONFIG --modversion "libxfconf-0"`
21342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFCONF_VERSION" >&5
21343$as_echo "$XFCONF_VERSION" >&6; }
21344
21345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking XFCONF_CFLAGS" >&5
21346$as_echo_n "checking XFCONF_CFLAGS... " >&6; }
21347 XFCONF_CFLAGS=`$PKG_CONFIG --cflags "libxfconf-0"`
21348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFCONF_CFLAGS" >&5
21349$as_echo "$XFCONF_CFLAGS" >&6; }
21350
21351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking XFCONF_LIBS" >&5
21352$as_echo_n "checking XFCONF_LIBS... " >&6; }
21353 XFCONF_LIBS=`$PKG_CONFIG --libs "libxfconf-0"`
21354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFCONF_LIBS" >&5
21355$as_echo "$XFCONF_LIBS" >&6; }
21356
21357 XFCONF_REQUIRED_VERSION=4.10.0
21358
21359
21360
21361
21362
21363
21364
21365 elif $PKG_CONFIG --exists "libxfconf-0" >/dev/null 2>&1; then
21366 xdt_cv_version=`$PKG_CONFIG --modversion "libxfconf-0"`
21367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
21368$as_echo "found, but $xdt_cv_version" >&6; }
21369
21370
21371 echo "*** The required package libxfconf-0 was found on your system,"
21372 echo "*** but the installed version ($xdt_cv_version) is too old."
21373 echo "*** Please upgrade libxfconf-0 to atleast version 4.10.0, or adjust"
21374 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
21375 echo "*** the new version of the package in a nonstandard prefix so"
21376 echo "*** pkg-config is able to find it."
21377 exit 1
21378
21379 else
21380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
21381$as_echo "not found" >&6; }
21382
21383
21384 echo "*** The required package libxfconf-0 was not found on your system."
21385 echo "*** Please install libxfconf-0 (atleast version 4.10.0) or adjust"
21386 echo "*** the PKG_CONFIG_PATH environment variable if you"
21387 echo "*** installed the package in a nonstandard prefix so that"
21388 echo "*** pkg-config is able to find it."
21389 exit 1
21390
21391 fi
21392
21393
21394
21395
21396 # minimum supported version of pkg-config
21397 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
21398
21399
21400
21401
21402
21403
21404
21405
21406
21407if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
21408 if test -n "$ac_tool_prefix"; then
21409 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
21410set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
21411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21412$as_echo_n "checking for $ac_word... " >&6; }
21413if ${ac_cv_path_PKG_CONFIG+:} false; then :
21414 $as_echo_n "(cached) " >&6
21415else
21416 case $PKG_CONFIG in
21417 [\\/]* | ?:[\\/]*)
21418 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
21419 ;;
21420 *)
21421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21422for as_dir in $PATH
21423do
21424 IFS=$as_save_IFS
21425 test -z "$as_dir" && as_dir=.
21426 for ac_exec_ext in '' $ac_executable_extensions; do
21427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21428 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21430 break 2
21431 fi
21432done
21433 done
21434IFS=$as_save_IFS
21435
21436 ;;
21437esac
21438fi
21439PKG_CONFIG=$ac_cv_path_PKG_CONFIG
21440if test -n "$PKG_CONFIG"; then
21441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
21442$as_echo "$PKG_CONFIG" >&6; }
21443else
21444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21445$as_echo "no" >&6; }
21446fi
21447
21448
21449fi
21450if test -z "$ac_cv_path_PKG_CONFIG"; then
21451 ac_pt_PKG_CONFIG=$PKG_CONFIG
21452 # Extract the first word of "pkg-config", so it can be a program name with args.
21453set dummy pkg-config; ac_word=$2
21454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21455$as_echo_n "checking for $ac_word... " >&6; }
21456if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
21457 $as_echo_n "(cached) " >&6
21458else
21459 case $ac_pt_PKG_CONFIG in
21460 [\\/]* | ?:[\\/]*)
21461 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
21462 ;;
21463 *)
21464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21465for as_dir in $PATH
21466do
21467 IFS=$as_save_IFS
21468 test -z "$as_dir" && as_dir=.
21469 for ac_exec_ext in '' $ac_executable_extensions; do
21470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21471 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21473 break 2
21474 fi
21475done
21476 done
21477IFS=$as_save_IFS
21478
21479 ;;
21480esac
21481fi
21482ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
21483if test -n "$ac_pt_PKG_CONFIG"; then
21484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
21485$as_echo "$ac_pt_PKG_CONFIG" >&6; }
21486else
21487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21488$as_echo "no" >&6; }
21489fi
21490
21491 if test "x$ac_pt_PKG_CONFIG" = x; then
21492 PKG_CONFIG=""
21493 else
21494 case $cross_compiling:$ac_tool_warned in
21495yes:)
21496{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
21497$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
21498ac_tool_warned=yes ;;
21499esac
21500 PKG_CONFIG=$ac_pt_PKG_CONFIG
21501 fi
21502else
21503 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
21504fi
21505
21506fi
21507if test -n "$PKG_CONFIG"; then
21508 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
21509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
21510$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
21511 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
21512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21513$as_echo "yes" >&6; }
21514 else
21515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21516$as_echo "no" >&6; }
21517 PKG_CONFIG=""
21518 fi
21519fi
21520
21521 if test x"$PKG_CONFIG" = x""; then
21522 echo
21523 echo "*** Your version of pkg-config is too old. You need atleast"
21524 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
21525 echo "*** from the freedesktop.org software repository at"
21526 echo "***"
21527 echo "*** http://www.freedesktop.org/software/pkgconfig"
21528 echo "***"
21529 exit 1;
21530 fi
21531
21532
21533
21534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4ui-2 >= 4.10.0" >&5
21535$as_echo_n "checking for libxfce4ui-2 >= 4.10.0... " >&6; }
21536 if $PKG_CONFIG "--atleast-version=4.10.0" "libxfce4ui-2" >/dev/null 2>&1; then
21537 LIBXFCE4UI_VERSION=`$PKG_CONFIG --modversion "libxfce4ui-2"`
21538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_VERSION" >&5
21539$as_echo "$LIBXFCE4UI_VERSION" >&6; }
21540
21541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UI_CFLAGS" >&5
21542$as_echo_n "checking LIBXFCE4UI_CFLAGS... " >&6; }
21543 LIBXFCE4UI_CFLAGS=`$PKG_CONFIG --cflags "libxfce4ui-2"`
21544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_CFLAGS" >&5
21545$as_echo "$LIBXFCE4UI_CFLAGS" >&6; }
21546
21547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UI_LIBS" >&5
21548$as_echo_n "checking LIBXFCE4UI_LIBS... " >&6; }
21549 LIBXFCE4UI_LIBS=`$PKG_CONFIG --libs "libxfce4ui-2"`
21550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_LIBS" >&5
21551$as_echo "$LIBXFCE4UI_LIBS" >&6; }
21552
21553 LIBXFCE4UI_REQUIRED_VERSION=4.10.0
21554
21555
21556
21557
21558
21559
21560
21561 elif $PKG_CONFIG --exists "libxfce4ui-2" >/dev/null 2>&1; then
21562 xdt_cv_version=`$PKG_CONFIG --modversion "libxfce4ui-2"`
21563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
21564$as_echo "found, but $xdt_cv_version" >&6; }
21565
21566
21567 echo "*** The required package libxfce4ui-2 was found on your system,"
21568 echo "*** but the installed version ($xdt_cv_version) is too old."
21569 echo "*** Please upgrade libxfce4ui-2 to atleast version 4.10.0, or adjust"
21570 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
21571 echo "*** the new version of the package in a nonstandard prefix so"
21572 echo "*** pkg-config is able to find it."
21573 exit 1
21574
21575 else
21576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
21577$as_echo "not found" >&6; }
21578
21579
21580 echo "*** The required package libxfce4ui-2 was not found on your system."
21581 echo "*** Please install libxfce4ui-2 (atleast version 4.10.0) or adjust"
21582 echo "*** the PKG_CONFIG_PATH environment variable if you"
21583 echo "*** installed the package in a nonstandard prefix so that"
21584 echo "*** pkg-config is able to find it."
21585 exit 1
21586
21587 fi
21588
21589
21590
21591 # minimum supported version of pkg-config
21592 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
21593
21594
21595
21596
21597
21598
21599
21600
21601
21602if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
21603 if test -n "$ac_tool_prefix"; then
21604 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
21605set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
21606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21607$as_echo_n "checking for $ac_word... " >&6; }
21608if ${ac_cv_path_PKG_CONFIG+:} false; then :
21609 $as_echo_n "(cached) " >&6
21610else
21611 case $PKG_CONFIG in
21612 [\\/]* | ?:[\\/]*)
21613 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
21614 ;;
21615 *)
21616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21617for as_dir in $PATH
21618do
21619 IFS=$as_save_IFS
21620 test -z "$as_dir" && as_dir=.
21621 for ac_exec_ext in '' $ac_executable_extensions; do
21622 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21623 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21625 break 2
21626 fi
21627done
21628 done
21629IFS=$as_save_IFS
21630
21631 ;;
21632esac
21633fi
21634PKG_CONFIG=$ac_cv_path_PKG_CONFIG
21635if test -n "$PKG_CONFIG"; then
21636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
21637$as_echo "$PKG_CONFIG" >&6; }
21638else
21639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21640$as_echo "no" >&6; }
21641fi
21642
21643
21644fi
21645if test -z "$ac_cv_path_PKG_CONFIG"; then
21646 ac_pt_PKG_CONFIG=$PKG_CONFIG
21647 # Extract the first word of "pkg-config", so it can be a program name with args.
21648set dummy pkg-config; ac_word=$2
21649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21650$as_echo_n "checking for $ac_word... " >&6; }
21651if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
21652 $as_echo_n "(cached) " >&6
21653else
21654 case $ac_pt_PKG_CONFIG in
21655 [\\/]* | ?:[\\/]*)
21656 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
21657 ;;
21658 *)
21659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21660for as_dir in $PATH
21661do
21662 IFS=$as_save_IFS
21663 test -z "$as_dir" && as_dir=.
21664 for ac_exec_ext in '' $ac_executable_extensions; do
21665 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21666 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21668 break 2
21669 fi
21670done
21671 done
21672IFS=$as_save_IFS
21673
21674 ;;
21675esac
21676fi
21677ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
21678if test -n "$ac_pt_PKG_CONFIG"; then
21679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
21680$as_echo "$ac_pt_PKG_CONFIG" >&6; }
21681else
21682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21683$as_echo "no" >&6; }
21684fi
21685
21686 if test "x$ac_pt_PKG_CONFIG" = x; then
21687 PKG_CONFIG=""
21688 else
21689 case $cross_compiling:$ac_tool_warned in
21690yes:)
21691{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
21692$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
21693ac_tool_warned=yes ;;
21694esac
21695 PKG_CONFIG=$ac_pt_PKG_CONFIG
21696 fi
21697else
21698 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
21699fi
21700
21701fi
21702if test -n "$PKG_CONFIG"; then
21703 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
21704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
21705$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
21706 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
21707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21708$as_echo "yes" >&6; }
21709 else
21710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21711$as_echo "no" >&6; }
21712 PKG_CONFIG=""
21713 fi
21714fi
21715
21716 if test x"$PKG_CONFIG" = x""; then
21717 echo
21718 echo "*** Your version of pkg-config is too old. You need atleast"
21719 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
21720 echo "*** from the freedesktop.org software repository at"
21721 echo "***"
21722 echo "*** http://www.freedesktop.org/software/pkgconfig"
21723 echo "***"
21724 exit 1;
21725 fi
21726
21727
21728
21729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= 3.2.0" >&5
21730$as_echo_n "checking for gtk+-3.0 >= 3.2.0... " >&6; }
21731 if $PKG_CONFIG "--atleast-version=3.2.0" "gtk+-3.0" >/dev/null 2>&1; then
21732 GTK_VERSION=`$PKG_CONFIG --modversion "gtk+-3.0"`
21733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_VERSION" >&5
21734$as_echo "$GTK_VERSION" >&6; }
21735
21736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_CFLAGS" >&5
21737$as_echo_n "checking GTK_CFLAGS... " >&6; }
21738 GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0"`
21739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CFLAGS" >&5
21740$as_echo "$GTK_CFLAGS" >&6; }
21741
21742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GTK_LIBS" >&5
21743$as_echo_n "checking GTK_LIBS... " >&6; }
21744 GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0"`
21745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_LIBS" >&5
21746$as_echo "$GTK_LIBS" >&6; }
21747
21748 GTK_REQUIRED_VERSION=3.2.0
21749
21750
21751
21752
21753
21754
21755
21756 elif $PKG_CONFIG --exists "gtk+-3.0" >/dev/null 2>&1; then
21757 xdt_cv_version=`$PKG_CONFIG --modversion "gtk+-3.0"`
21758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
21759$as_echo "found, but $xdt_cv_version" >&6; }
21760
21761
21762 echo "*** The required package gtk+-3.0 was found on your system,"
21763 echo "*** but the installed version ($xdt_cv_version) is too old."
21764 echo "*** Please upgrade gtk+-3.0 to atleast version 3.2.0, or adjust"
21765 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
21766 echo "*** the new version of the package in a nonstandard prefix so"
21767 echo "*** pkg-config is able to find it."
21768 exit 1
21769
21770 else
21771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
21772$as_echo "not found" >&6; }
21773
21774
21775 echo "*** The required package gtk+-3.0 was not found on your system."
21776 echo "*** Please install gtk+-3.0 (atleast version 3.2.0) or adjust"
21777 echo "*** the PKG_CONFIG_PATH environment variable if you"
21778 echo "*** installed the package in a nonstandard prefix so that"
21779 echo "*** pkg-config is able to find it."
21780 exit 1
21781
21782 fi
21783
21784
21785
21786
21787 # minimum supported version of pkg-config
21788 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
21789
21790
21791
21792
21793
21794
21795
21796
21797
21798if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
21799 if test -n "$ac_tool_prefix"; then
21800 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
21801set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
21802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21803$as_echo_n "checking for $ac_word... " >&6; }
21804if ${ac_cv_path_PKG_CONFIG+:} false; then :
21805 $as_echo_n "(cached) " >&6
21806else
21807 case $PKG_CONFIG in
21808 [\\/]* | ?:[\\/]*)
21809 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
21810 ;;
21811 *)
21812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21813for as_dir in $PATH
21814do
21815 IFS=$as_save_IFS
21816 test -z "$as_dir" && as_dir=.
21817 for ac_exec_ext in '' $ac_executable_extensions; do
21818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21819 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21821 break 2
21822 fi
21823done
21824 done
21825IFS=$as_save_IFS
21826
21827 ;;
21828esac
21829fi
21830PKG_CONFIG=$ac_cv_path_PKG_CONFIG
21831if test -n "$PKG_CONFIG"; then
21832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
21833$as_echo "$PKG_CONFIG" >&6; }
21834else
21835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21836$as_echo "no" >&6; }
21837fi
21838
21839
21840fi
21841if test -z "$ac_cv_path_PKG_CONFIG"; then
21842 ac_pt_PKG_CONFIG=$PKG_CONFIG
21843 # Extract the first word of "pkg-config", so it can be a program name with args.
21844set dummy pkg-config; ac_word=$2
21845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21846$as_echo_n "checking for $ac_word... " >&6; }
21847if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
21848 $as_echo_n "(cached) " >&6
21849else
21850 case $ac_pt_PKG_CONFIG in
21851 [\\/]* | ?:[\\/]*)
21852 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
21853 ;;
21854 *)
21855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21856for as_dir in $PATH
21857do
21858 IFS=$as_save_IFS
21859 test -z "$as_dir" && as_dir=.
21860 for ac_exec_ext in '' $ac_executable_extensions; do
21861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21862 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21864 break 2
21865 fi
21866done
21867 done
21868IFS=$as_save_IFS
21869
21870 ;;
21871esac
21872fi
21873ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
21874if test -n "$ac_pt_PKG_CONFIG"; then
21875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
21876$as_echo "$ac_pt_PKG_CONFIG" >&6; }
21877else
21878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21879$as_echo "no" >&6; }
21880fi
21881
21882 if test "x$ac_pt_PKG_CONFIG" = x; then
21883 PKG_CONFIG=""
21884 else
21885 case $cross_compiling:$ac_tool_warned in
21886yes:)
21887{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
21888$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
21889ac_tool_warned=yes ;;
21890esac
21891 PKG_CONFIG=$ac_pt_PKG_CONFIG
21892 fi
21893else
21894 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
21895fi
21896
21897fi
21898if test -n "$PKG_CONFIG"; then
21899 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
21900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
21901$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
21902 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
21903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21904$as_echo "yes" >&6; }
21905 else
21906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21907$as_echo "no" >&6; }
21908 PKG_CONFIG=""
21909 fi
21910fi
21911
21912 if test x"$PKG_CONFIG" = x""; then
21913 echo
21914 echo "*** Your version of pkg-config is too old. You need atleast"
21915 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
21916 echo "*** from the freedesktop.org software repository at"
21917 echo "***"
21918 echo "*** http://www.freedesktop.org/software/pkgconfig"
21919 echo "***"
21920 exit 1;
21921 fi
21922
21923
21924
20904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gstreamer-${gstreamer_api_version} >= ${gstreamer_minimum_version}" >&521925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gstreamer-${gstreamer_api_version} >= ${gstreamer_minimum_version}" >&5
20905$as_echo_n "checking for gstreamer-${gstreamer_api_version} >= ${gstreamer_minimum_version}... " >&6; }21926$as_echo_n "checking for gstreamer-${gstreamer_api_version} >= ${gstreamer_minimum_version}... " >&6; }
20906 if $PKG_CONFIG "--atleast-version=${gstreamer_minimum_version}" "gstreamer-${gstreamer_api_version}" >/dev/null 2>&1; then21927 if $PKG_CONFIG "--atleast-version=${gstreamer_minimum_version}" "gstreamer-${gstreamer_api_version}" >/dev/null 2>&1; then
@@ -21745,982 +22766,6 @@
2174522766
2174622767
2174722768
21748 # minimum supported version of pkg-config
21749 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
21760 if test -n "$ac_tool_prefix"; then
21761 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
21762set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
21763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21764$as_echo_n "checking for $ac_word... " >&6; }
21765if ${ac_cv_path_PKG_CONFIG+:} false; then :
21766 $as_echo_n "(cached) " >&6
21767else
21768 case $PKG_CONFIG in
21769 [\\/]* | ?:[\\/]*)
21770 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
21771 ;;
21772 *)
21773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21774for as_dir in $PATH
21775do
21776 IFS=$as_save_IFS
21777 test -z "$as_dir" && as_dir=.
21778 for ac_exec_ext in '' $ac_executable_extensions; do
21779 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21780 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21782 break 2
21783 fi
21784done
21785 done
21786IFS=$as_save_IFS
21787
21788 ;;
21789esac
21790fi
21791PKG_CONFIG=$ac_cv_path_PKG_CONFIG
21792if test -n "$PKG_CONFIG"; then
21793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
21794$as_echo "$PKG_CONFIG" >&6; }
21795else
21796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21797$as_echo "no" >&6; }
21798fi
21799
21800
21801fi
21802if test -z "$ac_cv_path_PKG_CONFIG"; then
21803 ac_pt_PKG_CONFIG=$PKG_CONFIG
21804 # Extract the first word of "pkg-config", so it can be a program name with args.
21805set dummy pkg-config; ac_word=$2
21806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21807$as_echo_n "checking for $ac_word... " >&6; }
21808if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
21809 $as_echo_n "(cached) " >&6
21810else
21811 case $ac_pt_PKG_CONFIG in
21812 [\\/]* | ?:[\\/]*)
21813 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
21814 ;;
21815 *)
21816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21817for as_dir in $PATH
21818do
21819 IFS=$as_save_IFS
21820 test -z "$as_dir" && as_dir=.
21821 for ac_exec_ext in '' $ac_executable_extensions; do
21822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21823 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21825 break 2
21826 fi
21827done
21828 done
21829IFS=$as_save_IFS
21830
21831 ;;
21832esac
21833fi
21834ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
21835if test -n "$ac_pt_PKG_CONFIG"; then
21836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
21837$as_echo "$ac_pt_PKG_CONFIG" >&6; }
21838else
21839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21840$as_echo "no" >&6; }
21841fi
21842
21843 if test "x$ac_pt_PKG_CONFIG" = x; then
21844 PKG_CONFIG=""
21845 else
21846 case $cross_compiling:$ac_tool_warned in
21847yes:)
21848{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
21849$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
21850ac_tool_warned=yes ;;
21851esac
21852 PKG_CONFIG=$ac_pt_PKG_CONFIG
21853 fi
21854else
21855 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
21856fi
21857
21858fi
21859if test -n "$PKG_CONFIG"; then
21860 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
21861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
21862$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
21863 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
21864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
21865$as_echo "yes" >&6; }
21866 else
21867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21868$as_echo "no" >&6; }
21869 PKG_CONFIG=""
21870 fi
21871fi
21872
21873 if test x"$PKG_CONFIG" = x""; then
21874 echo
21875 echo "*** Your version of pkg-config is too old. You need atleast"
21876 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
21877 echo "*** from the freedesktop.org software repository at"
21878 echo "***"
21879 echo "*** http://www.freedesktop.org/software/pkgconfig"
21880 echo "***"
21881 exit 1;
21882 fi
21883
21884
21885
21886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 0.60" >&5
21887$as_echo_n "checking for dbus-1 >= 0.60... " >&6; }
21888 if $PKG_CONFIG "--atleast-version=0.60" "dbus-1" >/dev/null 2>&1; then
21889 DBUS_VERSION=`$PKG_CONFIG --modversion "dbus-1"`
21890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_VERSION" >&5
21891$as_echo "$DBUS_VERSION" >&6; }
21892
21893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_CFLAGS" >&5
21894$as_echo_n "checking DBUS_CFLAGS... " >&6; }
21895 DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1"`
21896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_CFLAGS" >&5
21897$as_echo "$DBUS_CFLAGS" >&6; }
21898
21899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_LIBS" >&5
21900$as_echo_n "checking DBUS_LIBS... " >&6; }
21901 DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1"`
21902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_LIBS" >&5
21903$as_echo "$DBUS_LIBS" >&6; }
21904
21905 DBUS_REQUIRED_VERSION=0.60
21906
21907
21908
21909
21910
21911
21912
21913 elif $PKG_CONFIG --exists "dbus-1" >/dev/null 2>&1; then
21914 xdt_cv_version=`$PKG_CONFIG --modversion "dbus-1"`
21915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
21916$as_echo "found, but $xdt_cv_version" >&6; }
21917
21918
21919 echo "*** The required package dbus-1 was found on your system,"
21920 echo "*** but the installed version ($xdt_cv_version) is too old."
21921 echo "*** Please upgrade dbus-1 to atleast version 0.60, or adjust"
21922 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
21923 echo "*** the new version of the package in a nonstandard prefix so"
21924 echo "*** pkg-config is able to find it."
21925 exit 1
21926
21927 else
21928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
21929$as_echo "not found" >&6; }
21930
21931
21932 echo "*** The required package dbus-1 was not found on your system."
21933 echo "*** Please install dbus-1 (atleast version 0.60) or adjust"
21934 echo "*** the PKG_CONFIG_PATH environment variable if you"
21935 echo "*** installed the package in a nonstandard prefix so that"
21936 echo "*** pkg-config is able to find it."
21937 exit 1
21938
21939 fi
21940
21941
21942
21943 # minimum supported version of pkg-config
21944 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
21945
21946
21947
21948
21949
21950
21951
21952
21953
21954if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
21955 if test -n "$ac_tool_prefix"; then
21956 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
21957set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
21958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21959$as_echo_n "checking for $ac_word... " >&6; }
21960if ${ac_cv_path_PKG_CONFIG+:} false; then :
21961 $as_echo_n "(cached) " >&6
21962else
21963 case $PKG_CONFIG in
21964 [\\/]* | ?:[\\/]*)
21965 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
21966 ;;
21967 *)
21968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21969for as_dir in $PATH
21970do
21971 IFS=$as_save_IFS
21972 test -z "$as_dir" && as_dir=.
21973 for ac_exec_ext in '' $ac_executable_extensions; do
21974 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21975 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
21976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21977 break 2
21978 fi
21979done
21980 done
21981IFS=$as_save_IFS
21982
21983 ;;
21984esac
21985fi
21986PKG_CONFIG=$ac_cv_path_PKG_CONFIG
21987if test -n "$PKG_CONFIG"; then
21988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
21989$as_echo "$PKG_CONFIG" >&6; }
21990else
21991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21992$as_echo "no" >&6; }
21993fi
21994
21995
21996fi
21997if test -z "$ac_cv_path_PKG_CONFIG"; then
21998 ac_pt_PKG_CONFIG=$PKG_CONFIG
21999 # Extract the first word of "pkg-config", so it can be a program name with args.
22000set dummy pkg-config; ac_word=$2
22001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22002$as_echo_n "checking for $ac_word... " >&6; }
22003if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
22004 $as_echo_n "(cached) " >&6
22005else
22006 case $ac_pt_PKG_CONFIG in
22007 [\\/]* | ?:[\\/]*)
22008 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
22009 ;;
22010 *)
22011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22012for as_dir in $PATH
22013do
22014 IFS=$as_save_IFS
22015 test -z "$as_dir" && as_dir=.
22016 for ac_exec_ext in '' $ac_executable_extensions; do
22017 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22018 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22020 break 2
22021 fi
22022done
22023 done
22024IFS=$as_save_IFS
22025
22026 ;;
22027esac
22028fi
22029ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
22030if test -n "$ac_pt_PKG_CONFIG"; then
22031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
22032$as_echo "$ac_pt_PKG_CONFIG" >&6; }
22033else
22034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22035$as_echo "no" >&6; }
22036fi
22037
22038 if test "x$ac_pt_PKG_CONFIG" = x; then
22039 PKG_CONFIG=""
22040 else
22041 case $cross_compiling:$ac_tool_warned in
22042yes:)
22043{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
22044$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
22045ac_tool_warned=yes ;;
22046esac
22047 PKG_CONFIG=$ac_pt_PKG_CONFIG
22048 fi
22049else
22050 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
22051fi
22052
22053fi
22054if test -n "$PKG_CONFIG"; then
22055 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
22056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
22057$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
22058 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
22059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22060$as_echo "yes" >&6; }
22061 else
22062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22063$as_echo "no" >&6; }
22064 PKG_CONFIG=""
22065 fi
22066fi
22067
22068 if test x"$PKG_CONFIG" = x""; then
22069 echo
22070 echo "*** Your version of pkg-config is too old. You need atleast"
22071 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
22072 echo "*** from the freedesktop.org software repository at"
22073 echo "***"
22074 echo "*** http://www.freedesktop.org/software/pkgconfig"
22075 echo "***"
22076 exit 1;
22077 fi
22078
22079
22080
22081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-glib-1 >= 0.70" >&5
22082$as_echo_n "checking for dbus-glib-1 >= 0.70... " >&6; }
22083 if $PKG_CONFIG "--atleast-version=0.70" "dbus-glib-1" >/dev/null 2>&1; then
22084 DBUS_GLIB_VERSION=`$PKG_CONFIG --modversion "dbus-glib-1"`
22085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_GLIB_VERSION" >&5
22086$as_echo "$DBUS_GLIB_VERSION" >&6; }
22087
22088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_GLIB_CFLAGS" >&5
22089$as_echo_n "checking DBUS_GLIB_CFLAGS... " >&6; }
22090 DBUS_GLIB_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1"`
22091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_GLIB_CFLAGS" >&5
22092$as_echo "$DBUS_GLIB_CFLAGS" >&6; }
22093
22094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_GLIB_LIBS" >&5
22095$as_echo_n "checking DBUS_GLIB_LIBS... " >&6; }
22096 DBUS_GLIB_LIBS=`$PKG_CONFIG --libs "dbus-glib-1"`
22097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_GLIB_LIBS" >&5
22098$as_echo "$DBUS_GLIB_LIBS" >&6; }
22099
22100 DBUS_GLIB_REQUIRED_VERSION=0.70
22101
22102
22103
22104
22105
22106
22107
22108 elif $PKG_CONFIG --exists "dbus-glib-1" >/dev/null 2>&1; then
22109 xdt_cv_version=`$PKG_CONFIG --modversion "dbus-glib-1"`
22110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
22111$as_echo "found, but $xdt_cv_version" >&6; }
22112
22113
22114 echo "*** The required package dbus-glib-1 was found on your system,"
22115 echo "*** but the installed version ($xdt_cv_version) is too old."
22116 echo "*** Please upgrade dbus-glib-1 to atleast version 0.70, or adjust"
22117 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
22118 echo "*** the new version of the package in a nonstandard prefix so"
22119 echo "*** pkg-config is able to find it."
22120 exit 1
22121
22122 else
22123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22124$as_echo "not found" >&6; }
22125
22126
22127 echo "*** The required package dbus-glib-1 was not found on your system."
22128 echo "*** Please install dbus-glib-1 (atleast version 0.70) or adjust"
22129 echo "*** the PKG_CONFIG_PATH environment variable if you"
22130 echo "*** installed the package in a nonstandard prefix so that"
22131 echo "*** pkg-config is able to find it."
22132 exit 1
22133
22134 fi
22135
22136
22137
22138
22139 # minimum supported version of pkg-config
22140 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
22141
22142
22143
22144
22145
22146
22147
22148
22149
22150if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
22151 if test -n "$ac_tool_prefix"; then
22152 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
22153set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
22154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22155$as_echo_n "checking for $ac_word... " >&6; }
22156if ${ac_cv_path_PKG_CONFIG+:} false; then :
22157 $as_echo_n "(cached) " >&6
22158else
22159 case $PKG_CONFIG in
22160 [\\/]* | ?:[\\/]*)
22161 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22162 ;;
22163 *)
22164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22165for as_dir in $PATH
22166do
22167 IFS=$as_save_IFS
22168 test -z "$as_dir" && as_dir=.
22169 for ac_exec_ext in '' $ac_executable_extensions; do
22170 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22171 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22173 break 2
22174 fi
22175done
22176 done
22177IFS=$as_save_IFS
22178
22179 ;;
22180esac
22181fi
22182PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22183if test -n "$PKG_CONFIG"; then
22184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
22185$as_echo "$PKG_CONFIG" >&6; }
22186else
22187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22188$as_echo "no" >&6; }
22189fi
22190
22191
22192fi
22193if test -z "$ac_cv_path_PKG_CONFIG"; then
22194 ac_pt_PKG_CONFIG=$PKG_CONFIG
22195 # Extract the first word of "pkg-config", so it can be a program name with args.
22196set dummy pkg-config; ac_word=$2
22197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22198$as_echo_n "checking for $ac_word... " >&6; }
22199if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
22200 $as_echo_n "(cached) " >&6
22201else
22202 case $ac_pt_PKG_CONFIG in
22203 [\\/]* | ?:[\\/]*)
22204 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
22205 ;;
22206 *)
22207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22208for as_dir in $PATH
22209do
22210 IFS=$as_save_IFS
22211 test -z "$as_dir" && as_dir=.
22212 for ac_exec_ext in '' $ac_executable_extensions; do
22213 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22214 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22216 break 2
22217 fi
22218done
22219 done
22220IFS=$as_save_IFS
22221
22222 ;;
22223esac
22224fi
22225ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
22226if test -n "$ac_pt_PKG_CONFIG"; then
22227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
22228$as_echo "$ac_pt_PKG_CONFIG" >&6; }
22229else
22230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22231$as_echo "no" >&6; }
22232fi
22233
22234 if test "x$ac_pt_PKG_CONFIG" = x; then
22235 PKG_CONFIG=""
22236 else
22237 case $cross_compiling:$ac_tool_warned in
22238yes:)
22239{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
22240$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
22241ac_tool_warned=yes ;;
22242esac
22243 PKG_CONFIG=$ac_pt_PKG_CONFIG
22244 fi
22245else
22246 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
22247fi
22248
22249fi
22250if test -n "$PKG_CONFIG"; then
22251 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
22252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
22253$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
22254 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
22255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22256$as_echo "yes" >&6; }
22257 else
22258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22259$as_echo "no" >&6; }
22260 PKG_CONFIG=""
22261 fi
22262fi
22263
22264 if test x"$PKG_CONFIG" = x""; then
22265 echo
22266 echo "*** Your version of pkg-config is too old. You need atleast"
22267 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
22268 echo "*** from the freedesktop.org software repository at"
22269 echo "***"
22270 echo "*** http://www.freedesktop.org/software/pkgconfig"
22271 echo "***"
22272 exit 1;
22273 fi
22274
22275
22276
22277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4ui-1 >= 4.8.0" >&5
22278$as_echo_n "checking for libxfce4ui-1 >= 4.8.0... " >&6; }
22279 if $PKG_CONFIG "--atleast-version=4.8.0" "libxfce4ui-1" >/dev/null 2>&1; then
22280 LIBXFCE4UI_VERSION=`$PKG_CONFIG --modversion "libxfce4ui-1"`
22281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_VERSION" >&5
22282$as_echo "$LIBXFCE4UI_VERSION" >&6; }
22283
22284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UI_CFLAGS" >&5
22285$as_echo_n "checking LIBXFCE4UI_CFLAGS... " >&6; }
22286 LIBXFCE4UI_CFLAGS=`$PKG_CONFIG --cflags "libxfce4ui-1"`
22287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_CFLAGS" >&5
22288$as_echo "$LIBXFCE4UI_CFLAGS" >&6; }
22289
22290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UI_LIBS" >&5
22291$as_echo_n "checking LIBXFCE4UI_LIBS... " >&6; }
22292 LIBXFCE4UI_LIBS=`$PKG_CONFIG --libs "libxfce4ui-1"`
22293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UI_LIBS" >&5
22294$as_echo "$LIBXFCE4UI_LIBS" >&6; }
22295
22296 LIBXFCE4UI_REQUIRED_VERSION=4.8.0
22297
22298
22299
22300
22301
22302
22303
22304 elif $PKG_CONFIG --exists "libxfce4ui-1" >/dev/null 2>&1; then
22305 xdt_cv_version=`$PKG_CONFIG --modversion "libxfce4ui-1"`
22306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
22307$as_echo "found, but $xdt_cv_version" >&6; }
22308
22309
22310 echo "*** The required package libxfce4ui-1 was found on your system,"
22311 echo "*** but the installed version ($xdt_cv_version) is too old."
22312 echo "*** Please upgrade libxfce4ui-1 to atleast version 4.8.0, or adjust"
22313 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
22314 echo "*** the new version of the package in a nonstandard prefix so"
22315 echo "*** pkg-config is able to find it."
22316 exit 1
22317
22318 else
22319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22320$as_echo "not found" >&6; }
22321
22322
22323 echo "*** The required package libxfce4ui-1 was not found on your system."
22324 echo "*** Please install libxfce4ui-1 (atleast version 4.8.0) or adjust"
22325 echo "*** the PKG_CONFIG_PATH environment variable if you"
22326 echo "*** installed the package in a nonstandard prefix so that"
22327 echo "*** pkg-config is able to find it."
22328 exit 1
22329
22330 fi
22331
22332
22333
22334 # minimum supported version of pkg-config
22335 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
22336
22337
22338
22339
22340
22341
22342
22343
22344
22345if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
22346 if test -n "$ac_tool_prefix"; then
22347 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
22348set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
22349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22350$as_echo_n "checking for $ac_word... " >&6; }
22351if ${ac_cv_path_PKG_CONFIG+:} false; then :
22352 $as_echo_n "(cached) " >&6
22353else
22354 case $PKG_CONFIG in
22355 [\\/]* | ?:[\\/]*)
22356 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22357 ;;
22358 *)
22359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22360for as_dir in $PATH
22361do
22362 IFS=$as_save_IFS
22363 test -z "$as_dir" && as_dir=.
22364 for ac_exec_ext in '' $ac_executable_extensions; do
22365 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22366 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22368 break 2
22369 fi
22370done
22371 done
22372IFS=$as_save_IFS
22373
22374 ;;
22375esac
22376fi
22377PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22378if test -n "$PKG_CONFIG"; then
22379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
22380$as_echo "$PKG_CONFIG" >&6; }
22381else
22382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22383$as_echo "no" >&6; }
22384fi
22385
22386
22387fi
22388if test -z "$ac_cv_path_PKG_CONFIG"; then
22389 ac_pt_PKG_CONFIG=$PKG_CONFIG
22390 # Extract the first word of "pkg-config", so it can be a program name with args.
22391set dummy pkg-config; ac_word=$2
22392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22393$as_echo_n "checking for $ac_word... " >&6; }
22394if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
22395 $as_echo_n "(cached) " >&6
22396else
22397 case $ac_pt_PKG_CONFIG in
22398 [\\/]* | ?:[\\/]*)
22399 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
22400 ;;
22401 *)
22402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22403for as_dir in $PATH
22404do
22405 IFS=$as_save_IFS
22406 test -z "$as_dir" && as_dir=.
22407 for ac_exec_ext in '' $ac_executable_extensions; do
22408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22409 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22411 break 2
22412 fi
22413done
22414 done
22415IFS=$as_save_IFS
22416
22417 ;;
22418esac
22419fi
22420ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
22421if test -n "$ac_pt_PKG_CONFIG"; then
22422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
22423$as_echo "$ac_pt_PKG_CONFIG" >&6; }
22424else
22425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22426$as_echo "no" >&6; }
22427fi
22428
22429 if test "x$ac_pt_PKG_CONFIG" = x; then
22430 PKG_CONFIG=""
22431 else
22432 case $cross_compiling:$ac_tool_warned in
22433yes:)
22434{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
22435$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
22436ac_tool_warned=yes ;;
22437esac
22438 PKG_CONFIG=$ac_pt_PKG_CONFIG
22439 fi
22440else
22441 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
22442fi
22443
22444fi
22445if test -n "$PKG_CONFIG"; then
22446 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
22447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
22448$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
22449 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
22450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22451$as_echo "yes" >&6; }
22452 else
22453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22454$as_echo "no" >&6; }
22455 PKG_CONFIG=""
22456 fi
22457fi
22458
22459 if test x"$PKG_CONFIG" = x""; then
22460 echo
22461 echo "*** Your version of pkg-config is too old. You need atleast"
22462 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
22463 echo "*** from the freedesktop.org software repository at"
22464 echo "***"
22465 echo "*** http://www.freedesktop.org/software/pkgconfig"
22466 echo "***"
22467 exit 1;
22468 fi
22469
22470
22471
22472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4util-1.0 >= 4.8.0" >&5
22473$as_echo_n "checking for libxfce4util-1.0 >= 4.8.0... " >&6; }
22474 if $PKG_CONFIG "--atleast-version=4.8.0" "libxfce4util-1.0" >/dev/null 2>&1; then
22475 LIBXFCE4UTIL_VERSION=`$PKG_CONFIG --modversion "libxfce4util-1.0"`
22476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UTIL_VERSION" >&5
22477$as_echo "$LIBXFCE4UTIL_VERSION" >&6; }
22478
22479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UTIL_CFLAGS" >&5
22480$as_echo_n "checking LIBXFCE4UTIL_CFLAGS... " >&6; }
22481 LIBXFCE4UTIL_CFLAGS=`$PKG_CONFIG --cflags "libxfce4util-1.0"`
22482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UTIL_CFLAGS" >&5
22483$as_echo "$LIBXFCE4UTIL_CFLAGS" >&6; }
22484
22485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBXFCE4UTIL_LIBS" >&5
22486$as_echo_n "checking LIBXFCE4UTIL_LIBS... " >&6; }
22487 LIBXFCE4UTIL_LIBS=`$PKG_CONFIG --libs "libxfce4util-1.0"`
22488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4UTIL_LIBS" >&5
22489$as_echo "$LIBXFCE4UTIL_LIBS" >&6; }
22490
22491 LIBXFCE4UTIL_REQUIRED_VERSION=4.8.0
22492
22493
22494
22495
22496
22497
22498
22499 elif $PKG_CONFIG --exists "libxfce4util-1.0" >/dev/null 2>&1; then
22500 xdt_cv_version=`$PKG_CONFIG --modversion "libxfce4util-1.0"`
22501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
22502$as_echo "found, but $xdt_cv_version" >&6; }
22503
22504
22505 echo "*** The required package libxfce4util-1.0 was found on your system,"
22506 echo "*** but the installed version ($xdt_cv_version) is too old."
22507 echo "*** Please upgrade libxfce4util-1.0 to atleast version 4.8.0, or adjust"
22508 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
22509 echo "*** the new version of the package in a nonstandard prefix so"
22510 echo "*** pkg-config is able to find it."
22511 exit 1
22512
22513 else
22514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22515$as_echo "not found" >&6; }
22516
22517
22518 echo "*** The required package libxfce4util-1.0 was not found on your system."
22519 echo "*** Please install libxfce4util-1.0 (atleast version 4.8.0) or adjust"
22520 echo "*** the PKG_CONFIG_PATH environment variable if you"
22521 echo "*** installed the package in a nonstandard prefix so that"
22522 echo "*** pkg-config is able to find it."
22523 exit 1
22524
22525 fi
22526
22527
22528
22529
22530 # minimum supported version of pkg-config
22531 xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
22532
22533
22534
22535
22536
22537
22538
22539
22540
22541if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
22542 if test -n "$ac_tool_prefix"; then
22543 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
22544set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
22545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22546$as_echo_n "checking for $ac_word... " >&6; }
22547if ${ac_cv_path_PKG_CONFIG+:} false; then :
22548 $as_echo_n "(cached) " >&6
22549else
22550 case $PKG_CONFIG in
22551 [\\/]* | ?:[\\/]*)
22552 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22553 ;;
22554 *)
22555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22556for as_dir in $PATH
22557do
22558 IFS=$as_save_IFS
22559 test -z "$as_dir" && as_dir=.
22560 for ac_exec_ext in '' $ac_executable_extensions; do
22561 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22562 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22564 break 2
22565 fi
22566done
22567 done
22568IFS=$as_save_IFS
22569
22570 ;;
22571esac
22572fi
22573PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22574if test -n "$PKG_CONFIG"; then
22575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
22576$as_echo "$PKG_CONFIG" >&6; }
22577else
22578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22579$as_echo "no" >&6; }
22580fi
22581
22582
22583fi
22584if test -z "$ac_cv_path_PKG_CONFIG"; then
22585 ac_pt_PKG_CONFIG=$PKG_CONFIG
22586 # Extract the first word of "pkg-config", so it can be a program name with args.
22587set dummy pkg-config; ac_word=$2
22588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22589$as_echo_n "checking for $ac_word... " >&6; }
22590if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
22591 $as_echo_n "(cached) " >&6
22592else
22593 case $ac_pt_PKG_CONFIG in
22594 [\\/]* | ?:[\\/]*)
22595 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
22596 ;;
22597 *)
22598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22599for as_dir in $PATH
22600do
22601 IFS=$as_save_IFS
22602 test -z "$as_dir" && as_dir=.
22603 for ac_exec_ext in '' $ac_executable_extensions; do
22604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22605 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22607 break 2
22608 fi
22609done
22610 done
22611IFS=$as_save_IFS
22612
22613 ;;
22614esac
22615fi
22616ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
22617if test -n "$ac_pt_PKG_CONFIG"; then
22618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
22619$as_echo "$ac_pt_PKG_CONFIG" >&6; }
22620else
22621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22622$as_echo "no" >&6; }
22623fi
22624
22625 if test "x$ac_pt_PKG_CONFIG" = x; then
22626 PKG_CONFIG=""
22627 else
22628 case $cross_compiling:$ac_tool_warned in
22629yes:)
22630{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
22631$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
22632ac_tool_warned=yes ;;
22633esac
22634 PKG_CONFIG=$ac_pt_PKG_CONFIG
22635 fi
22636else
22637 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
22638fi
22639
22640fi
22641if test -n "$PKG_CONFIG"; then
22642 _pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
22643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
22644$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
22645 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
22646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22647$as_echo "yes" >&6; }
22648 else
22649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22650$as_echo "no" >&6; }
22651 PKG_CONFIG=""
22652 fi
22653fi
22654
22655 if test x"$PKG_CONFIG" = x""; then
22656 echo
22657 echo "*** Your version of pkg-config is too old. You need atleast"
22658 echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
22659 echo "*** from the freedesktop.org software repository at"
22660 echo "***"
22661 echo "*** http://www.freedesktop.org/software/pkgconfig"
22662 echo "***"
22663 exit 1;
22664 fi
22665
22666
22667
22668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfconf-0 >= 4.10.0" >&5
22669$as_echo_n "checking for libxfconf-0 >= 4.10.0... " >&6; }
22670 if $PKG_CONFIG "--atleast-version=4.10.0" "libxfconf-0" >/dev/null 2>&1; then
22671 XFCONF_VERSION=`$PKG_CONFIG --modversion "libxfconf-0"`
22672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFCONF_VERSION" >&5
22673$as_echo "$XFCONF_VERSION" >&6; }
22674
22675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking XFCONF_CFLAGS" >&5
22676$as_echo_n "checking XFCONF_CFLAGS... " >&6; }
22677 XFCONF_CFLAGS=`$PKG_CONFIG --cflags "libxfconf-0"`
22678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFCONF_CFLAGS" >&5
22679$as_echo "$XFCONF_CFLAGS" >&6; }
22680
22681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking XFCONF_LIBS" >&5
22682$as_echo_n "checking XFCONF_LIBS... " >&6; }
22683 XFCONF_LIBS=`$PKG_CONFIG --libs "libxfconf-0"`
22684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFCONF_LIBS" >&5
22685$as_echo "$XFCONF_LIBS" >&6; }
22686
22687 XFCONF_REQUIRED_VERSION=4.10.0
22688
22689
22690
22691
22692
22693
22694
22695 elif $PKG_CONFIG --exists "libxfconf-0" >/dev/null 2>&1; then
22696 xdt_cv_version=`$PKG_CONFIG --modversion "libxfconf-0"`
22697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
22698$as_echo "found, but $xdt_cv_version" >&6; }
22699
22700
22701 echo "*** The required package libxfconf-0 was found on your system,"
22702 echo "*** but the installed version ($xdt_cv_version) is too old."
22703 echo "*** Please upgrade libxfconf-0 to atleast version 4.10.0, or adjust"
22704 echo "*** the PKG_CONFIG_PATH environment variable if you installed"
22705 echo "*** the new version of the package in a nonstandard prefix so"
22706 echo "*** pkg-config is able to find it."
22707 exit 1
22708
22709 else
22710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22711$as_echo "not found" >&6; }
22712
22713
22714 echo "*** The required package libxfconf-0 was not found on your system."
22715 echo "*** Please install libxfconf-0 (atleast version 4.10.0) or adjust"
22716 echo "*** the PKG_CONFIG_PATH environment variable if you"
22717 echo "*** installed the package in a nonstandard prefix so that"
22718 echo "*** pkg-config is able to find it."
22719 exit 1
22720
22721 fi
22722
22723
22724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&522769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
22725$as_echo_n "checking for X... " >&6; }22770$as_echo_n "checking for X... " >&6; }
2272622771
@@ -23470,31 +23515,10 @@
2347023515
2347123516
2347223517
23473#=======================================================#
23474# Gtkrc files #
23475#=======================================================#
23476if test "x${prefix}" = "xNONE"; then
23477
23478cat >>confdefs.h <<_ACEOF
23479#define GTKRC_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/gtk-2.0"
23480_ACEOF
23481
23482 gtkrcdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/gtk-2.0"
23483else
23484
23485cat >>confdefs.h <<_ACEOF
23486#define GTKRC_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/gtk-2.0"
23487_ACEOF
23488
23489 gtkrcdir="${prefix}/${DATADIRNAME}/${PACKAGE}/gtk-2.0"
23490fi
23491
23492
23493
23494# Taken from Gnome system tools23518# Taken from Gnome system tools
23495#=======================================================#23519# ===================================================== #
23496# Pixmaps files #23520# Pixmaps files #
23497#=======================================================#23521# ===================================================== #
23498if test "x${prefix}" = "xNONE"; then23522if test "x${prefix}" = "xNONE"; then
2349923523
23500cat >>confdefs.h <<_ACEOF23524cat >>confdefs.h <<_ACEOF
@@ -23513,9 +23537,9 @@
2351323537
2351423538
2351523539
23516#=======================================================#23540# ===================================================== #
23517# Check XF86keysysm #23541# Check XF86keysysm #
23518#=======================================================#23542# ===================================================== #
23519# Check for the AudioPlay sym other should exist23543# Check for the AudioPlay sym other should exist
23520# if this one exists.23544# if this one exists.
23521ac_fn_c_check_decl "$LINENO" "XF86XK_AudioPlay" "ac_cv_have_decl_XF86XK_AudioPlay" "#include <X11/XF86keysym.h>23545ac_fn_c_check_decl "$LINENO" "XF86XK_AudioPlay" "ac_cv_have_decl_XF86XK_AudioPlay" "#include <X11/XF86keysym.h>
@@ -23532,9 +23556,9 @@
2353223556
23533fi23557fi
2353423558
23535#=======================================================#23559# ===================================================== #
23536# TagLib support #23560# TagLib support #
23537#=======================================================#23561# ===================================================== #
23538TAGLIB_FOUND="no"23562TAGLIB_FOUND="no"
2353923563
2354023564
@@ -23816,7 +23840,7 @@
23816 ac_fn_c_check_header_mongrel "$LINENO" "taglib/tag_c.h" "ac_cv_header_taglib_tag_c_h" "$ac_includes_default"23840 ac_fn_c_check_header_mongrel "$LINENO" "taglib/tag_c.h" "ac_cv_header_taglib_tag_c_h" "$ac_includes_default"
23817if test "x$ac_cv_header_taglib_tag_c_h" = xyes; then :23841if test "x$ac_cv_header_taglib_tag_c_h" = xyes; then :
2381823842
23819 TAGLIBC_LIBS="-ltag_c"23843 TAGLIBC_LIBS="-ltag_c"
2382023844
23821$as_echo "#define HAVE_TAGLIBC 1" >>confdefs.h23845$as_echo "#define HAVE_TAGLIBC 1" >>confdefs.h
2382223846
@@ -23833,9 +23857,9 @@
2383323857
23834fi23858fi
2383523859
23836#=======================================================#23860# ===================================================== #
23837# Check plugins to build #23861# Check plugins to build #
23838#=======================================================#23862# ===================================================== #
2383923863
23840# Notify plugin.23864# Notify plugin.
23841#--------------------------23865#--------------------------
@@ -24080,9 +24104,31 @@
24080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_tray_plugin" >&524104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_tray_plugin" >&5
24081$as_echo "$ac_tray_plugin" >&6; }24105$as_echo "$ac_tray_plugin" >&6; }
2408224106
24083#=======================================================#24107# MPRIS2 plugin.
24084# Check for debugging support #24108#--------------------------
24085#=======================================================#24109# Check whether --enable-mpris2-plugin was given.
24110if test "${enable_mpris2_plugin+set}" = set; then :
24111 enableval=$enable_mpris2_plugin; ac_mpris2_plugin=$enableval
24112else
24113 ac_mpris2_plugin=yes
24114fi
24115
24116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the mpris2 plugin" >&5
24117$as_echo_n "checking whether to build the mpris2 plugin... " >&6; }
24118 if test x"$ac_mpris2_plugin" = x"yes"; then
24119 PAROLE_MPRIS2_PLUGIN_TRUE=
24120 PAROLE_MPRIS2_PLUGIN_FALSE='#'
24121else
24122 PAROLE_MPRIS2_PLUGIN_TRUE='#'
24123 PAROLE_MPRIS2_PLUGIN_FALSE=
24124fi
24125
24126{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_mpris2_plugin" >&5
24127$as_echo "$ac_mpris2_plugin" >&6; }
24128
24129# ===================================================== #
24130# Check for debugging support #
24131# ===================================================== #
2408624132
24087 # Check whether --enable-debug was given.24133 # Check whether --enable-debug was given.
24088if test "${enable_debug+set}" = set; then :24134if test "${enable_debug+set}" = set; then :
@@ -24179,9 +24225,9 @@
24179 fi24225 fi
2418024226
2418124227
24182#=======================================================#24228# ===================================================== #
24183# Check for Gtk doc #24229# Check for Gtk doc #
24184#=======================================================#24230# ===================================================== #
2418524231
2418624232
2418724233
@@ -24488,7 +24534,7 @@
2448824534
2448924535
2449024536
24491ac_config_files="$ac_config_files Makefile data/Makefile data/gtk-2.0/Makefile data/pixmaps/Makefile data/interfaces/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/scalable/Makefile data/mime/Makefile data/desktop/Makefile src/Makefile src/misc/Makefile src/misc/parole.h src/common/Makefile src/gst/Makefile src/dbus/Makefile src/plugins/Makefile src/plugins/sample/Makefile src/plugins/notify/Makefile src/plugins/tray/Makefile docs/Makefile docs/plugin-api/version.xml docs/plugin-api/Makefile po/Makefile.in"24537ac_config_files="$ac_config_files Makefile data/Makefile data/pixmaps/Makefile data/interfaces/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/64x64/Makefile data/icons/128x128/Makefile data/icons/scalable/Makefile data/mime/Makefile data/desktop/Makefile src/Makefile src/misc/Makefile src/misc/parole.h src/common/Makefile src/gst/Makefile src/dbus/Makefile src/plugins/Makefile src/plugins/sample/Makefile src/plugins/notify/Makefile src/plugins/tray/Makefile src/plugins/mpris2/Makefile docs/Makefile docs/plugin-api/version.xml docs/plugin-api/Makefile po/Makefile.in"
2449224538
24493cat >confcache <<\_ACEOF24539cat >confcache <<\_ACEOF
24494# This file is a shell script that caches the results of configure24540# This file is a shell script that caches the results of configure
@@ -24658,6 +24704,10 @@
24658 as_fn_error $? "conditional \"PAROLE_TRAY_PLUGIN\" was never defined.24704 as_fn_error $? "conditional \"PAROLE_TRAY_PLUGIN\" was never defined.
24659Usually this means the macro was only invoked conditionally." "$LINENO" 524705Usually this means the macro was only invoked conditionally." "$LINENO" 5
24660fi24706fi
24707if test -z "${PAROLE_MPRIS2_PLUGIN_TRUE}" && test -z "${PAROLE_MPRIS2_PLUGIN_FALSE}"; then
24708 as_fn_error $? "conditional \"PAROLE_MPRIS2_PLUGIN\" was never defined.
24709Usually this means the macro was only invoked conditionally." "$LINENO" 5
24710fi
24661if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then24711if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
24662 as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.24712 as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
24663Usually this means the macro was only invoked conditionally." "$LINENO" 524713Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -25075,7 +25125,7 @@
25075# report actual input values of CONFIG_FILES etc. instead of their25125# report actual input values of CONFIG_FILES etc. instead of their
25076# values after options handling.25126# values after options handling.
25077ac_log="25127ac_log="
25078This file was extended by parole $as_me 0.5.4, which was25128This file was extended by parole $as_me 0.6.0, which was
25079generated by GNU Autoconf 2.69. Invocation command line was25129generated by GNU Autoconf 2.69. Invocation command line was
2508025130
25081 CONFIG_FILES = $CONFIG_FILES25131 CONFIG_FILES = $CONFIG_FILES
@@ -25135,13 +25185,13 @@
25135Configuration commands:25185Configuration commands:
25136$config_commands25186$config_commands
2513725187
25138Report bugs to <aliov@xfce.org>."25188Report bugs to <http://docs.xfce.org/apps/parole/bugs>."
2513925189
25140_ACEOF25190_ACEOF
25141cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=125191cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25142ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"25192ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
25143ac_cs_version="\\25193ac_cs_version="\\
25144parole config.status 0.5.425194parole config.status 0.6.0
25145configured by $0, generated by GNU Autoconf 2.69,25195configured by $0, generated by GNU Autoconf 2.69,
25146 with options \\"\$ac_cs_config\\"25196 with options \\"\$ac_cs_config\\"
2514725197
@@ -25653,7 +25703,6 @@
25653 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;25703 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
25654 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;25704 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
25655 "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;25705 "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
25656 "data/gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES data/gtk-2.0/Makefile" ;;
25657 "data/pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES data/pixmaps/Makefile" ;;25706 "data/pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES data/pixmaps/Makefile" ;;
25658 "data/interfaces/Makefile") CONFIG_FILES="$CONFIG_FILES data/interfaces/Makefile" ;;25707 "data/interfaces/Makefile") CONFIG_FILES="$CONFIG_FILES data/interfaces/Makefile" ;;
25659 "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;25708 "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;
@@ -25661,6 +25710,8 @@
25661 "data/icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/24x24/Makefile" ;;25710 "data/icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/24x24/Makefile" ;;
25662 "data/icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/32x32/Makefile" ;;25711 "data/icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/32x32/Makefile" ;;
25663 "data/icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/Makefile" ;;25712 "data/icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/Makefile" ;;
25713 "data/icons/64x64/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/64x64/Makefile" ;;
25714 "data/icons/128x128/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/128x128/Makefile" ;;
25664 "data/icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/Makefile" ;;25715 "data/icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/Makefile" ;;
25665 "data/mime/Makefile") CONFIG_FILES="$CONFIG_FILES data/mime/Makefile" ;;25716 "data/mime/Makefile") CONFIG_FILES="$CONFIG_FILES data/mime/Makefile" ;;
25666 "data/desktop/Makefile") CONFIG_FILES="$CONFIG_FILES data/desktop/Makefile" ;;25717 "data/desktop/Makefile") CONFIG_FILES="$CONFIG_FILES data/desktop/Makefile" ;;
@@ -25674,6 +25725,7 @@
25674 "src/plugins/sample/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sample/Makefile" ;;25725 "src/plugins/sample/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sample/Makefile" ;;
25675 "src/plugins/notify/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/notify/Makefile" ;;25726 "src/plugins/notify/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/notify/Makefile" ;;
25676 "src/plugins/tray/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/tray/Makefile" ;;25727 "src/plugins/tray/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/tray/Makefile" ;;
25728 "src/plugins/mpris2/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/mpris2/Makefile" ;;
25677 "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;25729 "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
25678 "docs/plugin-api/version.xml") CONFIG_FILES="$CONFIG_FILES docs/plugin-api/version.xml" ;;25730 "docs/plugin-api/version.xml") CONFIG_FILES="$CONFIG_FILES docs/plugin-api/version.xml" ;;
25679 "docs/plugin-api/Makefile") CONFIG_FILES="$CONFIG_FILES docs/plugin-api/Makefile" ;;25731 "docs/plugin-api/Makefile") CONFIG_FILES="$CONFIG_FILES docs/plugin-api/Makefile" ;;
@@ -27238,6 +27290,7 @@
27238 Debug: $enable_debug27290 Debug: $enable_debug
27239 Building plugin api docs: ${enable_gtk_doc}27291 Building plugin api docs: ${enable_gtk_doc}
27240 GStreamer API version: ${gstreamer_api_version}27292 GStreamer API version: ${gstreamer_api_version}
27293 GTK+ version: GTK+-3
2724127294
27242 Optional dependencies:27295 Optional dependencies:
27243 ======================27296 ======================
@@ -27247,6 +27300,7 @@
27247 =================27300 =================
27248 Notify: ${ac_notify_plugin}27301 Notify: ${ac_notify_plugin}
27249 System Tray icon: ${ac_tray_plugin}27302 System Tray icon: ${ac_tray_plugin}
27303 MPRIS2: ${ac_mpris2_plugin}
2725027304
27251------------------------------------------------------27305------------------------------------------------------
2725227306
2725327307
=== modified file 'configure.ac'
--- configure.ac 2013-12-05 21:58:41 +0000
+++ configure.ac 2014-01-30 07:12:45 +0000
@@ -4,16 +4,16 @@
4dnl4dnl
55
6m4_define([intltool_minimum_version], [0.31])6m4_define([intltool_minimum_version], [0.31])
7m4_define([parole_verinfo], [0:5:4])7m4_define([parole_verinfo], [0:6:0])
8m4_define([parole_version_api], [0])8m4_define([parole_version_api], [0])
9m4_define([parole_version_major], [0])9m4_define([parole_version_major], [0])
10m4_define([parole_version_minor], [5])10m4_define([parole_version_minor], [6])
11m4_define([parole_version_micro], [4])11m4_define([parole_version_micro], [0])
12m4_define([parole_version_build], [])12m4_define([parole_version_build], [])
13m4_define([parole_version_tag], [])13m4_define([parole_version_tag], [])
14m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])14m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
1515
16AC_INIT([parole], [parole_version], [aliov@xfce.org])16AC_INIT([parole], [parole_version], [http://docs.xfce.org/apps/parole/bugs])
17AC_PREREQ(2.59c)17AC_PREREQ(2.59c)
1818
19AC_CONFIG_MACRO_DIR([m4])19AC_CONFIG_MACRO_DIR([m4])
@@ -22,13 +22,13 @@
22AM_CONFIG_HEADER([config.h])22AM_CONFIG_HEADER([config.h])
2323
24if test x${enable_gtk_doc} = x"yes"; then 24if test x${enable_gtk_doc} = x"yes"; then
25 AM_MAINTAINER_MODE([enable])25 AM_MAINTAINER_MODE([enable])
26else26else
27 if test x${enable_debug} != x"no"; then 27 if test x${enable_debug} != x"no"; then
28 AM_MAINTAINER_MODE([enable])28 AM_MAINTAINER_MODE([enable])
29 else29 else
30 AM_MAINTAINER_MODE()30 AM_MAINTAINER_MODE()
31 fi31 fi
32fi32fi
3333
34m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])34m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -46,14 +46,14 @@
46AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])46AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
4747
48# ===================================================== #48# ===================================================== #
49# Initialize libtool #49# Initialize libtool #
50# ===================================================== #50# ===================================================== #
51LT_PREREQ([2.2.6])51LT_PREREQ([2.2.6])
52LT_INIT([disable-static])52LT_INIT([disable-static])
53m4_ifdef([LT_OUTPUT], [LT_OUTPUT])53m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
5454
55# ===================================================== #55# ===================================================== #
56# Version information #56# Version information #
57# ===================================================== #57# ===================================================== #
58PAROLE_VERINFO=parole_verinfo()58PAROLE_VERINFO=parole_verinfo()
59PAROLE_VERSION_API=parole_version_api()59PAROLE_VERSION_API=parole_version_api()
@@ -66,34 +66,34 @@
66AC_SUBST([PAROLE_VERSION_MINOR])66AC_SUBST([PAROLE_VERSION_MINOR])
67AC_SUBST([PAROLE_VERSION_MICRO])67AC_SUBST([PAROLE_VERSION_MICRO])
6868
69# ==================================================== #69# ===================================================== #
70# Check for headers needed for standard interfaces #70# Check for headers needed for standard interfaces #
71# ==================================================== #71# ===================================================== #
72AC_HEADER_STDC72AC_HEADER_STDC
73AC_CHECK_HEADERS([errno.h signal.h stddef.h sys/ioctl.h fcntl.h\73AC_CHECK_HEADERS([errno.h signal.h stddef.h sys/ioctl.h fcntl.h\
74 string.h sys/stat.h sys/types.h sys/wait.h time.h \74 string.h sys/stat.h sys/types.h sys/wait.h time.h \
75 unistd.h])75 unistd.h])
7676
77# ===================================================== #77# ===================================================== #
78# Check for i18n support #78# Check for i18n support #
79# ===================================================== #79# ===================================================== #
8080
81XDT_I18N([ar ast bg ca cs da de el en_AU en_GB es eu fr gl he hr hu id is it ja kk ko lt lv nl nn pl pt_BR pt ru sk sr sv te tr ug uk zh_CN zh_TW ])81XDT_I18N([ar ast bg ca cs da de el en_AU en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv nl nn oc pl pt_BR pt ru sk sr sv te tr ug uk zh_CN zh_TW ])
8282
83#==================================================== #83# ===================================================== #
84# Check for required packages #84# Check for required packages #
85#=====================================================#85# ===================================================== #
86m4_define([gtk_minimum_version], [2.24.0])86m4_define([gtk_minimum_version], [3.2.0])
87m4_define([glib_minimum_version], [2.32.0])87m4_define([glib_minimum_version], [2.32.0])
8888
89dnl gstreamer version89dnl gstreamer version
90AC_ARG_WITH([gstreamer],90AC_ARG_WITH([gstreamer],
91 [AS_HELP_STRING([--with-gstreamer=0.10|1.0],[which gstreamer version to compile against (default: 0.10)])],91 [AS_HELP_STRING([--with-gstreamer=0.10|1.0],[which gstreamer version to compile against (default: 1.0)])],
92 [case "$with_gstreamer" in92 [case "$with_gstreamer" in
93 0.10|1.0) ;;93 0.10|1.0) ;;
94 *) AC_MSG_ERROR([invalid gstreamer version specified]) ;;94 *) AC_MSG_ERROR([invalid gstreamer version specified]) ;;
95 esac],95 esac],
96 [with_gstreamer=0.10]96 [with_gstreamer=1.0]
97)97)
9898
99case "$with_gstreamer" in99case "$with_gstreamer" in
@@ -115,18 +115,29 @@
115m4_define([dbus_minimum_version], [0.60])115m4_define([dbus_minimum_version], [0.60])
116m4_define([dbus_glib_minimum_version], [0.70])116m4_define([dbus_glib_minimum_version], [0.70])
117117
118m4_define([libxfce4ui_minimum_version],[4.8.0])118m4_define([libxfce4ui_minimum_version],[4.10.0])
119m4_define([libxfce4util_minimum_version],[4.8.0])119m4_define([libxfce4util_minimum_version],[4.10.0])
120120
121m4_define([libnotify_minimum_version], [0.4.1])121m4_define([libnotify_minimum_version], [0.4.1])
122122
123XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [gtk_minimum_version])
124XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [glib_minimum_version])123XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [glib_minimum_version])
125XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [glib_minimum_version])124XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [glib_minimum_version])
126XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [glib_minimum_version])125XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [glib_minimum_version])
127XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [glib_minimum_version])126XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [glib_minimum_version])
128XDT_CHECK_PACKAGE([GIO], [gio-2.0], [glib_minimum_version])127XDT_CHECK_PACKAGE([GIO], [gio-2.0], [glib_minimum_version])
129128
129XDT_CHECK_PACKAGE([DBUS], [dbus-1], [dbus_minimum_version])
130XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [dbus_glib_minimum_version])
131
132XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0],[libxfce4util_minimum_version])
133XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0])
134
135dnl ************************************
136dnl *** Compile against GTK3 ***
137dnl ************************************
138XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.10.0])
139XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.2.0])
140
130XDT_CHECK_PACKAGE([GST], [gstreamer-${gstreamer_api_version}], [${gstreamer_minimum_version}])141XDT_CHECK_PACKAGE([GST], [gstreamer-${gstreamer_api_version}], [${gstreamer_minimum_version}])
131XDT_CHECK_PACKAGE([GST_BASE], [gstreamer-base-${gstreamer_api_version}], [${gstreamer_minimum_version}])142XDT_CHECK_PACKAGE([GST_BASE], [gstreamer-base-${gstreamer_api_version}], [${gstreamer_minimum_version}])
132XDT_CHECK_PACKAGE([GST_VIDEO], [gstreamer-video-${gstreamer_api_version}], [${gstreamer_minimum_version}])143XDT_CHECK_PACKAGE([GST_VIDEO], [gstreamer-video-${gstreamer_api_version}], [${gstreamer_minimum_version}])
@@ -139,33 +150,14 @@
139 GST_LIBS="$GST_LIBS -lgstbase-$GST_API_VERSION -lgstvideo-$GST_API_VERSION -lgstaudio-$GST_API_VERSION -lgstpbutils-$GST_API_VERSION -lgsttag-$GST_API_VERSION"150 GST_LIBS="$GST_LIBS -lgstbase-$GST_API_VERSION -lgstvideo-$GST_API_VERSION -lgstaudio-$GST_API_VERSION -lgstpbutils-$GST_API_VERSION -lgsttag-$GST_API_VERSION"
140fi151fi
141152
142XDT_CHECK_PACKAGE([DBUS], [dbus-1], [dbus_minimum_version])153
143XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [dbus_glib_minimum_version])
144
145XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1],[libxfce4ui_minimum_version])
146XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0],[libxfce4util_minimum_version])
147
148XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0])
149154
150XDT_CHECK_LIBX11()155XDT_CHECK_LIBX11()
151156
152#=======================================================#
153# Gtkrc files #
154#=======================================================#
155if test "x${prefix}" = "xNONE"; then
156 AC_DEFINE_UNQUOTED(GTKRC_DIR, "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/gtk-2.0", [gtkrc directory])
157 gtkrcdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/gtk-2.0"
158else
159 AC_DEFINE_UNQUOTED(GTKRC_DIR, "${prefix}/${DATADIRNAME}/${PACKAGE}/gtk-2.0", [pixmaps directory])
160 gtkrcdir="${prefix}/${DATADIRNAME}/${PACKAGE}/gtk-2.0"
161fi
162
163AC_SUBST(gtkrcdir)
164
165# Taken from Gnome system tools157# Taken from Gnome system tools
166#=======================================================#158# ===================================================== #
167# Pixmaps files #159# Pixmaps files #
168#=======================================================#160# ===================================================== #
169if test "x${prefix}" = "xNONE"; then161if test "x${prefix}" = "xNONE"; then
170 AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps", [pixmaps directory])162 AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps", [pixmaps directory])
171 pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"163 pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
@@ -176,9 +168,9 @@
176168
177AC_SUBST(pixmapsdir)169AC_SUBST(pixmapsdir)
178170
179#=======================================================#171# ===================================================== #
180# Check XF86keysysm #172# Check XF86keysysm #
181#=======================================================#173# ===================================================== #
182# Check for the AudioPlay sym other should exist174# Check for the AudioPlay sym other should exist
183# if this one exists.175# if this one exists.
184AC_CHECK_DECL(XF86XK_AudioPlay,have_XF86XK_AudioPlay=1,have_XF86XK_AudioPlay=0,[#include <X11/XF86keysym.h>])176AC_CHECK_DECL(XF86XK_AudioPlay,have_XF86XK_AudioPlay=1,have_XF86XK_AudioPlay=0,[#include <X11/XF86keysym.h>])
@@ -186,9 +178,9 @@
186 AC_DEFINE(HAVE_XF86_KEYSYM, 1, [Define if XF86keysysm.h is available])178 AC_DEFINE(HAVE_XF86_KEYSYM, 1, [Define if XF86keysysm.h is available])
187fi179fi
188180
189#=======================================================#181# ===================================================== #
190# TagLib support #182# TagLib support #
191#=======================================================#183# ===================================================== #
192TAGLIB_FOUND="no"184TAGLIB_FOUND="no"
193XDT_CHECK_OPTIONAL_PACKAGE([TAGLIB], 185XDT_CHECK_OPTIONAL_PACKAGE([TAGLIB],
194 [taglib], [1.4],186 [taglib], [1.4],
@@ -202,17 +194,17 @@
202[194[
203 AC_CHECK_HEADER([taglib/tag_c.h],195 AC_CHECK_HEADER([taglib/tag_c.h],
204 [196 [
205 TAGLIBC_LIBS="-ltag_c"197 TAGLIBC_LIBS="-ltag_c"
206 AC_DEFINE([HAVE_TAGLIBC], [1], [Define to 1 if tag_c is found])198 AC_DEFINE([HAVE_TAGLIBC], [1], [Define to 1 if tag_c is found])
207 ])199 ])
208], [-lm])200], [-lm])
209AC_SUBST([TAGLIBC_CFLAGS])201AC_SUBST([TAGLIBC_CFLAGS])
210AC_SUBST([TAGLIBC_LIBS])202AC_SUBST([TAGLIBC_LIBS])
211fi203fi
212204
213#=======================================================#205# ===================================================== #
214# Check plugins to build #206# Check plugins to build #
215#=======================================================#207# ===================================================== #
216208
217# Notify plugin.209# Notify plugin.
218#--------------------------210#--------------------------
@@ -224,8 +216,8 @@
224# Depends on Libnotify - if not found cannot build216# Depends on Libnotify - if not found cannot build
225LIBNOTIFY_FOUND="no"217LIBNOTIFY_FOUND="no"
226if test x"$ac_notify_plugin" = x"yes"; then218if test x"$ac_notify_plugin" = x"yes"; then
227 XDT_CHECK_PACKAGE([LIBNOTIFY],219 XDT_CHECK_PACKAGE([LIBNOTIFY],
228 [libnotify], [libnotify_minimum_version]) 220 [libnotify], [libnotify_minimum_version])
229fi221fi
230222
231# Tray plugin.223# Tray plugin.
@@ -236,20 +228,27 @@
236AM_CONDITIONAL([PAROLE_TRAY_PLUGIN], [test x"$ac_tray_plugin" = x"yes"])228AM_CONDITIONAL([PAROLE_TRAY_PLUGIN], [test x"$ac_tray_plugin" = x"yes"])
237AC_MSG_RESULT([$ac_tray_plugin])229AC_MSG_RESULT([$ac_tray_plugin])
238230
239#=======================================================#231# MPRIS2 plugin.
240# Check for debugging support #232#--------------------------
241#=======================================================#233AC_ARG_ENABLE([mpris2-plugin], AC_HELP_STRING([--disable-mpris2-plugin], [Don't build parole mpris2 plugin]),
234 [ac_mpris2_plugin=$enableval], [ac_mpris2_plugin=yes])
235AC_MSG_CHECKING([whether to build the mpris2 plugin])
236AM_CONDITIONAL([PAROLE_MPRIS2_PLUGIN], [test x"$ac_mpris2_plugin" = x"yes"])
237AC_MSG_RESULT([$ac_mpris2_plugin])
238
239# ===================================================== #
240# Check for debugging support #
241# ===================================================== #
242XDT_FEATURE_DEBUG()242XDT_FEATURE_DEBUG()
243243
244#=======================================================#244# ===================================================== #
245# Check for Gtk doc #245# Check for Gtk doc #
246#=======================================================#246# ===================================================== #
247GTK_DOC_CHECK(1.9)247GTK_DOC_CHECK(1.9)
248248
249AC_OUTPUT([249AC_OUTPUT([
250Makefile250Makefile
251data/Makefile251data/Makefile
252data/gtk-2.0/Makefile
253data/pixmaps/Makefile252data/pixmaps/Makefile
254data/interfaces/Makefile253data/interfaces/Makefile
255data/icons/Makefile254data/icons/Makefile
@@ -257,6 +256,8 @@
257data/icons/24x24/Makefile256data/icons/24x24/Makefile
258data/icons/32x32/Makefile257data/icons/32x32/Makefile
259data/icons/48x48/Makefile258data/icons/48x48/Makefile
259data/icons/64x64/Makefile
260data/icons/128x128/Makefile
260data/icons/scalable/Makefile261data/icons/scalable/Makefile
261data/mime/Makefile262data/mime/Makefile
262data/desktop/Makefile263data/desktop/Makefile
@@ -270,6 +271,7 @@
270src/plugins/sample/Makefile271src/plugins/sample/Makefile
271src/plugins/notify/Makefile272src/plugins/notify/Makefile
272src/plugins/tray/Makefile273src/plugins/tray/Makefile
274src/plugins/mpris2/Makefile
273docs/Makefile275docs/Makefile
274docs/plugin-api/version.xml276docs/plugin-api/version.xml
275docs/plugin-api/Makefile277docs/plugin-api/Makefile
@@ -288,6 +290,7 @@
288 Debug: $enable_debug290 Debug: $enable_debug
289 Building plugin api docs: ${enable_gtk_doc}291 Building plugin api docs: ${enable_gtk_doc}
290 GStreamer API version: ${gstreamer_api_version}292 GStreamer API version: ${gstreamer_api_version}
293 GTK+ version: GTK+-3
291294
292 Optional dependencies:295 Optional dependencies:
293 ======================296 ======================
@@ -297,6 +300,7 @@
297 =================300 =================
298 Notify: ${ac_notify_plugin}301 Notify: ${ac_notify_plugin}
299 System Tray icon: ${ac_tray_plugin}302 System Tray icon: ${ac_tray_plugin}
303 MPRIS2: ${ac_mpris2_plugin}
300304
301------------------------------------------------------305------------------------------------------------------
302306
303307
=== modified file 'data/Makefile.am'
--- data/Makefile.am 2013-03-07 14:04:30 +0000
+++ data/Makefile.am 2014-01-30 07:12:45 +0000
@@ -1,5 +1,4 @@
1SUBDIRS = \1SUBDIRS = \
2 gtk-2.0 \
3 interfaces \2 interfaces \
4 pixmaps \3 pixmaps \
5 icons \4 icons \
65
=== modified file 'data/Makefile.in'
--- data/Makefile.in 2013-12-05 21:58:41 +0000
+++ data/Makefile.in 2014-01-30 07:12:45 +0000
@@ -1,4 +1,4 @@
1# Makefile.in generated by automake 1.13.3 from Makefile.am.1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -384,7 +384,6 @@
384docdir = @docdir@384docdir = @docdir@
385dvidir = @dvidir@385dvidir = @dvidir@
386exec_prefix = @exec_prefix@386exec_prefix = @exec_prefix@
387gtkrcdir = @gtkrcdir@
388host = @host@387host = @host@
389host_alias = @host_alias@388host_alias = @host_alias@
390host_cpu = @host_cpu@389host_cpu = @host_cpu@
@@ -417,7 +416,6 @@
417top_builddir = @top_builddir@416top_builddir = @top_builddir@
418top_srcdir = @top_srcdir@417top_srcdir = @top_srcdir@
419SUBDIRS = \418SUBDIRS = \
420 gtk-2.0 \
421 interfaces \419 interfaces \
422 pixmaps \420 pixmaps \
423 icons \421 icons \
424422
=== modified file 'data/desktop/Makefile.in'
--- data/desktop/Makefile.in 2013-12-05 21:58:41 +0000
+++ data/desktop/Makefile.in 2014-01-30 07:12:45 +0000
@@ -1,4 +1,4 @@
1# Makefile.in generated by automake 1.13.3 from Makefile.am.1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@2# @configure_input@
33
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -354,7 +354,6 @@
354docdir = @docdir@354docdir = @docdir@
355dvidir = @dvidir@355dvidir = @dvidir@
356exec_prefix = @exec_prefix@356exec_prefix = @exec_prefix@
357gtkrcdir = @gtkrcdir@
358host = @host@357host = @host@
359host_alias = @host_alias@358host_alias = @host_alias@
360host_cpu = @host_cpu@359host_cpu = @host_cpu@
361360
=== modified file 'data/desktop/desktop.sh'
--- data/desktop/desktop.sh 2013-03-07 14:04:30 +0000
+++ data/desktop/desktop.sh 2014-01-30 07:12:45 +0000
@@ -17,18 +17,18 @@
17echo "[Desktop Action Play]"17echo "[Desktop Action Play]"
18echo "Exec=parole --play"18echo "Exec=parole --play"
19echo "_Name=Play/Pause"19echo "_Name=Play/Pause"
20echo "Icon=media-playback-start"20echo "Icon=media-playback-start-symbolic"
21echo "OnlyShowIn=Unity;"21echo "OnlyShowIn=Unity;"
22echo ""22echo ""
23echo "[Desktop Action Previous]"23echo "[Desktop Action Previous]"
24echo "Exec=parole --previous-track"24echo "Exec=parole --previous"
25echo "_Name=Previous Track"25echo "_Name=Previous Track"
26echo "Icon=media-skip-backward"26echo "Icon=media-skip-backward-symbolic"
27echo "OnlyShowIn=Unity;"27echo "OnlyShowIn=Unity;"
28echo ""28echo ""
29echo "[Desktop Action Next]"29echo "[Desktop Action Next]"
30echo "Exec=parole --next-track"30echo "Exec=parole --next"
31echo "_Name=Next Track"31echo "_Name=Next Track"
32echo "Icon=media-skip-forward"32echo "Icon=media-skip-forward-symbolic"
33echo "OnlyShowIn=Unity;"33echo "OnlyShowIn=Unity;"
34echo ""
35\ No newline at end of file34\ No newline at end of file
35echo ""
3636
=== modified file 'data/desktop/parole.desktop.in.in'
--- data/desktop/parole.desktop.in.in 2013-03-07 14:04:30 +0000
+++ data/desktop/parole.desktop.in.in 2014-01-30 07:12:45 +0000
@@ -13,17 +13,17 @@
13[Desktop Action Play]13[Desktop Action Play]
14Exec=parole --play14Exec=parole --play
15_Name=Play/Pause15_Name=Play/Pause
16Icon=media-playback-start16Icon=media-playback-start-symbolic
17OnlyShowIn=Unity;17OnlyShowIn=Unity;
1818
19[Desktop Action Previous]19[Desktop Action Previous]
20Exec=parole --previous-track20Exec=parole --previous
21_Name=Previous Track21_Name=Previous Track
22Icon=media-skip-backward22Icon=media-skip-backward-symbolic
23OnlyShowIn=Unity;23OnlyShowIn=Unity;
2424
25[Desktop Action Next]25[Desktop Action Next]
26Exec=parole --next-track26Exec=parole --next
27_Name=Next Track27_Name=Next Track
28Icon=media-skip-forward28Icon=media-skip-forward-symbolic
29OnlyShowIn=Unity;29OnlyShowIn=Unity;
3030
=== removed directory 'data/gtk-2.0'
=== removed file 'data/gtk-2.0/Makefile.am'
--- data/gtk-2.0/Makefile.am 2013-03-07 14:04:30 +0000
+++ data/gtk-2.0/Makefile.am 1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
1EXTRA_DIST = \
2 $(gtkrc_DATA)
3
4gtkrcdir = $(datadir)/parole/gtk-2.0
5
6gtkrc_DATA = \
7 parole.gtkrc
80
=== removed file 'data/gtk-2.0/Makefile.in'
--- data/gtk-2.0/Makefile.in 2013-12-05 21:58:41 +0000
+++ data/gtk-2.0/Makefile.in 1970-01-01 00:00:00 +0000
@@ -1,612 +0,0 @@
1# Makefile.in generated by automake 1.13.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = data/gtk-2.0
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86 $(ACLOCAL_M4)
87mkinstalldirs = $(install_sh) -d
88CONFIG_HEADER = $(top_builddir)/config.h
89CONFIG_CLEAN_FILES =
90CONFIG_CLEAN_VPATH_FILES =
91AM_V_P = $(am__v_P_@AM_V@)
92am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
93am__v_P_0 = false
94am__v_P_1 = :
95AM_V_GEN = $(am__v_GEN_@AM_V@)
96am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
97am__v_GEN_0 = @echo " GEN " $@;
98am__v_GEN_1 =
99AM_V_at = $(am__v_at_@AM_V@)
100am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
101am__v_at_0 = @
102am__v_at_1 =
103SOURCES =
104DIST_SOURCES =
105am__can_run_installinfo = \
106 case $$AM_UPDATE_INFO_DIR in \
107 n|no|NO) false;; \
108 *) (install-info --version) >/dev/null 2>&1;; \
109 esac
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113 *) f=$$p;; \
114 esac;
115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116am__install_max = 40
117am__nobase_strip_setup = \
118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119am__nobase_strip = \
120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121am__nobase_list = $(am__nobase_strip_setup); \
122 for p in $$list; do echo "$$p $$p"; done | \
123 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125 if (++n[$$2] == $(am__install_max)) \
126 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127 END { for (dir in files) print dir, files[dir] }'
128am__base_list = \
129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131am__uninstall_files_from_dir = { \
132 test -z "$$files" \
133 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135 $(am__cd) "$$dir" && rm -f $$files; }; \
136 }
137am__installdirs = "$(DESTDIR)$(gtkrcdir)"
138DATA = $(gtkrc_DATA)
139am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141ACLOCAL = @ACLOCAL@
142ALL_LINGUAS = @ALL_LINGUAS@
143AMTAR = @AMTAR@
144AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145AR = @AR@
146AUTOCONF = @AUTOCONF@
147AUTOHEADER = @AUTOHEADER@
148AUTOMAKE = @AUTOMAKE@
149AWK = @AWK@
150CATALOGS = @CATALOGS@
151CATOBJEXT = @CATOBJEXT@
152CC = @CC@
153CCDEPMODE = @CCDEPMODE@
154CFLAGS = @CFLAGS@
155CPP = @CPP@
156CPPFLAGS = @CPPFLAGS@
157CXX = @CXX@
158CXXCPP = @CXXCPP@
159CXXDEPMODE = @CXXDEPMODE@
160CXXFLAGS = @CXXFLAGS@
161CYGPATH_W = @CYGPATH_W@
162DATADIRNAME = @DATADIRNAME@
163DBUS_CFLAGS = @DBUS_CFLAGS@
164DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
165DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
166DBUS_GLIB_REQUIRED_VERSION = @DBUS_GLIB_REQUIRED_VERSION@
167DBUS_GLIB_VERSION = @DBUS_GLIB_VERSION@
168DBUS_LIBS = @DBUS_LIBS@
169DBUS_REQUIRED_VERSION = @DBUS_REQUIRED_VERSION@
170DBUS_VERSION = @DBUS_VERSION@
171DEFS = @DEFS@
172DEPDIR = @DEPDIR@
173DLLTOOL = @DLLTOOL@
174DSYMUTIL = @DSYMUTIL@
175DUMPBIN = @DUMPBIN@
176ECHO_C = @ECHO_C@
177ECHO_N = @ECHO_N@
178ECHO_T = @ECHO_T@
179EGREP = @EGREP@
180EXEEXT = @EXEEXT@
181FGREP = @FGREP@
182GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
183GIO_CFLAGS = @GIO_CFLAGS@
184GIO_LIBS = @GIO_LIBS@
185GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@
186GIO_VERSION = @GIO_VERSION@
187GLIB_CFLAGS = @GLIB_CFLAGS@
188GLIB_LIBS = @GLIB_LIBS@
189GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
190GLIB_VERSION = @GLIB_VERSION@
191GMODULE_CFLAGS = @GMODULE_CFLAGS@
192GMODULE_LIBS = @GMODULE_LIBS@
193GMODULE_REQUIRED_VERSION = @GMODULE_REQUIRED_VERSION@
194GMODULE_VERSION = @GMODULE_VERSION@
195GMOFILES = @GMOFILES@
196GMSGFMT = @GMSGFMT@
197GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
198GOBJECT_LIBS = @GOBJECT_LIBS@
199GOBJECT_REQUIRED_VERSION = @GOBJECT_REQUIRED_VERSION@
200GOBJECT_VERSION = @GOBJECT_VERSION@
201GREP = @GREP@
202GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
203GST_BASE_LIBS = @GST_BASE_LIBS@
204GST_BASE_REQUIRED_VERSION = @GST_BASE_REQUIRED_VERSION@
205GST_BASE_VERSION = @GST_BASE_VERSION@
206GST_CFLAGS = @GST_CFLAGS@
207GST_INTERFACES_CFLAGS = @GST_INTERFACES_CFLAGS@
208GST_INTERFACES_LIBS = @GST_INTERFACES_LIBS@
209GST_INTERFACES_REQUIRED_VERSION = @GST_INTERFACES_REQUIRED_VERSION@
210GST_INTERFACES_VERSION = @GST_INTERFACES_VERSION@
211GST_LIBS = @GST_LIBS@
212GST_PBUTILS_CFLAGS = @GST_PBUTILS_CFLAGS@
213GST_PBUTILS_LIBS = @GST_PBUTILS_LIBS@
214GST_PBUTILS_REQUIRED_VERSION = @GST_PBUTILS_REQUIRED_VERSION@
215GST_PBUTILS_VERSION = @GST_PBUTILS_VERSION@
216GST_REQUIRED_VERSION = @GST_REQUIRED_VERSION@
217GST_VERSION = @GST_VERSION@
218GST_VIDEO_CFLAGS = @GST_VIDEO_CFLAGS@
219GST_VIDEO_LIBS = @GST_VIDEO_LIBS@
220GST_VIDEO_REQUIRED_VERSION = @GST_VIDEO_REQUIRED_VERSION@
221GST_VIDEO_VERSION = @GST_VIDEO_VERSION@
222GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
223GTHREAD_LIBS = @GTHREAD_LIBS@
224GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
225GTHREAD_VERSION = @GTHREAD_VERSION@
226GTKDOC_CHECK = @GTKDOC_CHECK@
227GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
228GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
229GTKDOC_MKPDF = @GTKDOC_MKPDF@
230GTKDOC_REBASE = @GTKDOC_REBASE@
231GTK_CFLAGS = @GTK_CFLAGS@
232GTK_LIBS = @GTK_LIBS@
233GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
234GTK_VERSION = @GTK_VERSION@
235HTML_DIR = @HTML_DIR@
236INSTALL = @INSTALL@
237INSTALL_DATA = @INSTALL_DATA@
238INSTALL_PROGRAM = @INSTALL_PROGRAM@
239INSTALL_SCRIPT = @INSTALL_SCRIPT@
240INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241INSTOBJEXT = @INSTOBJEXT@
242INTLLIBS = @INTLLIBS@
243INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
244INTLTOOL_MERGE = @INTLTOOL_MERGE@
245INTLTOOL_PERL = @INTLTOOL_PERL@
246INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
247INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
248INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
249INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
250INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
251LD = @LD@
252LDFLAGS = @LDFLAGS@
253LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
254LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
255LIBNOTIFY_REQUIRED_VERSION = @LIBNOTIFY_REQUIRED_VERSION@
256LIBNOTIFY_VERSION = @LIBNOTIFY_VERSION@
257LIBOBJS = @LIBOBJS@
258LIBS = @LIBS@
259LIBTOOL = @LIBTOOL@
260LIBX11_CFLAGS = @LIBX11_CFLAGS@
261LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
262LIBX11_LIBS = @LIBX11_LIBS@
263LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
264LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
265LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
266LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
267LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
268LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
269LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
270LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
271LIPO = @LIPO@
272LN_S = @LN_S@
273LTLIBOBJS = @LTLIBOBJS@
274MAINT = @MAINT@
275MAKEINFO = @MAKEINFO@
276MANIFEST_TOOL = @MANIFEST_TOOL@
277MKDIR_P = @MKDIR_P@
278MKINSTALLDIRS = @MKINSTALLDIRS@
279MSGFMT = @MSGFMT@
280MSGFMT_OPTS = @MSGFMT_OPTS@
281MSGMERGE = @MSGMERGE@
282NM = @NM@
283NMEDIT = @NMEDIT@
284OBJDUMP = @OBJDUMP@
285OBJEXT = @OBJEXT@
286OTOOL = @OTOOL@
287OTOOL64 = @OTOOL64@
288PACKAGE = @PACKAGE@
289PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
290PACKAGE_NAME = @PACKAGE_NAME@
291PACKAGE_STRING = @PACKAGE_STRING@
292PACKAGE_TARNAME = @PACKAGE_TARNAME@
293PACKAGE_URL = @PACKAGE_URL@
294PACKAGE_VERSION = @PACKAGE_VERSION@
295PAROLE_VERINFO = @PAROLE_VERINFO@
296PAROLE_VERSION_API = @PAROLE_VERSION_API@
297PAROLE_VERSION_MAJOR = @PAROLE_VERSION_MAJOR@
298PAROLE_VERSION_MICRO = @PAROLE_VERSION_MICRO@
299PAROLE_VERSION_MINOR = @PAROLE_VERSION_MINOR@
300PATH_SEPARATOR = @PATH_SEPARATOR@
301PKG_CONFIG = @PKG_CONFIG@
302PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
303PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
304POFILES = @POFILES@
305POSUB = @POSUB@
306PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
307PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
308RANLIB = @RANLIB@
309SED = @SED@
310SET_MAKE = @SET_MAKE@
311SHELL = @SHELL@
312STRIP = @STRIP@
313TAGLIBC_CFLAGS = @TAGLIBC_CFLAGS@
314TAGLIBC_LIBS = @TAGLIBC_LIBS@
315TAGLIB_CFLAGS = @TAGLIB_CFLAGS@
316TAGLIB_LIBS = @TAGLIB_LIBS@
317TAGLIB_REQUIRED_VERSION = @TAGLIB_REQUIRED_VERSION@
318TAGLIB_VERSION = @TAGLIB_VERSION@
319USE_NLS = @USE_NLS@
320VERSION = @VERSION@
321XFCONF_CFLAGS = @XFCONF_CFLAGS@
322XFCONF_LIBS = @XFCONF_LIBS@
323XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
324XFCONF_VERSION = @XFCONF_VERSION@
325XGETTEXT = @XGETTEXT@
326XGETTEXT_ARGS = @XGETTEXT_ARGS@
327XMKMF = @XMKMF@
328X_CFLAGS = @X_CFLAGS@
329X_EXTRA_LIBS = @X_EXTRA_LIBS@
330X_LIBS = @X_LIBS@
331X_PRE_LIBS = @X_PRE_LIBS@
332abs_builddir = @abs_builddir@
333abs_srcdir = @abs_srcdir@
334abs_top_builddir = @abs_top_builddir@
335abs_top_srcdir = @abs_top_srcdir@
336ac_ct_AR = @ac_ct_AR@
337ac_ct_CC = @ac_ct_CC@
338ac_ct_CXX = @ac_ct_CXX@
339ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340am__include = @am__include@
341am__leading_dot = @am__leading_dot@
342am__quote = @am__quote@
343am__tar = @am__tar@
344am__untar = @am__untar@
345bindir = @bindir@
346build = @build@
347build_alias = @build_alias@
348build_cpu = @build_cpu@
349build_os = @build_os@
350build_vendor = @build_vendor@
351builddir = @builddir@
352datadir = @datadir@
353datarootdir = @datarootdir@
354docdir = @docdir@
355dvidir = @dvidir@
356exec_prefix = @exec_prefix@
357gtkrcdir = $(datadir)/parole/gtk-2.0
358host = @host@
359host_alias = @host_alias@
360host_cpu = @host_cpu@
361host_os = @host_os@
362host_vendor = @host_vendor@
363htmldir = @htmldir@
364includedir = @includedir@
365infodir = @infodir@
366install_sh = @install_sh@
367intltool__v_merge_options_ = @intltool__v_merge_options_@
368intltool__v_merge_options_0 = @intltool__v_merge_options_0@
369libdir = @libdir@
370libexecdir = @libexecdir@
371localedir = @localedir@
372localstatedir = @localstatedir@
373mandir = @mandir@
374mkdir_p = @mkdir_p@
375oldincludedir = @oldincludedir@
376pdfdir = @pdfdir@
377pixmapsdir = @pixmapsdir@
378prefix = @prefix@
379program_transform_name = @program_transform_name@
380psdir = @psdir@
381sbindir = @sbindir@
382sharedstatedir = @sharedstatedir@
383srcdir = @srcdir@
384sysconfdir = @sysconfdir@
385target_alias = @target_alias@
386top_build_prefix = @top_build_prefix@
387top_builddir = @top_builddir@
388top_srcdir = @top_srcdir@
389EXTRA_DIST = \
390 $(gtkrc_DATA)
391
392gtkrc_DATA = \
393 parole.gtkrc
394
395all: all-am
396
397.SUFFIXES:
398$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
399 @for dep in $?; do \
400 case '$(am__configure_deps)' in \
401 *$$dep*) \
402 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
403 && { if test -f $@; then exit 0; else break; fi; }; \
404 exit 1;; \
405 esac; \
406 done; \
407 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/gtk-2.0/Makefile'; \
408 $(am__cd) $(top_srcdir) && \
409 $(AUTOMAKE) --gnu data/gtk-2.0/Makefile
410.PRECIOUS: Makefile
411Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
412 @case '$?' in \
413 *config.status*) \
414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
415 *) \
416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
417 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
418 esac;
419
420$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422
423$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
424 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
426 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427$(am__aclocal_m4_deps):
428
429mostlyclean-libtool:
430 -rm -f *.lo
431
432clean-libtool:
433 -rm -rf .libs _libs
434install-gtkrcDATA: $(gtkrc_DATA)
435 @$(NORMAL_INSTALL)
436 @list='$(gtkrc_DATA)'; test -n "$(gtkrcdir)" || list=; \
437 if test -n "$$list"; then \
438 echo " $(MKDIR_P) '$(DESTDIR)$(gtkrcdir)'"; \
439 $(MKDIR_P) "$(DESTDIR)$(gtkrcdir)" || exit 1; \
440 fi; \
441 for p in $$list; do \
442 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
443 echo "$$d$$p"; \
444 done | $(am__base_list) | \
445 while read files; do \
446 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkrcdir)'"; \
447 $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkrcdir)" || exit $$?; \
448 done
449
450uninstall-gtkrcDATA:
451 @$(NORMAL_UNINSTALL)
452 @list='$(gtkrc_DATA)'; test -n "$(gtkrcdir)" || list=; \
453 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
454 dir='$(DESTDIR)$(gtkrcdir)'; $(am__uninstall_files_from_dir)
455tags TAGS:
456
457ctags CTAGS:
458
459cscope cscopelist:
460
461
462distdir: $(DISTFILES)
463 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465 list='$(DISTFILES)'; \
466 dist_files=`for file in $$list; do echo $$file; done | \
467 sed -e "s|^$$srcdirstrip/||;t" \
468 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
469 case $$dist_files in \
470 */*) $(MKDIR_P) `echo "$$dist_files" | \
471 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
472 sort -u` ;; \
473 esac; \
474 for file in $$dist_files; do \
475 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476 if test -d $$d/$$file; then \
477 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
478 if test -d "$(distdir)/$$file"; then \
479 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480 fi; \
481 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
482 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
483 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484 fi; \
485 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
486 else \
487 test -f "$(distdir)/$$file" \
488 || cp -p $$d/$$file "$(distdir)/$$file" \
489 || exit 1; \
490 fi; \
491 done
492check-am: all-am
493check: check-am
494all-am: Makefile $(DATA)
495installdirs:
496 for dir in "$(DESTDIR)$(gtkrcdir)"; do \
497 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
498 done
499install: install-am
500install-exec: install-exec-am
501install-data: install-data-am
502uninstall: uninstall-am
503
504install-am: all-am
505 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
506
507installcheck: installcheck-am
508install-strip:
509 if test -z '$(STRIP)'; then \
510 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512 install; \
513 else \
514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
517 fi
518mostlyclean-generic:
519
520clean-generic:
521
522distclean-generic:
523 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
524 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
525
526maintainer-clean-generic:
527 @echo "This command is intended for maintainers to use"
528 @echo "it deletes files that may require special tools to rebuild."
529clean: clean-am
530
531clean-am: clean-generic clean-libtool mostlyclean-am
532
533distclean: distclean-am
534 -rm -f Makefile
535distclean-am: clean-am distclean-generic
536
537dvi: dvi-am
538
539dvi-am:
540
541html: html-am
542
543html-am:
544
545info: info-am
546
547info-am:
548
549install-data-am: install-gtkrcDATA
550
551install-dvi: install-dvi-am
552
553install-dvi-am:
554
555install-exec-am:
556
557install-html: install-html-am
558
559install-html-am:
560
561install-info: install-info-am
562
563install-info-am:
564
565install-man:
566
567install-pdf: install-pdf-am
568
569install-pdf-am:
570
571install-ps: install-ps-am
572
573install-ps-am:
574
575installcheck-am:
576
577maintainer-clean: maintainer-clean-am
578 -rm -f Makefile
579maintainer-clean-am: distclean-am maintainer-clean-generic
580
581mostlyclean: mostlyclean-am
582
583mostlyclean-am: mostlyclean-generic mostlyclean-libtool
584
585pdf: pdf-am
586
587pdf-am:
588
589ps: ps-am
590
591ps-am:
592
593uninstall-am: uninstall-gtkrcDATA
594
595.MAKE: install-am install-strip
596
597.PHONY: all all-am check check-am clean clean-generic clean-libtool \
598 cscopelist-am ctags-am distclean distclean-generic \
599 distclean-libtool distdir dvi dvi-am html html-am info info-am \
600 install install-am install-data install-data-am install-dvi \
601 install-dvi-am install-exec install-exec-am install-gtkrcDATA \
602 install-html install-html-am install-info install-info-am \
603 install-man install-pdf install-pdf-am install-ps \
604 install-ps-am install-strip installcheck installcheck-am \
605 installdirs maintainer-clean maintainer-clean-generic \
606 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
607 ps ps-am tags-am uninstall uninstall-am uninstall-gtkrcDATA
608
609
610# Tell versions [3.59,3.63) of GNU make to not export all variables.
611# Otherwise a system limit (for SysV at least) may be exceeded.
612.NOEXPORT:
6130
=== removed file 'data/gtk-2.0/parole.gtkrc'
--- data/gtk-2.0/parole.gtkrc 2013-03-07 14:04:30 +0000
+++ data/gtk-2.0/parole.gtkrc 1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
1style "parole-fullscreen"
2{
3 fg[NORMAL] = "#EEEEEE"
4 fg[PRELIGHT] = "#FFFFFF"
5
6 bg[NORMAL] = "#000000"
7 bg[ACTIVE] = "#6D6D6D"
8 bg[PRELIGHT] = "#505050"
9 bg[SELECTED] = "#398EE7"
10 bg[INSENSITIVE] = "#C4C4C4"
11}
12
13style "parole-scale" = "parole-fullscreen"
14{
15 bg[NORMAL] = "#CECECE"
16}
17
18widget "*ParoleFullscreen*" style "parole-fullscreen"
19widget "*ParoleFullscreen*ParoleScale*" style "parole-scale"
200
=== added directory 'data/icons/128x128'
=== added file 'data/icons/128x128/Makefile.am'
--- data/icons/128x128/Makefile.am 1970-01-01 00:00:00 +0000
+++ data/icons/128x128/Makefile.am 2014-01-30 07:12:45 +0000
@@ -0,0 +1,7 @@
1EXTRA_DIST = \
2 $(Data_DATA)
3
4Datadir = $(datadir)/icons/hicolor/128x128/apps
5
6Data_DATA = \
7 parole.png
08
=== added file 'data/icons/128x128/Makefile.in'
--- data/icons/128x128/Makefile.in 1970-01-01 00:00:00 +0000
+++ data/icons/128x128/Makefile.in 2014-01-30 07:12:45 +0000
@@ -0,0 +1,613 @@
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = data/icons/128x128
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86 $(ACLOCAL_M4)
87mkinstalldirs = $(install_sh) -d
88CONFIG_HEADER = $(top_builddir)/config.h
89CONFIG_CLEAN_FILES =
90CONFIG_CLEAN_VPATH_FILES =
91AM_V_P = $(am__v_P_@AM_V@)
92am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
93am__v_P_0 = false
94am__v_P_1 = :
95AM_V_GEN = $(am__v_GEN_@AM_V@)
96am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
97am__v_GEN_0 = @echo " GEN " $@;
98am__v_GEN_1 =
99AM_V_at = $(am__v_at_@AM_V@)
100am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
101am__v_at_0 = @
102am__v_at_1 =
103SOURCES =
104DIST_SOURCES =
105am__can_run_installinfo = \
106 case $$AM_UPDATE_INFO_DIR in \
107 n|no|NO) false;; \
108 *) (install-info --version) >/dev/null 2>&1;; \
109 esac
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113 *) f=$$p;; \
114 esac;
115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116am__install_max = 40
117am__nobase_strip_setup = \
118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119am__nobase_strip = \
120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121am__nobase_list = $(am__nobase_strip_setup); \
122 for p in $$list; do echo "$$p $$p"; done | \
123 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125 if (++n[$$2] == $(am__install_max)) \
126 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127 END { for (dir in files) print dir, files[dir] }'
128am__base_list = \
129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: