m4_define([intltool_minimum_version], [0.35]) m4_define([parole_verinfo], [0:8:1]) m4_define([parole_version_api], [0]) m4_define([parole_version_major], [1]) m4_define([parole_version_minor], [0]) m4_define([parole_version_micro], [0]) m4_define([parole_version_build], [@REVISION@]) m4_define([parole_version_tag], []) m4_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()])]) AC_INIT([parole], [parole_version], [https://docs.xfce.org/apps/parole/bugs]) AC_PREREQ(2.59c) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip]) AM_CONFIG_HEADER([config.h]) if test x${enable_gtk_doc} = x"yes"; then AM_MAINTAINER_MODE([enable]) else if test x${enable_debug} != x"no"; then AM_MAINTAINER_MODE([enable]) else AM_MAINTAINER_MODE() fi fi m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_USE_SYSTEM_EXTENSIONS() # ===================================================== # # Basic compiler settings # # ===================================================== # AC_PROG_CC() AC_PROG_CXX() AM_PROG_CC_C_O() AC_PROG_LD() AC_PROG_INSTALL() IT_PROG_INTLTOOL([intltool_minimum_version], [no-xml]) # ===================================================== # # Initialize libtool # # ===================================================== # LT_PREREQ([2.2.6]) LT_INIT([disable-static]) m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) # ===================================================== # # Version information # # ===================================================== # PAROLE_VERINFO=parole_verinfo() PAROLE_VERSION_API=parole_version_api() PAROLE_VERSION_MAJOR=parole_version_major() PAROLE_VERSION_MINOR=parole_version_minor() PAROLE_VERSION_MICRO=parole_version_micro() AC_SUBST([PAROLE_VERINFO]) AC_SUBST([PAROLE_VERSION_API]) AC_SUBST([PAROLE_VERSION_MAJOR]) AC_SUBST([PAROLE_VERSION_MINOR]) AC_SUBST([PAROLE_VERSION_MICRO]) dnl define a short version string for parole m4_append([parole_version_short], ["]) m4_append([parole_version_short], [parole_version_major]) m4_append([parole_version_short], [.]) m4_append([parole_version_short], [parole_version_minor]) m4_append([parole_version_short], ["]) dnl define parole's short version (major.minor) AC_DEFINE([PAROLE_VERSION_SHORT], [parole_version_short], [Short version string of parole]) # ===================================================== # # Check for headers needed for standard interfaces # # ===================================================== # AC_HEADER_STDC AC_CHECK_HEADERS([errno.h signal.h stddef.h sys/ioctl.h fcntl.h\ string.h sys/stat.h sys/types.h sys/wait.h time.h \ unistd.h]) # ===================================================== # # Check for i18n support # # ===================================================== # XDT_I18N([@LINGUAS@]) # ===================================================== # # Check for required packages # # ===================================================== # m4_define([gtk_minimum_version], [3.20.0]) m4_define([glib_minimum_version], [2.32.0]) m4_define([clutter_minimum_version], [1.16.4]) m4_define([cluttergtk_minimum_version], [1.4.4]) m4_define([clutter_gtk_blacklist_version], [3.22.0]) m4_define([dbus_minimum_version], [0.60]) m4_define([dbus_glib_minimum_version], [0.70]) m4_define([libxfce4ui_minimum_version],[4.11.0]) m4_define([libxfce4util_minimum_version],[4.10.0]) m4_define([libxfconf_minimum_version], [4.10.0]) m4_define([libnotify_minimum_version], [0.4.1]) XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [glib_minimum_version]) XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [glib_minimum_version]) XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [glib_minimum_version]) XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [glib_minimum_version]) XDT_CHECK_PACKAGE([GIO], [gio-2.0], [glib_minimum_version]) XDT_CHECK_PACKAGE([DBUS], [dbus-1], [dbus_minimum_version]) XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [dbus_glib_minimum_version]) XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0],[libxfce4util_minimum_version]) XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [libxfconf_minimum_version]) dnl ************************************ dnl *** Compile against GTK3 *** dnl ************************************ XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [libxfce4ui_minimum_version]) XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [gtk_minimum_version]) dnl ************************************ dnl *** GStreamer 1.0 *** dnl ************************************ gstreamer_api_version=1.0 gstreamer_minimum_version=1.0.0 GST_API_VERSION=1.0 GST_REQS=1.0.0 GSTPLUG_REQS=1.0.0 XDT_CHECK_PACKAGE([GST], [gstreamer-${gstreamer_api_version}], [${gstreamer_minimum_version}]) XDT_CHECK_PACKAGE([GST_BASE], [gstreamer-base-${gstreamer_api_version}], [${gstreamer_minimum_version}]) XDT_CHECK_PACKAGE([GST_VIDEO], [gstreamer-video-${gstreamer_api_version}], [${gstreamer_minimum_version}]) XDT_CHECK_PACKAGE([GST_PBUTILS], [gstreamer-pbutils-${gstreamer_api_version}], [${gstreamer_minimum_version}]) GST_LIBS="$GST_LIBS -lgstbase-$GST_API_VERSION -lgstvideo-$GST_API_VERSION -lgstaudio-$GST_API_VERSION -lgstpbutils-$GST_API_VERSION -lgsttag-$GST_API_VERSION" XDT_CHECK_LIBX11() # Taken from Gnome system tools # ===================================================== # # Pixmaps files # # ===================================================== # if test "x${prefix}" = "xNONE"; then AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps", [pixmaps directory]) pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" else AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps", [pixmaps directory]) pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" fi AC_SUBST(pixmapsdir) # ===================================================== # # Check XF86keysysm # # ===================================================== # # Check for the AudioPlay sym other should exist # if this one exists. AC_CHECK_DECL(XF86XK_AudioPlay,have_XF86XK_AudioPlay=1,have_XF86XK_AudioPlay=0,[#include ]) if test "x${ac_cv_have_decl_XF86XK_AudioPlay}" != "xno"; then AC_DEFINE(HAVE_XF86_KEYSYM, 1, [Define if XF86keysysm.h is available]) fi # ===================================================== # # Clutter support # # ===================================================== # XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [clutter_gtk_blacklist_version], [ac_clutter=blacklisted], [ AC_ARG_ENABLE([clutter], AC_HELP_STRING([--enable-clutter], [Include clutter backend]), [ac_clutter=$enableval], [ac_clutter=no]) ]) AC_MSG_CHECKING([whether to build the clutter backend]) AM_CONDITIONAL([PAROLE_CLUTTER_BACKEND], [test x"$ac_clutter" = x"yes"]) AC_MSG_RESULT([$ac_clutter]) if test "x$ac_clutter" = "xyes"; then XDT_CHECK_PACKAGE([CLUTTER], [clutter-1.0], [clutter_minimum_version]) XDT_CHECK_PACKAGE([CLUTTERGTK], [clutter-gtk-1.0], [cluttergtk_minimum_version]) AC_DEFINE(HAVE_CLUTTER, 1, [Define to 1 if clutter is found]) fi # ===================================================== # # TagLib support # # ===================================================== # TAGLIB_FOUND="no" XDT_CHECK_OPTIONAL_PACKAGE([TAGLIB], [taglib], [1.4], [taglib], [tag lib], [yes]) if test x"$TAGLIB_FOUND" = x"yes"; then TAGLIBC_LIBS="" TAGLIBC_CFLAGS="" AC_CHECK_LIB([tag_c], [taglib_file_new], [ AC_CHECK_HEADER([taglib/tag_c.h], [ TAGLIBC_LIBS="-ltag_c" AC_DEFINE([HAVE_TAGLIBC], [1], [Define to 1 if tag_c is found]) ]) ], [-lm]) AC_SUBST([TAGLIBC_CFLAGS]) AC_SUBST([TAGLIBC_LIBS]) fi # ===================================================== # # Check plugins to build # # ===================================================== # # Notify plugin. #-------------------------- AC_ARG_ENABLE([notify-plugin], AC_HELP_STRING([--disable-notify-plugin], [Don't build parole notification plugin]), [ac_notify_plugin=$enableval], [ac_notify_plugin=yes]) AC_MSG_CHECKING([whether to build the notification plugin]) AM_CONDITIONAL([PAROLE_NOTIFY_PLUGIN], [test x"$ac_notify_plugin" = x"yes"]) AC_MSG_RESULT([$ac_notify_plugin]) # Depends on Libnotify - if not found cannot build LIBNOTIFY_FOUND="no" if test x"$ac_notify_plugin" = x"yes"; then XDT_CHECK_PACKAGE([LIBNOTIFY], [libnotify], [libnotify_minimum_version]) fi # Tray plugin. #-------------------------- AC_ARG_ENABLE([tray-plugin], AC_HELP_STRING([--disable-tray-plugin], [Don't build parole tray icon plugin]), [ac_tray_plugin=$enableval], [ac_tray_plugin=yes]) AC_MSG_CHECKING([whether to build the system tray plugin]) AM_CONDITIONAL([PAROLE_TRAY_PLUGIN], [test x"$ac_tray_plugin" = x"yes"]) AC_MSG_RESULT([$ac_tray_plugin]) # MPRIS2 plugin. #-------------------------- AC_ARG_ENABLE([mpris2-plugin], AC_HELP_STRING([--disable-mpris2-plugin], [Don't build parole mpris2 plugin]), [ac_mpris2_plugin=$enableval], [ac_mpris2_plugin=yes]) AC_MSG_CHECKING([whether to build the mpris2 plugin]) AM_CONDITIONAL([PAROLE_MPRIS2_PLUGIN], [test x"$ac_mpris2_plugin" = x"yes"]) AC_MSG_RESULT([$ac_mpris2_plugin]) # ===================================================== # # Check for debugging support # # ===================================================== # XDT_FEATURE_DEBUG() # ===================================================== # # Check for Gtk doc # # ===================================================== # GTK_DOC_CHECK(1.9) AC_OUTPUT([ 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 data/appdata/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 ]) echo " ------------------------------------------------------ Parole Media Player $VERSION ==================================== Installation: ============= prefix: $prefix pixmapsdir: $pixmapsdir Debug: $enable_debug Building plugin api docs: ${enable_gtk_doc} GStreamer API version: ${gstreamer_api_version} GTK+ version: GTK+-3 Optional dependencies: ====================== Clutter Backend: ${ac_clutter} Taglib: $TAGLIB_FOUND Plugins to build: ================= Notify: ${ac_notify_plugin} System Tray icon: ${ac_tray_plugin} MPRIS2: ${ac_mpris2_plugin} ------------------------------------------------------ Configuration finished, type make to compile"