mistelix-0.33/0000755000175000017500000000000011516333445013602 5ustar00jordijordi00000000000000mistelix-0.33/README0000644000175000017500000000026711514601512014456 0ustar00jordijordi00000000000000Introduction Mistelix is a DVD authoring application with also Theora slideshow creation capabilities See http://live.gnome.org/Mistelix for instructions on installation and use mistelix-0.33/configure.ac0000644000175000017500000000666511514602213016073 0ustar00jordijordi00000000000000AC_INIT(mistelix, 0.33) AC_CONFIG_SRCDIR(src/mistelix.cs) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([tar-ustar]) AM_MAINTAINER_MODE AC_PROG_INTLTOOL([0.35]) AC_PROG_CC AC_ISC_POSIX AC_HEADER_STDC AM_PROG_LIBTOOL GNOME_COMPILE_WARNINGS AM_PATH_GLIB_2_0 dnl --- Check for mono and gmcs AC_PATH_PROG(MONO, mono) AC_PATH_PROG(MCS, gmcs) CS="C#" if test ! -x "$MCS"; then AC_MSG_ERROR([No $CS compiler found]) fi dnl -- Check for mono pc file AC_MSG_CHECKING([for mono.pc]) if test -z `$PKG_CONFIG --variable=prefix mono`; then AC_MSG_ERROR([missing the mono.pc file, usually found in the mono-devel package]) else AC_MSG_RESULT([found]) fi dnl -- check for various mono DLLs that we need. needed_dlls="Mono.Posix Mono.Cairo" for i in $needed_dlls; do AC_MSG_CHECKING([for $i.dll]) if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/2.0/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/2.0//$i.dll \); then AC_MSG_ERROR([missing required mono 2.0 DLL: $i.dll]) else AC_MSG_RESULT([found]) fi done dnl --- Required libraries dnl --- Required Gstreamer libraries for gstreamer plug-in GSTREAMER_REQUIRED_VERSION=0.10.3 AC_SUBST(GSTREAMER_REQUIRED_VERSION) PKG_CHECK_MODULES(GST, gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION) AC_SUBST(GST_CFLAGS) AC_SUBST(GST_LIBS) # 2.10 is required for Pango / Cairo compatibility GTKSHARP_REQUIRED=2.10 MONO_REQUIRED=1.1.7 PKG_CHECK_MODULES(MISTELIX_CORE, mono >= $MONO_REQUIRED) PKG_CHECK_MODULES(MISTELIX, gtk-sharp-2.0 >= $GTKSHARP_REQUIRED gnome-sharp-2.0 >= $GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3) AC_SUBST(MISTELIX_LIBS) dnl -- Intl GETTEXT_PACKAGE=mistelix AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) AM_GLIB_GNU_GETTEXT LIBGNOME_DESKOP_SO_MAP=$(basename $(find $($PKG_CONFIG --variable=libdir gnome-desktop-2.0) -maxdepth 1 -regex '.*libgnome-desktop-2.so\.[[0-9]][[0-9]]*$' | sort | tail -n 1)) AC_SUBST(LIBGNOME_DESKOP_SO_MAP) dnl --- libmistelix requirements PKG_CHECK_MODULES(LIBMISTELIX, glib-2.0 gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION) LIBMISTELIX_LIBS="$LIBMISTELIX_LIBS -lgstvideo-0.10 -lgstinterfaces-0.10 -lgstcdda-0.10" AC_SUBST(LIBMISTELIX_CFLAGS) AC_SUBST(LIBMISTELIX_LIBS) dnl --- Prologue AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) CSC=gmcs AC_SUBST(CSC) expanded_libdir=`( case $prefix in NONE) prefix=$ac_default_prefix ;; *) ;; esac case $exec_prefix in NONE) exec_prefix=$prefix ;; *) ;; esac eval echo $libdir )` AC_SUBST(expanded_libdir) AC_CONFIG_FILES([src/mistelix],[chmod +x src/mistelix]) GNOME_ICON_THEME_PREFIX=`$PKG_CONFIG --variable=prefix gnome-icon-theme` AC_SUBST(GNOME_ICON_THEME_PREFIX) AC_OUTPUT([ Makefile mistelix.pc data/Makefile data/mistelix.exe.config src/Defines.cs src/Makefile gstreamer/Makefile po/Makefile.in libmistelix/Makefile extensions/Makefile extensions/SlideTransitions/Makefile extensions/SlideTransitions/BarWipe/Makefile extensions/SlideTransitions/BarnDoorWipe/Makefile extensions/SlideTransitions/Fade/Makefile extensions/SlideTransitions/StarWipe/Makefile extensions/Effects/Makefile extensions/Effects/Grayscale/Makefile extensions/Effects/SepiaTone/Makefile ]) mistelix-0.33/aclocal.m40000644000175000017500000130210111514602271015432 0ustar00jordijordi00000000000000# generated automatically by aclocal 1.11.1 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],, [m4_warning([this file was generated for autoconf 2.67. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) # Configure paths for GLIB # Owen Taylor 1997-2001 dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject, dnl gthread, or gio is specified in MODULES, pass to pkg-config dnl AC_DEFUN([AM_PATH_GLIB_2_0], [dnl dnl Get the cflags and libraries from pkg-config dnl AC_ARG_ENABLE(glibtest, [ --disable-glibtest do not try to compile and run a test GLIB program], , enable_glibtest=yes) pkg_config_args=glib-2.0 for module in . $4 do case "$module" in gmodule) pkg_config_args="$pkg_config_args gmodule-2.0" ;; gmodule-no-export) pkg_config_args="$pkg_config_args gmodule-no-export-2.0" ;; gobject) pkg_config_args="$pkg_config_args gobject-2.0" ;; gthread) pkg_config_args="$pkg_config_args gthread-2.0" ;; gio*) pkg_config_args="$pkg_config_args $module-2.0" ;; esac done PKG_PROG_PKG_CONFIG([0.16]) no_glib="" if test "x$PKG_CONFIG" = x ; then no_glib=yes PKG_CONFIG=no fi min_glib_version=ifelse([$1], ,2.0.0,$1) AC_MSG_CHECKING(for GLIB - version >= $min_glib_version) if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs if $PKG_CONFIG --uninstalled $pkg_config_args; then echo "Will use uninstalled version of GLib found in PKG_CONFIG_PATH" enable_glibtest=no fi if $PKG_CONFIG --atleast-version $min_glib_version $pkg_config_args; then : else no_glib=yes fi fi if test x"$no_glib" = x ; then GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0` GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0` GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0` GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args` GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args` glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` if test "x$enable_glibtest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$GLIB_LIBS $LIBS" dnl dnl Now check if the installed GLIB is sufficiently new. (Also sanity dnl checks the results of pkg-config to some extent) dnl rm -f conf.glibtest AC_TRY_RUN([ #include #include #include int main () { int major, minor, micro; char *tmp_version; fclose (fopen ("conf.glibtest", "w")); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("$min_glib_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_glib_version"); exit(1); } if ((glib_major_version != $glib_config_major_version) || (glib_minor_version != $glib_config_minor_version) || (glib_micro_version != $glib_config_micro_version)) { printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but GLIB (%d.%d.%d)\n", $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version, glib_major_version, glib_minor_version, glib_micro_version); printf ("*** was found! If pkg-config was correct, then it is best\n"); printf ("*** to remove the old version of GLib. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); printf("*** to point to the correct configuration files\n"); } else if ((glib_major_version != GLIB_MAJOR_VERSION) || (glib_minor_version != GLIB_MINOR_VERSION) || (glib_micro_version != GLIB_MICRO_VERSION)) { printf("*** GLIB header files (version %d.%d.%d) do not match\n", GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", glib_major_version, glib_minor_version, glib_micro_version); } else { if ((glib_major_version > major) || ((glib_major_version == major) && (glib_minor_version > minor)) || ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n", glib_major_version, glib_minor_version, glib_micro_version); printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** GLIB is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GLIB, but you can also set the PKG_CONFIG environment to point to the\n"); printf("*** correct copy of pkg-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } ],, no_glib=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_glib" = x ; then AC_MSG_RESULT(yes (version $glib_config_major_version.$glib_config_minor_version.$glib_config_micro_version)) ifelse([$2], , :, [$2]) else AC_MSG_RESULT(no) if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." echo "*** See http://www.freedesktop.org/software/pkgconfig/" else if test -f conf.glibtest ; then : else echo "*** Could not run GLIB test program, checking why..." ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" AC_TRY_LINK([ #include #include ], [ return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ], [ echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], [ echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GLIB is incorrectly installed."]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi GLIB_CFLAGS="" GLIB_LIBS="" GLIB_GENMARSHAL="" GOBJECT_QUERY="" GLIB_MKENUMS="" ifelse([$3], , :, [$3]) fi AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) AC_SUBST(GLIB_GENMARSHAL) AC_SUBST(GOBJECT_QUERY) AC_SUBST(GLIB_MKENUMS) rm -f conf.glibtest ]) # Copyright (C) 1995-2002 Free Software Foundation, Inc. # Copyright (C) 2001-2003,2004 Red Hat, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General # Public License, this file may be distributed as part of a program # that contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License # but which still want to provide support for the GNU gettext functionality. # # Macro to add for using GNU gettext. # Ulrich Drepper , 1995, 1996 # # Modified to never use included libintl. # Owen Taylor , 12/15/1998 # # Major rework to remove unused code # Owen Taylor , 12/11/2002 # # Added better handling of ALL_LINGUAS from GNU gettext version # written by Bruno Haible, Owen Taylor 5/30/3002 # # Modified to require ngettext # Matthias Clasen 08/06/2004 # # We need this here as well, since someone might use autoconf-2.5x # to configure GLib then an older version to configure a package # using AM_GLIB_GNU_GETTEXT AC_PREREQ(2.53) dnl dnl We go to great lengths to make sure that aclocal won't dnl try to pull in the installed version of these macros dnl when running aclocal in the glib directory. dnl m4_copy([AC_DEFUN],[glib_DEFUN]) m4_copy([AC_REQUIRE],[glib_REQUIRE]) dnl dnl At the end, if we're not within glib, we'll define the public dnl definitions in terms of our private definitions. dnl # GLIB_LC_MESSAGES #-------------------- glib_DEFUN([GLIB_LC_MESSAGES], [AC_CHECK_HEADERS([locale.h]) if test $ac_cv_header_locale_h = yes; then AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, [AC_TRY_LINK([#include ], [return LC_MESSAGES], am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) if test $am_cv_val_LC_MESSAGES = yes; then AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your file defines LC_MESSAGES.]) fi fi]) # GLIB_PATH_PROG_WITH_TEST #---------------------------- dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], [# Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL(ac_cv_path_$1, [case "[$]$1" in /*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in ifelse([$5], , $PATH, [$5]); do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no) fi AC_SUBST($1)dnl ]) # GLIB_WITH_NLS #----------------- glib_DEFUN([GLIB_WITH_NLS], dnl NLS is obligatory [USE_NLS=yes AC_SUBST(USE_NLS) gt_cv_have_gettext=no CATOBJEXT=NONE XGETTEXT=: INTLLIBS= AC_CHECK_HEADER(libintl.h, [gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" # # First check in libc # AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc, [AC_TRY_LINK([ #include ], [return !ngettext ("","", 1)], gt_cv_func_ngettext_libc=yes, gt_cv_func_ngettext_libc=no) ]) if test "$gt_cv_func_ngettext_libc" = "yes" ; then AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, [AC_TRY_LINK([ #include ], [return !dgettext ("","")], gt_cv_func_dgettext_libc=yes, gt_cv_func_dgettext_libc=no) ]) fi if test "$gt_cv_func_ngettext_libc" = "yes" ; then AC_CHECK_FUNCS(bind_textdomain_codeset) fi # # If we don't have everything we want, check in libintl # if test "$gt_cv_func_dgettext_libc" != "yes" \ || test "$gt_cv_func_ngettext_libc" != "yes" \ || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then AC_CHECK_LIB(intl, bindtextdomain, [AC_CHECK_LIB(intl, ngettext, [AC_CHECK_LIB(intl, dgettext, gt_cv_func_dgettext_libintl=yes)])]) if test "$gt_cv_func_dgettext_libintl" != "yes" ; then AC_MSG_CHECKING([if -liconv is needed to use gettext]) AC_MSG_RESULT([]) AC_CHECK_LIB(intl, ngettext, [AC_CHECK_LIB(intl, dcgettext, [gt_cv_func_dgettext_libintl=yes libintl_extra_libs=-liconv], :,-liconv)], :,-liconv) fi # # If we found libintl, then check in it for bind_textdomain_codeset(); # we'll prefer libc if neither have bind_textdomain_codeset(), # and both have dgettext and ngettext # if test "$gt_cv_func_dgettext_libintl" = "yes" ; then glib_save_LIBS="$LIBS" LIBS="$LIBS -lintl $libintl_extra_libs" unset ac_cv_func_bind_textdomain_codeset AC_CHECK_FUNCS(bind_textdomain_codeset) LIBS="$glib_save_LIBS" if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then gt_cv_func_dgettext_libc=no else if test "$gt_cv_func_dgettext_libc" = "yes" \ && test "$gt_cv_func_ngettext_libc" = "yes"; then gt_cv_func_dgettext_libintl=no fi fi fi fi if test "$gt_cv_func_dgettext_libc" = "yes" \ || test "$gt_cv_func_dgettext_libintl" = "yes"; then gt_cv_have_gettext=yes fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then INTLLIBS="-lintl $libintl_extra_libs" fi if test "$gt_cv_have_gettext" = "yes"; then AC_DEFINE(HAVE_GETTEXT,1, [Define if the GNU gettext() function is already present or preinstalled.]) GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" AC_CHECK_FUNCS(dcgettext) MSGFMT_OPTS= AC_MSG_CHECKING([if msgfmt accepts -c]) GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: test 1.0\n" "PO-Revision-Date: 2007-02-15 12:01+0100\n" "Last-Translator: test \n" "Language-Team: C \n" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" ], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) AC_SUBST(MSGFMT_OPTS) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr], [CATOBJEXT=.gmo DATADIRNAME=share], [case $host in *-*-solaris*) dnl On Solaris, if bind_textdomain_codeset is in libc, dnl GNU format message catalog is always supported, dnl since both are added to the libc all together. dnl Hence, we'd like to go with DATADIRNAME=share and dnl and CATOBJEXT=.gmo in this case. AC_CHECK_FUNC(bind_textdomain_codeset, [CATOBJEXT=.gmo DATADIRNAME=share], [CATOBJEXT=.mo DATADIRNAME=lib]) ;; *) CATOBJEXT=.mo DATADIRNAME=lib ;; esac]) LIBS="$glib_save_LIBS" INSTOBJEXT=.mo else gt_cv_have_gettext=no fi fi ]) if test "$gt_cv_have_gettext" = "yes" ; then AC_DEFINE(ENABLE_NLS, 1, [always defined to indicate that i18n is enabled]) fi dnl Test whether we really found GNU xgettext. if test "$XGETTEXT" != ":"; then dnl If it is not GNU xgettext we define it as : so that the dnl Makefiles still can work. if $XGETTEXT --omit-header /dev/null 2> /dev/null; then : ; else AC_MSG_RESULT( [found xgettext program is not GNU xgettext; ignore it]) XGETTEXT=":" fi fi # We need to process the po/ directory. POSUB=po AC_OUTPUT_COMMANDS( [case "$CONFIG_FILES" in *po/Makefile.in*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac]) dnl These rules are solely for the distribution goal. While doing this dnl we only have to keep exactly one list of the available catalogs dnl in configure.ac. for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" done dnl Make all variables we use known to autoconf. AC_SUBST(CATALOGS) AC_SUBST(CATOBJEXT) AC_SUBST(DATADIRNAME) AC_SUBST(GMOFILES) AC_SUBST(INSTOBJEXT) AC_SUBST(INTLLIBS) AC_SUBST(PO_IN_DATADIR_TRUE) AC_SUBST(PO_IN_DATADIR_FALSE) AC_SUBST(POFILES) AC_SUBST(POSUB) ]) # AM_GLIB_GNU_GETTEXT # ------------------- # Do checks necessary for use of gettext. If a suitable implementation # of gettext is found in either in libintl or in the C library, # it will set INTLLIBS to the libraries needed for use of gettext # and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable # gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST() # on various variables needed by the Makefile.in.in installed by # glib-gettextize. dnl glib_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_HEADER_STDC])dnl GLIB_LC_MESSAGES GLIB_WITH_NLS if test "$gt_cv_have_gettext" = "yes"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else AC_MSG_CHECKING(for catalogs to be installed) NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then NEW_LINGUAS="$NEW_LINGUAS $presentlang" fi done LINGUAS=$NEW_LINGUAS AC_MSG_RESULT($LINGUAS) fi dnl Construct list of names of catalog files to be constructed. if test -n "$LINGUAS"; then for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done fi fi dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly dnl find the mkinstalldirs script in another subdir but ($top_srcdir). dnl Try to locate is. MKINSTALLDIRS= if test -n "$ac_aux_dir"; then MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi AC_SUBST(MKINSTALLDIRS) dnl Generate list of files to be processed by xgettext which will dnl be included in po/Makefile. test -d po || mkdir po if test "x$srcdir" != "x."; then if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then posrcprefix="$srcdir/" else posrcprefix="../$srcdir/" fi else posrcprefix="../" fi rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES ]) # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) # ------------------------------- # Define VARIABLE to the location where catalog files will # be installed by po/Makefile. glib_DEFUN([GLIB_DEFINE_LOCALEDIR], [glib_REQUIRE([GLIB_GNU_GETTEXT])dnl glib_save_prefix="$prefix" glib_save_exec_prefix="$exec_prefix" glib_save_datarootdir="$datarootdir" test "x$prefix" = xNONE && prefix=$ac_default_prefix test "x$exec_prefix" = xNONE && exec_prefix=$prefix datarootdir=`eval echo "${datarootdir}"` if test "x$CATOBJEXT" = "x.mo" ; then localedir=`eval echo "${libdir}/locale"` else localedir=`eval echo "${datadir}/locale"` fi prefix="$glib_save_prefix" exec_prefix="$glib_save_exec_prefix" datarootdir="$glib_save_datarootdir" AC_DEFINE_UNQUOTED($1, "$localedir", [Define the location where the catalogs will be installed]) ]) dnl dnl Now the definitions that aclocal will find dnl ifdef(glib_configure_ac,[],[ AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) ])dnl # GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL]) # # Create a temporary file with TEST-FILE as its contents and pass the # file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with # 0 and perform ACTION-IF-FAIL for any other exit status. AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF $2 _ACEOF if AC_RUN_LOG([$1 conftest.foo]); then m4_ifval([$3], [$3], [:]) m4_ifvaln([$4], [else $4])dnl echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD fi]) dnl GNOME_COMPILE_WARNINGS dnl Turn on many useful compiler warnings dnl For now, only works on GCC AC_DEFUN([GNOME_COMPILE_WARNINGS],[ dnl ****************************** dnl More compiler warnings dnl ****************************** AC_ARG_ENABLE(compile-warnings, AC_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@], [Turn on compiler warnings]),, [enable_compile_warnings="m4_default([$1],[yes])"]) warnCFLAGS= if test "x$GCC" != xyes; then enable_compile_warnings=no fi warning_flags= realsave_CFLAGS="$CFLAGS" case "$enable_compile_warnings" in no) warning_flags= ;; minimum) warning_flags="-Wall" ;; yes) warning_flags="-Wall -Wmissing-prototypes" ;; maximum|error) warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith" CFLAGS="$warning_flags $CFLAGS" for option in -Wno-sign-compare; do SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $option" AC_MSG_CHECKING([whether gcc understands $option]) AC_TRY_COMPILE([], [], has_option=yes, has_option=no,) CFLAGS="$SAVE_CFLAGS" AC_MSG_RESULT($has_option) if test $has_option = yes; then warning_flags="$warning_flags $option" fi unset has_option unset SAVE_CFLAGS done unset option if test "$enable_compile_warnings" = "error" ; then warning_flags="$warning_flags -Werror" fi ;; *) AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings) ;; esac CFLAGS="$realsave_CFLAGS" AC_MSG_CHECKING(what warning flags to pass to the C compiler) AC_MSG_RESULT($warning_flags) AC_ARG_ENABLE(iso-c, AC_HELP_STRING([--enable-iso-c], [Try to warn if code is not ISO C ]),, [enable_iso_c=no]) AC_MSG_CHECKING(what language compliance flags to pass to the C compiler) complCFLAGS= if test "x$enable_iso_c" != "xno"; then if test "x$GCC" = "xyes"; then case " $CFLAGS " in *[\ \ ]-ansi[\ \ ]*) ;; *) complCFLAGS="$complCFLAGS -ansi" ;; esac case " $CFLAGS " in *[\ \ ]-pedantic[\ \ ]*) ;; *) complCFLAGS="$complCFLAGS -pedantic" ;; esac fi fi AC_MSG_RESULT($complCFLAGS) WARN_CFLAGS="$warning_flags $complCFLAGS" AC_SUBST(WARN_CFLAGS) ]) dnl For C++, do basically the same thing. AC_DEFUN([GNOME_CXX_WARNINGS],[ AC_ARG_ENABLE(cxx-warnings, AC_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@] [Turn on compiler warnings.]),, [enable_cxx_warnings="m4_default([$1],[minimum])"]) AC_MSG_CHECKING(what warning flags to pass to the C++ compiler) warnCXXFLAGS= if test "x$GXX" != xyes; then enable_cxx_warnings=no fi if test "x$enable_cxx_warnings" != "xno"; then if test "x$GXX" = "xyes"; then case " $CXXFLAGS " in *[\ \ ]-Wall[\ \ ]*) ;; *) warnCXXFLAGS="-Wall -Wno-unused" ;; esac ## -W is not all that useful. And it cannot be controlled ## with individual -Wno-xxx flags, unlike -Wall if test "x$enable_cxx_warnings" = "xyes"; then warnCXXFLAGS="$warnCXXFLAGS -Wshadow -Woverloaded-virtual" fi fi fi AC_MSG_RESULT($warnCXXFLAGS) AC_ARG_ENABLE(iso-cxx, AC_HELP_STRING([--enable-iso-cxx], [Try to warn if code is not ISO C++ ]),, [enable_iso_cxx=no]) AC_MSG_CHECKING(what language compliance flags to pass to the C++ compiler) complCXXFLAGS= if test "x$enable_iso_cxx" != "xno"; then if test "x$GXX" = "xyes"; then case " $CXXFLAGS " in *[\ \ ]-ansi[\ \ ]*) ;; *) complCXXFLAGS="$complCXXFLAGS -ansi" ;; esac case " $CXXFLAGS " in *[\ \ ]-pedantic[\ \ ]*) ;; *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;; esac fi fi AC_MSG_RESULT($complCXXFLAGS) WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS" AC_SUBST(WARN_CXXFLAGS) ]) dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) # serial 40 IT_PROG_INTLTOOL AC_DEFUN([IT_PROG_INTLTOOL], [ AC_PREREQ([2.50])dnl AC_REQUIRE([AM_NLS])dnl case "$am__api_version" in 1.[01234]) AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) ;; *) ;; esac if test -n "$1"; then AC_MSG_CHECKING([for intltool >= $1]) INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` ] AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) fi AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) fi INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' _IT_SUBST(INTLTOOL_DESKTOP_RULE) _IT_SUBST(INTLTOOL_DIRECTORY_RULE) _IT_SUBST(INTLTOOL_KEYS_RULE) _IT_SUBST(INTLTOOL_PROP_RULE) _IT_SUBST(INTLTOOL_OAF_RULE) _IT_SUBST(INTLTOOL_PONG_RULE) _IT_SUBST(INTLTOOL_SERVER_RULE) _IT_SUBST(INTLTOOL_SHEET_RULE) _IT_SUBST(INTLTOOL_SOUNDLIST_RULE) _IT_SUBST(INTLTOOL_UI_RULE) _IT_SUBST(INTLTOOL_XAM_RULE) _IT_SUBST(INTLTOOL_KBD_RULE) _IT_SUBST(INTLTOOL_XML_RULE) _IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) _IT_SUBST(INTLTOOL_CAVES_RULE) _IT_SUBST(INTLTOOL_SCHEMAS_RULE) _IT_SUBST(INTLTOOL_THEME_RULE) _IT_SUBST(INTLTOOL_SERVICE_RULE) _IT_SUBST(INTLTOOL_POLICY_RULE) # Check the gettext tools to make sure they are GNU AC_PATH_PROG(XGETTEXT, xgettext) AC_PATH_PROG(MSGMERGE, msgmerge) AC_PATH_PROG(MSGFMT, msgfmt) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) fi xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) fi AC_PATH_PROG(INTLTOOL_PERL, perl) if test -z "$INTLTOOL_PERL"; then AC_MSG_ERROR([perl not found]) fi AC_MSG_CHECKING([for perl >= 5.8.1]) $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 if test $? -ne 0; then AC_MSG_ERROR([perl 5.8.1 is required for intltool]) else IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" AC_MSG_RESULT([$IT_PERL_VERSION]) fi if test "x$2" != "xno-xml"; then AC_MSG_CHECKING([for XML::Parser]) if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then AC_MSG_RESULT([ok]) else AC_MSG_ERROR([XML::Parser perl module is required for intltool]) fi fi # Substitute ALL_LINGUAS so we can use it in po/Makefile AC_SUBST(ALL_LINGUAS) # Set DATADIRNAME correctly if it is not set yet # (copied from glib-gettext.m4) if test -z "$DATADIRNAME"; then AC_LINK_IFELSE( [AC_LANG_PROGRAM([[]], [[extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr]])], [DATADIRNAME=share], [case $host in *-*-solaris*) dnl On Solaris, if bind_textdomain_codeset is in libc, dnl GNU format message catalog is always supported, dnl since both are added to the libc all together. dnl Hence, we'd like to go with DATADIRNAME=share dnl in this case. AC_CHECK_FUNC(bind_textdomain_codeset, [DATADIRNAME=share], [DATADIRNAME=lib]) ;; *) [DATADIRNAME=lib] ;; esac]) fi AC_SUBST(DATADIRNAME) IT_PO_SUBDIR([po]) ]) # IT_PO_SUBDIR(DIRNAME) # --------------------- # All po subdirs have to be declared with this macro; the subdir "po" is # declared by IT_PROG_INTLTOOL. # AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. dnl dnl The following CONFIG_COMMANDS should be executed at the very end dnl of config.status. AC_CONFIG_COMMANDS_PRE([ AC_CONFIG_COMMANDS([$1/stamp-it], [ if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) fi rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" >"$1/stamp-it.tmp" [sed '/^#/d s/^[[].*] *// /^[ ]*$/d '"s|^| $ac_top_srcdir/|" \ "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" ] [sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r $1/POTFILES } ' "$1/Makefile.in" >"$1/Makefile"] rm -f "$1/Makefile.tmp" mv "$1/stamp-it.tmp" "$1/stamp-it" ]) ])dnl ]) # _IT_SUBST(VARIABLE) # ------------------- # Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST # AC_DEFUN([_IT_SUBST], [ AC_SUBST([$1]) m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) ] ) # deprecated macros AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) # A hint is needed for aclocal from Automake <= 1.9.4: # AC_DEFUN([AC_PROG_INTLTOOL], ...) # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) # serial 56 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. m4_defun([_LT_CC_BASENAME], [for cc_temp in $1""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl _LT_PROG_ECHO_BACKSLASH case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # `config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain="$ac_aux_dir/ltmain.sh" ])# _LT_PROG_LTMAIN # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the `libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to `config.status' so that its # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "X$" | $Xsed -e "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags="_LT_TAGS"dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the `libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into `config.status', and then the shell code to quote escape them in # for loops in `config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Fix-up fallback echo if it was mangled by the above quoting rules. case \$lt_ECHO in *'\\\[$]0 --fallback-echo"')dnl " lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` ;; esac _LT_OUTPUT_LIBTOOL_INIT ]) # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) cat >"$CONFIG_LT" <<_LTEOF #! $SHELL # Generated by $as_me. # Run this file to recreate a libtool stub with the current configuration. lt_cl_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ \`$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2008 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test $[#] != 0 do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try \`$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try \`$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. if test "$no_create" != yes; then lt_cl_success=: test "$silent" = yes && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) fi ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # _LT_COPYING _LT_LIBTOOL_TAGS # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) _LT_PROG_XSI_SHELLFNS sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[[012]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES # -------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(whole_archive_flag_spec, $1)='' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=echo _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" m4_if([$1], [CXX], [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX # ----------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl AC_LINK_IFELSE(AC_LANG_PROGRAM,[ lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], [AC_DIVERT_PUSH(NOTICE)]) $1 AC_DIVERT_POP ])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Add some code to the start of the generated configure script which # will find an echo command which doesn't interpret backslashes. m4_defun([_LT_PROG_ECHO_BACKSLASH], [_LT_SHELL_INIT([ # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$lt_ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ;; esac ECHO=${lt_ECHO-echo} if test "X[$]1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X[$]1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then # Yippee, $ECHO works! : else # Restart under the correct shell. exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} fi if test "X[$]1" = X--fallback-echo; then # used as fallback echo shift cat <<_LT_EOF [$]* _LT_EOF exit 0 fi # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test -z "$lt_ECHO"; then if test "X${echo_test_string+set}" != Xset; then # find a string as large as possible, as long as the shell can cope with it for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... if { echo_test_string=`eval $cmd`; } 2>/dev/null && { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null then break fi done fi if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$ECHO" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. ECHO='print -r' elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} else # Try using printf. ECHO='printf %s\n' if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL ECHO="$CONFIG_SHELL [$]0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$CONFIG_SHELL [$]0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "[$]0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} else # Oops. We lost completely, so just stick with echo. ECHO=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. lt_ECHO=$ECHO if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" fi AC_SUBST(lt_ECHO) ]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that does not interpret backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line __oline__ "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ])# _LT_ENABLE_LOCK # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [AC_CHECK_TOOL(AR, ar, false) test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1]) AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test x"[$]$2" = xyes; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ = "XX$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n $lt_cv_sys_max_cmd_len ; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line __oline__ "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links="nottested" if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", [Define to the sub-directory in which libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existent directories. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` else lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[[4-9]]*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[123]]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[[3-9]]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([], [sys_lib_dlsearch_path_spec], [2], [Run-time system search path for libraries]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program which can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program which can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method == "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi]) if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :) AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ const struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= AC_MSG_CHECKING([for $compiler option to produce PIC]) m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64 which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC*) # IBM XL 8.0 on PPC _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl*) # IBM XL C 8.0/Fortran 10.1 on PPC _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw* | cegcc*) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' ;; linux* | k*bsd*-gnu) _LT_TAGVAR(link_all_deplibs, $1)=no ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; linux* | k*bsd*-gnu) _LT_TAGVAR(link_all_deplibs, $1)=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag= tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi _LT_TAGVAR(link_all_deplibs, $1)=no else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; freebsd1*) _LT_TAGVAR(ld_shlibs, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" AC_LINK_IFELSE(int foo(void) {}, _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' ) LDFLAGS="$save_LDFLAGS" else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_MSG_CHECKING([whether -lc should be explicitly linked in]) $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then _LT_TAGVAR(archive_cmds_need_lc, $1)=no else _LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)]) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], [[If ld is used when linking, flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting ${shlibpath_var} if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [fix_srcfile_path], [1], [Fix the shell variable $srcfile for the compiler]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC="$lt_save_CC" ])# _LT_LANG_C_CONFIG # _LT_PROG_CXX # ------------ # Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ # compiler, we have our own version here. m4_defun([_LT_PROG_CXX], [ pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes]) AC_PROG_CXX if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_CXX dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_CXX], []) # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [AC_REQUIRE([_LT_PROG_CXX])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_caught_CXX_error" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd[[12]]*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; *) # Version 6 will use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; xl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd2*) # C++ shared libraries are fairly broken _LT_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd=echo else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(GCC, $1)="$GXX" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test "$_lt_caught_CXX_error" != yes AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ]) dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" || test $p = "-R"; then prev=$p continue else prev= fi if test "$pre_test_object_deps_done" = no; then case $p in -L* | -R*) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)="${prev}${p}" else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" fi fi ;; *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)="$p" else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)="$p" else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_PROG_F77 # ------------ # Since AC_PROG_F77 is broken, in that it returns the empty string # if there is no fortran compiler, we have our own version here. m4_defun([_LT_PROG_F77], [ pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes]) AC_PROG_F77 if test -z "$F77" || test "X$F77" = "Xno"; then _lt_disable_F77=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_F77 dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_F77], []) # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_REQUIRE([_LT_PROG_F77])dnl AC_LANG_PUSH(Fortran 77) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_F77" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC CC=${F77-"f77"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$G77" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" fi # test "$_lt_disable_F77" != yes AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_PROG_FC # ----------- # Since AC_PROG_FC is broken, in that it returns the empty string # if there is no fortran compiler, we have our own version here. m4_defun([_LT_PROG_FC], [ pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes]) AC_PROG_FC if test -z "$FC" || test "X$FC" = "Xno"; then _lt_disable_FC=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_FC dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_FC], []) # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_REQUIRE([_LT_PROG_FC])dnl AC_LANG_PUSH(Fortran) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_FC" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC CC=${FC-"f95"} compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" fi # test "$_lt_disable_FC" != yes AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC="$lt_save_CC" ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC GCC= CC=${RC-"windres"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC="$lt_save_CC" ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [AC_MSG_CHECKING([whether the shell understands some XSI constructs]) # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes AC_MSG_RESULT([$xsi_shell]) _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) AC_MSG_CHECKING([whether the shell understands "+="]) lt_shell_append=no ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes AC_MSG_RESULT([$lt_shell_append]) _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PROG_XSI_SHELLFNS # --------------------- # Bourne and XSI compatible variants of some useful shell functions. m4_defun([_LT_PROG_XSI_SHELLFNS], [case $xsi_shell in yes) cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac } # func_basename file func_basename () { func_basename_result="${1##*/}" } # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}" } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). func_stripname () { # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"} } # func_opt_split func_opt_split () { func_opt_split_opt=${1%%=*} func_opt_split_arg=${1#*=} } # func_lo2o object func_lo2o () { case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac } # func_xform libobj-or-source func_xform () { func_xform_result=${1%.*}.lo } # func_arith arithmetic-term... func_arith () { func_arith_result=$(( $[*] )) } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=${#1} } _LT_EOF ;; *) # Bourne compatible functions. cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_basename file func_basename () { func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } dnl func_dirname_and_basename dnl A portable version of this function is already defined in general.m4sh dnl so there is no need for it here. # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; esac } # sed scripts: my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' my_sed_long_arg='1s/^-[[^=]]*=//' # func_opt_split func_opt_split () { func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` } # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` } # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "$[@]"` } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` } _LT_EOF esac case $lt_shell_append in yes) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$[1]+=\$[2]" } _LT_EOF ;; *) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$[1]=\$$[1]\$[2]" } _LT_EOF ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option `$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl `shared' nor `disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) ]) ])# _LT_SET_OPTIONS # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [0], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the `shared' and # `disable-shared' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the `static' and # `disable-static' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the `fast-install' # and `disable-fast-install' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the `pic-only' and `no-pic' # LT_INIT options. # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [pic_mode="$withval"], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59 which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) # ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # Generated from ltversion.in. # serial 3017 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.2.6b]) m4_define([LT_PACKAGE_REVISION], [1.3017]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.2.6b' macro_revision='1.3017' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 4 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) # nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.50]) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE([nls], [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT([$USE_NLS]) AC_SUBST([USE_NLS]) ]) # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # serial 1 (pkg-config-0.24) # # Copyright © 2004 Scott James Remnant . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # PKG_PROG_PKG_CONFIG([MIN-VERSION]) # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])# PKG_PROG_PKG_CONFIG # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) # only at the first occurence in configure.ac, so if the first place # it's called might be skipped (such as if it is within an "if", you # have to call PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG # _PKG_SHORT_ERRORS_SUPPORTED # ----------------------------- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])# _PKG_SHORT_ERRORS_SUPPORTED # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # # Note that if there is a possibility the first call to # PKG_CHECK_MODULES might not happen, you should be sure to include an # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # # # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ])# PKG_CHECK_MODULES # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.11.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 9 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 10 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "GCJ", or "OBJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. #serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each `.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 8 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2008, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 16 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES(OBJC)], [define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl dnl The `parallel-tests' driver may need to know about EXEEXT, so add the dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless `enable' is passed literally. # For symmetry, `disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful (and sometimes confusing) to the casual installer], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 6 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # ------------------------------ # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) # ---------------------------------- # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of `v7', `ustar', or `pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. AM_MISSING_PROG([AMTAR], [tar]) m4_if([$1], [v7], [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR mistelix-0.33/Makefile.am0000644000175000017500000000140611343464072015636 0ustar00jordijordi00000000000000SUBDIRS = \ gstreamer \ src \ extensions \ po \ libmistelix \ data desktop_in_files= \ mistelix.desktop.in desktop_files=$(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = mistelix.pc Applicationsdir = $(datadir)/applications Applications_DATA = $(desktop_files) CLEANFILES = \ intltool-extract \ intltool-update \ intltool-merge EXTRA_DIST = \ MAINTAINERS \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ $(desktop_in_files) DISTCLEANFILES = \ intltool-extract \ intltool-merge \ intltool-update \ gnome-doc-utils.make \ $(desktop_files) DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper mistelix-0.33/Makefile.in0000644000175000017500000006637011514602273015657 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/mistelix.pc.in $(top_srcdir)/configure AUTHORS \ COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \ depcomp install-sh ltmain.sh missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = mistelix.pc CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(Applicationsdir)" \ "$(DESTDIR)$(pkgconfigdir)" DATA = $(Applications_DATA) $(pkgconfig_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ { test ! -d "$(distdir)" \ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr "$(distdir)"; }; } am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = \ gstreamer \ src \ extensions \ po \ libmistelix \ data desktop_in_files = \ mistelix.desktop.in desktop_files = $(desktop_in_files:.desktop.in=.desktop) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = mistelix.pc Applicationsdir = $(datadir)/applications Applications_DATA = $(desktop_files) CLEANFILES = \ intltool-extract \ intltool-update \ intltool-merge EXTRA_DIST = \ MAINTAINERS \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ $(desktop_in_files) DISTCLEANFILES = \ intltool-extract \ intltool-merge \ intltool-update \ gnome-doc-utils.make \ $(desktop_files) DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 mistelix.pc: $(top_builddir)/config.status $(srcdir)/mistelix.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt install-ApplicationsDATA: $(Applications_DATA) @$(NORMAL_INSTALL) test -z "$(Applicationsdir)" || $(MKDIR_P) "$(DESTDIR)$(Applicationsdir)" @list='$(Applications_DATA)'; test -n "$(Applicationsdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(Applicationsdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(Applicationsdir)" || exit $$?; \ done uninstall-ApplicationsDATA: @$(NORMAL_UNINSTALL) @list='$(Applications_DATA)'; test -n "$(Applicationsdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(Applicationsdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(Applicationsdir)" && rm -f $$files install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ done uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @$(am__cd) '$(distuninstallcheck_dir)' \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr \ distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-ApplicationsDATA install-pkgconfigDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-ApplicationsDATA uninstall-pkgconfigDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ ctags-recursive install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ distcheck distclean distclean-generic distclean-hdr \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-ApplicationsDATA install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-pkgconfigDATA install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-recursive uninstall uninstall-ApplicationsDATA \ uninstall-am uninstall-pkgconfigDATA @INTLTOOL_DESKTOP_RULE@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/config.h.in0000644000175000017500000000421111514602302015610 0ustar00jordijordi00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* always defined to indicate that i18n is enabled */ #undef ENABLE_NLS /* Gettext package */ #undef GETTEXT_PACKAGE /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if your file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION mistelix-0.33/mistelix.pc.in0000644000175000017500000000025511246543334016373 0ustar00jordijordi00000000000000prefix=@prefix@ exec_prefix=${prefix} libdir=${exec_prefix}/lib Name: Mistelix Description: DVDs and slideshows Version: @VERSION@ Libs: -r:${libdir}/mistelix/mistelix.exe mistelix-0.33/configure0000755000175000017500000165261511514602273015525 0ustar00jordijordi00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.67 for mistelix 0.33. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV export CONFIG_SHELL exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in #( -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$lt_ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` ;; esac ECHO=${lt_ECHO-echo} if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then # Yippee, $ECHO works! : else # Restart under the correct shell. exec $SHELL "$0" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat <<_LT_EOF $* _LT_EOF exit 0 fi # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test -z "$lt_ECHO"; then if test "X${echo_test_string+set}" != Xset; then # find a string as large as possible, as long as the shell can cope with it for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... if { echo_test_string=`eval $cmd`; } 2>/dev/null && { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null then break fi done fi if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$ECHO" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. ECHO='print -r' elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} else # Try using printf. ECHO='printf %s\n' if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL ECHO="$CONFIG_SHELL $0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$CONFIG_SHELL $0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "$0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} else # Oops. We lost completely, so just stick with echo. ECHO=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. lt_ECHO=$ECHO if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" fi test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='mistelix' PACKAGE_TARNAME='mistelix' PACKAGE_VERSION='0.33' PACKAGE_STRING='mistelix 0.33' PACKAGE_BUGREPORT='' PACKAGE_URL='' ac_unique_file="src/mistelix.cs" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS GNOME_ICON_THEME_PREFIX expanded_libdir CSC LIBMISTELIX_LIBS LIBMISTELIX_CFLAGS LIBGNOME_DESKOP_SO_MAP MKINSTALLDIRS POSUB POFILES PO_IN_DATADIR_FALSE PO_IN_DATADIR_TRUE INTLLIBS INSTOBJEXT GMOFILES CATOBJEXT CATALOGS MSGFMT_OPTS GETTEXT_PACKAGE MISTELIX_LIBS MISTELIX_CFLAGS MISTELIX_CORE_LIBS MISTELIX_CORE_CFLAGS GST_LIBS GST_CFLAGS GSTREAMER_REQUIRED_VERSION MCS MONO GLIB_MKENUMS GOBJECT_QUERY GLIB_GENMARSHAL GLIB_LIBS GLIB_CFLAGS PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG WARN_CFLAGS OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL lt_ECHO RANLIB AR OBJDUMP LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP SED host_os host_vendor host_cpu host build_os build_vendor build_cpu build LIBTOOL EGREP GREP CPP DATADIRNAME am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC ALL_LINGUAS INTLTOOL_PERL GMSGFMT MSGFMT MSGMERGE XGETTEXT INTLTOOL_POLICY_RULE INTLTOOL_SERVICE_RULE INTLTOOL_THEME_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_CAVES_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_XML_RULE INTLTOOL_KBD_RULE INTLTOOL_XAM_RULE INTLTOOL_UI_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_SHEET_RULE INTLTOOL_SERVER_RULE INTLTOOL_PONG_RULE INTLTOOL_OAF_RULE INTLTOOL_PROP_RULE INTLTOOL_KEYS_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_DESKTOP_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE USE_NLS MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_maintainer_mode enable_nls enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install with_gnu_ld enable_libtool_lock enable_compile_warnings enable_iso_c enable_glibtest ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR GST_CFLAGS GST_LIBS MISTELIX_CORE_CFLAGS MISTELIX_CORE_LIBS MISTELIX_CFLAGS MISTELIX_LIBS LIBMISTELIX_CFLAGS LIBMISTELIX_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures mistelix 0.33 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/mistelix] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of mistelix 0.33:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --disable-nls do not use Native Language Support --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --enable-compile-warnings=[no/minimum/yes/maximum/error] Turn on compiler warnings --enable-iso-c Try to warn if code is not ISO C --disable-glibtest do not try to compile and run a test GLIB program Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path GST_CFLAGS C compiler flags for GST, overriding pkg-config GST_LIBS linker flags for GST, overriding pkg-config MISTELIX_CORE_CFLAGS C compiler flags for MISTELIX_CORE, overriding pkg-config MISTELIX_CORE_LIBS linker flags for MISTELIX_CORE, overriding pkg-config MISTELIX_CFLAGS C compiler flags for MISTELIX, overriding pkg-config MISTELIX_LIBS linker flags for MISTELIX, overriding pkg-config LIBMISTELIX_CFLAGS C compiler flags for LIBMISTELIX, overriding pkg-config LIBMISTELIX_LIBS linker flags for LIBMISTELIX, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to the package provider. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF mistelix configure 0.33 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_func # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_header_compile # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval "test \"\${$3+set}\"" = set; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_header_mongrel cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by mistelix $as_me 0.33, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5 ; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" am__api_version='1.11' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='mistelix' VERSION='0.33' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. AMTAR=${AMTAR-"${am_missing_run}tar"} { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 $as_echo_n "checking how to create a ustar tar archive... " >&6; } # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar plaintar pax cpio none' _am_tools=${am_cv_prog_tar_ustar-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do { echo "$as_me:$LINENO: $_am_tar --version" >&5 ($_am_tar --version) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && break done am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x ustar -w "$$tardir"' am__tar_='pax -L -x ustar -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H ustar -L' am__tar_='find "$tardir" -print | cpio -o -H ustar -L' am__untar='cpio -i -H ustar -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_ustar}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } rm -rf conftest.dir if test -s conftest.tar; then { echo "$as_me:$LINENO: $am__untar &5 ($am__untar &5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } grep GrepMe conftest.dir/file >/dev/null 2>&1 && break fi done rm -rf conftest.dir if test "${am_cv_prog_tar_ustar+set}" = set; then : $as_echo_n "(cached) " >&6 else am_cv_prog_tar_ustar=$_am_tool fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5 $as_echo "$am_cv_prog_tar_ustar" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 $as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then : enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5 ; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5 ; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5 ; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5 ; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5 ; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi case "$am__api_version" in 1.01234) as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5 ;; *) ;; esac if test -n "0.35"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.35" >&5 $as_echo_n "checking for intltool >= 0.35... " >&6; } INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || as_fn_error $? "Your intltool is too old. You need intltool 0.35 or later." "$LINENO" 5 fi # Extract the first word of "intltool-update", so it can be a program name with args. set dummy intltool-update; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then : $as_echo_n "(cached) " >&6 else case $INTLTOOL_UPDATE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE if test -n "$INTLTOOL_UPDATE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_UPDATE" >&5 $as_echo "$INTLTOOL_UPDATE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "intltool-merge", so it can be a program name with args. set dummy intltool-merge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then : $as_echo_n "(cached) " >&6 else case $INTLTOOL_MERGE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE if test -n "$INTLTOOL_MERGE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_MERGE" >&5 $as_echo "$INTLTOOL_MERGE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "intltool-extract", so it can be a program name with args. set dummy intltool-extract; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then : $as_echo_n "(cached) " >&6 else case $INTLTOOL_EXTRACT in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT if test -n "$INTLTOOL_EXTRACT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_EXTRACT" >&5 $as_echo "$INTLTOOL_EXTRACT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5 fi INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' # Check the gettext tools to make sure they are GNU # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then : $as_echo_n "(cached) " >&6 else case $XGETTEXT in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi XGETTEXT=$ac_cv_path_XGETTEXT if test -n "$XGETTEXT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGMERGE+set}" = set; then : $as_echo_n "(cached) " >&6 else case $MSGMERGE in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi MSGMERGE=$ac_cv_path_MSGMERGE if test -n "$MSGMERGE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then : $as_echo_n "(cached) " >&6 else case $MSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi MSGFMT=$ac_cv_path_MSGFMT if test -n "$MSGFMT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 fi xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5 fi # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then : $as_echo_n "(cached) " >&6 else case $INTLTOOL_PERL in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL if test -n "$INTLTOOL_PERL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_PERL" >&5 $as_echo "$INTLTOOL_PERL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$INTLTOOL_PERL"; then as_fn_error $? "perl not found" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5 $as_echo_n "checking for perl >= 5.8.1... " >&6; } $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 if test $? -ne 0; then as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5 else IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 $as_echo "$IT_PERL_VERSION" >&6; } fi if test "x" != "xno-xml"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 $as_echo_n "checking for XML::Parser... " >&6; } if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } else as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5 fi fi # Substitute ALL_LINGUAS so we can use it in po/Makefile # Set DATADIRNAME correctly if it is not set yet # (copied from glib-gettext.m4) if test -z "$DATADIRNAME"; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : DATADIRNAME=share else case $host in *-*-solaris*) ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : DATADIRNAME=share else DATADIRNAME=lib fi ;; *) DATADIRNAME=lib ;; esac fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5 ; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 $as_echo_n "checking for library containing strerror... " >&6; } if test "${ac_cv_search_strerror+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char strerror (); int main () { return strerror (); ; return 0; } _ACEOF for ac_lib in '' cposix; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_strerror=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if test "${ac_cv_search_strerror+set}" = set; then : break fi done if test "${ac_cv_search_strerror+set}" = set; then : else ac_cv_search_strerror=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 $as_echo "$ac_cv_search_strerror" >&6; } ac_res=$ac_cv_search_strerror if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5 ; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.2.6b' macro_revision='1.3017' ltmain="$ac_aux_dir/ltmain.sh" # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if test "${ac_cv_build+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if test "${ac_cv_host+set}" = set; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if test "${ac_cv_path_SED+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if test "${ac_cv_path_FGREP+set}" = set; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${lt_cv_path_LD+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if test "${lt_cv_path_NM+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$ac_tool_prefix"; then for ac_prog in "dumpbin -symbols" "link -dump -symbols" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_DUMPBIN+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in "dumpbin -symbols" "link -dump -symbols" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if test "${lt_cv_nm_interface+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:6217: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:6220: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:6223: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if test "${lt_cv_sys_max_cmd_len+set}" = set; then : $as_echo_n "(cached) " >&6 else i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ = "XX$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n $lt_cv_sys_max_cmd_len ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 $as_echo "$xsi_shell" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } lt_shell_append=no ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 $as_echo "$lt_shell_append" >&6; } if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if test "${lt_cv_ld_reload_flag+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OBJDUMP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if test "${lt_cv_deplibs_check_method+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given extended regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AR+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="${ac_tool_prefix}ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AR"; then ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_AR+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi else AR="$ac_cv_prog_AR" fi test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ const struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '#line 7428 "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if test "${lt_cv_cc_needs_belf+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_DSYMUTIL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_NMEDIT+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_LIPO+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OTOOL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_OTOOL64+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if test "${lt_cv_apple_cc_single_mod+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if test "${lt_cv_ld_exported_symbols_list+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[012]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options enable_dlopen=no enable_win32_dll=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; pic_mode="$withval" else pic_mode=default fi test -z "$pic_mode" && pic_mode=default # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac else enable_fast_install=yes fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if test "${lt_cv_objdir+set}" = set; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC="$CC" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag=' -fno-builtin' { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:8703: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:8707: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl*) # IBM XL C 8.0/Fortran 10.1 on PPC lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5 $as_echo "$lt_prog_compiler_pic" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if test "${lt_cv_prog_compiler_pic_works+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:9042: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:9046: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test x"$lt_cv_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if test "${lt_cv_prog_compiler_static_works+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test x"$lt_cv_prog_compiler_static_works" = xyes; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:9147: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:9151: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:9202: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:9206: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test "$hard_links" = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; linux* | k*bsd*-gnu) link_all_deplibs=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag= tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld='-rpath $libdir' archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi link_all_deplibs=no else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi export_dynamic_flag_spec='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes=yes ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported whole_archive_flag_spec='' link_all_deplibs=yes allow_undefined_flag="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=echo archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; freebsd1*) ld_shlibs=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_flag_spec_ld='+b $libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo(void) {} _ACEOF if ac_fn_c_try_link "$LINENO"; then : archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='${wl}-z,text' allow_undefined_flag='${wl}-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='${wl}-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then archive_cmds_need_lc=no else archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5 $as_echo "$archive_cmds_need_lc" >&6; } ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` else lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[4-9]*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[123]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test "X$hardcode_automatic" = "Xyes" ; then # We can hardcode non-existent directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test "$hardcode_action" = relink || test "$inherit_rpath" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = x""yes; then : lt_cv_dlopen="shl_load" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if test "${ac_cv_lib_dld_shl_load+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = x""yes; then : lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = x""yes; then : lt_cv_dlopen="dlopen" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if test "${ac_cv_lib_svld_dlopen+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = x""yes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if test "${ac_cv_lib_dld_dld_link+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = x""yes; then : lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self+set}" = set; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line 11586 "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if test "${lt_cv_dlopen_self_static+set}" = set; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line 11682 "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report which library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" ac_config_commands="$ac_config_commands libtool" # Only expand once: # Check whether --enable-compile-warnings was given. if test "${enable_compile_warnings+set}" = set; then : enableval=$enable_compile_warnings; else enable_compile_warnings="yes" fi warnCFLAGS= if test "x$GCC" != xyes; then enable_compile_warnings=no fi warning_flags= realsave_CFLAGS="$CFLAGS" case "$enable_compile_warnings" in no) warning_flags= ;; minimum) warning_flags="-Wall" ;; yes) warning_flags="-Wall -Wmissing-prototypes" ;; maximum|error) warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith" CFLAGS="$warning_flags $CFLAGS" for option in -Wno-sign-compare; do SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $option" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands $option" >&5 $as_echo_n "checking whether gcc understands $option... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : has_option=yes else has_option=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$SAVE_CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_option" >&5 $as_echo "$has_option" >&6; } if test $has_option = yes; then warning_flags="$warning_flags $option" fi unset has_option unset SAVE_CFLAGS done unset option if test "$enable_compile_warnings" = "error" ; then warning_flags="$warning_flags -Werror" fi ;; *) as_fn_error $? "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5 ;; esac CFLAGS="$realsave_CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $warning_flags" >&5 $as_echo "$warning_flags" >&6; } # Check whether --enable-iso-c was given. if test "${enable_iso_c+set}" = set; then : enableval=$enable_iso_c; else enable_iso_c=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what language compliance flags to pass to the C compiler" >&5 $as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; } complCFLAGS= if test "x$enable_iso_c" != "xno"; then if test "x$GCC" = "xyes"; then case " $CFLAGS " in *\ \ -ansi\ \ *) ;; *) complCFLAGS="$complCFLAGS -ansi" ;; esac case " $CFLAGS " in *\ \ -pedantic\ \ *) ;; *) complCFLAGS="$complCFLAGS -pedantic" ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $complCFLAGS" >&5 $as_echo "$complCFLAGS" >&6; } WARN_CFLAGS="$warning_flags $complCFLAGS" # Check whether --enable-glibtest was given. if test "${enable_glibtest+set}" = set; then : enableval=$enable_glibtest; else enable_glibtest=yes fi pkg_config_args=glib-2.0 for module in . do case "$module" in gmodule) pkg_config_args="$pkg_config_args gmodule-2.0" ;; gmodule-no-export) pkg_config_args="$pkg_config_args gmodule-no-export-2.0" ;; gobject) pkg_config_args="$pkg_config_args gobject-2.0" ;; gthread) pkg_config_args="$pkg_config_args gthread-2.0" ;; gio*) pkg_config_args="$pkg_config_args $module-2.0" ;; esac done if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.16 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi no_glib="" if test "x$PKG_CONFIG" = x ; then no_glib=yes PKG_CONFIG=no fi min_glib_version=2.0.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB - version >= $min_glib_version" >&5 $as_echo_n "checking for GLIB - version >= $min_glib_version... " >&6; } if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs if $PKG_CONFIG --uninstalled $pkg_config_args; then echo "Will use uninstalled version of GLib found in PKG_CONFIG_PATH" enable_glibtest=no fi if $PKG_CONFIG --atleast-version $min_glib_version $pkg_config_args; then : else no_glib=yes fi fi if test x"$no_glib" = x ; then GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0` GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0` GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0` GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args` GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args` glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` if test "x$enable_glibtest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$GLIB_LIBS $LIBS" rm -f conf.glibtest if test "$cross_compiling" = yes; then : echo $ac_n "cross compiling; assumed OK... $ac_c" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include int main () { int major, minor, micro; char *tmp_version; fclose (fopen ("conf.glibtest", "w")); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = g_strdup("$min_glib_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_glib_version"); exit(1); } if ((glib_major_version != $glib_config_major_version) || (glib_minor_version != $glib_config_minor_version) || (glib_micro_version != $glib_config_micro_version)) { printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but GLIB (%d.%d.%d)\n", $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version, glib_major_version, glib_minor_version, glib_micro_version); printf ("*** was found! If pkg-config was correct, then it is best\n"); printf ("*** to remove the old version of GLib. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); printf("*** to point to the correct configuration files\n"); } else if ((glib_major_version != GLIB_MAJOR_VERSION) || (glib_minor_version != GLIB_MINOR_VERSION) || (glib_micro_version != GLIB_MICRO_VERSION)) { printf("*** GLIB header files (version %d.%d.%d) do not match\n", GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", glib_major_version, glib_minor_version, glib_micro_version); } else { if ((glib_major_version > major) || ((glib_major_version == major) && (glib_minor_version > minor)) || ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n", glib_major_version, glib_minor_version, glib_micro_version); printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** GLIB is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GLIB, but you can also set the PKG_CONFIG environment to point to the\n"); printf("*** correct copy of pkg-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else no_glib=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_glib" = x ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $glib_config_major_version.$glib_config_minor_version.$glib_config_micro_version)" >&5 $as_echo "yes (version $glib_config_major_version.$glib_config_minor_version.$glib_config_micro_version)" >&6; } : else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." echo "*** See http://www.freedesktop.org/software/pkgconfig/" else if test -f conf.glibtest ; then : else echo "*** Could not run GLIB test program, checking why..." ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" else echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GLIB is incorrectly installed." fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi GLIB_CFLAGS="" GLIB_LIBS="" GLIB_GENMARSHAL="" GOBJECT_QUERY="" GLIB_MKENUMS="" : fi rm -f conf.glibtest # Extract the first word of "mono", so it can be a program name with args. set dummy mono; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MONO+set}" = set; then : $as_echo_n "(cached) " >&6 else case $MONO in [\\/]* | ?:[\\/]*) ac_cv_path_MONO="$MONO" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MONO="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi MONO=$ac_cv_path_MONO if test -n "$MONO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MONO" >&5 $as_echo "$MONO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmcs", so it can be a program name with args. set dummy gmcs; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MCS+set}" = set; then : $as_echo_n "(cached) " >&6 else case $MCS in [\\/]* | ?:[\\/]*) ac_cv_path_MCS="$MCS" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MCS="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi MCS=$ac_cv_path_MCS if test -n "$MCS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MCS" >&5 $as_echo "$MCS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi CS="C#" if test ! -x "$MCS"; then as_fn_error $? "No $CS compiler found" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mono.pc" >&5 $as_echo_n "checking for mono.pc... " >&6; } if test -z `$PKG_CONFIG --variable=prefix mono`; then as_fn_error $? "missing the mono.pc file, usually found in the mono-devel package" "$LINENO" 5 else { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 $as_echo "found" >&6; } fi needed_dlls="Mono.Posix Mono.Cairo" for i in $needed_dlls; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $i.dll" >&5 $as_echo_n "checking for $i.dll... " >&6; } if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/2.0/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/2.0//$i.dll \); then as_fn_error $? "missing required mono 2.0 DLL: $i.dll" "$LINENO" 5 else { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 $as_echo "found" >&6; } fi done GSTREAMER_REQUIRED_VERSION=0.10.3 pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5 $as_echo_n "checking for GST... " >&6; } if test -n "$GST_CFLAGS"; then pkg_cv_GST_CFLAGS="$GST_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= \$GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= \$GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= \$GSTREAMER_REQUIRED_VERSION\""; } >&5 ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$GST_LIBS"; then pkg_cv_GST_LIBS="$GST_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= \$GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= \$GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= \$GSTREAMER_REQUIRED_VERSION\""; } >&5 ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION" 2>&1` else GST_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GST_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION) were not met: $GST_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GST_CFLAGS and GST_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GST_CFLAGS and GST_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5 ; } else GST_CFLAGS=$pkg_cv_GST_CFLAGS GST_LIBS=$pkg_cv_GST_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi # 2.10 is required for Pango / Cairo compatibility GTKSHARP_REQUIRED=2.10 MONO_REQUIRED=1.1.7 pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MISTELIX_CORE" >&5 $as_echo_n "checking for MISTELIX_CORE... " >&6; } if test -n "$MISTELIX_CORE_CFLAGS"; then pkg_cv_MISTELIX_CORE_CFLAGS="$MISTELIX_CORE_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono >= \$MONO_REQUIRED\""; } >&5 ($PKG_CONFIG --exists --print-errors "mono >= $MONO_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_MISTELIX_CORE_CFLAGS=`$PKG_CONFIG --cflags "mono >= $MONO_REQUIRED" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$MISTELIX_CORE_LIBS"; then pkg_cv_MISTELIX_CORE_LIBS="$MISTELIX_CORE_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono >= \$MONO_REQUIRED\""; } >&5 ($PKG_CONFIG --exists --print-errors "mono >= $MONO_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_MISTELIX_CORE_LIBS=`$PKG_CONFIG --libs "mono >= $MONO_REQUIRED" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then MISTELIX_CORE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mono >= $MONO_REQUIRED" 2>&1` else MISTELIX_CORE_PKG_ERRORS=`$PKG_CONFIG --print-errors "mono >= $MONO_REQUIRED" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$MISTELIX_CORE_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (mono >= $MONO_REQUIRED) were not met: $MISTELIX_CORE_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables MISTELIX_CORE_CFLAGS and MISTELIX_CORE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables MISTELIX_CORE_CFLAGS and MISTELIX_CORE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5 ; } else MISTELIX_CORE_CFLAGS=$pkg_cv_MISTELIX_CORE_CFLAGS MISTELIX_CORE_LIBS=$pkg_cv_MISTELIX_CORE_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MISTELIX" >&5 $as_echo_n "checking for MISTELIX... " >&6; } if test -n "$MISTELIX_CFLAGS"; then pkg_cv_MISTELIX_CFLAGS="$MISTELIX_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0 >= \$GTKSHARP_REQUIRED gnome-sharp-2.0 >= \$GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3\""; } >&5 ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED gnome-sharp-2.0 >= $GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_MISTELIX_CFLAGS=`$PKG_CONFIG --cflags "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED gnome-sharp-2.0 >= $GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$MISTELIX_LIBS"; then pkg_cv_MISTELIX_LIBS="$MISTELIX_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0 >= \$GTKSHARP_REQUIRED gnome-sharp-2.0 >= \$GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3\""; } >&5 ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED gnome-sharp-2.0 >= $GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_MISTELIX_LIBS=`$PKG_CONFIG --libs "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED gnome-sharp-2.0 >= $GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then MISTELIX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED gnome-sharp-2.0 >= $GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3" 2>&1` else MISTELIX_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk-sharp-2.0 >= $GTKSHARP_REQUIRED gnome-sharp-2.0 >= $GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$MISTELIX_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (gtk-sharp-2.0 >= $GTKSHARP_REQUIRED gnome-sharp-2.0 >= $GTKSHARP_REQUIRED mono-addins >= 0.3 mono-addins-setup >= 0.3 mono-addins-gui >= 0.3) were not met: $MISTELIX_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables MISTELIX_CFLAGS and MISTELIX_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables MISTELIX_CFLAGS and MISTELIX_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5 ; } else MISTELIX_CFLAGS=$pkg_cv_MISTELIX_CFLAGS MISTELIX_LIBS=$pkg_cv_MISTELIX_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi GETTEXT_PACKAGE=mistelix cat >>confdefs.h <<_ACEOF #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" _ACEOF for ac_header in locale.h do : ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" if test "x$ac_cv_header_locale_h" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LOCALE_H 1 _ACEOF fi done if test $ac_cv_header_locale_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5 $as_echo_n "checking for LC_MESSAGES... " >&6; } if test "${am_cv_val_LC_MESSAGES+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { return LC_MESSAGES ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_val_LC_MESSAGES=yes else am_cv_val_LC_MESSAGES=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5 $as_echo "$am_cv_val_LC_MESSAGES" >&6; } if test $am_cv_val_LC_MESSAGES = yes; then $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h fi fi USE_NLS=yes gt_cv_have_gettext=no CATOBJEXT=NONE XGETTEXT=: INTLLIBS= ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" if test "x$ac_cv_header_libintl_h" = x""yes; then : gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" # # First check in libc # { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in libc" >&5 $as_echo_n "checking for ngettext in libc... " >&6; } if test "${gt_cv_func_ngettext_libc+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { return !ngettext ("","", 1) ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_ngettext_libc=yes else gt_cv_func_ngettext_libc=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_ngettext_libc" >&5 $as_echo "$gt_cv_func_ngettext_libc" >&6; } if test "$gt_cv_func_ngettext_libc" = "yes" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in libc" >&5 $as_echo_n "checking for dgettext in libc... " >&6; } if test "${gt_cv_func_dgettext_libc+set}" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { return !dgettext ("","") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_dgettext_libc=yes else gt_cv_func_dgettext_libc=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_dgettext_libc" >&5 $as_echo "$gt_cv_func_dgettext_libc" >&6; } fi if test "$gt_cv_func_ngettext_libc" = "yes" ; then for ac_func in bind_textdomain_codeset do : ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_BIND_TEXTDOMAIN_CODESET 1 _ACEOF fi done fi # # If we don't have everything we want, check in libintl # if test "$gt_cv_func_dgettext_libc" != "yes" \ || test "$gt_cv_func_ngettext_libc" != "yes" \ || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bindtextdomain in -lintl" >&5 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; } if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char bindtextdomain (); int main () { return bindtextdomain (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_bindtextdomain=yes else ac_cv_lib_intl_bindtextdomain=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_bindtextdomain" >&5 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; } if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_ngettext+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ngettext (); int main () { return ngettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_ngettext=yes else ac_cv_lib_intl_ngettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } if test "x$ac_cv_lib_intl_ngettext" = x""yes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 $as_echo_n "checking for dgettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_dgettext+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dgettext (); int main () { return dgettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_dgettext=yes else ac_cv_lib_intl_dgettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 $as_echo "$ac_cv_lib_intl_dgettext" >&6; } if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : gt_cv_func_dgettext_libintl=yes fi fi fi if test "$gt_cv_func_dgettext_libintl" != "yes" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -liconv is needed to use gettext" >&5 $as_echo_n "checking if -liconv is needed to use gettext... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 $as_echo "" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_ngettext+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl -liconv $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ngettext (); int main () { return ngettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_ngettext=yes else ac_cv_lib_intl_ngettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } if test "x$ac_cv_lib_intl_ngettext" = x""yes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dcgettext in -lintl" >&5 $as_echo_n "checking for dcgettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_dcgettext+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl -liconv $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dcgettext (); int main () { return dcgettext (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_dcgettext=yes else ac_cv_lib_intl_dcgettext=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dcgettext" >&5 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; } if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then : gt_cv_func_dgettext_libintl=yes libintl_extra_libs=-liconv else : fi else : fi fi # # If we found libintl, then check in it for bind_textdomain_codeset(); # we'll prefer libc if neither have bind_textdomain_codeset(), # and both have dgettext and ngettext # if test "$gt_cv_func_dgettext_libintl" = "yes" ; then glib_save_LIBS="$LIBS" LIBS="$LIBS -lintl $libintl_extra_libs" unset ac_cv_func_bind_textdomain_codeset for ac_func in bind_textdomain_codeset do : ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_BIND_TEXTDOMAIN_CODESET 1 _ACEOF fi done LIBS="$glib_save_LIBS" if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then gt_cv_func_dgettext_libc=no else if test "$gt_cv_func_dgettext_libc" = "yes" \ && test "$gt_cv_func_ngettext_libc" = "yes"; then gt_cv_func_dgettext_libintl=no fi fi fi fi if test "$gt_cv_func_dgettext_libc" = "yes" \ || test "$gt_cv_func_dgettext_libintl" = "yes"; then gt_cv_have_gettext=yes fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then INTLLIBS="-lintl $libintl_extra_libs" fi if test "$gt_cv_have_gettext" = "yes"; then $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then : $as_echo_n "(cached) " >&6 else case "$MSGFMT" in /*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then ac_cv_path_MSGFMT="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != "no"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" for ac_func in dcgettext do : ac_fn_c_check_func "$LINENO" "dcgettext" "ac_cv_func_dcgettext" if test "x$ac_cv_func_dcgettext" = x""yes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DCGETTEXT 1 _ACEOF fi done MSGFMT_OPTS= { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt accepts -c" >&5 $as_echo_n "checking if msgfmt accepts -c... " >&6; } cat >conftest.foo <<_ACEOF msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: test 1.0\n" "PO-Revision-Date: 2007-02-15 12:01+0100\n" "Last-Translator: test \n" "Language-Team: C \n" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" _ACEOF if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$MSGFMT -c -o /dev/null conftest.foo"; } >&5 ($MSGFMT -c -o /dev/null conftest.foo) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then MSGFMT_OPTS=-c; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } echo "$as_me: failed input was:" >&5 sed 's/^/| /' conftest.foo >&5 fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then : $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in /*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then ac_cv_path_XGETTEXT="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : CATOBJEXT=.gmo DATADIRNAME=share else case $host in *-*-solaris*) ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then : CATOBJEXT=.gmo DATADIRNAME=share else CATOBJEXT=.mo DATADIRNAME=lib fi ;; *) CATOBJEXT=.mo DATADIRNAME=lib ;; esac fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$glib_save_LIBS" INSTOBJEXT=.mo else gt_cv_have_gettext=no fi fi fi if test "$gt_cv_have_gettext" = "yes" ; then $as_echo "#define ENABLE_NLS 1" >>confdefs.h fi if test "$XGETTEXT" != ":"; then if $XGETTEXT --omit-header /dev/null 2> /dev/null; then : ; else { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } XGETTEXT=":" fi fi # We need to process the po/ directory. POSUB=po ac_config_commands="$ac_config_commands default-1" for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" done if test "$gt_cv_have_gettext" = "yes"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5 $as_echo_n "checking for catalogs to be installed... " >&6; } NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then NEW_LINGUAS="$NEW_LINGUAS $presentlang" fi done LINGUAS=$NEW_LINGUAS { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5 $as_echo "$LINGUAS" >&6; } fi if test -n "$LINGUAS"; then for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done fi fi MKINSTALLDIRS= if test -n "$ac_aux_dir"; then MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi test -d po || mkdir po if test "x$srcdir" != "x."; then if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then posrcprefix="$srcdir/" else posrcprefix="../$srcdir/" fi else posrcprefix="../" fi rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES LIBGNOME_DESKOP_SO_MAP=$(basename $(find $($PKG_CONFIG --variable=libdir gnome-desktop-2.0) -maxdepth 1 -regex '.*libgnome-desktop-2.so\.[0-9][0-9]*$' | sort | tail -n 1)) pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBMISTELIX" >&5 $as_echo_n "checking for LIBMISTELIX... " >&6; } if test -n "$LIBMISTELIX_CFLAGS"; then pkg_cv_LIBMISTELIX_CFLAGS="$LIBMISTELIX_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gstreamer-0.10 >= \$GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= \$GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= \$GSTREAMER_REQUIRED_VERSION\""; } >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LIBMISTELIX_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$LIBMISTELIX_LIBS"; then pkg_cv_LIBMISTELIX_LIBS="$LIBMISTELIX_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gstreamer-0.10 >= \$GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= \$GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= \$GSTREAMER_REQUIRED_VERSION\""; } >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LIBMISTELIX_LIBS=`$PKG_CONFIG --libs "glib-2.0 gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then LIBMISTELIX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION" 2>&1` else LIBMISTELIX_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$LIBMISTELIX_PKG_ERRORS" >&5 as_fn_error $? "Package requirements (glib-2.0 gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION) were not met: $LIBMISTELIX_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBMISTELIX_CFLAGS and LIBMISTELIX_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables LIBMISTELIX_CFLAGS and LIBMISTELIX_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5 ; } else LIBMISTELIX_CFLAGS=$pkg_cv_LIBMISTELIX_CFLAGS LIBMISTELIX_LIBS=$pkg_cv_LIBMISTELIX_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi LIBMISTELIX_LIBS="$LIBMISTELIX_LIBS -lgstvideo-0.10 -lgstinterfaces-0.10 -lgstcdda-0.10" CSC=gmcs expanded_libdir=`( case $prefix in NONE) prefix=$ac_default_prefix ;; *) ;; esac case $exec_prefix in NONE) exec_prefix=$prefix ;; *) ;; esac eval echo $libdir )` ac_config_files="$ac_config_files src/mistelix" GNOME_ICON_THEME_PREFIX=`$PKG_CONFIG --variable=prefix gnome-icon-theme` ac_config_files="$ac_config_files Makefile mistelix.pc data/Makefile data/mistelix.exe.config src/Defines.cs src/Makefile gstreamer/Makefile po/Makefile.in libmistelix/Makefile extensions/Makefile extensions/SlideTransitions/Makefile extensions/SlideTransitions/BarWipe/Makefile extensions/SlideTransitions/BarnDoorWipe/Makefile extensions/SlideTransitions/Fade/Makefile extensions/SlideTransitions/StarWipe/Makefile extensions/Effects/Makefile extensions/Effects/Grayscale/Makefile extensions/Effects/SepiaTone/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi ac_config_commands="$ac_config_commands po/stamp-it" if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : ${CONFIG_STATUS=./config.status} ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in #( -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by mistelix $as_me 0.33, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ mistelix config.status 0.33 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" Copyright (C) 2010 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # Quote evaled strings. for var in SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ OBJDUMP \ deplibs_check_method \ file_magic_cmd \ AR \ AR_FLAGS \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ SHELL \ ECHO \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_wl \ lt_prog_compiler_pic \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_flag_spec_ld \ hardcode_libdir_separator \ fix_srcfile_path \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec; do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Fix-up fallback echo if it was mangled by the above quoting rules. case \$lt_ECHO in *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` ;; esac ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "src/mistelix") CONFIG_FILES="$CONFIG_FILES src/mistelix" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "mistelix.pc") CONFIG_FILES="$CONFIG_FILES mistelix.pc" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; "data/mistelix.exe.config") CONFIG_FILES="$CONFIG_FILES data/mistelix.exe.config" ;; "src/Defines.cs") CONFIG_FILES="$CONFIG_FILES src/Defines.cs" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "gstreamer/Makefile") CONFIG_FILES="$CONFIG_FILES gstreamer/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "libmistelix/Makefile") CONFIG_FILES="$CONFIG_FILES libmistelix/Makefile" ;; "extensions/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/Makefile" ;; "extensions/SlideTransitions/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/SlideTransitions/Makefile" ;; "extensions/SlideTransitions/BarWipe/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/SlideTransitions/BarWipe/Makefile" ;; "extensions/SlideTransitions/BarnDoorWipe/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/SlideTransitions/BarnDoorWipe/Makefile" ;; "extensions/SlideTransitions/Fade/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/SlideTransitions/Fade/Makefile" ;; "extensions/SlideTransitions/StarWipe/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/SlideTransitions/StarWipe/Makefile" ;; "extensions/Effects/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/Effects/Makefile" ;; "extensions/Effects/Grayscale/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/Effects/Grayscale/Makefile" ;; "extensions/Effects/SepiaTone/Makefile") CONFIG_FILES="$CONFIG_FILES extensions/Effects/SepiaTone/Makefile" ;; "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= trap 'exit_status=$? { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_t=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_t"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$tmp/stdin" case $ac_file in -) cat "$tmp/out" && rm -f "$tmp/out";; *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" } >"$tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # The names of the tagged configurations supported by this script. available_tags="" # ### BEGIN LIBTOOL CONFIG # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # An object symbol dumper. OBJDUMP=$lt_OBJDUMP # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == "file_magic". file_magic_cmd=$lt_file_magic_cmd # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # The name of the directory that contains temporary libtool files. objdir=$objdir # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that does not interpret backslashes. ECHO=$lt_ECHO # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # If ld is used when linking, flag to hardcode \$libdir into a binary # during linking. This must work even if \$libdir does not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \${shlibpath_var} if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain="$ac_aux_dir/ltmain.sh" # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) case $xsi_shell in yes) cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac } # func_basename file func_basename () { func_basename_result="${1##*/}" } # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}" } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). func_stripname () { # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"} } # func_opt_split func_opt_split () { func_opt_split_opt=${1%%=*} func_opt_split_arg=${1#*=} } # func_lo2o object func_lo2o () { case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac } # func_xform libobj-or-source func_xform () { func_xform_result=${1%.*}.lo } # func_arith arithmetic-term... func_arith () { func_arith_result=$(( $* )) } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=${#1} } _LT_EOF ;; *) # Bourne compatible functions. cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_basename file func_basename () { func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; esac } # sed scripts: my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q' my_sed_long_arg='1s/^-[^=]*=//' # func_opt_split func_opt_split () { func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` } # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` } # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "$@"` } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` } _LT_EOF esac case $lt_shell_append in yes) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$1+=\$2" } _LT_EOF ;; *) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$1=\$$1\$2" } _LT_EOF ;; esac sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac ;; "src/mistelix":F) chmod +x src/mistelix ;; "po/stamp-it":C) if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5 fi rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp" >"po/stamp-it.tmp" sed '/^#/d s/^[[].*] *// /^[ ]*$/d '"s|^| $ac_top_srcdir/|" \ "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES" sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r po/POTFILES } ' "po/Makefile.in" >"po/Makefile" rm -f "po/Makefile.tmp" mv "po/stamp-it.tmp" "po/stamp-it" ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi mistelix-0.33/AUTHORS0000644000175000017500000000005711246543334014654 0ustar00jordijordi00000000000000Jordi Mas i Hernandez mistelix-0.33/COPYING0000644000175000017500000000205111246543334014633 0ustar00jordijordi00000000000000Copyright (C) 2008 Jordi Mas i Hernandez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. mistelix-0.33/ChangeLog0000644000175000017500000001272111246543334015357 0ustar00jordijordi000000000000002009-04-25 Jordi Mas * mistelix.doap: new file 2009-04-25 Jordi Mas * src/Makefile.am: Audio selection dialog * src/core/SlideShow.cs: Audio selection dialog * src/datamodel/SlideShowProjectElement.cs: Audio selection dialog * src/dialogs/AddSlideDialog.cs: Audio selection dialog * src/dialogs/AudioSelectionDialog.cs: Audio selection dialog * src/dialogs/PreferencesDialog.cs: Audio selection dialog * src/dialogs/ThemeSelectionDialog.cs: Audio selection dialog * src/mistelix.glade: Audio selection dialog * src/widgets/BrowseFile.cs: Audio selection dialog * src/dialogs/AudioSelectionDialog.cs: Audio selection dialog 2009-04-11 Jordi Mas * src/dialogs/GtkDialog.cs: Make Destroy method virtual * src/dialogs/AddSlideDialog.cs: Load/Save window position * src/dialogs/AboutDialog.cs: Add namespace * src/mistelix.cs: Remove dead code * src/widgets/SlideShowImageView.cs: remove dead code * src/core/DvdProjectBuilder.cs: Fixes Catalog.GetString string * src/core/TheoraProjectBuilder.cs: Fixes Catalog.GetString string * src/core/TransitionManager.cs: Remove dead code * src/core/Preferences.cs: Load/Save window position * src/core/SlideShow.cs: Remove dead code * src/core/SvgImage.cs: Add namespace * src/core/SlideImage.cs: Remove dead code 2009-04-10 Jordi Mas * configure.in: New effects structure * src/widgets/SlideShowImageView.cs: New effects structure * src/core/EffectManager.cs: New effects structure * src/core/SlideImage.cs: New effects structure * src/datamodel/Effect.cs: New effects structure * src/datamodel/SlideShowProjectElement.cs: New effects structure * extensions/Effects/: revamped effects 2009-04-09 Jordi Mas * dialogs/PreferencesDialog.cs: Transitions process single images * dialogs/AddSlideDialog.cs: Transitions process single images * mistelix.cs: Transitions process single images * widgets/SlideShowImageView.cs : Transitions process single images * core/TransitionManager.cs: Transitions process single images * core/EffectManager.cs: Transitions process single images * core/SlideShow.cs: Transitions process single images * core/SlideImage.cs: Transitions process single images * core/NoneTransition.cs: Transitions process single images * Makefile.am: Transitions process single images * datamodel/Transition.cs: Transitions process single images * datamodel/SlideShowProjectElement.cs: Transitions process one image * datamodel/ITransition.cs: Transitions process single images * mistelix.addin.xml: Transitions process single images 2009-04-08 Jordi Mas * Test/: New test infrastructure (performance & unit tests) * src/core/SlideImage.cs: Better load LoadPixBuffer 2009-04-05 Jordi Mas * src/dialogs/NewProjectDialog.cs: Allow to set output resolution * src/dialogs/PreferencesDialog.cs: Allow to set output resolution * src/dialogs/ProjectPropertiesDialog.cs: Allow to set output resolution * src/dialogs/AddSlideDialog.cs: Allow to set output resolution * src/core/Button.cs: Allow to set output resolution * src/core/ResolutionManager.cs: Allow to set output resolution * src/core/SlideShow.cs: Allow to set output resolution * src/core/ThumbnailSizeManager.cs: Allow to set output resolution * src/Makefile.am: New files * src/mistelix.glade: Allow to set output resolution * src/datamodel/ProjectDetails.cs: Allow to set output resolution * src/datamodel/ThumbnailSize.cs: Allow to set output resolution * src/datamodel/Resolution.cs: Allow to set output resolution * src/datamodel/Project.cs: Allow to set output resolution * autogen.sh: No need for gnome-docs 2009-04-03 Jordi Mas * Makefile.am: mistelix.pc support * mistelix.pc.in: pkg-config file * src/mistelix.cs: fixes debugger output * src/core/SlideImage.cs: fixes and conversions 2009-03-31 Jordi Mas * src/core/SlideImage.cs: Define properties * src/core/MistelixLib.cs: Use properties to access slide image data * extensions/Effects/Brightness/: Use properties to access data * src/mistelix.cs: Better debug parameter handling 2009-03-30 Jordi Mas * configure.in: New make files * src/mistelix.cs: Use EffectManager.List * src/widgets/SlideShowImageView.cs: Effect managment * src/core/EffectManager.cs: fixes * src/Makefile.am: Changes in filenames * src/datamodel/Effect.cs: New methods * src/datamodel/SlideShowProjectElement.cs: Effect handling for image * extensions/Effects/Brightness/: new effect extension * extensions/Effects/Contrast/: new effect extension 2009-03-25 Jordi Mas * src/dialogs/AddSlideDialog.cs: Remove old image cache system * src/mistelix.cs: Show effects at startup * src/widgets/SlideShowImageView.cs: Initial effect support & switch cairo surface view * src/widgets/DataImageSurface.cs: Encapsulates a Image Surface with data associated * src/PixbufImageSurface.cs: Specialitzation of DataImageSurface * src/widgets/FileView.cs: Remove all cache system * src/widgets/GtkMenu.cs: Menu separator * src/core/NoneEffect.cs: First version * src/core/EffectManager.cs: Manages effects * src/core/SlideImage.cs: Apply effects & thumbnailing support * src/Makefile.am: New files * src/datamodel/SlideShowProjectElement.cs: Switch to properties * src/datamodel/IEffect.cs: First definition of an effect 2009-03-17 Jordi Mas * Initial release mistelix-0.33/INSTALL0000644000175000017500000002243211204006022014614 0ustar00jordijordi00000000000000Installation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Basic Installation ================== These are generic installation instructions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. (Caching is disabled by default to prevent problems with accidental use of stale cache files.) If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You only need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. If you're using `csh' on an old version of System V, you might need to type `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. If you have to use a `make' that does not support the `VPATH' variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Here is a another example: /bin/bash ./configure CONFIG_SHELL=/bin/bash Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent configuration-related scripts to be executed by `/bin/bash'. `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of the options to `configure', and exit. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. mistelix-0.33/NEWS0000644000175000017500000000251111516333417014277 0ustar00jordijordi00000000000000Mistelix NEWS Version 0.33 * 1 bug fix * New project web site references * Updated and new translations Version 0.32 * 4 bug fixes * Ported from UI Glade to Builder * New birthday theme * Updated and new translations Version 0.31 * 9 bug fixes * Updated & new translations * Automake 1.10 Version 0.3 * New Welcome view * Recent used files * Small UI enhacemets * GNOME Thumbnailing integration * Possibility to drag files from other applications * Select video time & slide in slideshow for thumbnail * New slideshows transitions * Bug fixes Version 0.22 * 19 bug fixes Version 0.21 * 11 bug fixes * Updated translations Version 0.2 * Better aspect ratio * Shows default image when no preview available * Better previews (showing the image as it will be shown) * Effects * Select resolution for Theora videos * Redo project properties in tabs: General, Transitions, DVD, Theora * Vorbis and MP3 audio support for Theora slideshown authoring * More clear report of dependencies * Basic preview of slideshowns * Use alpha when selecting color for texts and buttons backgrounds Version 0.1 * Create slideshows from a set of images * Include videos in your projects * Create new slide transition effects using extensions * Publish your projects into DVD or Theora videos * Localizable to any language * Save and load authoring projects mistelix-0.33/compile0000755000175000017500000000717311204006022015146 0ustar00jordijordi00000000000000#! /bin/sh # Wrapper for compilers which do not understand `-c -o'. scriptversion=2005-05-14.22 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . case $1 in '') echo "$0: No command. Try \`$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand `-c -o'. Remove `-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file `INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; esac ofile= cfile= eat= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as `compile cc -o foo foo.c'. # So we strip `-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no `-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # `.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` # Create the lock directory. # Note: use `[/.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: mistelix-0.33/config.guess0000755000175000017500000012763711371534605016142 0ustar00jordijordi00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. timestamp='2009-12-30' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA # 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Per Bothner. Please send patches (context # diff format) to and include a ChangeLog # entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm:riscos:*:*|arm:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) case ${UNAME_MACHINE} in pc98) echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-gnu else echo ${UNAME_MACHINE}-unknown-linux-gnueabi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit ;; crisv32:Linux:*:*) echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) echo frv-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __dietlibc__ LIBC=dietlibc #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) echo or32-unknown-linux-gnu exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-gnu ;; PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in i386) eval $set_cc_for_build if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then UNAME_PROCESSOR="x86_64" fi fi ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 eval $set_cc_for_build cat >$dummy.c < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; c34*) echo c34-convex-bsd exit ;; c38*) echo c38-convex-bsd exit ;; c4*) echo c4-convex-bsd exit ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: mistelix-0.33/config.sub0000755000175000017500000010344511371534605015574 0ustar00jordijordi00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. timestamp='2010-01-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA # 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Please send patches to . Submit a context # diff and a properly formatted GNU ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | ubicom32 \ | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12 | picochip) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile-* | tilegx-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze) basic_machine=microblaze-xilinx ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; mvs) basic_machine=i370-ibm os=-mvs ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc) basic_machine=powerpc-unknown ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; tic55x | c55x*) basic_machine=tic55x-unknown os=-coff ;; tic6x | c6x*) basic_machine=tic6x-unknown os=-coff ;; # This must be matched before tile*. tilegx*) basic_machine=tilegx-unknown os=-linux-gnu ;; tile*) basic_machine=tile-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -kaos*) os=-kaos ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 # This also exists in the configure program, but was not the # default. # os=-sunos4 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: mistelix-0.33/depcomp0000755000175000017500000003710011204006022015136 0ustar00jordijordi00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2005-07-09.11 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try \`$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by `PROGRAMS ARGS'. object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputing dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ## The second -e expression handles DOS-style file names with drive letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the `deleted header file' problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. tr ' ' ' ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as ## well. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like `#:fec' to the end of the # dependency line. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ tr ' ' ' ' >> $depfile echo >> $depfile # The second pass generates a dummy entry for each header file. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> $depfile else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts `$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` tmpdepfile="$stripped.u" if test "$libtool" = yes; then "$@" -Wc,-M else "$@" -M fi stat=$? if test -f "$tmpdepfile"; then : else stripped=`echo "$stripped" | sed 's,^.*/,,'` tmpdepfile="$stripped.u" fi if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi if test -f "$tmpdepfile"; then outname="$stripped.o" # Each line is of the form `foo.o: dependent.h'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; icc) # Intel's C compiler understands `-MD -MF file'. However on # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c # ICC 7.0 will fill foo.d with something like # foo.o: sub/foo.c # foo.o: sub/foo.h # which is wrong. We want: # sub/foo.o: sub/foo.c # sub/foo.o: sub/foo.h # sub/foo.c: # sub/foo.h: # ICC 7.1 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using \ : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in `foo.d' instead, so we check for that too. # Subdirectories are respected. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then # With Tru64 cc, shared objects can also be used to make a # static library. This mecanism is used in libtool 1.4 series to # handle both shared and static libraries in a single compilation. # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. # # With libtool 1.5 this exception was removed, and libtool now # generates 2 separate objects for the 2 libraries. These two # compilations output dependencies in in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 tmpdepfile2=$dir$base.o.d # libtool 1.5 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.o.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d tmpdepfile4=$dir$base.d "$@" -MD fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for `:' # in the target name. This is to cope with DOS-style filenames: # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. "$@" $dashmflag | sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" tr ' ' ' ' < "$tmpdepfile" | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # X makedepend shift cleared=no for arg in "$@"; do case $cleared in no) set ""; shift cleared=yes ;; esac case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix="`echo $object | sed 's/^.*\././'`" touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o, # because we must use -o when running libtool. "$@" || exit $? IFS=" " for arg do case "$arg" in "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" echo " " >> "$depfile" . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: mistelix-0.33/install-sh0000755000175000017500000002202111204006022015561 0ustar00jordijordi00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2005-05-14.22 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. It can only install one file at a time, a restriction # shared with many OS's install programs. # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit="${DOITPROG-}" # put in absolute paths if you don't have them in your path; or use env. vars. mvprog="${MVPROG-mv}" cpprog="${CPPROG-cp}" chmodprog="${CHMODPROG-chmod}" chownprog="${CHOWNPROG-chown}" chgrpprog="${CHGRPPROG-chgrp}" stripprog="${STRIPPROG-strip}" rmprog="${RMPROG-rm}" mkdirprog="${MKDIRPROG-mkdir}" chmodcmd="$chmodprog 0755" chowncmd= chgrpcmd= stripcmd= rmcmd="$rmprog -f" mvcmd="$mvprog" src= dst= dir_arg= dstarg= no_target_directory= usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: -c (ignored) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. --help display this help and exit. --version display version info and exit. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test -n "$1"; do case $1 in -c) shift continue;; -d) dir_arg=true shift continue;; -g) chgrpcmd="$chgrpprog $2" shift shift continue;; --help) echo "$usage"; exit $?;; -m) chmodcmd="$chmodprog $2" shift shift continue;; -o) chowncmd="$chownprog $2" shift shift continue;; -s) stripcmd=$stripprog shift continue;; -t) dstarg=$2 shift shift continue;; -T) no_target_directory=true shift continue;; --version) echo "$0 $scriptversion"; exit $?;; *) # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. test -n "$dir_arg$dstarg" && break # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dstarg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dstarg" shift # fnord fi shift # arg dstarg=$arg done break;; esac done if test -z "$1"; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call `install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi for src do # Protect names starting with `-'. case $src in -*) src=./$src ;; esac if test -n "$dir_arg"; then dst=$src src= if test -d "$dst"; then mkdircmd=: chmodcmd= else mkdircmd=$mkdirprog fi else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dstarg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dstarg # Protect names starting with `-'. case $dst in -*) dst=./$dst ;; esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dstarg: Is a directory" >&2 exit 1 fi dst=$dst/`basename "$src"` fi fi # This sed command emulates the dirname command. dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` # Make sure that the destination directory exists. # Skip lots of stat calls in the usual case. if test ! -d "$dstdir"; then defaultIFS=' ' IFS="${IFS-$defaultIFS}" oIFS=$IFS # Some sh's can't handle IFS=/ for some reason. IFS='%' set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` shift IFS=$oIFS pathcomp= while test $# -ne 0 ; do pathcomp=$pathcomp$1 shift if test ! -d "$pathcomp"; then $mkdirprog "$pathcomp" # mkdir can fail with a `File exist' error in case several # install-sh are creating the directory concurrently. This # is OK. test -d "$pathcomp" || exit fi pathcomp=$pathcomp/ done fi if test -n "$dir_arg"; then $doit $mkdircmd "$dst" \ && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \ && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; } else dstfile=`basename "$dst"` # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 trap '(exit $?); exit' 1 2 13 15 # Copy the file name to the temp name. $doit $cpprog "$src" "$dsttmp" && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } && # Now rename the file to the real destination. { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \ || { # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { if test -f "$dstdir/$dstfile"; then $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \ || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \ || { echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 (exit 1); exit 1 } else : fi } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" } } fi || { (exit 1); exit 1; } done # The final little trick to "correctly" pass the exit status to the exit trap. { (exit 0); exit 0 } # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: mistelix-0.33/ltmain.sh0000755000175000017500000073341511463224467015446 0ustar00jordijordi00000000000000# Generated from ltmain.m4sh. # ltmain.sh (GNU libtool) 2.2.6b # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, # or obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Usage: $progname [OPTION]... [MODE-ARG]... # # Provide generalized library-building support services. # # --config show all configuration variables # --debug enable verbose shell tracing # -n, --dry-run display commands without modifying any files # --features display basic configuration information and exit # --mode=MODE use operation mode MODE # --preserve-dup-deps don't remove duplicate dependency libraries # --quiet, --silent don't print informational messages # --tag=TAG use configuration variables from tag TAG # -v, --verbose print informational messages (default) # --version print version information # -h, --help print short or long help message # # MODE must be one of the following: # # clean remove files from the build directory # compile compile a source file into a libtool object # execute automatically set library path, then run a program # finish complete the installation of libtool libraries # install install libraries or executables # link create a library or an executable # uninstall remove libraries from an installed directory # # MODE-ARGS vary depending on the MODE. # Try `$progname --help --mode=MODE' for a more detailed description of MODE. # # When reporting a bug, please describe a test case to reproduce it and # include the following information: # # host-triplet: $host # shell: $SHELL # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) # $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1 # automake: $automake_version # autoconf: $autoconf_version # # Report bugs to . PROGRAM=ltmain.sh PACKAGE=libtool VERSION="2.2.6b Debian-2.2.6b-2ubuntu1" TIMESTAMP="" package_revision=1.3017 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # NLS nuisances: We save the old values to restore during execute mode. # Only set LANG and LC_ALL to C if already set. # These must not be set unconditionally because not all systems understand # e.g. LANG=C (notably SCO). lt_user_locale= lt_safe_locale= for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${$lt_var+set}\" = set; then save_$lt_var=\$$lt_var $lt_var=C export $lt_var lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" fi" done $lt_unset CDPATH : ${CP="cp -f"} : ${ECHO="echo"} : ${EGREP="/bin/grep -E"} : ${FGREP="/bin/grep -F"} : ${GREP="/bin/grep"} : ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SED="/bin/sed"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} # Global variables: EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. exit_status=$EXIT_SUCCESS # Make sure IFS has a sensible default lt_nl=' ' IFS=" $lt_nl" dirname="s,/[^/]*$,," basename="s,^.*/,," # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } # Generated shell functions inserted here. # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath="$0" # The name of this program: # In the unlikely event $progname began with a '-', it would play havoc with # func_echo (imagine progname=-n), so we prepend ./ in that case: func_dirname_and_basename "$progpath" progname=$func_basename_result case $progname in -*) progname=./$progname ;; esac # Make sure we have an absolute path for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=$func_dirname_result progdir=`cd "$progdir" && pwd` progpath="$progdir/$progname" ;; *) save_IFS="$IFS" IFS=: for progdir in $PATH; do IFS="$save_IFS" test -x "$progdir/$progname" && break done IFS="$save_IFS" test -n "$progdir" || progdir=`pwd` progpath="$progdir/$progname" ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed="${SED}"' -e 1s/^X//' sed_quote_subst='s/\([`"$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Re-`\' parameter expansions in output of double_quote_subst that were # `\'-ed in input to the same. If an odd number of `\' preceded a '$' # in input to double_quote_subst, that '$' was protected from expansion. # Since each input `\' is now two `\'s, look for any number of runs of # four `\'s followed by two `\'s and then a '$'. `\' that '$'. bs='\\' bs2='\\\\' bs4='\\\\\\\\' dollar='\$' sed_double_backslash="\ s/$bs4/&\\ /g s/^$bs2$dollar/$bs&/ s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g s/\n//g" # Standard options: opt_dry_run=false opt_help=false opt_quiet=false opt_verbose=false opt_warning=: # func_echo arg... # Echo program name prefixed message, along with the current mode # name if it has been set yet. func_echo () { $ECHO "$progname${mode+: }$mode: $*" } # func_verbose arg... # Echo program name prefixed message in verbose mode only. func_verbose () { $opt_verbose && func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_error arg... # Echo program name prefixed message to standard error. func_error () { $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2 } # func_warning arg... # Echo program name prefixed warning message to standard error. func_warning () { $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2 # bash bug again: : } # func_fatal_error arg... # Echo program name prefixed message to standard error, and exit. func_fatal_error () { func_error ${1+"$@"} exit $EXIT_FAILURE } # func_fatal_help arg... # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { func_error ${1+"$@"} func_fatal_error "$help" } help="Try \`$progname --help' for more information." ## default # func_grep expression filename # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $GREP "$1" "$2" >/dev/null 2>&1 } # func_mkdir_p directory-path # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { my_directory_path="$1" my_dir_list= if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then # Protect directory names starting with `-' case $my_directory_path in -*) my_directory_path="./$my_directory_path" ;; esac # While some portion of DIR does not yet exist... while test ! -d "$my_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. my_dir_list="$my_directory_path:$my_dir_list" # If the last portion added has no slash in it, the list is done case $my_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` done my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` save_mkdir_p_IFS="$IFS"; IFS=':' for my_dir in $my_dir_list; do IFS="$save_mkdir_p_IFS" # mkdir can fail with a `File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$my_dir" 2>/dev/null || : done IFS="$save_mkdir_p_IFS" # Bail out if we (or some other process) failed to create a directory. test -d "$my_directory_path" || \ func_fatal_error "Failed to create \`$1'" fi } # func_mktempdir [string] # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, STRING is the basename for that directory. func_mktempdir () { my_template="${TMPDIR-/tmp}/${1-$progname}" if test "$opt_dry_run" = ":"; then # Return a directory name, but don't create it in dry-run mode my_tmpdir="${my_template}-$$" else # If mktemp works, use that first and foremost my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` if test ! -d "$my_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race my_tmpdir="${my_template}-${RANDOM-0}$$" save_mktempdir_umask=`umask` umask 0077 $MKDIR "$my_tmpdir" umask $save_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$my_tmpdir" || \ func_fatal_error "cannot create temporary directory \`$my_tmpdir'" fi $ECHO "X$my_tmpdir" | $Xsed } # func_quote_for_eval arg # Aesthetically quote ARG to be evaled later. # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT # is double-quoted, suitable for a subsequent eval, whereas # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters # which are still active within double quotes backslashified. func_quote_for_eval () { case $1 in *[\\\`\"\$]*) func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; *) func_quote_for_eval_unquoted_result="$1" ;; esac case $func_quote_for_eval_unquoted_result in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and and variable # expansion for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" ;; *) func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" esac } # func_quote_for_expand arg # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { case $1 in *[\\\`\"]*) my_arg=`$ECHO "X$1" | $Xsed \ -e "$double_quote_subst" -e "$sed_double_backslash"` ;; *) my_arg="$1" ;; esac case $my_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") my_arg="\"$my_arg\"" ;; esac func_quote_for_expand_result="$my_arg" } # func_show_eval cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$my_cmd" my_status=$? if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_show_eval_locale cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$lt_user_locale $my_cmd" my_status=$? eval "$lt_safe_locale" if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_version # Echo version message to standard output and exit. func_version () { $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { s/^# // s/^# *$// s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ p }' < "$progpath" exit $? } # func_usage # Echo short help message to standard output and exit. func_usage () { $SED -n '/^# Usage:/,/# -h/ { s/^# // s/^# *$// s/\$progname/'$progname'/ p }' < "$progpath" $ECHO $ECHO "run \`$progname --help | more' for full usage" exit $? } # func_help # Echo long help message to standard output and exit. func_help () { $SED -n '/^# Usage:/,/# Report bugs to/ { s/^# // s/^# *$// s*\$progname*'$progname'* s*\$host*'"$host"'* s*\$SHELL*'"$SHELL"'* s*\$LTCC*'"$LTCC"'* s*\$LTCFLAGS*'"$LTCFLAGS"'* s*\$LD*'"$LD"'* s/\$with_gnu_ld/'"$with_gnu_ld"'/ s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ p }' < "$progpath" exit $? } # func_missing_arg argname # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { func_error "missing argument for $1" exit_cmd=exit } exit_cmd=: # Check that we have a working $ECHO. if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then # Yippee, $ECHO works! : else # Restart under the correct shell, and then maybe $ECHO will work. exec $SHELL "$progpath" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat </dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # Parse options once, thoroughly. This comes as soon as possible in # the script to make things like `libtool --version' happen quickly. { # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Parse non-mode specific arguments: while test "$#" -gt 0; do opt="$1" shift case $opt in --config) func_config ;; --debug) preserve_args="$preserve_args $opt" func_echo "enabling shell trace mode" opt_debug='set -x' $opt_debug ;; -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break execute_dlfiles="$execute_dlfiles $1" shift ;; --dry-run | -n) opt_dry_run=: ;; --features) func_features ;; --finish) mode="finish" ;; --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break case $1 in # Valid mode arguments: clean) ;; compile) ;; execute) ;; finish) ;; install) ;; link) ;; relink) ;; uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $opt" exit_cmd=exit break ;; esac mode="$1" shift ;; --preserve-dup-deps) opt_duplicate_deps=: ;; --quiet|--silent) preserve_args="$preserve_args $opt" opt_silent=: ;; --verbose| -v) preserve_args="$preserve_args $opt" opt_silent=false ;; --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break preserve_args="$preserve_args $opt $1" func_enable_tag "$1" # tagname is set here shift ;; # Separate optargs to long options: -dlopen=*|--mode=*|--tag=*) func_opt_split "$opt" set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"} shift ;; -\?|-h) func_usage ;; --help) opt_help=: ;; --version) func_version ;; -*) func_fatal_help "unrecognized option \`$opt'" ;; *) nonopt="$opt" break ;; esac done case $host in *cygwin* | *mingw* | *pw32* | *cegcc*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_duplicate_deps ;; esac # Having warned about all mis-specified options, bail out if # anything was wrong. $exit_cmd $EXIT_FAILURE } # func_check_version_match # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } ## ----------- ## ## Main. ## ## ----------- ## $opt_help || { # Sanity checks first: func_check_version_match if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then func_fatal_configuration "not configured to build any kind of library" fi test -z "$mode" && func_fatal_error "error: you must specify a MODE." # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$execute_dlfiles" && test "$mode" != execute; then func_error "unrecognized option \`-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help="$help" help="Try \`$progname --help --mode=$mode' for more information." } # func_lalib_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null \ | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_unsafe_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if `file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case "$lalib_p_line" in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test "$lalib_p" = yes } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { func_lalib_p "$1" } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_ltwrapper_scriptname_result="" if func_ltwrapper_executable_p "$1"; then func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" fi } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $opt_debug save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$save_ifs eval cmd=\"$cmd\" func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. func_source () { $opt_debug case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $opt_debug if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_quote_for_eval "$arg" CC_quoted="$CC_quoted $func_quote_for_eval_result" done case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_quote_for_eval "$arg" CC_quoted="$CC_quoted $func_quote_for_eval_result" done case "$@ " in " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with \`--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=${1} if test "$build_libtool_libs" = yes; then write_lobj=\'${2}\' else write_lobj=none fi if test "$build_old_libs" = yes; then write_oldobj=\'${3}\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T <?"'"'"' &()|`$[]' \ && func_warning "libobj name \`$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname="$func_basename_result" xdir="$func_dirname_result" lobj=${xdir}$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test "$build_old_libs" = yes; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test "$need_locks" = yes; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test "$need_locks" = warn; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi removelist="$removelist $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist removelist="$removelist $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 if test -n "$fix_srcfile_path"; then eval srcfile=\"$fix_srcfile_path\" fi func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test "$build_libtool_libs" = yes; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test "$pic_mode" != no; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir command="$command -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test "$suppress_opt" = yes; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test "$build_old_libs" = yes; then if test "$pic_mode" != yes; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test "$compiler_c_o" = yes; then command="$command -o $obj" fi # Suppress compiler output if we already did a PIC compilation. command="$command$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test "$need_locks" != no; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test "$mode" = compile && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to building PIC objects only -prefer-non-pic try to building non-PIC objects only -shared do not build a \`.o' file suitable for static linking -static only build a \`.o' file suitable for static linking COMPILE-COMMAND is a command to be used in creating a \`standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix \`.c' with the library object suffix, \`.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to \`-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the \`--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the \`install' or \`cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE Use a list of object files found in FILE to specify objects -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface All other options (arguments beginning with \`-') are ignored. Every other argument is treated as a filename. Files ending in \`.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only library objects (\`.lo' files) may be specified, and \`-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created using \`ar' and \`ranlib', or on Windows using \`lib'. If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode \`$mode'" ;; esac $ECHO $ECHO "Try \`$progname --help' for more information about other modes." exit $? } # Now that we've collected a possible --mode arg, show help if necessary $opt_help && func_mode_help # func_mode_execute arg... func_mode_execute () { $opt_debug # The first argument is the command name. cmd="$nonopt" test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $execute_dlfiles; do test -f "$file" \ || func_fatal_help "\`$file' is not a file" dir= case $file in *.la) # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "\`$file' was not linked with \`-export-dynamic'" continue fi func_dirname "$file" "" "." dir="$func_dirname_result" if test -f "$dir/$objdir/$dlname"; then dir="$dir/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir="$func_dirname_result" ;; *) func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir="$absdir" # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic="$magic" # Check if any of the arguments is a wrapper script. args= for file do case $file in -*) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file="$progdir/$program" elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file="$progdir/$program" fi ;; esac # Quote arguments (to preserve shell metacharacters). func_quote_for_eval "$file" args="$args $func_quote_for_eval_result" done if test "X$opt_dry_run" = Xfalse; then if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd="\$cmd$args" else # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" $ECHO "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS fi } test "$mode" = execute && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $opt_debug libdirs="$nonopt" admincmds= if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for dir do libdirs="$libdirs $dir" done for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || admincmds="$admincmds $cmds" fi done fi # Exit here if they wanted silent mode. $opt_silent && exit $EXIT_SUCCESS $ECHO "X----------------------------------------------------------------------" | $Xsed $ECHO "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done $ECHO $ECHO "If you ever happen to want to link against installed libraries" $ECHO "in a given directory, LIBDIR, you must either use libtool, and" $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'" $ECHO "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then $ECHO " - add LIBDIR to the \`$shlibpath_var' environment variable" $ECHO " during execution" fi if test -n "$runpath_var"; then $ECHO " - add LIBDIR to the \`$runpath_var' environment variable" $ECHO " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the \`$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then $ECHO " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" fi $ECHO $ECHO "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual" $ECHO "pages." ;; *) $ECHO "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac $ECHO "X----------------------------------------------------------------------" | $Xsed exit $EXIT_SUCCESS } test "$mode" = finish && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $opt_debug # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. $ECHO "X$nonopt" | $GREP shtool >/dev/null; then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" install_prog="$install_prog$func_quote_for_eval_result" # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=no stripme= for arg do if test -n "$dest"; then files="$files $dest" dest=$arg continue fi case $arg in -d) isdir=yes ;; -f) case " $install_prog " in *[\\\ /]cp\ *) ;; *) prev=$arg ;; esac ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" install_prog="$install_prog $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the \`$prev' option requires an argument" if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=yes if test "$isdir" = yes; then destdir="$dest" destname= else func_dirname_and_basename "$dest" "" "." destdir="$func_dirname_result" destname="$func_basename_result" # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "\`$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "\`$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. staticlibs="$staticlibs $file" ;; *.la) # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) current_libdirs="$current_libdirs $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) future_libdirs="$future_libdirs $libdir" ;; esac fi func_dirname "$file" "/" "" dir="$func_dirname_result" dir="$dir$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` fi func_warning "relinking \`$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname="$1" shift srcname="$realname" test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme="$stripme" case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme="" ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try `ln -sf' first, because the `ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib="$destdir/$realname" func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name="$func_basename_result" instname="$dir/$name"i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest="$destfile" destfile= ;; *) func_fatal_help "cannot copy a libtool object to \`$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test "$build_old_libs" = yes; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext="" case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=".exe" fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script \`$wrapper'" finalize=yes for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then func_warning "\`$lib' has not been installed in \`$libdir'" finalize=no fi done relink_command= func_source "$wrapper" outputname= if test "$fast_install" = no && test -n "$relink_command"; then $opt_dry_run || { if test "$finalize" = yes; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file="$func_basename_result" outputname="$tmpdir/$file" # Replace the output file specification. relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` $opt_silent || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink \`$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file="$outputname" else func_warning "cannot relink \`$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name="$func_basename_result" # Set up the ranlib parameters. oldlib="$destdir/$name" func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run \`$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test "$mode" = install && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $opt_debug my_outputname="$1" my_originator="$2" my_pic_p="${3-no}" my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms="${my_outputname}S.c" else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist="$output_objdir/${my_outputname}.nm" func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif /* External symbol declarations for the compiler. */\ " if test "$dlself" = yes; then func_verbose "generating symbol list for \`$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` for progfile in $progfiles; do func_verbose "extracting global C symbols from \`$progfile'" $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols="$output_objdir/$outputname.exp" $opt_dry_run || { $RM $export_symbols eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from \`$dlprefile'" func_basename "$dlprefile" name="$func_basename_result" $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'" } done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms" fi $ECHO >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; " case $host in *cygwin* | *mingw* | *cegcc* ) $ECHO >> "$output_objdir/$my_dlsyms" "\ /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */" lt_dlsym_const= ;; *osf5*) echo >> "$output_objdir/$my_dlsyms" "\ /* This system does not cope well with relocations in const data */" lt_dlsym_const= ;; *) lt_dlsym_const=const ;; esac $ECHO >> "$output_objdir/$my_dlsyms" "\ extern $lt_dlsym_const lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[]; $lt_dlsym_const lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = {\ { \"$my_originator\", (void *) 0 }," case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac $ECHO >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) if test "X$my_pic_p" != Xno; then pic_flag_for_symtable=" $pic_flag" fi ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) symtab_cflags="$symtab_cflags $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' # Transform the symbol file into the correct name. symfileobj="$output_objdir/${my_outputname}S.$objext" case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for \`$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` fi } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. func_win32_libid () { $opt_debug win32_libid_type="unknown" win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then win32_nmres=`eval $NM -f posix -A $1 | $SED -n -e ' 1,100{ / I /{ s,.*,import, p q } }'` case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_extract_an_archive dir oldlib func_extract_an_archive () { $opt_debug f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?' if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $opt_debug my_gentop="$1"; shift my_oldlibs=${1+"$@"} my_oldobjs="" my_xlib="" my_xabs="" my_xdir="" for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib="$func_basename_result" my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir="$my_gentop/$my_xlib_u" func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` darwin_base_archive=`basename "$darwin_archive"` darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches ; do func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" func_extract_an_archive "`pwd`" "${darwin_base_archive}" cd "$darwin_curdir" $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` done func_extract_archives_result="$my_oldobjs" } # func_emit_wrapper_part1 [arg=no] # # Emit the first part of a libtool wrapper script on stdout. # For more information, see the description associated with # func_emit_wrapper(), below. func_emit_wrapper_part1 () { func_emit_wrapper_part1_arg1=no if test -n "$1" ; then func_emit_wrapper_part1_arg1=$1 fi $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='${SED} -e 1s/^X//' sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then ECHO=\"$qecho\" file=\"\$0\" # Make sure echo works. if test \"X\$1\" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then # Yippee, \$ECHO works! : else # Restart under the correct shell, and then maybe \$ECHO will work. exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} fi fi\ " $ECHO "\ # Find the directory that this script lives in. thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` done " } # end: func_emit_wrapper_part1 # func_emit_wrapper_part2 [arg=no] # # Emit the second part of a libtool wrapper script on stdout. # For more information, see the description associated with # func_emit_wrapper(), below. func_emit_wrapper_part2 () { func_emit_wrapper_part2_arg1=no if test -n "$1" ; then func_emit_wrapper_part2_arg1=$1 fi $ECHO "\ # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test "$fast_install" = yes; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else $ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` export $shlibpath_var " fi # fixup the dll searchpath if we need to. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 fi else # The program doesn't exist. \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # end: func_emit_wrapper_part2 # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory in which it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=no if test -n "$1" ; then func_emit_wrapper_arg1=$1 fi # split this up so that func_emit_cwrapperexe_src # can call each part independently. func_emit_wrapper_part1 "${func_emit_wrapper_arg1}" func_emit_wrapper_part2 "${func_emit_wrapper_arg1}" } # func_to_host_path arg # # Convert paths to host format when used with build tools. # Intended for use with "native" mingw (where libtool itself # is running under the msys shell), or in the following cross- # build environments: # $build $host # mingw (msys) mingw [e.g. native] # cygwin mingw # *nix + wine mingw # where wine is equipped with the `winepath' executable. # In the native mingw case, the (msys) shell automatically # converts paths for any non-msys applications it launches, # but that facility isn't available from inside the cwrapper. # Similar accommodations are necessary for $host mingw and # $build cygwin. Calling this function does no harm for other # $host/$build combinations not listed above. # # ARG is the path (on $build) that should be converted to # the proper representation for $host. The result is stored # in $func_to_host_path_result. func_to_host_path () { func_to_host_path_result="$1" if test -n "$1" ; then case $host in *mingw* ) lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' case $build in *mingw* ) # actually, msys # awkward: cmd appends spaces to result lt_sed_strip_trailing_spaces="s/[ ]*\$//" func_to_host_path_tmp1=`( cmd //c echo "$1" |\ $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ $SED -e "$lt_sed_naive_backslashify"` ;; *cygwin* ) func_to_host_path_tmp1=`cygpath -w "$1"` func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ $SED -e "$lt_sed_naive_backslashify"` ;; * ) # Unfortunately, winepath does not exit with a non-zero # error code, so we are forced to check the contents of # stdout. On the other hand, if the command is not # found, the shell will set an exit code of 127 and print # *an error message* to stdout. So we must check for both # error code of zero AND non-empty stdout, which explains # the odd construction: func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ $SED -e "$lt_sed_naive_backslashify"` else # Allow warning below. func_to_host_path_result="" fi ;; esac if test -z "$func_to_host_path_result" ; then func_error "Could not determine host path corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_path_result="$1" fi ;; esac fi } # end: func_to_host_path # func_to_host_pathlist arg # # Convert pathlists to host format when used with build tools. # See func_to_host_path(), above. This function supports the # following $build/$host combinations (but does no harm for # combinations not listed here): # $build $host # mingw (msys) mingw [e.g. native] # cygwin mingw # *nix + wine mingw # # Path separators are also converted from $build format to # $host format. If ARG begins or ends with a path separator # character, it is preserved (but converted to $host format) # on output. # # ARG is a pathlist (on $build) that should be converted to # the proper representation on $host. The result is stored # in $func_to_host_pathlist_result. func_to_host_pathlist () { func_to_host_pathlist_result="$1" if test -n "$1" ; then case $host in *mingw* ) lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_to_host_pathlist_tmp2="$1" # Once set for this call, this variable should not be # reassigned. It is used in tha fallback case. func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\ $SED -e 's|^:*||' -e 's|:*$||'` case $build in *mingw* ) # Actually, msys. # Awkward: cmd appends spaces to result. lt_sed_strip_trailing_spaces="s/[ ]*\$//" func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\ $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ $SED -e "$lt_sed_naive_backslashify"` ;; *cygwin* ) func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ $SED -e "$lt_sed_naive_backslashify"` ;; * ) # unfortunately, winepath doesn't convert pathlists func_to_host_pathlist_result="" func_to_host_pathlist_oldIFS=$IFS IFS=: for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do IFS=$func_to_host_pathlist_oldIFS if test -n "$func_to_host_pathlist_f" ; then func_to_host_path "$func_to_host_pathlist_f" if test -n "$func_to_host_path_result" ; then if test -z "$func_to_host_pathlist_result" ; then func_to_host_pathlist_result="$func_to_host_path_result" else func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result" fi fi fi IFS=: done IFS=$func_to_host_pathlist_oldIFS ;; esac if test -z "$func_to_host_pathlist_result" ; then func_error "Could not determine the host path(s) corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This may break if $1 contains DOS-style drive # specifications. The fix is not to complicate the expression # below, but for the user to provide a working wine installation # with winepath so that path translation in the cross-to-mingw # case works properly. lt_replace_pathsep_nix_to_dos="s|:|;|g" func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\ $SED -e "$lt_replace_pathsep_nix_to_dos"` fi # Now, add the leading and trailing path separators back case "$1" in :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result" ;; esac case "$1" in *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;" ;; esac ;; esac fi } # end: func_to_host_pathlist # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat < #include #ifdef _MSC_VER # include # include # include # define setmode _setmode #else # include # include # ifdef __CYGWIN__ # include # define HAVE_SETENV # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif # endif #endif #include #include #include #include #include #include #include #include #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif #ifdef _MSC_VER # define S_IXUSR _S_IEXEC # define stat _stat # ifndef _INTPTR_T_DEFINED # define intptr_t int # endif #endif #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ defined (__OS2__) # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifdef __CYGWIN__ # define FOPEN_WB "wb" #endif #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) #undef LTWRAPPER_DEBUGPRINTF #if defined DEBUGWRAPPER # define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args static void ltwrapper_debugprintf (const char *fmt, ...) { va_list args; va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } #else # define LTWRAPPER_DEBUGPRINTF(args) #endif const char *program_name = NULL; void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_fatal (const char *message, ...); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_opt_process_env_set (const char *arg); void lt_opt_process_env_prepend (const char *arg); void lt_opt_process_env_append (const char *arg); int lt_split_name_value (const char *arg, char** name, char** value); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); static const char *script_text_part1 = EOF func_emit_wrapper_part1 yes | $SED -e 's/\([\\"]\)/\\\1/g' \ -e 's/^/ "/' -e 's/$/\\n"/' echo ";" cat <"))); for (i = 0; i < newargc; i++) { LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? newargz[i] : ""))); } EOF case $host_os in mingw*) cat <<"EOF" /* execv doesn't actually work on mingw as expected on unix */ rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); if (rval == -1) { /* failed to start process */ LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno)); return 127; } return rval; EOF ;; *) cat <<"EOF" execv (lt_argv_zero, newargz); return rval; /* =127, but avoids unused variable warning */ EOF ;; esac cat <<"EOF" } void * xmalloc (size_t num) { void *p = (void *) malloc (num); if (!p) lt_fatal ("Memory exhausted"); return p; } char * xstrdup (const char *string) { return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL; } const char * base_name (const char *name) { const char *base; #if defined (HAVE_DOS_BASED_FILE_SYSTEM) /* Skip over the disk name in MSDOS pathnames. */ if (isalpha ((unsigned char) name[0]) && name[1] == ':') name += 2; #endif for (base = name; *name; name++) if (IS_DIR_SEPARATOR (*name)) base = name + 1; return base; } int check_executable (const char *path) { struct stat st; LTWRAPPER_DEBUGPRINTF (("(check_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!")); if ((!path) || (!*path)) return 0; if ((stat (path, &st) >= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; LTWRAPPER_DEBUGPRINTF (("(make_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!")); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; int tmp_len; char *concat_name; LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!")); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined (HAVE_DOS_BASED_FILE_SYSTEM) if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined (HAVE_DOS_BASED_FILE_SYSTEM) } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = q - p; p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n", tmp_pathspec)); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { char *errstr = strerror (errno); lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal ("Could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (strcmp (str, pat) == 0) *str = '\0'; } return str; } static void lt_error_core (int exit_status, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s: %s: ", program_name, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, "FATAL", message, ap); va_end (ap); } void lt_setenv (const char *name, const char *value) { LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n", (name ? name : ""), (value ? value : ""))); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else int len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { int orig_value_len = strlen (orig_value); int add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } int lt_split_name_value (const char *arg, char** name, char** value) { const char *p; int len; if (!arg || !*arg) return 1; p = strchr (arg, (int)'='); if (!p) return 1; *value = xstrdup (++p); len = strlen (arg) - strlen (*value); *name = XMALLOC (char, len); strncpy (*name, arg, len-1); (*name)[len - 1] = '\0'; return 0; } void lt_opt_process_env_set (const char *arg) { char *name = NULL; char *value = NULL; if (lt_split_name_value (arg, &name, &value) != 0) { XFREE (name); XFREE (value); lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg); } lt_setenv (name, value); XFREE (name); XFREE (value); } void lt_opt_process_env_prepend (const char *arg) { char *name = NULL; char *value = NULL; char *new_value = NULL; if (lt_split_name_value (arg, &name, &value) != 0) { XFREE (name); XFREE (value); lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg); } new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); XFREE (name); XFREE (value); } void lt_opt_process_env_append (const char *arg) { char *name = NULL; char *value = NULL; char *new_value = NULL; if (lt_split_name_value (arg, &name, &value) != 0) { XFREE (name); XFREE (value); lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg); } new_value = lt_extend_str (getenv (name), value, 1); lt_setenv (name, new_value); XFREE (new_value); XFREE (name); XFREE (value); } void lt_update_exe_path (const char *name, const char *value) { LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n", (name ? name : ""), (value ? value : ""))); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ int len = strlen (new_value); while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[len-1] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n", (name ? name : ""), (value ? value : ""))); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF } # end: func_emit_cwrapperexe_src # func_mode_link arg... func_mode_link () { $opt_debug case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # which system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll which has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=no prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module="${wl}-single_module" func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test "$build_libtool_libs" != yes && \ func_fatal_configuration "can not build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg="$1" shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=yes fi case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test "$dlself" = no; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test "$prev" = dlprefiles; then dlself=yes elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test "$prev" = dlfiles; then dlfiles="$dlfiles $arg" else dlprefiles="$dlprefiles $arg" fi prev= continue ;; esac ;; expsyms) export_symbols="$arg" test -f "$arg" \ || func_fatal_error "symbol file \`$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex="$arg" prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) deplibs="$deplibs $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir="$arg" prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # moreargs="$moreargs $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file \`$arg' does not exist" fi arg=$save_arg prev= continue ;; precious_regex) precious_files_regex="$arg" prev= continue ;; release) release="-$arg" prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; *) rpath="$rpath $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) xrpath="$xrpath $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds="$arg" prev= continue ;; weak) weak_libs="$weak_libs $arg" prev= continue ;; xcclinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) compiler_flags="$compiler_flags $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg="$arg" case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "\`-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test "X$arg" = "X-export-symbols"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname '-L' '' "$arg" dir=$func_stripname_result if test -z "$dir"; then if test "$#" -gt 0; then func_fatal_error "require no space between \`-L' and \`$1'" else func_fatal_error "need path for \`-L' option" fi fi # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of \`$dir'" dir="$absdir" ;; esac case "$deplibs " in *" -L$dir "*) ;; *) deplibs="$deplibs -L$dir" lib_search_path="$lib_search_path $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) dllsearchpath="$dllsearchpath:$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac continue ;; -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework deplibs="$deplibs System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test "X$arg" = "X-lc" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi deplibs="$deplibs $arg" continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot) compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;; esac continue ;; -multi_module) single_module="${wl}-multi_module" continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "\`-no-install' is ignored for $host" func_warning "assuming \`-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" arg="$arg $wl$func_quote_for_eval_result" compiler_flags="$compiler_flags $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" arg="$arg $wl$func_quote_for_eval_result" compiler_flags="$compiler_flags $wl$func_quote_for_eval_result" linker_flags="$linker_flags $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; # -64, -mips[0-9] enable 64-bit mode on the SGI compiler # -r[0-9][0-9]* specifies the processor on the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler # +DA*, +DD* enable 64-bit mode on the HP compiler # -q* pass through compiler args for the IBM compiler # -m*, -t[45]*, -txscale* pass through architecture-specific # compiler args for GCC # -F/path gives path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC # @file GCC response files -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" func_append finalize_command " $arg" compiler_flags="$compiler_flags $arg" continue ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; *.$objext) # A standard object. objs="$objs $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. deplibs="$deplibs $arg" old_deplibs="$old_deplibs $arg" continue ;; *.la) # A libtool-controlled library. if test "$prev" = dlfiles; then # This library was specified with -dlopen. dlfiles="$dlfiles $arg" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. dlprefiles="$dlprefiles $arg" prev= else deplibs="$deplibs $arg" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the \`$prevarg' option requires an argument" if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname="$func_basename_result" libobjs_save="$libobjs" if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" func_dirname "$output" "/" "" output_objdir="$func_dirname_result$objdir" # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_duplicate_deps ; then case "$libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi libs="$libs $deplib" done if test "$linkmode" = lib; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; esac pre_post_deps="$pre_post_deps $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=no newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test "$linkmode,$pass" = "lib,link"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs="$tmp_deplibs" fi if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" deplibs= fi if test "$linkmode" = prog; then case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS%" test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" ;; esac fi if test "$linkmode,$pass" = "lib,dlpreopen"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= case $lib in *.la) func_source "$lib" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` case " $weak_libs " in *" $deplib_base "*) ;; *) deplibs="$deplibs $deplib" ;; esac done done libs="$dlprefiles" fi if test "$pass" = dlopen; then # Collect dlpreopened libraries save_deplibs="$deplibs" deplibs= fi for deplib in $libs; do lib= found=no case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else compiler_flags="$compiler_flags $deplib" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; esac fi fi continue ;; -l*) if test "$linkmode" != lib && test "$linkmode" != prog; then func_warning "\`-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test "$linkmode" = lib; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib="$searchdir/lib${name}${search_ext}" if test -f "$lib"; then if test "$search_ext" = ".la"; then found=yes else found=no fi break 2 fi done done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue else # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll="$l" done if test "X$ll" = "X$old_library" ; then # only static version available found=no func_dirname "$lib" "" "." ladir="$func_dirname_result" lib=$ladir/$old_library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi fi ;; # -l *.ltframework) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" newlib_search_path="$newlib_search_path $func_stripname_result" ;; prog) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi if test "$pass" = scan; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" newlib_search_path="$newlib_search_path $func_stripname_result" ;; *) func_warning "\`-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test "$pass" = link; then func_stripname '-R' '' "$deplib" dir=$func_stripname_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) lib="$deplib" ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=no case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi ;; pass_all) valid_a_lib=yes ;; esac if test "$valid_a_lib" != yes; then $ECHO $ECHO "*** Warning: Trying to link with static lib archive $deplib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have" $ECHO "*** because the file extensions .$libext of this argument makes me believe" $ECHO "*** that it is just a static archive that I should not use here." else $ECHO $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" fi ;; esac continue ;; prog) if test "$pass" != link; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test "$pass" = conv; then deplibs="$deplib $deplibs" elif test "$linkmode" = prog; then if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. newdlprefiles="$newdlprefiles $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else newdlfiles="$newdlfiles $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=yes continue ;; esac # case $deplib if test "$found" = yes || test -f "$lib"; then : else func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" fi # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "\`$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir="$func_dirname_result" dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then test -n "$dlopen" && dlfiles="$dlfiles $dlopen" test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" fi if test "$pass" = conv; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # It is a libtool convenience library, so add in its objects. convenience="$convenience $ladir/$objdir/$old_library" old_convenience="$old_convenience $ladir/$objdir/$old_library" tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_duplicate_deps ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done elif test "$linkmode" != prog && test "$linkmode" != lib; then func_fatal_error "\`$lib' is not a convenience library" fi continue fi # $pass = conv # Get the name of the library we link against. linklib= for l in $old_library $library_names; do linklib="$l" done if test -z "$linklib"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # This library was specified with -dlopen. if test "$pass" = dlopen; then if test -z "$libdir"; then func_fatal_error "cannot -dlopen a convenience library: \`$lib'" fi if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. dlprefiles="$dlprefiles $lib $dependency_libs" else newdlfiles="$newdlfiles $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of \`$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir="$ladir" fi ;; esac func_basename "$lib" laname="$func_basename_result" # Find the relevant object directory and library name. if test "X$installed" = Xyes; then if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library \`$lib' was moved." dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else dir="$libdir" absdir="$libdir" fi test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir="$ladir" absdir="$abs_ladir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test "$pass" = dlpreopen; then if test -z "$libdir" && test "$linkmode" = prog; then func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" fi # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then newdlprefiles="$newdlprefiles $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then newdlprefiles="$newdlprefiles $dir/$dlname" else newdlprefiles="$newdlprefiles $dir/$linklib" fi fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test "$linkmode" = lib; then deplibs="$dir/$old_library $deplibs" elif test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test "$linkmode" = prog && test "$pass" != link; then newlib_search_path="$newlib_search_path $ladir" deplibs="$lib $deplibs" linkalldeplibs=no if test "$link_all_deplibs" != no || test -z "$library_names" || test "$build_libtool_libs" = no; then linkalldeplibs=yes fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" newlib_search_path="$newlib_search_path $func_stripname_result" ;; esac # Need to link against all dependency_libs? if test "$linkalldeplibs" = yes; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_duplicate_deps ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done # for deplib continue fi # $linkmode = prog... if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && { { test "$prefer_static_libs" = no || test "$prefer_static_libs,$installed" = "built,yes"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then # Make sure the rpath contains only unique directories. case "$temp_rpath:" in *"$absdir:"*) ;; *) temp_rpath="$temp_rpath$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi # $linkmode,$pass = prog,link... if test "$alldeplibs" = yes && { test "$deplibs_check_method" = pass_all || { test "$build_libtool_libs" = yes && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test "$use_static_libs" = built && test "$installed" = yes; then use_static_libs=no fi if test -n "$library_names" && { test "$use_static_libs" = no || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc*) # No point in relinking DLLs because paths are not encoded notinst_deplibs="$notinst_deplibs $lib" need_relink=no ;; *) if test "$installed" = no; then notinst_deplibs="$notinst_deplibs $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule="" for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule="$dlpremoduletest" break fi done if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then $ECHO if test "$linkmode" = prog; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test "$linkmode" = lib && test "$hardcode_into_libs" = yes; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname="$1" shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname="$dlname" elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc*) func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; esac eval soname=\"$soname_spec\" else soname="$realname" fi # Make a new name for the extract_expsyms_cmds to use soroot="$soname" func_basename "$soroot" soname="$func_basename_result" func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from \`$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for \`$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test "$linkmode" = prog || test "$mode" != relink; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; *-*-sysv4*uw2*) add_dir="-L$dir" ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we can not # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null ; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library" ; then $ECHO $ECHO "*** And there doesn't seem to be a static archive available" $ECHO "*** The link will probably fail, sorry" else add="$dir/$old_library" fi elif test -n "$old_library"; then add="$dir/$old_library" fi fi esac elif test "$hardcode_minus_L" = no; then case $host in *-*-sunos*) add_shlibpath="$dir" ;; esac add_dir="-L$dir" add="-l$name" elif test "$hardcode_shlibpath_var" = no; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; relink) if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$dir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; *) lib_linked=no ;; esac if test "$lib_linked" != yes; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test "$hardcode_direct" != yes && test "$hardcode_minus_L" != yes && test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac fi fi fi if test "$linkmode" = prog || test "$mode" = relink; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then add="$inst_prefix_dir$libdir/$linklib" else add="$libdir/$linklib" fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" fi if test "$linkmode" = prog; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test "$linkmode" = prog; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test "$hardcode_direct" != unsupported; then test -n "$old_library" && linklib="$old_library" compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test "$build_libtool_libs" = yes; then # Not a shared library if test "$deplibs_check_method" != pass_all; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. $ECHO $ECHO "*** Warning: This system can not link to static lib archive $lib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then $ECHO "*** But as you try to build a module library, libtool will still create " $ECHO "*** a static module, that should work as long as the dlopening application" $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then $ECHO $ECHO "*** However, this would only work if libtool was able to extract symbol" $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" $ECHO "*** not find such a program. So, this module is probably useless." $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test "$linkmode" = lib; then if test -n "$dependency_libs" && { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || test "$link_static" = yes; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) xrpath="$xrpath $temp_xrpath";; esac;; *) temp_deplibs="$temp_deplibs $libdir";; esac done dependency_libs="$temp_deplibs" fi newlib_search_path="$newlib_search_path $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" if $opt_duplicate_deps ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path="$deplib" ;; *.la) func_dirname "$deplib" "" "." dir="$func_dirname_result" # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of \`$dir'" absdir="$dir" fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names" ; then for tmp in $deplibrary_names ; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl" ; then depdepl="$absdir/$objdir/$depdepl" darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}" path= fi fi ;; *) path="-L$absdir/$objdir" ;; esac else eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "\`$deplib' seems to be moved" path="-L$absdir" fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test "$pass" = link; then if test "$linkmode" = "prog"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs="$newdependency_libs" if test "$pass" = dlpreopen; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test "$pass" != dlopen; then if test "$pass" != conv; then # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) lib_search_path="$lib_search_path $dir" ;; esac done newlib_search_path= fi if test "$linkmode,$pass" != "prog,link"; then vars="deplibs" else vars="compile_deplibs finalize_deplibs" fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) tmp_libs="$tmp_libs $deplib" ;; esac ;; *) tmp_libs="$tmp_libs $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs ; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i="" ;; esac if test -n "$i" ; then tmp_libs="$tmp_libs $i" fi done dependency_libs=$tmp_libs done # for pass if test "$linkmode" = prog; then dlfiles="$newdlfiles" fi if test "$linkmode" = prog || test "$linkmode" = lib; then dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "\`-R' is ignored for archives" test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "\`-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "\`-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" objs="$objs$old_deplibs" ;; lib) # Make sure we only generate libraries of the form `libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test "$module" = no && \ func_fatal_help "libtool library \`$output' must begin with \`lib'" if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test "$deplibs_check_method" != pass_all; then func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" else $ECHO $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" libobjs="$libobjs $objs" fi fi test "$dlself" != no && \ func_warning "\`-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test "$#" -gt 1 && \ func_warning "ignoring multiple \`-rpath's for a libtool library" install_libdir="$1" oldlibs= if test -z "$rpath"; then if test "$build_libtool_libs" = yes; then # Building a libtool convenience library. # Some compilers have problems with a `.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "\`-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs="$IFS"; IFS=':' set dummy $vinfo 0 0 0 shift IFS="$save_ifs" test -n "$7" && \ func_fatal_help "too many parameters to \`-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major="$1" number_minor="$2" number_revision="$3" # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # which has an extra 1 added just for fun # case $version_type in darwin|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_revision" ;; freebsd-aout|freebsd-elf|sunos) current="$number_major" revision="$number_minor" age="0" ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_minor" lt_irix_increment=no ;; *) func_fatal_configuration "$modename: unknown library version type \`$version_type'" ;; esac ;; no) current="$1" revision="$2" age="$3" ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT \`$current' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION \`$revision' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE \`$age' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE \`$age' is greater than the current interface number \`$current'" func_fatal_error "\`$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) major=".$current" versuffix=".$current.$revision"; ;; freebsd-elf) major=".$current" versuffix=".$current" ;; irix | nonstopux) if test "X$lt_irix_increment" = "Xno"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring="$verstring_prefix$major.$revision" # Add in all the interfaces that we are compatible with. loop=$revision while test "$loop" -ne 0; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring_prefix$major.$iface:$verstring" done # Before this point, $major must not contain `.'. major=.$major versuffix="$major.$revision" ;; linux) func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" # Add in all the interfaces that we are compatible with. loop=$age while test "$loop" -ne 0; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring:${iface}.0" done # Make executables depend on our current version. verstring="$verstring:${current}.0" ;; qnx) major=".$current" versuffix=".$current" ;; sunos) major=".$current" versuffix=".$current.$revision" ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 filesystems. func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; *) func_fatal_configuration "unknown library version type \`$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring="0.0" ;; esac if test "$need_version" = no; then versuffix= else versuffix=".0.0" fi fi # Remove version info from name if versioning should be avoided if test "$avoid_version" = yes && test "$need_version" = no; then major= versuffix= verstring="" fi # Check to see if the archive will have undefined symbols. if test "$allow_undefined" = yes; then if test "$allow_undefined_flag" = unsupported; then func_warning "undefined symbols not allowed in $host shared libraries" build_libtool_libs=no build_old_libs=yes fi else # Don't allow undefined symbols. allow_undefined_flag="$no_undefined_flag" fi fi func_generate_dlsyms "$libname" "$libname" "yes" libobjs="$libobjs $symfileobj" test "X$libobjs" = "X " && libobjs= if test "$mode" != relink; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) if test "X$precious_files_regex" != "X"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi removelist="$removelist $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then oldlibs="$oldlibs $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do temp_xrpath="$temp_xrpath -R$libdir" case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles="$dlfiles" dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) dlfiles="$dlfiles $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles="$dlprefiles" dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) dlprefiles="$dlprefiles $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework deplibs="$deplibs System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then deplibs="$deplibs -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release="" versuffix="" major="" newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c </dev/null` for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib="$potent_lib" while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $ECHO $ECHO "*** Warning: linker path does not have real file for library $a_deplib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have" $ECHO "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) newdeplibs="$newdeplibs $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $ECHO $ECHO "*** Warning: linker path does not have real file for library $a_deplib." $ECHO "*** I have the capability to make that library automatically link in when" $ECHO "*** you link to this library. But I can only do this if you have a" $ECHO "*** shared version of the library, which you do not appear to have" $ECHO "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \ -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` done fi if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' | $GREP . >/dev/null; then $ECHO if test "X$deplibs_check_method" = "Xnone"; then $ECHO "*** Warning: inter-library dependencies are not supported in this platform." else $ECHO "*** Warning: inter-library dependencies are not known to be supported." fi $ECHO "*** All declared inter-library dependencies are being dropped." droppeddeps=yes fi ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then $ECHO $ECHO "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" $ECHO "*** a static module, that should work as long as the dlopening" $ECHO "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then $ECHO $ECHO "*** However, this would only work if libtool was able to extract symbol" $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" $ECHO "*** not find such a program. So, this module is probably useless." $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else $ECHO "*** The inter-library dependencies that have been dropped here will be" $ECHO "*** automatically added whenever a program is linked with this library" $ECHO "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then $ECHO $ECHO "*** Since this library must not contain undefined symbols," $ECHO "*** because either the platform does not support them or" $ECHO "*** it was explicitly requested with -no-undefined," $ECHO "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done deplibs="$new_libs" # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" test "$mode" != relink && rpath="$compile_rpath$rpath" for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" dep_rpath="$dep_rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" if test -n "$hardcode_libdir_flag_spec_ld"; then eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" else eval dep_rpath=\"$hardcode_libdir_flag_spec\" fi fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath="$finalize_shlibpath" test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname="$1" shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname="$realname" fi if test -z "$dlname"; then dlname=$soname fi lib="$output_objdir/$realname" linknames= for link do linknames="$linknames $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols="$output_objdir/$libname.uexp" delfiles="$delfiles $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile if test "x`$SED 1q $export_symbols`" != xEXPORTS; then # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols="$export_symbols" export_symbols= always_export_symbols=yes fi fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" func_len " $cmd" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then func_show_eval "$cmd" 'exit $?' skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS="$save_ifs" if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' fi if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) tmp_deplibs="$tmp_deplibs $test_deplib" ;; esac done deplibs="$tmp_deplibs" if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test "$compiler_needs_object" = yes && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $convenience libobjs="$libobjs $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" linker_flags="$linker_flags $flag" fi # Make a backup of the uninstalled library when relinking if test "$mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test "X$skipped_export" != "X:" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output output_la=`$ECHO "X$output" | $Xsed -e "$basename"` # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then output=${output_objdir}/${output_la}.lnkscript func_verbose "creating GNU ld script: $output" $ECHO 'INPUT (' > $output for obj in $save_libobjs do $ECHO "$obj" >> $output done $ECHO ')' >> $output delfiles="$delfiles $output" elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then output=${output_objdir}/${output_la}.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test "$compiler_needs_object" = yes; then firstobj="$1 " shift fi for obj do $ECHO "$obj" >> $output done delfiles="$delfiles $output" output=$firstobj\"$file_list_spec$output\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-${k}.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test "X$objlist" = X || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. eval concat_cmds=\"$reload_cmds $objlist $last_robj\" else # All subsequent reloadable object files will link in # the last one created. eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-${k}.$objext objlist=$obj func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" if test -n "$last_robj"; then eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" fi delfiles="$delfiles $output" else output= fi if ${skipped_export-false}; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi fi test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs="$IFS"; IFS='~' for cmd in $concat_cmds; do IFS="$save_ifs" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi if ${skipped_export-false}; then if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi fi libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $dlprefiles libobjs="$libobjs $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" # Restore the uninstalled library and exit if test "$mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test "$module" = yes || test "$export_dynamic" = yes; then # On all known operating systems, these are identical. dlname="$soname" fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "\`-R' is ignored for objects" test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for objects" test -n "$release" && \ func_warning "\`-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object \`$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj="$output" ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # reload_cmds runs $LD directly, so let us get rid of # -Wl from whole_archive_flag_spec and hope we can get by with # turning comma into space.. wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` else gentop="$output_objdir/${obj}x" generated="$generated $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # Create the old-style object. reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi if test "$build_libtool_libs" != yes; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS fi if test -n "$pic_flag" || test "$pic_mode" != default; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output="$libobj" func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for programs" test -n "$release" && \ func_warning "\`-release' is ignored for programs" test "$preload" = yes \ && test "$dlopen_support" = unknown \ && test "$dlopen_self" = unknown \ && test "$dlopen_self_static" = unknown && \ func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test "$tagname" = CXX ; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) compile_command="$compile_command ${wl}-bind_at_load" finalize_command="$finalize_command ${wl}-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done compile_deplibs="$new_libs" compile_command="$compile_command $compile_deplibs" finalize_command="$finalize_command $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) dllsearchpath="$dllsearchpath:$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath="$rpath" rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath="$rpath" if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" "no" # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=yes case $host in *cygwin* | *mingw* ) if test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; *cegcc) # Disable wrappers for cegcc, we are cross compiling anyway. wrappers_required=no ;; *) if test "$need_relink" = no || test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; esac if test "$wrappers_required" = no; then # Replace the output file specification. compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' # Delete the generated files. if test -f "$output_objdir/${outputname}S.${objext}"; then func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' fi exit $exit_status fi if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do rpath="$rpath$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test "$no_install" = yes; then # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' exit $EXIT_SUCCESS fi if test "$hardcode_action" = relink; then # Fast installation is not supported link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" func_warning "this platform does not like uninstalled shared libraries" func_warning "\`$output' will be relinked during installation" else if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` else # fast_install is set to needless relink_command= fi else link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" fi fi # Replace the output file specification. link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` fi # Quote $ECHO for shipping. if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then case $progpath in [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; esac qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` else qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource="$output_path/$objdir/lt-$output_name.c" cwrapper="$output_path/$output_name.exe" $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host" ; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do if test "$build_libtool_libs" = convenience; then oldobjs="$libobjs_save $symfileobj" addlibs="$convenience" build_libtool_libs=no else if test "$build_libtool_libs" = module; then oldobjs="$libobjs_save" build_libtool_libs=no else oldobjs="$old_deplibs $non_pic_objects" if test "$preload" = yes && test -f "$symfileobj"; then oldobjs="$oldobjs $symfileobj" fi fi addlibs="$old_convenience" fi if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $addlibs oldobjs="$oldobjs $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $dlprefiles oldobjs="$oldobjs $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else $ECHO "copying selected object files to avoid basename conflicts..." gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase="$func_basename_result" case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" oldobjs="$oldobjs $gentop/$newobj" ;; *) oldobjs="$oldobjs $obj" ;; esac done fi eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj" ; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test "X$oldobjs" = "X" ; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test "$build_old_libs" = yes && old_library="$libname.$libext" func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` if test "$hardcode_automatic" = yes ; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test "$installed" = yes; then if test -z "$install_libdir"; then break fi output="$output_objdir/$outputname"i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" newdependency_libs="$newdependency_libs $libdir/$name" ;; *) newdependency_libs="$newdependency_libs $deplib" ;; esac done dependency_libs="$newdependency_libs" newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" newdlfiles="$newdlfiles $libdir/$name" ;; *) newdlfiles="$newdlfiles $lib" ;; esac done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" newdlprefiles="$newdlprefiles $libdir/$name" ;; esac done dlprefiles="$newdlprefiles" else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlfiles="$newdlfiles $abs" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlprefiles="$newdlprefiles $abs" done dlprefiles="$newdlprefiles" fi $RM $output # place dlname in correct position for cygwin tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that can not go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test "$installed" = no && test "$need_relink" = yes; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } { test "$mode" = link || test "$mode" = relink; } && func_mode_link ${1+"$@"} # func_mode_uninstall arg... func_mode_uninstall () { $opt_debug RM="$nonopt" files= rmforce= exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" for arg do case $arg in -f) RM="$RM $arg"; rmforce=yes ;; -*) RM="$RM $arg" ;; *) files="$files $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= origobjdir="$objdir" for file in $files; do func_dirname "$file" "" "." dir="$func_dirname_result" if test "X$dir" = X.; then objdir="$origobjdir" else objdir="$dir/$origobjdir" fi func_basename "$file" name="$func_basename_result" test "$mode" = uninstall && objdir="$dir" # Remember objdir for removal later, being careful to avoid duplicates if test "$mode" = clean; then case " $rmdirs " in *" $objdir "*) ;; *) rmdirs="$rmdirs $objdir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif test "$rmforce" = yes; then continue fi rmfiles="$file" case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do rmfiles="$rmfiles $objdir/$n" done test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" case "$mode" in clean) case " $library_names " in # " " in the beginning catches empty $dlname *" $dlname "*) ;; *) rmfiles="$rmfiles $objdir/$dlname" ;; esac test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test "$pic_object" != none; then rmfiles="$rmfiles $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test "$non_pic_object" != none; then rmfiles="$rmfiles $dir/$non_pic_object" fi fi ;; *) if test "$mode" = clean ; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe rmfiles="$rmfiles $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result rmfiles="$rmfiles $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then rmfiles="$rmfiles $objdir/lt-$name" fi if test "X$noexename" != "X$name" ; then rmfiles="$rmfiles $objdir/lt-${noexename}.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done objdir="$origobjdir" # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } { test "$mode" = uninstall || test "$mode" = clean; } && func_mode_uninstall ${1+"$@"} test -z "$mode" && { help="$generic_help" func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode \`$mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # in which we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: # vi:sw=2 mistelix-0.33/missing0000755000175000017500000002540611204006022015166 0ustar00jordijordi00000000000000#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2005-06-08.21 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi run=: # In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac else configure_ac=configure.in fi msg="missing on your system" case "$1" in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 # Exit code 63 means version mismatch. This often happens # when the user try to use an ancient version of a tool on # a file that requires a minimum version. In this case we # we should proceed has if the program had been absent, or # if --run hadn't been passed. if test $? = 63; then run=: msg="probably too old" fi ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit --run try to run the given command, and emulate it if it fails Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; esac # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect # the program). case "$1" in lex|yacc) # Not GNU programs, they don't have --version. ;; tar) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then exit 1 fi ;; *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone # running `$TOOL --version' or `$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi ;; esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. case "$1" in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" touch_files= for f in $files; do case "$f" in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; autom4te) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo "#! /bin/sh" echo "# Created by GNU Automake missing as a replacement of" echo "# $ $@" echo "exit 0" chmod +x $file exit 1 fi ;; bison|yacc) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if [ $# -ne 1 ]; then eval LASTARG="\${$#}" case "$LASTARG" in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" y.tab.h fi ;; esac fi if [ ! -f y.tab.h ]; then echo >y.tab.h fi if [ ! -f y.tab.c ]; then echo 'main() { return 0; }' >y.tab.c fi ;; lex|flex) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if [ $# -ne 1 ]; then eval LASTARG="\${$#}" case "$LASTARG" in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if [ -f "$SRCFILE" ]; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if [ ! -f lex.yy.c ]; then echo 'main() { return 0; }' >lex.yy.c fi ;; help2man) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` fi if [ -f "$file" ]; then touch $file else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" exit 1 fi ;; makeinfo) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then # ... or it is the one specified with @setfilename ... infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi # If the file does not exist, the user really needs makeinfo; # let's fail without touching anything. test -f $file || exit 1 touch $file ;; tar) shift # We have already tried tar in the generic part. # Look for gnutar/gtar before invocation to avoid ugly error # messages. if (gnutar --version > /dev/null 2>&1); then gnutar "$@" && exit 0 fi if (gtar --version > /dev/null 2>&1); then gtar "$@" && exit 0 fi firstarg="$1" if shift; then case "$firstarg" in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" "$@" && exit 0 ;; esac case "$firstarg" in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" "$@" && exit 0 ;; esac fi echo 1>&2 "\ WARNING: I can't seem to be able to run \`tar' with the given arguments. You may want to install GNU tar or Free paxutils, or check the command line arguments." exit 1 ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: mistelix-0.33/mkinstalldirs0000755000175000017500000000370411463224467016420 0ustar00jordijordi00000000000000#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain errstatus=0 dirmode="" usage="\ Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." # process command line arguments while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help echo "$usage" 1>&2 exit 0 ;; -m) # -m PERM arg shift test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } dirmode=$1 shift ;; --) # stop option processing shift break ;; -*) # unknown option echo "$usage" 1>&2 exit 1 ;; *) # first non-opt arg break ;; esac done for file do if test -d "$file"; then shift else break fi done case $# in 0) exit 0 ;; esac case $dirmode in '') if mkdir -p -- . 2>/dev/null; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" fi ;; *) if mkdir -m "$dirmode" -p -- . 2>/dev/null; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" fi ;; esac for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case $pathcomp in -*) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr else if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" lasterr="" chmod "$dirmode" "$pathcomp" || lasterr=$? if test ! -z "$lasterr"; then errstatus=$lasterr fi fi fi fi pathcomp="$pathcomp/" done done exit $errstatus # Local Variables: # mode: shell-script # sh-indentation: 2 # End: # mkinstalldirs ends here mistelix-0.33/MAINTAINERS0000644000175000017500000000010211246543334015270 0ustar00jordijordi00000000000000Jordi Mas i Hernandez E-mail: jmas@softcatala.org Userid: jmas mistelix-0.33/intltool-extract.in0000644000175000017500000000000011463224467017440 0ustar00jordijordi00000000000000mistelix-0.33/intltool-merge.in0000644000175000017500000000000011463224467017065 0ustar00jordijordi00000000000000mistelix-0.33/intltool-update.in0000644000175000017500000000000011463224467017250 0ustar00jordijordi00000000000000mistelix-0.33/mistelix.desktop.in0000644000175000017500000000037011246543334017440 0ustar00jordijordi00000000000000[Desktop Entry] Version=1.0 _Name=Mistelix _GenericName=DVDs and slideshows _Comment=Author DVDs and slideshows Exec=mistelix Icon=mistelix StartupNotify=true Terminal=false Type=Application Categories=GNOME;GTK;AudioVideo;Video;AudioVideoEditing; mistelix-0.33/gstreamer/0000755000175000017500000000000011516333445015573 5ustar00jordijordi00000000000000mistelix-0.33/gstreamer/gstmistelixvideosrc.h0000644000175000017500000000533711246543334022067 0ustar00jordijordi00000000000000/* * Based on gstvideotextsrc by: * * Copyright (C) <1999> Erik Walthinsen * Copyright (C) <2002> David A. Schleef * * * Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef __GST_MISTELIX_VIDEO_SRC_H__ #define __GST_MISTELIX_VIDEO_SRC_H__ #include #include G_BEGIN_DECLS #define GST_TYPE_MISTELIX_VIDEO_SRC \ (gst_mistelix_video_src_get_type()) #define GST_MISTELIX_VIDEO_SRC(obj) \ (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_MISTELIX_VIDEO_SRC,GstMistelixVideoSrc)) #define GST_MISTELIX_VIDEO_SRC_CLASS(klass) \ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_MISTELIX_VIDEO_SRC,GstMistelixVideoSrcClass)) #define GST_IS_MISTELIX_VIDEO_SRC(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_MISTELIX_VIDEO_SRC)) #define GST_IS_MISTELIX_VIDEO_SRC_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_MISTELIX_VIDEO_SRC)) typedef enum { GST_MISTELIX_VIDEO_SRC_SMPTE, GST_MISTELIX_VIDEO_SRC_WHITE, GST_MISTELIX_VIDEO_SRC_BLINK } GstMistelixVideoSrcPattern; typedef struct _GstMistelixVideoSrc GstMistelixVideoSrc; typedef struct _GstMistelixVideoSrcClass GstMistelixVideoSrcClass; /** * GstMistelixVideoSrc: * * Opaque data structure. */ struct _GstMistelixVideoSrc { GstPushSrc element; /*< private >*/ /* type of output */ GstMistelixVideoSrcPattern pattern_type; /* video state */ char *format_name; gint width; gint height; struct fourcc_list_struct *fourcc; gint bpp; gint rate_numerator; gint rate_denominator; /* private */ gint64 timestamp_offset; /* base offset */ GstClockTime running_time; /* total running time */ gint64 n_frames; /* total frames sent */ void (*make_image) (GstMistelixVideoSrc *v, unsigned char *dest, int w, int h); }; struct _GstMistelixVideoSrcClass { GstPushSrcClass parent_class; }; GType gst_mistelix_video_src_get_type (void); G_END_DECLS #endif /* __GST_MISTELIX_VIDEO_SRC_H__ */ mistelix-0.33/gstreamer/mistelixvideosrc.h0000644000175000017500000000516011335535723021345 0ustar00jordijordi00000000000000/* * Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef __MISTELIX_VIDEO_SRC_H__ #define __MISTELIX_VIDEO_SRC_H__ #include enum { VTS_YUV, VTS_RGB, VTS_BAYER }; struct vts_color_struct { guint8 Y, U, V; guint8 R, G, B; guint8 A; }; typedef struct paintinfo_struct paintinfo; struct paintinfo_struct { unsigned char *dest; /* pointer to first byte of video data */ unsigned char *yp, *up, *vp; /* pointers to first byte of each component * for both packed/planar YUV and RGB */ unsigned char *ap; /* pointer to first byte of alpha component */ unsigned char *endptr; /* pointer to byte beyond last video data */ int ystride; int ustride; int vstride; int width; int height; const struct vts_color_struct *color; void (*paint_hline) (paintinfo * p, int x, int y, int w); }; struct fourcc_list_struct { int type; char *fourcc; char *name; int bitspp; void (*paint_setup) (paintinfo * p, unsigned char *dest); void (*paint_hline) (paintinfo * p, int x, int y, int w); int depth; unsigned int red_mask; unsigned int green_mask; unsigned int blue_mask; unsigned int alpha_mask; }; struct fourcc_list_struct * paintrect_find_fourcc (int find_fourcc); struct fourcc_list_struct * paintrect_find_name (const char *name); struct fourcc_list_struct * paintinfo_find_by_structure (const GstStructure *structure); GstStructure * paint_get_structure (struct fourcc_list_struct *format); int gst_mistelix_video_src_get_size (GstMistelixVideoSrc * v, int w, int h); void gst_mistelix_video_src_smpte (GstMistelixVideoSrc * v, unsigned char *dest, int w, int h); extern struct fourcc_list_struct fourcc_list[]; extern int n_fourccs; #endif mistelix-0.33/gstreamer/mistelixsocket.h0000644000175000017500000000211711335535636021021 0ustar00jordijordi00000000000000/* * Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #include #ifndef __GST_MISTELIX_SOCKET_H__ #define __GST_MISTELIX_SOCKET_H__ int gst_mistelix_video_src_daemon_init (); int gst_mistelix_video_src_daemon_getfile (unsigned char** buffer, int* length, int* fixed); void gst_mistelix_video_src_daemon_shutdown (); #endif mistelix-0.33/gstreamer/Makefile.am0000644000175000017500000000102511333337367017631 0ustar00jordijordi00000000000000plugin_LTLIBRARIES = libgstmistelixvideosrc.la GST_INFO_FLAGS = \ -DGST_LICENSE=\"LGPL\" \ -DGST_PACKAGE_NAME=\"mistelix\" \ -DGST_PACKAGE_ORIGIN=\"gst-plugins-good\" plugindir = $(pkglibdir)/gstreamer libgstmistelixvideosrc_la_SOURCES = \ gstmistelixvideosrc.c \ mistelixvideosrc.c \ mistelixsocket.c libgstmistelixvideosrc_la_CFLAGS = $(GST_CFLAGS) $(GST_INFO_FLAGS) libgstmistelixvideosrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_LIBS) noinst_HEADERS = gstmistelixvideosrc.h mistelixvideosrc.h mistelixsocket.h mistelix-0.33/gstreamer/Makefile.in0000644000175000017500000005417211514602273017645 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = gstreamer DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(plugindir)" LTLIBRARIES = $(plugin_LTLIBRARIES) libgstmistelixvideosrc_la_LIBADD = am_libgstmistelixvideosrc_la_OBJECTS = \ libgstmistelixvideosrc_la-gstmistelixvideosrc.lo \ libgstmistelixvideosrc_la-mistelixvideosrc.lo \ libgstmistelixvideosrc_la-mistelixsocket.lo libgstmistelixvideosrc_la_OBJECTS = \ $(am_libgstmistelixvideosrc_la_OBJECTS) libgstmistelixvideosrc_la_LINK = $(LIBTOOL) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(libgstmistelixvideosrc_la_CFLAGS) $(CFLAGS) \ $(libgstmistelixvideosrc_la_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libgstmistelixvideosrc_la_SOURCES) DIST_SOURCES = $(libgstmistelixvideosrc_la_SOURCES) HEADERS = $(noinst_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ plugin_LTLIBRARIES = libgstmistelixvideosrc.la GST_INFO_FLAGS = \ -DGST_LICENSE=\"LGPL\" \ -DGST_PACKAGE_NAME=\"mistelix\" \ -DGST_PACKAGE_ORIGIN=\"gst-plugins-good\" plugindir = $(pkglibdir)/gstreamer libgstmistelixvideosrc_la_SOURCES = \ gstmistelixvideosrc.c \ mistelixvideosrc.c \ mistelixsocket.c libgstmistelixvideosrc_la_CFLAGS = $(GST_CFLAGS) $(GST_INFO_FLAGS) libgstmistelixvideosrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_LIBS) noinst_HEADERS = gstmistelixvideosrc.h mistelixvideosrc.h mistelixsocket.h all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gstreamer/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu gstreamer/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \ } uninstall-pluginLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \ done clean-pluginLTLIBRARIES: -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES) @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgstmistelixvideosrc.la: $(libgstmistelixvideosrc_la_OBJECTS) $(libgstmistelixvideosrc_la_DEPENDENCIES) $(libgstmistelixvideosrc_la_LINK) -rpath $(plugindir) $(libgstmistelixvideosrc_la_OBJECTS) $(libgstmistelixvideosrc_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmistelixvideosrc_la-gstmistelixvideosrc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmistelixvideosrc_la-mistelixsocket.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmistelixvideosrc_la-mistelixvideosrc.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< libgstmistelixvideosrc_la-gstmistelixvideosrc.lo: gstmistelixvideosrc.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmistelixvideosrc_la_CFLAGS) $(CFLAGS) -MT libgstmistelixvideosrc_la-gstmistelixvideosrc.lo -MD -MP -MF $(DEPDIR)/libgstmistelixvideosrc_la-gstmistelixvideosrc.Tpo -c -o libgstmistelixvideosrc_la-gstmistelixvideosrc.lo `test -f 'gstmistelixvideosrc.c' || echo '$(srcdir)/'`gstmistelixvideosrc.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgstmistelixvideosrc_la-gstmistelixvideosrc.Tpo $(DEPDIR)/libgstmistelixvideosrc_la-gstmistelixvideosrc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gstmistelixvideosrc.c' object='libgstmistelixvideosrc_la-gstmistelixvideosrc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmistelixvideosrc_la_CFLAGS) $(CFLAGS) -c -o libgstmistelixvideosrc_la-gstmistelixvideosrc.lo `test -f 'gstmistelixvideosrc.c' || echo '$(srcdir)/'`gstmistelixvideosrc.c libgstmistelixvideosrc_la-mistelixvideosrc.lo: mistelixvideosrc.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmistelixvideosrc_la_CFLAGS) $(CFLAGS) -MT libgstmistelixvideosrc_la-mistelixvideosrc.lo -MD -MP -MF $(DEPDIR)/libgstmistelixvideosrc_la-mistelixvideosrc.Tpo -c -o libgstmistelixvideosrc_la-mistelixvideosrc.lo `test -f 'mistelixvideosrc.c' || echo '$(srcdir)/'`mistelixvideosrc.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgstmistelixvideosrc_la-mistelixvideosrc.Tpo $(DEPDIR)/libgstmistelixvideosrc_la-mistelixvideosrc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mistelixvideosrc.c' object='libgstmistelixvideosrc_la-mistelixvideosrc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmistelixvideosrc_la_CFLAGS) $(CFLAGS) -c -o libgstmistelixvideosrc_la-mistelixvideosrc.lo `test -f 'mistelixvideosrc.c' || echo '$(srcdir)/'`mistelixvideosrc.c libgstmistelixvideosrc_la-mistelixsocket.lo: mistelixsocket.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmistelixvideosrc_la_CFLAGS) $(CFLAGS) -MT libgstmistelixvideosrc_la-mistelixsocket.lo -MD -MP -MF $(DEPDIR)/libgstmistelixvideosrc_la-mistelixsocket.Tpo -c -o libgstmistelixvideosrc_la-mistelixsocket.lo `test -f 'mistelixsocket.c' || echo '$(srcdir)/'`mistelixsocket.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libgstmistelixvideosrc_la-mistelixsocket.Tpo $(DEPDIR)/libgstmistelixvideosrc_la-mistelixsocket.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mistelixsocket.c' object='libgstmistelixvideosrc_la-mistelixsocket.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstmistelixvideosrc_la_CFLAGS) $(CFLAGS) -c -o libgstmistelixvideosrc_la-mistelixsocket.lo `test -f 'mistelixsocket.c' || echo '$(srcdir)/'`mistelixsocket.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-pluginLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pluginLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-pluginLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-pluginLTLIBRARIES \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-pluginLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/gstreamer/gstmistelixvideosrc.c0000644000175000017500000003616011335535675022070 0ustar00jordijordi00000000000000/* * Based on gstvideotextsrc by: * * Copyright (C) <1999> Erik Walthinsen * Copyright (C) <2002> David A. Schleef * * * Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "gstmistelixvideosrc.h" #include "mistelixvideosrc.h" #include #include #define USE_PEER_BUFFERALLOC GST_DEBUG_CATEGORY_STATIC (video_test_src_debug); #define GST_CAT_DEFAULT video_test_src_debug static const GstElementDetails video_test_src_details = GST_ELEMENT_DETAILS ("Mistelix source video", "Source/Video", "Creates a video stream from a set of images", "Mistelix project"); GST_BOILERPLATE (GstMistelixVideoSrc, gst_mistelix_video_src, GstPushSrc, GST_TYPE_PUSH_SRC); static void gst_mistelix_video_src_set_pattern (GstMistelixVideoSrc * videotestsrc, int pattern_type); static GstCaps *gst_mistelix_video_src_getcaps (GstBaseSrc * bsrc); static gboolean gst_mistelix_video_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps); static void gst_mistelix_video_src_src_fixate (GstPad * pad, GstCaps * caps); static gboolean gst_mistelix_video_src_is_seekable (GstBaseSrc * psrc); static gboolean gst_mistelix_video_src_do_seek (GstBaseSrc * bsrc, GstSegment * segment); static gboolean gst_mistelix_video_src_query (GstBaseSrc * bsrc, GstQuery * query); static void gst_mistelix_video_src_get_times (GstBaseSrc * basesrc, GstBuffer * buffer, GstClockTime * start, GstClockTime * end); static GstFlowReturn gst_mistelix_video_src_create (GstPushSrc * psrc, GstBuffer ** buffer); static gboolean gst_mistelix_video_src_start (GstBaseSrc * basesrc); static gboolean gst_mistelix_video_src_stop (GstBaseSrc * basesrc); #define GST_TYPE_MISTELIX_VIDEO_SRC_PATTERN (gst_mistelix_video_src_pattern_get_type ()) static GType gst_mistelix_video_src_pattern_get_type (void) { static GType video_test_src_pattern_type = 0; static const GEnumValue pattern_types[] = { {GST_MISTELIX_VIDEO_SRC_WHITE, "100% White", "white"}, {0, NULL, NULL} }; if (!video_test_src_pattern_type) { video_test_src_pattern_type = g_enum_register_static ("GstMistelixVideoSrcPattern", pattern_types); } return video_test_src_pattern_type; } static void gst_mistelix_video_src_base_init (gpointer g_class) { GstElementClass *element_class = GST_ELEMENT_CLASS (g_class); gst_element_class_set_details (element_class, &video_test_src_details); gst_element_class_add_pad_template (element_class, gst_pad_template_new ("src", GST_PAD_SRC, GST_PAD_ALWAYS, gst_mistelix_video_src_getcaps (NULL))); } static void gst_mistelix_video_src_class_init (GstMistelixVideoSrcClass * klass) { GObjectClass *gobject_class; GstBaseSrcClass *gstbasesrc_class; GstPushSrcClass *gstpushsrc_class; gobject_class = (GObjectClass *) klass; gstbasesrc_class = (GstBaseSrcClass *) klass; gstpushsrc_class = (GstPushSrcClass *) klass; gobject_class->set_property = NULL; gobject_class->get_property = NULL; gstbasesrc_class->get_caps = gst_mistelix_video_src_getcaps; gstbasesrc_class->set_caps = gst_mistelix_video_src_setcaps; gstbasesrc_class->is_seekable = gst_mistelix_video_src_is_seekable; gstbasesrc_class->do_seek = gst_mistelix_video_src_do_seek; gstbasesrc_class->query = gst_mistelix_video_src_query; gstbasesrc_class->get_times = gst_mistelix_video_src_get_times; gstbasesrc_class->start = gst_mistelix_video_src_start; gstbasesrc_class->stop = gst_mistelix_video_src_stop; gstpushsrc_class->create = gst_mistelix_video_src_create; } static void gst_mistelix_video_src_init (GstMistelixVideoSrc * src, GstMistelixVideoSrcClass * g_class) { GstPad *pad = GST_BASE_SRC_PAD (src); gst_pad_set_fixatecaps_function (pad, gst_mistelix_video_src_src_fixate); gst_mistelix_video_src_set_pattern (src, GST_MISTELIX_VIDEO_SRC_SMPTE); src->timestamp_offset = 0; /* we operate in time */ gst_base_src_set_format (GST_BASE_SRC (src), GST_FORMAT_TIME); gst_base_src_set_live (GST_BASE_SRC (src), FALSE); } static void gst_mistelix_video_src_src_fixate (GstPad * pad, GstCaps * caps) { GstStructure *structure; structure = gst_caps_get_structure (caps, 0); gst_structure_fixate_field_nearest_int (structure, "width", 320); gst_structure_fixate_field_nearest_int (structure, "height", 240); gst_structure_fixate_field_nearest_fraction (structure, "framerate", 30, 1); } static void gst_mistelix_video_src_set_pattern (GstMistelixVideoSrc * videotestsrc, int pattern_type) { videotestsrc->pattern_type = pattern_type; GST_DEBUG_OBJECT (videotestsrc, "setting pattern to %d", pattern_type); switch (pattern_type) { case GST_MISTELIX_VIDEO_SRC_SMPTE: videotestsrc->make_image = gst_mistelix_video_src_smpte; break; // case GST_MISTELIX_VIDEO_SRC_WHITE: // videotestsrc->make_image = gst_mistelix_video_src_white; // break; default: g_assert_not_reached (); } } /* threadsafe because this gets called as the plugin is loaded */ static GstCaps * gst_mistelix_video_src_getcaps (GstBaseSrc * unused) { static GstCaps *capslist = NULL; if (!capslist) { GstCaps *caps; GstStructure *structure; int i; caps = gst_caps_new_empty (); for (i = 0; i < n_fourccs; i++) { structure = paint_get_structure (fourcc_list + i); gst_structure_set (structure, "width", GST_TYPE_INT_RANGE, 1, G_MAXINT, "height", GST_TYPE_INT_RANGE, 1, G_MAXINT, "framerate", GST_TYPE_FRACTION_RANGE, 0, 1, G_MAXINT, 1, NULL); gst_caps_append_structure (caps, structure); } capslist = caps; } return gst_caps_copy (capslist); } static gboolean gst_mistelix_video_src_parse_caps (const GstCaps * caps, gint * width, gint * height, gint * rate_numerator, gint * rate_denominator, struct fourcc_list_struct **fourcc) { const GstStructure *structure; GstPadLinkReturn ret; const GValue *framerate; GST_DEBUG ("parsing caps"); if (gst_caps_get_size (caps) < 1) return FALSE; structure = gst_caps_get_structure (caps, 0); // Jordi: Decides the format if (!(*fourcc = paintinfo_find_by_structure (structure))) goto unknown_format; ret = gst_structure_get_int (structure, "width", width); ret &= gst_structure_get_int (structure, "height", height); framerate = gst_structure_get_value (structure, "framerate"); if (framerate) { *rate_numerator = gst_value_get_fraction_numerator (framerate); *rate_denominator = gst_value_get_fraction_denominator (framerate); } else goto no_framerate; return ret; /* ERRORS */ unknown_format: { GST_DEBUG ("videotestsrc format not found"); return FALSE; } no_framerate: { GST_DEBUG ("videotestsrc no framerate given"); return FALSE; } } static gboolean gst_mistelix_video_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps) { gboolean res; gint width, height, rate_denominator, rate_numerator; struct fourcc_list_struct *fourcc; GstMistelixVideoSrc *videotestsrc; videotestsrc = GST_MISTELIX_VIDEO_SRC (bsrc); res = gst_mistelix_video_src_parse_caps (caps, &width, &height, &rate_numerator, &rate_denominator, &fourcc); if (res) { /* looks ok here */ videotestsrc->fourcc = fourcc; videotestsrc->width = width; videotestsrc->height = height; videotestsrc->rate_numerator = rate_numerator; videotestsrc->rate_denominator = rate_denominator; videotestsrc->bpp = videotestsrc->fourcc->bitspp; GST_DEBUG_OBJECT (videotestsrc, "size %dx%d, %d/%d fps", videotestsrc->width, videotestsrc->height, videotestsrc->rate_numerator, videotestsrc->rate_denominator); } return res; } static gboolean gst_mistelix_video_src_query (GstBaseSrc * bsrc, GstQuery * query) { gboolean res; GstMistelixVideoSrc *src; src = GST_MISTELIX_VIDEO_SRC (bsrc); switch (GST_QUERY_TYPE (query)) { case GST_QUERY_CONVERT: { GstFormat src_fmt, dest_fmt; gint64 src_val, dest_val; gst_query_parse_convert (query, &src_fmt, &src_val, &dest_fmt, &dest_val); if (src_fmt == dest_fmt) { dest_val = src_val; goto done; } switch (src_fmt) { case GST_FORMAT_DEFAULT: switch (dest_fmt) { case GST_FORMAT_TIME: /* frames to time */ if (src->rate_numerator) { dest_val = gst_util_uint64_scale (src_val, src->rate_denominator * GST_SECOND, src->rate_numerator); } else { dest_val = 0; } break; default: goto error; } break; case GST_FORMAT_TIME: switch (dest_fmt) { case GST_FORMAT_DEFAULT: /* time to frames */ if (src->rate_numerator) { dest_val = gst_util_uint64_scale (src_val, src->rate_numerator, src->rate_denominator * GST_SECOND); } else { dest_val = 0; } break; default: goto error; } break; default: goto error; } done: gst_query_set_convert (query, src_fmt, src_val, dest_fmt, dest_val); res = TRUE; break; } default: res = GST_BASE_SRC_CLASS (parent_class)->query (bsrc, query); } return res; /* ERROR */ error: { GST_DEBUG_OBJECT (src, "query failed"); return FALSE; } } static void gst_mistelix_video_src_get_times (GstBaseSrc * basesrc, GstBuffer * buffer, GstClockTime * start, GstClockTime * end) { /* for live sources, sync on the timestamp of the buffer */ if (gst_base_src_is_live (basesrc)) { GstClockTime timestamp = GST_BUFFER_TIMESTAMP (buffer); if (GST_CLOCK_TIME_IS_VALID (timestamp)) { /* get duration to calculate end time */ GstClockTime duration = GST_BUFFER_DURATION (buffer); if (GST_CLOCK_TIME_IS_VALID (duration)) { *end = timestamp + duration; } *start = timestamp; } } else { *start = -1; *end = -1; } } static gboolean gst_mistelix_video_src_do_seek (GstBaseSrc * bsrc, GstSegment * segment) { GstClockTime time; GstMistelixVideoSrc *src; src = GST_MISTELIX_VIDEO_SRC (bsrc); segment->time = segment->start; time = segment->last_stop; /* now move to the time indicated */ if (src->rate_numerator) { src->n_frames = gst_util_uint64_scale (time, src->rate_numerator, src->rate_denominator * GST_SECOND); } else { src->n_frames = 0; } if (src->rate_numerator) { src->running_time = gst_util_uint64_scale (src->n_frames, src->rate_denominator * GST_SECOND, src->rate_numerator); } else { /* FIXME : Not sure what to set here */ src->running_time = 0; } g_assert (src->running_time <= time); return TRUE; } static gboolean gst_mistelix_video_src_is_seekable (GstBaseSrc * psrc) { /* we're seekable... */ return TRUE; } // Called for every frame static GstFlowReturn gst_mistelix_video_src_create (GstPushSrc * psrc, GstBuffer ** buffer) { GstMistelixVideoSrc *src; gulong newsize; GstBuffer *outbuf; GstFlowReturn res; GstClockTime next_time; src = GST_MISTELIX_VIDEO_SRC (psrc); // printf ("gst_mistelix_video_src_create AKI %u\n", src->element.parent.num_buffers_left); if (G_UNLIKELY (src->fourcc == NULL)) goto not_negotiated; /* 0 framerate and we are at the second frame, eos */ if (G_UNLIKELY (src->rate_numerator == 0 && src->n_frames == 1)) goto eos; newsize = gst_mistelix_video_src_get_size (src, src->width, src->height); g_return_val_if_fail (newsize > 0, GST_FLOW_ERROR); #ifdef USE_PEER_BUFFERALLOC res = gst_pad_alloc_buffer_and_set_caps (GST_BASE_SRC_PAD (psrc), GST_BUFFER_OFFSET_NONE, newsize, GST_PAD_CAPS (GST_BASE_SRC_PAD (psrc)), &outbuf); if (res != GST_FLOW_OK) goto no_buffer; #else outbuf = gst_buffer_new_and_alloc (newsize); gst_buffer_set_caps (outbuf, GST_PAD_CAPS (GST_BASE_SRC_PAD (psrc))); #endif //printf ("Buffer size %u\n", (int) newsize); if (src->pattern_type == GST_MISTELIX_VIDEO_SRC_BLINK) { if (src->n_frames & 0x1) { //gst_mistelix_video_src_white (src, (void *) GST_BUFFER_DATA (outbuf), // src->width, src->height); } else { // gst_mistelix_video_src_black (src, (void *) GST_BUFFER_DATA (outbuf), // src->width, src->height); } } else { src->make_image (src, (void *) GST_BUFFER_DATA (outbuf), src->width, src->height); } GST_BUFFER_TIMESTAMP (outbuf) = src->timestamp_offset + src->running_time; GST_BUFFER_OFFSET (outbuf) = src->n_frames; src->n_frames++; GST_BUFFER_OFFSET_END (outbuf) = src->n_frames; if (src->rate_numerator) { next_time = gst_util_uint64_scale_int (src->n_frames * GST_SECOND, src->rate_denominator, src->rate_numerator); GST_BUFFER_DURATION (outbuf) = next_time - src->running_time; } else { next_time = src->timestamp_offset; /* NONE means forever */ GST_BUFFER_DURATION (outbuf) = GST_CLOCK_TIME_NONE; } src->running_time = next_time; *buffer = outbuf; if (src->element.parent.num_buffers_left == 0) gst_mistelix_video_src_daemon_shutdown (); return GST_FLOW_OK; not_negotiated: { GST_ELEMENT_ERROR (src, CORE, NEGOTIATION, (NULL), ("format wasn't negotiated before get function")); return GST_FLOW_NOT_NEGOTIATED; } eos: { GST_DEBUG_OBJECT (src, "eos: 0 framerate, frame %d", (gint) src->n_frames); return GST_FLOW_UNEXPECTED; } no_buffer: { GST_DEBUG_OBJECT (src, "could not allocate buffer, reason %s", gst_flow_get_name (res)); return res; } } static gboolean gst_mistelix_video_src_start (GstBaseSrc * basesrc) { GstMistelixVideoSrc *src = GST_MISTELIX_VIDEO_SRC (basesrc); src->running_time = 0; src->n_frames = 0; return TRUE; } static gboolean gst_mistelix_video_src_stop (GstBaseSrc * basesrc) { // printf ("gst_mistelix_video_src_stop called\n"); gst_mistelix_video_src_daemon_shutdown (); return TRUE; } #define PLUGIN_NAME "mistelixvideosrc" static gboolean plugin_init (GstPlugin * plugin) { GST_DEBUG_CATEGORY_INIT (video_test_src_debug, PLUGIN_NAME, 0, "Video Test Source"); return gst_element_register (plugin, PLUGIN_NAME, GST_RANK_NONE, GST_TYPE_MISTELIX_VIDEO_SRC); } GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, PLUGIN_NAME, "Creates a test video stream", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) mistelix-0.33/gstreamer/mistelixvideosrc.c0000644000175000017500000001457711335535706021355 0ustar00jordijordi00000000000000/* * Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "gstmistelixvideosrc.h" #include "mistelixvideosrc.h" #include "mistelixsocket.h" #include #include #include static void paint_setup_I420 (paintinfo * p, unsigned char *dest); struct fourcc_list_struct fourcc_list[] = { {VTS_YUV, "I420", "I420", 12, paint_setup_I420, NULL}, }; int n_fourccs = G_N_ELEMENTS (fourcc_list); struct fourcc_list_struct * paintinfo_find_by_structure (const GstStructure * structure) { int i; const char *media_type = gst_structure_get_name (structure); int ret; g_return_val_if_fail (structure, NULL); if (strcmp (media_type, "video/x-raw-yuv") != 0) { g_critical ("format not found for media type %s", media_type); return NULL; } char *s; int fourcc; guint32 format; ret = gst_structure_get_fourcc (structure, "format", &format); if (!ret) return NULL; return fourcc_list; } GstStructure * paint_get_structure (struct fourcc_list_struct * format) { GstStructure *structure = NULL; unsigned int fourcc; int endianness; g_return_val_if_fail (format, NULL); fourcc = GST_MAKE_FOURCC (format->fourcc[0], format->fourcc[1], format->fourcc[2], format->fourcc[3]); switch (format->type) { case VTS_RGB: if (format->bitspp == 16) { endianness = G_BYTE_ORDER; } else { endianness = G_BIG_ENDIAN; } structure = gst_structure_new ("video/x-raw-rgb", "bpp", G_TYPE_INT, format->bitspp, "endianness", G_TYPE_INT, endianness, "depth", G_TYPE_INT, format->depth, "red_mask", G_TYPE_INT, format->red_mask, "green_mask", G_TYPE_INT, format->green_mask, "blue_mask", G_TYPE_INT, format->blue_mask, NULL); if (format->depth == 32 && format->alpha_mask > 0) { gst_structure_set (structure, "alpha_mask", G_TYPE_INT, format->alpha_mask, NULL); } break; case VTS_YUV: structure = gst_structure_new ("video/x-raw-yuv", "format", GST_TYPE_FOURCC, fourcc, NULL); break; case VTS_BAYER: structure = gst_structure_new ("video/x-raw-bayer", NULL); break; default: g_assert_not_reached (); break; } return structure; } /* returns the size in bytes for one video frame of the given dimensions * given the fourcc in GstMistelixVideoSrc */ int gst_mistelix_video_src_get_size (GstMistelixVideoSrc * v, int w, int h) { paintinfo pi = { NULL, }; paintinfo *p = π struct fourcc_list_struct *fourcc; p->width = w; p->height = h; fourcc = v->fourcc; if (fourcc == NULL) return 0; fourcc->paint_setup (p, NULL); return (unsigned long) p->endptr; } static int cnt = 0; static int files = 0; unsigned char* buffer = NULL; int length = 0; unsigned char* buffer_fixed = NULL; int length_fixed = 0; int first_fixed = 0; int fixed_frames = 0; // Jordi: Default video format generator // It is called the as many times as total_seconds * frames are void gst_mistelix_video_src_smpte (GstMistelixVideoSrc * v, unsigned char *dest, int w, int h) { int read; paintinfo pi = { NULL, }; paintinfo *p = π struct fourcc_list_struct *fourcc; //printf ("gst_mistelix_video_src_daemon_getfile get_file enters: %u\n", files); if (files == 0) gst_mistelix_video_src_daemon_init (); p->width = w; p->height = h; fourcc = v->fourcc; if (fourcc == NULL) return; files++; fourcc->paint_setup (p, dest); if (fixed_frames == 0) { if (buffer != NULL) { free (buffer); buffer = NULL; } if (gst_mistelix_video_src_daemon_getfile (&buffer, &length, &fixed_frames) == -1) { printf ("gst_mistelix_video_src_daemon_getfile error calling get_file\n"); files = -1; return; } } if (fixed_frames > 0 && first_fixed == 1) { // serve from buffer_fixed memcpy (dest, buffer_fixed, length_fixed); fixed_frames--; if (fixed_frames == 0) { if (buffer_fixed != NULL) { free (buffer_fixed); buffer_fixed = NULL; first_fixed = 0; } } return; } unsigned char *pos = buffer; unsigned char R, G, B; unsigned char Y, V, U; unsigned char* posY, *posV, *posU; int x = 0, y = 0; read = length; while (read > 0) { R = pos [0]; G = pos [1]; B = pos [2]; if (x == p->ystride) { x = 0; y++; } // The following 2 sets of formulae are taken from information from Keith Jack's // excellent book "Video Demystified" (ISBN 1-878707-09-4). Y = ((0.257 * R) + (0.504 * G) + (0.098 * B) + 16); // See: http://en.wikipedia.org/wiki/Y%27UV posY = p->yp + (y * p->ystride) + x; if (read % 2) { // Optimization, every two positions U V are the same, no need to write the same again V = ((0.439 * R) - (0.368 * G) - (0.071 * B) + 128); U = (-(0.148 * R) - (0.291 * G) + (0.439 * B) + 128); posV = p->vp + (y >> 1) * p->ustride + (x >> 1); posU = p->up + (y >> 1) * p->ustride + (x >> 1); *posV = V; *posU = U; } *posY = Y; pos += 3; read -= 3; x++; } // Save into buffer if (fixed_frames > 0) { if (first_fixed == 0) { first_fixed = 1; length_fixed = gst_mistelix_video_src_get_size (v, w, h); buffer_fixed = malloc (length_fixed); memcpy (buffer_fixed, dest, length_fixed); fixed_frames--; } } } static void paint_setup_I420 (paintinfo * p, unsigned char *dest) { p->yp = dest; p->ystride = GST_ROUND_UP_4 (p->width); p->up = p->yp + p->ystride * GST_ROUND_UP_2 (p->height); p->ustride = GST_ROUND_UP_8 (p->width) / 2; p->vp = p->up + p->ustride * GST_ROUND_UP_2 (p->height) / 2; p->vstride = GST_ROUND_UP_8 (p->ystride) / 2; p->endptr = p->vp + p->vstride * GST_ROUND_UP_2 (p->height) / 2; } mistelix-0.33/gstreamer/mistelixsocket.c0000644000175000017500000001554411335535640021017 0ustar00jordijordi00000000000000/* * Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #include #include #include #include #include #include #define PROTOCOL_FILELENGTH 4 #define PROTOCOL_COMMANDLEN 2 #define PORT 2048 /* Keep in sync with mistelix.c */ typedef enum { None = 0, InitParams = 1, /* Length (4 bytes) + pixels */ NewImage = 2, /* Length (4 bytes) seconds */ FixedImage = 3, /* Length (4 bytes) + nframes + pixels */ End = 4 } Command; fd_set master; fd_set read_fds; int fdmax; int sock = -1; int newfd; char buf [32768]; int nbytes; int addrlen; int i; struct timeval timeout; Command status; /* Initializes the socket layer */ int gst_mistelix_video_src_daemon_init () { struct sockaddr_in serveraddr; int yes = 1; FD_ZERO (&master); FD_ZERO (&read_fds); /* Time out 10 seconds */ timeout.tv_sec = 10; timeout.tv_usec = 0; if ((sock = socket (AF_INET, SOCK_STREAM, 0)) == -1) { perror ("Mistelix: error calling sock!"); return -1; } if (setsockopt (sock, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof(int)) == -1) { perror ("Mistelix: error calling setsockopt!"); close (sock); return -1; } serveraddr.sin_family = AF_INET; serveraddr.sin_addr.s_addr = INADDR_ANY; serveraddr.sin_port = htons(PORT); memset (&(serveraddr.sin_zero), '\0', 8); if (bind (sock, (struct sockaddr *)&serveraddr, sizeof(serveraddr)) == -1) { close (sock); perror ("Mistelix: error calling bind!"); return -1; } if (listen (sock, 1) == -1) { close (sock); perror ("Mistelix: error calling listen!"); return -1; } /* add the sock to the master set */ FD_SET (sock, &master); fdmax = sock; /* so far, it's this one*/ printf ("Mistelix: daemon initialized...\n"); return 0; } // // Gets a frame from the socket connection // // 'fixed' indicates how many times the caller should process the same image as N 'fixed' number of frames // int gst_mistelix_video_src_daemon_getfile (unsigned char** buffer, int* buf_length, int* fixed) { struct sockaddr_in clientaddr; int file_length = 0; unsigned char* pos = NULL; status = None; //total_count++; //printf ("gst_mistelix_video_src_daemon_getfile %u\n", total_count); if (sock == -1) { gst_mistelix_video_src_daemon_init (); } *fixed = 0; for (;;) { read_fds = master; if (select (fdmax+1, &read_fds, NULL, NULL, NULL /*&timeout*/) == -1) { perror ("Misteix: error doing a select"); return -1; } /* Run through the existing connections looking for data to be read */ for (i = 0; i <= fdmax; i++) { if (FD_ISSET(i, &read_fds)) { if(i == sock) { addrlen = sizeof(clientaddr); if((newfd = accept(sock, (struct sockaddr *)&clientaddr, &addrlen)) == -1) { perror ("Misteix: error accepting socket"); return -1; } FD_SET(newfd, &master); if(newfd > fdmax) fdmax = newfd; } else { switch (status) { case None: nbytes = gst_mistelix_video_src_daemon_getdata (buf, PROTOCOL_COMMANDLEN); /* Get a new command */ break; case NewImage: case FixedImage: nbytes = gst_mistelix_video_src_daemon_getdata (buf, file_length > sizeof (buf) ? sizeof (buf) : file_length); /* Get a new command */ break; default: nbytes = -1; break; } //printf ("readed %u file len %u (status %u) frames %u, total_imgs %u\n", nbytes, file_length, status, fixed_frames, total_count); if (nbytes <= 0) /* Data readed */ { perror ("Mistelix: error calling recv\n"); return -1; } //printf ("%x %x %x\n", buf[0], buf[1], status); switch (status) { case None: { int length; int command; if (*buf & 0xff != 0xff) { perror ("Mistelix: invalid new command\n"); return -1; } command = (int) (*(buf + 1)) & 0xff; //printf ("Command %x\n", command); switch (command) { case NewImage: { nbytes = gst_mistelix_video_src_daemon_getdata (buf, PROTOCOL_FILELENGTH); status = NewImage; length = build_int (buf); file_length = length; *buffer = malloc (length); *buf_length = length; pos = *buffer; //printf ("Len %u\n", length); break; } case FixedImage: { nbytes = gst_mistelix_video_src_daemon_getdata (buf, PROTOCOL_FILELENGTH); status = FixedImage; length = build_int (buf); file_length = length; *buffer = malloc (length); *buf_length = length; pos = *buffer; nbytes = gst_mistelix_video_src_daemon_getdata (buf, PROTOCOL_FILELENGTH); *fixed = build_int (buf); //printf ("Length %u Fixed %u\n", length, *fixed); break; } case End: status = End; printf ("Status End\n"); gst_mistelix_video_src_daemon_shutdown (); return -1; } break; } // case None: case NewImage: { memcpy (pos, buf, nbytes); file_length -= nbytes; pos += nbytes; if (file_length == 0) { //printf ("File completed\n"); return 0; } break; } case FixedImage: { memcpy (pos, buf, nbytes); file_length -= nbytes; pos += nbytes; if (file_length == 0) { //printf ("File completed (fixed)\n"); return 0; } break; } default: nbytes = -1; break; } } } /* if (FD_ISSET(i, &read_fds)) */ } /* for (i = 0; i <= fdmax; i++) */ } return 0; } /* Closes the socket */ void gst_mistelix_video_src_daemon_shutdown () { printf ("*** gst_mistelix_video_src_daemon_shutdown\n"); if (sock != -1) { close (sock); sock = -1; } } /* Get Data from streamer */ int gst_mistelix_video_src_daemon_getdata (char *buffer, int bytes_requested) { int read; read = recv (i, buffer, bytes_requested, 0); return read; } /* Helper functions */ int build_int (char *buffer) { int data; data = ((*(buffer + 0)) & 0xff); data += ((*(buffer + 1) << 8) & 0xff00); data += ((*(buffer + 2) << 16) & 0xff0000); data += ((*(buffer + 3) << 24) & 0xff000000); return data; } mistelix-0.33/src/0000755000175000017500000000000011516333446014372 5ustar00jordijordi00000000000000mistelix-0.33/src/Backends/0000755000175000017500000000000011516333446016104 5ustar00jordijordi00000000000000mistelix-0.33/src/Backends/GStreamer/0000755000175000017500000000000011516333446017775 5ustar00jordijordi00000000000000mistelix-0.33/src/Backends/GStreamer/DetectMedia.cs0000644000175000017500000000331111464063400022462 0ustar00jordijordi00000000000000// // Copyright (C) 2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Text; using System.Runtime.InteropServices; using Mono.Unix; using Mistelix.Core; namespace Mistelix.Backends.GStreamer { // // GStreamer detect media functions // public static class DetectMedia { [DllImport ("libmistelix")] static extern void mistelix_detect_media (string file, StringBuilder media); static string [] extensions; static DetectMedia () { } static public string GetType (string file) { StringBuilder media = new StringBuilder (2048); mistelix_detect_media (file, media); return media.ToString (); } } } mistelix-0.33/src/Backends/GStreamer/Video.cs0000644000175000017500000000706011464063507021375 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Text; using System.Collections.Generic; using System.Runtime.InteropServices; using Mono.Unix; using Mistelix.Core; namespace Mistelix.Backends.GStreamer { // // GStreamer video functions // public static class Video { [DllImport ("libmistelix")] static extern void mistelix_video_extensions (StringBuilder extensions); [DllImport ("libmistelix")] static extern int mistelix_video_supported (string file, StringBuilder media); [DllImport ("libmistelix")] static extern int mistelix_video_convert (string filein, string fileout, uint frames_sec); static string [] extensions; static Video () { } static public string[] FileExtensions () { if (extensions != null) return extensions; List strs = new List (); string rslt; int pos; StringBuilder sb = new StringBuilder (1024); mistelix_video_extensions (sb); rslt = sb.ToString (); while (true) { rslt = rslt.TrimStart (); pos = rslt.IndexOf (";"); if (pos == -1) { if (rslt.Length > 0) strs.Add (rslt); break; } strs.Add (rslt.Substring (0, pos)); pos++; rslt = rslt.Substring (pos); } extensions = strs.ToArray (); return extensions; } static public bool IsSupported (string file, out string msg) { int r; StringBuilder rslt = new StringBuilder (2048); r = mistelix_video_supported (file, rslt); Logger.Debug ("MistelixLib.IsMediaSupported. File {0} is {1}", file, r); switch (r) { case 0: // Format supported msg = string.Empty; return true; case 1: // Could not identify media msg = String.Format (Catalog.GetString ("Could not identify media type for file '{0}'"), file); return false; case 2: // Format not supported msg = String.Format (Catalog.GetString ("The file '{0}' is encoded in an unsupported format"), file); return false; case 3: // Supported media but codec not found + codec name msg = String.Format (Catalog.GetString ("The file '{0}' is encoded in a recognised format. However, you are missing the GStreamer plug-in '{1}' to decode it."), file, rslt); return false; default: throw new InvalidOperationException ("Unexpected result"); } } static public bool Convert (string filein, string fileout, uint frames_sec) { int rslt = mistelix_video_convert (filein, fileout, frames_sec); if (rslt == 0) return true; return false; } } } mistelix-0.33/src/Backends/GStreamer/Thumbnail.cs0000644000175000017500000000345011246543334022250 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Runtime.InteropServices; using Gdk; namespace Mistelix.Backends.GStreamer { // // GStreamer video thumbnailing functions // public static class Thumbnail { [DllImport ("libmistelix")] static extern void mistelix_video_screenshot (string filein, int second, out IntPtr pixbuf); static Thumbnail () { } static public Gdk.Pixbuf VideoScreenshot (string file, int second) { Gdk.Pixbuf thumbnail; IntPtr pix; mistelix_video_screenshot (file, second, out pix); if (pix == IntPtr.Zero) throw new InvalidOperationException ("No screenshot taken"); thumbnail = new Gdk.Pixbuf (pix); return thumbnail; } } } mistelix-0.33/src/Backends/GStreamer/SlideShow.cs0000644000175000017500000000701411246543334022226 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Runtime.InteropServices; using Mistelix.DataModel; namespace Mistelix.Backends.GStreamer { // // GStreamer slideshow functions // public static class SlideShow { [DllImport ("libmistelix")] static extern int mistelix_slideshow_createstream (string filename, uint type, uint weight, uint height, uint framessec, uint totalframes); [DllImport ("libmistelix")] static extern int mistelix_slideshow_add_image (IntPtr bytes, uint len); [DllImport ("libmistelix")] static extern int mistelix_slideshow_add_imagefixed (IntPtr bytes, uint len, uint frames); [DllImport ("libmistelix")] static extern void mistelix_slideshow_add_audio (string filename); [DllImport ("libmistelix")] static extern void mistelix_slideshow_close (); static SlideShow () { } static public int CreateStream (string filename, ProjectType type, uint weight, uint height, uint framessec, uint totalframes) { return mistelix_slideshow_createstream (filename, (uint) type, weight, height, framessec, totalframes); } static public int AddImage (SlideImage image) { IntPtr pixels = IntPtr.Zero; int rslt = -1; try { if (image.Channels != 3) throw new InvalidOperationException (String.Format ("mistelixvideosrc expects images in 24 bits (3 channels) not {0}", image.Channels)); pixels = Marshal.AllocHGlobal (image.Pixels.Length); Marshal.Copy (image.Pixels, 0, pixels, image.Pixels.Length); rslt = mistelix_slideshow_add_image (pixels, (uint) image.Pixels.Length); return rslt; } finally { Marshal.FreeHGlobal (pixels); } } static public int AddImageFixed (SlideImage image, uint frames) { IntPtr pixels = IntPtr.Zero; int rslt = -1; try { if (image.Channels != 3) throw new InvalidOperationException (String.Format ("mistelixvideosrc expects images in 24 bits (3 channels) not {0}", image.Channels)); pixels = Marshal.AllocHGlobal (image.Pixels.Length); Marshal.Copy (image.Pixels, 0, pixels, image.Pixels.Length); rslt = mistelix_slideshow_add_imagefixed (pixels, (uint) image.Pixels.Length, frames); return rslt; } finally { Marshal.FreeHGlobal (pixels); } } static public void AddAudio (string file) { try { mistelix_slideshow_add_audio (file); } finally { } } static public void Close () { mistelix_slideshow_close (); } } } mistelix-0.33/src/Backends/GStreamer/Plugins.cs0000644000175000017500000000405111246543334021744 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Collections.Generic; using System.Runtime.InteropServices; using Mistelix.Core; namespace Mistelix.Backends.GStreamer { // // GStreamer plugin enumeration functions // public static class Plugins { [DllImport ("libmistelix")] static extern uint mistelix_get_plugins_count (); [DllImport ("libmistelix")] static extern IntPtr mistelix_get_plugins (IntPtr [] plugins); static Plugins () { } static public List GetList () { uint count; IntPtr[] list; string codec; List codecs = new List (); count = mistelix_get_plugins_count (); Logger.Debug ("Plugin.GetList. Gstreamer pluggins: {0}", count); list = new IntPtr [count]; mistelix_get_plugins (list); for (int i = 0; i < count; i++) { codec = Marshal.PtrToStringAuto (list[i]); codecs.Add (codec); Marshal.FreeHGlobal (list[i]); } return codecs; } } } mistelix-0.33/src/Backends/OS/0000755000175000017500000000000011516333446016425 5ustar00jordijordi00000000000000mistelix-0.33/src/Backends/OS/Unix.cs0000644000175000017500000000736211315710471017701 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using System.Runtime.InteropServices; using System.Text; using Mistelix.DataModel; using Mistelix.Core; namespace Mistelix.Backends.OS { // // Unix specific functions // public static class Unix { [DllImport ("libmistelix")] static extern void mistelix_launchtool (string app, string args, string in_file, string out_file, string err_file); [DllImport ("libc")] // Linux private static extern int prctl (int option, byte [] arg2, IntPtr arg3, IntPtr arg4, IntPtr arg5); [DllImport ("libc")] // BSD private static extern void setproctitle (byte [] fmt, byte [] str_arg); static Unix () { } // There is no SpecialFolder support for videos. We have to read the xdg configuration directly public static string GetDefaultVideoDirectory () { string directory = null, line; const string home = "$HOME/"; const string key = "XDG_VIDEOS_DIR"; string home_dir = Environment.GetEnvironmentVariable ("HOME"); string config_file; try { config_file = Path.Combine (home_dir, ".config/user-dirs.dirs"); using (StreamReader reader = new StreamReader (config_file)) { while ((line = reader.ReadLine ()) != null) { line = line.Trim (); int pos = line.IndexOf ('='); if (pos > 8 && line.Substring (0, pos) == key) { string path = line.Substring (pos + 1).Trim ('"'); bool relative = false; if (path.StartsWith (home)) { relative = true; path = path.Substring (home.Length); } else if (!path.StartsWith ("/")) relative = true; directory = relative ? Path.Combine (home_dir, path) : path; break; } } } } catch (Exception) { } if (directory == null) return Environment.GetFolderPath (Environment.SpecialFolder.Personal); else return directory; } public static void LaunchTool (string app, string args, string in_file, string out_file, string err_file) { mistelix_launchtool (app, args, in_file, out_file, err_file); } public static void SetProcessName (string name) { int platform = (int) Environment.OSVersion.Platform; if (platform != 4 && platform != 128) return; try { if (prctl (15 /* PR_SET_NAME */, Encoding.ASCII.GetBytes (name + "\0"), IntPtr.Zero, IntPtr.Zero, IntPtr.Zero) != 0) { throw new ApplicationException ("Error setting process name: " + Mono.Unix.Native.Stdlib.GetLastError ()); } } catch (EntryPointNotFoundException) { setproctitle (Encoding.ASCII.GetBytes ("%s\0"), Encoding.ASCII.GetBytes (name + "\0")); } } } } mistelix-0.33/src/Backends/ThumbnailCache/0000755000175000017500000000000011516333446020753 5ustar00jordijordi00000000000000mistelix-0.33/src/Backends/ThumbnailCache/Provider.cs0000644000175000017500000000324311246543334023075 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gdk; namespace Mistelix.Backends.ThumbnailCache { // // Describes the services that a ThumbnailCache should implement // public abstract class Provider { public abstract bool Installed {get;} // Get a thumbnail. Returns null if not possible to get a thumbnail // The call does not guarantee that the thumbnail will match the requested width & height public abstract Gdk.Pixbuf GetThumbnail (string filename, int width, int height); public abstract void StoreThumbnail (string filename, Gdk.Pixbuf pixbuf); } } mistelix-0.33/src/Backends/ThumbnailCache/Factory.cs0000644000175000017500000000352211246543334022712 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Runtime.InteropServices; using Gdk; using Mistelix.Core; namespace Mistelix.Backends.ThumbnailCache { // // Returns the appropiate class for managing Thumbnails // public static class Factory { static Provider provider; static Factory () { // See: http://www.mono-project.com/FAQ:_Technical int os = (int) System.Environment.OSVersion.Platform; if (os == 4 || os == 6 || os == 128) { provider = new Gnome (); if (provider.Installed == false) provider = null; } if (provider == null) provider = new None (); Logger.Debug ("Factory.Factory. Provider {0}", provider); } public static Provider Provider { get {return provider; } } } } mistelix-0.33/src/Backends/ThumbnailCache/Gnome.cs0000644000175000017500000001464311277074155022362 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using System.Runtime.InteropServices; using Gdk; using Mistelix.Core; namespace Mistelix.Backends.ThumbnailCache { // // This class uses Gnome-desktop thumbnailing infrastructure for loading and storing thumbnails // It allows to reuse the thumbnails created already by Nautilus and other GNOME applications // // See: http://library.gnome.org/devel/gnome-desktop/stable/ // public class Gnome : Provider { [DllImport ("libgnome-desktop-2")] static extern IntPtr gnome_desktop_thumbnail_factory_new (int size); [DllImport ("libgnome-desktop-2")] // returns GdkPixbuf * static extern IntPtr gnome_desktop_thumbnail_factory_generate_thumbnail (IntPtr factory, string uri, string mime_type); [DllImport ("libgnome-desktop-2")] static extern void gnome_desktop_thumbnail_factory_save_thumbnail (IntPtr factory, IntPtr thumbnail, string uri, ulong time); [DllImport ("libgnome-desktop-2")] static extern IntPtr gnome_desktop_thumbnail_factory_lookup (IntPtr factory, string uri, ulong time); [DllImport("libglib-2.0")] static extern IntPtr g_filename_to_uri (IntPtr filename, IntPtr hostname, IntPtr error); [DllImport("libgio-2.0")] static extern IntPtr g_content_type_guess (IntPtr filename, out byte data, UIntPtr data_size, out bool result_uncertain); [DllImport ("libgio-2.0")] static extern IntPtr g_file_new_for_uri (string uri); [DllImport ("libgio-2.0")] static extern ulong g_file_info_get_attribute_uint64 (IntPtr file, string attribute); [DllImport("libgio-2.0")] // returns GFileInfo * static extern IntPtr g_file_query_info (IntPtr gfile, string attributes, int flags, IntPtr cancellable, out IntPtr error); [DllImport("libgio-2.0")] static extern void g_file_info_get_modification_time (IntPtr raw, IntPtr result); [DllImport("libgobject-2.0")] static extern void g_object_unref (IntPtr raw); IntPtr factory_normal; IntPtr factory_large; const int GNOME_DESKTOP_THUMBNAIL_SIZE_NORMAL = 0; const int GNOME_DESKTOP_THUMBNAIL_SIZE_LARGE = 1; public Gnome () { try { GLib.GType.Init (); // The following calls assume that Glib is initialized factory_normal = gnome_desktop_thumbnail_factory_new (GNOME_DESKTOP_THUMBNAIL_SIZE_NORMAL); factory_large = gnome_desktop_thumbnail_factory_new (GNOME_DESKTOP_THUMBNAIL_SIZE_LARGE); } catch (Exception e) { Logger.Error ("Gnome.Gnome. Unhandled exception {0}", e); } } public override bool Installed { get { return (factory_normal != IntPtr.Zero); } } public override Gdk.Pixbuf GetThumbnail (string filename, int width, int height) { try { IntPtr pix_raw, path_raw, uri_raw, mime_raw, factory_raw, thumbnail_raw; string uri, mime_type, thumbnail_file; byte data; ulong data_size = 0, time; bool result_uncertain; Pixbuf pix; path_raw = GLib.Marshaller.StringToPtrGStrdup (filename); if (path_raw == IntPtr.Zero) return null; // Get URI uri_raw = g_filename_to_uri (path_raw, IntPtr.Zero, IntPtr.Zero); uri = GLib.Marshaller.Utf8PtrToString (uri_raw); factory_raw = (width > 128 || height > 128) ? factory_large : factory_normal; time = GetTimeModified (uri); if (time == 0) return null; // Verifies that the thumbnail exists and it is updated thumbnail_raw = gnome_desktop_thumbnail_factory_lookup (factory_raw, uri, time); thumbnail_file = GLib.Marshaller.Utf8PtrToString (thumbnail_raw); GLib.Marshaller.Free (thumbnail_raw); // Does thumbnail file exists already? if (String.IsNullOrEmpty (thumbnail_file) == false) { Logger.Debug ("Gnome.GetThumbnail. Cached image found {0}", thumbnail_file); GLib.Marshaller.Free (uri_raw); GLib.Marshaller.Free (path_raw); return new Pixbuf (thumbnail_file); } // Get MimeType mime_raw = g_content_type_guess (path_raw, out data, new UIntPtr (data_size), out result_uncertain); mime_type = GLib.Marshaller.PtrToStringGFree (mime_raw); pix_raw = gnome_desktop_thumbnail_factory_generate_thumbnail (factory_raw, uri, mime_type); GLib.Marshaller.Free (uri_raw); GLib.Marshaller.Free (path_raw); pix = new Gdk.Pixbuf (pix_raw); StoreThumbnail (uri, pix); return pix; } catch (Exception e) { Logger.Error ("Gnome.GetThumbnail. Error {0}", e); return null; } } public override void StoreThumbnail (string uri, Gdk.Pixbuf pixbuf) { IntPtr factory_raw; ulong time; try { time = GetTimeModified (uri); if (time == 0) return; factory_raw = (pixbuf.Width > 128 || pixbuf.Height > 128) ? factory_large : factory_normal; gnome_desktop_thumbnail_factory_save_thumbnail (factory_raw, pixbuf.Handle, uri, time); Logger.Debug ("Gnome.StoreThumbnail. Cached image {0}", uri); } catch (Exception e) { Logger.Error ("Gnome.StoreThumbnail. Error {0}", e); return; } } ulong GetTimeModified (string uri) { ulong time; IntPtr file_raw, fileinfo_raw, error_raw; file_raw = g_file_new_for_uri (uri); fileinfo_raw = g_file_query_info (file_raw, "time::modified", 0, IntPtr.Zero, out error_raw); g_object_unref (file_raw); if (fileinfo_raw == IntPtr.Zero) // File not found for example return 0; time = g_file_info_get_attribute_uint64 (fileinfo_raw, "time::modified"); return time; } } } mistelix-0.33/src/Backends/ThumbnailCache/None.cs0000644000175000017500000000320511246543334022200 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Runtime.InteropServices; using Gdk; using Mistelix.Core; namespace Mistelix.Backends.ThumbnailCache { // // For platforms that does not support a thumbnail cache // public class None : Provider { public None () { } public override bool Installed { get { return true;} } public override Gdk.Pixbuf GetThumbnail (string filename, int width, int height) { return null; } public override void StoreThumbnail (string filename, Gdk.Pixbuf pixbuf) { } } } mistelix-0.33/src/Backends/Spumux.cs0000644000175000017500000002267111246543334017743 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Runtime.InteropServices; using System.Text; using System.IO; using System.Collections.Generic; using Mistelix.DataModel; using Mistelix.Core; namespace Mistelix.Backends { // // Generates XML file for Spumux command line tool // public class Spumux { const string menu_normal = "menu_normal.png"; const string menu_highlight = "menu_highlight.png"; Project project; public Spumux (Project project) { this.project = project; } public void Create () { StringBuilder sb = new StringBuilder (2048); sb.Append ("\n"); sb.Append (" \n"); sb.Append (" \n"); sb.Append (GenerateMenus ()); sb.Append (" \n"); sb.Append (" \n"); sb.Append (" \n"); try { using (FileStream fs = File.Create (project.FileToFullPath (Defines.SPUMUX_FILE))) { StreamWriter sw = new StreamWriter (fs); sw.Write (sb.ToString ()); sw.Close (); } } catch (IOException) { Logger.Error ("Spumux.Create. Error accessing file {0}", project.FileToFullPath (Defines.SPUMUX_FILE)); } } public void Destroy () { if (Mistelix.Debugging == false) { File.Delete (project.FileToFullPath (menu_normal)); File.Delete (project.FileToFullPath (menu_highlight)); File.Delete (project.FileToFullPath (Defines.SPUMUX_FILE)); } } void DrawButtons (Button button, Cairo.Context high, Cairo.Context normal) { // The coordinates should match what we provide to Spumux DrawImageFromFile (normal, Path.Combine (Defines.DATA_DIR, project.Details.Theme.ButtonSelect), button.X, button.Y, button.DrawingBoxWidth, button.DrawingBoxHeight); DrawImageFromFile (high, Path.Combine (Defines.DATA_DIR, project.Details.Theme.ButtonHighlight), button.X, button.Y, button.DrawingBoxWidth, button.DrawingBoxHeight); } public void DrawImageFromFile (Cairo.Context cr, string filename, double x, double y, double width, double height) { SvgImage image; if (width <= 0 || height <= 0) throw new ArgumentException (String.Format ("Spumux->DrawImageFromFile. DVD menu buttons width {0} and height {1} should be > 0", width, height)); try { image = new SvgImage (filename); } catch (Exception) { Logger.Error ("Spumux.DrawImageFromFile. Error loading file {0}", filename); return; } Logger.Debug ("Spumux.DrawImageFromFile. Loaded file {0}, w:{1} h:{2}", filename, image.Width, image.Height); cr.Save (); // Have to clip for RenderToCairo cr.Rectangle (x, y, width, height); cr.Clip (); cr.Translate (x, y); cr.Scale (width / image.Width, height / image.Height); image.RenderToCairo (cr.Handle); cr.Restore (); image.Dispose (); } string GenerateMenus () { StringBuilder sb = new StringBuilder (2048); Cairo.ImageSurface shigh = new Cairo.ImageSurface (Cairo.Format.ARGB32, project.Details.Width, project.Details.Height); Cairo.Context chight = new Cairo.Context (shigh); Cairo.ImageSurface snormal = new Cairo.ImageSurface (Cairo.Format.ARGB32, project.Details.Width, project.Details.Height); Cairo.Context cnormal = new Cairo.Context (snormal); for (int i = 0; i < project.Buttons.Count; i++) { Button button = (Button)project.Buttons [i]; sb.Append (" \n"); } sb.Append (" \n"); } sb.Append (" \n"); return sb.ToString (); } string GenerateTitles () { StringBuilder sb = new StringBuilder (2048); VisibleProjectElement element; sb.Append (" \n"); sb.Append (" \n"); return sb.ToString (); } } } mistelix-0.33/src/Builder/0000755000175000017500000000000011516333446015760 5ustar00jordijordi00000000000000mistelix-0.33/src/Builder/Builder.cs0000644000175000017500000004660611343462761017712 0ustar00jordijordi00000000000000// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace GtkBeans { using System; using System.Collections; using System.Runtime.InteropServices; #region Autogenerated code public class Builder : GLib.Object { [Obsolete] protected Builder(GLib.GType gtype) : base(gtype) {} public Builder(IntPtr raw) : base(raw) {} [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_builder_new(); public Builder () : base (IntPtr.Zero) { if (GetType () != typeof (Builder)) { CreateNativeObject (new string [0], new GLib.Value[0]); return; } Raw = gtk_builder_new(); } [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_builder_get_translation_domain(IntPtr raw); [DllImport("libgtk-win32-2.0-0.dll")] static extern void gtk_builder_set_translation_domain(IntPtr raw, IntPtr domain); [GLib.Property ("translation-domain")] public string TranslationDomain { get { IntPtr raw_ret = gtk_builder_get_translation_domain(Handle); string ret = GLib.Marshaller.Utf8PtrToString (raw_ret); return ret; } set { IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value); gtk_builder_set_translation_domain(Handle, native_value); GLib.Marshaller.Free (native_value); } } [DllImport("libgtk-win32-2.0-0.dll")] static extern unsafe bool gtk_builder_value_from_string(IntPtr raw, IntPtr pspec, IntPtr str1ng, IntPtr value, out IntPtr error); public unsafe bool ValueFromString(IntPtr pspec, string str1ng, GLib.Value value) { IntPtr native_str1ng = GLib.Marshaller.StringToPtrGStrdup (str1ng); IntPtr native_value = GLib.Marshaller.StructureToPtrAlloc (value); IntPtr error = IntPtr.Zero; bool raw_ret = gtk_builder_value_from_string(Handle, pspec, native_str1ng, native_value, out error); bool ret = raw_ret; GLib.Marshaller.Free (native_str1ng); value = (GLib.Value) Marshal.PtrToStructure (native_value, typeof (GLib.Value)); Marshal.FreeHGlobal (native_value); if (error != IntPtr.Zero) throw new GLib.GException (error); return ret; } [DllImport("libgtk-win32-2.0-0.dll")] static extern void gtk_builder_connect_signals_full(IntPtr raw, GtkBeansSharp.BuilderConnectFuncNative func, IntPtr user_data); public void ConnectSignalsFull(GtkBeans.BuilderConnectFunc func) { GtkBeansSharp.BuilderConnectFuncWrapper func_wrapper = new GtkBeansSharp.BuilderConnectFuncWrapper (func); gtk_builder_connect_signals_full(Handle, func_wrapper.NativeDelegate, IntPtr.Zero); } [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_builder_get_type_from_name(IntPtr raw, IntPtr type_name); public GLib.GType GetTypeFromName(string type_name) { IntPtr native_type_name = GLib.Marshaller.StringToPtrGStrdup (type_name); IntPtr raw_ret = gtk_builder_get_type_from_name(Handle, native_type_name); GLib.GType ret = new GLib.GType(raw_ret); GLib.Marshaller.Free (native_type_name); return ret; } [DllImport("libgtk-win32-2.0-0.dll")] static extern unsafe uint gtk_builder_add_from_string(IntPtr raw, IntPtr buffer, UIntPtr length, out IntPtr error); public unsafe uint AddFromString(string buffer) { IntPtr native_buffer = GLib.Marshaller.StringToPtrGStrdup (buffer); IntPtr error = IntPtr.Zero; uint raw_ret = gtk_builder_add_from_string(Handle, native_buffer, new UIntPtr ((ulong) System.Text.Encoding.UTF8.GetByteCount (buffer)), out error); uint ret = raw_ret; GLib.Marshaller.Free (native_buffer); if (error != IntPtr.Zero) throw new GLib.GException (error); return ret; } [DllImport("libgtk-win32-2.0-0.dll")] static extern unsafe uint gtk_builder_add_objects_from_string(IntPtr raw, IntPtr buffer, UIntPtr length, IntPtr object_ids, out IntPtr error); public unsafe uint AddObjectsFromString(string buffer, string object_ids) { IntPtr native_buffer = GLib.Marshaller.StringToPtrGStrdup (buffer); IntPtr error = IntPtr.Zero; uint raw_ret = gtk_builder_add_objects_from_string(Handle, native_buffer, new UIntPtr ((ulong) System.Text.Encoding.UTF8.GetByteCount (buffer)), GLib.Marshaller.StringToPtrGStrdup(object_ids), out error); uint ret = raw_ret; GLib.Marshaller.Free (native_buffer); if (error != IntPtr.Zero) throw new GLib.GException (error); return ret; } [DllImport("libgtk-win32-2.0-0.dll")] static extern unsafe uint gtk_builder_add_from_file(IntPtr raw, IntPtr filename, out IntPtr error); public unsafe uint AddFromFile(string filename) { IntPtr native_filename = GLib.Marshaller.StringToPtrGStrdup (filename); IntPtr error = IntPtr.Zero; uint raw_ret = gtk_builder_add_from_file(Handle, native_filename, out error); uint ret = raw_ret; GLib.Marshaller.Free (native_filename); if (error != IntPtr.Zero) throw new GLib.GException (error); return ret; } [DllImport("libgtk-win32-2.0-0.dll")] static extern unsafe bool gtk_builder_value_from_string_type(IntPtr raw, IntPtr type, IntPtr str1ng, IntPtr value, out IntPtr error); public unsafe bool ValueFromStringType(GLib.GType type, string str1ng, GLib.Value value) { IntPtr native_str1ng = GLib.Marshaller.StringToPtrGStrdup (str1ng); IntPtr native_value = GLib.Marshaller.StructureToPtrAlloc (value); IntPtr error = IntPtr.Zero; bool raw_ret = gtk_builder_value_from_string_type(Handle, type.Val, native_str1ng, native_value, out error); bool ret = raw_ret; GLib.Marshaller.Free (native_str1ng); value = (GLib.Value) Marshal.PtrToStructure (native_value, typeof (GLib.Value)); Marshal.FreeHGlobal (native_value); if (error != IntPtr.Zero) throw new GLib.GException (error); return ret; } [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_builder_get_objects(IntPtr raw); public GLib.SList Objects { get { IntPtr raw_ret = gtk_builder_get_objects(Handle); GLib.SList ret = new GLib.SList(raw_ret); return ret; } } [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_builder_get_object(IntPtr raw, IntPtr name); public GLib.Object GetObject(string name) { IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); IntPtr raw_ret = gtk_builder_get_object(Handle, native_name); GLib.Object ret = GLib.Object.GetObject (raw_ret); GLib.Marshaller.Free (native_name); return ret; } [DllImport("libgtk-win32-2.0-0.dll")] static extern int gtk_builder_error_quark(); public static int ErrorQuark() { int raw_ret = gtk_builder_error_quark(); int ret = raw_ret; return ret; } [DllImport("libgtk-win32-2.0-0.dll")] static extern void gtk_builder_connect_signals(IntPtr raw, IntPtr user_data); public void ConnectSignals(IntPtr user_data) { gtk_builder_connect_signals(Handle, user_data); } [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_builder_get_type(); public static new GLib.GType GType { get { IntPtr raw_ret = gtk_builder_get_type(); GLib.GType ret = new GLib.GType(raw_ret); return ret; } } [DllImport("libgtk-win32-2.0-0.dll")] static extern unsafe uint gtk_builder_add_objects_from_file(IntPtr raw, IntPtr filename, IntPtr object_ids, out IntPtr error); public unsafe uint AddObjectsFromFile(string filename, string object_ids) { IntPtr native_filename = GLib.Marshaller.StringToPtrGStrdup (filename); IntPtr error = IntPtr.Zero; uint raw_ret = gtk_builder_add_objects_from_file(Handle, native_filename, GLib.Marshaller.StringToPtrGStrdup(object_ids), out error); uint ret = raw_ret; GLib.Marshaller.Free (native_filename); if (error != IntPtr.Zero) throw new GLib.GException (error); return ret; } static Builder () { GtkSharp.GtkbeansSharp.ObjectManager.Initialize (); } #endregion #region Customized extensions #line 1 "Builder.custom" // Builder.custom - customizations to Gtk.Builder // // Authors: Stephane Delcroix // The biggest part of this code is adapted from glade#, by // Ricardo Fernández Pascual // Rachel Hestilow // // Copyright (c) 2008, 2009 Novell, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of version 2 of the Lesser GNU General // Public License as published by the Free Software Foundation. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this program; if not, write to the // Free Software Foundation, Inc., 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. [System.Serializable] public class HandlerNotFoundException : SystemException { string handler_name; string signal_name; System.Reflection.EventInfo evnt; Type delegate_type; public HandlerNotFoundException (string handler_name, string signal_name, System.Reflection.EventInfo evnt, Type delegate_type) : this (handler_name, signal_name, evnt, delegate_type, null) { } public HandlerNotFoundException (string handler_name, string signal_name, System.Reflection.EventInfo evnt, Type delegate_type, Exception inner) : base ("No handler " + handler_name + " found for signal " + signal_name, inner) { this.handler_name = handler_name; this.signal_name = signal_name; this.evnt = evnt; this.delegate_type = delegate_type; } public HandlerNotFoundException (string message, string handler_name, string signal_name, System.Reflection.EventInfo evnt, Type delegate_type) : base ((message != null) ? message : "No handler " + handler_name + " found for signal " + signal_name, null) { this.handler_name = handler_name; this.signal_name = signal_name; this.evnt = evnt; this.delegate_type = delegate_type; } protected HandlerNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base (info, context) { handler_name = info.GetString ("HandlerName"); signal_name = info.GetString ("SignalName"); evnt = info.GetValue ("Event", typeof (System.Reflection.EventInfo)) as System.Reflection.EventInfo; delegate_type = info.GetValue ("DelegateType", typeof (Type)) as Type; } public string HandlerName { get { return handler_name; } } public string SignalName { get { return signal_name; } } public System.Reflection.EventInfo Event { get { return evnt; } } public Type DelegateType { get { return delegate_type; } } public override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { base.GetObjectData (info, context); info.AddValue ("HandlerName", handler_name); info.AddValue ("SignalName", signal_name); info.AddValue ("Event", evnt); info.AddValue ("DelegateType", delegate_type); } } [AttributeUsage (AttributeTargets.Field)] public class ObjectAttribute : Attribute { private string name; private bool specified; public ObjectAttribute (string name) { specified = true; this.name = name; } public ObjectAttribute () { specified = false; } public string Name { get { return name; } } public bool Specified { get { return specified; } } } public IntPtr GetRawObject(string name) { IntPtr native_name = GLib.Marshaller.StringToPtrGStrdup (name); IntPtr raw_ret = gtk_builder_get_object(Handle, native_name); GLib.Marshaller.Free (native_name); return raw_ret; } public Builder (System.IO.Stream s) : this (s, null) { } public Builder (System.IO.Stream s, string translation_domain) { if (s == null) throw new ArgumentNullException ("s"); int size = (int) s.Length; byte[] buffer = new byte[size]; s.Read (buffer, 0, size); s.Close (); AddFromString(System.Text.Encoding.UTF8.GetString (buffer)); TranslationDomain = translation_domain; } public Builder (string resource_name) : this (resource_name, null) { } public Builder (string resource_name, string translation_domain) : this (System.Reflection.Assembly.GetEntryAssembly (), resource_name, translation_domain) { } public Builder (System.Reflection.Assembly assembly, string resource_name, string translation_domain) : this () { if (GetType() != typeof (Builder)) throw new InvalidOperationException ("Cannot chain to this constructor from subclasses."); if (assembly == null) assembly = System.Reflection.Assembly.GetCallingAssembly (); System.IO.Stream s = assembly.GetManifestResourceStream (resource_name); if (s == null) throw new ArgumentException ("Cannot get resource file '" + resource_name + "'", "resource_name"); int size = (int) s.Length; byte[] buffer = new byte[size]; s.Read (buffer, 0, size); s.Close (); AddFromString(System.Text.Encoding.UTF8.GetString (buffer)); TranslationDomain = translation_domain; } public void Autoconnect (object handler) { BindFields (handler); (new SignalConnector (this, handler)).ConnectSignals (); } public void Autoconnect (Type handler_class) { BindFields (handler_class); (new SignalConnector (this, handler_class)).ConnectSignals (); } class SignalConnector { Builder builder; Type handler_type; object handler; public SignalConnector (Builder builder, object handler) { this.builder = builder; this.handler = handler; handler_type = handler.GetType (); } public SignalConnector (Builder builder, Type handler_type) { this.builder = builder; this.handler = null; this.handler_type = handler_type; } [DllImport("libgtk-win32-2.0-0.dll")] static extern void gtk_builder_connect_signals_full(IntPtr raw, GtkBeansSharp.BuilderConnectFuncNative func, IntPtr user_data); public void ConnectSignals() { GtkBeansSharp.BuilderConnectFuncWrapper func_wrapper = new GtkBeansSharp.BuilderConnectFuncWrapper (new GtkBeans.BuilderConnectFunc (ConnectFunc)); gtk_builder_connect_signals_full(builder.Handle, func_wrapper.NativeDelegate, IntPtr.Zero); } public void ConnectFunc (Builder builder, GLib.Object objekt, string signal_name, string handler_name, GLib.Object connect_object, GLib.ConnectFlags flags) { /* search for the event to connect */ System.Reflection.MemberInfo[] evnts = objekt.GetType (). FindMembers (System.Reflection.MemberTypes.Event, System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic, new System.Reflection.MemberFilter (SignalFilter), signal_name); foreach (System.Reflection.EventInfo ei in evnts) { bool connected = false; System.Reflection.MethodInfo add = ei.GetAddMethod (); System.Reflection.ParameterInfo[] addpi = add.GetParameters (); if (addpi.Length == 1) { /* this should be always true, unless there's something broken */ Type delegate_type = addpi[0].ParameterType; /* look for an instance method */ if (connect_object != null || handler != null) try { Delegate d = Delegate.CreateDelegate (delegate_type, connect_object != null ? connect_object : handler, handler_name); add.Invoke (objekt, new object[] { d } ); connected = true; } catch (ArgumentException) { /* ignore if there is not such instance method */ } /* look for a static method if no instance method has been found */ if (!connected && handler_type != null) try { Delegate d = Delegate.CreateDelegate (delegate_type, handler_type, handler_name); add.Invoke (objekt, new object[] { d } ); connected = true; } catch (ArgumentException) { /* ignore if there is not such static method */ } if (!connected) { string msg = ExplainError (ei.Name, delegate_type, handler_type, handler_name); throw new HandlerNotFoundException (msg, handler_name, signal_name, ei, delegate_type); } } } } static bool SignalFilter (System.Reflection.MemberInfo m, object filterCriteria) { string signame = (filterCriteria as string); object[] attrs = m.GetCustomAttributes (typeof (GLib.SignalAttribute), false); if (attrs.Length > 0) { foreach (GLib.SignalAttribute a in attrs) { if (signame == a.CName) { return true; } } return false; } else { /* this tries to match the names when no attibutes are present. It is only a fallback. */ signame = signame.ToLower ().Replace ("_", ""); string evname = m.Name.ToLower (); return signame == evname; } } static string GetSignature (System.Reflection.MethodInfo method) { if (method == null) return null; System.Reflection.ParameterInfo [] parameters = method.GetParameters (); System.Text.StringBuilder sb = new System.Text.StringBuilder (); sb.Append ('('); foreach (System.Reflection.ParameterInfo info in parameters) { sb.Append (info.ParameterType.ToString ()); sb.Append (','); } if (sb.Length != 0) sb.Length--; sb.Append (')'); return sb.ToString (); } static string GetSignature (Type delegate_type) { System.Reflection.MethodInfo method = delegate_type.GetMethod ("Invoke"); return GetSignature (method); } const System.Reflection.BindingFlags flags = System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.Instance; static string GetSignature (Type klass, string method_name) { try { System.Reflection.MethodInfo method = klass.GetMethod (method_name, flags); return GetSignature (method); } catch { // May be more than one method with that name and none matches return null; } } static string ExplainError (string event_name, Type deleg, Type klass, string method) { if (deleg == null || klass == null || method == null) return null; System.Text.StringBuilder sb = new System.Text.StringBuilder (); string expected = GetSignature (deleg); string actual = GetSignature (klass, method); if (actual == null) return null; sb.AppendFormat ("The handler for the event {0} should take '{1}', " + "but the signature of the provided handler ('{2}') is '{3}'\n", event_name, expected, method, actual); return sb.ToString (); } } void BindFields (object target) { BindFields (target, target.GetType ()); } void BindFields (Type type) { BindFields (null, type); } void BindFields (object target, Type type) { System.Reflection.BindingFlags flags = System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.DeclaredOnly; if (target != null) flags |= System.Reflection.BindingFlags.Instance; else flags |= System.Reflection.BindingFlags.Static; do { System.Reflection.FieldInfo[] fields = type.GetFields (flags); if (fields == null) return; foreach (System.Reflection.FieldInfo field in fields) { object[] attrs = field.GetCustomAttributes (typeof (ObjectAttribute), false); if (attrs == null || attrs.Length == 0) continue; // The widget to field binding must be 1:1, so only check // the first attribute. ObjectAttribute attr = (ObjectAttribute) attrs[0]; GLib.Object gobject; if (attr.Specified) gobject = GetObject (attr.Name); else gobject = GetObject (field.Name); if (gobject != null) try { field.SetValue (target, gobject, flags, null, null); } catch (Exception e) { Console.WriteLine ("Unable to set value for field " + field.Name); throw e; } } type = type.BaseType; } while (type != typeof(object) && type != null); } #endregion } } mistelix-0.33/src/Builder/BuilderConnectFunc.cs0000644000175000017500000000051011343462761022020 0ustar00jordijordi00000000000000// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace GtkBeans { using System; public delegate void BuilderConnectFunc(GtkBeans.Builder builder, GLib.Object objekt, string signal_name, string handler_name, GLib.Object connect_object, GLib.ConnectFlags flags); } mistelix-0.33/src/Builder/GtkBeansSharp.BuilderConnectFuncNative.cs0000644000175000017500000000624311343462761025673 0ustar00jordijordi00000000000000// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace GtkBeansSharp { using System; using System.Runtime.InteropServices; #region Autogenerated code [GLib.CDeclCallback] internal delegate void BuilderConnectFuncNative(IntPtr builder, IntPtr objekt, IntPtr signal_name, IntPtr handler_name, IntPtr connect_object, int flags, IntPtr user_data); internal class BuilderConnectFuncInvoker { BuilderConnectFuncNative native_cb; IntPtr __data; GLib.DestroyNotify __notify; ~BuilderConnectFuncInvoker () { if (__notify == null) return; __notify (__data); } internal BuilderConnectFuncInvoker (BuilderConnectFuncNative native_cb) : this (native_cb, IntPtr.Zero, null) {} internal BuilderConnectFuncInvoker (BuilderConnectFuncNative native_cb, IntPtr data) : this (native_cb, data, null) {} internal BuilderConnectFuncInvoker (BuilderConnectFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; } internal GtkBeans.BuilderConnectFunc Handler { get { return new GtkBeans.BuilderConnectFunc(InvokeNative); } } void InvokeNative (GtkBeans.Builder builder, GLib.Object objekt, string signal_name, string handler_name, GLib.Object connect_object, GLib.ConnectFlags flags) { IntPtr native_signal_name = GLib.Marshaller.StringToPtrGStrdup (signal_name); IntPtr native_handler_name = GLib.Marshaller.StringToPtrGStrdup (handler_name); native_cb (builder == null ? IntPtr.Zero : builder.Handle, objekt == null ? IntPtr.Zero : objekt.Handle, native_signal_name, native_handler_name, connect_object == null ? IntPtr.Zero : connect_object.Handle, (int) flags, __data); GLib.Marshaller.Free (native_signal_name); GLib.Marshaller.Free (native_handler_name); } } internal class BuilderConnectFuncWrapper { public void NativeCallback (IntPtr builder, IntPtr objekt, IntPtr signal_name, IntPtr handler_name, IntPtr connect_object, int flags, IntPtr user_data) { try { managed (GLib.Object.GetObject(builder) as GtkBeans.Builder, GLib.Object.GetObject (objekt), GLib.Marshaller.Utf8PtrToString (signal_name), GLib.Marshaller.Utf8PtrToString (handler_name), GLib.Object.GetObject (connect_object), (GLib.ConnectFlags) flags); if (release_on_call) gch.Free (); } catch (Exception e) { GLib.ExceptionManager.RaiseUnhandledException (e, false); } } bool release_on_call = false; GCHandle gch; public void PersistUntilCalled () { release_on_call = true; gch = GCHandle.Alloc (this); } internal BuilderConnectFuncNative NativeDelegate; GtkBeans.BuilderConnectFunc managed; public BuilderConnectFuncWrapper (GtkBeans.BuilderConnectFunc managed) { this.managed = managed; if (managed != null) NativeDelegate = new BuilderConnectFuncNative (NativeCallback); } public static GtkBeans.BuilderConnectFunc GetManagedDelegate (BuilderConnectFuncNative native) { if (native == null) return null; BuilderConnectFuncWrapper wrapper = (BuilderConnectFuncWrapper) native.Target; if (wrapper == null) return null; return wrapper.managed; } } #endregion } mistelix-0.33/src/Builder/ObjectManager.cs0000644000175000017500000000070411343462761021012 0ustar00jordijordi00000000000000// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace GtkSharp.GtkbeansSharp { public class ObjectManager { static bool initialized = false; // Call this method from the appropriate module init function. public static void Initialize () { if (initialized) return; initialized = true; GLib.GType.Register (GtkBeans.Builder.GType, typeof (GtkBeans.Builder)); } } } mistelix-0.33/src/Core/0000755000175000017500000000000011516333446015262 5ustar00jordijordi00000000000000mistelix-0.33/src/Core/NoneTransition.cs0000644000175000017500000000361711246543334020571 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Unix; using Mono.Addins; using Mistelix.DataModel; // Default built-in transition namespace Mistelix.Transitions { // This transition does nothing public class None: Transition { SlideImage cloned; public None () { } public override string DisplayName { get { return (Catalog.GetString ("")); } } public override string Name { get { return ("none"); } } public override object Current { get { if (cloned == null) CreateClone (Source); return cloned; } } void CreateClone (SlideImage src) { cloned = new SlideImage (); cloned.CopyProperties (Source); cloned.Pixels = new byte [src.Stride * src.Height]; Array.Copy (src.Pixels, cloned.Pixels, src.Stride * src.Height); } } } mistelix-0.33/src/Core/TransitionManager.cs0000644000175000017500000000542711246543334021245 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Addins; using Mistelix.Transitions; namespace Mistelix.Core { // Manages all available transitions public static class TransitionManager { public struct TransitionName { string name; string display_name; TypeExtensionNode node; public TransitionName (string name, string display_name, TypeExtensionNode node) { this.name = name; this.display_name = display_name; this.node = node; } public string Name { get { return name; } } public string DisplayName { get { return display_name; } } public TypeExtensionNode Node { get { return node; } } } static TransitionName[] names; static TransitionManager () { } static public TransitionName None { get { return NameList [0]; } } static public TransitionName[] NameList { get { if (names == null) { int pos = 0; Transition transition; ExtensionNodeList addins = AddinManager.GetExtensionNodes ("/Mistelix/SlideTransitions"); names = new TransitionName [addins.Count]; foreach (TypeExtensionNode node in addins) { transition = (Transition) node.CreateInstance (); names[pos++] = new TransitionName (transition.Name, transition.DisplayName, node); } } return names; } } static public Transition CreateFromName (string name) { foreach (TransitionName transition in NameList) { if (transition.Name.Equals (name)) return (Transition) transition.Node.CreateInstance (); } Logger.Debug (String.Format ("TransitionManager.FromName. Transition {0} not found", name)); return (Transition) NameList[0].Node.CreateInstance (); } } } mistelix-0.33/src/Core/XmlStorage.cs0000644000175000017500000001120011246543334017667 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; using System.Collections; using Mistelix.DataModel; namespace Mistelix.Core { // // Creates an XML to serialize objects // // The XML has the following format // // // // // // ... // // // public class XmlStorage { public XmlDocument xml_document; public XmlStorage () { xml_document = new XmlDocument (); } public void New (string rootNode) { xml_document.LoadXml ("<" + rootNode + "/>"); XmlDeclaration xmldecl = xml_document.CreateXmlDeclaration ("1.0", null, null); XmlElement root = xml_document.DocumentElement; xml_document.InsertBefore (xmldecl, root); } public void Load (string file) { try { xml_document.Load (file); } catch (Exception e) { Logger.Error (e.Message); } } public void Save (string file) { xml_document.Save (file); } // Adds an element from the root document element public void Add (T item) { SetFromNode (item, xml_document.DocumentElement); } // Adds an element encapsulated in given node name public void Add (T item, string from_node) { Logger.Debug ("XmlStorage.Add. From node_name {0} {1}", item, from_node); XmlNode new_node = xml_document.CreateElement (from_node); XmlNode root = xml_document.DocumentElement; root.AppendChild (new_node); SetFromNode (item, new_node); } // Gets an element from the root document element public bool Get (ref T item) { XmlNode root; string typename; if (xml_document.ChildNodes.Count < 2) return false; root = xml_document.ChildNodes [1]; // element typename = GetTypeNodeName (item); foreach (XmlNode node in root.ChildNodes) { if (typename.Equals (node.Name) == false) continue; GetFromNode (root, ref item); return true; } return false; } public bool Get (string from_node, ref T item) { XmlNode root; Logger.Debug ("XmlStorage.Get. From node {0}", from_node); if (xml_document.ChildNodes.Count < 2) return false; root = xml_document.ChildNodes [1]; // element foreach (XmlNode node in root.ChildNodes) { if (from_node.Equals (node.Name) == false) continue; GetFromNode (node, ref item); return true; } return false; } void SetFromNode (T item, XmlNode from_node) { XmlSerializer bf = new XmlSerializer (typeof (T)); StringWriter writer = new StringWriter (); bf.Serialize (writer, item); XmlDocumentFragment fragment = xml_document.CreateDocumentFragment (); fragment.InnerXml = writer.ToString (); writer.Close (); from_node.AppendChild (fragment); } // Obtains the node name used to serialize a item string GetTypeNodeName (T item) { XmlSerializer serializer = new XmlSerializer (typeof (T)); StringWriter writer = new StringWriter (); serializer.Serialize (writer, item); XmlDocumentFragment fragment = xml_document.CreateDocumentFragment (); fragment.InnerXml = writer.ToString (); writer.Close (); return fragment.ChildNodes[0].Name; } public bool GetFromNode (XmlNode from_node, ref T item) { XmlSerializer serializer = new XmlSerializer (typeof (T)); StringReader reader = new StringReader (from_node.InnerXml); item = (T) serializer.Deserialize (reader); reader.Close (); return true; } } } mistelix-0.33/src/Core/SlideImage.cs0000644000175000017500000003667511246543334017634 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Text; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Xml.Serialization; using Gdk; using Pango; using Cairo; using Mistelix.Core; using Mistelix.Widgets; using Mistelix.Effects; namespace Mistelix.DataModel { // // Describes an image that is part of a slideshow // public class SlideImage : SlideShowProjectElement.Image { // // Pixel order // // mistelixvideosrc uses RGB pixel order // Cairo uses ARGB (each pixel is a 32-bit quantity, ARGB. The 32-bit quantities are stored native-endian) // Pixbuf uses RGBA (big-endian order) // enum PixelFormat { CAIRO_ARGB, // PIXBUF_RGB, // 3 channels PIXBUF_ARGB // 4 channels }; [XmlIgnoreAttribute] int width, height, stride, channels = 3; [XmlIgnoreAttribute] bool alpha = false; [XmlIgnoreAttribute] byte[] pixels = null; [XmlIgnoreAttribute] Project project; [XmlIgnoreAttribute] int offset_x, offset_y, w, h; [XmlIgnoreAttribute] PixelFormat pixel_format = PixelFormat.PIXBUF_RGB; [XmlIgnoreAttribute] public int Width { get { return width; } } [XmlIgnoreAttribute] public int Height { get { return height; } } [XmlIgnoreAttribute] public int Stride { get { return stride; } } [XmlIgnoreAttribute] public int Channels { get { return channels; } } public SlideImage () { TransitionTime = 2; // Transition from slide to slide (effect duration). Hardcoded default ShowTime = Mistelix.Preferences.GetIntValue (Preferences.DefaultDurationKey); Transition = Mistelix.Preferences.GetStringValue (Preferences.DefaultTransitionKey); Position = (TextPosition) Mistelix.Preferences.GetIntValue (Preferences.DefaultTextPositionKey); } public SlideImage (string image) : this () { if (image == null) throw new ArgumentNullException ("image name cannot be null"); this.image = image; } public SlideImage (string image, string title, int time, string transition) : this () { if (transition == null) throw new ArgumentNullException ("transition cannot be null"); if (image == null) throw new ArgumentNullException ("image name cannot be null"); this.image = image; Title = title; ShowTime = time; Transition = transition; } // Used only for previewing the transition effect public SlideImage (Cairo.ImageSurface img) { if (img.Format != Cairo.Format.Argb32) throw new InvalidOperationException (String.Format ("SlideImage.SlideImage: unsupported format {0}", img.Format)); width = img.Width; height = img.Height; stride = img.Stride; channels = 4; alpha = true; pixels = img.Data; } [System.Xml.Serialization.XmlIgnoreAttribute] public byte[] Pixels { get { if (pixels == null) LoadSlide (); return pixels; } set { pixels = value; } } public void LoadSlide () { if (pixels != null) return; LoadAndScaleImage (); ProcessEffects (); ProcessImage (); } [System.Xml.Serialization.XmlIgnoreAttribute] public Project Project { set { project = value; } get { return project; } } public void CopyProperties (SlideImage src) { // TODO: Missing SlideImage properties width = src.width; height = src.height; stride = src.stride; alpha = src.alpha; channels = src.channels; Effects = src.Effects; project = src.project; Position = src.Position; image = src.image; } // The list of images for a slideshow is kept on a list // When generating the slideshow the pixels are allocated, however they are only // needed during the slideshow generation. Releasing the pixels helps to GC // to free the memory used public void ReleasePixels () { pixels = null; } public SlideImage GetSlideThumbnail(int width, int height) { return GetSlideThumbnail(width, height, false); } public SlideImage GetSlideThumbnail(int width, int height, bool copyTitle) { SlideImage newImage = new SlideImage(); newImage.CopyProperties(this); using(DataImageSurface thumbnail = this.GetThumbnail(width, height, copyTitle)) { newImage.FromDataImageSurface(thumbnail); } return newImage; } public DataImageSurface GetThumbnail (int width, int height) { return GetThumbnail(width, height, false); } public DataImageSurface GetThumbnail (int width, int height, bool copy_title) { PixelFormat pixelformat_src; SlideImage slide = new SlideImage (); slide.CopyProperties (this); if(copy_title) slide.Title = Title; slide.LoadAndScaleImage (width, height); slide.ProcessEffects (); slide.ProcessImage (); pixelformat_src = slide.pixel_format; // Pixel format of current buffer slide.pixel_format = PixelFormat.CAIRO_ARGB; // New target format slide.LoadFromPixelData (slide.pixels, pixelformat_src, width, height, width * slide.channels, slide.channels); return new DataImageSurface (DataImageSurface.Allocate (slide.Pixels), Cairo.Format.ARGB32, slide.width, slide.height, slide.stride); } public DataImageSurface ToDataImageSurface() { PixelFormat pixelformat_src; SlideImage slide = new SlideImage (); slide.CopyProperties (this); slide.pixels = (byte[]) this.Pixels.Clone(); slide.ProcessEffects (); pixelformat_src = slide.pixel_format; // Pixel format of current buffer slide.pixel_format = PixelFormat.CAIRO_ARGB; // New target format slide.LoadFromPixelData (slide.pixels, pixelformat_src, width, height, width * slide.channels, slide.channels); return new DataImageSurface (DataImageSurface.Allocate (slide.Pixels), Cairo.Format.ARGB32, slide.width, slide.height, slide.stride); } // mistelixvideosrc expects images in 24 bits (3 channels) public void FromDataImageSurface (DataImageSurface img) { if (img.Format != Cairo.Format.Argb32) throw new InvalidOperationException (String.Format ("SlideImage.FromCairo: unsupported format {0}", img.Format)); width = img.Width; height = img.Height; pixels = img.Get24bitsPixBuf (); channels = 3; stride = ((img.Width * channels) + 3) & ~3; alpha = false; } void DrawImageLegend (Cairo.Context cr, string title, int x, int y, int width, int height) { const int marginx = 50; // Distance of the coloured box from the x margins (in safe area) const int marginy = 50; // Distance of the coloured box from the y margins (in safe area) const int textoffset_x = 5; // Offset where the text is drawn const int textoffset_y = 5; // Offset where the text is drawn int box_x, box_y, box_w, box_h; int w, h; int max_width; if (title == null) return; using (Pango.Layout layout = Pango.CairoHelper.CreateLayout (cr)) { layout.SingleParagraphMode = false; max_width = width - ((marginx + textoffset_x) * 2); layout.Width = (int) (max_width * Pango.Scale.PangoScale); layout.FontDescription = FontDescription.FromString (project.Details.SlideshowsFontName); layout.SetText (title); layout.GetPixelSize (out w, out h); w = w + textoffset_x * 2; box_x = x + ((width - (marginx * 2) - w) /2); box_x += marginx; box_w = w; box_h = h + textoffset_y * 2; switch (Position) { case TextPosition.Top: box_y = y + marginy; break; case TextPosition.Bottom: default: box_y = y + height - marginy - h; break; } // Background cr.Color = project.Details.SlideshowsBackColor; cr.Rectangle (box_x, box_y, box_w, box_h); cr.Fill (); cr.Stroke (); cr.MoveTo (box_x + textoffset_x, box_y + textoffset_y); cr.Color = project.Details.SlideshowsForeColor; Pango.CairoHelper.ShowLayout (cr, layout); } } void LoadAndScaleImage () { if (project == null) throw new InvalidOperationException (String.Format ("SlideImage.CreateImage: need project defined (image {0})", image)); LoadAndScaleImage (project.Details.Width, project.Details.Height); ProcessEffects (); } // // Loads the image from disk and scales it to certain size // It is used to generate the final images and thumbnails // void LoadAndScaleImage (int width, int height) { if (image == null) throw new InvalidOperationException ("SlideImage.LoadAndScaleImage: no filename defined for image"); if (width <= 0 || height <= 0) throw new InvalidOperationException ("SlideImage.LoadAndScaleImage: width and height should be > 0"); Logger.Debug ("SlideImage.LoadAndScaleImage. {0} {1} {2}", image, width, height); int max_w = width; // max target width int max_h = height; // max target height double target_ratio = (double) max_w / (double) max_h; // aspect ratio target double scale, original_ratio, corrected_ratio; Gdk.Pixbuf raw_image, processed_image; raw_image = new Gdk.Pixbuf (image); Logger.Debug ("SlideImage.LoadAndScaleImage. Load image w:{0} h:{1} channels:{2}", raw_image.Width, raw_image.Height, raw_image.NChannels); if (raw_image.NChannels != 3 && raw_image.NChannels != 4) { Logger.Error ("SlideImage.LoadAndScaleImage. Image {0} with unsupported number of channels ({1})", image, raw_image.NChannels); return; } processed_image = new Gdk.Pixbuf (Colorspace.Rgb, raw_image.NChannels == 3 ? false : true, 8, max_w, max_h); processed_image.Fill (0x00000000); original_ratio = (double) raw_image.Width / (double) raw_image.Height; // Image is larger that target resolution, we need to rescale if (raw_image.Width > max_w || raw_image.Height > max_h) { if (original_ratio < 1) { // If X is properly scaled (the smaller), Y will be too if (original_ratio > target_ratio) corrected_ratio = target_ratio / original_ratio; else corrected_ratio = original_ratio / target_ratio; scale = (double) max_w / (double) raw_image.Width; h = (int) ((double) raw_image.Width * scale / original_ratio * corrected_ratio); w = (int) ((double) raw_image.Width * scale * corrected_ratio); } else { // If Y is properly scaled (the smaller), X will be too (used path for NTSC and PAL resolutions) if (original_ratio > target_ratio) corrected_ratio = target_ratio / original_ratio; else corrected_ratio = original_ratio / target_ratio; scale = (double) max_h / (double) raw_image.Height; h = (int) ((double) raw_image.Width * scale / original_ratio * corrected_ratio); w = (int) ((double) raw_image.Width * scale * corrected_ratio); } } else { // No need to scale w = raw_image.Width; h = raw_image.Height; } if (w < max_w) offset_x = (max_w -w) / 2; else offset_x = 0; if (h < max_h) offset_y = (max_h - h) / 2; else offset_y = 0; raw_image.Scale (processed_image, offset_x, offset_y, w, h, offset_x, offset_y, (double) w / (double) raw_image.Width, (double)h /(double) raw_image.Height, InterpType.Hyper); LoadFromPixelData (processed_image.Pixels, processed_image.NChannels == 3 ? PixelFormat.PIXBUF_RGB : PixelFormat.PIXBUF_ARGB, processed_image.Width, processed_image.Height, processed_image.Rowstride, processed_image.NChannels); raw_image.Dispose (); processed_image.Dispose (); } void ProcessImage () { Logger.Debug ("SlideImage.ProcessImage. {0} Channels {1}", image, Channels); if (Title == null || Title == string.Empty) return; Logger.Debug ("SlideImage.ProcessImage. Image {0}", image); byte[] pix; if (channels == 3) { int src = 0; byte [] source; int stride_trg = 4 * width; int len_trg = stride_trg * height; source = Pixels; pix = new byte [len_trg]; for (int trg = 0; trg < len_trg; trg = trg + 4) { pix [trg] = source [src + 2]; pix [trg + 1] = source [src + 1]; pix [trg + 2] = source [src + 0]; pix [trg + 3] = 0xff; src += 3; } } else pix = Pixels; DataImageSurface surface = new DataImageSurface (DataImageSurface.Allocate (pix), Cairo.Format.Argb32, width, height, stride); Cairo.Context gr = new Cairo.Context (surface); DrawImageLegend (gr, Title, offset_x, offset_y, w, h); FromDataImageSurface (surface); ((IDisposable)gr).Dispose (); ((IDisposable)surface).Dispose (); } public void ProcessEffects () { SlideImage processed; Effect effect; if (Effects == null) return; processed = this; foreach (string name in Effects) { Logger.Debug ("SlideImage.ProcessEffects. Effect {0}", name); effect = EffectManager.CreateFromName (name); processed = effect.Apply (processed); } Pixels = processed.Pixels; } void LoadFromPixelData (IntPtr data, PixelFormat format_src, int width_src, int height_src, int stride_src, int channels_src) { int len = stride_src * height_src; byte[] source = new byte [len]; Marshal.Copy (data, source, 0, len); LoadFromPixelData (source, format_src, width_src, height_src, stride_src, channels_src); } void LoadFromPixelData (byte[] source, PixelFormat format_src, int width_src, int height_src, int stride_src, int channels_src) { if ((pixel_format == PixelFormat.CAIRO_ARGB && pixel_format == PixelFormat.PIXBUF_RGB) || (channels_src != 3 && channels_src != 4)) { throw new InvalidOperationException ( String.Format ("Could not process SlideImage.LoadFromPixelData requested format {0} image {1}", pixel_format, channels_src)); } int src, len; Logger.Debug ("SlideImage.LoadFromPixelData. f:{0} w:{1} h:{2} s:{3} c:{4}", format_src, width_src, height_src, stride_src, channels_src); switch (pixel_format) { case PixelFormat.PIXBUF_RGB: alpha = false; channels = 3; break; case PixelFormat.PIXBUF_ARGB: case PixelFormat.CAIRO_ARGB: channels = 4; alpha = true; break; default: throw new InvalidOperationException ("Unsupported format"); } // Target data array width = width_src; height = height_src; stride = ((width * channels) + 3) & ~3; len = stride * height; pixels = new byte [len]; src = 0; for (int trg = 0; trg < len; trg = trg + channels) { if (pixel_format == PixelFormat.CAIRO_ARGB) { pixels [trg] = source [src + 2]; pixels [trg + 1] = source [src + 1]; pixels [trg + 2] = source [src + 0]; } else { pixels [trg] = source [src]; pixels [trg + 1] = source [src + 1]; pixels [trg + 2] = source [src + 2]; } if (channels == 4) pixels [trg + 3] = 0xff; src += channels_src; } } } } mistelix-0.33/src/Core/SlideShow.cs0000644000175000017500000001453011464072001017502 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gdk; using Mono.Unix; using Mistelix.Transitions; using Mistelix.Core; using Mistelix.DataModel; using Mistelix.Backends.GStreamer; namespace Mistelix.Core { // // Container for a slideshow and all its images // public class SlideShow : SlideShowProjectElement { public SlideShow () { } public string Generate (Project project, ProgressEventHandler progress) { int total_frames = 0; int frames_sec = project.Details.FramesPerSecond; ProgressEventArgs args = new ProgressEventArgs (); for (int i = 0; i < images.Count - 1; i++) { total_frames += (frames_sec * images[i].ShowTime) + (images[i].TransitionTime * frames_sec); ((SlideImage) images[i]).Project = project; } ((SlideImage) images[images.Count - 1]).Project = project; total_frames += frames_sec * images[images.Count - 1].ShowTime; args.Total = images.Count; Logger.Debug ("SlideShow.Generate. Generating MPEG for " + images.Count + " images " + "total frames " + total_frames + " at " + filename); string outfile; if (filename == null) outfile = GetOutputFile (project.Details.Type); else outfile = filename; Backends.GStreamer.SlideShow.CreateStream (project.FileToFullPath (outfile), project.Details.Type, (uint) project.Details.Width, (uint) project.Details.Height, (uint) frames_sec, (uint) total_frames); if (AudioFile != null) { Logger.Debug ("SlideShow.Generate. Audiofile {0}", AudioFile); Backends.GStreamer.SlideShow.AddAudio (AudioFile); } Transition transition; Logger.Debug ("SlideShow.Generate. Images.Count {0}", images.Count); // We need to make sure that source and target slides are loaded. Here we make sure that source is loaded ((SlideImage) images[0]).LoadSlide (); for (int i = 0; i < images.Count - 1; i++) { if (progress != null) { args.Progress = args.Progress + 1; progress (this, args); } Logger.Debug ("SlideShow.Generate. Send Fixed image {0}, time {1} (frames)", i, (uint) (frames_sec * images[i].ShowTime)); transition = TransitionManager.CreateFromName (images[i].Transition); Backends.GStreamer.SlideShow.AddImageFixed (((SlideImage)images[i]), (uint) (frames_sec * images[i].ShowTime)); // Transition between two images Logger.Debug ("SlideShow.Generate. Generate transition for frames_sec {0} and time {1}", frames_sec, images[i].TransitionTime); // We need to make sure that source and target slides are loaded. Here we make sure that target is loaded ((SlideImage) images[i + 1]).LoadSlide (); // Here we do target transition.Source = (SlideImage) images[i]; transition.Target = (SlideImage) images[i + 1]; transition.Frames = frames_sec * images[i].TransitionTime; foreach (SlideImage img in transition) Backends.GStreamer.SlideShow.AddImage (img); Logger.Debug ("Sending subimage completed"); ((SlideImage) images[i]).ReleasePixels (); } Logger.Debug ("SlideShow.Generate. Send fixed image time {0} (frames)", (uint) (frames_sec * images[images.Count -1].ShowTime)); Backends.GStreamer.SlideShow.AddImageFixed (((SlideImage)images[images.Count - 1]), (uint) (frames_sec * images[images.Count -1].ShowTime)); ((SlideImage) images[images.Count - 1]).ReleasePixels (); if (progress != null) { args.Progress = args.Progress + 1; progress (this, args); } // This a blocking call. It does not return until the pipeline sends an EOS Backends.GStreamer.SlideShow.Close (); Logger.Debug ("SlideShow.Generate. Finished generation"); return project.FileToFullPath (outfile); } public override ThumbnailCollection GetThumbnailRepresentations (int width, int height) { ThumbnailCollection collection = new ThumbnailCollection (); int idx = 0; foreach (SlideImage image in images) { ThumbnailCollection.ItemTask task = new ThumbnailCollection.ItemTask (image); task.ThumbnailIndex = idx++; task.DoEventHandler += delegate (object obj, EventArgs args) { ThumbnailCollection.ItemTask item = (ThumbnailCollection.ItemTask) obj; SlideImage img = (SlideImage) item.Data; Gdk.Pixbuf im = Backends.ThumbnailCache.Factory.Provider.GetThumbnail (img.image, width, height); if (im == null) im = new Gdk.Pixbuf (img.image); int max = Math.Max (im.Width, im.Height); Gdk.Pixbuf scaled = im.ScaleSimple (width * im.Width / max, height * im.Height / max, InterpType.Nearest); item.Pixbuf = scaled; im.Dispose (); }; collection.AddItem (task); } return collection; } // Check if the audio uses a supported format public bool AudioSupportedFormat (out string msg) { Dependencies dependencies; string format; format = Backends.GStreamer.DetectMedia.GetType (AudioFile); Logger.Debug ("SlideShow.SupportedFormat. Filename {0} is {1}", AudioFile, format); dependencies = new Dependencies (); if (String.Compare (format, "application/x-id3", StringComparison.OrdinalIgnoreCase) == 0) { if (dependencies.MP3Support == false) { msg = String.Format (Catalog.GetString ("The file '{0}' is encoded in MP3 but you do not have the right codec installed."), AudioFile); return false; } } msg = string.Empty; return true; } } } mistelix-0.33/src/Core/DvdProjectBuilder.cs0000644000175000017500000001271611246543334021172 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Diagnostics; using System.Collections.Generic; using Mono.Unix; using System.IO; using System.Threading; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; using Mistelix.Backends; using Mistelix.Backends.OS; using Mistelix.Dialogs; namespace Mistelix.Core { // Builds the DVD structure public class DvdProjectBuilder : ProjectBuilder { public DvdProjectBuilder (Project project, ProgressEventHandler total_handler, ProgressEventHandler task_handler) : base (project, total_handler, task_handler) { } public override void Create () { DateTime start_time = DateTime.Now; List elements = project.ElementsGenerate; DvdMenu menu = new DvdMenu (project); ProgressEventArgs text = new ProgressEventArgs (); int tasks = 0; List temporary_files; string outfile; temporary_files = new List (); text.Text = Catalog.GetString ("Project building process started") + "\n"; total_handler (this, text); try { EnsureOutputDir (project.Details.OutputDir); } catch (Exception e) { text.Text = String.Format (Catalog.GetString ("Error creating output directory '{0}'") + "\n", e.Message); total_handler (this, text); return; } // Count all tasks to do for (int i = 0; i < elements.Count; i++) { if (typeof (SlideShow) != elements[i].GetType ()) continue; tasks += ((SlideShow) elements[i]).images.Count; } text.Text = Catalog.GetString ("Generating main DVD menu...") + "\n"; total_handler (this, text); outfile = menu.GenerateMPEG (); temporary_files.Add (outfile); total.Total = tasks; total.Progress = 0; // Generate all the slideshows SlideShow slideshow; for (int i = 0; i < elements.Count; i++) { if (typeof (SlideShow) != elements[i].GetType ()) continue; slideshow = (SlideShow) elements[i]; Logger.Debug ("DvdProjectBuilder.Create. Generating slide " + slideshow.Name); text.Text = String.Format (Catalog.GetString ("Generating slideshow '{0}'"), slideshow.Name) + "\n"; total_handler (this, text); outfile = slideshow.Generate (project, OnProgressTaskLocal); } // Convert videos Video video; for (int i = 0; i < elements.Count; i++) { if (typeof (Video) != elements[i].GetType ()) continue; video = (Video) elements[i]; Logger.Debug ("DvdProjectBuilder.Create. Converting " + video.Name); text.Text = String.Format (Catalog.GetString ("Converting video '{0}'"), video.Name) + "\n"; total_handler (this, text); outfile = video.Convert (project); } // Create XML for external tools Spumux sp = new Spumux (project); sp.Create (); //LaunchTool (string app, string args, string in_file, string out_file, string err_file); Unix.LaunchTool ("spumux", project.FileToFullPath (Defines.SPUMUX_FILE), project.FileToFullPath (Defines.MAIN_MENU_FILE_SRC), project.FileToFullPath (Defines.MAIN_MENU_FILE), Mistelix.Debugging ? project.FileToFullPath ("spumux_output.txt") : null); // Delete output dvd directory // DVDauthor builds on top of previous contents string outdir = Path.Combine (project.Details.OutputDir, Defines.DVDAUTHOR_OUTDIR); try { if (Directory.Exists (outdir)) Directory.Delete (outdir, true); } catch (Exception) { Logger.Error (String.Format ("DvdProjectBuilder.Create -> cannot delete {0} directory", outdir)); } DvdAuthor dvd = new DvdAuthor (project); dvd.Create (); string args = String.Format ("-x{0}", project.FileToFullPath (Defines.DVDAUTHOR_FILE)); Unix.LaunchTool ("dvdauthor", args, null, null, Mistelix.Debugging ? project.FileToFullPath ("dvd_author_output.txt") : null); // Delete temporary files sp.Destroy (); dvd.Destroy (); if (Mistelix.Debugging == false) { temporary_files.Add (project.FileToFullPath (Defines.MAIN_MENU_FILE)); foreach (string file in temporary_files) { File.Delete (file); } } OnCreateCompleted (start_time); Logger.Debug ("DvdProjectBuilder.Create. Thread finished"); } // Local progress tracking that fires two separate events public void OnProgressTaskLocal (object sender, ProgressEventArgs e) { task_handler (sender, e); total.Progress = total.Progress + 1; total_handler (this, total); } } } mistelix-0.33/src/Core/SlideShowsProjectBuilder.cs0000644000175000017500000000651311246543334022537 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Diagnostics; using System.Collections.Generic; using Mono.Unix; using System.IO; using System.Threading; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; using Mistelix.Backends; using Mistelix.Dialogs; namespace Mistelix.Core { // Builds the OGG outputs public class SlideShowsProjectBuilder: ProjectBuilder { public SlideShowsProjectBuilder (Project project, ProgressEventHandler total_handler, ProgressEventHandler task_handler) : base (project, total_handler, task_handler) { } public override void Create () { DateTime start_time = DateTime.Now; List elements = project.ElementsGenerate; ProgressEventArgs text = new ProgressEventArgs (); int tasks = 0; text.Text = Catalog.GetString ("Project building process started") + "\n"; total_handler (this, text); try { EnsureOutputDir (project.Details.OutputDir); } catch (Exception e) { text.Text = String.Format (Catalog.GetString ("Error creating output directory '{0}'") + "\n", e.Message); total_handler (this, text); return; } // Count all the task to do for (int i = 0; i < elements.Count; i++) { if (typeof (SlideShow) != elements[i].GetType ()) continue; tasks += ((SlideShow) elements[i]).images.Count; } total.Total = tasks; total.Progress = 0; // Generate all the slideshows SlideShow slideshow; for (int i = 0; i < elements.Count; i++) { if (typeof (SlideShow) != elements[i].GetType ()) continue; slideshow = (SlideShow) elements[i]; Logger.Debug ("SlideShowsProjectBuilder.Create. Generating slide " + slideshow.Name); text.Text = String.Format (Catalog.GetString ("Generating slideshow '{0}'"), slideshow.Name) + "\n"; total_handler (this, text); slideshow.Generate (project, OnProgressTaskLocal); } OnCreateCompleted (start_time); Logger.Debug ("SlideShowsProjectBuilder.Create thread finished"); } // Local progress tracking that fires two separate events public void OnProgressTaskLocal (object sender, ProgressEventArgs e) { task_handler (sender, e); total.Progress = total.Progress + 1; total_handler (this, total); } } } mistelix-0.33/src/Core/Logger.cs0000644000175000017500000001025411246543334017031 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; namespace Mistelix.Core { public enum Level { DEBUG, INFO, WARN, ERROR, FATAL }; public interface ILogger { void Log (Level lvl, string msg, params object[] args); } class NullLogger : ILogger { public void Log (Level lvl, string msg, params object[] args) { } } class ConsoleLogger : ILogger { public void Log (Level lvl, string msg, params object[] args) { msg = string.Format ("{0} [{1}]: {2}", DateTime.Now.ToString(), Enum.GetName (typeof (Level), lvl), msg); Console.WriteLine (msg, args); } } class FileLogger : ILogger { StreamWriter log; ConsoleLogger console; public FileLogger () { try { string home = Environment.GetEnvironmentVariable ("HOME"); log = File.CreateText (Path.Combine (home != null ? home: string.Empty, ".mistelix.log")); log.Flush (); } catch (IOException) { // FIXME: Use temp file } console = new ConsoleLogger (); } ~FileLogger () { if (log != null) try { log.Flush (); } catch { } } public void Log (Level lvl, string msg, params object[] args) { console.Log (lvl, msg, args); if (log != null) { msg = string.Format ("{0} [{1}]: {2}", DateTime.Now.ToString(), Enum.GetName (typeof (Level), lvl), msg); log.WriteLine (msg, args); log.Flush(); } } } // This class provides a generic logging facility. By default all // information is written to standard out and a log file, but other // loggers are pluggable. public static class Logger { private static Level log_level = Level.INFO; static ILogger log_dev = new ConsoleLogger (); static bool muted = false; public static Level LogLevel { get { return log_level; } set { log_level = value; } } public static ILogger LogDevice { get { return log_dev; } set { log_dev = value; } } public static void Debug (string msg, params object[] args) { Log (Level.DEBUG, msg, args); } public static void Info (string msg, params object[] args) { Log (Level.INFO, msg, args); } public static void Warn (string msg, params object[] args) { Log (Level.WARN, msg, args); } public static void Error (string msg, params object[] args) { Log (Level.ERROR, msg, args); } public static void Fatal (string msg, params object[] args) { Log (Level.FATAL, msg, args); } public static void Log (Level lvl, string msg, params object[] args) { if (!muted && lvl >= log_level) log_dev.Log (lvl, msg, args); } // This is here to support the original logging, but it should be // considered deprecated and old code that uses it should be upgraded to // call one of the level specific log methods. public static void Log (string msg, params object[] args) { Log (Level.DEBUG, msg, args); } public static void Mute () { muted = true; } public static void Unmute () { muted = false; } } } mistelix-0.33/src/Core/DvdMenu.cs0000644000175000017500000001373011246543334017156 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using Gdk; using Mono.Addins; using System.Collections.Generic; using System.ComponentModel; using Mistelix.Transitions; using Mistelix.DataModel; using Mistelix.Widgets; namespace Mistelix.Core { // Generates MPEG for DVD menu. Designed for a single menu public class DvdMenu : IDisposable { Project project; Gdk.Pixbuf background; bool asynchronous; BackgroundWorker thumbnailing; public EventHandler CompletedThumbnails; public DvdMenu (Project project) { this.project = project; UpdateTheme (); } ~DvdMenu () { Dispose (false); } public bool Asynchronous { get { return asynchronous; } set { if (value == true && CompletedThumbnails == null) throw new InvalidOperationException ("You must set the CompletedThumbnail event"); asynchronous = value; if (value == true) { thumbnailing = new BackgroundWorker (); thumbnailing.WorkerSupportsCancellation = true; thumbnailing.DoWork += new DoWorkEventHandler (DoWork); } } } public void Dispose () { Dispose (true); System.GC.SuppressFinalize (this); } protected virtual void Dispose (bool disposing) { Logger.Debug ("DvdMenu.Disposing"); if (background != null) background.Dispose (); } public string GenerateMPEG (/*, ProgressEventHandler progress*/) { SlideShow sw; Logger.Debug ("DvdMenu.GenerateMPEG"); Save (project.FileToFullPath (Defines.MAIN_MENU_FILE_PNG)); string outfile; sw = new SlideShow (); sw.filename = Defines.MAIN_MENU_FILE_SRC; sw.images.Add (new SlideImage (project.FileToFullPath (Defines.MAIN_MENU_FILE_PNG), string.Empty, 5, TransitionManager.None.Name)); outfile = sw.Generate (project, null); if (Mistelix.Debugging == false) File.Delete (project.FileToFullPath (Defines.MAIN_MENU_FILE_PNG)); return outfile; } public void UpdateTheme () { string name; Theme theme = null; Gdk.Pixbuf im = null; if (project == null) return; name = project.Details.ThemeName; if (name != null) theme = ThemeManager.FromName (name); if (background != null) background.Dispose (); foreach (Button button in project.Buttons) button.InvalidateThumbnail (); if (theme == null) { background = null; return; } try { if (string.IsNullOrEmpty (project.Details.CustomMenuBackground) == false) im = new Gdk.Pixbuf (project.Details.CustomMenuBackground); } catch { Logger.Error (String.Format ("DvdMenu.UpdateTheme. Error loading custom background {0}", project.Details.CustomMenuBackground)); } try { if (im == null) im = new Gdk.Pixbuf (Path.Combine (Defines.DATA_DIR, theme.MenuBackground)); } catch { Logger.Error (String.Format ("DvdMenu.UpdateTheme. Error loading menu background {0}", Path.Combine (Defines.DATA_DIR, theme.MenuBackground))); } background = im.ScaleSimple (project.Details.Width, project.Details.Height, InterpType.Nearest); im.Dispose (); } public void Draw (Cairo.Context cr, Core.Button moving_button) { bool fire_thread = false; // See: http://kapo-cpp.blogspot.com/2008/01/drawing-pixbuf-to-cairo-context-2.html if (background != null) { Gdk.CairoHelper.SetSourcePixbuf (cr, background, 0, 0); cr.Paint (); } if (project == null) return; // Draw buttons foreach (Button button in project.Buttons) { if (moving_button != null && moving_button.LinkedId == button.LinkedId) { if (DrawButton (cr, button) == true) fire_thread = true; Utils.DrawSelectionBox (cr, moving_button.X, moving_button.Y, button.DrawingBoxWidth, button.DrawingBoxHeight); } else { if (DrawButton (cr, button) == true) fire_thread = true; } } if (fire_thread == true) { if (thumbnailing.IsBusy == false) thumbnailing.RunWorkerAsync (this); } } // return value indicates if the thumbnail of the button was not painted and we need to create them after bool DrawButton (Cairo.Context cr, Button button) { if (asynchronous == false || (asynchronous == true && button.IsThumbnailCreated)) { // In the button object the image is already loaded and cached button.Draw (cr, project); return false; } return true; } public void Save (string file) { Cairo.ImageSurface s = new Cairo.ImageSurface (Cairo.Format.Rgb24, project.Details.Width, project.Details.Height); Cairo.Context cr = new Cairo.Context (s); bool previous = asynchronous; asynchronous = false; Draw (cr, null); asynchronous = previous; s.WriteToPng (file); ((IDisposable)cr).Dispose (); s.Destroy (); } void DoWork (object sender, DoWorkEventArgs e) { foreach (Button button in project.Buttons) button.LoadThumbnail (project); if (CompletedThumbnails != null) CompletedThumbnails (this, EventArgs.Empty); } } } mistelix-0.33/src/Core/ThemeManager.cs0000644000175000017500000000414611504204723020143 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Addins; using System.Collections; using System.Collections.Generic; using System.IO; using Mistelix.DataModel; using Mistelix.Core; namespace Mistelix.Core { // Manages all the available themes public static class ThemeManager { static Theme [] themes; static ThemeManager () { Load (); } static public Theme[] List { get { return themes; } } static public Theme FromName (string val) { foreach (Theme theme in themes) { if (theme.Name.Equals (val)) return theme; } throw new ArgumentException ("ThemeManager.FromName: Name not found"); } public static void Load () { XmlStorage ps = new XmlStorage (); ps.Load (Path.Combine (Defines.DATA_DIR, Defines.THEMES_FILE)); ps.Get (ref themes); } public static void Save () { XmlStorage ps = new XmlStorage (); ps.New ("ThemeConfiguration"); ps.Add (themes); ps.Save (Path.Combine (Defines.DATA_DIR, Defines.THEMES_FILE)); } } } mistelix-0.33/src/Core/Video.cs0000644000175000017500000000637711246543334016673 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gdk; using Mono.Addins; using System.Collections.Generic; using Mistelix.Transitions; using Mistelix.DataModel; using Mistelix.Widgets; using Mistelix.Backends.GStreamer; namespace Mistelix.Core { public class Video : VideoProjectElement { public struct ThumbVideo { public string filename; public int second; } public Video () { } public Video (string filename) : base (filename) { } public bool SupportedFormat (out string msg) { bool rslt; rslt = Backends.GStreamer.Video.IsSupported (filename, out msg); Logger.Debug ("Video.SupportedFormat. Filename {0} is {1}", filename, rslt); return rslt; } public string Convert (Project project) { bool rslt; string of = GetOutputFile (project.Details.Type); string outfile = project.FileToFullPath (of); Logger.Debug ("Video.Convert. File {0} to {1}", filename, outfile); // TODO: If rslt != 0 throw an exception rslt = Backends.GStreamer.Video.Convert (filename, outfile, (uint) project.Details.FramesPerSecond); return outfile; } public override ThumbnailCollection GetThumbnailRepresentations (int width, int height) { ThumbnailCollection collection = new ThumbnailCollection (); int [] seconds = {0, 5, 10, 15, 20, 60}; foreach (int second in seconds) { ThumbnailCollection.ItemTask task; ThumbVideo thumb; thumb = new ThumbVideo (); thumb.filename = filename; thumb.second = second; task = new ThumbnailCollection.ItemTask (thumb); task.ThumbnailIndex = second; task.DoEventHandler += delegate (object obj, EventArgs args) { ThumbnailCollection.ItemTask item = (ThumbnailCollection.ItemTask) obj; ThumbVideo thumbv = (ThumbVideo) item.Data; Gdk.Pixbuf im = Backends.GStreamer.Thumbnail.VideoScreenshot (thumbv.filename, thumbv.second); if (im == null) return; int max = Math.Max (im.Width, im.Height); Gdk.Pixbuf scaled = im.ScaleSimple (width * im.Width / max, height * im.Height / max, InterpType.Nearest); item.Pixbuf = scaled; im.Dispose (); }; collection.AddItem (task); } return collection; } } } mistelix-0.33/src/Core/Button.cs0000644000175000017500000001266711246543334017077 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gdk; using Gtk; using Pango; using Mistelix.Transitions; using Mistelix.Core; using Mistelix.DataModel; using Mistelix.Widgets; namespace Mistelix.Core { // DVD Button public class Button : ButtonProjectElement // TODO: Should use Dispose pattern { PixbufImageSurface thumbnail; int imgbox_width, imgbox_height; int box_width, box_height; public Button () { } // TODO: A button belongs to a project and it should be specified in the constructor once public Button (int x, int y, int linked_id) : base (x, y, linked_id) { } public override int ThumbnailIndex { get { return base.ThumbnailIndex;} set { if (base.ThumbnailIndex == value) return; base.ThumbnailIndex = value; InvalidateThumbnail (); } } // Space needed horizontally to represent the object public int DrawingBoxWidth { get { if (ShowAs == ButtonShowAs.Thumbnail) return imgbox_width; return box_width; } } // Space needed vertically to represent the object public int DrawingBoxHeight { get { if (ShowAs == ButtonShowAs.Thumbnail) return imgbox_height; return box_height; } } // Check if a point is part of the button public bool Contains (int x, int y) { if ((x >= X && x <= X + DrawingBoxWidth) && (y >= Y && y <= Y + DrawingBoxHeight)) return true; return false; } // Indicates if the thumbnail is actually created or if the draw operation will need // to create it public bool IsThumbnailCreated { get { return thumbnail != null; } } public void Draw (Cairo.Context cr, Project project) { Draw (cr, project, X, Y); } public void Draw (Cairo.Context cr, Project project, int x, int y) { if (ShowAs == ButtonShowAs.Thumbnail) DrawThumbnail (cr, project, x, y); else DrawText (cr, project, x, y); } public void InvalidateThumbnail () { if (thumbnail == null) return; ((IDisposable)thumbnail).Dispose (); thumbnail = null; } void DrawThumbnail (Cairo.Context cr, Project project, int x, int y) { if (thumbnail == null) LoadThumbnail (project); thumbnail.Render (cr, x, y); } void DrawText (Cairo.Context cr, Project project, int x, int y) { using (Pango.Layout layout = Pango.CairoHelper.CreateLayout (cr)) { layout.FontDescription = Pango.FontDescription.FromString (project.Details.ButtonsFontName); layout.SetMarkup (Text); layout.Ellipsize = Pango.EllipsizeMode.End; layout.Alignment = Pango.Alignment.Center; layout.SingleParagraphMode = true; layout.Width = -1; layout.GetPixelSize (out box_width, out box_height); // Background cr.Color = project.Details.ButtonsBackColor; cr.Rectangle (x, y, box_width, box_height); cr.Fill (); cr.Stroke (); cr.MoveTo (x, y); cr.Color = project.Details.ButtonsForeColor; Pango.CairoHelper.ShowLayout (cr, layout); } } public void LoadThumbnail (Project project) { Gdk.Pixbuf pix = null; Resolution size; Gdk.Pixbuf im; size = ThumbnailSizeManager.List [project.Details.ButtonThumbnailSize]; try { VisibleProjectElement element; element = project.ElementFromID (LinkedId); if (element is SlideShowProjectElement == false && element is VideoProjectElement == false) throw new InvalidOperationException ("Only videos and slideshows allowed"); if (element is SlideShowProjectElement) { SlideShowProjectElement slide; string file; slide = (SlideShowProjectElement) element; file = slide.images[ThumbnailIndex].image; im = new Gdk.Pixbuf (file); } else { // VideoProjectElement VideoProjectElement video; video = (VideoProjectElement) element; im = Backends.GStreamer.Thumbnail.VideoScreenshot (video.filename, ThumbnailIndex); } int max = Math.Max (im.Width, im.Height); Gdk.Pixbuf scaled = im.ScaleSimple (size.Width * im.Width / max, size.Height * im.Height / max, InterpType.Nearest); im.Dispose (); pix = scaled; imgbox_width = pix.Width; imgbox_height = pix.Height; } catch (Exception e) { Logger.Error ("Button.LoadThumbnail. Exception {0}", e.Message); pix = Gtk.IconTheme.Default.LoadIcon ("gtk-new", size.Width, (Gtk.IconLookupFlags) 0); } finally { thumbnail = new PixbufImageSurface (pix, true); } } } } mistelix-0.33/src/Core/Preferences.cs0000644000175000017500000001704211334326456020057 0ustar00jordijordi00000000000000// // Copyright (C) 2009-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Collections.Generic; using System.IO; using System.Xml; using System.Xml.Serialization; using System.Text; using System.Diagnostics; using Mistelix.DataModel; using Mistelix.Backends.OS; namespace Mistelix.Core { public class Preferences { string file, config_path; SerializableDictionary properties; const string element_item = "item"; const string element_key = "key"; const string element_value = "value"; const string element_collection = "collection"; public const string ProjectsDirectoryKey = "ProjectsDirectory"; public const string ImagesDirectoryKey = "ImagesDirectory"; public const string VideosDirectoryKey = "VideosDirectory"; public const string AudioDirectoryKey = "AudioDirectory"; public const string DefaultTransitionKey = "DefaultTransition"; public const string DefaultTextPositionKey = "DefaultTextPosition"; public const string DefaultDurationKey = "DefaultDuration"; public const string ThumbnailSizeKey = "ThumbnailSize"; public const string SafeAreaKey = "SafeArea"; public const string MainWindowMaximizedKey = "MainWindowMaximizedKey"; public const string MainWindowX = "MainWindowX"; public const string MainWindowY = "MainWindowY"; public const string MainWindowWidth = "MainWindowWidth"; public const string MainWindowHeight = "MainWindowHeight"; public const string SlideWindowX = "SlideWindowX"; public const string SlideWindowY = "SlideWindowY"; public const string SlideWindowWidth = "SlideWindowWidth"; public const string SlideWindowHeight = "SlideWindowHeight"; public class SerializableDictionary : Dictionary , IXmlSerializable { public System.Xml.Schema.XmlSchema GetSchema () { return null; } public void ReadXml (System.Xml.XmlReader reader) { XmlSerializer key_serializer = new XmlSerializer (typeof (TKey)); XmlSerializer value_serializer = new XmlSerializer (typeof (TValue)); bool wasEmpty = reader.IsEmptyElement; reader.Read (); if (wasEmpty) return; reader.ReadStartElement (element_collection); while (reader.NodeType != System.Xml.XmlNodeType.EndElement) { reader.ReadStartElement (element_item); reader.ReadStartElement (element_key); TKey key = (TKey) key_serializer.Deserialize (reader); reader.ReadEndElement (); reader.ReadStartElement (element_value); TValue value = (TValue) value_serializer.Deserialize (reader); reader.ReadEndElement (); this[key] = value; // already created in DefaultValues reader.ReadEndElement (); reader.MoveToContent (); } reader.ReadEndElement (); } public void WriteXml (System.Xml.XmlWriter writer) { XmlSerializer key_serializer = new XmlSerializer (typeof (TKey)); XmlSerializer value_serializer = new XmlSerializer (typeof (TValue)); writer.WriteStartElement (element_collection); foreach (TKey key in this.Keys) { writer.WriteStartElement (element_item); writer.WriteStartElement (element_key); key_serializer.Serialize (writer, key); writer.WriteEndElement (); writer.WriteStartElement (element_value); TValue value = this[key]; value_serializer.Serialize (writer, value); writer.WriteEndElement (); writer.WriteEndElement (); } writer.WriteEndElement (); } } public Preferences () { properties = new SerializableDictionary (); config_path = Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData); config_path = Path.Combine (config_path, Defines.APPNAME_LOWER); file = Path.Combine (config_path, Defines.PREFERENCES_FILE); Load (); } public bool IsDirty { get; set;} public void Save () { try { if (IsDirty == false) return; if (!Directory.Exists (config_path)) Directory.CreateDirectory (config_path); XmlTextWriter writer = new XmlTextWriter (file, Encoding.UTF8); writer.Formatting = Formatting.Indented; properties.WriteXml (writer); writer.Close (); IsDirty = false; } catch (Exception e) { Logger.Error (String.Format ("Preferences.Save. Error saving preferences {0}", e.Message)); } } public int GetIntValue (string key) { return Int32.Parse (properties [key]); } public bool GetBoolValue (string key) { return Boolean.Parse (properties [key]); } public string GetStringValue (string key) { return properties [key]; } public void SetIntValue (string key, int value) { if (properties[key] == value.ToString ()) return; properties[key] = value.ToString (); IsDirty = true; } public void SetBoolValue (string key, bool value) { if (properties [key] == value.ToString ()) return; properties [key] = value.ToString (); IsDirty = true; } public void SetStringValue (string key, string value) { if (properties[key] == value) return; properties[key] = value; IsDirty = true; } void LoadDefaultValues () { properties.Add (ProjectsDirectoryKey, Path.Combine (Environment.GetFolderPath (Environment.SpecialFolder.Personal), Defines.APPNAME_LOWER)); properties.Add (ImagesDirectoryKey, Environment.GetFolderPath (Environment.SpecialFolder.MyPictures)); properties.Add (VideosDirectoryKey, Unix.GetDefaultVideoDirectory ()); properties.Add (AudioDirectoryKey, Environment.GetFolderPath (Environment.SpecialFolder.MyMusic)); properties.Add (DefaultTextPositionKey, ((int)TextPosition.Bottom).ToString ()); properties.Add (DefaultTransitionKey, "none"); properties.Add (ThumbnailSizeKey, "1" /* Medium */); properties.Add (DefaultDurationKey, "3"); properties.Add (SafeAreaKey, false.ToString ()); properties.Add (MainWindowMaximizedKey, true.ToString ()); properties.Add (MainWindowX, "-1"); properties.Add (MainWindowY, "-1"); properties.Add (MainWindowWidth, "-1"); properties.Add (MainWindowHeight, "-1"); properties.Add (SlideWindowX, "-1"); properties.Add (SlideWindowY, "-1"); properties.Add (SlideWindowWidth, "-1"); properties.Add (SlideWindowHeight, "-1"); } void Load () { try { LoadDefaultValues (); if (File.Exists (file) == false) { IsDirty = true; return; } XmlTextReader reader = new XmlTextReader (file); properties.ReadXml (reader); reader.Close (); IsDirty = false; } catch (Exception e) { Logger.Error (String.Format ("Preferences.Load. Error loading preferences {0}", e.Message)); } } } } mistelix-0.33/src/Core/ThumbnailSizeManager.cs0000644000175000017500000000404711246543334021666 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Unix; using Mistelix.DataModel; namespace Mistelix.Core { // Manages all thumbnails sizes public static class ThumbnailSizeManager { static Resolution[] sizes; static ThumbnailSizeManager () { // See: http://jens.triq.net/thumb-spec.php (Thumbnail Managing Standard) sizes = new Resolution [4]; sizes[0] = new Resolution (Catalog.GetString ("Small (64x64 pixels)"), 64, 64); sizes[1] = new Resolution (Catalog.GetString ("Medium (96x96 pixels)"), 96, 96); sizes[2] = new Resolution (Catalog.GetString ("Large (128x128 pixels)"), 128, 128); sizes[3] = new Resolution (Catalog.GetString ("Very Large (192x192 pixels)"), 192, 192); } static public Resolution[] List { get { return sizes; } } static public Resolution Current { get { int thumbnail = Mistelix.Preferences.GetIntValue (Preferences.ThumbnailSizeKey); return sizes [thumbnail]; } } } } mistelix-0.33/src/Core/SvgImage.cs0000644000175000017500000000707311246543334017321 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Unix; using System.IO; using System.Runtime.InteropServices; namespace Mistelix.Core { // // SVG image class based on rsvg library // public class SvgImage : IDisposable { //lib rsvg2 [DllImport("rsvg-2")] static extern void rsvg_handle_render_cairo (IntPtr Rsvghandle, IntPtr cairo_t); [DllImport("rsvg-2")] static extern IntPtr rsvg_handle_new_from_file (string file_name, out int error); [DllImport("rsvg-2")] static extern void rsvg_handle_free (IntPtr handle); [DllImport("rsvg-2")] static extern void rsvg_handle_get_dimensions (IntPtr handle, ref RsvgDimensionData dimension); [DllImport("rsvg-2")] static extern IntPtr rsvg_handle_new_from_data (byte[] data, int len, out int error); [StructLayout(LayoutKind.Sequential)] struct RsvgDimensionData { public int width; public int height; public double em; public double ex; } RsvgDimensionData dimension; IntPtr handle; public SvgImage (System.Reflection.Assembly _assembly, string resource) { try { byte[] array; Stream stream; int error = 0; stream = _assembly.GetManifestResourceStream (resource); array = new byte [stream.Length]; stream.Read (array, 0, (int) stream.Length); handle = rsvg_handle_new_from_data (array, array.Length, out error); rsvg_handle_get_dimensions (handle, ref dimension); } finally { if (handle == IntPtr.Zero) throw new System.IO.IOException ("Resource not found: " + resource); } } public SvgImage (string file) { int error = 0; dimension = new RsvgDimensionData (); try { handle = rsvg_handle_new_from_file (file, out error); if (handle != IntPtr.Zero) rsvg_handle_get_dimensions (handle, ref dimension); } finally { if (handle == IntPtr.Zero) throw new System.IO.IOException ("File not found: " + file); } } public int Width { get { return dimension.width; } } public int Height { get { return dimension.height; } } ~SvgImage () { Dispose (false); } public void Dispose () { Dispose (true); System.GC.SuppressFinalize (this); } protected virtual void Dispose (bool disposing) { if (handle == IntPtr.Zero) return; rsvg_handle_free (handle); handle = IntPtr.Zero; } public void RenderToCairo (IntPtr cairo_surface) { if (handle != IntPtr.Zero) rsvg_handle_render_cairo (handle, cairo_surface); } } } mistelix-0.33/src/Core/Dependencies.cs0000644000175000017500000002060711514601512020172 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Collections.Generic; using Mono.Unix; using System.Diagnostics; using Mistelix.Transitions; using Mistelix.DataModel; using Mistelix.Backends.GStreamer; namespace Mistelix.Core { public class Dependencies { enum Codecs { MPEG2VIDEO, FFMUX_DVD, MISTELIXVIDEOSRC, THEORAENC, OGGMUX, VORBISENC, FLUMP3DEC, ASFDEMUX, }; public struct Dependency { string component; bool available; string action; public Dependency (string component, bool available, string action) { this.component = component; this.available = available; if (available) this.action = Catalog.GetString ("No action required"); else this.action = action; } public string Component { get { return component; } } public bool Available { get { return available; } } public string Action { get { return action; } } } List DependencyList; bool status_checked; bool dvd_support, theora_support, mp3_support; public Dependencies () { DependencyList = new List (); } public bool DvdSupport { get { Check (); return dvd_support; } } public string CapabilitiesSummary { get { Check (); if (theora_support && dvd_support) return Catalog.GetString ("Your system supports DVD and Theora authoring."); if (dvd_support) return Catalog.GetString ("Your system only supports DVD authoring."); if (theora_support) return Catalog.GetString ("Your system only supports Theora authoring."); return Catalog.GetString ("Your system has no support for DVD or Theora authoring. Please, execute the suggested actions to enhance your system support for Mistelix."); } } public bool TheoraSupport { get { Check (); return theora_support; } } public bool MP3Support { get { Check (); return mp3_support; } } public List Status { get { Check (); return DependencyList; } } void Check () { if (status_checked == true) return; status_checked = true; List codecs = Plugins.GetList (); string [] used = {"ffenc_mpeg2video", "ffmux_dvd", "mistelixvideosrc", "theoraenc", "oggmux", "vorbisdec", "flump3dec", "asfdemux"}; bool [] founds = new bool [used.Length]; // TODO: Better a hash table foreach (string codec in codecs) { for (int i = 0; i < used.Length; i++) { if (codec.Equals (used[i])) { founds[i] = true; Logger.Info ("GStreamer codec found: " + used[i]); break; } } } DependencyList.Add (new Dependency (Catalog.GetString ("Mistelix GStreamer plugin"), founds [(int) Codecs.MISTELIXVIDEOSRC], Catalog.GetString ("Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part of Mistelix application. Mistelix is not installed correctly."))); CheckTheora (used, founds); CheckFmpeg (used, founds); DependencyList.Add (new Dependency (Catalog.GetString ("MP3 audio decoder"), founds [(int) Codecs.FLUMP3DEC], Catalog.GetString ("Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer plugin to enable MP3 import audio capabilities."))); DependencyList.Add (new Dependency (Catalog.GetString ("GStreamer Ugly Plugins"), founds [(int) Codecs.ASFDEMUX], Catalog.GetString ("Missing video decoders. Without this package Mistelix cannot provide video conversion facilities from popular formats. You need to install GStreamer Ugly Plugins package for better video import support."))); // Check for applications bool dvdauthor, spumux; dvdauthor = CheckApp ("dvdauthor"); spumux = CheckApp ("spumux"); DependencyList.Add (new Dependency (Catalog.GetString ("dvdauthor package"), (dvdauthor && spumux == true), Catalog.GetString ("Install dvdauthor package from your Linux distribution application manager."))); // DVD Authoring support if (founds [(int) Codecs.FFMUX_DVD] && founds [(int) Codecs.MPEG2VIDEO] && founds [(int) Codecs.MISTELIXVIDEOSRC] && spumux && dvdauthor) { dvd_support = true; } // Theora support if (founds [(int) Codecs.THEORAENC] && founds [(int) Codecs.OGGMUX] && founds [(int) Codecs.MISTELIXVIDEOSRC]) { theora_support = true; } mp3_support = founds [(int) Codecs.FLUMP3DEC]; } void CheckFmpeg (string [] used, bool [] founds) { string str, codec_name; bool all, none; str = Catalog.GetString ("Missing {0}. You need to install GStreamer FFmpeg Plug-ins package."); all = founds [(int) Codecs.MPEG2VIDEO] && founds [(int) Codecs.FFMUX_DVD]; none = founds [(int) Codecs.MPEG2VIDEO] == false && founds [(int) Codecs.FFMUX_DVD] == false; // If all the codecs are present or missing give a single message if (all || none) { codec_name = Catalog.GetString ("FFmpeg codecs"); DependencyList.Add (new Dependency (codec_name, all == true, String.Format (str, codec_name))); return; } DependencyList.Add (new Dependency (used [(int) Codecs.MPEG2VIDEO], founds [(int) Codecs.MPEG2VIDEO], String.Format (Catalog.GetString ("Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding capabilities in their GStreamer FFmpeg Plug-ins package. Visit '{0}' for instructions on how to fix this."), Defines.PROJECT_URL))); DependencyList.Add (new Dependency (used [(int) Codecs.FFMUX_DVD], founds [(int) Codecs.FFMUX_DVD], Catalog.GetString ("Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-in that does not exposes the DVD muxer."))); } void CheckTheora (string [] used, bool [] founds) { string str, codec_name; bool all, none; str = Catalog.GetString ("Missing {0}. You need to install GStreamer Base Plugins package."); all = founds [(int) Codecs.THEORAENC] && founds [(int) Codecs.OGGMUX] && founds [(int) Codecs.VORBISENC]; none = founds [(int) Codecs.THEORAENC] == false && founds [(int) Codecs.OGGMUX] == false && founds [(int) Codecs.VORBISENC] == false; // If all the codecs are present or missing give a single message if (all || none) { codec_name = Catalog.GetString ("Theora/Vorbis codecs"); DependencyList.Add (new Dependency (codec_name, all == true, String.Format (str, codec_name))); return; } // Go into detail codec_name = Catalog.GetString ("Theora video codec"); DependencyList.Add (new Dependency (used [(int) Codecs.THEORAENC], founds [(int) Codecs.THEORAENC], String.Format (str, codec_name))); codec_name = Catalog.GetString ("ogg muxer"); DependencyList.Add (new Dependency (used [(int) Codecs.OGGMUX], founds [(int) Codecs.OGGMUX], String.Format (str, codec_name))); codec_name = Catalog.GetString ("Vorbis audio encoder"); DependencyList.Add (new Dependency (used [(int) Codecs.VORBISENC], founds [(int) Codecs.VORBISENC], String.Format (str, codec_name))); } bool CheckApp (string application) { bool app_exists = false; try { Process process = new Process (); process.StartInfo.FileName = application; process.StartInfo.UseShellExecute = false; process.StartInfo.RedirectStandardOutput = true; process.StartInfo.RedirectStandardError = true; process.Start (); app_exists = true; } catch (Exception) {} return app_exists; } } } mistelix-0.33/src/Core/EffectManager.cs0000644000175000017500000000440011246543334020275 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Addins; using System.Collections.Generic; using Mistelix.Effects; namespace Mistelix.Core { // Manages all the available effects public static class EffectManager { static ExtensionNodeList effects; static Dictionary mapping; // Get the effect lists. Since they are not stateless we can not reuse the same objects static public ExtensionNodeList List { get { if (effects == null) effects = AddinManager.GetExtensionNodes ("/Mistelix/Effects"); return effects; } } static public Effect CreateFromName (string name) { if (mapping == null) { mapping = new Dictionary (); foreach (TypeExtensionNode node in List) { Effect effect = (Effect) node.CreateInstance (); mapping.Add (effect.Name, node); } } try { TypeExtensionNode node = null; mapping.TryGetValue (name, out node); return (Effect) node.CreateInstance (); } catch (KeyNotFoundException) { Logger.Debug (String.Format ("EffectManager.FromName. Effect {0} not found", name)); } return null; } } } mistelix-0.33/src/Core/ResolutionManager.cs0000644000175000017500000000424711246543334021255 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Unix; using Mistelix.DataModel; namespace Mistelix.Core { // Resolution Manager public static class ResolutionManager { static Resolution[] sizes; static ResolutionManager () { // See: http://en.wikipedia.org/wiki/Display_resolution#Current_standards sizes = new Resolution [7]; sizes[0] = new Resolution (Catalog.GetString ("320x240 pixels"), 320, 240); sizes[1] = new Resolution (Catalog.GetString ("640x480 pixels"), 640, 480); sizes[2] = new Resolution (Catalog.GetString ("800x600 pixels"), 800, 600); sizes[3] = new Resolution (Catalog.GetString ("1024x768 pixels"), 1024, 768); sizes[4] = new Resolution (Catalog.GetString ("1280x720 pixels (720p)"), 1280, 720); sizes[5] = new Resolution (Catalog.GetString ("1600x1200 pixels"), 1600, 1200); sizes[6] = new Resolution (Catalog.GetString ("1920x1080 pixels (1080i)"), 1920, 1080); } static public Resolution Default { get { return sizes[3]; } // 1024x768 } static public Resolution[] List { get { return sizes; } } } } mistelix-0.33/src/Core/RecentFilesStorage.cs0000644000175000017500000001102211246543334021334 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; using System.Collections; using System.Xml.Schema; using Mistelix.DataModel; namespace Mistelix.Core { // // Implementation of a recent changed files list stored in XML // http://standards.freedesktop.org/recent-file-spec/recent-file-spec-0.2.html // class RecentFilesStorage { string filename; string config_path; ObservableList items; const int MAX_ITEMS = 5; const string RECENT_TAG = "RecentFiles"; public ObservableList .CollectionChangedEventHandler ListUpdated; public RecentFilesStorage () { config_path = Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData); config_path = Path.Combine (config_path, Defines.APPNAME_LOWER); filename = Path.Combine (config_path, Defines.RECENTLY_USED); items = new ObservableList (); Read (); items.CollectionChanged += OnCollectionChanged; } public ObservableList Items { get { return items; } } public void Sort () { items.List.Sort (CompareItems); } static int CompareItems (RecentFile recent_a, RecentFile recent_b) { int rslt = DateTime.Compare (recent_a.timestamp, recent_b.timestamp); if (rslt == 0) return rslt; return rslt > 0 ? -1 : 0; } void OnCollectionChanged (object sender, ObservableList .CollectionChangedEventArgs e) { if (ListUpdated != null) ListUpdated (sender, e); } // Adds a recently opened file public void Add (string filename) { RecentFile item; Logger.Debug ("RecentFilesStorage.Add {0}, count {1}", filename, items.Count); // If the file was already in the list, just update the timestamp for (int i = 0; i < Items.Count; i++) { if (items[i].filename == filename) { item = items[i]; item.UpdateTimeStamp (); Logger.Debug ("RecentFilesStorage.Add has updated {0} (prev {1})", item, items[i]); items[i] = item; Write (); return; } } item = new RecentFile (filename); if (items.Count >= MAX_ITEMS) { DateTime timestamp = items[0].timestamp; int older = 0; // Remove the older item for (int i = 1; i < Items.Count; i++) { if (items[i].timestamp < timestamp) { timestamp = items[i].timestamp; older = i; } } Logger.Debug ("RecentFilesStorage.Add. Count > MAX_ITEMS. Older item {0}", items [older]); items.Remove (items[older]); } items.Add (item); Write (); } public void Read () { if (File.Exists (filename) == false) return; XmlStorage ps = new XmlStorage (); XmlNode root; ps.Load (filename); if ((ps.xml_document.ChildNodes.Count > 0) == false) return; root = ps.xml_document.ChildNodes [1]; RecentFile item = new RecentFile (); foreach (XmlNode node in root.ChildNodes) { XmlSerializer serializer = new XmlSerializer (typeof (RecentFile)); StringReader reader = new StringReader (node.OuterXml); item = (RecentFile) serializer.Deserialize (reader); reader.Close (); items.Add (item); } } public void Write () { if (!Directory.Exists (config_path)) Directory.CreateDirectory (config_path); XmlStorage storage = new XmlStorage (); storage.New (RECENT_TAG); foreach (RecentFile item in items) storage.Add (item); storage.Save (filename); } } } mistelix-0.33/src/Core/TaskDispatcher.cs0000644000175000017500000000361211246543334020523 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Collections.Generic; using Mistelix.DataModel; namespace Mistelix.Core { // // Contains a thread safe list of tasks to do. Every time we do a GetNextTask // the first task is pulled and remove it from the list // public class TaskDispatcher { List tasks; public TaskDispatcher () { tasks = new List (); } public List Tasks { get { return tasks; } } public void AddTask (Task task) { lock (tasks) { tasks.Add (task); } } // Get's the next tasks to do a removes it from the list public Task GetNextTask () { Task task; lock (tasks) { if (tasks.Count > 0) { task = tasks [0]; tasks.RemoveAt (0); } else task = null; } return task; } } } mistelix-0.33/src/DataModel/0000755000175000017500000000000011516333446016224 5ustar00jordijordi00000000000000mistelix-0.33/src/DataModel/PathList.cs0000644000175000017500000000434211246543334020305 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Text; using System.Collections.Generic; namespace Mistelix.DataModel { // // Contains a list of paths exchanged during Drag and Drop operations // public class PathList : List { public PathList () { } public void FromString (string str) { string [] items = str.Split (new string [] {Environment.NewLine}, StringSplitOptions.RemoveEmptyEntries); for (int i = 0; i < items.Length; i++) Add (items[i]); } // Drag & Drop from outside our application public void FromExternalString (string data) { string [] items = data.Split ('\n'); foreach (String str in items) { string final; if (str.StartsWith ("#") == true) continue; if (str.EndsWith ("\r")) { final = str.Substring (0, str.Length - 1); } else final = str; if (final.Length > 0) Add (final); } } public override string ToString () { StringBuilder sb = new StringBuilder (Count * 128); foreach (string s in this) { sb.Append (s); sb.Append (Environment.NewLine); } return sb.ToString (); } } } mistelix-0.33/src/DataModel/IntList.cs0000644000175000017500000000362311246543334020144 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Text; using System.Collections.Generic; using System.Runtime.InteropServices; namespace Mistelix.DataModel { // // Contains a list of ints exchanged during Drag and Drop operations // public class IntList : List { public IntList () { } public void FromString (string str) { string [] items = str.Split (new string [] {Environment.NewLine}, StringSplitOptions.RemoveEmptyEntries); for (int i = 0; i < items.Length; i++) Add (Int32.Parse (items[i])); } public override string ToString () { StringBuilder sb = new StringBuilder (Count * (Marshal.SizeOf (typeof(int)) + 1)); foreach (int n in this) { sb.Append (n.ToString ()); sb.Append (Environment.NewLine); } return sb.ToString (); } } } mistelix-0.33/src/DataModel/Project.cs0000644000175000017500000001533511464065342020167 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Runtime.Serialization; using System.Xml.Serialization; using Mono.Unix; using Gdk; using Mistelix; using Mistelix.Core; using Mistelix.Backends; namespace Mistelix.DataModel { // Container for an authoring project and its elements public class Project { List elements; ObservableList buttons; public ProjectDetails details; public Project () { // Default projects details = new ProjectDetails (); buttons = new ObservableList (); elements = new List (); } public List Elements { get { return elements;} } public ObservableList Buttons { get { return buttons;} } public bool AudioSupportedFormat (out string msg) { SlideShow slide; foreach (ProjectElement element in Elements) { slide = element as SlideShow; if (slide == null) continue; if (slide.AudioSupportedFormat (out msg) == false) return false; } msg = string.Empty; return true; } public string FileToFullPath (string file) { return Path.Combine (details.OutputDir, file); } // TODO: Think how this relates to Visible elements and to be export to other formats & extensibility // Returns a list of project elements that require processing (currently elements involving video) public List ElementsGenerate { get { List generate = new List (); foreach (ProjectElement element in Elements) { if ((typeof (SlideShow) != element.GetType ()) && (typeof (Video) != element.GetType ())) continue; generate.Add (element); } return generate; } } public ProjectDetails Details { get { return details;} } public VisibleProjectElement ElementFromID (int id) { // This a linear search at the cost of O(N) but very few elements are expected foreach (VisibleProjectElement elem in elements) { if (elem.id == id) return elem; } throw new ArgumentException ("VisibleProjectElement.ElementFromID: ID not found"); } public void AddElement (VisibleProjectElement element) { // It is not necessary to reflect the ID in the object passed (passed by value) element.id = details.NextID; details.IncreaseNextID (); elements.Add (element); } public void RemoveElement (VisibleProjectElement element) { int id = element.id; foreach (Button button in buttons) { if (button.LinkedId == id) { Logger.Debug ("Project.RemoveElement. Deleting button {0}", button.LinkedId); RemoveButton (button); break; } } Logger.Debug ("Project.RemoveElement. Deleting element {0}", element.id); elements.Remove (element); } public void AddButton (ButtonProjectElement element) { buttons.Add (element); } public void RemoveButton (ButtonProjectElement element) { buttons.Remove (element); } void Clear () { elements.Clear (); buttons.Clear (); } public void Load (string file) { XmlStorage ps = new XmlStorage (); List videos = new List (); List slides = new List (); List bts = new List (); Logger.Debug ("Project.Load. Loading project {0}", file); ps.Load (file); Clear (); ps.Get ("details", ref details); ps.Get > ("buttons", ref bts); ps.Get > ("videos", ref videos); ps.Get > ("slides", ref slides); details.Filename = file; // After the details have been loaded foreach (Video video in videos) elements.Add (video); foreach (SlideShow slide in slides) elements.Add (slide); foreach (Button button in bts) buttons.Add (button); Logger.Debug ("Project.Load. Loaded {0} - {1} elements", Details.Filename, elements.Count); } public void Save (string file) { XmlStorage ps = new XmlStorage (); ps.New ("project"); ps.Add (details, "details"); details.Filename = file; // // Save elements in separate arrays classified by type // List videos = new List (); List slides = new List (); List bts = new List (); for (int i = 0; i < Elements.Count; i++) { if (typeof (Video) == Elements[i].GetType ()) { videos.Add ((VideoProjectElement)Elements [i]); continue; } if (typeof (SlideShow) == Elements[i].GetType ()) { slides.Add ((SlideShowProjectElement) Elements [i]); continue; } Logger.Debug ("Project.Save. Skipping {0}", Elements[i].GetType ()); } foreach (Button button in Buttons) bts.Add (button); ps.Add (videos, "videos"); ps.Add (slides, "slides"); ps.Add (bts, "buttons"); Logger.Debug ("Project.Save. Saving {0}", Details.Filename); ps.Save (Details.Filename); for (int i = 0; i < Elements.Count; i++) Logger.Debug ("Project.Save. {0}", Elements[i]); } public Gdk.Pixbuf GetThumbnail (int width, int height) { Gdk.Pixbuf thumbnail = null; foreach (VisibleProjectElement element in Elements) { if ((typeof (SlideShow) != element.GetType ()) && (typeof (Video) != element.GetType ())) continue; thumbnail = element.GetThumbnail (width, height); break; } return thumbnail; } } } mistelix-0.33/src/DataModel/ProjectDetails.cs0000644000175000017500000001244111246543334021470 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Xml.Serialization; using Mistelix.Core; namespace Mistelix.DataModel { public enum VideoFormat { PAL, NTSC } public enum ProjectType { Slideshows, DVD } // Contains the details of the project public class ProjectDetails { string filename; string name; VideoFormat format; AspectRatio aspect; int width; int height; string theme; string output_dir; int next_id; ProjectType type; string buttons_fontname; Cairo.Color buttons_back_color; Cairo.Color buttons_fore_color; string slideshows_fontname; Cairo.Color slideshows_back_color; Cairo.Color slideshows_fore_color; int button_size; string custom_background; public ProjectDetails () { buttons_back_color = new Cairo.Color (44d / 255d, 56d / 255d, 119d / 255d, 0.5); buttons_fore_color = new Cairo.Color (1, 1, 1, 1); buttons_fontname = "sans 12"; slideshows_back_color = new Cairo.Color (44d / 255d, 56d / 255d, 119d / 255d, 0.5); slideshows_fore_color = new Cairo.Color (1, 1, 1, 1); slideshows_fontname = "sans 12"; } public void IncreaseNextID () { next_id++; } [XmlElementAttribute ("type", DataType="int")] public ProjectType Type { get { return type;} set { type = value;} } [XmlElementAttribute ("format", DataType="int")] public VideoFormat Format { get { return format;} set { format = value;} } [XmlElementAttribute ("aspect_ratio", DataType="int")] public AspectRatio AspectRatio { get { return aspect;} set { aspect = value;} } [XmlElementAttribute ("name")] public string Name { get { return name;} set { name = value;} } [System.Xml.Serialization.XmlIgnoreAttribute] public string Filename { get { return filename;} set { filename = value;} } [XmlElementAttribute ("width")] public int Width { get { return width;} set { width = value;} } [XmlElementAttribute ("height")] public int Height { get { return height;} set { height = value;} } [XmlElementAttribute ("theme")] public string ThemeName { get { return theme;} set { theme = value;} } [XmlElementAttribute ("output_dir")] public string OutputDir { get { return output_dir;} set { output_dir = value;} } [XmlElementAttribute ("buttons_fontname")] public string ButtonsFontName { get { return buttons_fontname;} set { buttons_fontname = value;} } [XmlElementAttribute ("buttons_back_color")] public Cairo.Color ButtonsBackColor { get { return buttons_back_color;} set { buttons_back_color = value;} } [XmlElementAttribute ("buttons_fore_color")] public Cairo.Color ButtonsForeColor { get { return buttons_fore_color;} set { buttons_fore_color = value;} } [XmlElementAttribute ("slideshows_fontname")] public string SlideshowsFontName { get { return slideshows_fontname;} set { slideshows_fontname = value;} } [XmlElementAttribute ("slideshows_back_color")] public Cairo.Color SlideshowsBackColor { get { return slideshows_back_color;} set { slideshows_back_color = value;} } [XmlElementAttribute ("slideshows_fore_color")] public Cairo.Color SlideshowsForeColor { get { return slideshows_fore_color;} set { slideshows_fore_color = value;} } [XmlElementAttribute ("button_thumbnailsize")] public int ButtonThumbnailSize { get { return button_size;} set { button_size = value;} } [XmlElementAttribute ("custom_menu_background")] public string CustomMenuBackground { get { return custom_background;} set { custom_background = value;} } [XmlElementAttribute ("next_id")] public int NextID { get { return next_id;} set { next_id = value;} } public Theme Theme { get { if (theme == null) return null; return ThemeManager.FromName (theme); } } public void SetDvdResolution () { if (format == VideoFormat.PAL) { Width = 720; Height = 576; } else { Width = 720; Height = 480; } } public void SetResolution (int width, int height) { Width = width; Height = height; } public int FramesPerSecond { get { if (format == VideoFormat.PAL) return 25; return 30; // VideoFormat.NFTS } } } } mistelix-0.33/src/DataModel/ButtonProjectElement.cs0000644000175000017500000000547611246543334022702 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Xml.Serialization; using Mistelix.Core; namespace Mistelix.DataModel { public enum ButtonShowAs { Thumbnail, Text } // Describes a button within the authoring project [XmlInclude (typeof (Button))] public class ButtonProjectElement : ProjectElement { int x; int y; int width; int height; int linked_id; // Associated slideshow or video int thumbnail_idx; // index to thumbnail slideshow or video string text; ButtonShowAs showas; public ButtonProjectElement () { width = height = 80; showas = ButtonShowAs.Thumbnail; } public ButtonProjectElement (int x, int y, int linked_id) : this () { this.x = x; this.y = y; this.linked_id = linked_id; } [XmlElementAttribute ("x")] public int X { get { return x;} set { x = value;} } [XmlElementAttribute ("y")] public int Y { get { return y;} set { y = value;} } [XmlElementAttribute ("width")] public int Width { get { return width;} set { width = value;} } [XmlElementAttribute ("height")] public int Height { get { return height;} set { height = value;} } [XmlElementAttribute ("linked_id")] public int LinkedId { get { return linked_id;} set { linked_id = value;} } // Index to image in a slideshow or second in a video element [XmlElementAttribute ("thumbnail")] public virtual int ThumbnailIndex { get { return thumbnail_idx;} set { thumbnail_idx = value;} } [XmlElementAttribute ("showas", DataType="int")] public ButtonShowAs ShowAs { get { return showas;} set { showas = value;} } [XmlElementAttribute ("text")] public string Text { get { return text;} set { text = value;} } } } mistelix-0.33/src/DataModel/VisibleProjectElement.cs0000644000175000017500000000366611246543334023023 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.Core; namespace Mistelix.DataModel { // A visible project element can be part of a DVD menu and it is visible in project element view // These are videos or slideshows public abstract class VisibleProjectElement : ProjectElement { public string filename; public int id; public virtual string GetOutputFile (ProjectType type) { return filename; } public abstract string Name {get;} // A name to be shown to the user public abstract Gdk.Pixbuf GetThumbnail (int width, int height); public Gdk.Pixbuf Thumbnail { get { return GetThumbnail (ThumbnailSizeManager.Current.Width, ThumbnailSizeManager.Current.Height); } } public virtual ThumbnailCollection GetThumbnailRepresentations (int width, int height) { return null; } } } mistelix-0.33/src/DataModel/ProjectElement.cs0000644000175000017500000000267011246543334021477 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; namespace Mistelix.DataModel { // Describes an element within the authoring project // We diferenciate between objects types using obj.GetType () public abstract class ProjectElement { public string name; public bool visible; // If it is visible to the user as dragable project element } } mistelix-0.33/src/DataModel/SlideShowProjectElement.cs0000644000175000017500000001051411246543334023315 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using System.Collections.Generic; using System.Xml.Serialization; using Mono.Unix; using Gdk; using Mono.Addins; using Mistelix.Core; using Mistelix.Effects; namespace Mistelix.DataModel { [XmlInclude(typeof(SlideShow))] public abstract class SlideShowProjectElement : VisibleProjectElement { string audiofile; public List images; [XmlElementAttribute ("audiofile")] public string AudioFile { get { return audiofile;} set { audiofile = value;} } protected SlideShowProjectElement () { images = new List (); } public SlideShowProjectElement (string filename) { this.filename = filename; } public override string Name { get { if (name != null) return name; // Translators: {0} is replaced by a numerical ID return Catalog.GetString (String.Format ("Slideshow {0}", id)); } } public override Gdk.Pixbuf GetThumbnail (int width, int height) { if (width <= 0 || height <= 0) throw new ArgumentException (String.Format ("SlideShowProjectElement->GetThumbnail. Width {0} and height {1} should be > 0", width, height)); Gdk.Pixbuf im = Backends.ThumbnailCache.Factory.Provider.GetThumbnail (images[0].image, width, height); if (im == null) im = new Gdk.Pixbuf (images[0].image); int max = Math.Max (im.Width, im.Height); Gdk.Pixbuf scaled = im.ScaleSimple (width * im.Width / max, height * im.Height / max, InterpType.Nearest); im.Dispose (); return scaled; } public override string GetOutputFile (ProjectType type) { if (type == ProjectType.DVD) return "slide" + id.ToString () + ".mpeg"; else return "slide" + id.ToString () + ".ogg"; } [XmlInclude (typeof (SlideImage))] public abstract class Image : ProjectElement { public string image; string title; int transition_time; int shown_time; string transition; TextPosition position; List effects; public List Effects { get { return effects;} set { effects = value;} } // Text description [XmlElementAttribute ("title")] public string Title { get { return title;} set { title = value;} } // Transition type [XmlElementAttribute ("transition")] public string Transition { get { return transition;} set { transition = value;} } // Time that the image is statically shown [XmlElementAttribute ("show_time")] public int ShowTime { get { return shown_time;} set { shown_time = value;} } // Transition from slide to slide (effect duration) [XmlIgnoreAttribute] public int TransitionTime { get { return transition_time;} set { transition_time = value;} } [XmlElementAttribute ("position", DataType="int")] public TextPosition Position { get { return position;} set { position = value;} } protected Image () {} public bool AddEffect (Effect effect) { if (effects == null) effects = new List (); // This O(N) but we always expect very few elements foreach (string previous in effects) if (String.Compare (previous, effect.Name) == 0) return false; // Effect already present effects.Add (effect.Name); return true; } } } } mistelix-0.33/src/DataModel/VideoProjectElement.cs0000644000175000017500000000441711366607034022470 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Unix; using System.Xml.Serialization; using Gdk; using Mistelix.Core; using Mistelix.Backends.GStreamer; namespace Mistelix.DataModel { // Describes a video within the authoring project [XmlInclude (typeof (Core.Video))] public class VideoProjectElement : VisibleProjectElement { const int SECOND_FOR_SHOOT = 5; public VideoProjectElement () { } public VideoProjectElement (string filename) { this.filename = filename; } public override string Name { get { if (name != null) return name; // Translators: {0} is replaced by a numerical ID return Catalog.GetString (String.Format ("Video {0}", id)); } } public override string GetOutputFile (ProjectType type) { return "video" + id.ToString () + ".mpeg"; } public override Gdk.Pixbuf GetThumbnail (int width, int height) { Gdk.Pixbuf im; im = Backends.GStreamer.Thumbnail.VideoScreenshot (filename, SECOND_FOR_SHOOT); int max = Math.Max (im.Width, im.Height); Gdk.Pixbuf scaled = im.ScaleSimple (width * im.Width / max, height * im.Height / max, InterpType.Nearest); im.Dispose (); return scaled; } } } mistelix-0.33/src/DataModel/Theme.cs0000644000175000017500000000414511246543334017620 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Mistelix.DataModel { public class Theme { string name; string menu_background; string button_select; // select in Spumux terminology string button_highlight; string author; public Theme () { } [XmlElementAttribute ("name")] public string Name { get { return name; } set { name = value; } } [XmlElementAttribute ("author")] public string Author { get { return author; } set { author = value; } } [XmlElementAttribute ("menu_background")] public string MenuBackground { get { return menu_background; } set { menu_background = value; } } [XmlElementAttribute ("button_select")] public string ButtonSelect { get { return button_select; } set { button_select = value; } } [XmlElementAttribute ("button_highlight")] public string ButtonHighlight { get { return button_highlight; } set { button_highlight = value; } } } } mistelix-0.33/src/DataModel/ProjectBuilder.cs0000644000175000017500000000531011246543334021466 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using Mistelix.DataModel; using Mono.Unix; namespace Mistelix.DataModel { // Class that defines the methods to build a project public abstract class ProjectBuilder { protected Project project; protected ProgressEventHandler total_handler; protected ProgressEventHandler task_handler; protected ProgressEventArgs total; protected ProjectBuilder (Project project, ProgressEventHandler total_handler, ProgressEventHandler task_handler) { this.project = project; this.total_handler = total_handler; this.task_handler = task_handler; total = new ProgressEventArgs (); } public abstract void Create (); protected void OnCreateCompleted (DateTime start_time) { TimeSpan time = DateTime.Now - start_time; total.Text = String.Format (Catalog.GetString ("Completed. Time used: {0}"), TimeSpanToStr (time)) + "\n"; total_handler (this, total); total.Text = String.Format (Catalog.GetString ("Destination folder: {0}"), project.Details.OutputDir) + "\n"; total_handler (this, total); } public static void EnsureOutputDir (string dir) { DirectoryInfo directory = new DirectoryInfo (dir); if (directory.Exists) return; if (directory.Parent.Exists == false) throw new DirectoryNotFoundException (Catalog.GetString ("Parent directory does not exist")); Directory.CreateDirectory (dir); } static public string TimeSpanToStr (TimeSpan time) { string fmt = time.ToString (); int i = fmt.IndexOf ('.'); if (i > 0 && fmt.Length - i > 2) fmt = fmt.Substring (0, i); return fmt; } } } mistelix-0.33/src/DataModel/ProgressEventArgs.cs0000644000175000017500000000364111246543334022201 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; namespace Mistelix.DataModel { public delegate void ProgressEventHandler (object sender, ProgressEventArgs e); // Arguments to report progress in tasks public sealed class ProgressEventArgs : EventArgs { double progress; double total; string text; public ProgressEventArgs () { } public ProgressEventArgs (double progress) { this.progress = progress; } public ProgressEventArgs (double total, double progress, string text) { this.total = total; this.progress = progress; this.text = text; } public double Progress { set { progress = value; } get { return progress; } } public double Total { set { total = value; } get { return total; } } public string Text { set { text = value; } get { return text; } } } } mistelix-0.33/src/DataModel/Transition.cs0000644000175000017500000000426411246543334020712 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Collections; using Mistelix.DataModel; namespace Mistelix.Transitions { // // Defines transitions between slideshows // public abstract class Transition : IEnumerator, IEnumerable { SlideImage source, target; int frames, current_frame; public Transition () { } public abstract string DisplayName { get; } public abstract string Name { get; } public int Frames { get {return frames;} set {frames = value;} } public int CurrentFrame { get { return current_frame;} set { current_frame = value;} } public SlideImage Source { get {return source;} set {source = value;} } public SlideImage Target { get {return target;} set {target = value;} } public virtual object Current { get { return null;} } public virtual bool MoveNext () { if (current_frame >= Frames) return false; current_frame++; return true; } public virtual void Reset () { current_frame = -1; } public IEnumerator GetEnumerator () { return this; } } } mistelix-0.33/src/DataModel/Resolution.cs0000644000175000017500000000312611246543334020717 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; namespace Mistelix.DataModel { // Used to specify resolutions for thumbnails and videos public struct Resolution { string name; int width; int height; public Resolution (string name, int width, int height) { this.name = name; this.width = width; this.height = height; } public string Name { get { return name; } } public int Width { get { return width; } } public int Height { get { return height; } } } } mistelix-0.33/src/DataModel/TextPosition.cs0000644000175000017500000000325411246543334021227 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Unix; namespace Mistelix.Core { public enum TextPosition { Top, Bottom, Length } public static class TextPositionConverter { static TextPositionConverter () { } static public string FromEnum (TextPosition position) { switch (position) { case TextPosition.Top: return Catalog.GetString ("Top of the image (centered)"); case TextPosition.Bottom: return Catalog.GetString ("Bottom of the image (centered)"); default: throw new InvalidOperationException ("Invalid value"); } } } } mistelix-0.33/src/DataModel/AspectRatio.cs0000644000175000017500000000241511246543334020772 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Unix; namespace Mistelix.DataModel { public enum AspectRatio { FourByThree, // 4x3 SixteenByNine, // 16x9 } } mistelix-0.33/src/DataModel/ObservableList.cs0000644000175000017500000000670211246543334021477 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.InteropServices; namespace Mistelix.DataModel { // This an ObservableList that fires events when it is modified public class ObservableList : IEnumerable { public enum ChangeType { ElementChanged, ElementRemoved, ListCleared, ElementAdded } public delegate void CollectionChangedEventHandler (object sender, CollectionChangedEventArgs e); public class CollectionChangedEventArgs: EventArgs { ChangeType type; T item; public CollectionChangedEventArgs (ChangeType type, T item) { this.type = type; this.item = item; } public ChangeType Type { get {return type;} } public T Item { get {return item;} } } public virtual event CollectionChangedEventHandler CollectionChanged; List list; public ObservableList () { list = new List (); } public int Count { get { return list.Count; } } public List List { get { return list; } } public T this [int index] { get { return list [index]; } set { list [index] = value; if (CollectionChanged != null) CollectionChanged (this, new CollectionChangedEventArgs (ChangeType.ElementChanged, value)); } } public void Clear () { list.Clear (); if (CollectionChanged != null) CollectionChanged (this, new CollectionChangedEventArgs (ChangeType.ListCleared, default (T))); } public void Add (T item) { list.Add (item); if (CollectionChanged != null) CollectionChanged (this, new CollectionChangedEventArgs (ChangeType.ElementAdded, item)); } public void Remove (T item) { list.Remove (item); if (CollectionChanged != null) CollectionChanged (this, new CollectionChangedEventArgs (ChangeType.ElementRemoved, item)); } public void RemoveAt (int pos) { T item = this [pos]; list.RemoveAt (pos); if (CollectionChanged != null) CollectionChanged (this, new CollectionChangedEventArgs (ChangeType.ElementRemoved, item)); } public void Sort (IComparer comparer) { list.Sort (comparer); } IEnumerator IEnumerable .GetEnumerator () { return list.GetEnumerator (); } IEnumerator IEnumerable.GetEnumerator () { return list.GetEnumerator (); } } } mistelix-0.33/src/DataModel/Effect.cs0000644000175000017500000000432011246543334017745 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mistelix.Core; namespace Mistelix.Effects { // // Interface that defines an effect to apply to an image // public abstract class Effect { public class EffectEventArgs : EventArgs { Effect effect; public EffectEventArgs (Effect effect) { this.effect = effect; } public Effect Effect { get { return effect; } } } public delegate void UIOptionEventHandler (object sender, EffectEventArgs e); public virtual event UIOptionEventHandler UIOptionInvoked; public abstract SlideImage Apply (SlideImage slideimage); public abstract string DisplayName { get; } public abstract string Name { get; } // Generic UI handle called from the client UI public void OnUIEventHandle (object obj, EventArgs e) { OnUIOptionInvoked (this); } // Fires the UIOptionInvoked notification public virtual void OnUIOptionInvoked (Effect effect) { Logger.Debug ("Effect.OnUIOptionInvoked. Id:{0}", effect); if (UIOptionInvoked != null) UIOptionInvoked (this, new EffectEventArgs (effect)); } } } mistelix-0.33/src/DataModel/RecentFile.cs0000644000175000017500000000701011246543334020570 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; using Mono.Unix; using System.Xml.Schema; namespace Mistelix.DataModel { // Contains a RecentFile element that is a part of recent list of files accessed public struct RecentFile : IXmlSerializable { static readonly DateTime UnixStartTime = new DateTime (1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc); static readonly string mistelix_mime = "application/mistelix"; public string filename; public string mimetype; public DateTime timestamp; public RecentFile (string filename) { this.filename = filename; mimetype = mistelix_mime; timestamp = DateTime.UtcNow; } public string TimeSinceEdited { get { TimeSpan sincelast = DateTime.UtcNow - timestamp; if (sincelast.Days >= 1) return String.Format (Catalog.GetPluralString ("{0} day", "{0} days", sincelast.Days), sincelast.Days); if (sincelast.Hours >= 1) return String.Format (Catalog.GetPluralString ("{0} hour", "{0} hours", sincelast.Hours), sincelast.Hours); if (sincelast.Minutes > 0) return String.Format (Catalog.GetPluralString ("{0} minute", "{0} minutes", sincelast.Minutes), sincelast.Minutes); return Catalog.GetString ("Less than a minute"); } } public void UpdateTimeStamp () { timestamp = DateTime.UtcNow; } public void WriteXml (XmlWriter writer) { writer.WriteElementString ("filename", filename); writer.WriteElementString ("mimetype", mimetype); writer.WriteElementString ("timestamp", ToUnixTime (timestamp).ToString ()); } public void ReadXml (XmlReader reader) { mimetype = mistelix_mime; while (reader.Read ()) { if (reader.NodeType != XmlNodeType.Element) continue; switch (reader.LocalName) { case "filename": filename = reader.ReadElementString (); break; case "timestamp": { int time = reader.ReadElementContentAsInt (); timestamp = ToDateTime (time); break; } default: break; } } } public XmlSchema GetSchema () { return null; } static int ToUnixTime (DateTime time) { return (int)(time - UnixStartTime).TotalSeconds; } static DateTime ToDateTime (int unixTime) { return UnixStartTime.AddSeconds (unixTime); } public override string ToString () { return "Filename: " + filename + " timestamp " + timestamp; } } } mistelix-0.33/src/DataModel/Task.cs0000644000175000017500000000360311325131104017440 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; namespace Mistelix.DataModel { // // Encapsulates a task that has to be performed // * First firing an event to execute it // * Second firing an event to notify completion // public class Task { object obj; public virtual event EventHandler DoEventHandler; public virtual event EventHandler CompletedEventHandler; public Task () { } public Task (object obj) { this.obj = obj; } public object Data { get {return obj; } set {obj = value; } } public void Do () { if (DoEventHandler == null) throw new InvalidOperationException ("DoEventHandler is null"); DoEventHandler (this, EventArgs.Empty); if (CompletedEventHandler != null) CompletedEventHandler (this, EventArgs.Empty); } } } mistelix-0.33/src/DataModel/ThumbnailCollection.cs0000644000175000017500000000412611246543334022514 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Collections; using Gdk; using Mistelix.Core; namespace Mistelix.DataModel { // Every project visible element can have several thumbnails that can represent it // This collection is the base to hold these representations public class ThumbnailCollection : IEnumerable { public class ItemTask : Task { Pixbuf pixbuf; int thumbnail_idx; public ItemTask (object obj) : base (obj) { } public Pixbuf Pixbuf { get {return pixbuf; } set {pixbuf = value;} } public int ThumbnailIndex { get {return thumbnail_idx; } set {thumbnail_idx = value;} } } TaskDispatcher dispatcher; public ThumbnailCollection () { dispatcher = new TaskDispatcher (); } public TaskDispatcher Dispatcher { get { return dispatcher; } } public void AddItem (ItemTask item) { dispatcher.AddTask (item); } public IEnumerator GetEnumerator () { return dispatcher.Tasks.GetEnumerator (); } } } mistelix-0.33/src/Dialogs/0000755000175000017500000000000011516333446015754 5ustar00jordijordi00000000000000mistelix-0.33/src/Dialogs/ui/0000755000175000017500000000000011516333446016371 5ustar00jordijordi00000000000000mistelix-0.33/src/Dialogs/ui/AddVideoDialog.ui0000644000175000017500000001116011350176060021517 0ustar00jordijordi00000000000000 800 600 True Add Videos dialog True True True True True False True True True True automatic automatic 0 True True 0 2 True end gtk-cancel True True True False True False False 0 gtk-ok True True True False True False False 1 False end 0 cancel ok_button mistelix-0.33/src/Dialogs/ui/AudioSelectionDialog.ui0000644000175000017500000000772211350166057022765 0ustar00jordijordi00000000000000 500 True Select audio dialog True True True 0 0 5 5 Select an audio file for the slideshow False False 0 True 1 2 True end gtk-cancel True True True False True False False 0 gtk-ok True True True False True False False 1 False end 0 cancelbutton6 okbutton6 mistelix-0.33/src/Dialogs/ui/BuildProjectDialog.ui0000644000175000017500000003215411350171437022437 0ustar00jordijordi00000000000000 450 300 True Build Project dialog True True vertical True vertical True True 5 5 False word False False False 0 True 2 2 True 0 5 Total progress GTK_FILL True 0 5 Task progress 1 2 GTK_FILL True 0.10000000149 1 2 True 0.10000000149 1 2 1 2 False 1 False 0 True True automatic automatic in True True False False 1 True 5 True True True False True 0 0 True 2 True gtk-open False False 0 True _Open Destination Folder True False False 1 False end 2 gtk-close True True True False True False end 1 True True True False True 0 0 True 2 True gtk-execute False False 0 True _Generate True False False 1 False end 0 False False 2 2 True end False end 0 mistelix-0.33/src/Dialogs/ui/ButtonPropertiesDialog.ui0000644000175000017500000001645111350175041023376 0ustar00jordijordi00000000000000 500 400 True Button Properties dialog True True True True 0 0 5 <b>Show button as</b> True False False 0 Thumbnail image of the item True True False True True False False 1 True True True automatic automatic in True True 15 0 2 Text element True True False True True image_radio False False 3 True True False 4 0 2 True end gtk-cancel True True True False True False False 0 gtk-ok True True True False True False False 1 False end 0 cancelbutton4 ok_button mistelix-0.33/src/Dialogs/ui/CheckDependenciesDialog.ui0000644000175000017500000001043011350202756023365 0ustar00jordijordi00000000000000 True Check Mistelix's dependencies requirements False center-always dialog True vertical True True True 12 12 False word 2 2 False False False 0 True True 1 True True 12 12 False word 2 2 False False False 2 2 True end gtk-close True True True False True False False 0 False end 0 closebutton1 mistelix-0.33/src/Dialogs/ui/NewProjectDialog.ui0000644000175000017500000004253511345246026022136 0ustar00jordijordi00000000000000 True New Mistelix project dialog False True True vertical True True True 0 0 <b>Project Name</b> True False False 0 400 True True False False 1 0 0 True vertical True True 0 0 <b>Output Directory</b> True False False 0 True 400 True True 0 Browse... True True False True False False 1 False False 1 0 True False False 1 1 True True 0 0 5 <b>Project type</b> True False False 0 2 True vertical Slideshows project True True False True True False False 0 True True 0 0 20 5 Resolution: False False 0 True 1 1 False False 3 True vertical DVD-Video project True True False True False True slideshows_radio False False 0 True True True True 0 0 20 3 <b>Video Format</b> True False False 0 0 True True 0 0 3 <b>Aspect Ratio</b> True False False 0 1 1 4 True 6 end gtk-cancel True True True False True False False 0 gtk-ok True True True False True False False 1 3 5 1 True end False end 0 mistelix-0.33/src/Dialogs/ui/PreferencesDialog.ui0000644000175000017500000004572011463566232022323 0ustar00jordijordi00000000000000 1 100 1 600 True Preferences dialog True True True True 0 <b>General</b> True False False 0 True True 5 Thumbnails size False False 0 True False 1 1 0 True True 0 <b>Files and Directories</b> True False False 0 True 4 2 True 0 5 Default projects directory GTK_FILL True 0 5 Default videos directory 1 2 GTK_FILL True 0 5 Default images directory 2 3 GTK_FILL True 0 5 Default audio directory 3 4 GTK_FILL True 1 2 GTK_FILL True 1 2 1 2 GTK_FILL GTK_FILL True 1 2 2 3 GTK_FILL GTK_FILL True 1 2 3 4 GTK_FILL GTK_FILL 1 1 True True True 0 <b>Defaults for Slideshows Transitions</b> True False False 0 True 3 2 True 0 5 Default transition effect GTK_FILL True 0 5 Default time (seconds) 1 2 GTK_FILL True 0 5 Default text position 2 3 GTK_FILL True 1 2 GTK_FILL True True adjustment 1 1 2 1 2 True 1 2 2 3 GTK_FILL GTK_FILL 1 0 2 2 True end gtk-cancel True True True False True False False 0 gtk-ok True True True False True False False 1 False end 0 cancelbutton3 okbutton3 mistelix-0.33/src/Dialogs/ui/ProjectPropertiesDialog.ui0000644000175000017500000011110711345260743023533 0ustar00jordijordi00000000000000 True Project Properties dialog True True True True True True True 0 0 12 6 <b>Project Name</b> True False False 0 True 400 True True False False 0 1 0 False False 0 True True True 0 0 12 6 <b>Output Directory</b> True False False 0 True True 400 True True 0 0 Browse... True True False True False False 12 1 False False 1 0 True False False 1 False False 1 True True 0 0 12 6 <b>Slideshow Transitions Properties</b> True False False 0 True 3 2 True 0 12 Font GTK_FILL True 0 12 Foreground color 1 2 GTK_FILL True 0 12 Background color 2 3 GTK_FILL True True False 1 2 12 True True False 1 2 2 3 12 True True False 1 2 1 2 12 6 6 1 2 True General False True True True 0 0 12 12 <b>Video Format</b> True False False 0 True True PAL (Europe) True True False True True False False 0 0 True NTSC True True False True True pal_radio False False 0 1 1 0 True True 0 0 12 6 <b>Aspect Ratio</b> True False False 0 True 4:3 (TV) True True False True True False False 0 1 True 16:9 (Widescreen) True True False True True fourbythree_radio False False 0 2 1 True True 0 0 12 6 <b>Menu Buttons Properties</b> True False False 12 0 True 4 2 True 0 5 Font GTK_FILL 12 True 0 5 Foreground color 1 2 GTK_FILL 12 True 0 5 Background color 2 3 GTK_FILL 12 True 0 5 Image thumbnail size 3 4 GTK_FILL 12 True True False 1 2 1 2 12 True True False 1 2 2 3 12 True 1 2 3 4 GTK_FILL GTK_FILL 12 True True False 1 2 12 5 1 2 True DVD 1 False True True True 0 0 6 Resolution: False False 0 True 12 1 False False 12 0 2 False True Slideshows 2 False 2 True end gtk-cancel True True True False True False False 0 gtk-ok True True True False True False False 1 False end 0 cancelbutton7 okbutton7 mistelix-0.33/src/Dialogs/ui/ThemeSelectionDialog.ui0000644000175000017500000004730111350200343022746 0ustar00jordijordi00000000000000 700 500 True Select DVD Menu Theme dialog True True True True 5 5 False word False textbuffer2 False False 0 True True True True automatic automatic True True False True True True True 0 0 5 <b>Theme details</b> True False False 0 True 2 2 True 0 0 5 5 Name: GTK_FILL True 0 1 2 GTK_FILL True 0 0 5 5 Author: 1 2 GTK_FILL True 0 0 5 5 True 1 2 1 2 GTK_FILL 1 False 0 True True 0 0 5 <b>Background</b> True False False 0 True 1 True True 0 0 5 5 Custom background: False False 0 True True 0 1 False 2 1 True True 0 0 5 <b>Button highlighting</b> True False False 0 True 2 2 True 0 0 5 5 Highlight button GTK_FILL True 0 0 5 5 Select button 1 2 GTK_FILL True 1 2 1 2 GTK_FILL True 1 2 GTK_FILL GTK_FILL 1 False 2 True True 1 2 True end gtk-cancel True True True False True False False 0 gtk-ok True True True False True False False 1 False end 0 cancelbutton5 okbutton5 mistelix-0.33/src/Dialogs/ui/AddSlideDialog.ui0000644000175000017500000005151611463557644021542 0ustar00jordijordi00000000000000 100 0 0 1 0 1 800 600 True Add Slideshow dialog True True True True True True True automatic automatic 0 True True True 3 3 True 0 Duration (seconds): GTK_FILL True 0 Transition type: 1 2 GTK_FILL True True adjustment 1 1 2 True 1 2 1 2 GTK_FILL GTK_FILL gtk-go-down True True False True 2 3 1 2 GTK_FILL gtk-go-up True True False True 2 3 GTK_FILL True 0 Text position: 2 3 GTK_FILL True 1 2 2 3 GTK_FILL GTK_FILL Select Audio... True True False True 2 3 2 3 GTK_FILL 0 0 True spread True True True False True 0 0 True 2 True gtk-apply False False 0 True Save True False False 1 False False 0 gtk-cancel True True True False True False False 1 Preview True True True False True False False 2 False False 1 False 1 0 False True True True True True False True True True True automatic automatic 0 True True 0 True True 2 True end False end 0 mistelix-0.33/src/Dialogs/BuilderDialog.cs0000644000175000017500000000374611350201545021011 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using GtkBeans; namespace Mistelix.Dialogs { public class BuilderDialog : Gtk.Dialog { public BuilderDialog (string resourceName, string dialogName) : this (null, resourceName, dialogName) { } public BuilderDialog (System.Reflection.Assembly assembly, string resourceName, string dialogName) : this (new GtkBeans.Builder (assembly, resourceName, null),dialogName) { } public BuilderDialog (GtkBeans.Builder builder, string dialogName) : base (builder.GetRawObject (dialogName)) { builder.Autoconnect (this); IconName = "mistelix"; } public virtual ResponseType RunModal () { ResponseType response = (ResponseType) Run (); Destroy (); return response; } // TODO: Why not IDisposable? // Free any resources allocated by this dialog box virtual public void FreeResources () { } } } mistelix-0.33/src/Dialogs/AddSlideDialog.cs0000644000175000017500000004247011350203352021067 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Mono.Unix; using Cairo; using System.Collections; using System.Collections.Generic; using System.Timers; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Transitions; using Mistelix.Core; namespace Mistelix.Dialogs { // // This class supports the execution of AddSlideDialog. When running as a Modal dialog box the Run loop exists when we change // visibility, something that we need to do when previewing the slideshow. This class encapsulates the running context // static public class AddSlideDialogRunner { static AddSlideDialog dialog; static ResponseType response; static AddSlideDialogRunner () { } static public AddSlideDialog Dialog { get {return dialog; } } static public void Create (Project project) { if (dialog != null) dialog.Destroy (); dialog = new AddSlideDialog (project); } static public ResponseType Run () { response = (ResponseType) dialog.Run (); return response; } static public void ProcessResponse () { // ResponseType.None is returned when the loop exits with no action (change dlg box visiblity) if (response == ResponseType.None) return; dialog.Destroy (); dialog = null; } } // UI interface to create new Slideshows public class AddSlideDialog : BuilderDialog { public enum ColumnsCombo // Column description within the transitions store { Column_DisplayName, Column_Data } ImagesFileView file_view; SlideShowImageView image_view; ListStore transition_store, textposition_store; SlideImage selected_image; SlideShow slide; TransitionPreview drawing_area; bool edit_mode; string audiofile; Project project; const int COL_DISPLAYNAME = 0; [GtkBeans.Builder.Object] Gtk.VBox left_vbox; [GtkBeans.Builder.Object ("scrolledwindow_files")] Gtk.ScrolledWindow scrolledwin_files; [GtkBeans.Builder.Object ("vertical_paned")] Gtk.HPaned vpaned; [GtkBeans.Builder.Object ("vpaned_horizontal")] Gtk.VPaned hpaned; [GtkBeans.Builder.Object ("scrolled_images")] Gtk.ScrolledWindow scrolled_images; // View the slide images [GtkBeans.Builder.Object] Gtk.SpinButton duration_spin; [GtkBeans.Builder.Object] Gtk.ComboBox transition_combo; [GtkBeans.Builder.Object] Gtk.HBox ctrls_hbox; [GtkBeans.Builder.Object] Gtk.Button up_button; [GtkBeans.Builder.Object] Gtk.Button down_button; [GtkBeans.Builder.Object] Gtk.Button preview_button; [GtkBeans.Builder.Object] Gtk.Button audio_button; [GtkBeans.Builder.Object] Gtk.VBox vbox_dir; [GtkBeans.Builder.Object] Gtk.ComboBox textposition_combo; // TODO: Since allows editing probably should be renamed to SlideDialog public AddSlideDialog (Project project) : base ("AddSlideDialog.ui", "addslide") { this.project = project; LoadWindowPosition (); image_view = new SlideShowImageView (); image_view.ChangeEvent = new ShowImageSelectionEventHandler (OnChangeImage); image_view.UpdatedElements = new ShowImageUpdatedElementsEventHandler (OnUpdatedImages); scrolled_images.Add (image_view); up_button.Clicked += new EventHandler (OnButtonUp); down_button.Clicked += new EventHandler (OnButtonDown); audio_button.Clicked += new EventHandler (OnButtonAudio); file_view = new ImagesFileView (); new DirectoryView (vbox_dir, new ChangeDirectoryEventHandler (OnDirectoryChanged), Mistelix.Preferences.GetStringValue (Preferences.ImagesDirectoryKey)); scrolledwin_files.Add (file_view); drawing_area = new TransitionPreview (); ctrls_hbox.Add (drawing_area); drawing_area.Visible = true; file_view.ShowAll (); left_vbox.ShowAll (); vpaned.Position = 650; // W (left) hpaned.Position = 300; // H (right) transition_store = new ListStore (typeof (string), typeof (string)); // DisplayName, Name LoadTransitionsIntoCombo (); transition_combo.Model = transition_store; CellRenderer transition_cell = new CellRendererText (); transition_combo.PackStart (transition_cell, true); transition_combo.SetCellDataFunc (transition_cell, Utils.ComboBoxCellFunc); transition_store.SetSortFunc (0, new Gtk.TreeIterCompareFunc (TransitionSort)); transition_store.SetSortColumnId (0, SortType.Ascending); textposition_store = new ListStore (typeof (string), typeof (int)); // DisplayName, int textposition_combo.Model = textposition_store; CellRenderer textposition_cell = new CellRendererText (); textposition_combo.PackStart (textposition_cell, true); textposition_combo.SetCellDataFunc (textposition_cell, Utils.ComboBoxCellFunc); LoadTextPositionsIntoCombo (); SetTransisitionToNone (); ImageControlsSensitive (false); OnUpdatedImages (this, EventArgs.Empty); duration_spin.ValueChanged += new EventHandler (TimeValueChanged); } public void LoadSlideShow (SlideShow slide) { this.slide = slide; image_view.LoadSlideShow (slide); audiofile = slide.AudioFile; edit_mode = true; } public SlideShow GenerateSlideShow () { Logger.Debug ("AddSlideDialog.GenerateSlideShow."); if (edit_mode == true) { // Reuse the same object, only store the images again slide.images.Clear (); } else { slide = new SlideShow (); } TreeIter iter; bool more; SlideImage image; more = image_view.Model.GetIterFirst (out iter); slide.AudioFile = audiofile; while (more) { image = (SlideImage) image_view.Model.GetValue (iter, SlideShowImageView.COL_OBJECT); image.Project = this.project; slide.images.Add (image); more = image_view.Model.IterNext (ref iter); } return slide; } void OnDirectoryChanged (object sender, ChangeDirectoryEventArgs args) { file_view.OnDirChanged (args.Directory); } void OnButtonUp (object sender, EventArgs args) { image_view.MoveUpSelectedElements (); } void OnButtonDown (object sender, EventArgs args) { image_view.MoveDownSelectedElements (); } void ImageControlsSensitive (bool sensitive) { transition_combo.Sensitive = sensitive; duration_spin.Sensitive = sensitive; } void SetTransisitionToNone () { TreeIter iter; transition_store.GetIterFirst (out iter); transition_combo.SetActiveIter (iter); } void LoadTransitionsIntoCombo () { foreach (TransitionManager.TransitionName name in TransitionManager.NameList) transition_store.AppendValues (name.DisplayName, name.Name); } void TimeValueChanged (object source, System.EventArgs args) { SpinButton spinner; TreeSelection selection; TreeIter iter; TreeModel model; SlideImage image; TreePath[] paths; spinner = source as SpinButton; selection = (image_view as TreeView).Selection; // Establish new time value on the selected items paths = selection.GetSelectedRows (out model); foreach (TreePath path in paths) { model.GetIter (out iter, path); image = (SlideImage) model.GetValue (iter, SlideShowImageView.COL_OBJECT); image.ShowTime = spinner.ValueAsInt; } } void OnSaveSlide (object sender, EventArgs args) { Respond (ResponseType.Ok); } // This is a particular case since the Cancel button is not part of the standard dlg button bar void OnCancel (object sender, EventArgs args) { Respond (ResponseType.Cancel); } void OnTransitionComboChanged (object sender, EventArgs args) { ComboBox combo = sender as ComboBox; TreeIter iter; TreeModel model; SlideImage image; string transition; TreeSelection selection; TreePath[] paths; Logger.Debug ("AddSlideDialog.OnTransitionComboChanged"); if (!combo.GetActiveIter (out iter)) return; // Establish new transition on the selected items transition = (string) combo.Model.GetValue (iter, (int) ColumnsCombo.Column_Data); selection = (image_view as TreeView).Selection; paths = selection.GetSelectedRows (out model); foreach (TreePath path in paths) { model.GetIter (out iter, path); image = (SlideImage) model.GetValue (iter, SlideShowImageView.COL_OBJECT); image.Transition = transition; } drawing_area.UpdateTransitionType (transition); } void OnTextPositionComboChanged (object sender, EventArgs args) { ComboBox combo = sender as ComboBox; TreeIter iter; TreeModel model; SlideImage image; TextPosition position; TreeSelection selection; TreePath[] paths; Logger.Debug ("AddSlideDialog.OnTextPositionComboChanged"); if (!combo.GetActiveIter (out iter)) return; // Establish new text position on the selected items position = (TextPosition) combo.Model.GetValue (iter, (int) ColumnsCombo.Column_Data); selection = (image_view as TreeView).Selection; paths = selection.GetSelectedRows (out model); foreach (TreePath path in paths) { model.GetIter (out iter, path); image = (SlideImage) model.GetValue (iter, SlideShowImageView.COL_OBJECT); image.Position = position; } } // Selected image has changed. Generated from SlideShowImage. void OnChangeImage (object sender, ShowImageSelectionEventArgs args) { bool more; TreeIter iter; string transition; Logger.Debug ("AddSlideDialog.OnChangeImage. Images {0}", args.images.Length); if (args.images.Length != 1) return; selected_image = args.images [0]; // Take the first since all of them will be the same ImageControlsSensitive (true); duration_spin.Value = selected_image.ShowTime; drawing_area.UpdateTransitionType (string.Empty); // Transition for this image more = transition_store.GetIterFirst (out iter); while (more) { transition = (string) transition_store.GetValue (iter, (int) ColumnsCombo.Column_Data); if (selected_image.Transition.Equals (transition)) { transition_combo.SetActiveIter (iter); break; } more = transition_store.IterNext (ref iter); } if (more == false) SetTransisitionToNone (); // Text position for this image TextPosition position; more = textposition_store.GetIterFirst (out iter); while (more) { position = (TextPosition) textposition_store.GetValue (iter, (int) ColumnsCombo.Column_Data); if (selected_image.Position == position) { textposition_combo.SetActiveIter (iter); return; } more = textposition_store.IterNext (ref iter); } } void OnSlideShowPreview (object sender, EventArgs args) { SlideShow slide_show = GenerateSlideShow (); SlideShowView slide_show_view = new SlideShowView(slide_show); Visible = false; FullScreenWindow full_screen = new FullScreenWindow (slide_show_view); } // If there are at least two elements we enable the navigation buttons void OnUpdatedImages (object sender, EventArgs args) { bool enable; TreeIter iter; enable = image_view.ListStore.GetIterFirst (out iter); preview_button.Sensitive = enable; if (enable) enable = image_view.ListStore.IterNext (ref iter); up_button.Sensitive = enable; down_button.Sensitive = enable; } public override void FreeResources () { file_view.Dispose (); image_view.Dispose (); Destroy (); } void LoadTextPositionsIntoCombo () { for (int i = 0; i < (int) TextPosition.Length; i++) { textposition_store.AppendValues ( TextPositionConverter.FromEnum ((TextPosition) i), i); } } public override void Destroy () { SaveWindowPosition (); base.Destroy (); } void LoadWindowPosition () { int x, y, width, height; x = Mistelix.Preferences.GetIntValue (Preferences.SlideWindowX); y = Mistelix.Preferences.GetIntValue (Preferences.SlideWindowY); width = Mistelix.Preferences.GetIntValue (Preferences.SlideWindowWidth); height = Mistelix.Preferences.GetIntValue (Preferences.SlideWindowHeight); if (x==-1 && y ==-1 && width == -1 && height == -1) return; Move (x, y); Resize (width, height); } void SaveWindowPosition () { int x, y, width, height; GetPosition (out x, out y); GetSize (out width, out height); Mistelix.Preferences.SetIntValue (Preferences.SlideWindowX, x); Mistelix.Preferences.SetIntValue (Preferences.SlideWindowY, y); Mistelix.Preferences.SetIntValue (Preferences.SlideWindowWidth, width); Mistelix.Preferences.SetIntValue (Preferences.SlideWindowHeight, height); Mistelix.Preferences.Save (); } void OnButtonAudio (object sender, EventArgs args) { AudioSelectionDialog dialog = new AudioSelectionDialog (); dialog.Filename = audiofile; if (dialog.RunModal () == ResponseType.Ok) { audiofile = dialog.Filename; } } // Sorts transitions alphabetically int TransitionSort (Gtk.TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b) { string name_a, name_b; name_a = (string) model.GetValue (a, COL_DISPLAYNAME); name_b = (string) model.GetValue (b, COL_DISPLAYNAME); return String.Compare (name_a, name_b); } } // Transition preview public class TransitionPreview : DrawingArea { Cairo.ImageSurface img_a; Cairo.ImageSurface img_b; SlideImage slide_a; SlideImage slide_b; Transition images_transition; SlideImage img; bool next; System.Timers.Timer timer; const int PREVIEW_WIDTH = 100; const int PREVIEW_HEIGHT = 100; public TransitionPreview () { img_a = new Cairo.ImageSurface (Format.Argb32, PREVIEW_WIDTH, PREVIEW_HEIGHT); Cairo.Context gr = new Cairo.Context (img_a); // Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' DrawTextCentered (gr, PREVIEW_WIDTH / 2, PREVIEW_HEIGHT / 2, Catalog.GetString ("A")); ((IDisposable)gr).Dispose (); img_b = new Cairo.ImageSurface (Format.Argb32, PREVIEW_WIDTH, 100); gr = new Cairo.Context (img_b); // Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' DrawTextCentered (gr, PREVIEW_WIDTH / 2, PREVIEW_HEIGHT / 2, Catalog.GetString ("B")); ((IDisposable)gr).Dispose (); slide_a = new SlideImage (img_a); slide_b = new SlideImage (img_b); timer = new System.Timers.Timer (); timer.Elapsed += TimerUpdater; ((IDisposable)img_a).Dispose (); ((IDisposable)img_b).Dispose (); } public void UpdateTransitionType (string type) { if (type == string.Empty || type.Equals (TransitionManager.None.Name)) { timer.Enabled = false; images_transition = null; return; } images_transition = TransitionManager.CreateFromName (type); timer.Enabled = true; images_transition.Source = slide_a; images_transition.Target = slide_b; images_transition.Frames = 25 * 3; images_transition.Reset (); next = images_transition.MoveNext (); timer.Interval = 40; timer.Enabled = true; QueueDraw (); } // From a given point centers the text into it void DrawTextCentered (Cairo.Context gr, double x, double y, string str) { int w, h; Pango.Layout layout; layout = Pango.CairoHelper.CreateLayout (gr); layout.FontDescription = Pango.FontDescription.FromString ("sans 32"); layout.SetText (str); layout.SingleParagraphMode = true; layout.Width = -1; layout.GetPixelSize (out w, out h); gr.MoveTo (x - w / 2, y - h / 2); Pango.CairoHelper.ShowLayout (gr, layout); layout.Dispose (); } void TimerUpdater (object source, ElapsedEventArgs e) { next = images_transition.MoveNext (); Application.Invoke (delegate { QueueDraw (); }); if (next) { timer.Interval = 40; } else { // Preview finished, repetition starts 3 seconds images_transition.Reset (); next = images_transition.MoveNext (); timer.Interval = 3000; timer.Enabled = true; } } protected override bool OnExposeEvent (Gdk.EventExpose args) { if (!IsRealized) return false; if (images_transition == null) return base.OnExposeEvent(args); byte[] pixels; img = (SlideImage) images_transition.Current; pixels = img.Pixels; // TODO: To change to the right signature when the new Mono.Cairo is wide spread. Fixed in Mono.Cairo r120299 ImageSurface img_sur = new ImageSurface (ref pixels, Cairo.Format.Argb32, img.Width, img.Height, img.Stride); Cairo.Context cc = Gdk.CairoHelper.Create (args.Window); cc.Save (); cc.SetSourceSurface (img_sur, 0, 0); cc.Paint (); cc.Restore (); img_sur.Destroy (); ((IDisposable)cc).Dispose(); return base.OnExposeEvent(args); } protected override void OnUnrealized () { timer.Enabled = false; timer.Elapsed -= TimerUpdater; } } } mistelix-0.33/src/Dialogs/AddVideoDialog.cs0000644000175000017500000000616611350203435021101 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Mono.Unix; using System.Collections; using System.Collections.Generic; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; namespace Mistelix.Dialogs { // UI interface to add new videos into the project public class AddVideoDialog : BuilderDialog { VideosFileView file_view; [GtkBeans.Builder.Object ("scrolledwindow_files")] Gtk.ScrolledWindow scrolledwin_files; [GtkBeans.Builder.Object ("vpaned_horizontal")] Gtk.VPaned hpaned; [GtkBeans.Builder.Object] Gtk.VBox vbox_dir; [GtkBeans.Builder.Object] Gtk.Button ok_button; List videos; public AddVideoDialog () : base ("AddVideoDialog.ui", "addvideo") { file_view = new VideosFileView (); new DirectoryView (vbox_dir, new ChangeDirectoryEventHandler (OnDirectoryChanged), Mistelix.Preferences.GetStringValue (Preferences.VideosDirectoryKey)); scrolledwin_files.Add (file_view); videos = new List (); file_view.SelectionChanged += OnCursorChanged; ok_button.Sensitive = false; file_view.ShowAll (); hpaned.Position = 300; // H (right) } public List Videos { get { return videos; } } void OnOK (object sender, EventArgs args) { string msg; foreach (string file in file_view.SelectedFiles) { Video video = new Video (file); if (video.SupportedFormat (out msg) == true) { videos.Add (video); } else { MessageDialog md = new MessageDialog (null, DialogFlags.Modal, MessageType.Warning, ButtonsType.Ok, msg); md.Run (); md.Destroy (); } } } public override void FreeResources () { file_view.Dispose (); } void OnDirectoryChanged (object sender, ChangeDirectoryEventArgs args) { file_view.OnDirChanged (args.Directory); } void OnCursorChanged (object obj, EventArgs e) { ok_button.Sensitive = (file_view.SelectedFiles.Count > 0); } } } mistelix-0.33/src/Dialogs/NewProjectDialog.cs0000644000175000017500000002107511350203507021476 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Mono.Unix; using System.Collections; using System.IO; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; namespace Mistelix.Dialogs { // New project dialog box public class NewProjectDialog : BuilderDialog { [GtkBeans.Builder.Object] Gtk.Entry output_dir; [GtkBeans.Builder.Object] Gtk.Entry name; [GtkBeans.Builder.Object] Gtk.RadioButton slideshows_radio; [GtkBeans.Builder.Object] Gtk.RadioButton dvd_radio; [GtkBeans.Builder.Object] Gtk.Label vformat_label; [GtkBeans.Builder.Object] Gtk.Label aratio_label; [GtkBeans.Builder.Object] Gtk.Label resolution_label; [GtkBeans.Builder.Object] Gtk.Box palradio_vbox; [GtkBeans.Builder.Object] Gtk.Box videoformat_vbox; [GtkBeans.Builder.Object] Gtk.Box aspectratio_vbox; [GtkBeans.Builder.Object] Gtk.ComboBox resolution_combobox; [GtkBeans.Builder.Object] Gtk.Button ok_button; Gtk.RadioButton pal_radio; Gtk.RadioButton ntsc_radio; Gtk.RadioButton fourbythree_radio; Gtk.RadioButton sixteenbynine_radio; Project project; bool changed; ListStore resolution_store; const int COL_INDEX = 1; public NewProjectDialog () : base ("NewProjectDialog.ui", "newproject") { TreeIter iter; // Comboboxes are added with a HBox to be able to align them pal_radio = new Gtk.RadioButton (Catalog.GetString ("PAL (Europe)")); AddRadioButton (videoformat_vbox, pal_radio, 24); ntsc_radio = new Gtk.RadioButton (pal_radio, Catalog.GetString ("NTSC")); AddRadioButton (videoformat_vbox, ntsc_radio, 24); fourbythree_radio = new Gtk.RadioButton (Catalog.GetString ("4:3 (TV)")); AddRadioButton (aspectratio_vbox, fourbythree_radio, 10); sixteenbynine_radio = new Gtk.RadioButton (fourbythree_radio, Catalog.GetString ("16:9 (Widescreen)")); AddRadioButton (aspectratio_vbox, sixteenbynine_radio, 10); resolution_store = new ListStore (typeof (string), typeof (int)); // DisplayName, index to array CellRenderer resolution_combocell = new CellRendererText (); resolution_combobox.Model = resolution_store; resolution_combobox.PackStart (resolution_combocell, true); resolution_combobox.SetCellDataFunc (resolution_combocell, Utils.ComboBoxCellFunc); LoadResolutionIntoCombo (); // Select default item in the combobox list bool more = resolution_store.GetIterFirst (out iter); while (more) { int idx = (int) resolution_store.GetValue (iter, COL_INDEX); if (ResolutionManager.List[idx].Width == ResolutionManager.Default.Width && ResolutionManager.List[idx].Height == ResolutionManager.Default.Height) { resolution_combobox.SetActiveIter (iter); break; } more = resolution_store.IterNext (ref iter); } // Translators: This is the default project name for a new project name.Text = Catalog.GetString ("Project"); output_dir.Text = OutputDirFromName (); name.Changed += OnChangedProjectName; output_dir.Changed += OnChangedOutputDir; changed = false; slideshows_radio.Toggled += new EventHandler (OnProjectTypeToggled); ProjectTypeSensitive (); } public NewProjectDialog (ProjectType type) : this () { if (type == ProjectType.DVD) { slideshows_radio.Active = false; dvd_radio.Active = true; } } public Project NewProject { get { return project; } } void LoadResolutionIntoCombo () { for (int i = 0; i < ResolutionManager.List.Length; i++) resolution_store.AppendValues (ResolutionManager.List[i].Name, i); } void AddRadioButton (Box parent, RadioButton button, uint padding) { Gtk.Box.BoxChild child; HBox hbox = new HBox (false, 0); parent.Add (hbox); hbox.Add (button); child = (Gtk.Box.BoxChild) (hbox [button]); child.Padding = padding; hbox.ShowAll (); } void OnChangedProjectName (object sender, EventArgs args) { SensitiveOkButton (); if (changed) return; output_dir.Text = OutputDirFromName (); changed = false; /// Setting the text via .Text fires the Changed event } void OnChangedOutputDir (object sender, EventArgs args) { changed = true; SensitiveOkButton (); } void SensitiveOkButton () { bool active; if (output_dir.Text == string.Empty || name.Text == string.Empty) active = false; else active = true; ok_button.Sensitive = active; } string OutputDirFromName () { return System.IO.Path.Combine ( Mistelix.Preferences.GetStringValue (Preferences.ProjectsDirectoryKey), name.Text); } void OnOK (object sender, EventArgs args) { TreeIter iter; // if directory doesn't exist ask the user to create it if (!Directory.Exists (output_dir.Text)) { MessageDialog md = new MessageDialog (this, DialogFlags.DestroyWithParent, MessageType.Question, ButtonsType.YesNo, Catalog.GetString ("The output directory provided does not exist. Do you want to create it?")); ResponseType result = (ResponseType)md.Run (); md.Destroy (); if (result == ResponseType.Yes) { try { Directory.CreateDirectory (output_dir.Text); } catch (Exception) { MessageDialog mderror = new MessageDialog (this, DialogFlags.DestroyWithParent, MessageType.Error, ButtonsType.Ok, Catalog.GetString ("Unable to create directory.")); mderror.Run (); mderror.Destroy (); return; } } else { return; } } project = new Project (); project.Details.OutputDir = output_dir.Text; project.Details.Name = name.Text; if (pal_radio.Active) project.Details.Format = VideoFormat.PAL; else project.Details.Format = VideoFormat.NTSC; if (slideshows_radio.Active) { project.Details.Type = ProjectType.Slideshows; if (resolution_combobox.GetActiveIter (out iter)) { int idx = (int) resolution_combobox.Model.GetValue (iter, COL_INDEX); project.Details.SetResolution (ResolutionManager.List[idx].Width, ResolutionManager.List[idx].Height); } } else { project.Details.Type = ProjectType.DVD; project.Details.SetDvdResolution (); } if (fourbythree_radio.Active) project.Details.AspectRatio = AspectRatio.FourByThree; else project.Details.AspectRatio = AspectRatio.SixteenByNine; Respond (ResponseType.Ok); } void OnCancel (object sender, EventArgs args) { Respond (ResponseType.Cancel); } void OnBrowse (object o, EventArgs args) { FileChooserDialog chooser_dialog = new FileChooserDialog ( Catalog.GetString ("Open Location") , null, FileChooserAction.SelectFolder); chooser_dialog.SetCurrentFolder (Environment.GetFolderPath (Environment.SpecialFolder.Personal)); chooser_dialog.AddButton (Stock.Cancel, ResponseType.Cancel); chooser_dialog.AddButton (Stock.Open, ResponseType.Ok); chooser_dialog.DefaultResponse = ResponseType.Ok; chooser_dialog.LocalOnly = false; if(chooser_dialog.Run () == (int) ResponseType.Ok) { output_dir.Text = chooser_dialog.Filename; changed = true; } chooser_dialog.Destroy (); } void ProjectTypeSensitive () { bool active = slideshows_radio.Active == false; // DVD project // DVD Project pal_radio.Sensitive = active; ntsc_radio.Sensitive = active; fourbythree_radio.Sensitive = active; sixteenbynine_radio.Sensitive = active; vformat_label.Sensitive = active; aratio_label.Sensitive = active; // Theora project resolution_label.Sensitive = !active; resolution_combobox.Sensitive = !active; } void OnProjectTypeToggled (object obj, EventArgs args) { ProjectTypeSensitive (); } } } mistelix-0.33/src/Dialogs/BuildProjectDialog.cs0000644000175000017500000001012511350203456022001 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Mono.Unix; using System.Collections; using System.Threading; using System.Collections.Generic; using System.Diagnostics; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; using Mistelix.Backends; namespace Mistelix.Dialogs { // public class BuildProjectDialog : BuilderDialog { Project project; Thread thread; Gtk.TextBuffer buffer; Gdk.Color color; readonly object sync = new object (); [GtkBeans.Builder.Object] Gtk.ProgressBar task_bar; [GtkBeans.Builder.Object] Gtk.ProgressBar total_bar; [GtkBeans.Builder.Object] Gtk.TextView status_text; [GtkBeans.Builder.Object] Gtk.TextView textview_intro; [GtkBeans.Builder.Object] Gtk.Button generate_button; [GtkBeans.Builder.Object] Gtk.Label totalprogress_label; public BuildProjectDialog (Project project) : base ("BuildProjectDialog.ui", "buildproject") { Gtk.TextBuffer buffer_intro; this.project = project; buffer = new Gtk.TextBuffer (new Gtk.TextTagTable ()); status_text.Buffer = buffer; color = totalprogress_label.Style.Background (StateType.Normal); buffer_intro = new Gtk.TextBuffer (new Gtk.TextTagTable ()); textview_intro.Buffer = buffer_intro; textview_intro.ModifyBase (Gtk.StateType.Normal, color); buffer_intro.Text = Catalog.GetString ("Welcome to the project building process. Press the 'Generate' button to start this process."); } public void OnProgressTotal (object sender, ProgressEventArgs e) { // Make sure that the call to GTK has been processed before we return Monitor.Enter (sync); Application.Invoke (delegate { Monitor.Enter (sync); if (e.Text != null) { buffer.Text += e.Text; } else { total_bar.DiscreteBlocks = (uint) e.Total; total_bar.Fraction = e.Progress / e.Total; } Monitor.PulseAll (sync); Monitor.Exit (sync); }); Monitor.Wait (sync); Monitor.Exit (sync); } public void OnProgressTask (object sender, ProgressEventArgs e) { Application.Invoke (delegate { task_bar.DiscreteBlocks = (uint) e.Total; task_bar.Fraction = e.Progress / e.Total; } ); } // This is a particular case since the Cancel button is not part of the standard dlg button bar void OnCancel (object sender, EventArgs args) { if (thread != null) thread.Abort (); Respond (ResponseType.Cancel); } void OnGenerate (object sender, EventArgs args) { ProjectBuilder builder; Logger.Debug ("BuildProjectDialog.OnGenerate"); generate_button.Sensitive = false; if (project.Details.Type == ProjectType.DVD) builder = new DvdProjectBuilder (project, OnProgressTotal, OnProgressTask); else builder = new SlideShowsProjectBuilder (project, OnProgressTotal, OnProgressTask); ThreadStart threadDelegate = new ThreadStart (builder.Create); thread = new Thread (threadDelegate); thread.Start (); } void OnOpenFolder (object sender, EventArgs args) { Process.Start (project.Details.OutputDir); } } } mistelix-0.33/src/Dialogs/ThemeSelectionDialog.cs0000644000175000017500000002106611514601512022326 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Gdk; using Mono.Unix; using System.Collections; using System.IO; using Mistelix.Core; using Mistelix.DataModel; using Mistelix.Widgets; using Mistelix.Backends; namespace Mistelix.Dialogs { // Browse themes dialog public class ThemeSelectionDialog : BuilderDialog { public class MenuBackgroundPreview : DrawingArea { Theme theme; Gdk.Pixbuf background; int width, height; bool cached_image; string custom_menubackground; public MenuBackgroundPreview () { } public Theme Theme { set { theme = value; if (string.IsNullOrEmpty (custom_menubackground) == false) return; cached_image = false; QueueDraw (); } } public string CustomMenuBackground { set { custom_menubackground = value; cached_image = false; QueueDraw (); } } protected override bool OnExposeEvent (Gdk.EventExpose args) { if (!IsRealized) return false; int w, h; Gdk.Pixbuf im = null; Cairo.Context cr = Gdk.CairoHelper.Create (args.Window); args.Window.GetSize (out w, out h); if (width != w || height != h) cached_image = false; if (cached_image == false) { if (background != null) { background.Dispose (); background = null; } try { if (string.IsNullOrEmpty (custom_menubackground) == false) im = new Gdk.Pixbuf (custom_menubackground); } catch { Logger.Error ("MenuBackgroundPreview.OnExposeEvent. Error loading {0}", custom_menubackground); } try { if (im == null) im = new Gdk.Pixbuf (System.IO.Path.Combine (Defines.DATA_DIR, theme.MenuBackground)); background = im.ScaleSimple (w, h, InterpType.Nearest); im.Dispose (); } catch { } if (background != null) { // Cached for a certain window size cached_image = true; width = w; height = h; } } if (background != null) { Gdk.CairoHelper.SetSourcePixbuf (cr, background, 0, 0); cr.Paint (); } ((IDisposable)cr).Dispose (); return base.OnExposeEvent(args); } } public class ButtonPreview : DrawingArea { Project project; string image_file; bool cached_image; int width, height; Spumux spumux; Cairo.ImageSurface image; public ButtonPreview (Project project) { this.project = project; spumux = new Spumux (project); } public string ImageFile { set { image_file = value; cached_image = false; QueueDraw (); } } protected override bool OnExposeEvent (Gdk.EventExpose args) { if (!IsRealized) return false; int w, h; Cairo.Context cr = Gdk.CairoHelper.Create (args.Window); args.Window.GetSize (out w, out h); if (width != w || height != h) cached_image = false; if (cached_image == false) { if (image != null) ((IDisposable)image).Dispose (); image = new Cairo.ImageSurface (Cairo.Format.ARGB32, project.Details.Width, project.Details.Height); Cairo.Context chight = new Cairo.Context (image); spumux.DrawImageFromFile (chight, image_file, 0, h / 4, w / 2, h / 2); cached_image = true; ((IDisposable)chight).Dispose (); } if (image != null) { cr.SetSourceSurface (image, 0, 0); cr.Paint (); cached_image = true; width = w; height = h; } ((IDisposable)cr).Dispose (); return base.OnExposeEvent(args); } } [GtkBeans.Builder.Object] Gtk.TreeView themes_tree; [GtkBeans.Builder.Object] Gtk.HPaned hpaned; [GtkBeans.Builder.Object] Gtk.VBox backpreview_box; [GtkBeans.Builder.Object] Gtk.HBox file_hbox; [GtkBeans.Builder.Object] Gtk.TextView textview_intro; [GtkBeans.Builder.Object] Gtk.Label name_label; [GtkBeans.Builder.Object] Gtk.Label author_label; [GtkBeans.Builder.Object] Gtk.HBox selectbutton_box; [GtkBeans.Builder.Object] Gtk.HBox highlightbutton_box; ListStore store; Project project; Theme selected_theme; Gdk.Color color; BrowseFile browse_file; MenuBackgroundPreview menu_drawing_area; ButtonPreview highlightbutton_drawing_area; ButtonPreview selectbutton_drawing_area; const int COL_DISPLAY_NAME = 0; const int COL_OBJECT = 1; public ThemeSelectionDialog (Project project) : base ("ThemeSelectionDialog.ui", "themeselection") { this.project = project; hpaned.Position = 200; // W (left) selected_theme = null; menu_drawing_area = new MenuBackgroundPreview (); selectbutton_drawing_area = new ButtonPreview (project); highlightbutton_drawing_area = new ButtonPreview (project); browse_file = new BrowseFile (file_hbox, project.Details.CustomMenuBackground, true); browse_file.DefaultDirectory = Mistelix.Preferences.GetStringValue (Preferences.ImagesDirectoryKey); menu_drawing_area.CustomMenuBackground = project.Details.CustomMenuBackground; color = author_label.Style.Background (StateType.Normal); textview_intro.ModifyBase (Gtk.StateType.Normal, color); Gtk.Button clean_button = new Gtk.Button (Catalog.GetString ("Clean")); clean_button.Clicked += delegate { browse_file.Filename = null; menu_drawing_area.CustomMenuBackground = null; }; file_hbox.Add (clean_button); file_hbox.ShowAll (); PrepareTree (); backpreview_box.Add (menu_drawing_area); backpreview_box.ShowAll (); highlightbutton_box.Add (highlightbutton_drawing_area); highlightbutton_box.ShowAll (); selectbutton_box.Add (selectbutton_drawing_area); selectbutton_box.ShowAll (); browse_file.FileSelectedChanged += delegate { menu_drawing_area.CustomMenuBackground = browse_file.Filename; }; Gtk.TextBuffer buffer_intro = new Gtk.TextBuffer (new Gtk.TextTagTable ()); textview_intro.Buffer = buffer_intro; buffer_intro.Text = String.Format ( Catalog.GetString ("Menu themes define how the main DVD menu looks. Here you define the default background image and the type of buttons. For more information visit: {0}"), Defines.THEMES_URL); } void PrepareTree () { themes_tree.AppendColumn (Catalog.GetString ("Name"), new CellRendererText (), "text", COL_DISPLAY_NAME); // Name, object themes_tree.Model = store = new ListStore (typeof (string), typeof (Theme)); TreePath path; TreeIter iter; foreach (Theme theme in ThemeManager.List) store.AppendValues (theme.Name, theme); store.GetIterFirst (out iter); path = store.GetPath (iter); themes_tree.CursorChanged += OnCursorChanged; themes_tree.SetCursor (path, themes_tree.Columns[0], false); } void OnOK (object sender, EventArgs args) { Logger.Debug ("ThemeSelectionDialog.OnOK"); project.Details.ThemeName = selected_theme.Name; project.Details.CustomMenuBackground = browse_file.Filename; } void OnCursorChanged (object obj, EventArgs e) { TreeModel model; TreeIter iter; TreeSelection selection = (obj as TreeView).Selection; if (selection.GetSelected (out model, out iter) == false) return; selected_theme = menu_drawing_area.Theme = (Theme) model.GetValue (iter, COL_OBJECT); selectbutton_drawing_area.ImageFile = System.IO.Path.Combine (Defines.DATA_DIR, selected_theme.ButtonSelect); highlightbutton_drawing_area.ImageFile = System.IO.Path.Combine (Defines.DATA_DIR, selected_theme.ButtonHighlight); name_label.Text = selected_theme.Name; author_label.Text = selected_theme.Author; Logger.Debug ("ThemeSelectionDialog. Selected theme {0}", selected_theme.Name); } } } mistelix-0.33/src/Dialogs/PreferencesDialog.cs0000644000175000017500000001643211350203503021654 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; using Mistelix.Transitions; namespace Mistelix.Dialogs { // Application preferences dialog public class PreferencesDialog : BuilderDialog { public enum ColumnsCombo // Column description within the transitions store { Column_DisplayName, Column_Name } [GtkBeans.Builder.Object] Gtk.HBox projectsdir_hbox; [GtkBeans.Builder.Object] Gtk.HBox videosdir_hbox; [GtkBeans.Builder.Object] Gtk.HBox imagesdir_hbox; [GtkBeans.Builder.Object] Gtk.HBox audiodir_hbox; [GtkBeans.Builder.Object] Gtk.ComboBox thumbnail_combo; [GtkBeans.Builder.Object] Gtk.ComboBox transition_combo; [GtkBeans.Builder.Object] Gtk.ComboBox textposition_combo; [GtkBeans.Builder.Object] Gtk.SpinButton duration_spin; BrowseFile projectsdir, videosdir, imagesdir, audiodir; ListStore transition_store, thumbnail_store, textposition_store; bool needs_repaint; public PreferencesDialog () :base ("PreferencesDialog.ui", "preferences") { bool more; TreeIter iter; string effect, selected; transition_store = new ListStore (typeof (string), typeof (string)); // DisplayName, Name CellRenderer transition_cell = new CellRendererText (); transition_combo.Model = transition_store; transition_combo.PackStart (transition_cell, true); transition_combo.SetCellDataFunc (transition_cell, Utils.ComboBoxCellFunc); LoadTransitionsIntoCombo (); thumbnail_store = new ListStore (typeof (string), typeof (int)); // DisplayName, int CellRenderer thumbnail_cell = new CellRendererText (); thumbnail_combo.Model = thumbnail_store; thumbnail_combo.PackStart (thumbnail_cell, true); thumbnail_combo.SetCellDataFunc (thumbnail_cell, Utils.ComboBoxCellFunc); LoadThumbnailsIntoCombo (); textposition_store = new ListStore (typeof (string), typeof (int)); // DisplayName, int CellRenderer textposition_cell = new CellRendererText (); textposition_combo.Model = textposition_store; textposition_combo.PackStart (textposition_cell, true); textposition_combo.SetCellDataFunc (textposition_cell, Utils.ComboBoxCellFunc); LoadTextPositionsIntoCombo (); projectsdir = new BrowseFile (projectsdir_hbox, Mistelix.Preferences.GetStringValue (Preferences.ProjectsDirectoryKey), false); videosdir = new BrowseFile (videosdir_hbox, Mistelix.Preferences.GetStringValue (Preferences.VideosDirectoryKey), false); imagesdir = new BrowseFile (imagesdir_hbox, Mistelix.Preferences.GetStringValue (Preferences.ImagesDirectoryKey), false); audiodir = new BrowseFile (audiodir_hbox, Mistelix.Preferences.GetStringValue (Preferences.AudioDirectoryKey), false); duration_spin.Value = Mistelix.Preferences.GetIntValue (Preferences.DefaultDurationKey); // Default Transition effect selected = Mistelix.Preferences.GetStringValue (Preferences.DefaultTransitionKey); more = transition_store.GetIterFirst (out iter); while (more) { effect = (string) transition_store.GetValue (iter, (int) ColumnsCombo.Column_Name); if (effect.Equals (selected)) { transition_combo.SetActiveIter (iter); break; } more = transition_store.IterNext (ref iter); } // Default thumbnail size int thumbnail = Mistelix.Preferences.GetIntValue (Preferences.ThumbnailSizeKey); int current; more = thumbnail_store.GetIterFirst (out iter); while (more) { current = (int) thumbnail_store.GetValue (iter, (int) ColumnsCombo.Column_Name); if (thumbnail == current) { thumbnail_combo.SetActiveIter (iter); break; } more = thumbnail_store.IterNext (ref iter); } // Default text position box int position = Mistelix.Preferences.GetIntValue (Preferences.DefaultTextPositionKey); more = textposition_store.GetIterFirst (out iter); while (more) { current = (int) textposition_store.GetValue (iter, (int) ColumnsCombo.Column_Name); if (position == current) { textposition_combo.SetActiveIter (iter); break; } more = textposition_store.IterNext (ref iter); } } // True when a change in the preferences requires to repaint the main frame of the application public bool NeedsRepaint { get { return needs_repaint; } } void OnOK (object sender, EventArgs args) { TreeIter iter; if (transition_combo.GetActiveIter (out iter)) { string effect = (string) transition_combo.Model.GetValue (iter, (int) ColumnsCombo.Column_Name); Mistelix.Preferences.SetStringValue (Preferences.DefaultTransitionKey, effect); } if (thumbnail_combo.GetActiveIter (out iter)) { int size = (int) thumbnail_combo.Model.GetValue (iter, (int) ColumnsCombo.Column_Name); if (size != Mistelix.Preferences.GetIntValue (Preferences.ThumbnailSizeKey)) { Mistelix.Preferences.SetIntValue (Preferences.ThumbnailSizeKey, size); needs_repaint = true; } } if (textposition_combo.GetActiveIter (out iter)) { int position = (int) textposition_combo.Model.GetValue (iter, (int) ColumnsCombo.Column_Name); Mistelix.Preferences.SetStringValue (Preferences.DefaultTextPositionKey, position.ToString ()); } Mistelix.Preferences.SetIntValue (Preferences.DefaultDurationKey, (int) duration_spin.Value); Mistelix.Preferences.SetStringValue (Preferences.ProjectsDirectoryKey, projectsdir.Filename); Mistelix.Preferences.SetStringValue (Preferences.VideosDirectoryKey, videosdir.Filename); Mistelix.Preferences.SetStringValue (Preferences.ImagesDirectoryKey, imagesdir.Filename); Mistelix.Preferences.SetStringValue (Preferences.AudioDirectoryKey, audiodir.Filename); Mistelix.Preferences.Save (); } void LoadTransitionsIntoCombo () { foreach (TransitionManager.TransitionName name in TransitionManager.NameList) transition_store.AppendValues (name.DisplayName, name.Name); } void LoadThumbnailsIntoCombo () { Resolution[] sizes = ThumbnailSizeManager.List; for (int i = 0; i < sizes.Length; i++) { thumbnail_store.AppendValues (sizes[i].Name, i); } } void LoadTextPositionsIntoCombo () { for (int i = 0; i < (int) TextPosition.Length; i++) { textposition_store.AppendValues ( TextPositionConverter.FromEnum ((TextPosition) i), i); } } } } mistelix-0.33/src/Dialogs/ButtonPropertiesDialog.cs0000644000175000017500000001502211350203554022743 0ustar00jordijordi00000000000000// // Copyright (C) 2009-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Gdk; using System.Collections.Generic; using System.ComponentModel; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; namespace Mistelix.Dialogs { // Button properties dialog public class ButtonPropertiesDialog : BuilderDialog { Project project; int button_id; ThumbnailCollection thumbnails; ListStore store; Pixbuf def_image; Dictionary mapping; BackgroundWorker thumbnailing; [GtkBeans.Builder.Object] Gtk.Entry element_entry; [GtkBeans.Builder.Object] Gtk.RadioButton image_radio; [GtkBeans.Builder.Object] Gtk.RadioButton text_radio; [GtkBeans.Builder.Object] Gtk.Button ok_button; [GtkBeans.Builder.Object] Gtk.IconView thumbnails_iconview; const int COL_PIXBUF = 0; const int COL_INDEX = 1; public ButtonPropertiesDialog (Project project, int button_id) : base ("ButtonPropertiesDialog.ui", "buttonproperties") { this.project = project; this.button_id = button_id; if (project.Buttons[button_id].ShowAs == ButtonShowAs.Thumbnail) { image_radio.Active = true; element_entry.Sensitive = false; } else { text_radio.Active = true; element_entry.Sensitive = true; } if (project.Buttons[button_id].Text != null) element_entry.Text = project.Buttons[button_id].Text; image_radio.Toggled += new EventHandler (OnCheckToggled); element_entry.Changed += OnChangedText; CreateDefaultImage (); thumbnails_iconview.PixbufColumn = 0; mapping = new Dictionary (); thumbnails_iconview.Model = store = CreateStore (); thumbnailing = new BackgroundWorker (); thumbnailing.WorkerSupportsCancellation = true; thumbnailing.DoWork += new DoWorkEventHandler (DoWork); LoadThumbnails (); } void CreateDefaultImage () { const int channels = 4; Cairo.ImageSurface image; int thumbnail_width, thumbnail_height; thumbnail_width = ThumbnailSizeManager.List [project.Details.ButtonThumbnailSize].Width; thumbnail_height = ThumbnailSizeManager.List [project.Details.ButtonThumbnailSize].Height; image = Utils.CreateNoPreviewImage (thumbnail_width, thumbnail_height); byte[] data = DataImageSurface.FromCairo32ToPixBuf (image.Data, thumbnail_width, thumbnail_height, channels); def_image = new Pixbuf (data, true, 8, thumbnail_width, thumbnail_height, thumbnail_width * channels, null); image.Destroy (); } ListStore CreateStore () { // Pixbuf return new ListStore (typeof (Pixbuf), typeof (int)); } void DoWork (object sender, DoWorkEventArgs e) { Task task; while (true) { if (thumbnailing.CancellationPending) break; task = thumbnails.Dispatcher.GetNextTask (); if (task == null) break; task.Do (); } } void LoadThumbnails () { VisibleProjectElement element; Resolution size; Gtk.TreeIter selected_iter = Gtk.TreeIter.Zero; size = ThumbnailSizeManager.List [project.Details.ButtonThumbnailSize]; element = project.ElementFromID (project.Buttons[button_id].LinkedId); thumbnails = element.GetThumbnailRepresentations (size.Width, size.Height); foreach (ThumbnailCollection.ItemTask task in thumbnails) { Gtk.TreeIter iter; iter = store.AppendValues (def_image, task.ThumbnailIndex); mapping.Add (task, iter); if (task.ThumbnailIndex == project.Buttons[button_id].ThumbnailIndex) selected_iter = iter; task.CompletedEventHandler += delegate (object obj, EventArgs args) { ThumbnailCollection.ItemTask itemtask = (ThumbnailCollection.ItemTask) obj; Gtk.TreeIter tree_iter; try { mapping.TryGetValue (itemtask, out tree_iter); } catch (KeyNotFoundException) { Logger.Error ("ButtonPropertiesDialog.LoadThumbnails. Cannot find key"); return; } Application.Invoke (delegate { store.SetValue (tree_iter, COL_PIXBUF, itemtask.Pixbuf); }); }; } TreePath path = store.GetPath (selected_iter); thumbnails_iconview.SelectPath (path); thumbnailing.RunWorkerAsync (store); } void OnChangedText (object sender, EventArgs args) { EnableOKButton (); } void EnableOKButton () { bool enabled; if (text_radio.Active == true) { if (element_entry.Text.Length > 0) enabled = true; else enabled = false; } else enabled = true; ok_button.Sensitive = enabled; } void OnOK (object sender, EventArgs args) { if (image_radio.Active == false) { // Text project.Buttons[button_id].ShowAs = ButtonShowAs.Text; project.Buttons[button_id].Text = element_entry.Text; return; } project.Buttons[button_id].ShowAs = ButtonShowAs.Thumbnail; TreeIter iter; int idx; TreePath[] items = thumbnails_iconview.SelectedItems; store.GetIter (out iter, items [0]); idx = (int) store.GetValue (iter, COL_INDEX); project.Buttons[button_id].ThumbnailIndex = idx; } void OnCheckToggled (object obj, EventArgs args) { element_entry.Sensitive = text_radio.Active; EnableOKButton (); } public override void Destroy () { thumbnailing.CancelAsync (); thumbnailing.Dispose (); store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { Gdk.Pixbuf im = (Gdk.Pixbuf) store.GetValue (iter, COL_PIXBUF); if (def_image != im) im.Dispose (); return false; }); def_image.Dispose (); base.Destroy (); } } } mistelix-0.33/src/Dialogs/ProjectPropertiesDialog.cs0000644000175000017500000002505211474146177023120 0ustar00jordijordi00000000000000// // Copyright (C) 2009-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Mono.Unix; using System.Collections; using System.IO; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; namespace Mistelix.Dialogs { // Project properties dialog box public class ProjectPropertiesDialog : BuilderDialog { [GtkBeans.Builder.Object] Gtk.Entry output_dir; [GtkBeans.Builder.Object] Gtk.Entry name; [GtkBeans.Builder.Object] Gtk.RadioButton pal_radio; [GtkBeans.Builder.Object] Gtk.RadioButton ntsc_radio; [GtkBeans.Builder.Object] FontButton fontbuttons_button; [GtkBeans.Builder.Object] ColorButton backbuttons_button; [GtkBeans.Builder.Object] ColorButton forebuttons_button; [GtkBeans.Builder.Object] FontButton fontslides_button; [GtkBeans.Builder.Object] ColorButton backslides_button; [GtkBeans.Builder.Object] ColorButton foreslides_button; [GtkBeans.Builder.Object] Gtk.RadioButton fourbythree_radio; [GtkBeans.Builder.Object] Gtk.RadioButton sixteenbynine_radio; [GtkBeans.Builder.Object] Gtk.Label type_label; [GtkBeans.Builder.Object] Gtk.ComboBox thumbnail_combo; [GtkBeans.Builder.Object] Gtk.Box general_vbox; [GtkBeans.Builder.Object] Gtk.Box vbox25; [GtkBeans.Builder.Object] Gtk.Box name_hbox; [GtkBeans.Builder.Object] Gtk.Box output_dir_hbox; [GtkBeans.Builder.Object] Gtk.Box fourbythree_hbox; [GtkBeans.Builder.Object] Gtk.Box sixteenbynine_hbox; [GtkBeans.Builder.Object] Gtk.Box pal_hbox; [GtkBeans.Builder.Object] Gtk.Box ntsc_hbox; [GtkBeans.Builder.Object] Gtk.Box resolution_hbox; [GtkBeans.Builder.Object] Gtk.Notebook notebook; [GtkBeans.Builder.Object] Gtk.ComboBox resolution_combobox; [GtkBeans.Builder.Object] Gtk.Label resolution_label; Project project; ListStore thumbnail_store; ListStore resolution_store; bool needs_repaint; const int COLUMN_ID = 1; const int PADDING = 12; const int OFFSET = 4; const int PAGE_DVD = 1; // Notebook page const int PAGE_THEORA = 2; // Notebook page const int COL_INDEX = 1; // Store bool dvd_project; public ProjectPropertiesDialog (Project project) : base ("ProjectPropertiesDialog.ui", "projectproperties") { Gtk.Box.BoxChild child; TreeIter iter; bool more; this.project = project; dvd_project = project.Details.Type == ProjectType.DVD; // General tab name.Text = project.Details.Name; output_dir.Text = project.Details.OutputDir; fontslides_button.FontName = project.Details.SlideshowsFontName; backslides_button.UseAlpha = foreslides_button.UseAlpha = true; foreslides_button.Alpha = (ushort) (project.Details.SlideshowsForeColor.A * 65535); backslides_button.Alpha = (ushort) (project.Details.SlideshowsBackColor.A * 65535); foreslides_button.Color = Utils.CairoToGdkColor (project.Details.SlideshowsForeColor); backslides_button.Color = Utils.CairoToGdkColor (project.Details.SlideshowsBackColor); if (dvd_project == true) // DVD tab { notebook.RemovePage (PAGE_THEORA); fontbuttons_button.FontName = project.Details.ButtonsFontName; forebuttons_button.UseAlpha = backbuttons_button.UseAlpha = true; forebuttons_button.Alpha = (ushort) (project.Details.ButtonsForeColor.A * 65535); backbuttons_button.Alpha = (ushort) (project.Details.ButtonsBackColor.A * 65535); forebuttons_button.Color = Utils.CairoToGdkColor (project.Details.ButtonsForeColor); backbuttons_button.Color = Utils.CairoToGdkColor (project.Details.ButtonsBackColor); pal_radio.Active = project.Details.Format == VideoFormat.PAL; ntsc_radio.Active = project.Details.Format == VideoFormat.NTSC; fourbythree_radio.Active = project.Details.AspectRatio == AspectRatio.FourByThree; sixteenbynine_radio.Active = project.Details.AspectRatio == AspectRatio.SixteenByNine; thumbnail_store = new ListStore (typeof (string), typeof (int)); // DisplayName, int CellRenderer thumbnail_cell = new CellRendererText (); thumbnail_combo.Model = thumbnail_store; thumbnail_combo.PackStart (thumbnail_cell, true); thumbnail_combo.SetCellDataFunc (thumbnail_cell, Utils.ComboBoxCellFunc); LoadThumbnailsIntoCombo (); // Default thumbnail size int thumbnail = project.Details.ButtonThumbnailSize; int current; more = thumbnail_store.GetIterFirst (out iter); while (more) { current = (int) thumbnail_store.GetValue (iter, COLUMN_ID); if (thumbnail == current) { thumbnail_combo.SetActiveIter (iter); break; } more = thumbnail_store.IterNext (ref iter); } // Margins child = (Gtk.Box.BoxChild) (fourbythree_hbox [fourbythree_radio]); child.Padding = PADDING + OFFSET; child = (Gtk.Box.BoxChild) (sixteenbynine_hbox [sixteenbynine_radio]); child.Padding = PADDING + OFFSET; child = (Gtk.Box.BoxChild) (pal_hbox [pal_radio]); child.Padding = PADDING + OFFSET; child = (Gtk.Box.BoxChild) (ntsc_hbox [ntsc_radio]); child.Padding = PADDING + OFFSET; } else { // Theora tab notebook.RemovePage (PAGE_DVD); resolution_store = new ListStore (typeof (string), typeof (int)); // DisplayName, index to array CellRenderer resolution_cell = new CellRendererText (); resolution_combobox.Model = resolution_store; resolution_combobox.PackStart (resolution_cell, true); resolution_combobox.SetCellDataFunc (resolution_cell, Utils.ComboBoxCellFunc); LoadResolutionIntoCombo (); // Select default item in the combobox list more = resolution_store.GetIterFirst (out iter); while (more) { int idx = (int) resolution_store.GetValue (iter, COL_INDEX); if (ResolutionManager.List[idx].Width == project.Details.Width && ResolutionManager.List[idx].Height == project.Details.Height) { resolution_combobox.SetActiveIter (iter); break; } more = resolution_store.IterNext (ref iter); } child = (Gtk.Box.BoxChild) (resolution_hbox [resolution_label]); child.Padding = PADDING + OFFSET; } // Top margin for the General tab child = (Gtk.Box.BoxChild) (general_vbox [vbox25]); child.Padding = PADDING; // Left margin for controls child = (Gtk.Box.BoxChild) (name_hbox [name]); child.Padding = PADDING; child = (Gtk.Box.BoxChild) (output_dir_hbox [output_dir]); child.Padding = PADDING; } void LoadResolutionIntoCombo () { for (int i = 0; i < ResolutionManager.List.Length; i++) resolution_store.AppendValues (ResolutionManager.List[i].Name, i); } public bool NeedsRepaint { get { return needs_repaint; } } void OnOK (object sender, EventArgs args) { TreeIter iter; project.Details.OutputDir = output_dir.Text; project.Details.Name = name.Text; if (dvd_project == true) // DVD tab { VideoFormat format; if (project.Details.ButtonsFontName != fontbuttons_button.FontName) { project.Details.ButtonsFontName = fontbuttons_button.FontName; needs_repaint = true; } if (project.Details.ButtonsForeColor.Equals (Utils.GdkToCairoColor (forebuttons_button.Color, forebuttons_button.Alpha)) == false) { project.Details.ButtonsForeColor = Utils.GdkToCairoColor (forebuttons_button.Color, forebuttons_button.Alpha); needs_repaint = true; } if (project.Details.ButtonsBackColor.Equals (Utils.GdkToCairoColor (backbuttons_button.Color, backbuttons_button.Alpha)) == false) { project.Details.ButtonsBackColor = Utils.GdkToCairoColor (backbuttons_button.Color, backbuttons_button.Alpha); needs_repaint = true; } if (pal_radio.Active) format = VideoFormat.PAL; else format = VideoFormat.NTSC; if (fourbythree_radio.Active) project.Details.AspectRatio = AspectRatio.FourByThree; else project.Details.AspectRatio = AspectRatio.SixteenByNine; if (format != project.Details.Format) { project.Details.Format = format; needs_repaint = true; } project.Details.SetDvdResolution (); if (thumbnail_combo.GetActiveIter (out iter)) { int size = (int) thumbnail_combo.Model.GetValue (iter, COLUMN_ID); if (size != project.Details.ButtonThumbnailSize) { project.Details.ButtonThumbnailSize = size; needs_repaint = true; } } } else // Theora { if (resolution_combobox.GetActiveIter (out iter)) { int idx = (int) resolution_combobox.Model.GetValue (iter, COL_INDEX); project.Details.SetResolution (ResolutionManager.List[idx].Width, ResolutionManager.List[idx].Height); } } project.Details.SlideshowsFontName = fontslides_button.FontName; project.Details.SlideshowsForeColor = Utils.GdkToCairoColor (foreslides_button.Color, foreslides_button.Alpha); project.Details.SlideshowsBackColor = Utils.GdkToCairoColor (backslides_button.Color, backslides_button.Alpha); } void OnBrowse (object o, EventArgs args) { FileChooserDialog chooser_dialog = new FileChooserDialog ( Catalog.GetString ("Open Location") , null, FileChooserAction.SelectFolder); chooser_dialog.SetCurrentFolder (Environment.GetFolderPath (Environment.SpecialFolder.Personal)); chooser_dialog.AddButton (Stock.Cancel, ResponseType.Cancel); chooser_dialog.AddButton (Stock.Open, ResponseType.Ok); chooser_dialog.DefaultResponse = ResponseType.Ok; chooser_dialog.LocalOnly = false; if(chooser_dialog.Run () == (int) ResponseType.Ok) output_dir.Text = chooser_dialog.Filename; chooser_dialog.Destroy (); } void LoadThumbnailsIntoCombo () { Resolution[] sizes = ThumbnailSizeManager.List; for (int i = 0; i < sizes.Length; i++) { thumbnail_store.AppendValues (sizes[i].Name, i); } } } } mistelix-0.33/src/Dialogs/AboutDialog.cs0000644000175000017500000000455711514601512020476 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Gdk; using Mono.Unix; using System.Text; using System.Reflection; using System.Runtime.InteropServices; namespace Mistelix.Dialogs { public class AboutDialog : Gtk.AboutDialog { public AboutDialog () : base () { string [] authors = new string [] { "Jordi Mas i Hern\u00e0ndez ", }; // Name of the people that translated the application string translators = Catalog.GetString ("translator-credits"); if (translators == "translator-credits") translators = null; ProgramName = Defines.APPNAME; Version = Defines.VERSION; Authors = authors; Logo = LoadFromAssembly ("mistelix.svg"); Copyright = "Jordi Mas i Hern\u00e0ndez "; Comments = Catalog.GetString ("Mistelix is a DVD authoring application also with slideshow creation capabilities."); Website = Defines.PROJECT_URL; WebsiteLabel = Catalog.GetString ("Mistelix web site"); TranslatorCredits = translators; Response += delegate (object o, Gtk.ResponseArgs e) {Destroy ();}; } static Pixbuf LoadFromAssembly (string resource) { try { return new Pixbuf (System.Reflection.Assembly.GetEntryAssembly (), resource); } catch { return null; } } } } mistelix-0.33/src/Dialogs/CheckDependenciesDialog.cs0000644000175000017500000001011611350203564022737 0ustar00jordijordi00000000000000// // Copyright (C) 2009-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Gdk; using Mono.Unix; using System.Collections; using System.Collections.Generic; using System.IO; using Mistelix.Core; using Mistelix.DataModel; namespace Mistelix.Dialogs { // Check dependencies public class CheckDependenciesDialog : BuilderDialog { [GtkBeans.Builder.Object] Gtk.VBox dependencies_vbox; [GtkBeans.Builder.Object] Gtk.TreeView treeview; [GtkBeans.Builder.Object] Gtk.TextView textview_intro; [GtkBeans.Builder.Object] Gtk.TextView capabilitiesview; Gtk.TextBuffer text_buffer; const int COL_STATUS = 0; const int COL_DEPEN = 1; const int COL_ACTION = 2; ListStore store; Dependencies dependencies; public CheckDependenciesDialog (Project project) : base ("CheckDependenciesDialog.ui", "dependencies") { text_buffer = new Gtk.TextBuffer (new Gtk.TextTagTable ()); capabilitiesview.Buffer = text_buffer; Gtk.TextBuffer buffer_intro = new Gtk.TextBuffer (new Gtk.TextTagTable ()); textview_intro.Buffer = buffer_intro; buffer_intro.Text = Catalog.GetString ("Mistelix uses a set of external components. Their availability determines Mistelix's capabilities. The following list shows the level of support of your system for Mistelix and if there are actions required."); } public Dependencies Dependencies { set { dependencies = value; } } public override ResponseType RunModal () { List status; Gdk.Color color; Pixbuf image; const int icon_size = 16; if (dependencies == null) dependencies = new Dependencies (); status = dependencies.Status; CellRendererText action_cell = new CellRendererText (); action_cell.WrapWidth = 300; action_cell.WrapMode = Pango.WrapMode.Word; CellRendererPixbuf status_cell = new CellRendererPixbuf (); status_cell.StockSize = (uint)Gtk.IconSize.Menu; treeview.AppendColumn (Catalog.GetString ("Status"), status_cell, "pixbuf", COL_STATUS); treeview.AppendColumn (Catalog.GetString ("Dependency"), new CellRendererText (), "text", COL_DEPEN); treeview.AppendColumn (Catalog.GetString ("Action"), action_cell, "text", COL_ACTION); treeview.Model = store = new ListStore (typeof (Gdk.Pixbuf), typeof (string), typeof (string)); for (int row = 0; row < status.Count; row++) { if (status[row].Available) image = Gtk.IconTheme.Default.LoadIcon ("gtk-yes", icon_size, (Gtk.IconLookupFlags) 0); else image = Gtk.IconTheme.Default.LoadIcon ("gtk-no", icon_size, (Gtk.IconLookupFlags) 0); store.AppendValues (image, status[row].Component, status[row].Action); } text_buffer.Text = dependencies.CapabilitiesSummary; Gtk.Label label = new Gtk.Label (); dependencies_vbox.Add (label); label.ShowAll (); color = label.Style.Background (StateType.Normal); dependencies_vbox.Remove (label); textview_intro.ModifyBase (Gtk.StateType.Normal, color); capabilitiesview.ModifyBase (Gtk.StateType.Normal, color); return base.RunModal (); } } } mistelix-0.33/src/Dialogs/AudioSelectionDialog.cs0000644000175000017500000000564111350203442022324 0ustar00jordijordi00000000000000// // Copyright (C) 2009-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Mono.Unix; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; using Mistelix.Transitions; namespace Mistelix.Dialogs { // Application preferences dialog public class AudioSelectionDialog : BuilderDialog { [GtkBeans.Builder.Object] Gtk.HBox audiofile_hbox; Gtk.Button clean_button; BrowseFile audiofile_browser; string filename; bool no_audio; public AudioSelectionDialog () : base ("AudioSelectionDialog.ui", "audioselection") { audiofile_browser = new BrowseFile (audiofile_hbox, null, true); audiofile_browser.DefaultDirectory = Mistelix.Preferences.GetStringValue (Preferences.AudioDirectoryKey); clean_button = new Gtk.Button (Catalog.GetString ("No audio")); audiofile_hbox.Add (clean_button); clean_button.Clicked += new EventHandler (OnButtonClean); Gtk.Box.BoxChild box = (Gtk.Box.BoxChild) audiofile_hbox [clean_button]; box.Expand = false; box.Fill = false; FileFilter[] filters = new FileFilter [2]; filters[0] = new FileFilter (); filters[0].AddPattern ("*.ogg"); filters[0].AddPattern ("*.mp3"); filters[0].Name = Catalog.GetString ("Audio files"); filters[1] = new FileFilter (); filters[1].AddPattern ("*.*"); filters[1].Name = Catalog.GetString ("All files"); audiofile_browser.Filters = filters; clean_button.ShowAll (); } public string Filename { get { return filename; } set { audiofile_browser.Filename = value; } } public bool NoAudio { get { return no_audio; } } void OnOK (object sender, EventArgs args) { filename = audiofile_browser.Filename; if (filename != null) no_audio = false; } void OnButtonClean (object sender, EventArgs args) { audiofile_browser.Filename = string.Empty; no_audio = true; } } } mistelix-0.33/src/Widgets/0000755000175000017500000000000011516333446016000 5ustar00jordijordi00000000000000mistelix-0.33/src/Widgets/DirectoryView.cs0000644000175000017500000001411411325133023021112 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // Copyright (C) 2006 John Luke // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using System.IO; using Mono.Unix; using Mistelix.Core; namespace Mistelix.Widgets { public delegate void ChangeDirectoryEventHandler (object sender, ChangeDirectoryEventArgs e); public class ChangeDirectoryEventArgs: EventArgs { string directory; public ChangeDirectoryEventArgs (string directory) { this.directory = directory; } public string Directory { get { return directory; } } } class ToolbarEntry : ToolItem { Entry entry; public event EventHandler Activated; public ToolbarEntry () : base () { entry = new Entry (); entry.Activated += new EventHandler (OnActivated); this.Add (entry); entry.Show (); this.ShowAll (); } void OnActivated (object sender, EventArgs a) { if (Activated != null) Activated (this, EventArgs.Empty); } public string Text { get { return entry.Text; } set { entry.Text = value; } } } // // Displays directories into a treeview // public class DirectoryView { const int COL_DISPLAY_NAME = 0; const int COL_PIXBUF = 1; const int COL_PATH = 2; DirectoryInfo current; TreeStore tree_store; public ChangeDirectoryEventHandler DirectoryChanged; Gtk.ScrolledWindow scrolledwindow; ToolbarEntry entry; Gtk.CellRendererText text_render; Gtk.TreeView tv; Gtk.ToolButton goUp, goHome; Gdk.Pixbuf dir_icon; public DirectoryView (VBox parent, ChangeDirectoryEventHandler ev, string directory) { parent.Spacing = 2; scrolledwindow = new ScrolledWindow (); scrolledwindow.VscrollbarPolicy = PolicyType.Automatic; scrolledwindow.HscrollbarPolicy = PolicyType.Automatic; dir_icon = Gtk.IconTheme.Default.LoadIcon ("gtk-directory", 16, (Gtk.IconLookupFlags) 0); Toolbar toolbar = new Toolbar (); toolbar.IconSize = IconSize.Menu; toolbar.ToolbarStyle = Gtk.ToolbarStyle.Icons; goUp = new ToolButton (Gtk.Stock.GoUp); goUp.Clicked += new EventHandler (OnGoUpClicked); goUp.TooltipText = Catalog.GetString ("Go up one level"); toolbar.Insert (goUp, -1); goHome = new ToolButton (Gtk.Stock.Home); goHome.Clicked += new EventHandler (OnGoHomeClicked); goHome.TooltipText = Catalog.GetString ("Home"); toolbar.Insert (goHome, -1); entry = new ToolbarEntry (); entry.Expand = true; entry.Activated += new EventHandler (OnEntryActivated); entry.TooltipText = Catalog.GetString ("Location"); toolbar.Insert (entry, -1); toolbar.ShowAll (); parent.PackStart (toolbar, false, true, 0); tv = new Gtk.TreeView (); tv.RulesHint = true; TreeViewColumn directorycolumn = new TreeViewColumn (); directorycolumn.Title = Catalog.GetString ("Directories"); CellRendererPixbuf pix_render = new CellRendererPixbuf (); directorycolumn.PackStart (pix_render, false); directorycolumn.AddAttribute (pix_render, "pixbuf", COL_PIXBUF); text_render = new CellRendererText (); directorycolumn.PackStart (text_render, false); directorycolumn.AddAttribute (text_render, "text", COL_DISPLAY_NAME); tv.AppendColumn (directorycolumn); scrolledwindow.Add (tv); parent.Homogeneous = false; parent.PackEnd (new HSeparator (), false, false, 0); parent.PackEnd (scrolledwindow); parent.ShowAll (); tv.Model = tree_store = CreateTreeStore (); DirectoryChanged = ev; tv.RowActivated += OnRowActivate; current = new DirectoryInfo (directory); ProcessNewDirectory (current.FullName); } public string Current { get { return current.FullName; } } TreeStore CreateTreeStore () { // name, path, pixbuf, is_dir TreeStore store = new TreeStore (typeof (string), typeof (Gdk.Pixbuf), typeof (string)); return store; } void FillTreeStore () { // first clear the store tree_store.Clear (); if (!current.Exists) current = new DirectoryInfo ("/"); foreach (DirectoryInfo di in current.GetDirectories ()) { if (di.Name.StartsWith (".")) continue; tree_store.AppendValues (di.Name, dir_icon, di.FullName); } } void OnRowActivate (object o, RowActivatedArgs args) { TreeIter iter; tree_store.GetIter (out iter, args.Path); string path = (string) tree_store.GetValue (iter, COL_PATH); ProcessNewDirectory (path); } void OnGoHomeClicked (object o, EventArgs args) { ProcessNewDirectory (Environment.GetFolderPath (Environment.SpecialFolder.Personal)); } void OnGoUpClicked (object o, EventArgs args) { ProcessNewDirectory (current.Parent.FullName); } void ProcessNewDirectory (string path) { current = new DirectoryInfo (path); FillTreeStore (); if (DirectoryChanged != null) DirectoryChanged (this, new ChangeDirectoryEventArgs (path)); goUp.Sensitive = (current.Parent != null); entry.Text = current.FullName; } void OnEntryActivated (object sender, EventArgs args) { try { string text = entry.Text.Trim (); if (Directory.Exists (text)) { ProcessNewDirectory (text); return; } } catch (Exception) {} } } } mistelix-0.33/src/Widgets/FileView.cs0000644000175000017500000001246211340311413020027 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using System.IO; using System.Text; using Gdk; using Mistelix.DataModel; using System.ComponentModel; using System.Collections.Generic; using Mistelix.Core; namespace Mistelix.Widgets { // // This is a generic fileview used later derived for image and video preview // public class FileView : IconView, IDisposable { virtual public void OnDirChanged (string new_dir) {} virtual public bool IsValidExtension (string filename) {return false;} virtual public void DoThumbnail (object sender, EventArgs e) {} protected ListStore store; protected BackgroundWorker thumbnailing; protected Pixbuf def_image; protected DirectoryInfo parent = new DirectoryInfo ("/"); protected const int COL_PATH = 0; protected const int COL_DISPLAY_NAME = 1; protected const int COL_PIXBUF = 2; protected const int COL_IS_DIRECTORY = 3; protected int thumbnail_height; protected int thumbnail_width; TaskDispatcher dispatcher; protected FileView () { dispatcher = new TaskDispatcher (); store = CreateStore (); SelectionMode = SelectionMode.Multiple; TextColumn = COL_DISPLAY_NAME; PixbufColumn = COL_PIXBUF; thumbnail_height = ThumbnailSizeManager.Current.Height; thumbnail_width = ThumbnailSizeManager.Current.Width; CreateDefaultImage (); LoadElements (); Model = store; } ~FileView () { Dispose (false); } public List SelectedFiles { get { List files = new List (); TreeIter iter; TreePath[] items = SelectedItems; for (int i = 0; i < items.Length; i++) { store.GetIter (out iter, items [i]); files.Add ((string) store.GetValue (iter, COL_PATH)); } return files; } } ListStore CreateStore () { // path, name, pixbuf, is_dir ListStore store = new ListStore (typeof (string), typeof (string), typeof (Gdk.Pixbuf), typeof (bool)); return store; } public override void Dispose () { Console.WriteLine ("FileView.Dispose"); Dispose (true); System.GC.SuppressFinalize (this); } protected virtual void Dispose (bool disposing) { Logger.Debug ("Fileview.Disposing"); Clean (); if (thumbnailing != null) { thumbnailing.CancelAsync (); thumbnailing.Dispose (); } def_image.Dispose (); store.Dispose (); } public void LoadElements () { Logger.Debug ("FileView.LoadElements"); // Now go through the directory and extract all the file information if (!parent.Exists) return; // first clear the store Clean (); if (thumbnailing != null) thumbnailing.Dispose (); thumbnailing = new BackgroundWorker (); thumbnailing.WorkerSupportsCancellation = true; thumbnailing.DoWork += new DoWorkEventHandler (DoWork); // TODO: Optimize for directories with images videos foreach (FileInfo di in parent.GetFiles ()) { Task task; Gtk.TreeIter iter; if (di.Name.StartsWith (".") || IsValidExtension (di.Name) == false) continue; iter = store.AppendValues (di.FullName, di.Name, def_image, true); task = new Task (iter); task.DoEventHandler += DoThumbnail; dispatcher.AddTask (task); } thumbnailing.RunWorkerAsync (store); } void Clean () { store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { Gdk.Pixbuf im = (Gdk.Pixbuf) store.GetValue (iter, COL_PIXBUF); if (def_image != im) im.Dispose (); return false; }); store.Clear (); } void DoWork (object sender, DoWorkEventArgs e) { Task task; Logger.Debug ("FileView.Dowork start"); while (true) { if (thumbnailing.CancellationPending) break; task = dispatcher.GetNextTask (); if (task == null) break; task.Do (); } Logger.Debug ("FileView.Dowork end"); } void CreateDefaultImage () { const int channels = 4; Cairo.ImageSurface image; image = Utils.CreateNoPreviewImage (thumbnail_width, thumbnail_height); byte[] data = DataImageSurface.FromCairo32ToPixBuf (image.Data, thumbnail_width, thumbnail_height, channels); def_image = new Pixbuf (data, true, 8, thumbnail_width, thumbnail_height, thumbnail_width * channels, null); image.Destroy (); } } } mistelix-0.33/src/Widgets/ImagesFileView.cs0000644000175000017500000001024711246543334021172 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using System.IO; using System.Text; using Gdk; using Mistelix.DataModel; using System.ComponentModel; using Mistelix.Core; namespace Mistelix.Widgets { // // Displays image files into an IconView. Drag source. // public class ImagesFileView : FileView { private static TargetEntry [] tag_target_table = new TargetEntry [] { new TargetEntry ("application/x-mistelix-img", 0, (uint) 2), }; public ImagesFileView () { // Drag DragBegin += HandleDragBegin; DragEnd += HandleDragEnd; DragDataGet += HandleDragDataGet; // File view as drag source Gtk.Drag.SourceSet (this, Gdk.ModifierType.Button1Mask | Gdk.ModifierType.Button3Mask, tag_target_table, DragAction.Copy | DragAction.Move); } void HandleDragDataGet (object sender, DragDataGetArgs args) { Logger.Debug ("ImagesFileView.HandleDragDataGet. Sender {0}, args {1}", sender, args.Info); string file; TreeIter iter; TreePath[] items = SelectedItems; PathList list = new PathList (); for (int i = 0; i < items.Length; i++) { store.GetIter (out iter, items [i]); file = (string) store.GetValue (iter, 0); Logger.Debug ("ImagesFileView.HandleDragDataGet. Dropped {0}", file); list.Add (file); } switch (args.Info) { case 2: { Byte [] data = Encoding.UTF8.GetBytes (list.ToString ()); Atom [] targets = args.Context.Targets; args.SelectionData.Set (targets[0], 2, data); Logger.Debug ("ImagesFileView.HandleDragDataGet. Data.Length {0}", data.Length); return; } default: Logger.Debug ("ImagesFileView.HandleDragDataGet. Drop cancelled"); break; } args.RetVal = true; } void HandleDragBegin (object sender, DragBeginArgs args) { Logger.Debug ("ImagesFileView.HandleDragBegin"); } void HandleDragEnd (object sender, DragEndArgs args) { args.RetVal = true; } public override void OnDirChanged (string new_dir) { parent = new DirectoryInfo (new_dir); LoadElements (); } public override bool IsValidExtension (string filename) { filename = filename.ToLower (); if (filename.EndsWith (".jpeg")) return true; if (filename.EndsWith (".jpg")) return true; if (filename.EndsWith (".png")) return true; return false; } public override void DoThumbnail (object sender, EventArgs e) { Gtk.TreeIter iter; try { iter = (Gtk.TreeIter) ((Task)sender).Data; string file = (string) store.GetValue (iter, COL_PATH); Gdk.Pixbuf im = Backends.ThumbnailCache.Factory.Provider.GetThumbnail (file, thumbnail_width, thumbnail_height); if (im == null) im = new Gdk.Pixbuf (file); int max = Math.Max (im.Width, im.Height); Gdk.Pixbuf scaled = im.ScaleSimple (thumbnail_width * im.Width / max, thumbnail_height * im.Height / max, InterpType.Nearest); Application.Invoke (delegate { store.SetValue (iter, COL_PIXBUF, scaled); } ); im.Dispose (); } catch (Exception ex) { Logger.Error ("ImagesFileView.DoThumbnail. Exception: " + ex.Message); } } } } mistelix-0.33/src/Widgets/VideosFileView.cs0000644000175000017500000000553011246543334021215 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using System.IO; using System.Text; using Gdk; using Mistelix.DataModel; using System.ComponentModel; using Mistelix.Core; using Mistelix.Backends.GStreamer; namespace Mistelix.Widgets { // // Displays videos files into an IconView. No drag and drop involved // public class VideosFileView : FileView { const int SECOND_FOR_SHOOT = 5; public VideosFileView () { } public override void OnDirChanged (string new_dir) { parent = new DirectoryInfo (new_dir); LoadElements (); } public override bool IsValidExtension (string filename) { string [] extensions; int pos; filename = filename.ToLower (); extensions = Backends.GStreamer.Video.FileExtensions (); foreach (string extension in extensions) { pos = extension.IndexOf ("."); // Extensions are returned as [*.ext] if (filename.EndsWith (extension.Substring (pos + 1))) return true; } return false; } public override void DoThumbnail (object sender, EventArgs e) { Gtk.TreeIter iter; try { iter = (Gtk.TreeIter) ((Task)sender).Data; string file = (string) store.GetValue (iter, COL_PATH); Gdk.Pixbuf im; // TODO: This should be at VideoProjectElement.GetThumbnail im = Backends.GStreamer.Thumbnail.VideoScreenshot (file, SECOND_FOR_SHOOT); int max = Math.Max (im.Width, im.Height); Gdk.Pixbuf scaled = im.ScaleSimple (thumbnail_width * im.Width / max, thumbnail_height * im.Height / max, InterpType.Nearest); Application.Invoke (delegate { store.SetValue (iter, COL_PIXBUF, scaled); } ); im.Dispose (); } catch (Exception ex) { Logger.Error ("VideosFileView.DoThumbnail. Exception: " + ex.Message); } } } } mistelix-0.33/src/Widgets/SlideShowImageView.cs0000644000175000017500000005017611340313551022025 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using System.IO; using System.Collections.Generic; using System.ComponentModel; using Gdk; using Cairo; using Mono.Unix; using Mono.Addins; using Mistelix.DataModel; using Mistelix.Core; using Mistelix.Effects; namespace Mistelix.Widgets { public delegate void ShowImageSelectionEventHandler (object sender, ShowImageSelectionEventArgs e); public class ShowImageSelectionEventArgs: EventArgs { public SlideImage[] images; public ShowImageSelectionEventArgs (SlideImage[] images) { this.images = images; } } public delegate void ShowImageUpdatedElementsEventHandler (object sender, EventArgs e); // // Displays the images selected by the user when creating a slideshow. Drop target. // public class SlideShowImageView : TreeView, IDisposable, IComparer { enum ImageSortType { FileName_Ascending, FileName_Descending, Date_Ascending, Date_Descending } ListStore store; BackgroundWorker thumbnailing; int next_id = 1; bool paint_control = false; readonly int thumbnail_height; readonly int thumbnail_width; readonly string notitle; ImageSortType sort_type; Effect[] effects; Cairo.ImageSurface def_image; public const int COL_INDEX = 0; public const int COL_CAIROIMAGE = 1; public const int COL_DESCRIPTION = 2; public const int COL_OBJECT = 3; public const string EFFECT = "effect"; static TargetEntry [] tag_dest_target_table = new TargetEntry [] { new TargetEntry ("text/uri-list", 0, (uint) Gtk.TargetFlags.App), new TargetEntry ("application/x-mistelix-img", 0, (uint) 2) }; public ShowImageSelectionEventHandler ChangeEvent; public ShowImageUpdatedElementsEventHandler UpdatedElements; TaskDispatcher dispatcher; public SlideShowImageView () { Model = store = CreateStore (); dispatcher = new TaskDispatcher (); notitle = Catalog.GetString (""); thumbnail_height = ThumbnailSizeManager.Current.Height; thumbnail_width = ThumbnailSizeManager.Current.Width; Selection.Mode = SelectionMode.Multiple; DragDrop += new DragDropHandler (HandleTargetDragDrop); DragDataReceived += new DragDataReceivedHandler (HandleTargetDragDataReceived); Gtk.Drag.DestSet (this, DestDefaults.All, tag_dest_target_table, DragAction.Copy | DragAction.Move); CursorChanged += OnCursorChanged; thumbnailing = new BackgroundWorker (); thumbnailing.WorkerSupportsCancellation = true; thumbnailing.DoWork += new DoWorkEventHandler (DoWork); ButtonPressEvent += new ButtonPressEventHandler (OnButtonPressed); KeyPressEvent += OnKeyPressed; def_image = Utils.CreateNoPreviewImage (thumbnail_width, thumbnail_height); } ~SlideShowImageView () { Dispose (false); } public ListStore ListStore { get { return store; } } public override void Dispose () { Dispose (true); System.GC.SuppressFinalize (this); } protected virtual void Dispose (bool disposing) { Logger.Debug ("SlideShowImageView.Disposing"); store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { DataImageSurface image = (DataImageSurface) store.GetValue (iter, COL_CAIROIMAGE); if (image != null) ((IDisposable)image).Dispose (); return false; }); Logger.Debug ("SlideShowImageView.Disposed"); thumbnailing.CancelAsync (); thumbnailing.Dispose (); ((IDisposable)def_image).Dispose (); store.Dispose (); } public void LoadSlideShow (SlideShow slideshow) { Logger.Debug ("SlideShowImageView.LoadSlideShow. Loaded: " + slideshow.images.Count); CreateColumns (); paint_control = true; foreach (SlideShow.Image image in slideshow.images) { store.AppendValues (next_id.ToString (), null, image.Title == null ? notitle : image.Title, image); next_id++; } if (thumbnailing.IsBusy == false) thumbnailing.RunWorkerAsync (store); UpdateButtonSensitivity (); } void CreateColumns () { CellRendererText title_cell = new CellRendererText (); title_cell.Editable = true; title_cell.Edited += OnDescriptionCellEdited; AppendColumn (Catalog.GetString ("#"), new CellRendererText (), "text", COL_INDEX); AppendColumn (Catalog.GetString ("Image"), new CairoImageCellRenderer (thumbnail_width, thumbnail_height, def_image, RequestThumbnail), new TreeCellDataFunc (SetTreeIter)); AppendColumn (Catalog.GetString ("Description"), title_cell, "text", COL_DESCRIPTION); } void OnDescriptionCellEdited (object o, EditedArgs args) { TreeIter iter; SlideImage image; store.GetIter (out iter, new Gtk.TreePath (args.Path)); image = (SlideImage) store.GetValue (iter, COL_OBJECT); if (String.Compare (notitle, args.NewText) != 0) { if (args.NewText.Length == 0) { // Title has been clean up image.Title = null; store.SetValue (iter, COL_DESCRIPTION, notitle); } else { image.Title = args.NewText; store.SetValue (iter, COL_DESCRIPTION, image.Title); } } } // Sets the Iter element to paint into the CairoImageCellRenderer (shared by all cells) void SetTreeIter (Gtk.TreeViewColumn tree_column, Gtk.CellRenderer c, Gtk.TreeModel tree_model, Gtk.TreeIter iter) { ((CairoImageCellRenderer)c).Iter = iter; } void RequestThumbnail (object sender, RequestThumbnailEventArgs args) { Task task; task = new Task (args.Iter); task.DoEventHandler += DoThumbnail; dispatcher.AddTask (task); if (thumbnailing.IsBusy == false) thumbnailing.RunWorkerAsync (store); } void HandleTargetDragDrop (object sender, DragDropArgs args) { args.RetVal = false; } void HandleDragEnd (object sender, DragEndArgs args) { args.RetVal = true; } // Processing of dropped files from the FileView is done here void HandleTargetDragDataReceived (object sender, DragDataReceivedArgs args) { bool external = Gtk.Drag.GetSourceWidget (args.Context) == null; // null if the drag is from outside the app Logger.Debug ("ImageView.HandleTargetDragDataReceived"); Gdk.Cursor watch = new Gdk.Cursor (Gdk.CursorType.Watch); GdkWindow.Cursor = watch; GdkWindow.Display.Sync (); if (paint_control == false) { CreateColumns (); paint_control = true; } PathList list = new PathList (); if (external == true) list.FromExternalString (System.Text.Encoding.UTF8.GetString (args.SelectionData.Data)); else list.FromString (System.Text.Encoding.UTF8.GetString (args.SelectionData.Data)); foreach (string file in list) LoadFile (file, external); args.RetVal = true; UpdateButtonSensitivity (); Gtk.Drag.Finish (args.Context, true, false, args.Time); // Remove the cursor when the importing process is completed if (external == true) { Task task; task = new Task (this); task.DoEventHandler += delegate { Application.Invoke (delegate { GdkWindow.Cursor = null; QueueDraw (); }); }; dispatcher.AddTask (task); } else GdkWindow.Cursor = null; if (thumbnailing.IsBusy == false) thumbnailing.RunWorkerAsync (store); } // Adds a new dropped file into the view void LoadFile (string file, bool external) { FileInfo fi; if (external == false) { fi = new FileInfo (file); store.AppendValues (next_id.ToString (), null, notitle, new SlideImage (fi.FullName)); next_id++; return; } Task task; task = new Task (file); task.DoEventHandler += AddElement; dispatcher.AddTask (task); } // Element loading from dropped files is not asyncronous void AddElement (object obj, EventArgs args) { DataImageSurface cairo_image; SlideImage image; Uri uri; Task item; string filename; try { item = (Task) obj; filename = (string) item.Data; uri = new Uri (filename); filename = uri.AbsolutePath; image = new SlideImage (filename); cairo_image = image.GetThumbnail (thumbnail_width, thumbnail_height); Application.Invoke (delegate { store.AppendValues (next_id.ToString (), cairo_image, notitle, image); }); next_id++; } catch (Exception e) { Logger.Error ("SlideShowImageView.AddElement. Exception {0}", e); } } void HandleDropBegin (object sender, DragBeginArgs a) { a.RetVal = true; } ListStore CreateStore () { // Image number, image pixbuf, object return new ListStore (typeof (string), typeof (DataImageSurface), typeof (string), typeof (SlideImage)); } protected override void OnSizeAllocated (Gdk.Rectangle allocation) { // While showing the text we should redraw to center it again to new dimensions if (paint_control == false) QueueDraw (); base.OnSizeAllocated (allocation); } protected override bool OnExposeEvent (Gdk.EventExpose args) { if (paint_control == true) return base.OnExposeEvent (args); // See: http://www.mail-archive.com/mono-list@lists.ximian.com/msg26065.html using (Cairo.Context cr = Gdk.CairoHelper.Create (args.Window)) { int winWidth, winHeight, w, h; args.Window.GetSize (out winWidth, out winHeight); Pango.Layout layout = new Pango.Layout (this.PangoContext); layout.Width = winWidth * (int) Pango.Scale.PangoScale; layout.SetMarkup (Catalog.GetString ("To add images to this slideshow you can:\n\n * Drag images here from the right bottom pane\n * Drag images here from your desktop or file manager\n\nYou can also use the contextual menu to sort, remove or add effects to the images")); layout.GetPixelSize (out w, out h); Gdk.GC light = Style.DarkGC (StateType.Normal); args.Window.DrawLayout (light, (winWidth - w) /2, (winHeight -h) / 2, layout); layout.Dispose (); } return true; } void OnCursorChanged (object obj, EventArgs e) { TreeSelection selection = (obj as TreeView).Selection; TreeModel model; TreeIter iter; TreePath[] paths; SlideImage[] images; paths = selection.GetSelectedRows (out model); images = new SlideImage [paths.Length]; for (int i = 0; i < paths.Length; i++) { model.GetIter (out iter, paths [i]); images[i] = (SlideImage) store.GetValue (iter, COL_OBJECT); } if (ChangeEvent != null) ChangeEvent (this, new ShowImageSelectionEventArgs (images)); } bool IsIterVisible (Gtk.TreeIter iter_visible) { TreePath start, end, cur; TreeIter iter; GetVisibleRange (out start, out end); if (!store.GetIter (out iter, start)) return false; do { cur = store.GetPath (iter); if (iter.Equals (iter_visible)) return true; } while (!cur.Equals (end) && store.IterNext (ref iter)); return false; } // Task event to create the thumbnail void DoThumbnail (object sender, EventArgs e) { SlideImage image; DataImageSurface prev_image; DataImageSurface cairo_image; Gtk.TreeIter iter; iter = (Gtk.TreeIter) ((Task)sender).Data; prev_image = (DataImageSurface) store.GetValue (iter, COL_CAIROIMAGE); if (prev_image != null) { return; } // Discard not visible items if (IsIterVisible (iter) == false) return; image = (SlideImage) store.GetValue (iter, COL_OBJECT); cairo_image = image.GetThumbnail (thumbnail_width, thumbnail_height); Application.Invoke (delegate { store.SetValue (iter, COL_CAIROIMAGE, cairo_image); }); } void DoWork (object sender, DoWorkEventArgs e) { Task task; Logger.Debug ("SlideShowImageView.Dowork start"); while (true) { if (thumbnailing.CancellationPending) break; task = dispatcher.GetNextTask (); if (task == null) break; task.Do (); } Logger.Debug ("SlideShowImageView.Dowork end"); } public void MoveUpSelectedElements () { TreeIter prev = TreeIter.Zero, first, iter; TreePath[] paths; bool more; paths = Selection.GetSelectedRows (); if (paths.Length == 0) return; store.GetIter (out first, paths [0]); more = store.GetIterFirst (out iter); while (more) // Search for previous element to the first selected { if (iter.Equals (first)) break; prev = iter; more = store.IterNext (ref iter); } if (prev.Equals (TreeIter.Zero)) return; foreach (TreePath path in paths) { store.GetIter (out iter, path); store.Swap (prev, iter); } } public void MoveDownSelectedElements () { TreeIter next = TreeIter.Zero, last, iter; TreePath[] paths; bool more; paths = Selection.GetSelectedRows (); if (paths.Length == 0) return; store.GetIter (out last, paths [paths.Length - 1]); more = store.GetIterFirst (out iter); while (more) // Search for next element to the first selected { if (iter.Equals (last)) { more = store.IterNext (ref iter); if (more) next = iter; break; } more = store.IterNext (ref iter); } if (next.Equals (TreeIter.Zero)) return; for (int i = paths.Length - 1; i >= 0; i--) { store.GetIter (out iter, paths[i]); store.Swap (next, iter); } } [GLib.ConnectBefore] void OnButtonPressed (object o, ButtonPressEventArgs args) { ExtendedMenu menu; ExtensionNodeList nodelist; if (args.Event.Button != 3) return; menu = new ExtendedMenu (); nodelist = EffectManager.List; if (nodelist.Count > 0) { if (effects == null) { effects = new Effect [nodelist.Count]; int pos = 0; foreach (TypeExtensionNode node in nodelist) { Effect effect = (Effect) node.CreateInstance (); effect.UIOptionInvoked += new Effect.UIOptionEventHandler (OnEffect); effects [pos] = effect; pos++; } } foreach (Effect effect in effects) menu.AddItem (effect.DisplayName, effect.OnUIEventHandle); } menu.AddItem (Catalog.GetString ("Remove all effects"), OnRemoveEffects); menu.AddSeparator (); menu.AddItem (Catalog.GetString ("Sort by filename (Ascending)"), OnSortAscendingbyName); menu.AddItem (Catalog.GetString ("Sort by filename (Descending)"), OnSortDescendingbyName); menu.AddItem (Catalog.GetString ("Sort by date on disc (Ascending)"), OnSortAscendingbyDate); menu.AddItem (Catalog.GetString ("Sort by date on disc (Descending)"), OnSortDescendingbyDate); menu.AddSeparator (); menu.AddItem (Catalog.GetString ("Remove selected images"), OnRemoveSelectedImage); menu.AddItem (Catalog.GetString ("Remove all images"), OnRemoveImages); menu.Popup (args); args.RetVal = true; } void OnRemoveSelectedImage (object obj, EventArgs e) { TreeIter iter; TreePath[] paths; paths = Selection.GetSelectedRows (); if (paths.Length == 0) return; for (int i = paths.Length - 1; i >= 0; i--) { store.GetIter (out iter, paths[i]); store.Remove (ref iter); } UpdateButtonSensitivity (); } void OnRemoveImages (object obj, EventArgs e) { store.Clear (); UpdateButtonSensitivity (); next_id = 1; } void OnSortAscendingbyDate (object obj, EventArgs e) { sort_type = ImageSortType.Date_Ascending; DoSort (); } void OnSortDescendingbyDate (object obj, EventArgs e) { sort_type = ImageSortType.Date_Descending; DoSort (); } void OnSortAscendingbyName (object obj, EventArgs e) { sort_type = ImageSortType.FileName_Ascending; DoSort (); } void OnSortDescendingbyName (object obj, EventArgs e) { sort_type = ImageSortType.FileName_Descending; DoSort (); } // ListStore sort capabilities are for displaying proposes, we need to sort the actual elements void DoSort () { List items = new List (); store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { items.Add (iter); return false; }); items.Sort (this); Gtk.ListStore new_model = CreateStore (); next_id = 1; foreach (Gtk.TreeIter iter in items) { new_model.AppendValues (next_id.ToString (), store.GetValue (iter, COL_CAIROIMAGE), store.GetValue (iter, COL_DESCRIPTION), store.GetValue (iter, COL_OBJECT)); next_id++; } store.Dispose (); Model = store = new_model; if (thumbnailing.IsBusy == false) thumbnailing.RunWorkerAsync (store); } // Sorts the images in the view following the option selected in the contextual menu public int Compare (Gtk.TreeIter a, Gtk.TreeIter b) { SlideImage slide_a, slide_b; FileInfo file_a, file_b; slide_a = (SlideImage) store.GetValue (a, SlideShowImageView.COL_OBJECT); slide_b = (SlideImage) store.GetValue (b, SlideShowImageView.COL_OBJECT); if (slide_a == null || slide_b == null) return 0; file_a = new FileInfo (slide_a.image); file_b = new FileInfo (slide_b.image); switch (sort_type) { case ImageSortType.FileName_Ascending: return String.Compare (file_a.Name, file_b.Name); case ImageSortType.FileName_Descending: return String.Compare (file_b.Name, file_a.Name); case ImageSortType.Date_Ascending: return DateTime.Compare (file_a.CreationTime, file_b.CreationTime); case ImageSortType.Date_Descending: return DateTime.Compare (file_b.CreationTime, file_a.CreationTime); default: return 0; } } void UpdateButtonSensitivity () { if (UpdatedElements != null) UpdatedElements (this, EventArgs.Empty); } [GLib.ConnectBefore()] void OnKeyPressed (object sender, Gtk.KeyPressEventArgs args) { if (args.Event.Key == Gdk.Key.Delete || args.Event.Key == Gdk.Key.KP_Delete) { args.RetVal = true; OnRemoveSelectedImage (sender, EventArgs.Empty); } } void OnEffect (object sender, Effect.EffectEventArgs e) { TreeIter iter; TreePath[] paths; Effect effect; SlideImage image; DataImageSurface cairo_image, prev_image; paths = Selection.GetSelectedRows (); if (paths.Length == 0) return; effect = e.Effect; Logger.Debug ("OnEffect {0} (elements selected {1})", effect.Name, paths.Length); for (int i = 0; i < paths.Length; i++) { Effect image_effect; store.GetIter (out iter, paths[i]); prev_image = (DataImageSurface) store.GetValue (iter, COL_CAIROIMAGE); image = (SlideImage) store.GetValue (iter, COL_OBJECT); image_effect = EffectManager.CreateFromName (effect.Name); if (image.AddEffect (image_effect) == false) continue; image = image_effect.Apply (image); cairo_image = image.GetThumbnail (thumbnail_width, thumbnail_height); store.SetValue (iter, COL_CAIROIMAGE, cairo_image); if (prev_image != null) ((IDisposable)prev_image).Dispose (); } } void OnRemoveEffects (object obj, EventArgs e) { TreeIter iter; TreePath[] paths; SlideImage image; DataImageSurface cairo_image, prev_image; paths = Selection.GetSelectedRows (); if (paths.Length == 0) return; for (int i = 0; i < paths.Length; i++) { store.GetIter (out iter, paths[i]); prev_image = (DataImageSurface) store.GetValue (iter, COL_CAIROIMAGE); image = (SlideImage) store.GetValue (iter, COL_OBJECT); image.Effects = null; cairo_image = image.GetThumbnail (thumbnail_width, thumbnail_height); store.SetValue (iter, COL_CAIROIMAGE, cairo_image); if (prev_image != null) ((IDisposable)prev_image).Dispose (); } } } } mistelix-0.33/src/Widgets/AuthoringPaneView.cs0000644000175000017500000002323211350175400021716 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Collections; using System.IO; using System.Text; using Gtk; using Gdk; using Mono.Unix; using Mistelix.DataModel; using Mistelix.Core; using Mistelix.Widgets; using Mistelix.Dialogs; namespace Mistelix.Widgets { // // Contains all the logic for the project authoring view // public class AuthoringPaneView : DrawingArea { static readonly TargetEntry [] tag_dest_target_table = new TargetEntry [] { new TargetEntry ("application/x-mistelix-item", 0, (uint) 2)}; Project project; DvdMenu menu; bool safearea; Core.Button moving_button; int x_delta, y_delta, button, active_item; public AuthoringPaneView (Gtk.VBox parent, Project project) { Project = project; active_item = -1; DragDataReceived += new DragDataReceivedHandler (HandleTargetDragDataReceived); EventBox eb = new EventBox (); // Provides a window for this windowless widget parent.Add (eb); eb.Add (this); Gtk.Drag.DestSet (this, DestDefaults.All, tag_dest_target_table, DragAction.Copy | DragAction.Move); eb.ButtonPressEvent += HandleButtonPress; eb.ButtonReleaseEvent += HandleButtonRelease; eb.MotionNotifyEvent += HandleMotionNotify; UpdateTheme (); } public Project Project { set { project = value; if (menu != null) menu.Dispose (); menu = new DvdMenu (project); menu.CompletedThumbnails += delegate { Application.Invoke (delegate { QueueDraw (); }); }; menu.Asynchronous = true; if (project != null) { project.Buttons.CollectionChanged += delegate { Logger.Debug ("AuthoringPaneView.Project. CollectionChanged"); Application.Invoke (delegate { QueueDraw (); }); }; } } } public bool ViewSafeArea { set { safearea = value; QueueDraw (); } } public void UpdateTheme () { menu.UpdateTheme (); QueueDraw (); } // Processing of dropped files from the Project Element View is done here void HandleTargetDragDataReceived (object sender, DragDataReceivedArgs args) { Logger.Debug ("AuthoringPaneView.HandleTargetDragDataReceived. {0} {1}", args.X, args.Y); IntList list = new IntList (); list.FromString (System.Text.Encoding.UTF8.GetString (args.SelectionData.Data)); foreach (int item_id in list) { Logger.Debug ("AuthoringPaneView.HandleTargetDragDataReceived.Item {0}", item_id); project.AddButton (new Core.Button (args.X, args.Y, item_id)); } args.RetVal = true; Gtk.Drag.Finish (args.Context, true, false, args.Time); // QueueDraw fired by CollectionChanged } void DrawText (Gdk.Window window, Cairo.Context cr, string text) { bool theme; Gdk.GC light; const int marginx = 10; int winWidth, winHeight, w, h; window.GetSize (out winWidth, out winHeight); if (project != null && project.Details.Theme != null) { theme = true; } else theme = false; if (theme == true) { if (winWidth > project.Details.Width) winWidth = project.Details.Width; if (winHeight > project.Details.Height) winHeight = project.Details.Height; } Pango.Layout layout = new Pango.Layout (this.PangoContext); layout.Width = winWidth * (int) Pango.Scale.PangoScale; layout.SetMarkup (text); layout.GetPixelSize (out w, out h); if (theme) { // TODO: We should force the ink colour too cr.Color = new Cairo.Color (0, 0, 0, 0.7); cr.Rectangle (((winWidth - w) /2) - marginx, (winHeight / 2), w + marginx * 2, h * 2); cr.Fill (); cr.Stroke (); light = Style.LightGC (StateType.Normal); } light = Style.DarkGC (StateType.Normal); window.DrawLayout (light, (winWidth - w) /2, (winHeight / 2) + 4, layout); layout.Dispose (); } protected override bool OnExposeEvent (Gdk.EventExpose args) { if (!IsRealized) return false; int width, height; Cairo.Context cr = Gdk.CairoHelper.Create (args.Window); args.Window.GetSize (out width, out height); cr.Color = new Cairo.Color (1, 1, 1, 1); cr.Paint (); cr.Stroke (); menu.Draw (cr, moving_button); if (project != null) { if (project.Elements.Count == 0) { DrawText (args.Window, cr, Catalog.GetString ("Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements")); } else { if (project.Buttons.Count == 0) DrawText (args.Window, cr, Catalog.GetString ("Drag elements here to add them to the main DVD menu")); } } else { DrawText (args.Window, cr, Catalog.GetString ("Start a new project or open an existing one")); } if (project != null && safearea) { // 95% of the area is safe double w_area = project.Details.Width * 0.05; double h_area = project.Details.Height * 0.05; Utils.DrawSelectionBox (cr, w_area / 2, h_area /2 , project.Details.Width - w_area, project.Details.Height - h_area); } ((IDisposable)cr).Dispose (); return base.OnExposeEvent (args); } void HandleButtonPress (object o, ButtonPressEventArgs args) { Logger.Debug ("AuthoringPaneView.HandleButtonPress"); if (project == null) return; if (args.Event.Type == EventType.TwoButtonPress) { DoubleClick (o, args); return; } int x = (int) args.Event.X; int y = (int) args.Event.Y; int b = ButtonIDFromCoordinates (x, y); if (b == -1) return; if (args.Event.Button == 3) { active_item = b; ExtendedMenu menu = new ExtendedMenu (); menu.AddItem (Catalog.GetString ("Element properties"), OnShowElementProperties); menu.AddItem (Catalog.GetString ("Delete element from project"), OnDeleteElement); menu.Popup (args); } button = b; x_delta = x >= project.Buttons[b].X ? project.Buttons[b].X - x: x - project.Buttons[b].X; y_delta = y >= project.Buttons[b].Y ? project.Buttons[b].Y - y: y - project.Buttons[b].Y; moving_button = new Core.Button (x + x_delta, y + y_delta, project.Buttons[b].LinkedId); GdkWindow.Cursor = new Gdk.Cursor (Gdk.CursorType.Hand1); QueueDraw (); Logger.Debug ("AuthoringPaneView.HandleButtonPress. Button {0}", project.Buttons[b].LinkedId); } int ButtonIDFromCoordinates (int x, int y) { for (int b = 0; b < project.Buttons.Count; b++) { if ((x >= project.Buttons[b].X && x <= project.Buttons[b].X + project.Buttons[b].Width) && (y >= project.Buttons[b].Y && y <= project.Buttons[b].Y + project.Buttons[b].Height)) return b; } return -1; } void HandleMotionNotify (object o, MotionNotifyEventArgs args) { int x = (int) args.Event.X; int y = (int) args.Event.Y; if (moving_button == null || project == null || project.Buttons.Count <= 0) return; if (x + x_delta < 0 || y + y_delta < 0) return; if (x + x_delta + project.Buttons[button].Width > project.details.Width || y + y_delta + project.Buttons[button].Height > project.details.Height) return; moving_button.X = x + x_delta; moving_button.Y = y + y_delta; QueueDraw (); } void HandleButtonRelease (object o, ButtonReleaseEventArgs args) { int x = (int) args.Event.X; int y = (int) args.Event.Y; if (moving_button == null || project == null || project.Buttons.Count <= 0) return; Logger.Debug ("AuthoringPaneView.HandleButtonRelease"); if (x + x_delta < 0 || y + y_delta < 0) return; if (x + x_delta + project.Buttons[button].Width > project.Details.Width || y + y_delta + project.Buttons[button].Height > project.Details.Height) return; Logger.Debug ("AuthoringPaneView.HandleButtonRelease. True"); GdkWindow.Cursor = null; project.Buttons[button].X = (int) args.Event.X + x_delta; project.Buttons[button].Y = (int) args.Event.Y + y_delta; moving_button = null; QueueDraw (); } void DoubleClick (object o, ButtonPressEventArgs args) { Logger.Debug ("AuthoringPaneView.DoubleClick"); if (project == null) return; int x = (int) args.Event.X; int y = (int) args.Event.Y; int b = ButtonIDFromCoordinates (x, y); if (b == -1) return; ShowButtonProperties (b); } void ShowButtonProperties (int button) { ButtonPropertiesDialog dialog = new ButtonPropertiesDialog (project, button); if (dialog.RunModal () == ResponseType.Ok) { // Can change the button ShowAs QueueDraw (); } } void OnShowElementProperties (object obj, EventArgs args) { Logger.Debug ("AuthoringPaneView.OnShowElementProperties"); ShowButtonProperties (active_item); } void OnDeleteElement (object obj, EventArgs args) { Logger.Debug ("AuthoringPaneView.OnDeleteElement"); project.Buttons.Remove (project.Buttons [active_item]); } } } mistelix-0.33/src/Widgets/ProjectElementView.cs0000644000175000017500000002350211340311674022076 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using System.IO; using System.Text; using Gdk; using System.ComponentModel; using System.Collections.Generic; using Mono.Unix; using Mistelix.DataModel; using Mistelix.Core; using Mistelix.Dialogs; namespace Mistelix.Widgets { // // Displays the project elements that we can drag into the authoring view // public class ProjectElementView : IconView, IDisposable { const int COL_ELEMENT = 0; const int COL_DISPLAY_NAME = 1; const int COL_PIXBUF = 2; ListStore store; Project project; BackgroundWorker thumbnailing; Pixbuf def_image; private static TargetEntry [] tag_target_table = new TargetEntry [] { new TargetEntry ("application/x-mistelix-item", 0, (uint) 2), }; public ProjectElementView (Project project) { this.project = project; // TODO: Only one element dropped? SelectionMode = SelectionMode.Multiple; store = CreateStore (); LoadElements (); TextColumn = COL_DISPLAY_NAME; PixbufColumn = COL_PIXBUF; // Drag DragBegin += HandleDragBegin; DragEnd += HandleDragEnd; DragDataGet += HandleDragDataGet; // Project element view as drag source Gtk.Drag.SourceSet (this, Gdk.ModifierType.Button1Mask | Gdk.ModifierType.Button3Mask, tag_target_table, DragAction.Copy | DragAction.Move); Model = store; def_image = Gtk.IconTheme.Default.LoadIcon ("gtk-new", ThumbnailSizeManager.Current.Width, (Gtk.IconLookupFlags) 0); ItemActivated += new ItemActivatedHandler (OnItemActivated); ButtonPressEvent += new ButtonPressEventHandler (OnButtonPressed); KeyPressEvent += OnKeyPressed; } public Project Project { get { return project; } set { project = value;} } ~ProjectElementView () { Dispose (false); } public override void Dispose () { Dispose (true); System.GC.SuppressFinalize (this); } protected virtual void Dispose (bool disposing) { Logger.Debug ("ProjectElementView.Disposing"); ClearElements (); def_image.Dispose (); store.Dispose (); if (thumbnailing != null) thumbnailing.Dispose (); } void HandleDragDataGet (object sender, DragDataGetArgs args) { Logger.Debug ("ProjectElementView.HandleDragDataGet. Sender {0}, args {1}", sender, args.Info); TreeIter iter; TreePath[] items = SelectedItems; IntList list = new IntList (); VisibleProjectElement element; for (int i = 0; i < items.Length; i++) { store.GetIter (out iter, items [i]); element = (VisibleProjectElement) store.GetValue (iter, COL_ELEMENT); list.Add (element.id); } switch (args.Info) { case 2: { Byte [] data = Encoding.UTF8.GetBytes (list.ToString ()); Atom [] targets = args.Context.Targets; args.SelectionData.Set (targets[0], 3, data); return; } default: Logger.Debug ("ProjectElementView.Drop cancelled"); break; } args.RetVal = true; } void HandleDragBegin (object sender, DragBeginArgs args) { Logger.Debug ("ProjectElementView.HandleDragBegin"); } void HandleDragEnd (object sender, DragEndArgs args) { args.RetVal = true; } ListStore CreateStore () { // TODO: Instead of storing the fullname as the first element we should store an indexer to the project element (see also the last element) ListStore store = new ListStore (typeof (VisibleProjectElement), typeof (string), typeof (Gdk.Pixbuf)); return store; } static void DoWork (object sender, DoWorkEventArgs e) { ListStore store = (ListStore) e.Argument; store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { VisibleProjectElement element = (VisibleProjectElement) store.GetValue (iter, COL_ELEMENT); Gdk.Pixbuf im; try { im = element.Thumbnail; } catch (Exception ex) { Logger.Error ("ProjectElementView.Dowork. Exception: " + ex.Message); return false; } Application.Invoke (delegate { store.SetValue (iter, COL_PIXBUF, im); } ); return false; }); } void ClearElements () { store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { Gdk.Pixbuf im = (Gdk.Pixbuf) store.GetValue (iter, COL_PIXBUF); im.Dispose (); return false; }); store.Clear (); } public void UpdateElement (ProjectElement element) { store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { ProjectElement stored; stored = (ProjectElement) store.GetValue (iter, COL_ELEMENT); if (stored != element) return false; store.SetValue (iter, COL_ELEMENT, element); store.SetValue (iter, COL_PIXBUF, GetThumbnail (element)); return true; }); } Gdk.Pixbuf GetThumbnail (ProjectElement element) { Gdk.Pixbuf thumbnail; try { VisibleProjectElement visible = (VisibleProjectElement) element; thumbnail = visible.Thumbnail; } catch { thumbnail = def_image; } return thumbnail; } public void AddElement (VisibleProjectElement element) { store.AppendValues (element, element.Name, GetThumbnail (element)); } public void LoadElements () { ClearElements (); if (project == null) return; if (thumbnailing != null) thumbnailing.Dispose (); thumbnailing = new BackgroundWorker (); thumbnailing.DoWork += new DoWorkEventHandler (DoWork); VisibleProjectElement element; for (int i = 0; i < project.Elements.Count; i++) { element = (VisibleProjectElement) project.Elements[i]; if (element == null) { Logger.Debug ("ProjectElementView.FillStore. Ignoring {0}", project.Elements[i]); continue; } store.AppendValues (element, element.Name, def_image); } Logger.Debug ("ProjectElementView.FillStore. Elements {0}", project.Elements.Count); thumbnailing.RunWorkerAsync (store); } void OnItemActivated (object sender, ItemActivatedArgs args) { TreeIter iter; VisibleProjectElement current; store.GetIter (out iter, args.Path); current = (VisibleProjectElement) store.GetValue (iter, COL_ELEMENT); ItemActivate (current); } void ItemActivate (VisibleProjectElement current) { if (current.GetType () != typeof (SlideShow)) return; AddSlideDialogRunner.Create (project); AddSlideDialogRunner.Dialog.LoadSlideShow ((SlideShow) current); if (AddSlideDialogRunner.Run () == ResponseType.Ok) { for (int i = 0; i < project.Elements.Count; i++) { if (current == project.Elements[i]) { project.Elements[i] = AddSlideDialogRunner.Dialog.GenerateSlideShow (); UpdateElement (project.Elements[i]); break; } } } AddSlideDialogRunner.ProcessResponse (); } [GLib.ConnectBefore] void OnButtonPressed (object o, ButtonPressEventArgs args) { ExtendedMenu menu; if (args.Event.Button != 3) return; menu = new ExtendedMenu (); menu.AddItem (Catalog.GetString ("Open element"), OnOpenElement); menu.AddItem (Catalog.GetString ("Delete element from project"), OnDeleteElements); menu.Popup (args); args.RetVal = true; } protected override bool OnExposeEvent (Gdk.EventExpose args) { if (project == null || project.Elements.Count > 0) return base.OnExposeEvent (args); // See: http://www.mail-archive.com/mono-list@lists.ximian.com/msg26065.html using (Cairo.Context cr = Gdk.CairoHelper.Create (args.Window)) { int winWidth, winHeight, w, h; args.Window.GetSize (out winWidth, out winHeight); Pango.Layout layout = new Pango.Layout (this.PangoContext); layout.Width = winWidth * (int) Pango.Scale.PangoScale; layout.SetMarkup (Catalog.GetString ("Once the project has elements you can use the contextual menu to work with them")); layout.GetPixelSize (out w, out h); Gdk.GC light = Style.DarkGC (StateType.Normal); args.Window.DrawLayout (light, (winWidth - w) /2, winHeight / 2, layout); layout.Dispose (); } return true; } void OnOpenElement (object obj, EventArgs e) { TreePath[] items = SelectedItems; if (items.Length <= 0) return; ActivateItem (items[0]); } void OnDeleteElements (object obj, EventArgs e) { TreeIter iter; TreePath[] items = SelectedItems; VisibleProjectElement item; Logger.Debug ("ProjectElementView.OnDeleteElement {0} items", items.Length); for (int i = 0; i < items.Length; i++) { store.GetIter (out iter, items [i]); item = (VisibleProjectElement) store.GetValue (iter, COL_ELEMENT); project.RemoveElement (item); store.Remove (ref iter); } } [GLib.ConnectBefore()] void OnKeyPressed (object sender, Gtk.KeyPressEventArgs args) { if (args.Event.Key == Gdk.Key.Delete || args.Event.Key == Gdk.Key.KP_Delete) { args.RetVal = true; OnDeleteElements (sender, EventArgs.Empty); } } } } mistelix-0.33/src/Widgets/PixbufImageSurface.cs0000644000175000017500000000717611246543334022052 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Aaron Bockover, abockover@novell.com // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Runtime.InteropServices; using Cairo; namespace Mistelix.Widgets { public class PixbufImageSurface : DataImageSurface, IDisposable { public PixbufImageSurface (Gdk.Pixbuf pixbuf) : this (pixbuf, false) { } public PixbufImageSurface (Gdk.Pixbuf pixbuf, bool disposePixbuf) : this (disposePixbuf ? pixbuf : null, pixbuf.Width, pixbuf.Height, pixbuf.NChannels, pixbuf.Rowstride, pixbuf.Pixels) { } // This ctor is to avoid multiple queries against the GdkPixbuf for width/height private PixbufImageSurface (Gdk.Pixbuf pixbuf, int width, int height, int channels, int rowstride, IntPtr pixels) : this (pixbuf, Marshal.AllocHGlobal (width * height * 4), width, height, channels, rowstride, pixels) { } private PixbufImageSurface (Gdk.Pixbuf pixbuf, IntPtr data, int width, int height, int channels, int rowstride, IntPtr pixels) : base (data, channels == 3 ? Format.Rgb24 : Format.Argb32, width, height, width * 4) { this.data = data; CreateSurface (width, height, channels, rowstride, pixels); if (pixbuf != null && pixbuf.Handle != IntPtr.Zero) { pixbuf.Dispose (); } } private unsafe void CreateSurface (int width, int height, int channels, int gdk_rowstride, IntPtr pixels) { byte *gdk_pixels = (byte *)pixels; byte *cairo_pixels = (byte *)data; for (int i = height; i > 0; i--) { byte *p = gdk_pixels; byte *q = cairo_pixels; if (channels == 3) { byte *end = p + 3 * width; while (p < end) { if (is_le) { q[0] = p[2]; q[1] = p[1]; q[2] = p[0]; } else { q[1] = p[0]; q[2] = p[1]; q[3] = p[2]; } p += 3; q += 4; } } else { byte *end = p + 4 * width; while (p < end) { if (is_le) { q[0] = Mult (p[2], p[3]); q[1] = Mult (p[1], p[3]); q[2] = Mult (p[0], p[3]); q[3] = p[3]; } else { q[0] = p[3]; q[1] = Mult (p[0], p[3]); q[2] = Mult (p[1], p[3]); q[3] = Mult (p[2], p[3]); } p += 4; q += 4; } } gdk_pixels += gdk_rowstride; cairo_pixels += 4 * width; } } private static byte Mult (byte c, byte a) { int t = c * a + 0x7f; return (byte)(((t >> 8) + t) >> 8); } public void Render (Cairo.Context cr, int x, int y) { cr.Save (); cr.SetSourceSurface (this, x, y); cr.Paint (); cr.Restore (); } } } mistelix-0.33/src/Widgets/SlideShowView.cs0000644000175000017500000001546011345261475021073 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Dani Hernandez Juarez, dhernandez0@gmail.com // 2009 Jordi Mas i Hernàndez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Cairo; using Gtk; using Gdk; using Mono.Unix; using Mistelix.Core; using Mistelix.DataModel; using Mistelix.Transitions; using Mistelix.Dialogs; namespace Mistelix.Widgets { public class FullScreenWindow : Gtk.Window { SlideShowView slide_show_view; public FullScreenWindow(SlideShowView slide_show_view) : base(Gtk.WindowType.Toplevel) { if(slide_show_view == null) throw new System.ArgumentException("SlideShowView shouldn't be null"); this.slide_show_view = slide_show_view; Title = Catalog.GetString("Slideshow preview"); KeyPressEvent += HandleSlideViewKeyPressEvent; Decorated = false; Fullscreen(); Add(slide_show_view); ShowAll(); } [GLib.ConnectBefore] protected virtual void HandleSlideViewKeyPressEvent (object sender, KeyPressEventArgs args) { switch(args.Event.Key) { case Gdk.Key.Left: slide_show_view.Pause(); slide_show_view.Previous(); args.RetVal = true; break; case Gdk.Key.Right: slide_show_view.Pause(); slide_show_view.Next(); args.RetVal = true; break; case Gdk.Key.Escape: slide_show_view.Stop(); slide_show_view.Destroy (); args.RetVal = true; this.Destroy (); AddSlideDialogRunner.Dialog.Visible = true; AddSlideDialogRunner.Run (); AddSlideDialogRunner.ProcessResponse (); break; } } } /// Displays a slideshow public class SlideShowView : DrawingArea { #region fields SlideShow slide; int current_index_image; SlideImage current_image; Transition transition; bool paused = false; const uint MinTime = 100; bool started = false; bool destroyed = false; int CurrentIndex { set { if(current_index_image == value) return; current_index_image = value; current_image = ResizeImage(current_index_image); ShowImage(current_image); } get { return current_index_image; } } #endregion public SlideShowView(SlideShow slide) { if(slide == null || slide.images.Count == 0) throw new System.ArgumentException("Slide cannot be null and should have an image at least"); this.slide = slide; this.current_index_image = 0; } #region public methods public void Start() { if(current_image == null) CurrentIndex = 0; if (slide.images.Count == 1) // Single image, just show it current_image = ResizeImage (CurrentIndex); if(!PlayingTransition()) Forward(); } public void Pause() { paused = true; } public void Stop() { CurrentIndex = 0; Pause(); ClearTransition(); } public void Next() { if(HasNext()) { if(!PlayingTransition()) CurrentIndex++; else { int index = CurrentIndex; CurrentIndex = index + 1; } } } public void Previous() { if(HasPrevious()) CurrentIndex--; else if(PlayingTransition()) CurrentIndex = 0; } public override void Destroy() { destroyed = true; ClearTransition(); if(current_image != null) current_image.ReleasePixels(); base.Destroy(); } #endregion #region methods void Forward() { if(HasNext()) { transition = TransitionManager.CreateFromName (slide.images[CurrentIndex].Transition); SlideImage source = ResizeImage(CurrentIndex); transition.Source = source; SlideImage target = ResizeImage(CurrentIndex + 1); transition.Target = target; transition.Frames = transition.Source.Project.Details.FramesPerSecond * slide.images[CurrentIndex].TransitionTime; uint time = (uint)(1000/transition.Source.Project.Details.FramesPerSecond); time = time < MinTime ? MinTime : time; GLib.Timeout.Add(time, new GLib.TimeoutHandler(OnNextSlide)); } else { Pause(); } } void ClearTransition() { if(transition != null) { transition.Source.ReleasePixels(); transition.Target.ReleasePixels(); transition = null; } } bool PlayingTransition() { return transition != null; } bool HasNext() { return this.CurrentIndex + 1 < this.slide.images.Count; } bool HasPrevious() { return this.CurrentIndex - 1 >= 0; } void ShowImage(SlideImage imageToShow) { using(DataImageSurface newImage = imageToShow.ToDataImageSurface()) { ShowImage(newImage); } } void ShowImage(DataImageSurface imageToShow) { using(Cairo.Context context = Gdk.CairoHelper.Create(this.GdkWindow)) { Pattern pattern = new Pattern (imageToShow); context.Source = pattern; context.Paint (); ((IDisposable)pattern).Dispose (); } } SlideImage ResizeImage(int index) { int width = this.GdkWindow.FrameExtents.Width; int height = this.GdkWindow.FrameExtents.Height; SlideImage oldImage = slide.images[index] as SlideImage; oldImage.LoadSlide(); SlideImage newImage = oldImage.GetSlideThumbnail(width, height, true); oldImage.ReleasePixels(); return newImage; } #endregion #region event callbacks protected override bool OnExposeEvent (Gdk.EventExpose args) { if (started == false) { started = true; Start (); } if(current_image != null) { ShowImage(current_image); } return base.OnExposeEvent(args); } // Return true to restart the timeout. Returning false clears the timeout bool OnNextSlide() { if (destroyed) return false; if(paused) return true; else if(transition.MoveNext()) { SlideImage newImage = transition.Current as SlideImage; if(newImage != current_image) { if(current_image != null) current_image.ReleasePixels(); current_image = newImage; ShowImage(current_image); } return true; } else { ClearTransition(); CurrentIndex++; Forward(); return false; } } #endregion } } mistelix-0.33/src/Widgets/ExtendedMenu.cs0000644000175000017500000000355011246543334020716 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; namespace Mistelix.Widgets { // Extended GTKMenu functionality public class ExtendedMenu : Gtk.Menu { public ExtendedMenu () { } public Gtk.MenuItem AddItem (string label, EventHandler ev) { Gtk.MenuItem item = new Gtk.MenuItem (label); Append (item); if (ev != null) item.Activated += ev; item.Show (); return item; } public void AddSeparator () { Gtk.SeparatorMenuItem item = new Gtk.SeparatorMenuItem (); Append (item); item.Show (); } public void Popup (ButtonPressEventArgs args) { if (args != null) Popup (null, null, null, args.Event.Button, args.Event.Time); else Popup (null, null, null, 0, Gtk.Global.CurrentEventTime); } } } mistelix-0.33/src/Widgets/Utils.cs0000644000175000017500000000675611345263420017437 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Cairo; using Mono.Unix; namespace Mistelix.Widgets { // General widgets utils class public static class Utils { static public void DrawSelectionBox (Cairo.Context cr, double x, double y, double width, double height) { double[] dashes = {10.0, /* ink */ 10.0, /* skip */ 10.0, /* ink */ 10.0 /* skip*/ }; cr.Save (); cr.Color = new Cairo.Color (0.9, 0.9, 0.9, 1); cr.SetDash (dashes, 0); cr.Rectangle (x, y, width, height); cr.Stroke (); cr.Restore (); } public static Cairo.Color GdkToCairoColor (Gdk.Color color, int a) { double alpha = a / 65535.0; return new Cairo.Color ((color.Red / 65535.0) * alpha, (color.Green / 65535.0) * alpha, (color.Blue / 65535.0) * alpha, alpha); } public static Cairo.Color GdkToCairoColor (Gdk.Color color) { return new Cairo.Color (color.Red / 65535.0, color.Green / 65535.0, color.Blue / 65535.0); } public static Gdk.Color CairoToGdkColor (Cairo.Color color) { double r, g, b; r = (color.R * 255.0) / color.A; g = (color.G * 255.0) / color.A; b = (color.B * 255.0) / color.A; return new Gdk.Color ((byte)r, (byte)g, (byte)b); } // Create the image indicating that there is no preview available yet public static Cairo.ImageSurface CreateNoPreviewImage (int width, int height) { const int min_xpad = 10; Cairo.Context cr; int box_width, box_height; Cairo.ImageSurface image; image = new Cairo.ImageSurface (Cairo.Format.Argb32, width, height); cr = new Cairo.Context (image); using (Pango.Layout layout = Pango.CairoHelper.CreateLayout (cr)) { layout.FontDescription = Pango.FontDescription.FromString ("sans 8"); layout.SetMarkup (Catalog.GetString ("No preview available")); layout.Alignment = Pango.Alignment.Center; layout.SingleParagraphMode = false; layout.Width = (int) ((width - min_xpad * 2) * Pango.Scale.PangoScale); layout.GetPixelSize (out box_width, out box_height); cr.MoveTo (min_xpad, (height - box_height) / 2); Pango.CairoHelper.ShowLayout (cr, layout); } ((IDisposable)cr).Dispose (); return image; } static public void ComboBoxCellFunc (CellLayout cell_layout, CellRenderer cell, TreeModel tree_model, TreeIter iter) { string name = (string)tree_model.GetValue (iter, 0); (cell as CellRendererText).Text = name; } } } mistelix-0.33/src/Widgets/BrowseFile.cs0000644000175000017500000000655011246543334020375 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Mono.Unix; namespace Mistelix.Widgets { // Adds a text box + browse button into a given hbox parent configuring // the standard browsedirectory widget for the application public class BrowseFile { Entry filename; Button browse; bool browse_file; Gtk.FileFilter[] filters; string default_dir; public virtual event EventHandler FileSelectedChanged; public BrowseFile (HBox parent, string file, bool browse_file) { this.browse_file = browse_file; filename = new Entry (); browse = new Button (Catalog.GetString ("Browse...")); Filename = file; browse.Clicked += new EventHandler (OnBrowse); parent.Add (filename); parent.Add (browse); Gtk.Box.BoxChild box = (Gtk.Box.BoxChild) parent[browse]; box.Expand = false; box.Fill = false; parent.ShowAll (); } public string Filename { get { return filename.Text; } set { if (value == null) filename.Text = string.Empty; else filename.Text = value; } } public string DefaultDirectory { set { if (browse_file == false) throw new InvalidOperationException ("Default directory can only be set when browsing files"); default_dir = value; } } public Gtk.FileFilter[] Filters { set { filters = value; } } void OnBrowse (object o, EventArgs args) { FileChooserDialog chooser_dialog = new FileChooserDialog ( Catalog.GetString ("Open Location") , null, browse_file ? FileChooserAction.Open : FileChooserAction.SelectFolder); if (browse_file) { if (default_dir != null) chooser_dialog.SetCurrentFolder (default_dir); } else { chooser_dialog.SetCurrentFolder (filename.Text); } chooser_dialog.AddButton (Stock.Cancel, ResponseType.Cancel); chooser_dialog.AddButton (Stock.Open, ResponseType.Ok); chooser_dialog.DefaultResponse = ResponseType.Ok; chooser_dialog.LocalOnly = false; if (filters != null) { foreach (Gtk.FileFilter filter in filters) chooser_dialog.AddFilter (filter); } if (chooser_dialog.Run () == (int) ResponseType.Ok) { filename.Text = chooser_dialog.Filename; if (FileSelectedChanged != null) FileSelectedChanged (this, EventArgs.Empty); } chooser_dialog.Destroy (); } } } mistelix-0.33/src/Widgets/DataImageSurface.cs0000644000175000017500000000740111361416547021460 0ustar00jordijordi00000000000000// // Copyright (C) 2008 Aaron Bockover, abockover@novell.com // Copyright (C) 2008 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.Runtime.InteropServices; using Cairo; namespace Mistelix.Widgets { public class DataImageSurface : ImageSurface, IDisposable { delegate void cairo_destroy_func_t (IntPtr userdata); static int user_data_key = 0; static cairo_destroy_func_t destroy_func; protected IntPtr data; static protected bool is_le = BitConverter.IsLittleEndian; static void DestroyPixelData (IntPtr data) { Marshal.FreeHGlobal (data); } static DataImageSurface () { destroy_func = new cairo_destroy_func_t (DestroyPixelData); } static public IntPtr Allocate (byte [] pixels) { IntPtr ptr = Marshal.AllocHGlobal (pixels.Length); Marshal.Copy (pixels, 0, ptr, pixels.Length); return ptr; } public DataImageSurface (IntPtr data, Cairo.Format format, int width, int height, int stride) : base (data, format, width, height, width * 4) { this.data = data; SetDestroyFunc (); } public byte[] Get24bitsPixBuf () { return FromCairo32ToPixBuf (Data, Width, Height, 3); } // Converts a pixel data array from Cairo 32-bits to GDK 24/32 bits static public byte[] FromCairo32ToPixBuf (byte[] cairo_pixels, int width, int height, int channels) { int pos_cairo = 0; int pos_gdk = 0; byte [] pixels; pixels = new byte [height * width * channels]; for (int h = 0; h < height; h++) { for (int i = 0; i < width; i++) { if (is_le) { pixels[pos_gdk + 2] = cairo_pixels[pos_cairo + 0]; pixels[pos_gdk + 1] = cairo_pixels[pos_cairo + 1]; pixels[pos_gdk + 0] = cairo_pixels[pos_cairo + 2]; if (channels == 4) pixels[pos_gdk + 3] = cairo_pixels[pos_cairo + 3]; } else { pixels[pos_gdk + 0] = cairo_pixels[pos_cairo + 1]; pixels[pos_gdk + 1] = cairo_pixels[pos_cairo + 2]; pixels[pos_gdk + 2] = cairo_pixels[pos_cairo + 3]; if (channels == 4) pixels[pos_gdk + 3] = cairo_pixels[pos_cairo + 0]; } pos_gdk += channels; pos_cairo += 4; } } return pixels; } [DllImport ("libcairo.so.2")] static extern Cairo.Status cairo_surface_set_user_data (IntPtr surface, ref int key, IntPtr userdata, cairo_destroy_func_t destroy); void SetDestroyFunc () { try { Cairo.Status status = cairo_surface_set_user_data (Handle, ref user_data_key, data, destroy_func); if (status != Cairo.Status.Success) { throw new ApplicationException (String.Format ( "cairo_surface_set_user_data returned {0}", status)); } } catch (Exception e) { Console.Error.WriteLine (e); } } } } mistelix-0.33/src/Widgets/CairoImageCellRenderer.cs0000644000175000017500000000577011246543334022626 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Cairo; namespace Mistelix.Widgets { public class RequestThumbnailEventArgs: EventArgs { Gtk.TreeIter iter; public RequestThumbnailEventArgs (Gtk.TreeIter iter) { this.iter = iter; } public Gtk.TreeIter Iter { get { return iter; } } } public delegate void RequestThumbnailEventHandler (object sender, RequestThumbnailEventArgs e); // Renders a Cairo Image into a tree Cell public class CairoImageCellRenderer : CellRenderer { int width, height; Cairo.ImageSurface surface, default_surface; Gtk.TreeIter iter; RequestThumbnailEventHandler request_thumbnail; public CairoImageCellRenderer (int width, int height, Cairo.ImageSurface default_surface, RequestThumbnailEventHandler request_thumbnail) { this.width = width; this.height = height; this.default_surface = default_surface; this.request_thumbnail = request_thumbnail; } public Gtk.TreeIter Iter { get { return iter; } set { iter = value; } } public override void GetSize (Widget widget, ref Gdk.Rectangle cell_area, out int x_offset, out int y_offset, out int w, out int h) { x_offset = 0; y_offset = 0; w = width + ((int) Xpad) * 2; h = height + ((int) Ypad) * 2; } protected override void Render (Gdk.Drawable window, Widget widget, Gdk.Rectangle background, Gdk.Rectangle cell, Gdk.Rectangle expose, CellRendererState flags) { Cairo.Context cr = Gdk.CairoHelper.Create (window); TreeView parent = (TreeView) widget; surface = (DataImageSurface) parent.Model.GetValue (iter, SlideShowImageView.COL_CAIROIMAGE); if (surface == null) request_thumbnail (this, new RequestThumbnailEventArgs (iter)); cr.Rectangle (cell.X, cell.Y, cell.Width, cell.Height); cr.SetSourceSurface (surface != null ? surface : default_surface, cell.X, cell.Y); cr.Paint (); (cr as System.IDisposable).Dispose (); } } } mistelix-0.33/src/Widgets/WelcomeView.cs0000644000175000017500000003233211463224272020555 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using System.IO; using Gtk; using Gdk; using System.Collections.Generic; using System.ComponentModel; using Mono.Unix; using Mistelix.Widgets; using Mistelix.DataModel; using Mistelix.Core; namespace Mistelix.Widgets { class WelcomeView : Gtk.HBox { // Used to report when a file has been open from the recent file list public delegate void ProjectOpenEventHandler (object sender, ProjectOpenEventHandlerEventArgs e); public class ProjectOpenEventHandlerEventArgs: EventArgs { string project; public ProjectOpenEventHandlerEventArgs (string project) { this.project = project; } public string Project { get { return project; } } } // Contains the list of recent projects class RecentProjectsTreeView : TreeView { ListStore tree_store; WelcomeView view; BackgroundWorker thumbnailing; bool empty; public RecentProjectsTreeView (WelcomeView view) { this.view = view; Model = tree_store = CreateStore (); RulesHint = true; AppendColumn (Catalog.GetString ("Project"), new CellRendererText (), "text", COL_NAME); AppendColumn (Catalog.GetString ("Last Accessed"), new CellRendererText (), "text", COL_DATE); AppendColumn (Catalog.GetString ("Thumbnail"), new CellRendererPixbuf (), "pixbuf", COL_PIXBUF); RowActivated += OnRowActivate; tree_store.SetSortFunc (0, new Gtk.TreeIterCompareFunc (SortByTime)); thumbnailing = new BackgroundWorker (); thumbnailing.DoWork += new DoWorkEventHandler (DoWork); PopulateRecentFiles (); } ListStore CreateStore () { // Image filename, date, Image, full filename, thumbnail_done return new ListStore (typeof (string), typeof (string), typeof (Gdk.Pixbuf) , typeof (RecentFile), typeof (bool)); } void OnRowActivate (object o, RowActivatedArgs args) { if (view.ProjectOpen == null) return; TreeIter iter; tree_store.GetIter (out iter, args.Path); RecentFile recent; if (tree_store.GetValue (iter, COL_OBJECT) == null) return; recent = (RecentFile) tree_store.GetValue (iter, COL_OBJECT); view.ProjectOpen (this, new ProjectOpenEventHandlerEventArgs (recent.filename)); } public void PopulateRecentFiles () { tree_store.Clear (); if (view.recent_files.Items.Count == 0) { tree_store.AppendValues (Catalog.GetString ("No recent projects"), "", null, null); empty = true; return; } empty = false; foreach (RecentFile recent in view.recent_files.Items) { FileInfo fi = new FileInfo (recent.filename); tree_store.AppendValues (fi.Name, recent.TimeSinceEdited, null, recent, false); } tree_store.SetSortColumnId (0, SortType.Descending); if (thumbnailing.IsBusy == false) thumbnailing.RunWorkerAsync (tree_store); } public void AddRecentFile (RecentFile recent) { if (empty == true) { empty = false; tree_store.Clear (); } FileInfo fi = new FileInfo (recent.filename); tree_store.AppendValues (fi.Name, recent.TimeSinceEdited, null, recent, false); tree_store.SetSortColumnId (0, SortType.Descending); if (thumbnailing.IsBusy == false) thumbnailing.RunWorkerAsync (tree_store); } public void UpdateRecentFile (RecentFile item) { tree_store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { RecentFile recent = (RecentFile) tree_store.GetValue (iter, COL_OBJECT); if (recent.filename == item.filename) { tree_store.SetValue (iter, COL_OBJECT, item); tree_store.SetValue (iter, COL_DATE, item.TimeSinceEdited); tree_store.SetValue (iter, COL_THUMBNAIL, false); return true; } return false; }); tree_store.SetSortColumnId (0, SortType.Descending); if (thumbnailing.IsBusy == false) thumbnailing.RunWorkerAsync (tree_store); } public void RemoveRecentFile (RecentFile item) { tree_store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { RecentFile recent = (RecentFile) tree_store.GetValue (iter, COL_OBJECT); if (recent.filename == item.filename) { tree_store.Remove (ref iter); return true; } return false; }); } int SortByTime (Gtk.TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b) { RecentFile recent_a, recent_b; if (model.GetValue (a, COL_OBJECT) == null || model.GetValue (b, COL_OBJECT) == null) return 0; recent_a = (RecentFile) model.GetValue (a, COL_OBJECT); recent_b = (RecentFile) model.GetValue (b, COL_OBJECT); return DateTime.Compare (recent_a.timestamp, recent_b.timestamp); } static void DoWork (object sender, DoWorkEventArgs e) { ListStore store = (ListStore) e.Argument; Logger.Debug ("WelcomeView.DoWork. Start"); store.Foreach (delegate (TreeModel model, TreePath path, TreeIter iter) { RecentFile recent; Gdk.Pixbuf im; Project project; if (store.GetValue (iter, COL_OBJECT) == null) return false; if (((bool) store.GetValue (iter, COL_THUMBNAIL)) == true) return false; recent = (RecentFile) store.GetValue (iter, COL_OBJECT); try { project = new Project (); project.Load (recent.filename); im = project.GetThumbnail (ThumbnailSizeManager.Current.Width, ThumbnailSizeManager.Current.Height); Logger.Debug ("WelcomeView.DoWork. Thumbnailed {0}", recent.filename); } catch (Exception ex) { Logger.Error ("WelcomeView.Dowork. Exception: " + ex.Message); return false; } Application.Invoke (delegate { if (im != null) store.SetValue (iter, COL_PIXBUF, im); store.SetValue (iter, COL_THUMBNAIL, true); } ); return false; }); Logger.Debug ("WelcomeView.DoWork. End"); } } Gtk.VBox action_vbox; Gtk.Label welcome_label; Gtk.Table action_table; Gtk.Button dvd_button; Gtk.Button slideshow_button; Gtk.VBox dvd_vbox; Gtk.Label recent_label; RecentProjectsTreeView recent_treeview; Gtk.Button buttonCancel; Gtk.Button buttonOk; RecentFilesStorage recent_files; const int COL_NAME = 0; const int COL_DATE = 1; const int COL_PIXBUF = 2; const int COL_OBJECT = 3; const int COL_THUMBNAIL = 4; const int BUTTON_SIZE = 80; public ProjectOpenEventHandler ProjectOpen; public EventHandler ButtonDVD; public EventHandler ButtonSlideshow; public WelcomeView (Gtk.VBox box, RecentFilesStorage recent_files) { string text; this.recent_files = recent_files; this.recent_files.ListUpdated += new ObservableList .CollectionChangedEventHandler (OnListUpdated); Homogeneous = true; Spacing = 6; BorderWidth = 20; // action_vbox packs all the elements in the left column action_vbox = new Gtk.VBox(); action_vbox.Spacing = 30; // Welcome label welcome_label = new Gtk.Label (); text = Catalog.GetString ("Welcome to Mistelix"); text += "\n\n"; text += Catalog.GetString ("Mistelix is a DVD authoring application also\nwith Theora slideshow creation capabilities."); welcome_label.Markup = text; action_vbox.Add (welcome_label); Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(action_vbox[welcome_label])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Action table action_table = new Gtk.Table (((uint)(2)), ((uint)(1)), false); action_table.RowSpacing = ((uint)(50)); action_table.ColumnSpacing = ((uint)(1)); // DVD button dvd_button = new Gtk.Button (); dvd_button.CanFocus = true; dvd_button.UseUnderline = true; dvd_button.Clicked += new EventHandler (OnButtonDVD); Gtk.Alignment w3 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F); Gtk.HBox w4 = new Gtk.HBox (); w4.Spacing = 2; Gtk.Image w5 = new Gtk.Image(); Pixbuf pb = new Pixbuf (null, "button-dvd.svg"); w5.Pixbuf = pb.ScaleSimple (BUTTON_SIZE, BUTTON_SIZE, InterpType.Hyper); w4.Add (w5); Gtk.Label w7 = new Gtk.Label (); text = Catalog.GetString ("Create a DVD project"); text += "\n\n"; text += Catalog.GetString ("Create a DVD with videos and slideshows\nthat can be played in DVD players."); w7.LabelProp = text; w7.UseUnderline = true; w4.Add (w7); w3.Add (w4); dvd_button.Add (w3); action_table.Add (dvd_button); Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(action_table[dvd_button])); w11.TopAttach = ((uint)(1)); w11.BottomAttach = ((uint)(2)); w11.XOptions = ((Gtk.AttachOptions)(4)); w11.YOptions = ((Gtk.AttachOptions)(4)); // Slideshown button slideshow_button = new Gtk.Button (); slideshow_button.CanFocus = true; slideshow_button.UseUnderline = true; slideshow_button.Clicked += new EventHandler (OnButtonSlideshow); Gtk.Alignment w12 = new Gtk.Alignment (0.5F, 0.5F, 0F, 0F); Gtk.HBox w13 = new Gtk.HBox (); w13.Spacing = 2; Gtk.Image w14 = new Gtk.Image (); pb = new Pixbuf (null, "button-slideshow.svg"); w14.Pixbuf = pb.ScaleSimple (BUTTON_SIZE, BUTTON_SIZE, InterpType.Hyper); w13.Add(w14); // Container child GtkHBox.Gtk.Container+ContainerChild Gtk.Label w16 = new Gtk.Label (); text = Catalog.GetString ("Create a Slideshow"); text += "\n\n"; text += Catalog.GetString ("Slideshow from a collection of images\nthat can be played in a PC."); w16.LabelProp = text; w16.UseUnderline = true; w13.Add (w16); w12.Add (w13); slideshow_button.Add (w12); action_table.Add(slideshow_button); Gtk.Table.TableChild w20 = ((Gtk.Table.TableChild)(action_table[slideshow_button])); w20.XOptions = ((Gtk.AttachOptions)(4)); w20.YOptions = ((Gtk.AttachOptions)(4)); action_vbox.Add(action_table); Gtk.Box.BoxChild w21 = ((Gtk.Box.BoxChild)(action_vbox[action_table])); w21.Position = 1; w21.Expand = false; w21.Fill = false; Add (action_vbox); Gtk.Box.BoxChild w22 = (Gtk.Box.BoxChild) this[action_vbox]; w22.Position = 0; w22.Expand = false; w22.Fill = false; // dvd_vbox packs all the elements in the left column dvd_vbox = new Gtk.VBox (); dvd_vbox.Spacing = 30; // Container child dvd_vbox.Gtk.Box+BoxChild recent_label = new Gtk.Label (); recent_label.Markup = Mono.Unix.Catalog.GetString ("Recent Projects"); dvd_vbox.Add(recent_label); Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(dvd_vbox[recent_label])); w23.Position = 0; w23.Expand = false; w23.Fill = false; // Recent projects Treeview Gtk.ScrolledWindow scrolled_win = new Gtk.ScrolledWindow (); Gtk.VBox tree_vbox = new Gtk.VBox (); recent_treeview = new RecentProjectsTreeView (this); tree_vbox.Add (recent_treeview); scrolled_win.AddWithViewport (tree_vbox); dvd_vbox.Add (scrolled_win); Add (dvd_vbox); Gtk.Box.BoxChild treeview_child = ((Gtk.Box.BoxChild)(tree_vbox [recent_treeview])); treeview_child.Position = 1; treeview_child.Expand = false; treeview_child.Fill = false; Gtk.Box.BoxChild scrolled_child = ((Gtk.Box.BoxChild)(dvd_vbox [scrolled_win])); scrolled_child.Position = 1; scrolled_child.Expand = true; scrolled_child.Fill = true; Gtk.Box.BoxChild dvd_vbox_child = (Gtk.Box.BoxChild) this [dvd_vbox]; dvd_vbox_child.Position = 1; dvd_vbox_child.Expand = false; dvd_vbox_child.Fill = true; box.Add(this); } void OnButtonDVD (object sender, EventArgs args) { if (ButtonDVD != null) ButtonDVD (sender, args); } void OnButtonSlideshow (object sender, EventArgs args) { if (ButtonSlideshow != null) ButtonSlideshow (sender, args); } void OnListUpdated (object sender, ObservableList .CollectionChangedEventArgs e) { Logger.Debug ("WelcomeView.OnListUpdated. type:{0} item:s{1}", e.Type, e.Item); switch (e.Type) { case ObservableList.ChangeType.ElementChanged: recent_treeview.UpdateRecentFile (e.Item); break; case ObservableList.ChangeType.ElementAdded: recent_treeview.AddRecentFile (e.Item); break; case ObservableList.ChangeType.ElementRemoved: recent_treeview.RemoveRecentFile (e.Item); break; case ObservableList.ChangeType.ListCleared: recent_treeview.PopulateRecentFiles (); break; default: break; } } } } mistelix-0.33/src/Widgets/DataMenuItem.cs0000644000175000017500000000265611246543334020654 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; namespace Mistelix.Widgets { // MenuItem with data object attached class MenuItemData : Gtk.MenuItem { object obj; public MenuItemData (string label) : base (label) { ShowAll (); } public new object Data { get {return obj; } set {obj = value; } } } } mistelix-0.33/src/Defines.cs.in0000644000175000017500000000437211514601512016677 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; static public class Defines { public const string APPNAME = "Mistelix"; public const string APPNAME_LOWER = "mistelix"; public const string VERSION = "@VERSION@"; public const string GNOME_LOCALE_DIR = "@prefix@/share/locale"; public const string DATA_DIR = "@prefix@/share/mistelix/"; public const string PROJECT_EXTENSION = ".mistelix"; public const string PROJECT_EXTENSION_FILTER = "*.mistelix"; public const string RECENTLY_USED = "mistelix.recently"; public const string SPUMUX_FILE = "spumux_mistelix.xml"; public const string DVDAUTHOR_FILE = "dvd_mistelix.xml"; public const string DVDAUTHOR_OUTDIR = "dvd"; public const string MAIN_MENU_FILE_PNG = "main_menu.png"; public const string MAIN_MENU_FILE_SRC = "welcome.mpeg"; public const string MAIN_MENU_FILE = "menu.mpeg"; public const string THEMES_FILE = "Themes.xml"; public const string PREFERENCES_FILE = "Preferences.xml"; public const string PROJECT_URL = "http://live.gnome.org/Mistelix"; public const string MANUAL_URL = "http://live.gnome.org/Mistelix/Manual"; public const string THEMES_URL = "http://live.gnome.org/Mistelix/Themes"; } mistelix-0.33/src/Makefile.am0000644000175000017500000001147311464063256016435 0ustar00jordijordi00000000000000EXTRAFLAGS = -nowarn:0169 -unsafe $(CSC_DEFINES) WRAPPER = mistelix MISTELIX_CSDISTFILES = \ $(srcdir)/mistelix.cs \ $(srcdir)/DataModel/PathList.cs \ $(srcdir)/DataModel/IntList.cs \ $(srcdir)/DataModel/Project.cs \ $(srcdir)/DataModel/ProjectDetails.cs \ $(srcdir)/DataModel/ButtonProjectElement.cs \ $(srcdir)/DataModel/VisibleProjectElement.cs \ $(srcdir)/DataModel/ProjectElement.cs \ $(srcdir)/DataModel/SlideShowProjectElement.cs \ $(srcdir)/DataModel/VideoProjectElement.cs \ $(srcdir)/DataModel/Theme.cs \ $(srcdir)/DataModel/ProjectBuilder.cs \ $(srcdir)/Widgets/DirectoryView.cs \ $(srcdir)/Widgets/FileView.cs \ $(srcdir)/Widgets/ImagesFileView.cs \ $(srcdir)/Widgets/VideosFileView.cs \ $(srcdir)/Widgets/SlideShowImageView.cs \ $(srcdir)/Widgets/AuthoringPaneView.cs \ $(srcdir)/Widgets/ProjectElementView.cs \ $(srcdir)/Widgets/PixbufImageSurface.cs \ $(srcdir)/Widgets/SlideShowView.cs \ $(srcdir)/Widgets/ExtendedMenu.cs \ $(srcdir)/Dialogs/BuilderDialog.cs \ $(srcdir)/Dialogs/AddSlideDialog.cs \ $(srcdir)/Dialogs/AddVideoDialog.cs \ $(srcdir)/Dialogs/NewProjectDialog.cs \ $(srcdir)/DataModel/ProgressEventArgs.cs \ $(srcdir)/Dialogs/BuildProjectDialog.cs \ $(srcdir)/Dialogs/ThemeSelectionDialog.cs \ $(srcdir)/Backends/Spumux.cs \ $(srcdir)/Backends/DvdAuthor.cs \ $(srcdir)/DataModel/Transition.cs \ $(srcdir)/Core/NoneTransition.cs \ $(srcdir)/Core/TransitionManager.cs \ $(srcdir)/Core/XmlStorage.cs \ $(srcdir)/Core/SlideImage.cs \ $(srcdir)/Core/SlideShow.cs \ $(srcdir)/Core/DvdProjectBuilder.cs \ $(srcdir)/Core/SlideShowsProjectBuilder.cs \ $(srcdir)/Core/Logger.cs \ $(srcdir)/Core/DvdMenu.cs \ $(srcdir)/Core/ThemeManager.cs \ $(srcdir)/Dialogs/PreferencesDialog.cs \ $(srcdir)/Core/Video.cs \ $(srcdir)/Widgets/Utils.cs \ $(srcdir)/Dialogs/ButtonPropertiesDialog.cs \ $(srcdir)/Core/Button.cs \ $(srcdir)/Dialogs/ProjectPropertiesDialog.cs \ $(srcdir)/Core/Preferences.cs \ $(srcdir)/Widgets/BrowseFile.cs \ $(srcdir)/DataModel/Resolution.cs \ $(srcdir)/Core/ThumbnailSizeManager.cs \ $(srcdir)/DataModel/TextPosition.cs \ $(srcdir)/Core/SvgImage.cs \ $(srcdir)/DataModel/AspectRatio.cs \ $(srcdir)/Dialogs/AboutDialog.cs \ $(srcdir)/Core/Dependencies.cs \ $(srcdir)/Dialogs/CheckDependenciesDialog.cs \ $(srcdir)/DataModel/ObservableList.cs \ $(srcdir)/DataModel/Effect.cs \ $(srcdir)/Core/EffectManager.cs \ $(srcdir)/Widgets/DataImageSurface.cs \ $(srcdir)/Core/ResolutionManager.cs \ $(srcdir)/Dialogs/AudioSelectionDialog.cs \ $(srcdir)/Widgets/CairoImageCellRenderer.cs \ $(srcdir)/Widgets/WelcomeView.cs \ $(srcdir)/DataModel/RecentFile.cs \ $(srcdir)/Core/RecentFilesStorage.cs \ $(srcdir)/Backends/GStreamer/DetectMedia.cs \ $(srcdir)/Backends/GStreamer/Video.cs \ $(srcdir)/Backends/GStreamer/Thumbnail.cs \ $(srcdir)/Backends/GStreamer/SlideShow.cs \ $(srcdir)/Backends/GStreamer/Plugins.cs \ $(srcdir)/Backends/OS/Unix.cs \ $(srcdir)/Backends/ThumbnailCache/Provider.cs \ $(srcdir)/Backends/ThumbnailCache/Factory.cs \ $(srcdir)/Backends/ThumbnailCache/Gnome.cs \ $(srcdir)/Backends/ThumbnailCache/None.cs \ $(srcdir)/Widgets/DataMenuItem.cs \ $(srcdir)/DataModel/Task.cs \ $(srcdir)/Core/TaskDispatcher.cs \ $(srcdir)/DataModel/ThumbnailCollection.cs \ $(srcdir)/Builder/Builder.cs \ $(srcdir)/Builder/BuilderConnectFunc.cs \ $(srcdir)/Builder/GtkBeansSharp.BuilderConnectFuncNative.cs \ $(srcdir)/Builder/ObjectManager.cs ASSEMBLIES = \ $(MISTELIX_LIBS) \ -r:Mono.Cairo.dll \ -r:Mono.Posix RESOURCES = \ $(srcdir)/mistelix.ui \ $(srcdir)/Dialogs/ui/AddVideoDialog.ui \ $(srcdir)/Dialogs/ui/AudioSelectionDialog.ui \ $(srcdir)/Dialogs/ui/BuildProjectDialog.ui \ $(srcdir)/Dialogs/ui/ButtonPropertiesDialog.ui \ $(srcdir)/Dialogs/ui/CheckDependenciesDialog.ui \ $(srcdir)/Dialogs/ui/NewProjectDialog.ui \ $(srcdir)/Dialogs/ui/PreferencesDialog.ui \ $(srcdir)/Dialogs/ui/ProjectPropertiesDialog.ui \ $(srcdir)/Dialogs/ui/ThemeSelectionDialog.ui \ $(srcdir)/Dialogs/ui/AddSlideDialog.ui \ $(srcdir)/mistelix.addin.xml RES = \ $(top_srcdir)/data/mistelix.svg \ $(top_srcdir)/data/mistelix.png \ $(top_srcdir)/data/button-slideshow.svg \ $(top_srcdir)/data/button-dvd.svg \ $(RESOURCES) RES_CSFLAGS = $(foreach res, $(RES), -resource:$(res)) mistelixdir = $(libdir)/mistelix mistelix_SCRIPTS = mistelix.exe mistelix_DATA = ../data/mistelix.exe.config bin_SCRIPTS = mistelix MISTELIX_CSFILES = $(MISTELIX_CSDISTFILES) \ Defines.cs mistelix.exe: $(MISTELIX_CSFILES) $(RESOURCES) $(CSC) -target:winexe -out:$@ $(EXTRAFLAGS) $(MISTELIX_CSFILES) $(ASSEMBLIES) $(RES_CSFLAGS) all: mistelix.exe EXTRA_DIST = \ $(srcdir)/mono-addins-strings.xml \ $(RESOURCES) \ $(MISTELIX_CSDISTFILES) CLEANFILES = \ mistelix.exe.config \ mistelix.exe.mdb \ mistelix.exe \ mistelix DISTCLEANFILES = \ Makefile mistelix-0.33/src/Makefile.in0000644000175000017500000005163011514602273016437 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src DIST_COMMON = $(srcdir)/Defines.cs.in $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/mistelix.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = mistelix Defines.cs CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mistelixdir)" \ "$(DESTDIR)$(mistelixdir)" SCRIPTS = $(bin_SCRIPTS) $(mistelix_SCRIPTS) SOURCES = DIST_SOURCES = DATA = $(mistelix_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRAFLAGS = -nowarn:0169 -unsafe $(CSC_DEFINES) WRAPPER = mistelix MISTELIX_CSDISTFILES = \ $(srcdir)/mistelix.cs \ $(srcdir)/DataModel/PathList.cs \ $(srcdir)/DataModel/IntList.cs \ $(srcdir)/DataModel/Project.cs \ $(srcdir)/DataModel/ProjectDetails.cs \ $(srcdir)/DataModel/ButtonProjectElement.cs \ $(srcdir)/DataModel/VisibleProjectElement.cs \ $(srcdir)/DataModel/ProjectElement.cs \ $(srcdir)/DataModel/SlideShowProjectElement.cs \ $(srcdir)/DataModel/VideoProjectElement.cs \ $(srcdir)/DataModel/Theme.cs \ $(srcdir)/DataModel/ProjectBuilder.cs \ $(srcdir)/Widgets/DirectoryView.cs \ $(srcdir)/Widgets/FileView.cs \ $(srcdir)/Widgets/ImagesFileView.cs \ $(srcdir)/Widgets/VideosFileView.cs \ $(srcdir)/Widgets/SlideShowImageView.cs \ $(srcdir)/Widgets/AuthoringPaneView.cs \ $(srcdir)/Widgets/ProjectElementView.cs \ $(srcdir)/Widgets/PixbufImageSurface.cs \ $(srcdir)/Widgets/SlideShowView.cs \ $(srcdir)/Widgets/ExtendedMenu.cs \ $(srcdir)/Dialogs/BuilderDialog.cs \ $(srcdir)/Dialogs/AddSlideDialog.cs \ $(srcdir)/Dialogs/AddVideoDialog.cs \ $(srcdir)/Dialogs/NewProjectDialog.cs \ $(srcdir)/DataModel/ProgressEventArgs.cs \ $(srcdir)/Dialogs/BuildProjectDialog.cs \ $(srcdir)/Dialogs/ThemeSelectionDialog.cs \ $(srcdir)/Backends/Spumux.cs \ $(srcdir)/Backends/DvdAuthor.cs \ $(srcdir)/DataModel/Transition.cs \ $(srcdir)/Core/NoneTransition.cs \ $(srcdir)/Core/TransitionManager.cs \ $(srcdir)/Core/XmlStorage.cs \ $(srcdir)/Core/SlideImage.cs \ $(srcdir)/Core/SlideShow.cs \ $(srcdir)/Core/DvdProjectBuilder.cs \ $(srcdir)/Core/SlideShowsProjectBuilder.cs \ $(srcdir)/Core/Logger.cs \ $(srcdir)/Core/DvdMenu.cs \ $(srcdir)/Core/ThemeManager.cs \ $(srcdir)/Dialogs/PreferencesDialog.cs \ $(srcdir)/Core/Video.cs \ $(srcdir)/Widgets/Utils.cs \ $(srcdir)/Dialogs/ButtonPropertiesDialog.cs \ $(srcdir)/Core/Button.cs \ $(srcdir)/Dialogs/ProjectPropertiesDialog.cs \ $(srcdir)/Core/Preferences.cs \ $(srcdir)/Widgets/BrowseFile.cs \ $(srcdir)/DataModel/Resolution.cs \ $(srcdir)/Core/ThumbnailSizeManager.cs \ $(srcdir)/DataModel/TextPosition.cs \ $(srcdir)/Core/SvgImage.cs \ $(srcdir)/DataModel/AspectRatio.cs \ $(srcdir)/Dialogs/AboutDialog.cs \ $(srcdir)/Core/Dependencies.cs \ $(srcdir)/Dialogs/CheckDependenciesDialog.cs \ $(srcdir)/DataModel/ObservableList.cs \ $(srcdir)/DataModel/Effect.cs \ $(srcdir)/Core/EffectManager.cs \ $(srcdir)/Widgets/DataImageSurface.cs \ $(srcdir)/Core/ResolutionManager.cs \ $(srcdir)/Dialogs/AudioSelectionDialog.cs \ $(srcdir)/Widgets/CairoImageCellRenderer.cs \ $(srcdir)/Widgets/WelcomeView.cs \ $(srcdir)/DataModel/RecentFile.cs \ $(srcdir)/Core/RecentFilesStorage.cs \ $(srcdir)/Backends/GStreamer/DetectMedia.cs \ $(srcdir)/Backends/GStreamer/Video.cs \ $(srcdir)/Backends/GStreamer/Thumbnail.cs \ $(srcdir)/Backends/GStreamer/SlideShow.cs \ $(srcdir)/Backends/GStreamer/Plugins.cs \ $(srcdir)/Backends/OS/Unix.cs \ $(srcdir)/Backends/ThumbnailCache/Provider.cs \ $(srcdir)/Backends/ThumbnailCache/Factory.cs \ $(srcdir)/Backends/ThumbnailCache/Gnome.cs \ $(srcdir)/Backends/ThumbnailCache/None.cs \ $(srcdir)/Widgets/DataMenuItem.cs \ $(srcdir)/DataModel/Task.cs \ $(srcdir)/Core/TaskDispatcher.cs \ $(srcdir)/DataModel/ThumbnailCollection.cs \ $(srcdir)/Builder/Builder.cs \ $(srcdir)/Builder/BuilderConnectFunc.cs \ $(srcdir)/Builder/GtkBeansSharp.BuilderConnectFuncNative.cs \ $(srcdir)/Builder/ObjectManager.cs ASSEMBLIES = \ $(MISTELIX_LIBS) \ -r:Mono.Cairo.dll \ -r:Mono.Posix RESOURCES = \ $(srcdir)/mistelix.ui \ $(srcdir)/Dialogs/ui/AddVideoDialog.ui \ $(srcdir)/Dialogs/ui/AudioSelectionDialog.ui \ $(srcdir)/Dialogs/ui/BuildProjectDialog.ui \ $(srcdir)/Dialogs/ui/ButtonPropertiesDialog.ui \ $(srcdir)/Dialogs/ui/CheckDependenciesDialog.ui \ $(srcdir)/Dialogs/ui/NewProjectDialog.ui \ $(srcdir)/Dialogs/ui/PreferencesDialog.ui \ $(srcdir)/Dialogs/ui/ProjectPropertiesDialog.ui \ $(srcdir)/Dialogs/ui/ThemeSelectionDialog.ui \ $(srcdir)/Dialogs/ui/AddSlideDialog.ui \ $(srcdir)/mistelix.addin.xml RES = \ $(top_srcdir)/data/mistelix.svg \ $(top_srcdir)/data/mistelix.png \ $(top_srcdir)/data/button-slideshow.svg \ $(top_srcdir)/data/button-dvd.svg \ $(RESOURCES) RES_CSFLAGS = $(foreach res, $(RES), -resource:$(res)) mistelixdir = $(libdir)/mistelix mistelix_SCRIPTS = mistelix.exe mistelix_DATA = ../data/mistelix.exe.config bin_SCRIPTS = mistelix MISTELIX_CSFILES = $(MISTELIX_CSDISTFILES) \ Defines.cs EXTRA_DIST = \ $(srcdir)/mono-addins-strings.xml \ $(RESOURCES) \ $(MISTELIX_CSDISTFILES) CLEANFILES = \ mistelix.exe.config \ mistelix.exe.mdb \ mistelix.exe \ mistelix DISTCLEANFILES = \ Makefile all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mistelix: $(top_builddir)/config.status $(srcdir)/mistelix.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ Defines.cs: $(top_builddir)/config.status $(srcdir)/Defines.cs.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n' \ -e 'h;s|.*|.|' \ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) { files[d] = files[d] " " $$1; \ if (++n[d] == $(am__install_max)) { \ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ else { print "f", d "/" $$4, $$1 } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files install-mistelixSCRIPTS: $(mistelix_SCRIPTS) @$(NORMAL_INSTALL) test -z "$(mistelixdir)" || $(MKDIR_P) "$(DESTDIR)$(mistelixdir)" @list='$(mistelix_SCRIPTS)'; test -n "$(mistelixdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n' \ -e 'h;s|.*|.|' \ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) { files[d] = files[d] " " $$1; \ if (++n[d] == $(am__install_max)) { \ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ else { print "f", d "/" $$4, $$1 } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(mistelixdir)$$dir'"; \ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(mistelixdir)$$dir" || exit $$?; \ } \ ; done uninstall-mistelixSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(mistelix_SCRIPTS)'; test -n "$(mistelixdir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(mistelixdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(mistelixdir)" && rm -f $$files mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-mistelixDATA: $(mistelix_DATA) @$(NORMAL_INSTALL) test -z "$(mistelixdir)" || $(MKDIR_P) "$(DESTDIR)$(mistelixdir)" @list='$(mistelix_DATA)'; test -n "$(mistelixdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(mistelixdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(mistelixdir)" || exit $$?; \ done uninstall-mistelixDATA: @$(NORMAL_UNINSTALL) @list='$(mistelix_DATA)'; test -n "$(mistelixdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(mistelixdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(mistelixdir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(SCRIPTS) $(DATA) installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mistelixdir)" "$(DESTDIR)$(mistelixdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-mistelixDATA install-mistelixSCRIPTS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binSCRIPTS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binSCRIPTS uninstall-mistelixDATA \ uninstall-mistelixSCRIPTS .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-binSCRIPTS install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-mistelixDATA install-mistelixSCRIPTS install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ uninstall-binSCRIPTS uninstall-mistelixDATA \ uninstall-mistelixSCRIPTS mistelix.exe: $(MISTELIX_CSFILES) $(RESOURCES) $(CSC) -target:winexe -out:$@ $(EXTRAFLAGS) $(MISTELIX_CSFILES) $(ASSEMBLIES) $(RES_CSFLAGS) all: mistelix.exe # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/src/mistelix.in0000644000175000017500000000077211463570441016565 0ustar00jordijordi00000000000000#!/bin/bash prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ export DYLD_LIBRARY_PATH=$libdir/mistelix/:$DYLD_LIBRARY_PATH export LD_LIBRARY_PATH=$libdir/mistelix/${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} export GST_PLUGIN_PATH=$libdir/mistelix/gstreamer/:$GST_PLUGIN_PATH MONO_EXE="$libdir/mistelix/mistelix.exe" for arg in $*; do case "x--debug" in ("x${arg}") MONO_OPTIONS="--debug${MONO_OPTIONS+:$MONO_OPTIONS}" esac done exec -a mistelix mono $MONO_OPTIONS $MONO_EXE "$@" mistelix-0.33/src/mono-addins-strings.xml0000644000175000017500000000302111246543334021006 0ustar00jordijordi00000000000000 <_string>Add-in Manager <_string>Additional extensions are required to perform this operation. <_string>The following add-ins will be installed: <_string>Add-in Manager <_string>The following add-ins are currently installed: <_string>_Install Add-ins... <_string>_Repositories... <_string>_Uninstall... <_string>Enable <_string>Disable <_string>Add-in <_string>Version <_string>Other <_string>Version: <_string>Author: <_string>Copyright: <_string>Add-in Dependencies: <_string>Select the add-ins to install and click on Next <_string>Show all packages <_string>Show new versions only <_string>Show updates only <_string>_Unselect All <_string>Select _All <_string>Add-in Installation <_string>Name <_string>Url <_string>Install from: <_string>Repository <_string>All registered repositories <_string>Register an on-line repository <_string>Select the location of the repository you want to register: <_string>Register a local repository <_string>Url: <_string>Browse... <_string>Path: mistelix-0.33/src/mistelix.ui0000644000175000017500000005406211463224226016572 0ustar00jordijordi00000000000000 True Mistelix True vertical True True _File True True New Project... True image1 False Open Project... True image2 False _Save Project True True image3 False Save _As Project... True True image4 False True Recent _Projects True True _Close True True image5 False _Quit True True image6 False True _Edit True True True Select DVD Menu Theme... True True Preferences True True Manage Extensions True True _View True True True Show TV Safe Area True True _Project True True True Add Slideshow... True True Add Videos... True True Properties True image7 False True Build... True image8 False True _Help True True True Check Mistelix's Dependencies Requirements True True Mistelix's On-line Documentation True About True image9 False False False 0 True True True False True True True True vertical True True True True True <b>Project elements</b> True False False 5 0 Add Videos True True False True False False 20 1 Add Slideshow True True False True False False 2 False False 0 False 0 False False 0 False True True True True automatic automatic 0 True True 0 True True 1 True gtk-new True gtk-open True gtk-save True gtk-save-as True gtk-close True gtk-quit True gtk-properties True gtk-execute True gtk-about mistelix-0.33/src/mistelix.addin.xml0000644000175000017500000000110411246543334020023 0ustar00jordijordi00000000000000 mistelix-0.33/src/mistelix.cs0000644000175000017500000004474211515113411016555 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2010 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Gtk; using Gdk; using Gnome; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Diagnostics; using System.IO; using Mono.Unix; using Mono.Addins; using Mono.Addins.Setup; using Mistelix.Widgets; using Mistelix.Dialogs; using Mistelix.DataModel; using Mistelix.Core; using Mistelix.Backends.OS; namespace Mistelix { // // Mistelix main program class // class Mistelix : Program { [GtkBeans.Builder.Object ("mistelix")] Gtk.Window app_window; [GtkBeans.Builder.Object ("vertical_paned")] Gtk.HPaned vpaned; [GtkBeans.Builder.Object ("vpaned_horizontal")] Gtk.VPaned hpaned; [GtkBeans.Builder.Object ("scrolledwindow_elements")] Gtk.ScrolledWindow scrolledwin_elements; [GtkBeans.Builder.Object] Gtk.VBox left_vbox; [GtkBeans.Builder.Object] Gtk.MenuItem save_menuitem; [GtkBeans.Builder.Object] Gtk.MenuItem saveas_menuitem; [GtkBeans.Builder.Object] Gtk.MenuItem build_menuitem; [GtkBeans.Builder.Object] Gtk.MenuItem theme_menuitem; [GtkBeans.Builder.Object] Gtk.MenuItem properties_menuitem; [GtkBeans.Builder.Object] Gtk.MenuItem close_menuitem; [GtkBeans.Builder.Object] Gtk.Button videos_button; [GtkBeans.Builder.Object] Gtk.Button slideshows_button; [GtkBeans.Builder.Object] Gtk.CheckMenuItem safearea_menuitem; [GtkBeans.Builder.Object] Gtk.MenuItem add_slideshow; [GtkBeans.Builder.Object] Gtk.MenuItem add_videos; [GtkBeans.Builder.Object] Gtk.VBox rightpaned_vbox; [GtkBeans.Builder.Object] Gtk.VBox buttons_vbox; [GtkBeans.Builder.Object] Gtk.MenuItem recent_menuitem; ExtendedMenu recent_submenu; AuthoringPaneView authoring_view; Project project; ProjectElementView element_view; WelcomeView welcome_view; static string base_dir; static Preferences preferences; static RecentFilesStorage recent_files; static bool debugging; static Mistelix () { string debug; base_dir = System.IO.Path.Combine (Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData), Defines.APPNAME_LOWER); // Mono addins AddinManager.Initialize (base_dir); AddinManager.Registry.Update (null); SetupService setupService = new SetupService (AddinManager.Registry); preferences = new Preferences (); recent_files = new RecentFilesStorage (); debug = Environment.GetEnvironmentVariable ("MISTELIX_DEBUG"); if (String.Compare (debug, "true", false) == 0 || String.Compare (debug, "1", false) == 0) { debugging = true; Logger.LogLevel = Level.DEBUG; Logger.LogDevice = new FileLogger (); } } public Mistelix (string [] args, params object [] props) : base ("mistelix", Defines.VERSION, Modules.UI, args, props) { Gtk.Application.Init (); Logger.Info ("Mistelix " + Defines.VERSION + " starting"); Catalog.Init ("mistelix", Defines.GNOME_LOCALE_DIR); GtkBeans.Builder builder = new GtkBeans.Builder ("mistelix.ui"); builder.Autoconnect (this); foreach (TypeExtensionNode node in AddinManager.GetExtensionNodes ("/Mistelix/SlideTransitions")) Logger.Info ("Extension:" + node.CreateInstance ()); foreach (TypeExtensionNode node in EffectManager.List) Logger.Info ("Extension:" + node.CreateInstance ()); //project = authoring_view.Project = element_view.Project = new Project (); //project.Load ("/home/jordi/dev/mistelix/projects/Project_TwoSlidesShows.mistelix"); //element_view.LoadElements (); //authoring_view.UpdateTheme (); CreateViews (); if (preferences.GetBoolValue (Preferences.SafeAreaKey) == true) safearea_menuitem.Active = true; recent_submenu = new ExtendedMenu (); recent_menuitem.Submenu = recent_submenu; app_window.IconName = "mistelix"; hpaned.Position = 30; // H (right), controls position of top "Project elements" button bar vpaned.Position = 700; // W (left) LoadWindowPosition (); SensitiveToProjectContext (); } public static Preferences Preferences { get { return preferences; } } public static bool Debugging { get { return debugging; } } public static RecentFilesStorage RecentFiles { get { return recent_files; } } // Options only available in a project context void SensitiveToProjectContext () { bool active = (project == null ? false : true); save_menuitem.Sensitive = active; saveas_menuitem.Sensitive = active; build_menuitem.Sensitive = active; close_menuitem.Sensitive = active; slideshows_button.Sensitive = active; properties_menuitem.Sensitive = active; add_slideshow.Sensitive = active; if (project == null) { // WelcomeView rightpaned_vbox.Remove (scrolledwin_elements); left_vbox.HideAll (); buttons_vbox.HideAll (); welcome_view.ShowAll (); } else { welcome_view.HideAll (); buttons_vbox.ShowAll (); rightpaned_vbox.Add (scrolledwin_elements); if (project.Details.Type == ProjectType.DVD) { left_vbox.ShowAll (); element_view.ShowAll (); } else { left_vbox.HideAll (); element_view.ShowAll (); active = false; } } add_videos.Sensitive = active; theme_menuitem.Sensitive = active; safearea_menuitem.Sensitive = active; videos_button.Sensitive = active; } void CreateViews () { authoring_view = new AuthoringPaneView (left_vbox, project); welcome_view = new WelcomeView (rightpaned_vbox, recent_files); welcome_view.ProjectOpen += new WelcomeView.ProjectOpenEventHandler (OnOpenRecentProject); welcome_view.ButtonDVD += new EventHandler (OnProjectDVD); welcome_view.ButtonSlideshow += new EventHandler (OnProjectSlideshow); element_view = new ProjectElementView (project); scrolledwin_elements.Add (element_view); } public static void Main (string [] args) { Mistelix gui = new Mistelix (args); try { Backends.OS.Unix.SetProcessName (Defines.APPNAME_LOWER); } catch (Exception) { Logger.Error ("Mistelix.Main. Cannot set process name"); } gui.Run (); } void OnAddVideos (object sender, EventArgs args) { AddVideoDialog dialog = new AddVideoDialog (); if (dialog.RunModal () == ResponseType.Ok) { foreach (VideoProjectElement video in dialog.Videos) { project.AddElement (video); element_view.AddElement (video); } } } void OnAddSlideShow (object sender, EventArgs args) { AddSlideDialogRunner.Create (project); if (AddSlideDialogRunner.Run () == ResponseType.Ok) { SlideShow slideshow = AddSlideDialogRunner.Dialog.GenerateSlideShow (); if (slideshow.images.Count > 0) { Logger.Debug ("Mistelix.OnSlideshowsButtonClicked. Ok"); project.AddElement (slideshow); element_view.AddElement (slideshow); } } AddSlideDialogRunner.ProcessResponse (); } void OnPreferences (object sender, EventArgs args) { PreferencesDialog dialog = new PreferencesDialog (); if (dialog.RunModal () != ResponseType.Ok) return; if (dialog.NeedsRepaint) { element_view.LoadElements (); authoring_view.UpdateTheme (); } } void OnAbout (object sender, EventArgs args) { Dialogs.AboutDialog about = new Dialogs.AboutDialog (); about.Run (); about.Destroy (); } void OnQuit (object sender, EventArgs args) { SaveWindowPosition (); Quit (); } void OnDeleteWindow (object sender, DeleteEventArgs args) { SaveWindowPosition (); Quit (); } void LoadWindowPosition () { bool maximized; maximized = Preferences.GetBoolValue (Preferences.MainWindowMaximizedKey); if (maximized) { app_window.Maximize (); return; } int x, y, width, height; x = Preferences.GetIntValue (Preferences.MainWindowX); y = Preferences.GetIntValue (Preferences.MainWindowY); width = Preferences.GetIntValue (Preferences.MainWindowWidth); height = Preferences.GetIntValue (Preferences.MainWindowHeight); app_window.Unmaximize (); app_window.Move (x, y); app_window.Resize (width, height); } void SaveWindowPosition () { bool maximized; maximized = (app_window.GdkWindow.State & Gdk.WindowState.Maximized) > 0; Preferences.SetBoolValue (Preferences.MainWindowMaximizedKey, maximized); if (!maximized) { int x, y, width, height; app_window.GetPosition (out x, out y); app_window.GetSize (out width, out height); Preferences.SetIntValue (Preferences.MainWindowX, x); Preferences.SetIntValue (Preferences.MainWindowY, y); Preferences.SetIntValue (Preferences.MainWindowWidth, width); Preferences.SetIntValue (Preferences.MainWindowHeight, height); } Preferences.Save (); } void OnManageExtensions (object sender, EventArgs args) { Mono.Addins.Gui.AddinManagerWindow.Run (app_window); } void OnBuildProject (object sender, EventArgs args) { Dependencies dependencies; bool support; string msg_audio; dependencies = new Dependencies (); if (project.AudioSupportedFormat (out msg_audio) == false) { string msg; msg = String.Format (Catalog.GetString ( // Translators: {0} is the error message "{0}\n\nGo to 'Check Mistelix's Dependencies Requirements' dialog and make sure that you have the right audio codecs installed.\n\nIf you continue, your project will have no audio."), msg_audio); MessageDialog md = new MessageDialog (app_window, DialogFlags.Modal, MessageType.Warning, ButtonsType.Ok, false, msg); md.Run (); md.Destroy (); } if (project.Details.Type == ProjectType.DVD) support = dependencies.DvdSupport; else support = dependencies.TheoraSupport; if (support == false) { CheckDependenciesDialog dependencies_dialog = new CheckDependenciesDialog (project); dependencies_dialog.Dependencies = dependencies; dependencies_dialog.RunModal (); return; } if (project.Details.Type == ProjectType.DVD) { if (project.Buttons.Count == 0) { String msg; msg = Catalog.GetString ("A DVD project needs at least one button item. You can create a button by dragging a project element into the main DVD menu area."); MessageDialog md = new MessageDialog (app_window, DialogFlags.Modal, MessageType.Warning, ButtonsType.Ok, msg); md.Run (); md.Destroy (); return; } if (project.Details.Theme == null) { String msg; msg = Catalog.GetString ("A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to select a theme."); MessageDialog md = new MessageDialog (app_window, DialogFlags.Modal, MessageType.Warning, ButtonsType.Ok, msg); md.Run (); md.Destroy (); return; } } BuildProjectDialog build_dialog = new BuildProjectDialog (project); build_dialog.RunModal (); } void OnNewProject (object sender, EventArgs args) { NewProject (ProjectType.Slideshows); } void NewProject (ProjectType type) { NewProjectDialog dialog = new NewProjectDialog (type); if (dialog.RunModal () == ResponseType.Ok) { project = authoring_view.Project = element_view.Project = dialog.NewProject; SensitiveToProjectContext (); element_view.LoadElements (); app_window.QueueDraw (); UpdateWindowTitle (); } } void OnProjectDVD (object sender, EventArgs args) { NewProject (ProjectType.DVD); } void OnProjectSlideshow (object sender, EventArgs args) { NewProject (ProjectType.Slideshows); } void OnThemeBrowser (object sender, EventArgs args) { ThemeSelectionDialog dialog = new ThemeSelectionDialog (project); if (dialog.RunModal () == ResponseType.Ok) { authoring_view.UpdateTheme (); } } void OnOpenProject (object sender, EventArgs args) { ResponseType response; string filename; FileFilter filter = new FileFilter (); FileChooserDialog chooser_dialog = new FileChooserDialog ( Catalog.GetString ("Open Project") , null, FileChooserAction.Open); chooser_dialog.SetCurrentFolder (Mistelix.Preferences.GetStringValue (Preferences.ProjectsDirectoryKey)); chooser_dialog.AddButton (Gtk.Stock.Cancel, ResponseType.Cancel); chooser_dialog.AddButton (Gtk.Stock.Open, ResponseType.Ok); chooser_dialog.DefaultResponse = ResponseType.Ok; chooser_dialog.LocalOnly = false; filter.AddPattern (Defines.PROJECT_EXTENSION_FILTER); filter.Name = Catalog.GetString ("Mistelix projects"); chooser_dialog.AddFilter (filter); response = (ResponseType) chooser_dialog.Run (); filename = chooser_dialog.Filename; chooser_dialog.Destroy (); if (response != ResponseType.Ok) return; OpenProject (filename); } void OpenProject (string filename) { try { Project load_project; load_project = new Project (); load_project.Load (filename); project = authoring_view.Project = element_view.Project = load_project; SensitiveToProjectContext (); app_window.QueueDraw (); element_view.LoadElements (); authoring_view.UpdateTheme (); app_window.QueueDraw (); UpdateWindowTitle (); recent_files.Add (filename); } catch (Exception e) { String msg; msg = String.Format (Catalog.GetString ("Error loading project '{0}'"), e.Message); MessageDialog md = new MessageDialog (app_window, DialogFlags.Modal, MessageType.Warning, ButtonsType.Ok, msg); md.Run (); md.Destroy (); } } void OnSaveProject (object sender, EventArgs args) { Logger.Debug ("Mistelix.OnSaveProject. Filename {0}", project.Details.Filename); if (project.Details.Filename != null) { Save (project.Details.Filename); return; } OnSaveAs (sender, args); } void OnSaveAs (object sender, EventArgs args) { FileChooserDialog chooser_dialog = new FileChooserDialog ( Catalog.GetString ("Save Project") , null, FileChooserAction.Save); chooser_dialog.SetCurrentFolder (Mistelix.Preferences.GetStringValue (Preferences.ProjectsDirectoryKey)); chooser_dialog.CurrentName = project.Details.Name + Defines.PROJECT_EXTENSION; chooser_dialog.AddButton (Gtk.Stock.Cancel, ResponseType.Cancel); chooser_dialog.AddButton (Gtk.Stock.Save, ResponseType.Ok); chooser_dialog.DefaultResponse = ResponseType.Ok; chooser_dialog.LocalOnly = true; while (true) { if (chooser_dialog.Run () == (int) ResponseType.Ok) { Logger.Debug ("Mistelix.OnSaveProject. Selected file {0}", chooser_dialog.Uri); if (File.Exists (chooser_dialog.Filename) == true) { String msg; msg = Catalog.GetString ("The file already exist. Do you want to overwrite it?"); MessageDialog md = new MessageDialog (app_window, DialogFlags.Modal, MessageType.Warning, ButtonsType.YesNo, msg); ResponseType result = (ResponseType)md.Run (); md.Destroy (); if (result != ResponseType.Yes) continue; } Save (chooser_dialog.Filename); break; } else break; } chooser_dialog.Destroy (); } void Save (string filename) { try { project.Save (filename); recent_files.Add (filename); return; } catch (Exception e) { String msg; msg = String.Format (Catalog.GetString ("An error has occurred when saving the file.\nError: '{0}'"), e.Message); MessageDialog md = new MessageDialog (app_window, DialogFlags.Modal, MessageType.Warning, ButtonsType.Ok, msg); md.Run (); md.Destroy (); } } void OnViewSafeArea (object sender, EventArgs args) { authoring_view.ViewSafeArea = safearea_menuitem.Active; preferences.SetBoolValue (Preferences.SafeAreaKey, safearea_menuitem.Active); preferences.Save (); } void OnProjectProperties (object sender, EventArgs args) { ProjectPropertiesDialog dialog = new ProjectPropertiesDialog (project); if (dialog.RunModal () != ResponseType.Ok) return; // Properties dlg can change default font, colours and menu thumbnails if (dialog.NeedsRepaint) { authoring_view.UpdateTheme (); app_window.QueueDraw (); } UpdateWindowTitle (); } void OnDocumentation (object sender, EventArgs args) { Process.Start (Defines.MANUAL_URL); } void OnCheckDependencies (object sender, EventArgs args) { CheckDependenciesDialog dialog = new CheckDependenciesDialog (project); dialog.RunModal (); } void UpdateWindowTitle () { app_window.Title = project == null ? Defines.APPNAME : String.Format ("{0} - {1}", project.Details.Name, Defines.APPNAME); } void OnClose (object sender, EventArgs args) { project = null; SensitiveToProjectContext (); } void OnOpenRecentProject (object sender, WelcomeView.ProjectOpenEventHandlerEventArgs args) { OpenProject (args.Project); } void OnRecentFiles (object sender,EventArgs args) { recent_submenu = new ExtendedMenu (); recent_menuitem.Submenu = recent_submenu; recent_files.Sort (); for (int i = 0; i < recent_files.Items.Count; i++) { string label; MenuItemData item; label = recent_files.Items[i].filename; label = label.Replace ("_", "__"); item = new MenuItemData (label); item.Data = recent_files.Items[i]; recent_submenu.Append (item); item.Show (); item.Activated += OnRecentMenuItem; } } void OnRecentMenuItem (object sender, EventArgs args) { RecentFile recent; MenuItemData menu_item; menu_item = (MenuItemData) sender; recent = (RecentFile) menu_item.Data; OpenProject (recent.filename); } } } mistelix-0.33/extensions/0000755000175000017500000000000011516333446016002 5ustar00jordijordi00000000000000mistelix-0.33/extensions/Makefile.am0000644000175000017500000000022011246543334020027 0ustar00jordijordi00000000000000SUBDIRS = \ SlideTransitions \ Effects addinsdir = $(pkglibdir) addins_DATA = mistelix.global.addins EXTRA_DIST = mistelix.global.addins mistelix-0.33/extensions/Makefile.in0000644000175000017500000004733511514602272020055 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = extensions DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(addinsdir)" DATA = $(addins_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = \ SlideTransitions \ Effects addinsdir = $(pkglibdir) addins_DATA = mistelix.global.addins EXTRA_DIST = mistelix.global.addins all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu extensions/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-addinsDATA: $(addins_DATA) @$(NORMAL_INSTALL) test -z "$(addinsdir)" || $(MKDIR_P) "$(DESTDIR)$(addinsdir)" @list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(addinsdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(addinsdir)" || exit $$?; \ done uninstall-addinsDATA: @$(NORMAL_UNINSTALL) @list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(addinsdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(addinsdir)" && rm -f $$files # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(addinsdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-addinsDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-addinsDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ ctags ctags-recursive distclean distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-addinsDATA install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-recursive uninstall uninstall-addinsDATA \ uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/extensions/ChangeLog0000644000175000017500000000010711246543334017551 0ustar00jordijordi000000000000002009-03-17 Jordi Mas * Initial release mistelix-0.33/extensions/mistelix.global.addins0000644000175000017500000000007111246543334022260 0ustar00jordijordi00000000000000 ./extensions mistelix-0.33/extensions/SlideTransitions/0000755000175000017500000000000011516333446021300 5ustar00jordijordi00000000000000mistelix-0.33/extensions/SlideTransitions/Makefile.am0000644000175000017500000000007411246543334023334 0ustar00jordijordi00000000000000SUBDIRS = \ Fade \ BarWipe \ BarnDoorWipe \ StarWipe mistelix-0.33/extensions/SlideTransitions/Makefile.in0000644000175000017500000004336111514602272023346 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = extensions/SlideTransitions DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = \ Fade \ BarWipe \ BarnDoorWipe \ StarWipe all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/SlideTransitions/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu extensions/SlideTransitions/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ ctags ctags-recursive distclean distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/extensions/SlideTransitions/Fade/0000755000175000017500000000000011516333446022137 5ustar00jordijordi00000000000000mistelix-0.33/extensions/SlideTransitions/Fade/Makefile.am0000644000175000017500000000136511246543334024177 0ustar00jordijordi00000000000000PLUGIN_NAME = Fade PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/Fade.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack mistelix-0.33/extensions/SlideTransitions/Fade/Makefile.in0000644000175000017500000003251211514602272024201 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = extensions/SlideTransitions/Fade DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(plugindir)" DATA = $(plugin_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ PLUGIN_NAME = Fade PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/Fade.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/SlideTransitions/Fade/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu extensions/SlideTransitions/Fade/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-pluginDATA: $(plugin_DATA) @$(NORMAL_INSTALL) test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \ done uninstall-pluginDATA: @$(NORMAL_UNINSTALL) @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(plugindir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-pluginDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pluginDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-pluginDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-pluginDATA all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/extensions/SlideTransitions/Fade/Fade.cs0000644000175000017500000000410011246543334023317 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mono.Unix; namespace Mistelix.Transitions { public class Fade: Transition { public override string DisplayName { get { return ( Catalog.GetString ("Fade")); } } public override string Name { get { return ("fade"); } } public override object Current { get { return CreateImage (); } } public SlideImage CreateImage () { double percentage; SlideImage image; int pos; percentage = 1d - ((1d / Frames) * CurrentFrame); image = new SlideImage (); image.CopyProperties (Source); image.Pixels = new byte [Source.Stride * Source.Height]; for (int h = 0; h < Source.Height; h++) { pos = h * Source.Stride; for (int w = 0; w < Source.Width; w++) { for (int c = 0; c < Source.Channels; c++) image.Pixels [pos + c] = (byte) (Source.Pixels[pos + c] * percentage); pos += Source.Channels; } } return image; } } } mistelix-0.33/extensions/SlideTransitions/Fade/Fade.addin.xml0000644000175000017500000000057411246543334024603 0ustar00jordijordi00000000000000 mistelix-0.33/extensions/SlideTransitions/BarWipe/0000755000175000017500000000000011516333446022631 5ustar00jordijordi00000000000000mistelix-0.33/extensions/SlideTransitions/BarWipe/Makefile.am0000644000175000017500000000143211246543334024664 0ustar00jordijordi00000000000000PLUGIN_NAME = BarWipe PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/BarWipeTop.cs \ $(srcdir)/BarWipeLeft.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack mistelix-0.33/extensions/SlideTransitions/BarWipe/Makefile.in0000644000175000017500000003257011514602272024677 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = extensions/SlideTransitions/BarWipe DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(plugindir)" DATA = $(plugin_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ PLUGIN_NAME = BarWipe PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/BarWipeTop.cs \ $(srcdir)/BarWipeLeft.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/SlideTransitions/BarWipe/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu extensions/SlideTransitions/BarWipe/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-pluginDATA: $(plugin_DATA) @$(NORMAL_INSTALL) test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \ done uninstall-pluginDATA: @$(NORMAL_UNINSTALL) @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(plugindir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-pluginDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pluginDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-pluginDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-pluginDATA all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/extensions/SlideTransitions/BarWipe/BarWipeTop.cs0000644000175000017500000000464211246543334025201 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mono.Unix; namespace Mistelix.Transitions { // // Reveals the image from top to bottom // public class BarWipeTop: Transition { public override string DisplayName { get { return Catalog.GetString ("Bar Wipe (top to bottom)"); } } public override string Name { get { return ("barwipetop"); } } public override object Current { get { return CreateImage (); } } public SlideImage CreateImage () { SlideImage image; int pos; image = new SlideImage (); image.CopyProperties (Source); image.Pixels = new byte [Source.Stride * Source.Height]; // N frames from target image int h; for (h = 0; h < Target.Height * ((double) CurrentFrame / (double) Frames); h++) { pos = h * Target.Stride; for (int w = 0; w < Target.Width; w++) { for (int c = 0; c < Target.Channels; c++) image.Pixels[pos + c] = Target.Pixels[pos + c]; pos += Source.Channels; } } // Rest from the source image for (; h < Source.Height; h++) { pos = h * Source.Stride; for (int w = 0; w < Source.Width; w++) { for (int c = 0; c < Source.Channels; c++) image.Pixels[pos + c] = Source.Pixels[pos + c]; pos += Source.Channels; } } return image; } } } mistelix-0.33/extensions/SlideTransitions/BarWipe/BarWipeLeft.cs0000644000175000017500000000463311246543334025331 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mono.Unix; namespace Mistelix.Transitions { // // Reveals the image from left to right // public class BarWipeLeft: Transition { public override string DisplayName { get { return Catalog.GetString ("Bar Wipe (left to right)"); } } public override string Name { get { return ("barwipeleft"); } } public override object Current { get { return CreateImage (); } } public SlideImage CreateImage () { SlideImage image; int pos, w; image = new SlideImage (); image.CopyProperties (Source); image.Pixels = new byte [Source.Stride * Source.Height]; // N frames from target image for (w = 0; w < Target.Width * ((double) CurrentFrame / (double) Frames); w++) { pos = w * Source.Channels; for (int h = 0; h < Target.Height; h++) { for (int c = 0; c < Target.Channels; c++) image.Pixels[pos + c] = Target.Pixels[pos + c]; pos += Target.Stride; } } // Rest from the source image for (; w < Source.Width; w++) { pos = w * Source.Channels; for (int h = 0; h < Target.Height; h++) { for (int c = 0; c < Target.Channels; c++) image.Pixels[pos + c] = Source.Pixels[pos + c]; pos += Target.Stride; } } return image; } } } mistelix-0.33/extensions/SlideTransitions/BarWipe/BarWipe.addin.xml0000644000175000017500000000071011246543334025757 0ustar00jordijordi00000000000000 mistelix-0.33/extensions/SlideTransitions/BarnDoorWipe/0000755000175000017500000000000011516333446023633 5ustar00jordijordi00000000000000mistelix-0.33/extensions/SlideTransitions/BarnDoorWipe/Makefile.am0000755000175000017500000000146411246543334025676 0ustar00jordijordi00000000000000PLUGIN_NAME = BarnDoorWipe PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/BarnDoorWipeHorizontal.cs \ $(srcdir)/BarnDoorWipeVertical.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack mistelix-0.33/extensions/SlideTransitions/BarnDoorWipe/Makefile.in0000644000175000017500000003264111514602272025700 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = extensions/SlideTransitions/BarnDoorWipe DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(plugindir)" DATA = $(plugin_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ PLUGIN_NAME = BarnDoorWipe PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/BarnDoorWipeHorizontal.cs \ $(srcdir)/BarnDoorWipeVertical.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/SlideTransitions/BarnDoorWipe/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu extensions/SlideTransitions/BarnDoorWipe/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-pluginDATA: $(plugin_DATA) @$(NORMAL_INSTALL) test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \ done uninstall-pluginDATA: @$(NORMAL_UNINSTALL) @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(plugindir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-pluginDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pluginDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-pluginDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-pluginDATA all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs0000644000175000017500000000505011246543334030566 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Dani Hernandez Juarez, dhernandez0@gmail.com // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mono.Unix; namespace Mistelix.Transitions { public class BarnDoorWipeHorizontal : Transition { public override string DisplayName { get { return ( Catalog.GetString ("BarnDoorWipe horizontal")); } } public override string Name { get { return ("barndoorwipehorizontal"); } } public override object Current { get { return CreateImage (); } } private int num_lines_per_frame = -1; private int half = -1; public SlideImage CreateImage () { // can't calculate this in constructor because Source is null if(num_lines_per_frame == -1) { this.num_lines_per_frame = (int)Math.Ceiling((double) Source.Height / (double) Frames); this.half = Source.Height / 2; } int current_num_line = CurrentFrame * num_lines_per_frame / 2; int min_line = this.half - current_num_line; int max_line = this.half + current_num_line; SlideImage image = new SlideImage (); image.CopyProperties (Source); image.Pixels = new byte [Source.Stride * Source.Height]; for (int h = 0; h < Source.Height; h++) { int pos = h * Source.Stride; if(h >= min_line && h <= max_line) { for(int s = 0; s < Source.Stride; s++) { image.Pixels[pos + s] = Target.Pixels[pos + s]; } } else { for(int s = 0; s < Source.Stride; s++) { image.Pixels[pos + s] = Source.Pixels[pos + s]; } } } return image; } } } mistelix-0.33/extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs0000644000175000017500000000517111246543334030212 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Dani Hernandez Juarez, dhernandez0@gmail.com // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mono.Unix; namespace Mistelix.Transitions { public class BarnDoorWipeVertical : Transition { public override string DisplayName { get { return ( Catalog.GetString ("BarnDoorWipe vertical")); } } public override string Name { get { return ("barndoorwipevertical"); } } public override object Current { get { return CreateImage (); } } private int num_lines_per_frame = -1; private int half = -1; public SlideImage CreateImage () { // can't calculate this in constructor because Source is null if(num_lines_per_frame == -1) { this.num_lines_per_frame = (int)Math.Ceiling((double) Source.Width / (double) Frames); this.half = Source.Width / 2; } int current_num_line = CurrentFrame * num_lines_per_frame / 2; int min_line = this.half - current_num_line; int max_line = this.half + current_num_line; SlideImage image = new SlideImage (); image.CopyProperties (Source); image.Pixels = new byte [Source.Stride * Source.Height]; for (int h = 0; h < Source.Height; h++) { int pos = h * Source.Stride; for(int w = 0; w < Source.Width; w++) { if(w >= min_line && w <= max_line) { for(int c = 0; c < Source.Channels; c++) { image.Pixels[pos + c] = Target.Pixels[pos + c]; } } else { for(int c = 0; c < Source.Channels; c++) { image.Pixels[pos + c] = Source.Pixels[pos + c]; } } pos += Source.Channels; } } return image; } } } mistelix-0.33/extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipe.addin.xml0000755000175000017500000000075411246543334027776 0ustar00jordijordi00000000000000 mistelix-0.33/extensions/SlideTransitions/StarWipe/0000755000175000017500000000000011516333446023036 5ustar00jordijordi00000000000000mistelix-0.33/extensions/SlideTransitions/StarWipe/Makefile.am0000644000175000017500000000156111246543334025074 0ustar00jordijordi00000000000000PLUGIN_NAME = StarWipe PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/StarWipe.cs \ $(srcdir)/StarWipeFivePoint.cs \ $(srcdir)/StarWipeFourPoint.cs \ $(srcdir)/StarWipeSixPoint.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix -r:Mono.Cairo plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack mistelix-0.33/extensions/SlideTransitions/StarWipe/Makefile.in0000644000175000017500000003272211514602272025103 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = extensions/SlideTransitions/StarWipe DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(plugindir)" DATA = $(plugin_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ PLUGIN_NAME = StarWipe PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/StarWipe.cs \ $(srcdir)/StarWipeFivePoint.cs \ $(srcdir)/StarWipeFourPoint.cs \ $(srcdir)/StarWipeSixPoint.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/SlideTransitions/StarWipe/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu extensions/SlideTransitions/StarWipe/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-pluginDATA: $(plugin_DATA) @$(NORMAL_INSTALL) test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \ done uninstall-pluginDATA: @$(NORMAL_UNINSTALL) @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(plugindir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-pluginDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pluginDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-pluginDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-pluginDATA all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix -r:Mono.Cairo # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/extensions/SlideTransitions/StarWipe/StarWipe.cs0000644000175000017500000001071411246543334025125 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Hector Blanco de Frutos, hectorblanco@gmail.com // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mono.Unix; using Mistelix; using Cairo; using Mistelix.Widgets; using Mistelix.Core; namespace Mistelix.Transitions { public abstract class StarWipe: Transition { protected SlideImage CreateImage (int points, double radius) { double percentage; percentage = ((1d / Frames) * CurrentFrame); SlideImage image = new SlideImage (); image.CopyProperties (Source); image.Pixels = new byte [Target.Stride * Target.Height]; SlideImage draw_image = new SlideImage (); double cx = Convert.ToInt32 ((Source.Width / 2)); double cy = Convert.ToInt32 ((Source.Height / 2)); double r1 = Target.Width * percentage; double r2 = Target.Width * percentage * 0.5; DataImageSurface draw = Source.ToDataImageSurface (); using (Context gr = new Context (draw)) { // First paint in black the image. gr.Save (); gr.MoveTo (0,0); gr.LineTo (Target.Width, 0); gr.LineTo (Target.Width, Target.Height); gr.LineTo (0, Source.Height); gr.ClosePath (); gr.Color = new Color (0,0,0); gr.Fill (); gr.Save (); double x, y; double x1, y1; // Draw the points of the star, creating a path with a line for (int i = 0; i < points; i = i + 2) { x = cx + (r1 * System.Math.Cos (i * radius - System.Math.PI / 2)); y = cy + (r1 * System.Math.Sin (i * radius - System.Math.PI / 2)); gr.LineTo (new PointD (x, y)); x1 = cx + (r2 * System.Math.Cos ((i + 1) * radius - System.Math.PI / 2)); y1 = cy + (r2 * System.Math.Sin ((i + 1) * radius - System.Math.PI / 2)); gr.LineTo (new PointD (x1, y1)); } gr.ClosePath (); // Fill the resulting polygon with a color gr.Color = new Color (1, 115, 0); gr.Fill (); gr.Restore (); draw_image.FromDataImageSurface (draw); bool sourced = percentage < 0.5; if (sourced) Array.Copy (Source.Pixels, image.Pixels, Source.Stride * Source.Height); else Array.Copy (Target.Pixels, image.Pixels, Target.Stride * Target.Height); // Draw target image to the star // Compare Target picture with the temporary // If in the temporary we have found a black pixel, draw a pixel from the Source slide // If in the temporary we have found a non-black pixel, draw a pixel from the Target slide for (int h = 0; h < Target.Height; h++) { int pos = h * Target.Stride; int pos_draw = h * draw_image.Stride; for (int w = 0; w < Target.Width; w++) { if (draw_image.Pixels[pos_draw] != 0) { if (sourced) { for (int c = 0; c < Target.Channels; c++) { image.Pixels[pos + c] = Target.Pixels[pos + c]; } } }else{ if (sourced == false) { for (int c = 0; c < Target.Channels; c++) { image.Pixels[pos + c] = Source.Pixels[pos + c]; } } } pos += Target.Channels; pos_draw += draw_image.Channels; } } } ((IDisposable) draw).Dispose (); return image; } } } mistelix-0.33/extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs0000644000175000017500000000330611246543334026750 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Hector Blanco de Frutos, hectorblanco@gmail.com // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mono.Unix; using Mistelix; using Cairo; using Mistelix.Widgets; using Mistelix.Core; namespace Mistelix.Transitions { public class StarWipeFivePoint: StarWipe { public override string DisplayName { get { return ( Catalog.GetString ("Star Wipe (five points)")); } } public override string Name { get { return ("StarWipeFivePoint"); } } public override object Current { get { return CreateImage (); } } public SlideImage CreateImage () { return CreateImage (9, System.Math.PI / 5); } } } mistelix-0.33/extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs0000644000175000017500000000330611246543334026772 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Hector Blanco de Frutos, hectorblanco@gmail.com // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mono.Unix; using Mistelix; using Cairo; using Mistelix.Widgets; using Mistelix.Core; namespace Mistelix.Transitions { public class StarWipeFourPoint: StarWipe { public override string DisplayName { get { return ( Catalog.GetString ("Star Wipe (four points)")); } } public override string Name { get { return ("StarWipeFourPoint"); } } public override object Current { get { return CreateImage (); } } public SlideImage CreateImage () { return CreateImage (7, System.Math.PI / 4); } } } mistelix-0.33/extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs0000644000175000017500000000330411246543334026620 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Hector Blanco de Frutos, hectorblanco@gmail.com // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mistelix.DataModel; using Mono.Unix; using Mistelix; using Cairo; using Mistelix.Widgets; using Mistelix.Core; namespace Mistelix.Transitions { public class StarWipeSixPoint: StarWipe { public override string DisplayName { get { return ( Catalog.GetString ("Star Wipe (six points)")); } } public override string Name { get { return ("StarWipeSixPoint"); } } public override object Current { get { return CreateImage (); } } public SlideImage CreateImage () { return CreateImage (11, System.Math.PI / 6); } } } mistelix-0.33/extensions/SlideTransitions/StarWipe/StarWipe.addin.xml0000644000175000017500000000105311246543334026372 0ustar00jordijordi00000000000000 mistelix-0.33/extensions/Effects/0000755000175000017500000000000011516333446017361 5ustar00jordijordi00000000000000mistelix-0.33/extensions/Effects/Makefile.am0000644000175000017500000000004711246543334021415 0ustar00jordijordi00000000000000SUBDIRS = \ Grayscale \ SepiaTone mistelix-0.33/extensions/Effects/Makefile.in0000644000175000017500000004330111514602272021421 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = extensions/Effects DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = \ Grayscale \ SepiaTone all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Effects/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu extensions/Effects/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ ctags ctags-recursive distclean distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/extensions/Effects/Grayscale/0000755000175000017500000000000011516333446021273 5ustar00jordijordi00000000000000mistelix-0.33/extensions/Effects/Grayscale/Makefile.am0000644000175000017500000000137711246543334023336 0ustar00jordijordi00000000000000PLUGIN_NAME = Grayscale PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/Grayscale.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack mistelix-0.33/extensions/Effects/Grayscale/Makefile.in0000644000175000017500000003251011514602272023333 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = extensions/Effects/Grayscale DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(plugindir)" DATA = $(plugin_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ PLUGIN_NAME = Grayscale PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/Grayscale.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Effects/Grayscale/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu extensions/Effects/Grayscale/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-pluginDATA: $(plugin_DATA) @$(NORMAL_INSTALL) test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \ done uninstall-pluginDATA: @$(NORMAL_UNINSTALL) @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(plugindir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-pluginDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pluginDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-pluginDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-pluginDATA all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/extensions/Effects/Grayscale/Grayscale.cs0000644000175000017500000000421711246543334023537 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Unix; using Mistelix.DataModel; using Mistelix.Effects; namespace Mistelix.Effects { public class Grayscale: Effect { public Grayscale () { } public override string DisplayName { get { return Catalog.GetString ("Grayscale"); } } public override string Name { get { return ("grayscale"); } } public override SlideImage Apply (SlideImage org) { SlideImage image; byte r, g, b, intensity; image = new SlideImage (); image.CopyProperties (org); image.Pixels = new byte [org.Stride * org.Height]; for (int i = 0; i < org.Stride * org.Height; i += org.Channels) { r = (byte) org.Pixels [i]; g = (byte) org.Pixels [i + 1]; b = (byte) org.Pixels [i + 2]; intensity = (byte) ((double)r * 0.30 + (double)g * 0.59 + (double)b * 0.11); image.Pixels [i + 0] = intensity; image.Pixels [i + 1] = intensity; image.Pixels [i + 2] = intensity; if (org.Channels == 4) // Alpha image.Pixels [i + 3] = 0xff; } return image; } } } mistelix-0.33/extensions/Effects/Grayscale/Grayscale.addin.xml0000644000175000017500000000055711246543334025013 0ustar00jordijordi00000000000000 mistelix-0.33/extensions/Effects/SepiaTone/0000755000175000017500000000000011516333446021250 5ustar00jordijordi00000000000000mistelix-0.33/extensions/Effects/SepiaTone/Makefile.am0000644000175000017500000000137711246543334023313 0ustar00jordijordi00000000000000PLUGIN_NAME = SepiaTone PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/SepiaTone.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack mistelix-0.33/extensions/Effects/SepiaTone/Makefile.in0000644000175000017500000003251011514602272023310 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = extensions/Effects/SepiaTone DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(plugindir)" DATA = $(plugin_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ PLUGIN_NAME = SepiaTone PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll PLUGIN_SOURCES = \ $(srcdir)/SepiaTone.cs REFS = \ -r:$(top_builddir)/src/mistelix.exe PKGS = \ -pkg:gtk-sharp-2.0 RESOURCES = \ -resource:$(srcdir)/$(PLUGIN_MANIFEST) plugindir = $(pkglibdir)/extensions plugin_DATA = \ $(PLUGIN_ASSEMBLY) EXTRA_DIST = \ $(PLUGIN_SOURCES) \ $(PLUGIN_MANIFEST) CLEANFILES = \ $(PLUGIN_ASSEMBLY) \ $(PLUGIN_ASSEMBLY).mdb \ *.mpack all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Effects/SepiaTone/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu extensions/Effects/SepiaTone/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-pluginDATA: $(plugin_DATA) @$(NORMAL_INSTALL) test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)" @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \ done uninstall-pluginDATA: @$(NORMAL_UNINSTALL) @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(plugindir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-pluginDATA install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-pluginDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-pluginDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ uninstall uninstall-am uninstall-pluginDATA all: $(PLUGIN_ASSEMBLY) mpack: $(PLUGIN_ASSEMBLY) mautil p $(PLUGIN_ASSEMBLY) $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST) $(CSC) -target:library -out:$@ $(CSC_DEFINES) $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES) -r:Mono.Posix # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/extensions/Effects/SepiaTone/SepiaTone.cs0000644000175000017500000000431211246543334023465 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; using Mono.Unix; using Mistelix.DataModel; using Mistelix.Effects; namespace Mistelix.Effects { public class SepiaTone: Effect { public SepiaTone () { } public override string DisplayName { get { return Catalog.GetString ("Sepia Tone"); } } public override string Name { get { return ("sepiatone"); } } public override SlideImage Apply (SlideImage org) { SlideImage image; double r, g, b, intensity; image = new SlideImage (); image.CopyProperties (org); image.Pixels = new byte [org.Stride * org.Height]; for (int i = 0; i < org.Stride * org.Height; i += org.Channels) { r = (double) org.Pixels [i]; g = (double) org.Pixels [i + 1]; b = (double) org.Pixels [i + 2]; intensity = (0.299 * r + 0.587 * g + 0.114 * b); r = 0.94 * intensity; g = 0.78 * intensity; b = 0.54 * intensity; image.Pixels [i + 0] = (byte) r; image.Pixels [i + 1] = (byte) g; image.Pixels [i + 2] = (byte) b; if (org.Channels == 4) // Alpha image.Pixels [i + 3] = 0xff; } return image; } } } mistelix-0.33/extensions/Effects/SepiaTone/SepiaTone.addin.xml0000644000175000017500000000056011246543334024737 0ustar00jordijordi00000000000000 mistelix-0.33/po/0000755000175000017500000000000011516333446014221 5ustar00jordijordi00000000000000mistelix-0.33/po/Makefile.in.in0000644000175000017500000001537711463224467016713 0ustar00jordijordi00000000000000# Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper # Copyright (C) 2004-2008 Rodney Dawes # # This file may be copied and used freely without restrictions. It may # be used in projects which are not available under a GNU Public License, # but which still want to provide support for the GNU gettext functionality. # # - Modified by Owen Taylor to use GETTEXT_PACKAGE # instead of PACKAGE and to look for po2tbl in ./ not in intl/ # # - Modified by jacob berkman to install # Makefile.in.in and po2tbl.sed.in for use with glib-gettextize # # - Modified by Rodney Dawes for use with intltool # # We have the following line for use by intltoolize: # INTLTOOL_MAKEFILE GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ datarootdir = @datarootdir@ libdir = @libdir@ DATADIRNAME = @DATADIRNAME@ itlocaledir = $(prefix)/$(DATADIRNAME)/locale subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. # Until it can be supposed, use the safe fallback: mkdir_p = $(install_sh) -d INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot ALL_LINGUAS = @ALL_LINGUAS@ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) DISTFILES = Makefile.in.in POTFILES.in $(POFILES) EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS POTFILES = \ # This comment gets stripped out CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) .SUFFIXES: .SUFFIXES: .po .pox .gmo .mo .msg .cat .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(MSGFMT) -o $@ $< .po.gmo: file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \ && rm -f $@ && gencat $@ $*.msg all: all-@USE_NLS@ all-yes: $(CATALOGS) all-no: $(GETTEXT_PACKAGE).pot: $(POTFILES) $(GENPOT) install: install-data install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $$dir; \ if test -r $$lang.gmo; then \ $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ else \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $(srcdir)/$$lang.gmo as" \ "$$dir/$(GETTEXT_PACKAGE).mo"; \ fi; \ if test -r $$lang.gmo.m; then \ $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ if test -r $(srcdir)/$$lang.gmo.m ; then \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $(srcdir)/$$lang.gmo.m as" \ "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ true; \ fi; \ fi; \ done # Empty stubs to satisfy archaic automake needs dvi info ctags tags CTAGS TAGS ID: # Define this as empty until I found a useful application. install-exec installcheck: uninstall: linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done check: all $(GETTEXT_PACKAGE).pot rm -f missing notexist srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi mostlyclean: rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp rm -f .intltool-merge-cache clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES stamp-it rm -f *.mo *.msg *.cat *.cat.m *.gmo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f Makefile.in.in distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(DISTFILES) dists="$(DISTFILES)"; \ extra_dists="$(EXTRA_DISTFILES)"; \ for file in $$extra_dists; do \ test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ done; \ for file in $$dists; do \ test -f $$file || file="$(srcdir)/$$file"; \ ln $$file $(distdir) 2> /dev/null \ || cp -p $$file $(distdir); \ done update-po: Makefile $(MAKE) $(GETTEXT_PACKAGE).pot tmpdir=`pwd`; \ linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ echo "$$lang:"; \ result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ if $$result; then \ if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.gmo failed!"; \ rm -f $$tmpdir/$$lang.new.po; \ fi; \ done Makefile POTFILES: stamp-it @if test ! -f $@; then \ rm -f stamp-it; \ $(MAKE) stamp-it; \ fi stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ $(SHELL) ./config.status # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/po/POTFILES.in0000644000175000017500000000407511464071505016001 0ustar00jordijordi00000000000000[encoding: UTF-8] extensions/Effects/Grayscale/Grayscale.cs extensions/Effects/SepiaTone/SepiaTone.cs extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs extensions/SlideTransitions/BarWipe/BarWipeLeft.cs extensions/SlideTransitions/BarWipe/BarWipeTop.cs extensions/SlideTransitions/Fade/Fade.cs extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs mistelix.desktop.in src/Backends/GStreamer/Video.cs src/Core/Dependencies.cs src/Core/DvdProjectBuilder.cs src/Core/NoneTransition.cs src/Core/ResolutionManager.cs src/Core/SlideShow.cs src/Core/SlideShowsProjectBuilder.cs src/Core/ThumbnailSizeManager.cs src/DataModel/AspectRatio.cs src/DataModel/ProjectBuilder.cs src/DataModel/RecentFile.cs src/DataModel/TextPosition.cs src/Dialogs/AboutDialog.cs src/Dialogs/AddSlideDialog.cs src/Dialogs/AudioSelectionDialog.cs src/Dialogs/BuildProjectDialog.cs src/Dialogs/CheckDependenciesDialog.cs src/Dialogs/NewProjectDialog.cs src/Dialogs/ProjectPropertiesDialog.cs src/Dialogs/ThemeSelectionDialog.cs [type: gettext/glade] src/Dialogs/ui/AddSlideDialog.ui [type: gettext/glade] src/Dialogs/ui/AddVideoDialog.ui [type: gettext/glade] src/Dialogs/ui/AudioSelectionDialog.ui [type: gettext/glade] src/Dialogs/ui/BuildProjectDialog.ui [type: gettext/glade] src/Dialogs/ui/ButtonPropertiesDialog.ui [type: gettext/glade] src/Dialogs/ui/CheckDependenciesDialog.ui [type: gettext/glade] src/Dialogs/ui/NewProjectDialog.ui [type: gettext/glade] src/Dialogs/ui/PreferencesDialog.ui [type: gettext/glade] src/Dialogs/ui/ProjectPropertiesDialog.ui [type: gettext/glade] src/Dialogs/ui/ThemeSelectionDialog.ui src/mistelix.cs [type: gettext/glade] src/mistelix.ui src/mono-addins-strings.xml src/Widgets/AuthoringPaneView.cs src/Widgets/BrowseFile.cs src/Widgets/DirectoryView.cs src/Widgets/ProjectElementView.cs src/Widgets/SlideShowImageView.cs src/Widgets/SlideShowView.cs src/Widgets/Utils.cs src/Widgets/WelcomeView.cs mistelix-0.33/po/ca.po0000644000175000017500000010343711514601756015154 0ustar00jordijordi00000000000000# This file is distributed under the same license as the PACKAGE package. # (c) 2008-2010 Jordi Mas i Hernandez # # Correccions addicionals David Planella # msgid "" msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-01-16 15:42+0100\n" "PO-Revision-Date: 2010-11-01 16:20+0200\n" "Last-Translator: Jordi Mas \n" "Language-Team: Catalan\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Escala de grisos" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Tons sèpia" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Escombrat central progressiu (horitzontal)" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Escombrat central progressiu (vertical)" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Escombrat de barra (esquerra a dreta)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Escombrat de barra (de dalt a baix)" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Esvaïment" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Escombrat en estrella (cinc punts)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Escombrat en estrella (quatre punts)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Escombrat en estrella (sis punts)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Autoria de DVD i presentació de diapositives" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD i presentació de diapositives" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "No s'ha pogut identificar el tipus de medi per a «{0}»" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "El fitxer «{0}» es troba codificat en un format no compatible" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "El fitxer «{0}» es troba codificat en un format no reconegut. Cal que " "instal·leu el connector del GStreamer «{1}» per poder-lo descodificar." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "No es requereix cap acció" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "El sistema és compatible amb l'autoria de DVD i Theora." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "El sistema només és compatible amb l'autoria de DVD." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "El sistema només és compatible amb l'autoria amb Theora." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "El sistema no és compatible amb l'autoria de DVD o Theora. Executeu les " "accions suggerides per millorar la compatibilitat del sistema amb el " "Mislelix." #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Connector GStreamer del Mistelix" #: ../src/Core/Dependencies.cs:158 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Manca el connector mistelixvideosrc. Aquest connector del GStreamer és part " "del Mistelix. El Mistelix no està instal·lat correctament." #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "Còdec d'àudio MP3" #: ../src/Core/Dependencies.cs:164 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Manca el còdec d'àudio MP3. Cal que instal·leu el connector de GStreamer " "Fluendo MP3 decoder per habilitar la capacitat d'importació d'àudio en " "format MP3." #: ../src/Core/Dependencies.cs:166 msgid "GStreamer Ugly Plugins" msgstr "Connectors GStreamer Ugly" #: ../src/Core/Dependencies.cs:167 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Manquen decodificadors de vídeo. Sense aquest paquet el Mistelix no pot " "convertir vídeos en formats populars. Cal que instal·leu el paquet de " "connectors GStreamer Ugly per a una millor compatibilitat d'importació de " "vídeos." #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "Paquet dvdauthor" #: ../src/Core/Dependencies.cs:176 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Instal·leu el paquet dvdauthor des del gestor d'aplicacions de la vostra " "distribució Linux." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "Manca {0}. Cal que instal·leu el paquet GStreamer FFmpeg Plug-ins." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "Còdecs FFmpeg" #: ../src/Core/Dependencies.cs:218 #, csharp-format msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit '{0}' for " "instructions on how to fix this." msgstr "" "Manca el còdec ffmpeg2video. Moltes distribucions no inclouen la capacitat " "de codificar MPEG2 en la versió del connector GStreamer FFmpeg que " "empaqueten. Visiteu «{0}» per a més informació de com solucionar-ho." #: ../src/Core/Dependencies.cs:222 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Manca el multiplexor ffmux_dvd. Probablement teniu una versió antiga del " "connector estàndard de GStreamer que no exposa el multiplexor de DVD." #: ../src/Core/Dependencies.cs:230 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "Manca {0}. Cal que instal·leu el paquet GStreamer Base Plugins." #: ../src/Core/Dependencies.cs:237 msgid "Theora/Vorbis codecs" msgstr "Còdecs Theora/Vorbis" #. Go into detail #: ../src/Core/Dependencies.cs:243 msgid "Theora video codec" msgstr "Còdec de vídeo Theora" #: ../src/Core/Dependencies.cs:247 msgid "ogg muxer" msgstr "Multiplexor ogg" #: ../src/Core/Dependencies.cs:251 msgid "Vorbis audio encoder" msgstr "Còdec d'àudio Vorbis" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "S'ha iniciat el procés de muntatge" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "S'ha produït un error en crear el directori «{0}»" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "S'està generant el menú principal del DVD..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "S'està generant la presentació de diapositives «{0}»" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "S'està convertint el vídeo «{0}»" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 píxels" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 píxels" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 píxels" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 píxels" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 píxels (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 píxels" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 píxels (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "" "The file '{0}' is encoded in MP3 but you do not have the right codec " "installed." msgstr "" "El fitxer «{0}» està codificat en MP3 però no disposeu del còdec addient " "instal·lat." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Petita (64x64 píxels)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Mitjana (96x96 píxels)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Gran (128x128 píxels)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Molt gran (192x192 píxels)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "S'ha completat. Temps utilitzat: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Carpeta de destí: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "El directori pare no existeix" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} dia" msgstr[1] "{0} dies" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} hora" msgstr[1] "{0} hores" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minut" msgstr[1] "{0} minuts" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Menys d'un minut" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Part superior de la imatge (centrat)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Part inferior de la imatge (centrat)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Jordi Mas i Hernàndez " #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" "El Mistelix és una aplicació d'autoria DVD amb capacitat per a crear " "presentacions de diapositives amb Theora." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Lloc web del Mistelix" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Sense àudio" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Fitxers d'àudio" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Tots els fitxers" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Benvinguts al procés de muntatge del projecte. Premeu el botó «Genera» per a " "iniciar aquest procés." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "El Mistelix utilitza un conjunt de components externs. La seva " "disponibilitat determina les capacitats del Mistelix. La següent llista " "mostra el nivell de compatibilitat del sistema amb el Mistelix i si hi ha " "cap acció que cal fer." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Estat" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Dependència" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Acció" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (pantalla ampla)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Projecte" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "El directori de sortida no existeix. Voleu crear-lo?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "No s'ha pogut crear el directori." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Obre una ubicació" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Neteja" #: ../src/Dialogs/ThemeSelectionDialog.cs:252 #, csharp-format msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: {0}" msgstr "" "Els temes de menú defineixen l'aspecte del menú principal del DVD. Podeu " "definir la imatge de fons predeterminada i els tipus de botons. Per a més " "informació visiteu: {0}" #: ../src/Dialogs/ThemeSelectionDialog.cs:258 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Nom" # N.T.: Restricció en la mida de la cadena #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Afegeix una presentació" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Durada (segons):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Previsualització" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Desa" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Selecciona l'àudio..." #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Posició del text:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Tipus de transició:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Afegeix vídeos" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Seleccioneu un fitxer d'àudio per a la presentació de diapositives" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Seleccioneu l'àudio" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Munta el projecte" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Progrés de la tasca" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Progrés total" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Genera" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "_Obre carpeta de destí" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Mostra el botó com a" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Propietats del botó" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Element de text" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Imatge miniatura de l'element" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Comprova els requeriments de dependències del Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Relació d'aspecte" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Directori de sortida" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Nom del projecte" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Tipus de projecte" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Format del vídeo" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Navega..." #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "Projecte DVD vídeo" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Projecte del Mistelix nou" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Resolució:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Projecte de presentacions de diapositives" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "" "Valors predeterminats per les transicions de les presentacions de " "diapositives" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Fitxers i directoris" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "General" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Directori d'àudio per defecte" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Directori d'imatges per defecte" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Directori de projectes per defecte" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Posició del text per defecte" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Temps per defecte (segons)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Efecte de transició per defecte" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Directori de vídeos per defecte" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Preferències" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Mida de les miniatures" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Propietats dels botons dels menús" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "" "Propietats de les transicions de les presentacions de diapositives" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Color de fons" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Tipus de lletra" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Color del text" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "General" # N.T.: Convé que el text sigui curt #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Mida de les miniatures" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Propietats del projecte" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Presentacions de diapositives" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Fons" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Realçament del botó" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Detalls del tema" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Autor:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Fons personalitzat:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Botó realçat" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Nom:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Seleccioneu un tema per al menú DVD" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Botó selecciona" #. Translators: {0} is the error message #: ../src/mistelix.cs:339 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that " "you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" "{0}\n" "\n" "Aneu a la capsa de diàleg «Comprova els requeriments de dependències del " "Mistelix» i assegureu-vos de que els còdecs necessaris estan instal·lats.\n" "\n" "Si continueu, el projecte no tindrà àudio." #: ../src/mistelix.cs:366 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Un projecte DVD requereix com a mínim un element botó. Podeu crear-lo " "arrossegant un element del projecte dins de l'àrea del menú principal del " "DVD." #: ../src/mistelix.cs:378 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Un projecte DVD requereix un tema. Utilitzeu l'opció de menú «Seleccioneu un " "tema per al menú DVD» per a escollir un tema." #: ../src/mistelix.cs:435 msgid "Open Project" msgstr "Obre un projecte" #: ../src/mistelix.cs:444 msgid "Mistelix projects" msgstr "Projectes del Mistelix" #: ../src/mistelix.cs:477 #, csharp-format msgid "Error loading project '{0}'" msgstr "S'ha produït un error en carregar el projecte «{0}»" #: ../src/mistelix.cs:503 msgid "Save Project" msgstr "Desa el projecte" #: ../src/mistelix.cs:518 msgid "The file already exist. Do you want to overwrite it?" msgstr "El fitxer ja existeix. Voleu crear-lo?" #: ../src/mistelix.cs:550 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "S'ha produït un error en desar el fitxer.\n" "Error: «{0}»" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Elements del projecte" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "Quant a" # N.T.: Restricció en la mida de la cadena #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Afegeix una presentació..." #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Afegeix vídeos..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Munta..." #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Comprova els requeriments de dependències del Mistelix" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Gestiona les extensions" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Documentació en línia del Mistelix" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Projecte nou..." #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Obre un projecte..." #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Propietats" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "Projectes _recents" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Desa el _projecte com a..." #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Seleccioneu un tema per al menú DVD..." #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "Mostra l'àrea segura de la TV" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "_Tanca" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "_Edita" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Fitxer" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "A_juda" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Projecte" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "_Surt" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Desa el projecte" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Visualitza" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Seleccioneu les extensions a instal·lar i feu clic a Següent" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Gestor d'extensions" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Extensió" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Dependències de l'extensió:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Instal·lació d'extensions" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Gestor d'extensions" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "" "Són necessàries extensions addicionals per a efectuar aquesta operació." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Tots els dipòsits registrats" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Copyright:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Inhabilita" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Habilita" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Instal·la des de:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Altres" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Camí:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Registra un dipòsit local" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Registra un dipòsit en línia" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Dipòsit" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "_Selecciona-ho tot" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Seleccioneu la ubicació del dipòsit que voleu registrar:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Mostra tots els paquets" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Mostra només les versions noves" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Mostra només les actualitzacions" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Les següents extensions es troben ja instal·lades:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "S'instal·laran les extensions següents:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "URL" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "URL:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Versió" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Versió:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Instal·la extensions..." #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Dipòsits..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Desinstal·la..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Desselecciona-ho tot" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" "Utilitzeu els botons «Afegeix vídeos» o «Afegeix una presentació» per afegir " "nous elements" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Arrossegueu els elements aquí per afegir-los al menú principal del DVD" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Inicieu un projecte nou o carregueu un projecte existent" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Propietats de l'element" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Suprimeix l'element del projecte" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Vés amunt un nivell" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Inici" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Ubicació" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Directoris" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Obre l'element" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Un cop el projecte té elements podeu usar menú contextual per treballar amb " "ells." #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "#" #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Imatge" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Descripció" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "Per a afegir imatges a aquesta presentació de diapositives podeu:\n" "\n" " * Arrossegar imatges aquí des de la subfinestra esquerra inferior\n" " * Arrossegar imatges aquí des de l'escriptori o el gestor de fitxers\n" "\n" "També podeu utilitzar el menú contextual per a ordenar, suprimir o afegir " "efectes a les imatges." #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Suprimeix totes els efectes" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Ordena per nom de fitxer (sentit ascendent)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Ordena per nom de fitxer (sentit descendent)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Ordena per data al disc (sentit ascendent)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Ordena per data al disc (sentit descendent)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Suprimeix les imatges seleccionades" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Suprimeix totes les imatges" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Previsualització presentacions de diapositives" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "No hi ha cap previsualització disponible" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Últim accés" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Miniatura" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "Cap projecte recent" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Benvinguts al Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "El Mistelix és una aplicació d'autoria DVD amb capacitat per crear\n" "presentacions de diapositives amb Theora." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Crea un projecte DVD" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Crea un DVD amb vídeos i presentacions de diapositives\n" "que es poden visualitzar en reproductors DVD." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Crea una presentació de diapositives" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Presentació de diapostives des d'una col·lecció\n" "d'imatges que es pot reproduir en un PC." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Projectes recents" #~ msgid "Recent _Files" #~ msgstr "_Fitxers recents" #~ msgid "Description" #~ msgstr "Descripció" #~ msgid "Description:" #~ msgstr "Descripció:" #~ msgid "" #~ "Drag your images here to add them to the slideshow. You can also use the " #~ "contextual menu to sort the images." #~ msgstr "" #~ "Arrossegueu les imatges aquí per afegir-les a la presentació de " #~ "diapositives. Podeu també utilitzar el menú contextual per ordenar les " #~ "imatges." mistelix-0.33/po/cs.po0000644000175000017500000010172011515113003015147 0ustar00jordijordi00000000000000# Czech translation for mistelix. # Copyright (C) 2009 mistelix's COPYRIGHT HOLDER # This file is distributed under the same license as the mistelix package. # # Marek Černocký , 2009 – 2011. # msgid "" msgstr "" "Project-Id-Version: mistelix master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-01-16 18:41+0000\n" "PO-Revision-Date: 2011-01-16 22:06+0100\n" "Last-Translator: Marek Černocký \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Černobíle" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Sépiový odstín" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Otevírání vrat vodorovně" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Otevírání vrat svisle" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Obdélníkové mazání (zleva doprava)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Obdélníkové mazání (shora dolů)" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Blednutí" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Mazání do hvězdy (pět cípů)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Mazání do hvězdy (čtyři cípy)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Mazání do hvězdy (šest cípů)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Tvorba DVD a promítání snímků" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD a promítání snímků" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Nelze určit typ média pro soubor „{0}“" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "Soubor „{0}“ je zakódován v nepodporovaném formátu" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "Soubor „{0}“ je zakódován v rozpoznaném formátu. Bohužel však nemáte " "nainstalovaný zásuvný modul GStreamer „{1}“ pro jeho dekódování." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Není vyžadovaná žádná akce" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Váš systém podporuje tvorbu DVD a kontejnerů Theora." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Váš systém podporuje pouze tvorbu DVD." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Váš systém podporuje pouze tvorbu kontejnerů Theora." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "Váš systém nemá podporu pro vytváření DVD nebo kontejnerů Theora. Spusťte " "prosím navrženou akci, aby se v systému zlepšila podpora Mistelix." #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Zásuvný modul Mistelix GStreamer" #: ../src/Core/Dependencies.cs:158 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Schází zásuvný modul mistelixvideosrc. Tento zásuvný modul GStreamer je " "poskytován jako součást aplikace Mistelix. Mistelix není správně " "nainstalován." #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "Zvukový dekodér MP3" #: ../src/Core/Dependencies.cs:164 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Schází zvukový dekodér MP3. Musíte doinstalovat zásuvný modul GStreamer " "Fluendo s dekodérem MP3, aby se zprovoznil import zvuků MP3." #: ../src/Core/Dependencies.cs:166 msgid "GStreamer Ugly Plugins" msgstr "Zásuvné moduly GStreamer Ugly" #: ../src/Core/Dependencies.cs:167 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Schází dekodéry videa. Bez těchto balíčků nemůže Mistelix poskytnout funkce " "pro převod videa z populárních formátů. Pro lepší podporu importu videa " "musíte nainstalovat balíček zásuvných modulů GStreamer Ugly." #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "Balíček dvdauthor" #: ../src/Core/Dependencies.cs:176 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Nainstalujte balíček dvdauthor ve správci aplikací své Linuxové distribuce." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "" "Schází {0}. Musíte nainstalovat balíček zásuvných modulů GStreamer FFmpeg." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "Kodeky FFmpeg" #: ../src/Core/Dependencies.cs:218 #, csharp-format msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit '{0}' for " "instructions on how to fix this." msgstr "" "Schází kodek ffmpeg2video. Řada distributorů nenabízí ve svém balíčku " "zásuvného modulu GStreamer FFmpeg funkčnost kodeku MPEG2. Na adrese „{0}“ " "najdete instrukce, jak to napravit." #: ../src/Core/Dependencies.cs:222 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Schází multiplexer ffmux_dvd. Pravděpodobně máte starou verzi zásuvného " "modulu GStreamer, která nenabízí multiplexer DVD." #: ../src/Core/Dependencies.cs:230 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "" "Schází {0}. Je zapotřebí nainstalovat balíček se základními zásuvnými moduly " "GStreamer." #: ../src/Core/Dependencies.cs:237 msgid "Theora/Vorbis codecs" msgstr "Kodeky Theora/Vorbis" #. Go into detail #: ../src/Core/Dependencies.cs:243 msgid "Theora video codec" msgstr "Video kodek Theora" #: ../src/Core/Dependencies.cs:247 msgid "ogg muxer" msgstr "Multiplexer ogg" #: ../src/Core/Dependencies.cs:251 msgid "Vorbis audio encoder" msgstr "Zvukový kodér Vorbis" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Proces sestavení projektu spuštěn" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Chyba při vytváření výstupní složky „{0}“" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Generuje se hlavní nabídka DVD…" #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Generuje se promítání snímků „{0}“" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Převádí se video „{0}“" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "<žádný>" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320×240 pixelů" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640×480 pixelů" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800×600 pixelů" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024×768 pixelů" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280×720 pixelů (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600×1200 pixelů" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920×1080 pixelů (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "" "The file '{0}' is encoded in MP3 but you do not have the right codec " "installed." msgstr "" "Soubor „{0}“ je kódován jako MP3, ale nemáte nainstalovaný správný kodek." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Malé (64×64 pixelů)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Střední (96×96 pixelů)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Velké (128×128 pixelů)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Velmi velké (192×192 pixelů)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Dokončeno. Potřebný čas: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Cílová složka: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Rodičovská složka neexistuje" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} den" msgstr[1] "{0} dny" msgstr[2] "{0} dní" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} hodina" msgstr[1] "{0} hodiny" msgstr[2] "{0} hodin" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minuta" msgstr[1] "{0} minuty" msgstr[2] "{0} minut" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Méně než minuta" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Nad obrázkem (uprostřed)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Pod obrázkem (uprostřed)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Marek Černocký " #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" "Mistelix je aplikace na vytváření DVD s možností vytváření promítání snímků." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Webové stránky Mistelix" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Bez zvuku" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Zvukové soubory" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Všechny soubory" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Vítejte v procesu sestavení projektu. Proces zahájíte stiskem tlačítka " "„Generovat“." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix využívá řadu externích komponent. Jejich dostupností jsou dány " "schopnosti Mistelixu. Následující seznam ukazuje úroveň podpory vašeho " "systému pro Mistelix a zda je zapotřebí něco udělat." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Stav" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Závislost" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Akce" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Evropa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (širokoúhlé)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Projekt" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "Uvedená výstupní složka neexistuje. Chcete ji vytvořit?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "Nelze vytvořit složku." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Otevření umístění" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Vymazat" #: ../src/Dialogs/ThemeSelectionDialog.cs:252 #, csharp-format msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: {0}" msgstr "" "Motivy nabídky určují jak bude vypadat hlavní nabídka DVD. Zde můžete určit, " "jaký bude výchozí obrázek na pozadí a typ tlačítek. Více informací najdete " "na: {0}" #: ../src/Dialogs/ThemeSelectionDialog.cs:258 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Název" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Přidat promítání snímků" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Trvání (v sekundách):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Náhled" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Uložit" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Vybrat zvuk…" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Umístění textu:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Typ přechodu:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Přidat videa" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Vyberte zvukový soubor pro promítání snímků" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Výběr zvuku" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Sestavení projektu" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Průběh úlohy" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Celkový průběh" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Generovat" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "_Otevřít cílovou složku" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Zobrazit tlačítko jako" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Vlastnosti tlačítka" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Textový prvek" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Náhled obrázku položky" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Kontrola požadavků závislostí Mistelixu" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Poměr stran" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Výstupní složka" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Název projektu" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Typ projektu" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Formát videa" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Procházet…" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "Projekt DVD-Video" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Nový projekt Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Rozlišení:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Projekt promítání snímků" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Výchozí hodnoty pro promítání snímků" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Soubory a složky" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "Obecné" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Výchozí složka se zvuky" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Výchozí složka s obrázky" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Výchozí složka s projekty" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Výchozí složka s texty" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Výchozí čas (v sekundách)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Výchozí efekt přechodu" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Výchozí složka s videi" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Předvolby" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Velikost náhledů" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Vlastnosti tlačítek nabídky" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Vlastnosti přechodů promítání" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Barva pozadí" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Písmo" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Barva popředí" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "Obecné" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Velikost náhledu obrázku" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Vlastnosti projektu" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Promítání snímků" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Pozadí" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Zvýrazňování tlačítek" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Podrobnosti motivu" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Autor:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Vlastní pozadí:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Zvýrazněné tlačítko" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Název:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Výběr motivu nabídky DVD" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Vybrané tlačítko" #. Translators: {0} is the error message #: ../src/mistelix.cs:339 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that " "you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" "{0}\n" "\n" "Přejděte do dialogového okna „Kontrola požadavků závislostí Mistelixu“ a " "ujistěte se, že máte nainstalované správné zvukové kodeky.\n" "\n" "Pokud budete pokračovat, nebude váš projekt obsahovat zvuk." #: ../src/mistelix.cs:366 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Projekt DVD musí obsahovat nejméně jedno tlačítko. Tlačítko můžete vytvořit " "přetažením prvku projektu do oblasti hlavní nabídky DVD." #: ../src/mistelix.cs:378 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Projekt DVD musí mít vybraný motiv. K výběru použijte volbu nabídky „Vybrat " "motiv nabídky DVD.“" #: ../src/mistelix.cs:435 msgid "Open Project" msgstr "Otevření projektu" #: ../src/mistelix.cs:444 msgid "Mistelix projects" msgstr "Projekty Mistelix" #: ../src/mistelix.cs:477 #, csharp-format msgid "Error loading project '{0}'" msgstr "Chyba při načítání projektu „{0}“" #: ../src/mistelix.cs:503 msgid "Save Project" msgstr "Uložení projektu" #: ../src/mistelix.cs:518 msgid "The file already exist. Do you want to overwrite it?" msgstr "Soubor již existuje. Chcete jej přepsat?" #: ../src/mistelix.cs:550 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Během ukládání souboru se vyskytla chyba.\n" "Chyba: „{0}“" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Prvky projektu" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "O aplikaci" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Přidat promítání snímků…" #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Přidat videa…" #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Sestavit…" #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Zkontrolovat požadavky závislostí Mistelixu" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Spravovat rozšíření" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "On-line dokumentace Mistelix" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Nový projekt…" #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Otevřít projekt…" #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Vlastnosti" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "Nedávné _projekty" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Uložit projekt _jako…" #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Vybrat motiv nabídky DVD" #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "Zobrazit bezpečnou oblast pro TV" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "_Zavřít" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "_Upravit" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Soubor" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "_Nápověda" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Projekt" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "U_končit" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Uložit projekt" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Zobrazit" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "" "Vyberte doplněk, který chcete nainstalovat, a klikněte na tlačítko Vpřed" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Správce doplňků" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Doplněk" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Závislosti doplňku:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Instalace doplňku" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Správce doplňků" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "Na provedení této operace je vyžadováno doplňující rozšíření." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Všechny registrované repozitáře" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Autorská práva:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Zakázat" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Povolit" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Instalovat z:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Další" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Cesta:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Registrovat místní repozitář" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Registrovat on-line repozitář" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Repozitář" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Vybrat _vše" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Vyberte umístění repozitáře, který chcete zaregistrovat:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Zobrazit všechny balíčky" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Zobrazit jen nové verze" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Zobrazit jen aktualizace" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "V současnosti jsou nainstalované následující doplňky:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Budou nainstalovány následující doplňky:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "URL" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "URL:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Verze" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Verze:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Instalovat doplněk…" #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Repozitáře…" #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Odinstalovat…" #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Zrušit výběr" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" "Pro přidání nových prvků použijte tlačítka „Přidat videa“ nebo „Přidat " "promítání snímků“" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Prvky přidáte do hlavní nabídky DVD tak, že je přetáhnete sem" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Začněte nový projekt nebo otevřete nějaký stávající" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Vlastnosti prvku" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Smazat prvek z projektu" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "O jednu úroveň výš" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Domovská složka" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Umístění" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Složky" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Otevřít prvek" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Až bude mít projekt nějaké prvky, můžete pro práci s nimi použít kontextovou " "nabídku." #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "Č." #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Obrázek" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Popis" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "Přidat obrázky můžete následovně:\n" "\n" " * Přetáhnout sem obrázek z pravého dolního panelu\n" " * Přetáhnout sem obrázek z pracovní plochy nebo správce souborů\n" "\n" "Můžete také použít kontextovou nabídku k seřazení, odstranění nebo přidání " "efektů k obrázkům." #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Odstranit všechny efekty" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Řadit podle názvu souboru (vzestupně)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Řadit podle názvu souboru (sestupně)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Řadit podle data na disku (vzestupně)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Řadit podle data na disku (sestupně)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Odebrat vybrané obrázky" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Odebrat všechny obrázky" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Náhled promítání snímků" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Náhled není k dispozici" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Poslední přístup" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Náhled" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "Nejsou žádné nedávné projekty" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Vítejte v aplikaci Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "Mistelix je aplikace na tvorbu DVD, která také umí\n" "vytvářet kontejnery Theora s promítáním snímků." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Vytvořit projekt DVD" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Vytvořit DVD s videi a promítáním snímků,\n" "které můžete přehrát v přehrávači DVD." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Vytvořit promítání snímků" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Ze sbírky obrázků vytvořit promítání\n" "snímků, které můžete přehrát na PC." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Nedávné projekty" mistelix-0.33/po/da.po0000644000175000017500000010077111465217751015156 0ustar00jordijordi00000000000000# Danish translation for mistelix. # Copyright (C) 2009 mistelix's COPYRIGHT HOLDER # This file is distributed under the same license as the mistelix package. # Joe Hansen (joedalton2@yahoo.dk), 2010. # # slide -> dias # msgid "" msgstr "" "Project-Id-Version: mistelix master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-11-04 23:56+0100\n" "PO-Revision-Date: 2010-11-04 11:48+0000\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Gråskala" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Sepiatone" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "BarnDoorWipe vandret" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "BarnDoorWipe lodret" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Bar Wipe (venstre mod højre)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Bar Wipe (øverst mod bunden)" # hentet fra Gimp #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Udtone" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Star Wipe (fem point)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Star Wipe (fire point)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Star Wipe (seks point)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Lav dvd'er og diasshow" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "Dvd'er og diasshow" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Kunne ikke identificere medietype for fil '{0}'" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "Filen '{0}' er kodet i et format der ikke er understøttet" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "Filen '{0}' er kodet i et genkendt format. Du mangler dog udvidelsesmodulet " "'{1}' til GStreamer for at kunne afkode det." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Ingen handling krævet" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Dit system understøtter fremstilling af dvd og Theora." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Dit system understøtter kun fremstilling af dvd." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Dit system understøtter kun fremstilling af Theora." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "Dit system har ingen understøttelse af fremstilling af dvd eller Theora. " "Udfør venligst de anbefalede handlinger for at forbedre dit systems " "understøttelse af Mistelix." #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Mistelix - Gstreamerudvidelsesmodul" #: ../src/Core/Dependencies.cs:158 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Mangler udvidelsesmodulet mistelixvideosrc. Dette udvidelsesmodul til " "GStreamer kommer som en del af programmet Mistelix. Mistelix er ikke korrekt " "installeret." #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "MP3-lydafkodning" #: ../src/Core/Dependencies.cs:164 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Mangler MP3-lydafkodning. Du skal installere udvidelsesmodulet Fluendo MP3-" "kodning til GStreamer for at slå muligheden for import af MP3-lyd." #: ../src/Core/Dependencies.cs:166 msgid "GStreamer Ugly Plugins" msgstr "GStreamer - udvidelsesmodulet Ugly" #: ../src/Core/Dependencies.cs:167 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Mangler videodekodning. Uden denne pakke kan Mistelix ikke konvertere " "populære formater. Du skal installere udvidelsespakken Ugly til GStreamer " "for bedre understøttelse af videoimport." #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "dvd-fremstillingspakke" #: ../src/Core/Dependencies.cs:176 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Installer dvdfremstillingspakken fra din Linuxdistributions " "programhåndtering." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "" "Mangler {0}. Du skal installere udvidelsespakken til GStreamer der hedder " "FFmpeg." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "FFmpeg-codecer" #: ../src/Core/Dependencies.cs:218 msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." msgstr "" "Mangler ffmpeg2videocodec. Mange distributioner understøtter ikke MPEG2-" "kodning i udvidelsespakken FFmpeg til Gstreamer. Besøg 'http://www.mistelix." "org/Download' for vejledning til hvordan dette kan løses." #: ../src/Core/Dependencies.cs:221 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Mangler ffmux_dvd muxer. Du har sikkert en gammel version af " "udvidelsesmodulet til GStreamer som ikke understøtter DVD-muxeren." #: ../src/Core/Dependencies.cs:229 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "Mangler {0}. Du skal installere udvidelsespakken til GStreamer Base." #: ../src/Core/Dependencies.cs:236 msgid "Theora/Vorbis codecs" msgstr "Theora-/Vorbiscodecer" #. Go into detail #: ../src/Core/Dependencies.cs:242 msgid "Theora video codec" msgstr "Theora - videocodec" #: ../src/Core/Dependencies.cs:246 msgid "ogg muxer" msgstr "ogg-muxer" #: ../src/Core/Dependencies.cs:250 msgid "Vorbis audio encoder" msgstr "Vorbis - lydindkodning" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Projektets bygningsproces startet" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Fejl under oprettelse af uddatamappe '{0}'" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Opretter dvd'ens hovedmenu..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Opretter diasshow '{0}'" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Konverterer video '{0}'" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 billedpunkter" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 billedpunkter" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 billedpunkter" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 billedpunkter" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 billedpunkter (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 billedpunkter" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 billedpunkter (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "" "The file '{0}' is encoded in MP3 but you do not have the right codec " "installed." msgstr "" "Filen '{0}' er kodet i MP3, men du har ikke det korrekte codec installeret." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Lille (64x64 billedpunkter)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Mellem (96x96 billedpunkter)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Stor (128x128 billedpuntker)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Meget stor (192x192 billedpunkter)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Færdig. Tidsforbrug: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Destinationsmappe: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Overmappe eksisterer ikke" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} dag" msgstr[1] "{0} dage" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} time" msgstr[1] "{0} timer" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minut" msgstr[1] "{0} minutter" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Mindre end et minut" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Øverst på billedet (centreret)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Nederst på billedet (centreret)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "" "Joe Hansen, 2010.\n" "\n" "Dansk-gruppen \n" "Mere info: http://www.dansk-gruppen.dk" #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" "Mistelix er et dvd-fremstillingsprogram som også har mulighed for at lave " "diasshow." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Mistelix' hjemmeside" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Ingen lyd" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Lydfiler" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Alle filer" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Velkommen til projektbyggeprocessen. Tryk på knappen 'Opret' for at begynde " "processen." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix bruger et antal eksterne komponenter. Deres tilgængelighed afgør " "Mistelix' egenskaber. Den følgende liste viser niveauet for dit systems " "understøttelse af Mistelix og hvis eventuelle handlinger er krævet." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Status" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Afhængighed" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Handling" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (tv)" # oversætter vi Widescreen? #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Widescreen)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Projekt" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "Den angivne uddatamappe eksisterer ikke. Vil du oprette den?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "Kunne ikke oprette mappe." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Åbn placering" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Rens" #: ../src/Dialogs/ThemeSelectionDialog.cs:251 msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" msgstr "" "Menutemaer definerer hvordan dvd'ens hovedmenu ser ud. Her kan du definere " "baggrundsbilledet og knaptypen der bruges som standard. For yderligere " "information besøg: http://www.mistelix.org/Themes" #: ../src/Dialogs/ThemeSelectionDialog.cs:256 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Navn" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Tilføj diasshow" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Varighed (sekunder):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Forhåndsvisning" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Gem" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Vælg lyd..." #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Tekstplacering:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Overgangstype:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Tilføj videoer" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Vælg en lydfil til diasshowet" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Vælg lyd" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Byg projekt" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Fremgang for opgave" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Fremgang i alt" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Opret" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "_Åbn destinationsmappe" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Vis knap som" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Knapegenskaber" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Tekstelement" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Miniaturebillede for punktet" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Tjek Mistelix' afhængighedskrav" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Skaleringsforhold" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Uddatamappe" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Projektnavn" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Projekttype" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Videoformat" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Gennemse..." #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "Dvd-videoprojekt" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Nyt Mistelixprojekt" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Opløsning:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Diasshowprojekt" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Overgangsstandarder for diasshow" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Filer og mapper" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "Generelt" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Standardmappe for lyd" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Standardmappe for billeder" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Standardmappe for projekter" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Standardposition for tekst" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Standardtid (sekunder)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Standardeffekt for overgang" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Standardmappe for videoer" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Indstillinger" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Miniaturebilledets størrelse" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Egenskaber for menuknapper" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Egenskaber for overgange i diasshow" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Baggrundsfarve" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "Dvd" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Skrifttype" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Forgrundsfarve" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "Generelt" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Størrelse på miniaturebillede" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Projektegenskaber" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Diasshow" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Baggrund" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Knapfremhævelse" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Temadetaljer" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Forfatter:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Tilpasset baggrund:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Fremhæv knap" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Navn:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Vælg menutema for dvd" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Vælg knap" #. Translators: {0} is the error message #: ../src/mistelix.cs:335 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that " "you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" "{0}\n" "\n" "Gå til dialogen 'Tjek Mistelix' afhængighedskrav' og sikr dig, at du har de " "korrekte lydcodec installeret.\n" "\n" "Hvis du fortsætter vil dit projekt ikke have lyd." #: ../src/mistelix.cs:362 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Et dvd-projekt kræver mindst et knappunkt. Du kan oprette en knap ved at " "trække et projektelement hen på området for dvd'ens hovedmenu." #: ../src/mistelix.cs:374 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Et dvd-projekt har brug for et tema. Brug menutilvalget 'Vælg dvd-menutema' " "for at vælge et tema." #: ../src/mistelix.cs:431 msgid "Open Project" msgstr "Åbn projekt" #: ../src/mistelix.cs:440 msgid "Mistelix projects" msgstr "Mistelixprojekter" #: ../src/mistelix.cs:473 #, csharp-format msgid "Error loading project '{0}'" msgstr "Fejl under indlæsning af projekt '{0}'" #: ../src/mistelix.cs:499 msgid "Save Project" msgstr "Gem projekt" #: ../src/mistelix.cs:514 msgid "The file already exist. Do you want to overwrite it?" msgstr "Filen eksisterer allerede. Ønsker du at overskrive den?" #: ../src/mistelix.cs:546 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "En fejl opstod under gemning af filen.\n" "Fejl: '{0}'" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Projektelementer" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "Om" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Tilføj diasshow..." #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Tilføj videoer..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Byg..." #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Tjek Mistelix' afhængighedskrav" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Håndter udvidelser" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Mistelix' dokumentation på nettet" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Nyt projekt..." #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Åbn projekt..." #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Egenskaber" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "Seneste _projekter" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Gem _som projekt..." #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Vælg menutema for dvd..." #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "Vis tv-sikringsområde" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "_Luk" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "_Rediger" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Fil" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "_Hjælp" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Projekt" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "_Afslut" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Gem projekt" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Vis" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Vælg tilføjelsesprogrammerne der skal installeres og klik Næste" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Håndtering af tilføjelsesprogrammer" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Tilføjelsesprogram" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Afhængigheder for tilføjelsesprogrammer:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Installation af tilføjelsesprogram" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Håndtering af tilføjelsesprogram" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "Yderligere udvidelser er krævet for at kunne udføre denne handling." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Alle registrerede arkiver" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Ophavsret:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Slå fra" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Slå til" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Installer fra:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Andre" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Sti:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Registrer et lokal arkiv" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Register et internetarkiv" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Arkiv" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Vælg _alle" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Vælg placeringen på arkivet du ønsker at oprette:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Vis alle pakker" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Vis kun nye versioner" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Vis kun opdateringer" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "De følgende tilføjelsesprogrammer er aktuelt installeret:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "De følgende tilføjelsesprogrammer vil blive installeret:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Url" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Url:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Version" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Version:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Installer tilføjelsesprogrammer..." #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Arkiver..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Afinstaller..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Fravælg alle" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" "Brug knapperne 'Tilføj videoer' eller 'Tilføj diasshow' for at tilføje nye " "elementer" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Træk elementer hertil for at tilføje dem til dvd'ens hovedmenu" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Start et nyt projekt eller åbn et eksisterende" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Elementegenskaber" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Slet element fra projekt" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Gå et niveau op" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Hjem" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Placering" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Mapper" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Åbn element" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Når først projektet har elementer kan du bruge kontekstmenuen til at arbejde " "med dem" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "#" #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Billede" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Beskrivelse" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "For at tilføje billeder til dette diasshow kan du:\n" "\n" " * Trække billeder hertil fra det højre bundpanel\n" " * Trække billeder hertil fra dit skrivebord eller din filhåndtering\n" "\n" "Du kan også bruge kontekstmenuen til at sortere, fjerne eller tilføje " "effekter til billederne" #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Fjern alle effekter" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Sorter efter filnavn (stigende)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Sorter efter filnavn (faldende)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Sorter efter dato på diskette (stigende)" # "stigende". Her dækker disc vel over flere medietyper HDD, # diskette, cd, dvd, flashdrev mm. Måske er det bedre helt at stryge # /på diskette/. #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Sorter efter dato (faldende)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Fjern valgte billeder" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Fjern alle billeder" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Forhåndsvisning af diasshow" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Ingen forhåndsvisning tilgængelig" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Sidst tilgået" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Miniaturebillede" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "Ingen seneste projekter" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Velkommen til Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "Mistelix er et dvd-oprettelsesprogram der også\n" "kan bruges til at oprette Theoradiasshow." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Opret et dvd-projekt" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Opret en dvd med video og diasshow\n" "som kan afspilles i dvd-afspillere." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Opret et diasshow" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Diasshow fra en samling af billeder\n" "som kan afspilles på en pc." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Seneste projekter" #~ msgid "Recent _Files" #~ msgstr "Seneste _filer" mistelix-0.33/po/de.po0000644000175000017500000010351611516333166015156 0ustar00jordijordi00000000000000# German translation of mistelix. # Copyright (C) 2009 Jordi Mas i Hernandez # This file is distributed under the same license as the mistelix package. # Wolfgang Stöggl , 2009, 2011. # Mario Blättermann , 2009, 2010. # Paul Seyfert , 2010. # msgid "" msgstr "" "Project-Id-Version: Mistelix\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-01-17 19:22+0000\n" "PO-Revision-Date: 2011-01-18 22:20+0100\n" "Last-Translator: Wolfgang Stoeggl \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Language: German\n" "X-Poedit-Country: GERMANY\n" "X-Poedit-SourceCharset: utf-8\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Graustufen" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Sepiafarben" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "BarnDoorWipe horizontal" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "BarnDoorWipe vertikal" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Bar Wipe (links nach rechts)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Bar Wipe (oben nach unten)" # Die Erweiterung heißt zurzeit »Fade« #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Fade (Ausblenden)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Star Wipe (fünf Punkte)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Star Wipe (vier Punkte)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Star Wipe (sechs Punkte)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "DVDs und Dia-Vorführungen erstellen" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVDs und Dia-Vorführungen" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Der Medientyp der Datei »{0}« konnte nicht ermittelt werden" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "Die Datei »{0}« ist in einem unbekannten Format kodiert" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "Die Datei »{0}« ist in einem erkannten Format kodiert. Allerdings fehlt das " "GStreamer-Plugin »{1}«, um sie zu dekodieren." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Keine Aktion erforderlich" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Ihr System unterstützt DVD- und Theora-Ausgabe." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Ihr System unterstützt nur DVD-Ausgabe." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Ihr System unterstützt nur Theora-Ausgabe." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "Ihr System unterstützt weder DVD- noch Theora-Ausgabe. Führen Sie bitte die " "vorgeschlagenen Schritte aus, um die Unterstützung Ihres Systems für " "Mistelix zu verbessern." #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Mistelix-GStreamer-Plugin" #: ../src/Core/Dependencies.cs:158 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Fehlendes mistelixvideosrc Plugin. Dieses GStreamer-Plugin ist ein Teil der " "Anwendung Mistelix. Mistelix ist nicht korrekt installiert." #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "MP3-Audiodecoder" #: ../src/Core/Dependencies.cs:164 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Fehlender MP3-Audiodecoder. Das Fluendo MP3-Decoder GStreamer-Plugin muss " "installiert sein, um MP3-Audiodateien importieren zu können." #: ../src/Core/Dependencies.cs:166 msgid "GStreamer Ugly Plugins" msgstr "GStreamer-Ugly-Plugins" #: ../src/Core/Dependencies.cs:167 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Fehlende Video-Dekoder. Ohne dieses Paket kann Mistelix keine " "Videoumwandlung aus populären Formaten anbieten. Sie müssen das Paket " "gstreamer-plugins-ugly installieren, um bessere Unterstützung für " "Videoimport zu erreichen." #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "dvdauthor Paket" #: ../src/Core/Dependencies.cs:176 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Installieren Sie das dvdauthor Paket unter Verwendung der " "Anwendungsverwaltung Ihrer Linux-Distribution." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "" "{0} fehlt. Das FFmpeg-Pluginpaket für GStreamer muss installiert werden." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "FFmpeg-Codecs" #: ../src/Core/Dependencies.cs:218 #, csharp-format msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit '{0}' for " "instructions on how to fix this." msgstr "" "Fehlender ffmpeg2video-Codec. Zahlreiche Distributionen unterstützen keine " "MPEG2-Kodiermöglichkeiten in ihren FFmpeg-Pluginpaketen für GStreamer. Bitte " "besuchen Sie »{0}« für eine Anleitung, um dies zu beheben." # Bug im Originalstring melden: does not exposes #: ../src/Core/Dependencies.cs:222 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Fehlender ffmux_dvd Multiplexer. Möglicherweise ist eine alte Version des " "GStreamer-Plugins installiert, das keinen DVD-Multiplexer beinhaltet." #: ../src/Core/Dependencies.cs:230 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "{0} fehlt. Bitte installieren Sie das GStreamer-Base Pluginpaket." #: ../src/Core/Dependencies.cs:237 msgid "Theora/Vorbis codecs" msgstr "Theora/Vorbis-Codecs" #. Go into detail #: ../src/Core/Dependencies.cs:243 msgid "Theora video codec" msgstr "Theora-Videocodec" #: ../src/Core/Dependencies.cs:247 msgid "ogg muxer" msgstr "ogg-Multiplexer" #: ../src/Core/Dependencies.cs:251 msgid "Vorbis audio encoder" msgstr "Vorbis-Audioencoder" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Projekterstellungsprozess gestartet" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Fehler beim Erstellen des Ausgabeordners »{0}«" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "DVD-Hauptmenü wird erstellt …" #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Dia-Vorführung »{0}« wird erstellt" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Video »{0}« wird konvertiert" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 Pixel" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 Pixel" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 Pixel" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 Pixel" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 Pixel (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 Pixel" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 Pixel (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "" "The file '{0}' is encoded in MP3 but you do not have the right codec " "installed." msgstr "" "Die Datei »{0}« ist im MP3-Format, allerdings ist kein passender Codec " "installiert." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Klein (64x64 Pixel)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Mittel (96x96 Pixel)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Groß (128x128 Pixel)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Sehr groß (192x192 Pixel)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Abgeschlossen. Benötigte Zeit: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Zielordner: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Übergeordneter Ordner existiert nicht" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} Tag" msgstr[1] "{0} Tage" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} Stunde" msgstr[1] "{0} Stunden" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} Minute" msgstr[1] "{0} Minuten" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Weniger als eine Minute" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Oberer Bereich des Bildes (zentriert)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Unterer Bereich des Bildes (zentriert)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "" "Wolfgang Stöggl \n" "Mario Blättermann \n" "Paul Seyfert " #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" "Mistelix ist eine DVD-Erstellungsanwendung mit Unterstützung für Dia-" "Vorführungen." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Mistelix-Website" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Kein Audio" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Audiodateien" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Alle Dateien" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Willkommen beim Projekterstellungsprozess. Klicken Sie auf den »Erstellen«-" "Knopf, um den Prozess zu starten." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix verwendet einen Satz externer Komponenten. Deren Verfügbarkeit " "bestimmt den Funktionsumfang von Mistelix. Folgende Liste zeigt den Grad der " "Unterstützung Ihres Systems für Mistelix und ob Handlungsbedarf besteht." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Status" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Abhängigkeit" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Aktion" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Breitbild)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Projekt" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "Der angegebene Ausgabeordner existiert nicht. Soll er erstellt werden?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "Ordner kann nicht erstellt werden." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Ort öffnen" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Bereinigen" #: ../src/Dialogs/ThemeSelectionDialog.cs:252 #, csharp-format msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: {0}" msgstr "" "Menüthemen legen fest, wie das DVD-Hauptmenü aussieht. Hier wird das " "Vorgabehintergrundbild und die Art von Knöpfen festgelegt. Weitere " "Informationen über Themen finden Sie unter {0}" #: ../src/Dialogs/ThemeSelectionDialog.cs:258 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Name" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Dia-Vorführung hinzufügen" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Dauer (Sekunden):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Vorschau" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Speichern" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Audio auswählen …" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Textposition:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Übergangseffekt:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Videos hinzufügen" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Wählen Sie eine Audiodatei für die Dia-Vorführung" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Audio auswählen" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Projekt erstellen" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Arbeitsfortschritt" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Gesamtfortschritt" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Erstellen" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "Ziel_ordner öffnen" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Knopf zeigen als" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Knopf-Eigenschaften" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Textelement" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Vorschaubild des Objekts" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Abhängigkeiten und Anforderungen von Mistelix überprüfen" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Seitenverhältnis" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Ausgabeordner" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Projektname" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Projekttyp" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Videoformat" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Auswählen …" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "DVD-Video-Projekt" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Neues Mistelix-Projekt" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Auflösung:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Dia-Vorführungsprojekt" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Vorgaben für Dia-Vorführungsübergänge" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Dateien und Ordner" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "Allgemein" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Vorgegebener Ordner für Audio" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Vorgegebener Ordner für Bilder" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Vorgegebener Ordner für Projekte" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Vorgegebene Position für Text" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Vorgegebene Zeit (Sekunden)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Vorgegebener Übergangseffekt" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Vorgegebener Ordner für Videos" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Einstellungen" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Vorschaugröße" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Menüknopf-Eigenschaften" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Eigenschaften der Dia-Vorführungsübergänge" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Hintergrundfarbe" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Schriftart" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Vordergrundfarbe" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "Allgemein" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Bildvorschaugröße" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Projekteigenschaften" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Dia-Vorführungen" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Hintergrund" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Knopf-Hervorhebung" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Details zum Thema" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Autor:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Benutzerdefinierter Hintergrund:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Knopf hervorheben" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Name:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "DVD-Menü-Thema auswählen" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Knopf auswählen" #. Translators: {0} is the error message #: ../src/mistelix.cs:339 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that " "you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" "{0}\n" "\n" "Bitte sehen Sie unter »Abhängigkeiten und Anforderungen von Mistelix " "überprüfen« nach, um zu überprüfen, ob die passenden Audio-Codecs installiert " "sind.\n" "\n" "Wenn Sie fortsetzen, wird ihr Projekt kein Audio beinhalten." #: ../src/mistelix.cs:366 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Ein DVD-Projekt benötigt zumindest einen Knopf. Sie können einen Knopf durch " "Ziehen eines Projektelementes in den Bereich des DVD-Hauptmenüs erstellen." #: ../src/mistelix.cs:378 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Ein DVD-Projekt benötigt ein Thema. Verwenden Sie die Option »DVD-Menü-Thema " "auswählen«, um ein Thema zu wählen." #: ../src/mistelix.cs:435 msgid "Open Project" msgstr "Projekt öffnen" #: ../src/mistelix.cs:444 msgid "Mistelix projects" msgstr "Mistelix-Projekte" #: ../src/mistelix.cs:477 #, csharp-format msgid "Error loading project '{0}'" msgstr "Fehler beim Laden von Projekt »{0}«" #: ../src/mistelix.cs:503 msgid "Save Project" msgstr "Projekt speichern" #: ../src/mistelix.cs:518 msgid "The file already exist. Do you want to overwrite it?" msgstr "Die angegebene Datei existiert bereits. Soll sie erstellt werden?" #: ../src/mistelix.cs:550 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Ein Fehler ist beim Speichern der Datei aufgetreten.\n" "Fehler: »{0}«" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Projektelemente" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "Info" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Dia-Vorführung hinzufügen …" #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Videos hinzufügen …" #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Erstellen …" #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Abhängigkeiten und Anforderungen von Mistelix überprüfen" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Erweiterungen verwalten" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Online-Dokumentation" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Neues Projekt …" #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Projekt öffnen …" #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Eigenschaften" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "Zuletzt geöffnete _Projekte" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Als _Projekt speichern …" #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "DVD-Menü-Thema auswählen …" #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "TV-sicheren Bereich anzeigen" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "S_chließen" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "_Bearbeiten" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Datei" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "_Hilfe" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Projekt" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "_Beenden" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "Projekt _speichern" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Ansicht" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "" "Wählen Sie die zu installierenden Erweiterungen und klicken Sie auf " "Weiter" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Erweiterungsverwaltung" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Erweiterung" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Abhängigkeiten der Erweiterung:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Installation von Erweiterungen" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Verwaltung von Erweiterungen" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "" "Zusätzliche Erweiterungen sind erforderlich, um diese Operation ausführen zu " "können." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Alle registrierten Quellen" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Copyright:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Deaktivieren" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Aktivieren" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Installation von:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Andere" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Pfad:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Lokale Quelle registrieren" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Online-Quelle registrieren" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Quelle" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "_Alles auswählen" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Wählen Sie den Ort der Quelle, die Sie registrieren möchten:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Alle Pakete anzeigen" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Nur neue Versionen anzeigen" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Nur Aktualisierungen anzeigen" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Die folgenden Erweiterungen sind zurzeit installiert:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Die folgenden Erweiterungen werden installiert:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Adresse" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Adresse:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Version" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Version:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "Erweiterungen _installieren …" #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Quellen …" #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Deinstallieren …" #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Alles abwählen" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" "Verwenden Sie die Knöpfe »Videos hinzufügen« oder »Dia-Vorführung hinzufügen«, " "um neue Elemente hinzuzufügen" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Ziehen Sie Elemente hierher, um sie zum DVD-Hauptmenü hinzuzufügen" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Ein neues Projekt starten oder ein bestehendes öffnen" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Elementeigenschaften" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Element aus dem Projekt löschen" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Eine Ebene nach oben gehen" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Persönlicher Ordner" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Ort" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Ordner" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Element öffnen" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Sobald das Projekt Elemente enthält, können Sie das Kontextmenü verwenden, " "um mit ihnen zu arbeiten" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "#" #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Bild" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Beschreibung" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "Bilder können folgendermaßen zu dieser Dia-Vorführung hinzugefügt werden:\n" "\n" " * Durch Ziehen der Bilder hierher aus dem Bereich rechts unten\n" " * Durch Ziehen der Bilder hierher von Ihrer Arbeitsfläche oder einem " "Dateiverwaltungsprogramm\n" "\n" "Sie können auch das Kontextmenü verwenden, um Bilder zu sortieren, zu " "entfernen oder Effekte hinzuzufügen" #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Alle Effekte entfernen" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Nach Dateinamen sortieren (aufsteigend)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Nach Dateinamen sortieren (absteigend)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Nach Datum sortieren (aufsteigend)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Nach Datum sortieren (absteigend)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Ausgewählte Bilder entfernen" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Alle Bilder entfernen" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Vorschau der Dia-Vorführung" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Keine Vorschau vorhanden" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Letzter Zugriff" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Vorschau" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "Keine zuletzt geöffneten Projekte" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Willkommen bei Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "Mistelix ist eine DVD-Erstellungsanwendung\n" "mit Unterstützung für Theora Dia-Vorführungen." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "DVD-Projekt erstellen" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Eine DVD mit Videos und Dia-Vorführungen erstellen,\n" "die auf DVD-Wiedergabegeräten abgespielt werden kann." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Dia-Vorführung erstellen" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Eine Dia-Vorführung aus einer Sammlung an Bildern erstellen,\n" "die auf einem PC abgespielt werden kann." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Zuletzt geöffnete Projekte" #~ msgid "Recent _Files" #~ msgstr "_Zuletzt geöffnete Dateien" #~ msgid "Description" #~ msgstr "Beschreibung" #~ msgid "Description:" #~ msgstr "Beschreibung:" #~ msgid "" #~ "Drag your images here to add them to the slideshow. You can also use the " #~ "contextual menu to sort the images." #~ msgstr "" #~ "Ziehen Sie Ihre Bilder hierher, um sie zur Dia-Vorführung hinzuzufügen. " #~ "Sie können auch das Kontextmenü verwenden, um die Bilder zu sortieren." mistelix-0.33/po/en_GB.po0000644000175000017500000007342611335505626015547 0ustar00jordijordi00000000000000# British English Translation of Mistelix # This file is distributed under the same licence as the Mistelix package. # Michael Stephenson , 2009. # Bruce Cowan , 2010. msgid "" msgstr "" "Project-Id-Version: mistelix\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-02-07 22:12+0000\n" "PO-Revision-Date: 2010-02-07 22:16+0100\n" "Last-Translator: Bruce Cowan \n" "Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.5.1\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Greyscale" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Sepia Tone" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Fade" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "BarnDoorWipe horizontal" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "BarnDoorWipe vertical" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Bar Wipe (left to right)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Bar Wipe (top to bottom)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Star Wipe (five points)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Star Wipe (four points)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Star Wipe (six points)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Author DVDs and slideshows" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVDs and slideshows" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Could not identify media type for file '{0}'" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "The file '{0}' is encoded in an unsupported format" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "No action required" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Your system supports DVD and Theora authoring." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Your system only supports DVD authoring." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Your system only supports Theora authoring." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." #: ../src/Core/Dependencies.cs:150 msgid "Mistelix GStreamer plugin" msgstr "Mistelix GStreamer plugin" #: ../src/Core/Dependencies.cs:151 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." #: ../src/Core/Dependencies.cs:156 msgid "MP3 audio decoder" msgstr "MP3 audio decoder" #: ../src/Core/Dependencies.cs:157 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." #: ../src/Core/Dependencies.cs:159 msgid "GStreamer Ugly Plugins" msgstr "GStreamer Ugly Plugins" #: ../src/Core/Dependencies.cs:160 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." #: ../src/Core/Dependencies.cs:168 msgid "dvdauthor package" msgstr "dvdauthor package" #: ../src/Core/Dependencies.cs:169 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Install dvdauthor package from your Linux distribution application manager." #: ../src/Core/Dependencies.cs:196 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." #: ../src/Core/Dependencies.cs:203 msgid "FFmpeg codecs" msgstr "FFmpeg codecs" #: ../src/Core/Dependencies.cs:209 msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." msgstr "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." #: ../src/Core/Dependencies.cs:212 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." #: ../src/Core/Dependencies.cs:220 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "Missing {0}. You need to install GStreamer Base Plugins package." #: ../src/Core/Dependencies.cs:227 msgid "Theora/Vorbis codecs" msgstr "Theora/Vorbis codecs" #. Go into detail #: ../src/Core/Dependencies.cs:233 msgid "Theora video codec" msgstr "Theora video codec" #: ../src/Core/Dependencies.cs:237 msgid "ogg muxer" msgstr "ogg muxer" #: ../src/Core/Dependencies.cs:241 msgid "Vorbis audio encoder" msgstr "Vorbis audo encoder" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Project building process started" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Error creating output directory '{0}'" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Generating main DVD menu..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Generating slideshow '{0}'" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Converting video '{0}'" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 pixels" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 pixels" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 pixels" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 pixels" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 pixels (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 pixels" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 pixels (1080i)" #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Small (64x64 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Medium (96x96 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Large (128x128 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Very Large (192x192 pixels)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Completed. Time used: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Destination folder: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Parent directory does not exist" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} day" msgstr[1] "{0} days" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} hour" msgstr[1] "{0} hours" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minute" msgstr[1] "{0} minutes" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Less than a minute" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Top of the image (centred)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Bottom of the image (centred)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "" "Michael Stephenson \n" "Bruce Cowan " #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Mistelix web site" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:486 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:493 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:51 msgid "No audio" msgstr "No audio" #: ../src/Dialogs/AudioSelectionDialog.cs:64 msgid "Audio files" msgstr "Audio files" #: ../src/Dialogs/AudioSelectionDialog.cs:68 msgid "All files" msgstr "All files" #: ../src/Dialogs/CheckDependenciesDialog.cs:81 msgid "Status" msgstr "Status" #: ../src/Dialogs/CheckDependenciesDialog.cs:82 msgid "Dependency" msgstr "Depencency" #: ../src/Dialogs/CheckDependenciesDialog.cs:83 msgid "Action" msgstr "Action" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:68 ../src/mistelix.glade.h:55 msgid "PAL (Europe)" msgstr "PAL (Europe)" #: ../src/Dialogs/NewProjectDialog.cs:71 ../src/mistelix.glade.h:50 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:74 ../src/mistelix.glade.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:77 ../src/mistelix.glade.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Widescreen)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:98 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Project" #: ../src/Dialogs/NewProjectDialog.cs:179 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "" "The output directory provided does not exist. Do you want to create it?" #: ../src/Dialogs/NewProjectDialog.cs:191 msgid "Unable to create directory." msgstr "Unable to create directory." #: ../src/Dialogs/NewProjectDialog.cs:240 #: ../src/Dialogs/ProjectPropertiesDialog.cs:267 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Open Location" #: ../src/Dialogs/ThemeSelectionDialog.cs:225 msgid "Clean" msgstr "Clean" #: ../src/Dialogs/ThemeSelectionDialog.cs:253 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Name" #: ../src/mistelix.cs:344 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." #: ../src/mistelix.cs:356 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." #: ../src/mistelix.cs:413 msgid "Open Project" msgstr "Open Project" #: ../src/mistelix.cs:422 msgid "Mistelix projects" msgstr "Mistelix projects" #: ../src/mistelix.cs:455 #, csharp-format msgid "Error loading project '{0}'" msgstr "Error loading project '{0}'" #: ../src/mistelix.cs:481 msgid "Save Project" msgstr "Save Project" #: ../src/mistelix.cs:496 msgid "The file already exist. Do you want to overwrite it?" msgstr "The file already exists. Do you want to overwrite it?" #: ../src/mistelix.cs:528 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "An error has occurred when saving the file.\n" "Error: '{0}'" #: ../src/mistelix.glade.h:3 msgid "Aspect Ratio" msgstr "Aspect Ratio" #: ../src/mistelix.glade.h:4 msgid "Background" msgstr "Background" #: ../src/mistelix.glade.h:5 msgid "Button highlighting" msgstr "Button highlighting" #: ../src/mistelix.glade.h:6 msgid "Defaults for Slideshows Transitions" msgstr "Defaults for Slideshows Transitions" #: ../src/mistelix.glade.h:7 msgid "Files and Directories" msgstr "Files and Directories" #: ../src/mistelix.glade.h:8 msgid "General" msgstr "General" #: ../src/mistelix.glade.h:9 msgid "Menu Buttons Properties" msgstr "Menu Buttons Properties" #: ../src/mistelix.glade.h:10 msgid "Output Directory" msgstr "Output Directory" #: ../src/mistelix.glade.h:11 msgid "Project Name" msgstr "Project Name" #: ../src/mistelix.glade.h:12 msgid "Project elements" msgstr "Project elements" #: ../src/mistelix.glade.h:13 msgid "Project type" msgstr "Project type" #: ../src/mistelix.glade.h:14 msgid "Show button as" msgstr "Show button as" #: ../src/mistelix.glade.h:15 msgid "Slideshow Transitions Properties" msgstr "Slideshow Transitions Properties" #: ../src/mistelix.glade.h:16 msgid "Theme details" msgstr "Theme details" #: ../src/mistelix.glade.h:17 msgid "Video Format" msgstr "Video Format" #: ../src/mistelix.glade.h:18 msgid "Add Slideshow" msgstr "Add Slideshow" #: ../src/mistelix.glade.h:19 msgid "Add Slideshow..." msgstr "Add Slideshow..." #: ../src/mistelix.glade.h:20 msgid "Add Videos" msgstr "Add Videos" #: ../src/mistelix.glade.h:21 msgid "Add Videos..." msgstr "Add Videos..." #: ../src/mistelix.glade.h:22 ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Author:" #: ../src/mistelix.glade.h:23 msgid "Background color" msgstr "Background Colour" #: ../src/mistelix.glade.h:24 ../src/mono-addins-strings.xml.h:10 #: ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Browse..." #: ../src/mistelix.glade.h:25 msgid "Build Project" msgstr "Build Project" #: ../src/mistelix.glade.h:26 msgid "Build..." msgstr "Build..." #: ../src/mistelix.glade.h:27 msgid "Button Properties" msgstr "Button Properties" #: ../src/mistelix.glade.h:28 msgid "Check Mistelix's Dependencies Requirements" msgstr "Check Mistelix's Dependencies Requirements" #: ../src/mistelix.glade.h:29 msgid "Check Mistelix's dependencies requirements" msgstr "Check Mistelix's dependencies requirements" #: ../src/mistelix.glade.h:30 msgid "Custom background:" msgstr "Custom background:" #: ../src/mistelix.glade.h:31 msgid "DVD" msgstr "DVD" #: ../src/mistelix.glade.h:32 msgid "DVD-Video project" msgstr "DVD-Video project" #: ../src/mistelix.glade.h:33 msgid "Default audio directory" msgstr "Default audio directory" #: ../src/mistelix.glade.h:34 msgid "Default images directory" msgstr "Default images directory" #: ../src/mistelix.glade.h:35 msgid "Default projects directory" msgstr "Default projects directory" #: ../src/mistelix.glade.h:36 msgid "Default text position" msgstr "Default text position" #: ../src/mistelix.glade.h:37 msgid "Default time (seconds)" msgstr "Default time (seconds)" #: ../src/mistelix.glade.h:38 msgid "Default transition effect" msgstr "Default transition effect" #: ../src/mistelix.glade.h:39 msgid "Default videos directory" msgstr "Default videos directory" #: ../src/mistelix.glade.h:40 msgid "Duration (seconds):" msgstr "Duration (seconds):" #: ../src/mistelix.glade.h:41 msgid "Font" msgstr "Font" #: ../src/mistelix.glade.h:42 msgid "Foreground color" msgstr "Foreground Colour" #: ../src/mistelix.glade.h:43 msgid "General" msgstr "General" #: ../src/mistelix.glade.h:44 msgid "Highlight button" msgstr "Highlight button" #: ../src/mistelix.glade.h:45 msgid "Image thumbnail size" msgstr "Image thumbnail size" #: ../src/mistelix.glade.h:46 msgid "Manage Extensions" msgstr "Manage Extensions" #: ../src/mistelix.glade.h:47 msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" msgstr "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" #: ../src/mistelix.glade.h:48 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." #: ../src/mistelix.glade.h:49 msgid "Mistelix's On-line Documentation" msgstr "Mistelix's On-line Documentation" #: ../src/mistelix.glade.h:51 msgid "Name:" msgstr "Name:" #: ../src/mistelix.glade.h:52 msgid "New Mistelix project" msgstr "New Mistelix project" #: ../src/mistelix.glade.h:53 msgid "New Project..." msgstr "New Project..." #: ../src/mistelix.glade.h:54 msgid "Open Project..." msgstr "Open Project..." #: ../src/mistelix.glade.h:56 msgid "Preferences" msgstr "Preferences" #: ../src/mistelix.glade.h:57 msgid "Preview" msgstr "Preview" #: ../src/mistelix.glade.h:58 msgid "Project Properties" msgstr "Project Properties" #: ../src/mistelix.glade.h:59 msgid "Properties" msgstr "Properties" #: ../src/mistelix.glade.h:60 msgid "Recent _Files" msgstr "Recent _Files" #: ../src/mistelix.glade.h:61 msgid "Resolution:" msgstr "Resolution:" #: ../src/mistelix.glade.h:62 msgid "Save" msgstr "Save" #: ../src/mistelix.glade.h:63 msgid "Save _As Project..." msgstr "Save _As Project..." #: ../src/mistelix.glade.h:64 msgid "Select Audio..." msgstr "Select Audio..." #: ../src/mistelix.glade.h:65 msgid "Select DVD Menu Theme" msgstr "Select DVD Menu Theme" #: ../src/mistelix.glade.h:66 msgid "Select DVD Menu Theme..." msgstr "Select DVD Menu Theme..." #: ../src/mistelix.glade.h:67 msgid "Select an audio file for the slideshow" msgstr "Select an audio file for the slideshow" #: ../src/mistelix.glade.h:68 msgid "Select audio" msgstr "Select audio" #: ../src/mistelix.glade.h:69 msgid "Select button" msgstr "Select button" #: ../src/mistelix.glade.h:70 msgid "Show TV Safe Area" msgstr "Show TV Safe Area" #: ../src/mistelix.glade.h:71 msgid "Slideshows" msgstr "Slideshows" #: ../src/mistelix.glade.h:72 msgid "Slideshows project" msgstr "Slideshows project" #: ../src/mistelix.glade.h:73 msgid "Task progress" msgstr "Task progress" #: ../src/mistelix.glade.h:74 msgid "Text element" msgstr "Text element" #: ../src/mistelix.glade.h:75 msgid "Text position:" msgstr "Text position:" #: ../src/mistelix.glade.h:76 msgid "Thumbnail image of the item" msgstr "Thumbnail image of the item" #: ../src/mistelix.glade.h:77 msgid "Thumbnails size" msgstr "Thumbnails size" #: ../src/mistelix.glade.h:78 msgid "Total progress" msgstr "Total progress" #: ../src/mistelix.glade.h:79 msgid "Transition type:" msgstr "Transition type:" #: ../src/mistelix.glade.h:80 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." #: ../src/mistelix.glade.h:81 msgid "_About" msgstr "_About" #: ../src/mistelix.glade.h:82 msgid "_Edit" msgstr "_Edit" #: ../src/mistelix.glade.h:83 msgid "_File" msgstr "_File" #: ../src/mistelix.glade.h:84 msgid "_Generate" msgstr "_Generate" #: ../src/mistelix.glade.h:85 msgid "_Help" msgstr "_Help" #: ../src/mistelix.glade.h:86 msgid "_Open Destination Folder" msgstr "_Open Destination Folder" #: ../src/mistelix.glade.h:87 msgid "_Project" msgstr "_Project" #: ../src/mistelix.glade.h:88 msgid "_Save Project" msgstr "_Save Project" #: ../src/mistelix.glade.h:89 msgid "_View" msgstr "_View" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Select the add-ins to install and click on Next" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Add-in Manager" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Add-in" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Add-in Dependencies:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Add-in Installation" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Add-in Manager" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "Additional extensions are required to perform this operation." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "All registered repositories" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Copyright:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Disable" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Enable" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Install from:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Other" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Path:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Register a local repository" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Register an on-line repository" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Repository" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Select _All" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Select the location of the repository you want to register:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Show all packages" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Show new versions only" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Show updates only" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "The following add-ins are currently installed:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "The following add-ins will be installed:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Url" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Url:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Version" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Version:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Install Add-ins..." #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Repositories..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Uninstall..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Unselect All" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Drag elements here to add them to the main DVD menu" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Start a new project or open an existing one" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Element properties" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:300 msgid "Delete element from project" msgstr "Delete element from project" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Go up one level" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Home" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Location" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Directories" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "No preview available" #: ../src/Widgets/ProjectElementView.cs:299 msgid "Open element" msgstr "Open element" #: ../src/Widgets/ProjectElementView.cs:318 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Once the project has elements you can use the contextual menu to work with " "them" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:179 msgid "#" msgstr "#" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "Image" msgstr "Image" #: ../src/Widgets/SlideShowImageView.cs:185 msgid "Description" msgstr "Description" #: ../src/Widgets/SlideShowImageView.cs:373 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" #: ../src/Widgets/SlideShowImageView.cs:568 msgid "Remove all effects" msgstr "Remove all effects" #: ../src/Widgets/SlideShowImageView.cs:571 msgid "Sort by filename (Ascending)" msgstr "Sort by filename (Ascending)" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Descending)" msgstr "Sort by filename (Descending)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by date on disc (Ascending)" msgstr "Sort by date on disc (Ascending)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Descending)" msgstr "Sort by date on disc (Descending)" #: ../src/Widgets/SlideShowImageView.cs:576 msgid "Remove selected images" msgstr "Remove selected images" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove all images" msgstr "Remove all images" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Slideshow preview" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Last Accessed" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Thumbnail" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent files" msgstr "No recent files" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Welcome to Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Create a DVD project" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Create a Slideshow" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Slideshow from a collection of images\n" "that can be played in a PC." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Recent Projects" #~ msgid "Bottom of the image (xed)" #~ msgstr "Bottom of the image (centered)" #~ msgid "Description" #~ msgstr "Description" #~ msgid "Description:" #~ msgstr "Description:" #~ msgid "" #~ "Drag your images here to add them to the slideshow. You can also use the " #~ "contextual menu to sort the images." #~ msgstr "" #~ "Drag your images here to add them to the slideshow. You can also use the " #~ "contextual menu to sort the images." mistelix-0.33/po/es.po0000644000175000017500000010437711515113003015164 0ustar00jordijordi00000000000000# translation of mistelix.master.po to español # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Jacinto Capote Robles , 2009. # Jorge González , 2009, 2010. # Daniel Mustieles , 2011. # msgid "" msgstr "" "Project-Id-Version: mistelix.master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-01-16 14:39+0000\n" "PO-Revision-Date: 2011-01-16 19:39+0100\n" "Last-Translator: Daniel Mustieles \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Escala de grises" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Tono sepia" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Transición central progresiva horizontal" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Transición central progresiva vertical" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Transición lateral (de izquierda a derecha)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Transición lateral (de derecha a izquierda)" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Desvanecer" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Transición en estrella (cinco puntos)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Transición en estrella (cuatro puntos)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Transición en estrella (seis puntos)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Cree DVD y diapositivas" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD y diapositivas" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "No se pudo identificar el tipo de soporte para el archivo «{0}»" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "El archivo «{0}» está codificado en un formato no soportado" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "El archivo «{0}» está codificado en un formato reconocido. No obstante falta " "el complemento «{1}» de GStreamer para decodificarlo." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "No se requiere ninguna acción" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Su sistema soporta creación de DVD y Theora." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Su sistema sólo soporta creación de DVD." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Su sistema sólo soporta creación con Theora." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "Su sistema no tiene soporte para creación de DVD o con Theora. Ejecute las " "acciones sugeridas para mejorar el soporte de su sistema para Mistelix." #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Complemento de GStreamer para Mistelix" #: ../src/Core/Dependencies.cs:158 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Falta el complemento mistelixvideosrc. Este complemento de GStreamer se " "proporciona como parte de la aplicación Mistelix. Mistelix no está instalado " "correctamente." #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "decodificador de sonido MP3" #: ../src/Core/Dependencies.cs:164 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Falta el codificador de sonido de MP3. Debe instalar el complemento de " "GStreamer para el decodificador de sonido MP3 de Fluendo para activar las " "capacidad de importar sonido en MP3." #: ../src/Core/Dependencies.cs:166 msgid "GStreamer Ugly Plugins" msgstr "Complemento de GStreamer Ugly" #: ../src/Core/Dependencies.cs:167 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Faltan decodificadores de vídeo. Sin este paquete Mistelix no puede " "proporcionar facilidades para conversión de vídeo a formatos populares. Debe " "instalar el paquete de complemento complemento GStreamer Ugly para un mejor " "soporte de importación de vídeo." #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "paquete dvdauthor" #: ../src/Core/Dependencies.cs:176 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Instale el paquete dvdauthor desde el gestor de aplicaciones de su " "distribución Linux." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "Falta {0}. Debe instalar el paquete de complementos GStreamer FFmpeg." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "Códecs FFMpeg" #: ../src/Core/Dependencies.cs:218 #, csharp-format #| msgid "" #| "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 " #| "encoding capabilities in their GStreamer FFmpeg Plug-ins package. Visit " #| "'http://www.mistelix.org/Download' for instructions on how to fix this." msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit '{0}' for " "instructions on how to fix this." msgstr "" "Falta el códec ffmpeg2video. Muchas distribuciones no añaden la capacidad de " "codificación MPEG2 en su paquete de complementos FFmpeg de GStreamer. Visite " "«{0}» para obtener instrucciones acerca de cómo solucionarlo." #: ../src/Core/Dependencies.cs:222 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Falta el mezclador ffmux_dvd. Probablemente tiene una versión antigua del " "complemento de GStreamer que no contiene el mezclador para DVD." #: ../src/Core/Dependencies.cs:230 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "" "Falta {0}. Necesita instalar el paquete de complementos base de GStreamer." #: ../src/Core/Dependencies.cs:237 msgid "Theora/Vorbis codecs" msgstr "Códecs Theora/Vorbis" #. Go into detail #: ../src/Core/Dependencies.cs:243 msgid "Theora video codec" msgstr "Códec de vídeo Theora" #: ../src/Core/Dependencies.cs:247 msgid "ogg muxer" msgstr "mezclador ogg" #: ../src/Core/Dependencies.cs:251 msgid "Vorbis audio encoder" msgstr "Codificador de sonido Vorbis" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Comenzó el proceso de construcción del proyecto" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Error al crear el directorio de salida «{0}»" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Generando el menú principal del DVD…" #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Generando diapositivas «{0}»" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Convirtiendo vídeo «{0}»" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 píxeles" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 píxeles" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 píxeles" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 píxeles" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 píxeles (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 píxeles" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 píxeles (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "" "The file '{0}' is encoded in MP3 but you do not have the right codec " "installed." msgstr "" "El archivo «{0}» está codificado en MP3 pero no tiene el códec correcto " "instalado." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Pequeño (64x64 píxeles)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Mediano (96x96 píxeles)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Grande (128x128 píxeles)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Muy grande (192x192 píxeles)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Completado. Tiempo empleado: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Carpeta de destino: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "El directorio padre non existe" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} día" msgstr[1] "{0} días" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} hora" msgstr[1] "{0} horas" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minuto" msgstr[1] "{0} minutos" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Menos de un minuto" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Parte superior de la imagen (centrado)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Parte inferior de la imagen (centrado)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Jorge González , 2009" #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" "Mistelix es una aplicación para crear DVD con capacidad para crear " "diapositivas." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Página web de Mistelix" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Sin sonido" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Archivos de sonido" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Todos los archivos" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Bienvenido al proceso de construcción del proyecto. Pulse el botón «Generar» " "para iniciar el proceso." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix usa un conjunto de componentes externos. Su disponibilidad " "determina las capacidades de Mistelix. La siguiente lista muestra el nivel " "de soporte de su sistema para Mistelix y si se requiere alguna acción." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Estado" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Dependencia" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Acción" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Pantalla ancha)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Proyecto" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "El directorio de salida proporcionado no existe. ¿Quiere crearlo?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "No se pudo crear el directorio." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Abrir ubicación" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Limpio" #: ../src/Dialogs/ThemeSelectionDialog.cs:252 #, csharp-format #| msgid "" #| "Menu themes define how the main DVD menu looks. Here you define the " #| "default background image and the type of buttons. For more information " #| "visit: http://www.mistelix.org/Themes" msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: {0}" msgstr "" "Los temas de menú definen cómo se mostrará el menú principal del DVD. Aquí " "puede definir la imagen de fondo predeterminada y el tipo de botones. Puede " "obtener más información acerca de los temas visite {0}" #: ../src/Dialogs/ThemeSelectionDialog.cs:258 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Nombre" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Añadir diapositiva" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Duración (segundos):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Vista previa" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Guardar" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Seleccionar sonido…" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Posición del texto:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Tipo de transición:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Añadir vídeos" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Seleccionar un archivo de sonido para la diapositiva" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Seleccionar sonido" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Construir proyecto" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Progreso de la tarea" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Progreso total" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Generar" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "_Abrir la carpeta de destino" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Mostrar botón como" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Propiedades del botón" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Elemento de texto" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Miniatura de la imagen del elemento" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Comprobar los requerimientos de dependencias de Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Proporción" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Directorio de salida" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Nombre del proyecto" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Tipo de proyecto" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Formato del vídeo" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Examinar…" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "Proyecto de DVD de vídeo" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Proyecto nuevo de Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Resolución:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Proyecto de diapositivas" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Predeterminados para las transiciones entre diapositivas" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Archivos y directorios" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "General" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Directorio predeterminado para el sonido" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Directorio predeterminado para las imágenes" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Directorio predeterminado para los proyectos" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Posición predeterminada del texto" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Tiempo predeterminado (segundos)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Efecto de transición predeterminado" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Directorio predeterminado para los vídeos" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Preferencias" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Tamaño de las miniaturas" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Propiedades de los botones de menú" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Propiedades de la transición de diapositivas" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Color de fondo" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Tipografía" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Color de primer plano" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "General" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Tamaño de la imagen en miniatura" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Propiedades del proyecto" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Diapositivas" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Fondo" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Resaltado de botones" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Detalles del tema" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Autor:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Fondo personalizado:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Resaltar botón" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Nombre:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Seleccionar el tema del menú del DVD" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Seleccionar botón" #. Translators: {0} is the error message #: ../src/mistelix.cs:339 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that " "you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" "{0}\n" "\n" "Vaya al diálogo «Comprobar los requerimientos de dependencias de Mistelix» y " "asegúrese de que tiene los códecs de sonido correctos instalados.\n" "\n" "Si continúa su proyecto no tendrá sonido." #: ../src/mistelix.cs:366 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Un proyecto de DVD necesita al menos un elemento de botón. Puede crear un " "botón arrastrando un elemento de proyecto en el área del menú principal del " "DVD." #: ../src/mistelix.cs:378 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Un proyecto de DVD necesita un tema. Use la opción de menú «Seleccionar el " "tema del menú del DVD» para seleccionar un tema." #: ../src/mistelix.cs:435 msgid "Open Project" msgstr "Abrir proyecto" #: ../src/mistelix.cs:444 msgid "Mistelix projects" msgstr "Proyectos Mistelix" #: ../src/mistelix.cs:477 #, csharp-format msgid "Error loading project '{0}'" msgstr "Error al cargar el proyecto «{0}»" #: ../src/mistelix.cs:503 msgid "Save Project" msgstr "Guardar proyecto" #: ../src/mistelix.cs:518 msgid "The file already exist. Do you want to overwrite it?" msgstr "El archivo ya existe. ¿Quiere sobreescribirlo?" #: ../src/mistelix.cs:550 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Ocurrió un error al guardar el archivo.\n" "Error: «{0}»" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Elementos del proyecto" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "Acerca de" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Añadir diapositiva…" #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Añadir vídeos…" #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Construir…" #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Comprobar los requerimientos de dependencias de Mistelix" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Gestionar extensiones" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Documentación en línea de Mistelix" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Proyecto nuevo…" #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Abrir proyecto…" #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Propiedades" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "_Proyectos recientes" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Guardar proyecto _como…" #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Seleccionar el tema del menú del DVD…" #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "Mostrar el área seguro de la TV" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "_Cerrar" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "_Editar" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Archivo" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "Ay_uda" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Proyecto" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "_Salir" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Guardar proyecto" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Ver" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Seleccionar los complementos para instalar y pulsar Siguiente" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Gestor de complementos" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Complemento" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Dependencias del complemento:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Instalación de complementos" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Gestor de complementos" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "Se necesitan extensiones adicionales para realizar esta operación." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Todos los repositorios registrados" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Copyright:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Desactivar" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Activar" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Instalar desde:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Otro" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Ruta:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Registrar un repositorio local" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Registrar un repositorio en línea" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Repositorio" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Seleccionar _todo" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Seleccionar la ubicación del repositorio que quiere registrar:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Mostrar todos los paquetes" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Sólo mostrar versiones nuevas" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Sólo mostrar actualizaciones" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Los siguientes complementos están actualmente instalados:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Se instalarán los siguientes complementos:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Url" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Url:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Versión" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Versión:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Instalar complementos…" #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Repositorios…" #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Desinstalar…" #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Deseleccionar todo" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" "Use los botones «Añadir vídeos» o «Añadir diapositiva» para añadir elementos " "nuevos" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Arrastre aquí elementos para añadirlos al menú principal del DVD" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Iniciar un proyecto nuevo o abrir uno existente" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Propiedades del elemento" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Borrar elemento del proyecto" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Subir un nivel" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Carpeta personal" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Ubicación" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Directorios" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Abrir elemento" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Una vez que el proyecto tiene elementos puede usar el menú contextual para " "trabajar con ellos" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "Nº" #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Imagen" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Descripción" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "Para añadir archivos a esta diapositiva puede:\n" "\n" " * Arrastrar aquí imágenes desde el panel inferior derecho\n" " * Arrastrar aquí imágenes desde su escritorio o gestor de archivos\n" "\n" "También puede usar el menú contextual para ordenar, quitar o añadir efectos " "a las imágenes." #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Quitar todos los efectos" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Ordenar por nombre de archivo (ascendente)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Ordenar por nombre de archivo (descendente)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Ordenar por fecha en el disco (ascendente)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Ordenar por fecha en el disco (descendente)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Quitar las imágenes seleccionadas" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Quitar todas las imágenes" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Vista previa de diapositivas" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "La vista previa no está disponible" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Accedido por última vez" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Miniatura" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "No hay proyectos recientes" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Bienvenido a Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "Mistelix es una aplicación para crear DVD\n" "con capacidad para crear diapositivas Theora." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Crear un proyecto de DVD" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Crear un DVD con vídeos y diapositivas\n" "reproducible en reproductores de DVD." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Crear diapositivas" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Diapositivas desde una colección de imágenes\n" "reproducible en cualquier equipo." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Proyectos recientes" #~ msgid "Recent _Files" #~ msgstr "_Archivos recientes" #~ msgid "Description" #~ msgstr "Descripción" #~ msgid "Description:" #~ msgstr "Descripción:" #~ msgid "" #~ "Drag your images here to add them to the slideshow. You can also use the " #~ "contextual menu to sort the images." #~ msgstr "" #~ "Arrastre aquí sus imágenes para añadirlas al pase de diapositivas. " #~ "También puede usar el menú contextual para ordenar las imágenes." mistelix-0.33/po/fr.po0000644000175000017500000010301111514573220015156 0ustar00jordijordi00000000000000# French translation for mistelix. # Copyright (C) 2009 mistelix's COPYRIGHT HOLDER # This file is distributed under the same license as the mistelix package. # # Nicolas Repentin , 2009, 2011. msgid "" msgstr "" "Project-Id-Version: mistelix master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-11-02 20:28+0000\n" "PO-Revision-Date: 2011-01-05 17:18+0100\n" "Last-Translator: \n" "Language-Team: Français \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 1.0\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Niveaux de gris" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Ton sépia" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Portes coulissantes horizontales" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Portes coulissantes verticales" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Balayage horizontal (de gauche à droite)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Balayage vertical (de haut en bas)" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Fondu" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Étoiles (5 points)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Étoiles (4 points)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Étoiles (6 points)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Réaliser des DVD et des diaporamas" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD et diaporamas" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Impossible d'identifier le type de média pour le fichier « {0} »" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "Le fichier « {0} » est codé dans un format non supporté" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "Le ficher « {0} » est codé dans un format reconnu. Cependant, vous n'avez pas " "le greffon GStreamer « {1} » pour le décoder." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Aucune action requise" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Votre système prend en charge la création de DVD et Theora." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Votre système ne prend en charge que la création de DVD." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Votre système ne prend en charge que la création Theora." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "Votre système ne prend pas en charge la création de DVD et Theora. Exécutez " "les actions suggérées pour améliorer la prise en charge par votre système de " "Mistelix." #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Greffon GStreamer pour Mistelix" #: ../src/Core/Dependencies.cs:158 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Greffon mistelixvideosrc manquant. Ce greffon GStreamer fait partie de " "l'application Mistelix. Mistelix n'est pas installé correctement." #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "Décodeur audio MP3" #: ../src/Core/Dependencies.cs:164 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Décodeur audio MP3 manquant. Vous devez installer le décodeur Gstreamer " "Fluendo MP3 pour activer les possibilités d'importation de MP3." #: ../src/Core/Dependencies.cs:166 msgid "GStreamer Ugly Plugins" msgstr "Greffon GStreamer Ugly" #: ../src/Core/Dependencies.cs:167 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Décodeurs vidéos manquants. Sans ce paquet, Mistelix n'a pas la possibilité " "de convertir des vidéos de certains formats populaires. Vous devez installer " "les greffons GStreamer Ugly pour une meilleure prise en charge de " "l'importation vidéo." #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "Paquet dvdauthor" #: ../src/Core/Dependencies.cs:176 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Installez le paquet dvdauthor à l'aide du gestionnaire de paquets de votre " "distribution Linux." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "" "{0} manquant. Vous devez installer le paquet de greffons GStreamer FFmpeg." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "Codecs FFmpeg" #: ../src/Core/Dependencies.cs:218 msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." msgstr "" "Codec ffmpeg2video manquant. De nombreuses distributions n'incluent pas les " "capacités d'encodage MPEG2 dans le paquet de greffon FFmpeg de GStreamer. " "Consultez « http://www.mistelix.org/Download » pour obtenir des instructions " "pour corriger ce problème." #: ../src/Core/Dependencies.cs:221 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Multiplexeur ffmux_dvd manquant. Vous possédez probablement une ancienne " "version du greffon GStreamer qui ne prend pas en charge le multiplexage de " "DVD." #: ../src/Core/Dependencies.cs:229 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "" "{0} manquant. Vous devez installer le paquet de base de greffons GStreamer." #: ../src/Core/Dependencies.cs:236 msgid "Theora/Vorbis codecs" msgstr "Codecs Theora/Vorbis" #. Go into detail #: ../src/Core/Dependencies.cs:242 msgid "Theora video codec" msgstr "Codec video Theora" #: ../src/Core/Dependencies.cs:246 msgid "ogg muxer" msgstr "Multiplexeur OGG" #: ../src/Core/Dependencies.cs:250 msgid "Vorbis audio encoder" msgstr "Encodeur audio Vorbis" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Processus de compilation du projet démarré." #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Erreur lors de la création du répertoire de sortie « {0} »" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Génération du menu principal du DVD..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Génération du diaporama « {0} »" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Conversion de la vidéo « {0} »" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 pixels" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 pixels" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 pixels" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 pixels" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 pixels (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 pixels" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 pixels (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "" "The file '{0}' is encoded in MP3 but you do not have the right codec " "installed." msgstr "" "Le fichier « {0} » est codé en MP3 mais le codec adéquat n'est pas installé." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Petite (64x64 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Moyenne (96x96 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Grande (128x128 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Très grande (192x192 pixels)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Terminé. Temps mis : {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Dossier de destination : {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Le répertoire parent n'existe pas" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} jour" msgstr[1] "{0} jours" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} heure" msgstr[1] "{0} heures" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minute" msgstr[1] "{0} minutes" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Moins d'une minute" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "En haut de l'image (centré)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "En bas de l'image (centré)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "" "Nicolas Repentin , 2009\n" "Bruno Brouard , 2010" #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" "Mistelix est une application de création de DVD qui propose également la " "possibilité de création de diaporamas." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Site Web de Mistelix" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Pas de son" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Fichiers audio" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Tous les fichiers" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Bienvenue sur le processus de compilation du projet. Cliquez sur le bouton " "Générer pour débuter le processus." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix utilise un lot de composants externes. Leur disponibilité détermine " "les capacités de Mistelix. La liste suivante montre le niveau de prise en " "charge de votre système pour Mistelix et si des actions sont nécessaires." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "État" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Dépendance" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Action" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Europe)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Écran large)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Projet" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "" "Le répertoire de destination indiqué n'existe pas. Voulez-vous le créer ?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "Impossible de créer le répertoire." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Ouvrir un emplacement" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Effacer" #: ../src/Dialogs/ThemeSelectionDialog.cs:251 msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" msgstr "" "Le thème de menu définit l'aspect du menu principal du DVD. C'est ici que " "vous définissez l'image de l'arrière-plan par défaut et le type des boutons. " "Pour plus d'informations, consultez : http://www.mistelix.org/Themes" #: ../src/Dialogs/ThemeSelectionDialog.cs:256 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Nom" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Ajouter un diaporama" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Durée (secondes) :" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Prévisualiser" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Enregistrer" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Sélectionner l'audio..." #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Position du texte :" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Type de transition :" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Ajouter une vidéo" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Sélectionnez un fichier audio pour le diaporama" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Sélection de l'audio" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Compiler le projet" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Progression de la tâche" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Progression totale" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Générer" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "_Ouvrir le dossier de destination" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Afficher le bouton comme" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Propriétés du bouton" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Élément texte" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Image miniature de l'objet" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Vérifier les dépendances nécessaires à Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Proportions" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Répertoire de destination" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Nom du projet" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Type de projet" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Format vidéo" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Parcourir..." #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "Projet de DVD-Vidéo" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Nouveau projet Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Résolution :" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Projet de diaporamas" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Transitions par défaut pour les diaporamas" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Fichiers et répertoires" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "Général" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Répertoire par défaut de l'audio" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Répertoire par défaut des images" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Répertoire par défaut des projets" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Position du texte par défaut" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Durée par défaut (secondes)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Effet de transition par défaut" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Répertoire par défaut des vidéos" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Préférences" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Taille des miniatures" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Propriétés des boutons du menu" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Propriétés des transitions du diaporama" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Couleur de l'arrière-plan" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Police" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Couleur de premier plan" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "Général" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Taille de la miniature de l'image" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Propriétés du projet" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Diaporamas" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Arrière-plan" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Bouton surligné" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Détails du thème" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Auteur :" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Arrière-plan personnalisé :" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Bouton surligné" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Nom :" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Sélection d'un thème de menu de DVD" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Sélectionner un bouton" #. Translators: {0} is the error message #: ../src/mistelix.cs:335 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that " "you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" "{0}\n" "\n" "Ouvrez la boîte de dialogue « Vérifier les dépendances nécessaires à Mistelix »" "et vérifiez que les codecs audio corrects sont installés.\n" "\n" "Si vous continuez, votre projet ne disposera pas du son." #: ../src/mistelix.cs:362 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Un projet DVD doit posséder au moins un élément bouton. Vous pouvez le créer " "en déplaçant un élément du projet dans la zone du menu principal du DVD." #: ../src/mistelix.cs:374 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Un projet DVD doit posséder un thème. Utilisez le menu « Sélectionnez le " "thème du menu du DVD » pour le choisir." #: ../src/mistelix.cs:431 msgid "Open Project" msgstr "Ouverture d'un projet" #: ../src/mistelix.cs:440 msgid "Mistelix projects" msgstr "Projets Mistelix" #: ../src/mistelix.cs:473 #, csharp-format msgid "Error loading project '{0}'" msgstr "Erreur lors du chargement du projet « {0} »" #: ../src/mistelix.cs:499 msgid "Save Project" msgstr "Enregistrement du projet" #: ../src/mistelix.cs:514 msgid "The file already exist. Do you want to overwrite it?" msgstr "Le fichier existe déjà. Voulez-vous le remplacer ?" #: ../src/mistelix.cs:546 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Une erreur est apparue lors de la sauvegarde du fichier.\n" "Erreur : « {0} »" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Éléments du projet" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "À propos" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Ajouter un diaporama..." #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Ajouter des vidéos..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Compilation..." #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Vérifier les dépendances nécessaires à Mistelix" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Gérer les extensions" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Documentation de Mistelix sur le Web" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Nouveau projet..." #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Ouvrir un projet..." #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Propriétés" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "Projets _récents" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Enregistrer le projet _sous..." #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Sélectionner le thème du menu de DVD..." #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "Afficher la zone sure de la TV" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "_Fermer" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "É_dition" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Fichier" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "Aid_e" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Projet" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "_Quitter" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Enregistrer le projet" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Affichage" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Sélectionnez l'extension à installer et cliquez sur suivant" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Gestionnaire d'extensions" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Extension" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Dépendances de l'extension :" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Installation d'une extension" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Gestionnaire d'extensions" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "" "Des extensions supplémentaires sont nécessaires pour effectuer cette " "opération." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Tous les dépôts enregistrés" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Copyright :" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Désactiver" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Activer" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Installer depuis :" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Autre" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Chemin :" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Ajouter un dépôt local" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Ajouter un dépôt en ligne" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Dépôt" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Sélectionner _tout" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Sélectionnez l'emplacement du dépôt que vous voulez ajouter :" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Afficher tous les paquets" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Afficher les nouvelles versions seulement" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Afficher les mises à jour seulement" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Les extensions suivantes sont actuellement installées :" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Les extensions suivantes seront installées :" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "URL" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "URL :" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Version" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Version :" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Installer une extension..." #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Dépôts..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Désinstaller..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Désélectionner tout" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" "Utilisez les boutons « Ajouter une vidéo » ou « Ajouter un diaporama » pour " "ajouter de nouveaux éléments" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Déplacez les éléments ici pour les ajouter au menu principal du DVD" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Démarrez un nouveau projet ou ouvrez un projet existant" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Propriétés de l'élément" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Supprimer l'élément du projet" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Monter d'un niveau" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Dossier personnel" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Emplacement" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Répertoires" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Ouvrir l'élément" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Une fois que le projet possède des éléments, vous pouvez utiliser le menu " "contextuel pour travailler avec eux." #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "N°" #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Image" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Description" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "Pour ajouter une image à ce diaporama vous pouvez : \n" "\n" " * déplacer une image ici depuis le panneau inférieur droit,\n" " * déplacer une image ici depuis votre bureau ou votre gestionnaire de " "fichiers.\n" "\n" "Vous pouvez également utiliser le menu contextuel pour trier, supprimer ou " "ajouter des effets à vos images" #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Supprimer tous les effets" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Trier par nom de fichier (croissant)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Trier par nom de fichier (décroissant)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Trier par date sur le disque (croissant)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Trier par date sur le disque (décroissant)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Supprimer les images sélectionnées" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Supprimer toutes les images" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Prévisualisation du diaporama" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Pas de prévisualisation disponible" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Dernière consultation" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Miniature" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "Pas de projet récent" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Bienvenue sur Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "Mistelix est un logiciel de création de DVD qui permet\n" "également de créer des diaporamas Theora." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Création d'un projet de DVD" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Créer un DVD contenant des vidéos et des diaporamas\n" "qui peut être lu sur les lecteurs de DVD." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Création d'un diaporama" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Créer un diaporama à partir d'une collection d'images\n" "qui peut être lu sur un ordinateur." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Projets récents" mistelix-0.33/po/gl.po0000644000175000017500000010052111407715351015160 0ustar00jordijordi00000000000000# translation of mistelix.master.po to galician # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Miguel Anxo Bouzada , 2010. # Fran Diéguez , 2010. # msgid "" msgstr "" "Project-Id-Version: mistelix.master.po\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-06-20 02:48+0200\n" "PO-Revision-Date: 2010-06-20 02:49+0200\n" "Last-Translator: Fran Diéguez \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\\\n" "X-Poedit-Language: Galician\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Escala de grises" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Tono sepia" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Transición central progresiva horizontal" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Transición central progresiva vertical" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Transición lateral (da esquerda á dereita)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Transición lateral (da dereita á esquerda)" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Esvaecer" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Transición en estrela (cinco puntos)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Transición en estrela (catro puntos)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Transición en estrela (seis puntos)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Cree DVD e diaporamas" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD e diaporamas" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Non se puido identificar o tipo de soporte para o ficheiro «{0}»" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "O ficheiro «{0}» está codificado nun formato non admitido" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "O ficheiro «{0}» está codificado nun formato recoñecido. Aínda así falta o " "engadido «{1}» de GStreamer para decodificalo." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Non se require ningunha acción" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "O seu sistema admite a creación de DVD e Theora" #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "O seu sistema só admite a creación de DVD" #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "O seu sistema só admite a creación de Theora" #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "O seu sistema non admite a creación de DVD e Theora. Execute as accións " "suxeridas para mellorar a compatibilidade do seu sistema para Mistelix." #: ../src/Core/Dependencies.cs:150 msgid "Mistelix GStreamer plugin" msgstr "Engadido de GStreamer para Mistelix" #: ../src/Core/Dependencies.cs:151 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Falta o engadido mistelixvideosrc. Este engadido de GStreamer fornecese como " "parte do aplicativo Mistelix. Mistelix non está instalado correctamente." #: ../src/Core/Dependencies.cs:156 msgid "MP3 audio decoder" msgstr "decodificador de son MP3" #: ../src/Core/Dependencies.cs:157 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Falta o codificador de son de MP3. Debe instalar o engadido de GStreamer " "para o decodificador de son MP3 de Fluendo para activar a capacidade de " "importar son en MP3." #: ../src/Core/Dependencies.cs:159 msgid "GStreamer Ugly Plugins" msgstr "Engadido de GStreamer Ugly" #: ../src/Core/Dependencies.cs:160 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Faltan decodificadores de vídeo. Sen este paquete Mistelix non pode fornecer " "facilidades para a conversión de vídeo a formatos populares. Debe instalar o " "paquete de engadido GStreamer Ugly para unha mellor compatibilidade de " "importación de vídeo." #: ../src/Core/Dependencies.cs:168 msgid "dvdauthor package" msgstr "paquete dvdauthor" #: ../src/Core/Dependencies.cs:169 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Instale o paquete dvdauthor desde o xestor de aplicativos da súa " "distribución Linux." #: ../src/Core/Dependencies.cs:196 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "Falta {0}. Debe instalar o paquete de engadidos GStreamer FFmpeg." #: ../src/Core/Dependencies.cs:203 msgid "FFmpeg codecs" msgstr "Códecs FFMpeg" #: ../src/Core/Dependencies.cs:209 msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." msgstr "" "Falta o códec ffmpeg2video. Moitss distribucións non engaden a capacidade de " "codificación MPEG2 no seu paquete de engadidos FFmpeg de GStreamer. Visite " "«http://www.mistelix.org/Download» para obter as instrucións acerca de cómo " "solucionalo." #: ../src/Core/Dependencies.cs:212 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Falta o mesturador ffmux_dvd. Probablemente tene unha versión antiga do " "engadido de GStreamer que non contene o mesturador para DVD." #: ../src/Core/Dependencies.cs:220 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "Falta {0}. Necesita instalar o paquete de engadidos base de GStreamer." #: ../src/Core/Dependencies.cs:227 msgid "Theora/Vorbis codecs" msgstr "Códecs Theora/Vorbis" #. Go into detail #: ../src/Core/Dependencies.cs:233 msgid "Theora video codec" msgstr "Códec de vídeo Theora" #: ../src/Core/Dependencies.cs:237 msgid "ogg muxer" msgstr "mezclador ogg" #: ../src/Core/Dependencies.cs:241 msgid "Vorbis audio encoder" msgstr "Codificador de son Vorbis" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Comezou o proceso de construción do proxecto" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Erro ao crear o directorio de saída «{0}»" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Xerando o menú principal do DVD…" #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Xerando o diaporama «{0}»" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Convertindo o vídeo «{0}»" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 píxeles" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 píxeles" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 píxeles" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 píxeles" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 píxeles (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 píxeles" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 píxeles (1080i)" #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Pequeno (64x64 píxeles)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Mediano (96x96 píxeles)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Grande (128x128 píxeles)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Moi grande (192x192 píxeles)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Completado. Tempo empleado: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Cartafol de destino: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "El directorio pai non existe" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} día" msgstr[1] "{0} días" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} hora" msgstr[1] "{0} horas" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minuto" msgstr[1] "{0} minutos" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Menos dun minuto" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Parte superior da imaxe (centrado)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Parte inferior da imaxe (centrado)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Miguel Anxo Bouzada , 2010" #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" "Mistelix é un aplicativo para crear DVD con capacidade para crear diaporamas." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Páxina web de Mistelix" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Sen son" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Ficheiros de son" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Todos os ficheiros" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Benvido ao proceso de construcción do proxecto. Prema o botón «Xerar» para " "comezar o proceso." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix usa un conxunto de compoñentes externos. A súa disponibilidade " "determina as capacidades de Mistelix. A seguinte lista mostra o nivel de " "compatibilidade do seu sistema para Mistelix e se se require algunha acción." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Estado" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Dependencia" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Acción" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Pantalla larga)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Proxecto" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "O directorio de saída fornecido non existe. Quere crealo?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "Non se puido crear o directorio." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Abrir ubicación" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Limpo" #: ../src/Dialogs/ThemeSelectionDialog.cs:251 msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" msgstr "" "Os temas de menú definen cómo se mostrará o menú principal do DVD. Aquí pode " "definir a imaxe de fondo predeterminada e o tipo de botóns. Para obter máis " "información acerca dos temas visite http://www.mistelix.org/Themes" #: ../src/Dialogs/ThemeSelectionDialog.cs:256 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Nome" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Engadir diapositiva" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Duración (segundos):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Vista previa" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Gardar" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Seleccionar son…" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Posición do texto:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Tipo de transición:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Engadir vídeos" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Seleccionar un ficheiro de son para o diaporama" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Seleccionar o son" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Construir un proxecto" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Progreso da tarefa" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Progreso total" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Xerar" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "_Abrir o cartafol de destino" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Mostrar botón como" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Propiedades do botón" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Elemento de texto" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Miniatura da imaxe do elemento" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Comprobar os requerimentos de dependencias de Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "ProporciónOutput Directory" msgstr "Directorio de saída" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Nome do proxecto" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Tipo de proxecto" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Formato do vídeo" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Examinar…" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "Proxecto de DVD de vídeo" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Novo proxecto de Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Resolución:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Proxecto de diaporamas" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Predeterminados para as transicións entre diapositivas" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Ficheiros e directorios" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "Xeral" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Directorio predeterminado para o son" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Directorio predeterminado para as imaxes" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Directorio predeterminado para os proxectos" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Posición predeterminada do texto" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Tempo predeterminado (segundos)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Efecto de transición predeterminado" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Directorio predeterminado para os vídeos" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Preferencias" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Tamaño das miniaturas" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Propiedades dos botóns do menú" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Propiedades da transición de diapositivas" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Cor de fondo" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Tipo de letra" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Cor do primeiro plano" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "Xeral" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Tamaño da imaxe en miniatura" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Propiedades do proxecto" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Diaporamas" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Fondo" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Resaltado de botóns" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Detalles do tema" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Autor:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Fondo personalizado:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Resaltar botón" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Nome:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Seleccionar o tema do menú do DVD" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Seleccionar o botón" #: ../src/mistelix.cs:344 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Un proxecto de DVD necesita alo menos un elemento de botón. Pode crear un " "botón arrastrando un elemento de proxecto na área do menú principal do DVD." #: ../src/mistelix.cs:356 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Un proxecto de DVD necesita un tema. Use a opción do menú «Seleccionar o tema " "do menú do DVD» para seleccionar un tema." #: ../src/mistelix.cs:413 msgid "Open Project" msgstr "Abrir proxecto" #: ../src/mistelix.cs:422 msgid "Mistelix projects" msgstr "Proxectos Mistelix" #: ../src/mistelix.cs:455 #, csharp-format msgid "Error loading project '{0}'" msgstr "Erro ao cargar o proxecto «{0}»" #: ../src/mistelix.cs:481 msgid "Save Project" msgstr "Gardar proxecto" #: ../src/mistelix.cs:496 msgid "The file already exist. Do you want to overwrite it?" msgstr "O ficheiro xa existe. Quere sobrescribilo?" #: ../src/mistelix.cs:528 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Ocorreu un erro ao gardar o ficheiro.\n" "\"\"Erro: «{0}»" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Elementos do proxecto" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "Sobre" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Engadir diapositiva..." #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Engadir vídeos..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Construir…" #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Comprobar os requerimentos de dependencias de Mistelix" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Xestionar extensións" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Documentación en liña de Mistelix" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Novo proxecto..." #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Abrir proxecto…" #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Propiedades" #: ../src/mistelix.ui.h:15 msgid "Recent _Files" msgstr "_Ficheiros recentes" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Guardar proxecto _como…" #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Seleccionar o tema do menú do DVD..." #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "Mostrar a área segura da TV" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "_Pechar" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "_Editar" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Ficheiro" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "_Axuda" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Proxecto" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "_Saír" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Gardar proxecto" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Ver" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Seleccionar os complementos para instalar e premer Seguinte" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Xestor de complementos" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Complemento" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Dependencias do complemento:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Instalación de complementos" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Xestor de complementos" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "Necesitanse extensións adicionais para realizar esta operación." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Todos os repositorios rexistrados" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Copyright:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Desactivar" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Activar" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Instalar desde:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Otro" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Ruta:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Rexistrar un repositorio local" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Rexistrar un repositorio en liña" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Repositorio" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Seleccionar _todo" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Seleccionar a ubicación do repositorio que quere rexistrar:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Mostrar todos ls paquetes" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Mostrar só as versións novas" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Mostrar só as actualizacións" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Os seguintes complementos están actualmente instalados:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Instalaranse os seguintes complementos:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Url" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Url:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Versión" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Versión:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Instalar complementos…" #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Repositorios…" #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Desinstalar…" #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Deseleccionar todo" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" "Use os botón «Engadir vídeos» ou «Engadir diapositiva» para engadir elementos " "novos" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Arrastre aquí elementos para engadilos ao menú principal do DVD" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Iniciar un proxecto novo ou abrir un existente" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Propiedades do elemento" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Borrar elemento do proxecto" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Subir un nivel" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Carpeta persoal" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Ubicación" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Directorios" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Abrir elemento" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Unha vez que o proxecto ten elementos pode usar o menú contextual para " "traballar con eles" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "Num." #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Imaxe" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Descrición" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "Para engadir ficheiro a este diaporama pode:\n" "\n" " * Arrastrar aquí imaxes desde o panel inferior dereito\n" " * Arrastrar aquí imaxes desde o seu escritorio ou xestor de ficheiros\n" "\n" "Tamén pode usar o menú contextual para ordenar, quitar ou engadir efectos ás " "imaxes." #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Quitar todos os efectos" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Ordenar por nombre de archivo (ascendente)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Ordenar por nome de ficheiro (descendente)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Ordenar por data no disco (ascendente)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Ordenar por data no disco (descendente)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Quitar as imaxes seleccionadas" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Quitar todas as imaxes" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Vista previa do diaporama" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "A vista previa no está dispoñible" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Accedido por última vez" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Miniatura" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent files" msgstr "Non hai ficheiros recentes" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Benvido a Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "Mistelix é una aplicativo para crear DVD\n" "con capacidade para crear diaporamas Theora." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Crear un proxecto de DVD" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Crear un DVD con vídeos e diapositivas\n" "reproducible en reprodutores de DVD." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Crear un diaporama" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Diaporama desde unha colección de imaxes\n" "reproducible en calquera computador." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Proxectos recentes" mistelix-0.33/po/nb.po0000644000175000017500000006326011463223153015161 0ustar00jordijordi00000000000000# Norwegian translation of brasero. # Copyright (C) 2003-2004, Red Hat, Inc. # This file is distributed under the same license as the nautilus-cd-burner package. # Kjartan Maraas , 2003-2010. # Terance Edward Sola , 2005. # msgid "" msgstr "" "Project-Id-Version: brasero 2.29 x\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-10-16 21:12+0200\n" "PO-Revision-Date: 2010-10-16 21:13+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norsk bokmål \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: UTF-8\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "" #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "" #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "" #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" #: ../src/Core/Dependencies.cs:150 msgid "Mistelix GStreamer plugin" msgstr "Mistelix GStreamer-tillegg" #: ../src/Core/Dependencies.cs:151 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" #: ../src/Core/Dependencies.cs:156 msgid "MP3 audio decoder" msgstr "" #: ../src/Core/Dependencies.cs:157 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" #: ../src/Core/Dependencies.cs:159 #, fuzzy msgid "GStreamer Ugly Plugins" msgstr "%s (GStreamer-tillegg)" #: ../src/Core/Dependencies.cs:160 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" #: ../src/Core/Dependencies.cs:168 msgid "dvdauthor package" msgstr "" #: ../src/Core/Dependencies.cs:169 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" #: ../src/Core/Dependencies.cs:196 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "" #: ../src/Core/Dependencies.cs:203 msgid "FFmpeg codecs" msgstr "" #: ../src/Core/Dependencies.cs:209 msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." msgstr "" #: ../src/Core/Dependencies.cs:212 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" #: ../src/Core/Dependencies.cs:220 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "" #: ../src/Core/Dependencies.cs:227 msgid "Theora/Vorbis codecs" msgstr "" #. Go into detail #: ../src/Core/Dependencies.cs:233 msgid "Theora video codec" msgstr "" #: ../src/Core/Dependencies.cs:237 msgid "ogg muxer" msgstr "" #: ../src/Core/Dependencies.cs:241 msgid "Vorbis audio encoder" msgstr "" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "" #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "" #: ../src/Core/DvdProjectBuilder.cs:116 #, fuzzy, csharp-format msgid "Converting video '{0}'" msgstr "Konverterer videofilen til MPEG2" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "" #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "" #: ../src/DataModel/ProjectBuilder.cs:67 #, fuzzy msgid "Parent directory does not exist" msgstr "Prosjekt «%s» eksisterer ikke" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "" msgstr[1] "" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "" msgstr[1] "" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "" msgstr[1] "" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Kjartan Maraas " #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Lydfiler" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Alle filer" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Status" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Avhengighet" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Handling" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Prosjekt" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "" #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Åpne lokasjon" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "" #: ../src/Dialogs/ThemeSelectionDialog.cs:251 msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" msgstr "" #: ../src/Dialogs/ThemeSelectionDialog.cs:256 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Navn" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Legg til lysbildevisning" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Forhåndsvis" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Lagre" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Velg lyd..." #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Legg til videoer" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Velg lyd" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Bygg prosjekt" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Framdrift for oppgave" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Total framdrift" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Generer" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Egenskaper for knapp" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Høyde-/breddeforhold" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Videoformat" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Bla gjennom..." #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "DVD-videoprosjekt" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Nytt Mistelix-prosjekt" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Oppløsing:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 #, fuzzy msgid "Slideshows project" msgstr "_Videoprosjekt" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 #, fuzzy msgid "Default projects directory" msgstr "Prosjektet er tomt" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Brukervalg" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Bakgrunnsfarge" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Forgrunnsfarge" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "Generelt" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 #, fuzzy msgid "Image thumbnail size" msgstr "Avtrykksfil" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Egenskaper for prosjekt" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Bakgrunn" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Forfatter:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Navn:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "" #: ../src/mistelix.cs:344 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" #: ../src/mistelix.cs:356 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" #: ../src/mistelix.cs:413 msgid "Open Project" msgstr "Åpne prosjekt" #: ../src/mistelix.cs:422 msgid "Mistelix projects" msgstr "Mistelix-prosjekter" #: ../src/mistelix.cs:455 #, fuzzy, csharp-format msgid "Error loading project '{0}'" msgstr "Feil under lasting av prosjekt" #: ../src/mistelix.cs:481 msgid "Save Project" msgstr "Lagre prosjekt" #: ../src/mistelix.cs:496 msgid "The file already exist. Do you want to overwrite it?" msgstr "" #: ../src/mistelix.cs:528 #, fuzzy, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "En feil oppsto under skriving til platen" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "Om" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Legg til lysbildevisning..." #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Legg til videoer..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Bygg..." #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "" #: ../src/mistelix.ui.h:9 #, fuzzy msgid "Manage Extensions" msgstr "Bytt _filnavn" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Nytt prosjekt..." #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Åpne prosjekt..." #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Egenskaper" #: ../src/mistelix.ui.h:15 #, fuzzy msgid "Recent _Files" msgstr "Velg filer" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "L_agre som prosjekt..." #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "" #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "R_ediger" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Fil" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "_Hjelp" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Prosjekt" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Lagre prosjekt" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Vis" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "" #: ../src/mono-addins-strings.xml.h:3 #, fuzzy msgid "Add-in" msgstr "Le_gg til" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "" #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Opphavsrett:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Slå av" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Slå på" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Installer fra:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Annet" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "" #: ../src/mono-addins-strings.xml.h:20 #, fuzzy msgid "Repository" msgstr "Gjenopp_rett" #: ../src/mono-addins-strings.xml.h:21 #, fuzzy msgid "Select _All" msgstr "Velg filer" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "" #: ../src/mono-addins-strings.xml.h:23 #, fuzzy msgid "Show all packages" msgstr "Vi_s endringer" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "" #: ../src/mono-addins-strings.xml.h:25 #, fuzzy msgid "Show updates only" msgstr "Vi_s sidepanel" #: ../src/mono-addins-strings.xml.h:26 #, fuzzy msgid "The following add-ins are currently installed:" msgstr "Følgende filer ser ut til å være korrupte:" #: ../src/mono-addins-strings.xml.h:27 #, fuzzy msgid "The following add-ins will be installed:" msgstr "Følgende filer ser ut til å være korrupte:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "" #: ../src/mono-addins-strings.xml.h:33 #, fuzzy msgid "_Repositories..." msgstr "Gjenopp_rett" #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "" #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "" #: ../src/Widgets/AuthoringPaneView.cs:232 #, fuzzy msgid "Element properties" msgstr "Siste prosjekter:" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 #, fuzzy msgid "Delete element from project" msgstr "Fjern valgte filer fra prosjektet" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "" #: ../src/Widgets/DirectoryView.cs:121 #, fuzzy msgid "Location" msgstr "_Bytt lokasjon" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:98 #, fuzzy msgid "" msgstr "Ingen fil" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:181 #, fuzzy msgid "Image" msgstr "Bilder" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Beskrivelse" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:569 #, fuzzy msgid "Remove all effects" msgstr "Fjern stillhet" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:577 #, fuzzy msgid "Remove selected images" msgstr "Fjern valgte deler" #: ../src/Widgets/SlideShowImageView.cs:578 #, fuzzy msgid "Remove all images" msgstr "Fje_rn filer" #: ../src/Widgets/SlideShowView.cs:47 #, fuzzy msgid "Slideshow preview" msgstr "Slå på forhånsvisning av filer" #: ../src/Widgets/Utils.cs:86 #, fuzzy msgid "No preview available" msgstr "Ingen plate tilgjengelig" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "" #: ../src/Widgets/WelcomeView.cs:110 #, fuzzy msgid "No recent files" msgstr "Ingen fil" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" #: ../src/Widgets/WelcomeView.cs:310 #, fuzzy msgid "Create a DVD project" msgstr "Lag nytt prosjekt" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Lag lysbildevisning" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Siste prosjekter" mistelix-0.33/po/nn.po0000644000175000017500000007146211335505626015206 0ustar00jordijordi00000000000000# Norwegian Nynorsk translation for Mistelix # Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Torstein Winterseth kvikende@yahoo.no, 2009. # msgid "" msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-08-23 11:08+0200\n" "PO-Revision-Date: 2009-08-23 10:34+0200\n" "Last-Translator: Torstein Winterseth \n" "Language-Team: None\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Gråskala" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Lag DVD-ar og lysbilete" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD-ar og lisbilete" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Kunne ikkje identifisera mediatypen for fila '{0}'" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "Fila '{0}' er koda i eit ustøtta format" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "Fila '{0}' er enkoda i eit gjenkjent format. Diverre manglar du GStreamer-" "tillegget '{1}' for å dekoda det." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Ingen handling er påkrevd." #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Ditt system søttar laging av DVD-ar og Theora-filer" #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Ditt system søttar berre laging av DVD" #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Ditt system støttar berre laging av Theora-filer" #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "Ditt system har ikkje søtte for laging av korkje DVD eller Theora. " "Gjennomfør dei tilrådde handlingane for å få betre støtte for Mistelix." #: ../src/Core/Dependencies.cs:150 msgid "Mistelix GStreamer plugin" msgstr "Mistelix GStreamer-tillegg" #: ../src/Core/Dependencies.cs:151 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Manglar mistelixvideosrc-tillegget. Dette GStreamer-tillegget kjem som ein " "del av Mistelix. Mistelix er ikkje installert ordentleg." #: ../src/Core/Dependencies.cs:156 msgid "MP3 audio decoder" msgstr "MP3-lyddekodar" #: ../src/Core/Dependencies.cs:157 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Manglar MP3-lyddekodar. Du må installera Fluendo MP3-dekodaren til GStreamer " "for å kunna importera MP3-lydfiler." #: ../src/Core/Dependencies.cs:159 msgid "GStreamer Ugly Plugins" msgstr "'GStreamer Ugly'-programtillegg" #: ../src/Core/Dependencies.cs:160 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" #: ../src/Core/Dependencies.cs:168 msgid "dvdauthor package" msgstr "dvdauthor-pakken" #: ../src/Core/Dependencies.cs:169 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "Installer 'dvdauthor'-pakken frå pakkebehandlaren." #: ../src/Core/Dependencies.cs:196 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "Manglar {0}. Du må installera 'GStreamer FFmpeg Plug-ins'." #: ../src/Core/Dependencies.cs:203 msgid "FFmpeg codecs" msgstr "FFmpeg-kodekar" #: ../src/Core/Dependencies.cs:209 msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." msgstr "" "Manglar 'ffmpeg2video'-kodeken. Mange distribusjonar viser ikkje MPEG2-" "enkodingstøtte i deira GStramer FFmpeg tilleggspakke. Gå til 'http://www." "mistelix.org/Download' for instruksjonar til korleis å retta dette." #: ../src/Core/Dependencies.cs:212 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Manglar ffmix_dvd-muxar. Mest sannsynleg er dette fordi du har ein gamal " "GStreamer plugin som ikkje viser DVD-muxaren." #: ../src/Core/Dependencies.cs:220 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "Manglar {0}. Du må installera 'GStreamer Base Plugins'." #: ../src/Core/Dependencies.cs:227 msgid "Theora/Vorbis codecs" msgstr "Theora/Vorbis-kodek" #. Go into detail #: ../src/Core/Dependencies.cs:233 msgid "Theora video codec" msgstr "Theora videokodek" #: ../src/Core/Dependencies.cs:237 msgid "ogg muxer" msgstr "ogg-muxar" #: ../src/Core/Dependencies.cs:241 msgid "Vorbis audio encoder" msgstr "Vorbis lydkodek" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Bygging av prosjekt er starta" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Feil ved laging av utmappa '{0}'" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Genererer hovud-DVD-meny ..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Genererer lysbileteframvising '{0}'" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Konverterer film '{0}'" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 pikslar" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 pikslar" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 pikslar" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 pikslar" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 pikslar (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 pikslar" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 pikslar (1080i)" #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Lite (64x64 pikslar)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Medium (96x96 pikslar)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Stor (128x128 pikslar)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Veldig stor (192x192 pikslar)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Ferdig. Tid brukt: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Målmappe: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Overmappa eksisterer ikkje" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} dag" msgstr[1] "{0} dagar" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} time" msgstr[1] "{0} timar" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minutt" msgstr[1] "{0} minutt" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Mindre enn eitt minutt" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Toppen av biletet (sentrert)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Botnen av biletet (sentrert)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Torstein Winterseth kvikende@yahoo.no" #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "Mistelix er eit program for å laga DVD-ar og lysarkframvisingar." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Misterlix' nettstad" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:486 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:493 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:51 msgid "No audio" msgstr "Ingen lyd" #: ../src/Dialogs/AudioSelectionDialog.cs:64 msgid "Audio files" msgstr "Lydfiler" #: ../src/Dialogs/AudioSelectionDialog.cs:68 msgid "All files" msgstr "Alle filer" #: ../src/Dialogs/CheckDependenciesDialog.cs:81 msgid "Status" msgstr "Status" #: ../src/Dialogs/CheckDependenciesDialog.cs:82 msgid "Dependency" msgstr "Avhenge" #: ../src/Dialogs/CheckDependenciesDialog.cs:83 msgid "Action" msgstr "Handling" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:68 ../src/mistelix.glade.h:55 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:71 ../src/mistelix.glade.h:50 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:74 ../src/mistelix.glade.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:77 ../src/mistelix.glade.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Breidformat)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:98 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Prosjekt" #: ../src/Dialogs/NewProjectDialog.cs:179 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "Mappa valt for utdata finst ikkje. Vil du laga henne?" #: ../src/Dialogs/NewProjectDialog.cs:191 msgid "Unable to create directory." msgstr "Klarte ikkje å laga mappa." #: ../src/Dialogs/NewProjectDialog.cs:240 #: ../src/Dialogs/ProjectPropertiesDialog.cs:267 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Opna adresse" #: ../src/Dialogs/ThemeSelectionDialog.cs:225 msgid "Clean" msgstr "" #: ../src/Dialogs/ThemeSelectionDialog.cs:253 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Namn" #: ../src/mistelix.cs:344 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Eit DVD-prosjekt treng minst ein knapp. Du kan laga ein knapp ved å drega " "eit prosjektelement i hovudmenyområdet." #: ../src/mistelix.cs:356 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Eit DVD-prosjekt treng eit tema. Bruk 'Vel DVDmenytema' for å velja eit tema." #: ../src/mistelix.cs:413 msgid "Open Project" msgstr "Opna prosjekt" #: ../src/mistelix.cs:422 msgid "Mistelix projects" msgstr "Misterlix-prosjekt" #: ../src/mistelix.cs:455 #, csharp-format msgid "Error loading project '{0}'" msgstr "Feil ved innlasting av prosjekt '{0}'" #: ../src/mistelix.cs:481 msgid "Save Project" msgstr "Lagra prosjekt" #: ../src/mistelix.cs:496 msgid "The file already exist. Do you want to overwrite it?" msgstr "Fila finst alt. Vil du overskriva henne?" #: ../src/mistelix.cs:528 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Ein feil oppstod når fila skulle bli lagra.\n" "Feilen er: '{0}'" #: ../src/mistelix.glade.h:3 msgid "Aspect Ratio" msgstr "Aspektrate" #: ../src/mistelix.glade.h:4 msgid "Background" msgstr "Bakgrunn" #: ../src/mistelix.glade.h:5 msgid "Button highlighting" msgstr "" #: ../src/mistelix.glade.h:6 msgid "Defaults for Slideshows Transitions" msgstr "Eigenskapar for lysbileteovergang" #: ../src/mistelix.glade.h:7 msgid "Files and Directories" msgstr "Filer og mapper" #: ../src/mistelix.glade.h:8 msgid "General" msgstr "Generelt" #: ../src/mistelix.glade.h:9 msgid "Menu Buttons Properties" msgstr "Menyknappeigenskapar" #: ../src/mistelix.glade.h:10 msgid "Output Directory" msgstr "Utmappe" #: ../src/mistelix.glade.h:11 msgid "Project Name" msgstr "Prosjektnamn" #: ../src/mistelix.glade.h:12 msgid "Project elements" msgstr "Prosjektelement" #: ../src/mistelix.glade.h:13 msgid "Project type" msgstr "Prosjekttype" #: ../src/mistelix.glade.h:14 msgid "Show button as" msgstr "Vis knapp som" #: ../src/mistelix.glade.h:15 msgid "Slideshow Transitions Properties" msgstr "Eigenskapar for lysbileteovergang" #: ../src/mistelix.glade.h:16 msgid "Theme details" msgstr "Temadetaljar" #: ../src/mistelix.glade.h:17 msgid "Video Format" msgstr "Filmformat" #: ../src/mistelix.glade.h:18 msgid "Add Slideshow" msgstr "Legg til lysbilete" #: ../src/mistelix.glade.h:19 msgid "Add Slideshow..." msgstr "Legg til lysbilete ..." #: ../src/mistelix.glade.h:20 msgid "Add Videos" msgstr "Legg til filmar" #: ../src/mistelix.glade.h:21 msgid "Add Videos..." msgstr "Legg til filmar ..." #: ../src/mistelix.glade.h:22 ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Forfattar:" #: ../src/mistelix.glade.h:23 msgid "Background color" msgstr "Bakgrunnsfarge" #: ../src/mistelix.glade.h:24 ../src/mono-addins-strings.xml.h:10 #: ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Bla gjennom" #: ../src/mistelix.glade.h:25 msgid "Build Project" msgstr "Byggeprosjekt" #: ../src/mistelix.glade.h:26 msgid "Build..." msgstr "Bygg ..." #: ../src/mistelix.glade.h:27 msgid "Button Properties" msgstr "Knappeeigenskapar" #: ../src/mistelix.glade.h:28 msgid "Check Mistelix's Dependencies Requirements" msgstr "Sjekk kva Mistelix krev" #: ../src/mistelix.glade.h:29 msgid "Check Mistelix's dependencies requirements" msgstr "Sjekk kva Mistelix krev" #: ../src/mistelix.glade.h:30 msgid "Custom background:" msgstr "Tilpassa bakgrunn:" #: ../src/mistelix.glade.h:31 msgid "DVD" msgstr "DVD" #: ../src/mistelix.glade.h:32 msgid "DVD-Video project" msgstr "DVD-filmprosjekt" #: ../src/mistelix.glade.h:33 msgid "Default audio directory" msgstr "Standard lydmappe" #: ../src/mistelix.glade.h:34 msgid "Default images directory" msgstr "Standard biletmappe" #: ../src/mistelix.glade.h:35 msgid "Default projects directory" msgstr "Standard prosjektmappe" #: ../src/mistelix.glade.h:36 msgid "Default text position" msgstr "Standard tekstposisjon" #: ../src/mistelix.glade.h:37 msgid "Default time (seconds)" msgstr "Standard tid (sekund)" #: ../src/mistelix.glade.h:38 msgid "Default transition effect" msgstr "Standard overgangseffekt" #: ../src/mistelix.glade.h:39 msgid "Default videos directory" msgstr "Standard filmmappe" #: ../src/mistelix.glade.h:40 msgid "Duration (seconds):" msgstr "Varigskap (sekund)" #: ../src/mistelix.glade.h:41 msgid "Font" msgstr "Font" #: ../src/mistelix.glade.h:42 msgid "Foreground color" msgstr "Framgrunnfarge" #: ../src/mistelix.glade.h:43 msgid "General" msgstr "Generelt" #: ../src/mistelix.glade.h:44 msgid "Highlight button" msgstr "Uthev knapp" #: ../src/mistelix.glade.h:45 msgid "Image thumbnail size" msgstr "Storleik på miniatyrbilete" #: ../src/mistelix.glade.h:46 msgid "Manage Extensions" msgstr "Håndter utvidingar" #: ../src/mistelix.glade.h:47 msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" msgstr "" "Menytema bestemmer korleis hovudmenyen skal sjå ut. Den standard " "bakgrunnsbilete og typen knappar. Du finn meir informasjon om tema på http://" "www.mistelix.org/Themes" #: ../src/mistelix.glade.h:48 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix bruker eit sett av eksterne komponentar. Deira tilgjenge definerer " "kva Mistelix kan gjere. Den følgjande lista viser kor godt systemet ditt " "støttar Mistelix og om det er nokre handlingar som må gjerast" #: ../src/mistelix.glade.h:49 msgid "Mistelix's On-line Documentation" msgstr "Misterlix' nettdokumentasjon" #: ../src/mistelix.glade.h:51 msgid "Name:" msgstr "Namn:" #: ../src/mistelix.glade.h:52 msgid "New Mistelix project" msgstr "Nytt Misterlix-prosjekt" #: ../src/mistelix.glade.h:53 msgid "New Project..." msgstr "Nytt prosjekt ..." #: ../src/mistelix.glade.h:54 msgid "Open Project..." msgstr "Opna prosjekt ..." #: ../src/mistelix.glade.h:56 msgid "Preferences" msgstr "Innstillingar" #: ../src/mistelix.glade.h:57 msgid "Preview" msgstr "Førehandsvisning" #: ../src/mistelix.glade.h:58 msgid "Project Properties" msgstr "Prosjektinnstillingar" #: ../src/mistelix.glade.h:59 msgid "Properties" msgstr "Eigenskapar" #: ../src/mistelix.glade.h:60 msgid "Recent _Files" msgstr "" #: ../src/mistelix.glade.h:61 msgid "Resolution:" msgstr "Oppløysing:" #: ../src/mistelix.glade.h:62 msgid "Save" msgstr "Lagra" #: ../src/mistelix.glade.h:63 msgid "Save _As Project..." msgstr "Lagra som prosjekt ..." #: ../src/mistelix.glade.h:64 msgid "Select Audio..." msgstr "Vel lyd ..." #: ../src/mistelix.glade.h:65 msgid "Select DVD Menu Theme" msgstr "Vel DVD-menytema" #: ../src/mistelix.glade.h:66 msgid "Select DVD Menu Theme..." msgstr "Vel DVD-menytema ..." #: ../src/mistelix.glade.h:67 msgid "Select an audio file for the slideshow" msgstr "Vel ei lydfil for lysbileteframvisinga" #: ../src/mistelix.glade.h:68 msgid "Select audio" msgstr "Vel lyd" #: ../src/mistelix.glade.h:69 msgid "Select button" msgstr "Vel knapp" #: ../src/mistelix.glade.h:70 msgid "Show TV Safe Area" msgstr "" #: ../src/mistelix.glade.h:71 msgid "Slideshows" msgstr "Lysbilete" #: ../src/mistelix.glade.h:72 msgid "Slideshows project" msgstr "Lysbileteprosjekt" #: ../src/mistelix.glade.h:73 msgid "Task progress" msgstr "Oppgåveframgang" #: ../src/mistelix.glade.h:74 msgid "Text element" msgstr "Tekstelement" #: ../src/mistelix.glade.h:75 msgid "Text position:" msgstr "Tekstposisjon" #: ../src/mistelix.glade.h:76 msgid "Thumbnail image of the item" msgstr "Miniatyrbilete av objektet" #: ../src/mistelix.glade.h:77 msgid "Thumbnails size" msgstr "Storleik på miniatyrbilete" #: ../src/mistelix.glade.h:78 msgid "Total progress" msgstr "Total framgang" #: ../src/mistelix.glade.h:79 msgid "Transition type:" msgstr "Overgangstype:" #: ../src/mistelix.glade.h:80 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Velkomen til prosjektbyggingsprosessen. Trykk på 'Generer'-knapen for å " "starta prosessen." #: ../src/mistelix.glade.h:81 msgid "_About" msgstr "_Om" #: ../src/mistelix.glade.h:82 msgid "_Edit" msgstr "_Rediger" #: ../src/mistelix.glade.h:83 msgid "_File" msgstr "_Fil" #: ../src/mistelix.glade.h:84 msgid "_Generate" msgstr "_Generer" #: ../src/mistelix.glade.h:85 msgid "_Help" msgstr "_Hjelp" #: ../src/mistelix.glade.h:86 msgid "_Open Destination Folder" msgstr "" #: ../src/mistelix.glade.h:87 msgid "_Project" msgstr "_Prosjekt" #: ../src/mistelix.glade.h:88 msgid "_Save Project" msgstr "_Lagra prosjekt" #: ../src/mistelix.glade.h:89 msgid "_View" msgstr "_Vis" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Vel utvidingar som skal bli installert og trykk på neste" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Utvidingsbehandar" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Utviding" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Utvidingsavhenge:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Utvidingsinstallasjon" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Utvidingsbehandlar" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "Ytterlegare utvidingar er krevd for å utføra denne operasjonen." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Alle registrerte arkiv" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Opphavsrett:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Slå av" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Slå på" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Installer frå:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Andre" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Sti:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Registrer eit lokalt arkiv" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Registrer eit nettarkiv" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Arkiv" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Vel _alle" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Vel adressa til arkivet du vil registrera" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Vis alle pakkar" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Vis berre nye versjonar" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Vis berre oppdateringar" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Dei følgjande tillegg er installert:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Dei følgjande tillegg vil bli installert:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Nettadresse" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Nettadresse:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Versjon" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Versjon:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "Installer tillegg" #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "Arkiv ..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "Avinstaller ..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "Avmarker alle" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "Bruk «Legg til filmar» eller «Legg til» for å leggja til nye element" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Dreg element her for å leggja dei til DVD-hovudmenyen" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Last inn eller lag eit nytt prosjekt" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Elementeigenskapar" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:300 msgid "Delete element from project" msgstr "Slett element frå prosjekt" #: ../src/Widgets/DirectoryView.cs:111 msgid "Go up one level" msgstr "Gå opp eit nivå" #: ../src/Widgets/DirectoryView.cs:116 msgid "Home" msgstr "Heim" #: ../src/Widgets/DirectoryView.cs:122 msgid "Location" msgstr "Adresse" #: ../src/Widgets/DirectoryView.cs:131 msgid "Directories" msgstr "Mapper" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Ingen førehandsvisning tilgjengeleg" #: ../src/Widgets/ProjectElementView.cs:299 msgid "Open element" msgstr "Opna element" #: ../src/Widgets/ProjectElementView.cs:318 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Når prosjektet har element så kan du bruka kontekstmenyen for å arbeida med " "dei" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:179 msgid "#" msgstr "Nr." #: ../src/Widgets/SlideShowImageView.cs:180 msgid "Image" msgstr "Bilete" #: ../src/Widgets/SlideShowImageView.cs:185 msgid "Description" msgstr "Skildring" #: ../src/Widgets/SlideShowImageView.cs:373 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:568 msgid "Remove all effects" msgstr "Fjern alle effektar" #: ../src/Widgets/SlideShowImageView.cs:571 msgid "Sort by filename (Ascending)" msgstr "Sorter etter filnamn (stigande)" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Descending)" msgstr "Sorter etter filnamn (synkande)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by date on disc (Ascending)" msgstr "Sorter etter dato på disk (stigande)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Descending)" msgstr "Sorter etter dato på disken (synkande)" #: ../src/Widgets/SlideShowImageView.cs:576 msgid "Remove selected images" msgstr "Fjern merka bilete" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove all images" msgstr "Fjern alle bilete" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Førehandsjå lysbileta" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Miniatyrbilete" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent files" msgstr "Ingen nyleg brukte filer" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Velkomen til Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "Mistelix er eit DVD-lagingsprogram som òg kan lage Theora-lysbilete." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Lag eit DVD-prosjekt" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Lag ein DVD med film og lysbilete-\n" "framvisingar som kan bli spilt i DVD-spelarar" #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Lag ei framvising" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Lysbileteframvising av ei samling\n" "av bilete som kan bli spelt av i ein PC." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Nylege prosjekt" #~ msgid "Description" #~ msgstr "Skildring" #~ msgid "Description:" #~ msgstr "Skildring:" #~ msgid "" #~ "Drag your images here to add them to the slideshow. You can also use the " #~ "contextual menu to sort the images." #~ msgstr "" #~ "Dreg bileta dine her for å leggja dei til lysbileteframvisinga. Du kan òg " #~ "bruka kontekstmenyen for å sortera bileta." #~ msgid "Project Type:" #~ msgstr "Prosjekttype" mistelix-0.33/po/pt.po0000644000175000017500000007510311335505626015212 0ustar00jordijordi00000000000000# mistelix's Portuguese translation. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the mistelix package. # # Filipe Gomes , 2009. # msgid "" msgstr "" "Project-Id-Version: beagle\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-09-10 23:27+0100\n" "PO-Revision-Date: 2009-09-10 17:54+0100\n" "Last-Translator: Filipe Gomes \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Tons de Cinzento" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Tom Sépia" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Desvanecer" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Abertura de Porta horizontal" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Abertura de Porta vertical" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Transição Lateral (esquerda para direita)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Transição Lateral (cima para baixo)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Estrela (cinco pontos)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Estrela (quatro pontos)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Estrela (seis pontos)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Autoria de DVDs e apresentações" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVDs e apresentações" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Incapaz de identificar tipo de suporte do ficheiro '{0}'" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "O ficheiro '{0}' está codificado num formato não suportado" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "O ficheiro '{0}' está codificado num formato não suportado. No entanto, " "falta-lhe o plug-in GStreamer '{1}' para descodificá-lo." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Nenhuma acção necessária" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "O seu sistema suporta autoria DVD e Theora." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "O seu sistema só suporta autoria DVD." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "O seu sistema só suporta autoria Theora." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "O seu sistema não tem suporte para autoria DVD ou Theora. Por favor, execute " "as acções sugeridas para melhorar o suporte do seu sistema ao Mistelix." #: ../src/Core/Dependencies.cs:150 msgid "Mistelix GStreamer plugin" msgstr "Plugin GStreamer Mistelix" #: ../src/Core/Dependencies.cs:151 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Plug-in mistelixvideosrc em falta. Este plug-in GStreamer é fornecido como " "parte da aplicação Mistelix. O Mistelix não está instalado correctamente." #: ../src/Core/Dependencies.cs:156 msgid "MP3 audio decoder" msgstr "Descodificador áudio MP3" #: ../src/Core/Dependencies.cs:157 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Descodificador áudio MP3 em falta. Precisa de instalar o plugin GStreamer " "descodificar MP3 Fluendo para activar as capacidades de importação de áudio " "MP3." #: ../src/Core/Dependencies.cs:159 msgid "GStreamer Ugly Plugins" msgstr "Plugins GStreamer Ugly" #: ../src/Core/Dependencies.cs:160 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Descodificadores de vídeo em falta. Sem este pacote, o Mistelix não consegue " "converter vídeo de formatos populares. Precisa de instalar o pacote de " "Plugins GStreamer Ugly para melhor suporte de importação de vídeo." #: ../src/Core/Dependencies.cs:168 msgid "dvdauthor package" msgstr "pacote dvdauthor" #: ../src/Core/Dependencies.cs:169 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Instale o pacote dvdauthor do gestor de aplicações da sua distribuição Linux." #: ../src/Core/Dependencies.cs:196 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "" "{0} em falta. Precisa de instalar o pacote de Plug-ins GStreamer FFmpeg." #: ../src/Core/Dependencies.cs:203 msgid "FFmpeg codecs" msgstr "codec FFmpeg" #: ../src/Core/Dependencies.cs:209 msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." msgstr "" "Codec ffmpeg2video em falta. Muitas distribuições não incluem capacidade de " "codificação MPEG2 no seu pacote de Plug-ins GStreamer FFmpeg. Visite 'http://" "www.mistelix.org/Download' para instruções sobre como resolver isto." #: ../src/Core/Dependencies.cs:212 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "Misturador ffmux_dvd em falta. Provavelmente tem uma versão antiga do plug-" "in GStreamer que não expõe o misturar de DVD." #: ../src/Core/Dependencies.cs:220 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "{0} em falta. Precisa de instalar o pacote de Plugins GStreamer Base." #: ../src/Core/Dependencies.cs:227 msgid "Theora/Vorbis codecs" msgstr "Codecs Theora/Vorbis" #. Go into detail #: ../src/Core/Dependencies.cs:233 msgid "Theora video codec" msgstr "Codec de vídeo Theora" #: ../src/Core/Dependencies.cs:237 msgid "ogg muxer" msgstr "misturador ogg" #: ../src/Core/Dependencies.cs:241 msgid "Vorbis audio encoder" msgstr "Codificador de áudio Vorbis" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Processo de construção de projecto iniciado" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Erro ao criar o directório de saída '{0}'" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "A Gerar menu principal de DVD..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "A gerar apresentação em diapositivos '{0}'" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "A converter vídeo '{0}'" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 pixels" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 pixels" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 pixels" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 pixels" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 pixels (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 pixels" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 pixels (1080i)" #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Pequenol (64x64 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Médio (96x96 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Grande (128x128 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Muito Grande (192x192 pixels)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Terminado. Tempo decorrido: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Pasta de destino: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Directório pai não existe" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} dia" msgstr[1] "{0} dias" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} hora" msgstr[1] "{0} horas" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minuto" msgstr[1] "{0} minutos" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Menos de um minuto" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Topo da imagem (centrado)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Fundo da imagem (centrado)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Filipe Gomes " #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" "O Mistelix é uma aplicação de autoria de DVD também com capacidades de " "criação de apresentação de diapositivos." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Página web do Mistelix" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:486 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:493 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:51 msgid "No audio" msgstr "Sem áudio" #: ../src/Dialogs/AudioSelectionDialog.cs:64 msgid "Audio files" msgstr "Ficheiros áudio" #: ../src/Dialogs/AudioSelectionDialog.cs:68 msgid "All files" msgstr "Todos arquivos" #: ../src/Dialogs/CheckDependenciesDialog.cs:81 msgid "Status" msgstr "Estado" #: ../src/Dialogs/CheckDependenciesDialog.cs:82 msgid "Dependency" msgstr "Dependencias" #: ../src/Dialogs/CheckDependenciesDialog.cs:83 msgid "Action" msgstr "Acção" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:68 ../src/mistelix.glade.h:55 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:71 ../src/mistelix.glade.h:50 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:74 ../src/mistelix.glade.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:77 ../src/mistelix.glade.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Ecrã largo)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:98 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Projecto" #: ../src/Dialogs/NewProjectDialog.cs:179 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "O directório de destino fornecido não existe. Deseja criá-lo?" #: ../src/Dialogs/NewProjectDialog.cs:191 msgid "Unable to create directory." msgstr "Incapaz de criar directório." #: ../src/Dialogs/NewProjectDialog.cs:240 #: ../src/Dialogs/ProjectPropertiesDialog.cs:267 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Abrir Localização" #: ../src/Dialogs/ThemeSelectionDialog.cs:225 msgid "Clean" msgstr "Limpar" #: ../src/Dialogs/ThemeSelectionDialog.cs:253 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Nome" #: ../src/mistelix.cs:344 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Um projecto de DVD precisa de um botão, no mínimo. Pode criar um botão " "arrastando um elemento do projecto para a área do menu principal do DVD." #: ../src/mistelix.cs:356 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Um projecto de DVD precisa de um tema. Utilize o menu 'Seleccionar Tema de " "Menu DVD' para seleccionar um tema." #: ../src/mistelix.cs:413 msgid "Open Project" msgstr "Abrir Projecto" #: ../src/mistelix.cs:422 msgid "Mistelix projects" msgstr "Projectos do Mistelix" #: ../src/mistelix.cs:455 #, csharp-format msgid "Error loading project '{0}'" msgstr "Erro ao carregar projecto '{0}'" #: ../src/mistelix.cs:481 msgid "Save Project" msgstr "Gravar Projecto" #: ../src/mistelix.cs:496 msgid "The file already exist. Do you want to overwrite it?" msgstr "O ficheiro já existe. Deseja sobrepô-lo?" #: ../src/mistelix.cs:528 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Um erro ocorreu ao gravar o ficheiro.\n" "Erro: '{0}'" #: ../src/mistelix.glade.h:3 msgid "Aspect Ratio" msgstr "Rácio de Aparência" #: ../src/mistelix.glade.h:4 msgid "Background" msgstr "Fundo" #: ../src/mistelix.glade.h:5 msgid "Button highlighting" msgstr "Realce do botão" #: ../src/mistelix.glade.h:6 msgid "Defaults for Slideshows Transitions" msgstr "Omissões para Transições na apresentação de diapositivos" #: ../src/mistelix.glade.h:7 msgid "Files and Directories" msgstr "Ficheiros e directórios" #: ../src/mistelix.glade.h:8 msgid "General" msgstr "Geral" #: ../src/mistelix.glade.h:9 msgid "Menu Buttons Properties" msgstr "Propriedades dos Botões de Menu" #: ../src/mistelix.glade.h:10 msgid "Output Directory" msgstr "Directório de Saída" #: ../src/mistelix.glade.h:11 msgid "Project Name" msgstr "Nome do Projecto" #: ../src/mistelix.glade.h:12 msgid "Project elements" msgstr "Elementos do Projecto" #: ../src/mistelix.glade.h:13 msgid "Project type" msgstr "Tipo de projecto" #: ../src/mistelix.glade.h:14 msgid "Show button as" msgstr "Apresentar botão como" #: ../src/mistelix.glade.h:15 msgid "Slideshow Transitions Properties" msgstr "Propriedades das Transições na Apresentação de diapositivos" #: ../src/mistelix.glade.h:16 msgid "Theme details" msgstr "Detalhes do tema" #: ../src/mistelix.glade.h:17 msgid "Video Format" msgstr "Formato de Vídeo" #: ../src/mistelix.glade.h:18 msgid "Add Slideshow" msgstr "Adicionar Apresentação" #: ../src/mistelix.glade.h:19 msgid "Add Slideshow..." msgstr "Adicionar Apresentação..." #: ../src/mistelix.glade.h:20 msgid "Add Videos" msgstr "Adicionar Vídeos" #: ../src/mistelix.glade.h:21 msgid "Add Videos..." msgstr "Adicionar Vídeos..." #: ../src/mistelix.glade.h:22 ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Autor:" #: ../src/mistelix.glade.h:23 msgid "Background color" msgstr "Cor do fundo" #: ../src/mistelix.glade.h:24 ../src/mono-addins-strings.xml.h:10 #: ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Navegar..." #: ../src/mistelix.glade.h:25 msgid "Build Project" msgstr "Construir Projecto" #: ../src/mistelix.glade.h:26 msgid "Build..." msgstr "Construir..." #: ../src/mistelix.glade.h:27 msgid "Button Properties" msgstr "Propriedades do Botão" #: ../src/mistelix.glade.h:28 msgid "Check Mistelix's Dependencies Requirements" msgstr "Verificar Requerimentos de Dependencias do Mistelix" #: ../src/mistelix.glade.h:29 msgid "Check Mistelix's dependencies requirements" msgstr "Verifica requerimentos de dependencias do Mistelix" #: ../src/mistelix.glade.h:30 msgid "Custom background:" msgstr "Fundo Personalizado:" #: ../src/mistelix.glade.h:31 msgid "DVD" msgstr "DVD" #: ../src/mistelix.glade.h:32 msgid "DVD-Video project" msgstr "Projecto de DVD-Video" #: ../src/mistelix.glade.h:33 msgid "Default audio directory" msgstr "Directório de áudio por omissão" #: ../src/mistelix.glade.h:34 msgid "Default images directory" msgstr "Directório de imagens por omissão" #: ../src/mistelix.glade.h:35 msgid "Default projects directory" msgstr "Directório de projectos por omissão" #: ../src/mistelix.glade.h:36 msgid "Default text position" msgstr "Posição do texto por omissão" #: ../src/mistelix.glade.h:37 msgid "Default time (seconds)" msgstr "Tempo por omissão (segundos)" #: ../src/mistelix.glade.h:38 msgid "Default transition effect" msgstr "Efeito de transição por omissão" #: ../src/mistelix.glade.h:39 msgid "Default videos directory" msgstr "Directório de vídeos por omissão" #: ../src/mistelix.glade.h:40 msgid "Duration (seconds):" msgstr "Duração (segundos):" #: ../src/mistelix.glade.h:41 msgid "Font" msgstr "Fonte" #: ../src/mistelix.glade.h:42 msgid "Foreground color" msgstr "Cor de primeiro plano" #: ../src/mistelix.glade.h:43 msgid "General" msgstr "Geral" #: ../src/mistelix.glade.h:44 msgid "Highlight button" msgstr "Realçar botão" #: ../src/mistelix.glade.h:45 msgid "Image thumbnail size" msgstr "Tamanho da miniatura da imagem" #: ../src/mistelix.glade.h:46 msgid "Manage Extensions" msgstr "Gerir Extensões" #: ../src/mistelix.glade.h:47 msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" msgstr "" "Os temas de menu definem o aspecto do menu principal do DVD. Aqui pode " "definir a imagem de fundo por omissão e o tipo de botões. Para mais " "informações, visite: http://www.mistelix.org/Themes" #: ../src/mistelix.glade.h:48 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "O Mistelix utiliza um conjunto de componentes externos. A sua " "disponibilidade determina as capacidades do Mistelix. A lista seguinte " "mostra o nível de suporte do seu sistema ao Msitelix e se algumas acções são " "necessárias." #: ../src/mistelix.glade.h:49 msgid "Mistelix's On-line Documentation" msgstr "Documentação Em Linha do Mistelix" #: ../src/mistelix.glade.h:51 msgid "Name:" msgstr "Nome:" #: ../src/mistelix.glade.h:52 msgid "New Mistelix project" msgstr "Novo projecto do Mistelix" #: ../src/mistelix.glade.h:53 msgid "New Project..." msgstr "Novo Projecto..." #: ../src/mistelix.glade.h:54 msgid "Open Project..." msgstr "Abrir Projecto..." #: ../src/mistelix.glade.h:56 msgid "Preferences" msgstr "Preferências" #: ../src/mistelix.glade.h:57 msgid "Preview" msgstr "Visualizar" #: ../src/mistelix.glade.h:58 msgid "Project Properties" msgstr "Propriedades do Projecto" #: ../src/mistelix.glade.h:59 msgid "Properties" msgstr "Propriedades" #: ../src/mistelix.glade.h:60 msgid "Recent _Files" msgstr "_Ficheiros Recentes" #: ../src/mistelix.glade.h:61 msgid "Resolution:" msgstr "Resolução:" #: ../src/mistelix.glade.h:62 msgid "Save" msgstr "Gravar" #: ../src/mistelix.glade.h:63 msgid "Save _As Project..." msgstr "Gr_avar Como Projecto..." #: ../src/mistelix.glade.h:64 msgid "Select Audio..." msgstr "Seleccionar Áudio..." #: ../src/mistelix.glade.h:65 msgid "Select DVD Menu Theme" msgstr "Seleccionar o Tema do Menu do DVD" #: ../src/mistelix.glade.h:66 msgid "Select DVD Menu Theme..." msgstr "Seleccionar o Tema do Menu do DVD..." #: ../src/mistelix.glade.h:67 msgid "Select an audio file for the slideshow" msgstr "Seleccione um ficheiro de áudio para a apresentação" #: ../src/mistelix.glade.h:68 msgid "Select audio" msgstr "Seleccionar áudio" #: ../src/mistelix.glade.h:69 msgid "Select button" msgstr "Seleccionar botão" #: ../src/mistelix.glade.h:70 msgid "Show TV Safe Area" msgstr "Apresentar Área Segura de TV" #: ../src/mistelix.glade.h:71 msgid "Slideshows" msgstr "Apresentações" #: ../src/mistelix.glade.h:72 msgid "Slideshows project" msgstr "Projecto de apresentações" #: ../src/mistelix.glade.h:73 msgid "Task progress" msgstr "Progresso da tarefa" #: ../src/mistelix.glade.h:74 msgid "Text element" msgstr "Elemento de texto" #: ../src/mistelix.glade.h:75 msgid "Text position:" msgstr "Posição do texto:" #: ../src/mistelix.glade.h:76 msgid "Thumbnail image of the item" msgstr "Imagem de amostra do item" #: ../src/mistelix.glade.h:77 msgid "Thumbnails size" msgstr "Tamanho das miniaturas de imagens" #: ../src/mistelix.glade.h:78 msgid "Total progress" msgstr "Progresso total" #: ../src/mistelix.glade.h:79 msgid "Transition type:" msgstr "Tipo de transição:" #: ../src/mistelix.glade.h:80 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Bem-vindo ao processo de construção do projecto. Pressione o botão 'Gerar' " "para iniciar o processo." #: ../src/mistelix.glade.h:81 msgid "_About" msgstr "_Sobre" #: ../src/mistelix.glade.h:82 msgid "_Edit" msgstr "_Editar" #: ../src/mistelix.glade.h:83 msgid "_File" msgstr "_Ficheiro" #: ../src/mistelix.glade.h:84 msgid "_Generate" msgstr "_Gerar" #: ../src/mistelix.glade.h:85 msgid "_Help" msgstr "_Ajuda" #: ../src/mistelix.glade.h:86 msgid "_Open Destination Folder" msgstr "_Abrir Pasta de Destino" #: ../src/mistelix.glade.h:87 msgid "_Project" msgstr "_Projecto" #: ../src/mistelix.glade.h:88 msgid "_Save Project" msgstr "_Gravar Projecto" #: ../src/mistelix.glade.h:89 msgid "_View" msgstr "_Ver" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Seleccione as extensões a instalar e clique em Seguinte" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Gestor de Extensões" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Add-in" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Dependências da Extensão:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Instalação de Extensão" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Gestor de Add-ins" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "São necessárias extensões adicionais para realizar esta operação." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Todos os repositórios registrados" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Copyright:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Desactivar" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Activar" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Instalar de:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Outro" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Caminho:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Registar um repositório local" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Registrar um repositório on-line" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Repositório" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Seleccionar _Tudo" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Seleccione a localização do repositório que deseja registar:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Apresentar todos os pacotes" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Apresentar apenas novas versões" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Apresentar apenas actualizações" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "As seguintes extensões encontram-se actualmente instaladas:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "As seguintes extensões serão instaladas:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Url" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Url:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Versão" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Versão:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Instalar Extensões..." #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Repositórios..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Desinstalar..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "Desseleccionar _Tudo" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" "Utilize os botões 'Adicionar Vídeos' ou 'Adicionar Apresentação' para " "adicionar novos elementos" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Arraste elementos para aqui para adicioná-los ao menu principal do DVD" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Iniciar um novo projecto ou abrir um existente" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Propriedades do elemento" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:300 msgid "Delete element from project" msgstr "Remover elemento do projecto" #: ../src/Widgets/DirectoryView.cs:111 msgid "Go up one level" msgstr "Subir um nível" #: ../src/Widgets/DirectoryView.cs:116 msgid "Home" msgstr "Casa" #: ../src/Widgets/DirectoryView.cs:122 msgid "Location" msgstr "Localização" #: ../src/Widgets/DirectoryView.cs:131 msgid "Directories" msgstr "Directórios" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Nenhuma amostra disponível" #: ../src/Widgets/ProjectElementView.cs:299 msgid "Open element" msgstr "Abrir elemento" #: ../src/Widgets/ProjectElementView.cs:318 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Assim que o projecto tem elementos, pode utilizar o menu de contexto para " "trabalhar com eles" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:179 msgid "#" msgstr "#" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "Image" msgstr "Imagem" #: ../src/Widgets/SlideShowImageView.cs:185 msgid "Description" msgstr "Descrição" #: ../src/Widgets/SlideShowImageView.cs:373 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "Para adicionar imagens a esta apresentação, pode:\n" "\n" " * Arrastar imagens para aqui do painel do canto inferior direito\n" " * Arraste imagens para aqui da sua área de trabalho ou gestor de " "ficheiros\n" "\n" "Pode também utilizar o menu de contexto para ordenar, remover ou adicionar " "efeitos às imagens" #: ../src/Widgets/SlideShowImageView.cs:568 msgid "Remove all effects" msgstr "Remover todos os efeitos" #: ../src/Widgets/SlideShowImageView.cs:571 msgid "Sort by filename (Ascending)" msgstr "Ordenar por nome de ficheiro (Ascendente)" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Descending)" msgstr "Ordenar por nome de ficheiro (Descendente)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by date on disc (Ascending)" msgstr "Ordenar pela data no disco (Ascendente)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Descending)" msgstr "Ordenar pela data no disco (Descendente)" #: ../src/Widgets/SlideShowImageView.cs:576 msgid "Remove selected images" msgstr "Remover as imagens seleccionadas" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove all images" msgstr "Remover todas as imagens" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Antevisão da apresentação de diapositivos" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Último Acesso" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Imagem de Referência" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent files" msgstr "Nenhum ficheiro recente" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Bem Vindo ao Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "O Mistelix é uma aplicação de autoria de DVD também\n" "com capacidades de criação de apresentações em Theora." # Dica de ferramenta #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Cria um projecto de DVD" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Criar um DVD com vídeos e apresentações que\n" "possa ser reproduzido por todos leitores de DVD" #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Criar uma Apresentação" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Apresentação de uma colecção de imagens\n" "que possa ser reproduzida num PC." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Projectos Recentes" mistelix-0.33/po/pt_BR.po0000644000175000017500000010215611516333166015573 0ustar00jordijordi00000000000000# translation of mistelix.master.po to brazilian portuguese # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Duda Nogueira , 2009. # Djavan Fagundes , 2010, 2011. # msgid "" msgstr "" "Project-Id-Version: mistelix.master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-01-16 14:39+0000\n" "PO-Revision-Date: 2011-01-19 09:37-0200\n" "Last-Translator: Djavan Fagundes \n" "Language-Team: Português Brasileiro \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Virtaal 0.6.1\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Cinza" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Tom sépia" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Abertura de porta horizontal" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Abertura de porta vertical" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Abertura de porta (esquerda para direita)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Abertura de porta (de cima para baixo)" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Desaparecer/Aparecer" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Estrela (5 pontas)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Estrela (4 pontas)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Estrela (6 pontas)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Criação de DVDs e slideshows" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVDs e slideshows" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Impossível identificar o tipo de mídia do arquivo '{0}'" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "O arquivo '{0}' é codificado num formato não suportado" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "O arquivo '{0}' está codificado num formato reconhecido. Porém, você não " "possui o plugin GStreamer '{1}' para decodificá-lo" #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Nenhuma ação necessária." #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Seus sistema suporta a criação de DVD e Theora." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Seu sistema suporta apenas a criação de DVD." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Seus sistema suporta apenas a criação de Theora." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "Seus sistema não tem suporte para a criação de DVD ou Theora. Por favor, " "execute as ações sugeridas para melhorar o suporte do seu sistema para o " "Mistelix." #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Plugin do Mistelix para o GStreamer" #: ../src/Core/Dependencies.cs:158 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "Plugin mistelixvideosrc não encontrado. Este plugin do GStreamer é provido " "como parte do programa Mistelix. O Mistelix não foi instalado corretamente." #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "Codificador de áudio MP3" #: ../src/Core/Dependencies.cs:164 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "Codec de MP3 não encontrado. Você precisa installar o plugin decodificador " "de MP3 Fluendo para habilitar a importação de áudio." #: ../src/Core/Dependencies.cs:166 msgid "GStreamer Ugly Plugins" msgstr "Plugins GStream Ugly" #: ../src/Core/Dependencies.cs:167 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "Codec de vídeo não encontrado. Sem isso, não consegigo converter vídeos de " "formatos populares. Você precisa instalar o pacote de Plugin GStreamer Ugly " "para um melhor suporte na importação de vídeo." #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "pacote dvdauthor" #: ../src/Core/Dependencies.cs:176 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Instale o pacote dvdauthor usando o gerenciador de pacotes do seu sistema." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "{0} não encontrado. Você precisa instalar os plugins do pacote FFmpeg." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "codecs FFmpeg" #: ../src/Core/Dependencies.cs:218 #, csharp-format #| msgid "" #| "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 " #| "encoding capabilities in their GStreamer FFmpeg Plug-ins package. Visit " #| "'http://www.mistelix.org/Download' for instructions on how to fix this." msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit '{0}' for " "instructions on how to fix this." msgstr "" "Codec ffmpeg2video não encontrado. Muitas distribuições não habilitam " "codificação MPEG2 no pacote de plug-ins GSTreamer FFmpeg. Visite \"{0}\" " "para instruções de como solucionar este problema." #: ../src/Core/Dependencies.cs:222 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" "ffmux_dvd não encontrado. Você provavelmente possui uma versão antiga do " "plugin GStreamer que não possui o DVD muxer." #: ../src/Core/Dependencies.cs:230 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "" "{0} não encontrado. Você precisa instalar os plugins base do GStreamer." #: ../src/Core/Dependencies.cs:237 msgid "Theora/Vorbis codecs" msgstr "Codecs Theora/Vorbis" #. Go into detail #: ../src/Core/Dependencies.cs:243 msgid "Theora video codec" msgstr "Codec de vídeo Theora" #: ../src/Core/Dependencies.cs:247 msgid "ogg muxer" msgstr "ogg muxer" #: ../src/Core/Dependencies.cs:251 msgid "Vorbis audio encoder" msgstr "Codecs de áudio Vorbis" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Processo de compilação do projeto iniciado" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Erro ao criar o diretório de saída '{0}'" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Gerando o menu principal do DVD ..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Gerando o slideshow '{0}'" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Convertendo o arquivo '{0}'" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 pixels" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 pixels" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 pixels" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 pixels" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 pixels (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 pixels" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 pixels (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "" "The file '{0}' is encoded in MP3 but you do not have the right codec " "installed." msgstr "" "O arquivo '{0}' é codificado em MP3 mas você não possui o codec correto " "instalado." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Pequeno (64x64 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Médio (96x96 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Grande (128x128 pixels)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Muito Grande (192x192 pixels)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Pronto! Tempo gasto: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Diretório de destino: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Diretório parente não existe" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} dia" msgstr[1] "{0} dias" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} hora" msgstr[1] "{0} horas" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minuto" msgstr[1] "{0} minutos" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Menos de um minuto" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Topo da imagem (centralizado)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Rodapé da imagem (centralizado)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "" "Duda Nogueira \n" "Djavan Fagundes " #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "O Mistelix é um programa para criação de DVDs e Slideshows Theora" #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Site do Mistelix" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Sem áudio" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Arquivos de áudio" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Todos os arquivos" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Bem vindo ao processo de construção do projeto. Pressione o botão 'Gerar' " "para iniciar o processo." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "O Mistelix usa uma série de componentes externos. A disponibilidade dos " "componentes determinará as capacidades do Mistelix. A lista abaixo mostra o " "nível de suporte do seus sistema para o Mistelix e as ações necessárias para " "ativar esses componentes." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Situação" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Dependência" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Ação" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Widescreen)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Projeto" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "O diretório de destino não existe. Deseja criar?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "Impossível criar diretório." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Abrir localização" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Limpar" #: ../src/Dialogs/ThemeSelectionDialog.cs:252 #, csharp-format #| msgid "" #| "Menu themes define how the main DVD menu looks. Here you define the " #| "default background image and the type of buttons. For more information " #| "visit: http://www.mistelix.org/Themes" msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: {0}" msgstr "" "Temas do menu definem como o menu principal do DVD será. Aqui você pode " "definir o fundo padrão e o tipo dos botões. Para mais informações sobre tema " "visite: {0}" #: ../src/Dialogs/ThemeSelectionDialog.cs:258 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Nome" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Adicionar slideshow" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Duração (segundos)" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Visualizar" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Salvar" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Selecione o áudio..." #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Posição do texto:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Tipo de transição:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Adicionar vídeos" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Selecione um arquivo de áudio para o slideshow" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Selecione o áudio" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Compilar o projeto" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Progresso da tarefa" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Progresso total" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Gerar" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "Abrir Diretório de destin_o" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Mostrar botão como" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Propriedades do botão" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Elemento texto" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Imagem miniatura do item" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Checar as dependências necessárias ao Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Aspect Ratio (Proporção)" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Diretório de Saída" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Nome do Projeto" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Tipo de Projeto" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Formato do Vídeo" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Procurar..." #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "Projeto de Vídeo DVD" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Novo projeto Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Resolução:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Projeto de slideshow" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Padrão para Transição de Slideshows" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Arquivos e Diretórios" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "Geral" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Diretório padrão de áudio" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Diretório padrão de imagens" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Diretório padrão de projetos" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Posição padrão do texto" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Tempo padrão (segundos)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Efeito de transição padrão" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Diretório padrão de vídeos" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Preferências" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Tamanho das miniaturas" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Propriedades dos Botões de Menu" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Propriedades de Transição do Slideshow" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Cor de fundo" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Fonte" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Cor da frente" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "_Geral" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Tamanho da miniatura da imagem" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Propriedades do projeto" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Slideshows" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Fundo" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Destaque do botão" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Detalhes do tema" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Autor:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Fundo personalizado:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Destacar butão" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Nome:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Selecionar tema do Menu do DVD" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Selecione o botão" #. Translators: {0} is the error message #: ../src/mistelix.cs:339 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that " "you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" "{0}\n" "\n" "Vá para o diálogo 'Verificar dependências requeridas do Mistelix' e " "certifique-se que você tenha os codecs de áudio corretos instalados.\n" "\n" "Se você continuar, seu projeto não irá possuir áudio." #: ../src/mistelix.cs:366 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" "Seu projeto de DVD precisa de pelo menos um item de botão. Para criá-lo, " "arraste um elemento de projeto para área do menu principal do DVD." #: ../src/mistelix.cs:378 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" "Seu projeto de DVD precisa de um tema. Use a opção 'Selecionar tema do Menu " "do DVD'" #: ../src/mistelix.cs:435 msgid "Open Project" msgstr "Abrir projeto" #: ../src/mistelix.cs:444 msgid "Mistelix projects" msgstr "Projetos Mistelix" #: ../src/mistelix.cs:477 #, csharp-format msgid "Error loading project '{0}'" msgstr "Erro ao salvar o projeto '{0}'" #: ../src/mistelix.cs:503 msgid "Save Project" msgstr "Salvar o projeto" #: ../src/mistelix.cs:518 msgid "The file already exist. Do you want to overwrite it?" msgstr "O arquivo já existe. Deseja sobrescrevê-lo?" #: ../src/mistelix.cs:550 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Ocorreu um erro ao salvar o arquivo.\n" "Erro: '{0}'" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Elemtos do Projeto" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "Sobre" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Adicionar slideshow..." #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Adicionar vídeos..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Compilar..." #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Checar os requerimentos de dependências do Mistelix" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Gerenciar extensões" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Documentação On-line do Mistelix" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Novo projeto ..." #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Abrir projeto..." #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Propriedades" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "Projetos recentes" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "S_alvar como Projeto..." #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Selecionar tema do Menu do DVD..." #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "Área segura do Show de TV" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "_Fechar" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "_Editar" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Arquivo" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "_Ajuda" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Projeto" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "Sai_r" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Salvar projeto" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Visualizar" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Selecione o plugin a ser instalado e clique em Próximo" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Gerenciador de Plugins" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Plugin" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Dependencias do plugin:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Instalação de plugins" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Gerenciador de plugins" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "É necessesário extensões adicionais para realizar esta operação." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Todos os repositórios registrados" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Copyright:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Desabilitar" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Habilitar" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Instalar à partir de:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Outro" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Caminho:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Registrar um repositório local" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Registrar um repositório online" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Repositório" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Selecionar _todos" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Seleciona a localização do repositório que você quer registrar:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Mostrar todos os pacotes" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Mostrar somente novas versões" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Mostrar somente atualizações" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Os seguintes plugins estão instalados:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Os seguintes plugins serão instalados:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "URL" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "URL:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Versão" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Versão:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Instalar plugins" #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Repositórios..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Desinstalar ..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Deselecionar todos" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" "Use os botões 'Adicionar Vídeos' ou 'Adicionar Slideshow' para adicionar " "novos elementos" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Arraste elementos aqui para adicioná-los ao menu principal do DVD" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Iniciar um projeto novo ou abrir um existente" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Propriedades do elemento" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Apagar um elemento do projeto" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Subir um nível" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Início" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Localização" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Diretórios" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Abrir elemento" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" "Quando o projeto tiver elementos, você pode usar o menu contextual para " "trabalhar com eles." #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "Nº" #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Imagem" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Descrição" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" "Para adicionar imagens para este slideshow, você pode:\n" "\n" " * Arrastar images aqui da barra direita inferior do painel\n" " * Arrastar imagens do seu desktop ou gerenciador de arquivos\n" "\n" "Você pode também usar o menu contextual para ordenar, remover ou adicionar " "efeitos às imagens" #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Remover todas os efeitos" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Ordenar pelo nome do arquivo (Crescente)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Ordenar pelo nome do arquivo (Decrescente)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Ordenar por data no disco (Crescente)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Ordenar por data no disco (Decrescente)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Remover imagens selecionadas" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Remover todas as imagens" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Visualizar slideshow" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Visualização não disponível" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Último acesso" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Tamanho das miniaturas" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "Nenhum arquivo recente" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Bem vindo ao Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "O Mistelix é um programa para criação de\n" "DVDs e Slideshows Theora" #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Criar um projeto de DVD" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Crie um DVD com vídeos e slideshows\n" "que pode ser tocado nos aparelhos de DVD." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Criar um slideshow" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Slideshow com uma coletânea de imagens\n" "que pode ser tocado num PC." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Projetos Recentes" #~ msgid "Recent _Files" #~ msgstr "Arquivos _Recentes" mistelix-0.33/po/ro.po0000644000175000017500000007411411474136450015207 0ustar00jordijordi00000000000000# Romanian translation for mistelix. # Copyright (C) 2010 mistelix's COPYRIGHT HOLDER # This file is distributed under the same license as the mistelix package. # Daniel Șerbănescu , 2010. # Lucian Adrian Grijincu , 2010. msgid "" msgstr "" "Project-Id-Version: mistelix master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-11-06 09:27+0000\n" "PO-Revision-Date: 2010-11-15 19:15+0300\n" "Last-Translator: Lucian Adrian Grijincu \n" "Language-Team: Romanian Gnome Team \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2);;\n" "X-Generator: Virtaal 0.6.1\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Tonuri de gri" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Ton sepia" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Estompare" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Creează DVD-uri și prezentări de diapozitive" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD-uri și prezentări de diapozitive" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Nu sa putut identifica tipul de media pentru fișierul „{0}”" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "Fișierul „{0}” este codificat într-un format nesuportat" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "" "Fișierul „{0}” este codificat într-un format recunoscut. Cu toate acestea, " "lipsește modulul GStreamer „{1}” pentru a-l decoda." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Nicio acțiune necesară" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Sistemul acceptă crearea de DVD-uri și Theora." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Sistemul acceptă doar crearea de DVD-uri." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Sistemul acceptă doar crearea de Theora." #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" "Sistemul nu poate crea nici DVD-uri, nici Theora. Executați acțiunile " "sugerate pentru a îmbunătăți suportul pentru Mistelix." #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Modul GStreamer pentru Mistelix" #: ../src/Core/Dependencies.cs:158 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "Decodor audio MP3" #: ../src/Core/Dependencies.cs:164 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" #: ../src/Core/Dependencies.cs:166 #, fuzzy msgid "GStreamer Ugly Plugins" msgstr "Module Urâte GStreamer" #: ../src/Core/Dependencies.cs:167 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "pachet dvdauthor" #: ../src/Core/Dependencies.cs:176 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "" "Instalați pachetul dvdauthor utilizând administratorul de pachete al " "distribuției." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "Lipsește {0}. Trebuie să instalați pachetul de module GStreamer FFmpeg." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "codecuri FFmpeg" #: ../src/Core/Dependencies.cs:218 msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." msgstr "" #: ../src/Core/Dependencies.cs:221 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" #: ../src/Core/Dependencies.cs:229 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "" #: ../src/Core/Dependencies.cs:236 msgid "Theora/Vorbis codecs" msgstr "codecuri Theora/Vorbis" #. Go into detail #: ../src/Core/Dependencies.cs:242 msgid "Theora video codec" msgstr "Codecul video theora" #: ../src/Core/Dependencies.cs:246 msgid "ogg muxer" msgstr "ogg muxer" #: ../src/Core/Dependencies.cs:250 msgid "Vorbis audio encoder" msgstr "codificatorul audio Vorbis" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Eroare la crearea dosarului de ieșire „{0}”" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Se generează meniul principal al DVD-ului..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Se generează prezentarea de diapozitive „{0}”" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Se convertește materialul video „{0}”" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 pixeli" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 pixeli" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 pixeli" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 pixeli" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 pixeli (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 pixeli" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 pixeli (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "" "The file '{0}' is encoded in MP3 but you do not have the right codec " "installed." msgstr "" "Fișierul „{0}” este codificat în MP3, dar nu aveți codecul potrivit " "instalat." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Mic (64x64 pixeli)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Mediu (96x96 pixeli)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Mare (128x128 pixeli)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Foarte mare (192x192 pixeli)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Finalizat. Timp utilizat: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Dosarul destinație: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Dosarul părinte nu există" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "o zi" msgstr[1] "{0} zile" msgstr[2] "{0} de zile" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "o oră" msgstr[1] "{0} ore" msgstr[2] "{0} de ore" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "un minut" msgstr[1] "{0} minute" msgstr[2] "{0} de minute" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Mai puțin de un minut" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Partea de sus a imaginii (centrat)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Partea de jos a imaginii (centrat)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "" "Daniel Șerbănescu , 2010\n" "Lucian Adrian Grijincu" #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Pagina web Mistelix" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Fără audio" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Fișiere audio" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Toate fișierele" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" "Bine ați venit la procesul de construcție a proiectului. Apăsați butonul " "„Generează\" pentru a începe acest proces." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix utilizează un set de componente externe. Disponibilitatea lor " "determină capacitățile lui Mistelix. Următoarea listă arată nivelul de " "suport al sistemului dumneavoastră pentru Mistelix și dacă există acțiuni " "necesare." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Stare" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Dependență" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Acțiune" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (ecran lat)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Proiect" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "Nu s-a putut crea dosarul." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Deschide locația" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Curăță" #: ../src/Dialogs/ThemeSelectionDialog.cs:251 msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" msgstr "" #: ../src/Dialogs/ThemeSelectionDialog.cs:256 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Nume" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Adaugă prezentare de diapozitive" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Durata (secunde):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Previzualizare" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Salvează" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Selectează audio..." #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Poziția textului:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Tipul de tranziție:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Adaugă video" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Selectați un fișier audio pentru prezentare de diapozitive" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Selectează audio" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Construiește proiectul" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Progres de activitate" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Progres total" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Generează" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "Deschide d_osarul destinație" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Afișează butoanele ca" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Proprietăți butoane" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Element text" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Imagine în miniatură a elementului" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Verifică dependințele Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Raport aspect" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Dosar ieșire" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Nume proiect" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Tip proiect" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Format video" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Navighează..." #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "Proiect Video-DVD" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Proiect Mistelix nou" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Rezoluție:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Proiect de prezentare de diapozitive" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Tranziții implicite pentru prezentarea de diapozitive" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Fișiere și dosare" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "General" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Dosar audio implicit" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Dosar de imagini implicit" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Dosar implicit de proiecte" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Poziție implicită a textului" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Timp implicit (secunde)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Efect de tranziție implicit" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Dosar implicit video" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Preferințe" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Dimensiune miniaturi" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Proprietăți butoane de meniu" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Proprietăți tranziții prezentare de diapozitive" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Culoare de fundal" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Font" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Culoare prim-plan" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "Generale" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Dimensiune miniaturii imaginii" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Proprietăți proiect" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Prezentări de diapozitive" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Fundal" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Evidențierea butoanelor" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Detalii temă" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Autor:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Fundal personalizat:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Buton evidențiat" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Nume:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Selectați tema meniului pentru DVD" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "" #. Translators: {0} is the error message #: ../src/mistelix.cs:339 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that " "you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" #: ../src/mistelix.cs:366 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" #: ../src/mistelix.cs:378 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" #: ../src/mistelix.cs:435 msgid "Open Project" msgstr "" #: ../src/mistelix.cs:444 msgid "Mistelix projects" msgstr "Proiecte mistelix" #: ../src/mistelix.cs:477 #, csharp-format msgid "Error loading project '{0}'" msgstr "" #: ../src/mistelix.cs:503 msgid "Save Project" msgstr "Salvează proiectul" #: ../src/mistelix.cs:518 msgid "The file already exist. Do you want to overwrite it?" msgstr "Fișierul există deja. Doriți să-l suprascrieți?" #: ../src/mistelix.cs:550 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "A apărut o eroare la salvarea fișierului.\n" "Eroare: „{0}”" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Elementele proiectului" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "Despre" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Adaugă o prezentare de diapozitive..." #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Adaugă video..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Construiește..." #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Verifică dependințele Mistelix" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Administrare extensii" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Documentație pe internet pentru Mistelix" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Proiect nou..." #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Deschide proiect..." #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Proprietăți" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "_Proiecte recente" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Salvează proiectul c_a..." #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Alege tema meniului DVD..." #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "În_chide" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "_Editare" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Fișier" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "_Ajutor" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Proiect" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "_Ieșire" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Salvează proiectul" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Vizualizare" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Manager de module" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Modul" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Dependențele modulelor:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Instalarea modulului" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Administrator de module" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "" #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Toate depozitele înregistrate" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Drepturi de autor:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Dezactivează" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Activează" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Instalează de la:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Altele" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Cale:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Înregistrează un depozit local" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Înregistrează un depozit online" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Depozit" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Selecte_ază tot" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Selectați locația depozitului la care doriți să vă înregistrați:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Arată toate pachetele" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Arată numai versiunile noi" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Arată numai actualizările" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "În prezent următoarele module sunt instalate:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Următoarele module vor fi instalate:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Url" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Url:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Versiune" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Versiune:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Instalează module..." #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Depozite..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Dezinstalează..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Deselectează tot" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Proprietăți element" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Șterge elementul din proiect" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Mai sus cu un nivel" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Acasă" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Locație" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Dosare" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Deschide elementul" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "#" #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Imagine" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Descriere" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Elimină toate efectele" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Sortează după numele de fișier (crescător)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Sortează după numele de fișier (descrescător)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Sortează după data de pe disc (crescător)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Sortează după data de pe disc (descrescător)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Elimină imaginile selectate" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Elimină toate imaginile" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Previzualizare prezentare de diapozitive" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Nicio previzualizare disponibilă" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Ultima accesare" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Miniaturi imagini" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "Niciun proiect recent" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Bine ați venit în Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Creează un proiect DVD" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Creează o prezentare de diapozitive" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Proiecte recente" mistelix-0.33/po/sk.po0000644000175000017500000007004511335505626015204 0ustar00jordijordi00000000000000# Slovak translation of Mistelix # Copyright (c) 2008-2009 Jordi Mas i Hernandez. # This file is distributed under the same license as the Mistelix package. # Jaroslav Ryník , 2009. # msgid "" msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-29 15:04+0000\n" "PO-Revision-Date: 2009-06-05 16:25+0200\n" "Last-Translator: Jaroslav Ryník \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Slovak\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Odtiene šedej" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Sépiovohnedá" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Zosvetliť" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Roztvorenie smerom hore a dole" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Roztvorenie doľava a doprava" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Prekrytie pruhom (zľava doprava)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Prekrytie pruhom (zhora dole)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Robte vlastné DVD a prezentácie" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD a prezentácie" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #: ../src/core/Dependencies.cs:59 msgid "No action required" msgstr "Nič netreba doplniť" #: ../src/core/Dependencies.cs:98 msgid "Your system supports DVD and Theora authoring." msgstr "Váš systém podporuje vytváranie DVD aj prácu s Theorou." #: ../src/core/Dependencies.cs:101 msgid "Your system only supports DVD authoring." msgstr "Váš systém podporuje len vytváranie DVD." #: ../src/core/Dependencies.cs:104 msgid "Your system only supports Theora authoring." msgstr "Váš systém podporuje len prácu s kodekom Theora." #: ../src/core/Dependencies.cs:106 msgid "Your system has no support for DVD or Theora authoring. Please, execute the suggested actions to enhance your system support for Mistelix." msgstr "Váš systém nepodporuje vytváranie DVD ani tvorbu prezentácií pomocou Theory. Prosím, postupujte podľa týchto pokynov, aby ste zlepšili podporu svojho systému pre Mistelix." #: ../src/core/Dependencies.cs:148 msgid "Mistelix GStreamer plugin" msgstr "zásuvný modul GStreameru v Mistelixe" #: ../src/core/Dependencies.cs:149 msgid "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part of Mistelix application. Mistelix is not installed correctly." msgstr "Chýba zásuvný modul mistelixvideosrc. Tento zásuvný modul programu GStreamer sa dodáva ako súčasť programu Mistelix. Mistelix asi nie je nainštalovaný správne." #: ../src/core/Dependencies.cs:154 msgid "MP3 audio decoder" msgstr "dekóder zvukov MP3" #: ../src/core/Dependencies.cs:155 msgid "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer plugin to enable MP3 import audio capabilities." msgstr "Chýba dekóder zvukov MP3. Na načítavanie zvukov MP3, treba nainštalovať dekóder zásuvného modulu Fluendo MP3 programu GStreamer." #: ../src/core/Dependencies.cs:163 msgid "dvdauthor package" msgstr "balík dvdauthor" #: ../src/core/Dependencies.cs:164 msgid "Install dvdauthor package from your Linux distribution application manager." msgstr "Pomocou správcu programov svojej distribúce Linuxu si nainštalujte program dvdauthor." #: ../src/core/Dependencies.cs:191 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "Chýba {0}. Treba nainštalovať balík zásuvných modulov FFmpeg programu GStreamer." #: ../src/core/Dependencies.cs:198 msgid "FFmpeg codecs" msgstr "kódeky FFmpeg" #: ../src/core/Dependencies.cs:204 msgid "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www.mistelix.org/Download' for instructions on how to fix this." msgstr "Chýba kódek ffmpeg2video. Veľa distribúcií neobsahuje podporu pre kódovanie MPEG2 v balíkoch zásuvných modulov FFmpeg programu GStreamer. Navštívte stránku http://www.mistelix.org/Download, kde nájdete pokyny, ako to opraviť." #: ../src/core/Dependencies.cs:207 msgid "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-in that does not exposes the DVD muxer." msgstr "Chýba ffmux_dvd muxer. Asi máte staršiu verziu zásuvného modulu programu GStreamer, ktorá neobsahuje DVD muxer." #: ../src/core/Dependencies.cs:215 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "Chýba {0}. Treba nainštalovať základné zásuvné muduly programu GStreamer." #: ../src/core/Dependencies.cs:222 msgid "Theora/Vorbis codecs" msgstr "Kódeky Theora/Vorbis" #. Go into detail #: ../src/core/Dependencies.cs:228 msgid "Theora video codec" msgstr "video kódek Theora" #: ../src/core/Dependencies.cs:232 msgid "ogg muxer" msgstr "ogg muxer" #: ../src/core/Dependencies.cs:236 msgid "Vorbis audio encoder" msgstr "zvukový kóder Vorbis " #: ../src/core/DvdProjectBuilder.cs:60 #: ../src/core/SlideShowsProjectBuilder.cs:56 msgid "Project building process started" msgstr "Práca na projekte sa začala" #: ../src/core/DvdProjectBuilder.cs:67 #: ../src/core/SlideShowsProjectBuilder.cs:63 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Pri vytváraní adresára „{0}“ došlo k chybe" #: ../src/core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Načítava sa hlavné menu pre DVD..." #: ../src/core/DvdProjectBuilder.cs:100 #: ../src/core/SlideShowsProjectBuilder.cs:90 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Vytvára sa prezentácia „{0}“" #: ../src/core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Prebieha konverzia videa „{0}“" #: ../src/core/DvdProjectBuilder.cs:157 #: ../src/core/SlideShowsProjectBuilder.cs:97 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Hotovo. Potrebný čas: {0}" #. Could not identify media #: ../src/core/MistelixLib.cs:93 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Program nevie, akú aplikáciu má použiť na prácu so súborom „{0}“" #. Format not supported #: ../src/core/MistelixLib.cs:96 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "Súbor „{0}“ je podporovaným typom súboru" #. Supported media but codec not found + codec name #: ../src/core/MistelixLib.cs:99 #, csharp-format msgid "The file '{0}' is encoded in a recognised format. However, you are missing the GStreamer plug-in '{1}' to decode it." msgstr "Program pozná formát súboru „{0}“, ale chýba vám zásuvný modul progr „{1}“ programu GStreamer na dekódovanie súboru." #: ../src/core/NoneTransition.cs:44 msgid "" msgstr "(Žiadny)" #: ../src/core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 pixelov" #: ../src/core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 pixelov" #: ../src/core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 pixelov" #: ../src/core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 pixelov" #: ../src/core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 pixels (720p)" #: ../src/core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 pixelov" #: ../src/core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 pixelov (1080i)" #: ../src/core/ThumbnailSizeManager.cs:38 msgid "Small (64x64 pixels)" msgstr "Malé (64 x 64 pixelov)" #: ../src/core/ThumbnailSizeManager.cs:39 msgid "Medium (96x96 pixels)" msgstr "Stredne veľké (96 x 96 pixelov)" #: ../src/core/ThumbnailSizeManager.cs:40 msgid "Large (128x128 pixels)" msgstr "Veľké (128 x 128 pixelov)" #: ../src/core/ThumbnailSizeManager.cs:41 msgid "Very Large (192x192 pixels)" msgstr "Veľmi veľké (192 x 192 pixelov)" #: ../src/datamodel/ProjectBuilder.cs:57 #| msgid "Parent directory does not exists" msgid "Parent directory does not exist" msgstr "Rodičovský adresár neexistuje" #: ../src/datamodel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Horná časť obrázka (v strede)" #: ../src/datamodel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Dolná časť obrázka (v strede)" #. Name of the people that translated the application #: ../src/dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Jaroslav Ryník" #: ../src/dialogs/AboutDialog.cs:55 msgid "Mistelix is a DVD authoring application with also Theora slideshow creation capabilities." msgstr "Mistelix je program na vytváranie DVD-čiek aj s možnosťami na vytváranie prezentácii pomocou kodeku Theora." #: ../src/dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Webová stránka Mistelixu" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/dialogs/AddSlideDialog.cs:452 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/dialogs/AddSlideDialog.cs:459 msgid "B" msgstr "B" #: ../src/dialogs/AudioSelectionDialog.cs:51 msgid "No audio" msgstr "Žiadna zvuková nahrávka nie je k dispozícii" #: ../src/dialogs/AudioSelectionDialog.cs:64 msgid "Audio files" msgstr "Zvukové nahrávky" #: ../src/dialogs/AudioSelectionDialog.cs:68 msgid "All files" msgstr "Všetky súbory" #: ../src/dialogs/CheckDependenciesDialog.cs:81 msgid "Status" msgstr "Stav" #: ../src/dialogs/CheckDependenciesDialog.cs:82 msgid "Dependency" msgstr "Závislosť" #: ../src/dialogs/CheckDependenciesDialog.cs:83 msgid "Action" msgstr "Treba doplniť" #. Comboboxes are added with a HBox to be able to align them #: ../src/dialogs/NewProjectDialog.cs:67 #: ../src/mistelix.glade.h:54 msgid "PAL (Europe)" msgstr "PAL (európsky)" #: ../src/dialogs/NewProjectDialog.cs:70 #: ../src/mistelix.glade.h:50 msgid "NTSC" msgstr "NTSC" #: ../src/dialogs/NewProjectDialog.cs:73 #: ../src/mistelix.glade.h:2 msgid "4:3 (TV)" msgstr "4 : 3 (TV)" #: ../src/dialogs/NewProjectDialog.cs:76 #: ../src/mistelix.glade.h:1 msgid "16:9 (Widescreen)" msgstr "16 : 9 (na šírku)" #. Translators: This is the default project name for a new project #: ../src/dialogs/NewProjectDialog.cs:97 msgid "Project" msgstr "Projekt" #: ../src/dialogs/NewProjectDialog.cs:170 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "Zadaný priečinok neexistuje. Chcete ho vytvoriť?" #: ../src/dialogs/NewProjectDialog.cs:182 msgid "Unable to create directory." msgstr "Priečinok sa nepodarilo vytvoriť." #: ../src/dialogs/NewProjectDialog.cs:231 #: ../src/dialogs/ProjectPropertiesDialog.cs:267 #: ../src/widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Otvoriť umiestnenie" #: ../src/dialogs/ThemeSelectionDialog.cs:220 msgid "Clean" msgstr "Vyčistenie" #: ../src/dialogs/ThemeSelectionDialog.cs:248 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Názov" #: ../src/mistelix.cs:310 msgid "A DVD project needs at least one button item. You can create a button by dragging a project element into the main DVD menu area." msgstr "Na vytvorenie DVD potrebujete aspoň jedno tlačidlo. Môžete ho vytvoriť tak, že potiahnete nejaký prvok projektu do oblasti hlavného menu pre DVD." #: ../src/mistelix.cs:322 #| msgid "" #| "A DVD project needs a theme. Use the 'Select DVD Menu Theme' to select a " #| "theme." msgid "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to select a theme." msgstr "Na DVD treba farebný motív. Vyberte si ho kliknutím na možnosť „Vybrať si motív menu pre DVD“ v menu." #: ../src/mistelix.cs:365 msgid "Open Project" msgstr "Otvorenie projektu" #: ../src/mistelix.cs:374 msgid "Mistelix projects" msgstr "Projekty programu Mistelix" #: ../src/mistelix.cs:397 #, csharp-format msgid "Error loading project '{0}'" msgstr "Pri spúšťaní projektu „{0}“ nastala chyba" #: ../src/mistelix.cs:421 msgid "Save Project" msgstr "Uloženie projektu" #: ../src/mistelix.glade.h:3 msgid "Aspect Ratio" msgstr "Pomer strán" #: ../src/mistelix.glade.h:4 msgid "Background" msgstr "Pozadie" #: ../src/mistelix.glade.h:5 msgid "Button highlighting" msgstr "Zvýraznenie tlačidiel" #: ../src/mistelix.glade.h:6 msgid "Defaults for slideshows transitions" msgstr "Nastavenia vlastnosti ďalších prvkov prezentácií" #: ../src/mistelix.glade.h:7 msgid "Description" msgstr "Popis" #: ../src/mistelix.glade.h:8 msgid "Files and Directories" msgstr "Súbory a priečinky" #: ../src/mistelix.glade.h:9 msgid "General" msgstr "Všeobecné" #: ../src/mistelix.glade.h:10 msgid "Menu Buttons Properties" msgstr "Vlastnosti tlačidiel menu" #: ../src/mistelix.glade.h:11 msgid "Output Directory" msgstr "Priečinok na projekt" #: ../src/mistelix.glade.h:12 msgid "Project Name" msgstr "Názov projektu" #: ../src/mistelix.glade.h:13 msgid "Project elements" msgstr "Prvky projektu" #: ../src/mistelix.glade.h:14 msgid "Project type" msgstr "Typ projektu" #: ../src/mistelix.glade.h:15 msgid "Show button as" msgstr "Zobraziť tlačidlo ako" #: ../src/mistelix.glade.h:16 msgid "Slideshow Transitions Properties" msgstr "Vlastnosti ďalších prvkov prezentácií" #: ../src/mistelix.glade.h:17 msgid "Video Format" msgstr "Formát videa" # N.T.: Restricció en la mida de la cadena #: ../src/mistelix.glade.h:18 msgid "Add Slideshow" msgstr "Pridať prezentáciu" # N.T.: Restricció en la mida de la cadena #: ../src/mistelix.glade.h:19 msgid "Add Slideshow..." msgstr "Pridať prezentáciu..." #: ../src/mistelix.glade.h:20 msgid "Add Videos" msgstr "Pridať video" #: ../src/mistelix.glade.h:21 msgid "Add Videos..." msgstr "Pridať videá..." #: ../src/mistelix.glade.h:22 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Autor(ka):" #: ../src/mistelix.glade.h:23 msgid "Background color" msgstr "Farba pozadia" #: ../src/mistelix.glade.h:24 #: ../src/mono-addins-strings.xml.h:10 #: ../src/widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Prehľadávať..." #: ../src/mistelix.glade.h:25 msgid "Build Project" msgstr "Vytváranie projektu" #: ../src/mistelix.glade.h:26 msgid "Build..." msgstr "Vytvoriť..." #: ../src/mistelix.glade.h:27 msgid "Button Properties" msgstr "Tlačidlo Vlastnosti" #: ../src/mistelix.glade.h:28 msgid "Check Mistelix's dependencies requirements" msgstr "Zistiť vzťahy medzi programami, ktoré Mistelix potrebuje" #: ../src/mistelix.glade.h:29 msgid "Custom background:" msgstr "Vlastné pozadie:" #: ../src/mistelix.glade.h:30 msgid "DVD" msgstr "DVD" #: ../src/mistelix.glade.h:31 msgid "DVD-Video project" msgstr "Projekt video na DVD" #: ../src/mistelix.glade.h:32 msgid "Default audio directory" msgstr "Predvolený priečinok na zvuky" #: ../src/mistelix.glade.h:33 msgid "Default images directory" msgstr "Predvolený priečinok na obrázky" #: ../src/mistelix.glade.h:34 msgid "Default projects directory" msgstr "Predvolený priečinok na projekty" #: ../src/mistelix.glade.h:35 msgid "Default text position" msgstr "Umiestnenie vopred napísaného textu" #: ../src/mistelix.glade.h:36 msgid "Default time (seconds)" msgstr "Prednastavený čas (v sekundách)" #: ../src/mistelix.glade.h:37 msgid "Default transition effect" msgstr "Predvolená vlastnosť ďalšieho prvku" #: ../src/mistelix.glade.h:38 msgid "Default videos directory" msgstr "Predvolený priečinok na videá" #: ../src/mistelix.glade.h:39 msgid "Description:" msgstr "Popis:" #: ../src/mistelix.glade.h:40 msgid "Duration (seconds):" msgstr "Čas (v sekundách):" #: ../src/mistelix.glade.h:41 msgid "Font" msgstr "Písmo" #: ../src/mistelix.glade.h:42 msgid "Foreground color" msgstr "Farba popredia" #: ../src/mistelix.glade.h:43 msgid "General" msgstr "Všeobecné" #: ../src/mistelix.glade.h:44 msgid "Highlight button" msgstr "Tlačidlo Zvýraznenie" # N.T.: Convé que el text sigui curt #: ../src/mistelix.glade.h:45 msgid "Image thumbnail size" msgstr "Veľkosť miniatúr" #: ../src/mistelix.glade.h:46 msgid "Manage Extensions" msgstr "Správa nadstavbových modulov" #: ../src/mistelix.glade.h:47 msgid "Menu themes define how the main DVD menu look like. The default background image and the type of buttons. You have more information about themes at http://www.mistelix.org/Themes" msgstr "Výberom iného motívu môžete zmeniť to, ako bude vyzerať hlavné menu pre DVD, predvolený obrázok pozadia a typ tlačidiel. Viac informácií o motívoch nájdete na stránke http://www.mistelix.org/Themes" #: ../src/mistelix.glade.h:48 msgid "Mistelix uses a set of external components. Their availability determines Mistelix's capabilities. The following list shows the level of support of your system for Mistelix and if there are actions required." msgstr "Mistelix využíva niekoľko prvkov z iných programov. Od ich dostupnosti závisí jeho funkčnosť. Z tohto zoznamu sa dozviete o podpore vášho systému pre Mistelix a či treba niečo doplniť. " #: ../src/mistelix.glade.h:49 msgid "Mistelix's on-line documentation" msgstr "Dokumentácia k Mistelixu na internete" #: ../src/mistelix.glade.h:51 msgid "New Mistelix project" msgstr "Nový projekt programu Mistelix" #: ../src/mistelix.glade.h:52 msgid "New Project..." msgstr "Nový projekt..." #: ../src/mistelix.glade.h:53 msgid "Open Project..." msgstr "Otvoriť projekt..." #: ../src/mistelix.glade.h:55 msgid "Preferences" msgstr "Predvoľby" #: ../src/mistelix.glade.h:56 msgid "Preview" msgstr "Ukážka" #: ../src/mistelix.glade.h:57 msgid "Project Properties" msgstr "Vlastnosti projektu" #: ../src/mistelix.glade.h:58 msgid "Properties" msgstr "Vlastnosti" #: ../src/mistelix.glade.h:59 msgid "Resolution:" msgstr "Rozlíšenie:" #: ../src/mistelix.glade.h:60 msgid "Save" msgstr "Uložiť" #: ../src/mistelix.glade.h:61 msgid "Select Audio..." msgstr "Vybrať si zvukovú nahrávku..." #: ../src/mistelix.glade.h:62 msgid "Select DVD Menu Theme" msgstr "Výber motívu menu pre DVD" #: ../src/mistelix.glade.h:63 msgid "Select DVD Menu Theme..." msgstr "Vybrať si motív menu pre DVD..." #: ../src/mistelix.glade.h:64 msgid "Select an audio file for the slideshow" msgstr "Vyberte si zvukovú nahrávku do prezentácie" #: ../src/mistelix.glade.h:65 msgid "Select audio" msgstr "Výber zvukovej nahrávky" #: ../src/mistelix.glade.h:66 msgid "Select button" msgstr "Vybrať si tlačidlo" #: ../src/mistelix.glade.h:67 msgid "Show TV Safe Area" msgstr "Zobraziť odporúčanú veľkosť pre televízor" # N.T.: Restricció en la mida de la cadena #: ../src/mistelix.glade.h:68 msgid "Slideshows" msgstr "Prezentácie" #: ../src/mistelix.glade.h:69 msgid "Slideshows project" msgstr "Projekt z prezentácií" #: ../src/mistelix.glade.h:70 msgid "Task progress" msgstr "Priebeh v časti" #: ../src/mistelix.glade.h:71 msgid "Text element" msgstr "Prvok textu" #: ../src/mistelix.glade.h:72 msgid "Text position:" msgstr "Umiestnenie textu:" #: ../src/mistelix.glade.h:73 msgid "Thumbnail image of the item" msgstr "Miniatúrny obrázok položky" #: ../src/mistelix.glade.h:74 msgid "Thumbnails size" msgstr "Miniatúry" #: ../src/mistelix.glade.h:75 msgid "Total progress" msgstr "Celkový postup" #: ../src/mistelix.glade.h:76 msgid "Transition type:" msgstr "Typ prechodu:" #: ../src/mistelix.glade.h:77 msgid "Welcome to the project building process. Press the 'Generate' button to start this process." msgstr "Vitajte pri vytváraní projektu. Stlačte tlačidlo „Vytvoriť“, aby sa tento proces mohol začať." #: ../src/mistelix.glade.h:78 msgid "_About" msgstr "_O programe" #: ../src/mistelix.glade.h:79 msgid "_Edit" msgstr "Úpr_avy" #: ../src/mistelix.glade.h:80 msgid "_File" msgstr "_Súbor" #: ../src/mistelix.glade.h:81 msgid "_Generate" msgstr "_Vytvoriť" #: ../src/mistelix.glade.h:82 msgid "_Help" msgstr "_Pomocník" #: ../src/mistelix.glade.h:83 msgid "_Project" msgstr "_Projekt" #: ../src/mistelix.glade.h:84 msgid "_Save Project" msgstr "_Uložiť projekt" #: ../src/mistelix.glade.h:85 msgid "_View" msgstr "_Zobraziť" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Vyberte si doplnky, ktoré chcete nainštalovať a kliknite na „Ďalej“" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Manažér doplnkov" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Doplnok" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Závislosti medzi doplnkami:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Inštalácia doplnkov" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Manažér doplnkov" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "Na dokončenie tohto úkonu potrebujete nadstavbové moduly." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Všetky zaregistrované depozitáre" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Autorské práva:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Vypnúť" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Zapnúť" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Nainštalovať z(o):" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Iné" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Umiestnenie:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Zaregistrovať sieťový depozitár" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Zaregistrovať internetový depozitár" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Depozitár" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Vybrať _všetky" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Zadajte umiestnenie depozitára, ktorý chcete zaregistrovať:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Zobraziť všetky balíky" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Zobraziť len nové verzie" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Zobraziť len aktualizácie" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Teraz máte nainštalované tieto doplnky:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Teraz sa nainštalujú tieto doplnky:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Adresa" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Adresa:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Verzia" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Verzia:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Nainštalovať doplnky..." #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Depozitáre..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Odinštalovať..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Odznačiť všetky" #: ../src/widgets/AuthoringPaneView.cs:180 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "Nové prvky pridáte kliknutím na tlačidlá „Pridať video“ alebo „Pridať prezentáciu“" #: ../src/widgets/AuthoringPaneView.cs:184 msgid "Drag elements here to add them to the main DVD menu" msgstr "Sem ťahajte myšou ikony vecí, ktoré chcete pridať do hlavného menu pre DVD" #: ../src/widgets/AuthoringPaneView.cs:187 #| msgid "Start a new project or load an existing one" msgid "Start a new project or open an existing one" msgstr "Začať nový projekt alebo otvoriť existujúci" #: ../src/widgets/AuthoringPaneView.cs:226 msgid "Element properties" msgstr "Vlastnosti prvku" #: ../src/widgets/AuthoringPaneView.cs:227 #: ../src/widgets/ProjectElementView.cs:297 msgid "Delete element from project" msgstr "Odstrániť prvok z projektu" #: ../src/widgets/DirectoryView.cs:111 msgid "Go up one level" msgstr "Prejsť o úroveň vyššie" #: ../src/widgets/DirectoryView.cs:116 msgid "Home" msgstr "Home" #: ../src/widgets/DirectoryView.cs:122 msgid "Location" msgstr "Umiestnenie" #: ../src/widgets/DirectoryView.cs:131 msgid "Directories" msgstr "Priečinky" #: ../src/widgets/ProjectElementView.cs:296 msgid "Open element" msgstr "Otvoriť prvok" #: ../src/widgets/ProjectElementView.cs:315 msgid "Once the project has elements you can use the contextual menu to work with them" msgstr "Ak ste už do projektu nejaké veci pridali, môžete s nimi pracovať pomocou kontextového menu" #: ../src/widgets/SlideShowImageView.cs:145 msgid "" msgstr "(Bez názvu)" #: ../src/widgets/SlideShowImageView.cs:223 msgid "#" msgstr "P. č." #: ../src/widgets/SlideShowImageView.cs:224 msgid "Image" msgstr "Obrázok" #: ../src/widgets/SlideShowImageView.cs:228 msgid "Description" msgstr "Popis" #: ../src/widgets/SlideShowImageView.cs:343 msgid "Drag your images here to add them to the slideshow. You can also use the contextual menu to sort the images." msgstr "Ak chcete pridať obrázky do prezentácie, potiahnite ich do tohto okna. Na ich usporiadanie môžete použiť aj kontextové menu." #: ../src/widgets/SlideShowImageView.cs:533 msgid "Remove all effects" msgstr "Odstrániť všetky efekty" #: ../src/widgets/SlideShowImageView.cs:536 msgid "Sort by filename (Ascending)" msgstr "Zoradiť podľa názvu (vzostupne)" #: ../src/widgets/SlideShowImageView.cs:537 msgid "Sort by filename (Descending)" msgstr "Zoradiť podľa názvu (zostupne)" #: ../src/widgets/SlideShowImageView.cs:538 msgid "Sort by date on disc (Ascending)" msgstr "Zoradiť podľa dátumu (vzostupne)" #: ../src/widgets/SlideShowImageView.cs:539 msgid "Sort by date on disc (Descending)" msgstr "Zoradiť podľa dátumu (zostupne)" #: ../src/widgets/SlideShowImageView.cs:541 msgid "Remove selected images" msgstr "Odstrániť označené obrázky" #: ../src/widgets/SlideShowImageView.cs:542 msgid "Remove all images" msgstr "Odstrániť všetky obrázky" #: ../src/widgets/SlideShowImageView.cs:683 msgid "No preview available" msgstr "Ukážka nie je k dispozícii" #: ../src/widgets/SlideShowView.cs:45 #| msgid "Slideshows project" msgid "Slideshow preview" msgstr "Ukážka prezentácie" #~ msgid "" #~ "Missing ffmpeg2video codec. Make sure that you have downloaded a gst-" #~ "ffmpeg library from www.mistelix.org. Many distributions do not include " #~ "MPEG2 encoding capabilities with the gst-ffmpeg version that package." #~ msgstr "" #~ "Chýba kodek ffmpeg2video. Prosím, uistite sa, že ste si zo stránky www." #~ "mistelix.org stiahli knižnicu gst-ffmpeg. Mnoho programových balíkov s " #~ "touto knižnicou neobsahuje kodeky MPEG2. " #~ msgid "Missing Theora codec. You need to install GStreamer Base Plugins." #~ msgstr "Chýba kodek Theora. Treba nainštalovať základné pluginy GStreamer." #~ msgid "" #~ "Install dvdauthor from your Linux distribution application manager. " #~ "Spumux is included with dvdauthor package" #~ msgstr "" #~ "Pomocou správcu programov svojej distribúce Linuxu si nainštalujte " #~ "program dvdauthor. Spumux sa dodáva s inštalačným balíčkom programu " #~ "dvdauthor" #~ msgid "Theora project (slideshows to video)" #~ msgstr "Projekt pomocou Theory (prezentáciu na video)" #~ msgid "Project Type:" #~ msgstr "Typ projektu:" #~ msgid "Check Mistelix dependencies requirements" #~ msgstr "Zistiť vzťahy medzi programami, ktoré program Mistelix potrebuje" mistelix-0.33/po/sl.po0000644000175000017500000010013111474136450015172 0ustar00jordijordi00000000000000# Slovenian translations for mistelix. # Copyright (C) 2010 mistelix's COPYRIGHT HOLDER # This file is distributed under the same license as the mistelix package. # # Andrej Žnidaršič , 2010. # msgid "" msgstr "" "Project-Id-Version: mistelix master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-11-04 22:56+0000\n" "PO-Revision-Date: 2010-11-05 10:06+0100\n" "Last-Translator: Andrej Žnidaršič \n" "Language-Team: Slovenian GNOME translation team \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" "X-Poedit-Language: Slovenian\n" "X-Poedit-Country: SLOVENIA\n" "X-Poedit-SourceCharset: utf-8\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Sivine" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Sepia učinek staranja" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Vodoravni prehod s sredine" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Navpični prehod s sredine" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Prehod vrstice (od leve proti desni)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Prehod vrstice (od zgoraj navzdol)" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Pojemanje" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Zvezdni prehod (pet točk)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Zvezdni prehod (štiri točke)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Zvezdni prehod (šest točk)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Avtorski DVD nosilci in diapredstavitve" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD in diapredstavitve" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Ni mogoče določiti vrste medija za datoteko '{0}'" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "Datoteka '{0}' je kodirana v nepodprti vrsti zapisa." #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "The file '{0}' is encoded in a recognised format. However, you are missing the GStreamer plug-in '{1}' to decode it." msgstr "Datoteka '{0}' je kodirana v prepoznani vrsti zapisa, vendar manjka GStreamer vstavek '{1}' za odkodiranje." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Ni zahtevanega dejanja" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Sistem podpira DVD in Theora ustvarjanje." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Sistem podpira le DVD ustvarjanje." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Sistem podpira le Theora ustvarjanje." #: ../src/Core/Dependencies.cs:108 msgid "Your system has no support for DVD or Theora authoring. Please, execute the suggested actions to enhance your system support for Mistelix." msgstr "Sistem nima podpore za DVD ali Theora ustvarjanje. Izvedite predlagana dejanja za izboljšanje sistemske podpore Mistelixu. " #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Vstavek Mistelix GStreamer" #: ../src/Core/Dependencies.cs:158 msgid "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part of Mistelix application. Mistelix is not installed correctly." msgstr "Manjka vstavek mistelixvideosrc, ki je del programa Mistelix. Program Mistelix ni pravilno nameščen." #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "MP3 zvočni odkodirnik" #: ../src/Core/Dependencies.cs:164 msgid "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer plugin to enable MP3 import audio capabilities." msgstr "Manjka zvočni odkodirnik MP3. Za uvažanje in pretvarjanje zvoka v MP3 zapis, mora biti nameščen GStreamer vstavek Fluendo MP3 dekodirnik." #: ../src/Core/Dependencies.cs:166 msgid "GStreamer Ugly Plugins" msgstr "Vstavki GStreamer ugly" #: ../src/Core/Dependencies.cs:167 msgid "Missing video decoders. Without this package Mistelix cannot provide video conversion facilities from popular formats. You need to install GStreamer Ugly Plugins package for better video import support." msgstr "Manjkajo video odkodirniki. Brez tega paketa s programom Mistelix ni mogoče zagotoviti pretvarjanja videov iz priljubljenih vrst zapisov. Za boljšo podporo video uvoza namestite paket vstavkov GStreamer Ugly." #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "paket dvdauthor" #: ../src/Core/Dependencies.cs:176 msgid "Install dvdauthor package from your Linux distribution application manager." msgstr "Namesti je treba paket dvdauthor iz upravljalnika programov vaše Linux distribucije." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "Manjka {0}. Namestiti je treba paket GStreaner FFmpeg Plug-ins." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "FFmpeg kodeki" #: ../src/Core/Dependencies.cs:218 msgid "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www.mistelix.org/Download' for instructions on how to fix this." msgstr "Manjka kodek ffmpeg2video. Veliko distribucij v svojem paketu GStreamer FFPeg Plug-ins ne izpostavi zmožnosti kodiranja MPEG2. Obiščite 'http://www.mistelix.org/Download' za navodila kako težavo odpraviti." #: ../src/Core/Dependencies.cs:221 msgid "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-in that does not exposes the DVD muxer." msgstr "Manjka ffmux_dvd zvijalnik. Najbrž je nameščena stara različica vstavka GStreamer, ki ne izpostavi zvijalnika DVD." #: ../src/Core/Dependencies.cs:229 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "{0} manjka. Namestiti je treba paket vstavkov GStreamer Base." #: ../src/Core/Dependencies.cs:236 msgid "Theora/Vorbis codecs" msgstr "Theora/Vorbis kodeki" #. Go into detail #: ../src/Core/Dependencies.cs:242 msgid "Theora video codec" msgstr "Theora video kodek" #: ../src/Core/Dependencies.cs:246 msgid "ogg muxer" msgstr "ogg zvijalnik" #: ../src/Core/Dependencies.cs:250 msgid "Vorbis audio encoder" msgstr "Vorbis kodirnik zvoka" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Izgradnja projekta se je začela" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Napaka med ustvarjanjem odvodne mape '{0}'" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Ustvarjanje glavnega menija DVD ..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Ustvarjanje diapredstavitve '{0}'" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Pretvarjanje videa '{0}'" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 točk" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 točk" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 točk" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 točk" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 točk (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 točk" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 točk (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "The file '{0}' is encoded in MP3 but you do not have the right codec installed." msgstr "Datoteka '{0}' je kodriana v MP3, vendar nimate nameščenega pravega kodeka." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Majhna (64x64 točk)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Srednja (96x96 točk)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Velika (128x128 točk)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Zelo velika (192x192 točk)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Končano. Porabljen čas: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Ciljna mapa: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Nadrejena mapa ne obstaja" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} dni" msgstr[1] "{0} dan" msgstr[2] "{0} dneva" msgstr[3] "{0} dnevi" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} ur" msgstr[1] "{0} ura" msgstr[2] "{0} uri" msgstr[3] "{0} ure" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minut" msgstr[1] "{0} minuta" msgstr[2] "{0} minuti" msgstr[3] "{0} minute" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Manj kot ena minuta" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Vrh slike (sredinjeno)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Dno slike (sredinjeno)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Andrej Žnidaršič " #: ../src/Dialogs/AboutDialog.cs:55 msgid "Mistelix is a DVD authoring application also with slideshow creation capabilities." msgstr "Mistelix je program za ustvarjanje DVD-jev z zmožnostmi ustvarjanja diapredstavitev." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Spletišče Mistelix" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Ni zvoka" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Zvočne datoteke" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Vse datoteke" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "Welcome to the project building process. Press the 'Generate' button to start this process." msgstr "Dobrodošli v opravilo izgrajevanja projekta. Pritisnite 'Ustvari' za začetek tega opravila." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "Mistelix uses a set of external components. Their availability determines Mistelix's capabilities. The following list shows the level of support of your system for Mistelix and if there are actions required." msgstr "Mistelix uporablja niz zunanjih sestavnih delov. Njihova dostopnost določa zmožnosti Mistelix-a. Seznam kaže raven podpore vašega sistema Mistelix-u in ali so zahtevana dejanja." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Stanje" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Odvisnost" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Dejanje" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Evropa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (Širok zaslon)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 #: ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Projekt" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "Navedena odvodna mapa ne obstaja. Ali jo želite ustvariti?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "Mape ni mogoče ustvariti." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Odpri mesto" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Počisti" #: ../src/Dialogs/ThemeSelectionDialog.cs:251 msgid "Menu themes define how the main DVD menu looks. Here you define the default background image and the type of buttons. For more information visit: http://www.mistelix.org/Themes" msgstr "Tema menija določa videz glavnega DVD menija. Tukaj določite privzeto sliko ozadja in vrsto gumbov. Za več podrobnosti obiščite: http://www.mistelix.org/Themes" #: ../src/Dialogs/ThemeSelectionDialog.cs:256 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Ime" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 #: ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Dodajanje diapredstavitve" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Trajanje (sekunde):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Predogled" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Shrani" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Izbor zvoka ..." #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Položaj besedila:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Vrsta prehoda:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 #: ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Dodajanje videa" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Izbor zvočne datoteke za diapredstavitve" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Izbor zvoka" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Izgradi projekt" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Napredek naloge" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Skupni napredek" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Ustvari" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "_Odpri ciljno mapo" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Pokaži gumb kot" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Lastnosti gumba" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Besedilni predmet" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Sličica predmeta" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Preverite Mistelix zahtevane odvisnosti" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Razmerje velikosti" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Odvodna mapa" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Ime projekta" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Vrsta projekta" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Vrsta video zapisa" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 #: ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Prebrskaj ..." #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "Projekt DVD-Video" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Nov projekt Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Ločljivost:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Projekt diapredstavitev" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Privzete vrednosti za prehode diapredstavitev" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Datoteke in mape" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "Splošno" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Privzeta mapa zvoka" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Privzeta mapa slik" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Privzeta mapa projektov" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Privzeti položaj besedila" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Privzeti čas (sekunde)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Privzeti učinek prehoda" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Privzeta mapa videa" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 #: ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Možnosti" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Velikost sličic" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Lastnosti gumba menija" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Lastnosti prehodov diapredstavitev" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Barva ozadja" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Pisava" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Barva ospredja" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "Splošno" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Velikost sličice" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Lastnosti projekta" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Diapredstavitve" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Ozadje" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Poudarjanje gumba" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Podrobnosti teme" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Avtor:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Ozadje po meri:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Poudarjanje gumba" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Ime:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Izbor teme DVD menija" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Izbor gumba" #. Translators: {0} is the error message #: ../src/mistelix.cs:335 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" "{0}\n" "\n" "Pojdite v pogovorno okno 'Preverjanje zahtev odvisnosti Mistelixa' in se prepričajte, da imate nameščene prave zvočne kodeke.\n" "\n" "Če nadaljujete, vaš projekt ne bo imel zvoka." #: ../src/mistelix.cs:362 msgid "A DVD project needs at least one button item. You can create a button by dragging a project element into the main DVD menu area." msgstr "DVD projekt potrebuje vsaj en predmet gumba. Gumb lahko ustvarite z vlečenjem elementa projekta v področje glavnega DVD menija." #: ../src/mistelix.cs:374 msgid "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to select a theme." msgstr "DVD projekt potrebuje temo. Uporabite možnost menija 'Izbor teme DVD menija' za izbor teme." #: ../src/mistelix.cs:431 msgid "Open Project" msgstr "Odpri projekt" #: ../src/mistelix.cs:440 msgid "Mistelix projects" msgstr "Mistelix projekti" #: ../src/mistelix.cs:473 #, csharp-format msgid "Error loading project '{0}'" msgstr "Napaka med nalaganjem projekta '{0}'" #: ../src/mistelix.cs:499 msgid "Save Project" msgstr "Shrani projekt" #: ../src/mistelix.cs:514 msgid "The file already exist. Do you want to overwrite it?" msgstr "Datoteka že obstaja. Ali jo želite prepisati?" #: ../src/mistelix.cs:546 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Med shranjevanjem datoteke je prišlo do napake.\n" "Napaka: '{0}'" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Predmeti projekta" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "O programu" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Dodajanje diapredstavitve ..." #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Dodajanje videa ..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Izgradi ..." #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Preverite Mistelixove zahtevane odvisnosti" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Upravljanje razširitev" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Spletna dokumentacija Mistelix" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Nov projekt ..." #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Odpri projekt ..." #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Lastnosti" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "Nedavni _projekti" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Shrani _kot projekt ..." #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Izbor teme DVD menija ..." #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "Pokaži TV varno področje" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "_Zapri" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "_Uredi" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Datoteka" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "Pomo_č" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Projekt" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "_Končaj" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Shrani projekt" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "Po_gled" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Izberite vstavke za namestitev in kliknite naprej" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Upravljalnik vstavkov" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Vstavki" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Odvisnosti vstavkov:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Namestitev vstavkov" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Upravljalnik vstavkov" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "Za izvajanje dejanja so obvezne dodatne razširitve." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Vsa vpisana odložišča" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Avtorske pravice:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Onemogoči" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Omogoči" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Nameščanje iz: " #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Ostalo" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Pot:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Vpis krajevnega odložišča" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Vpis spletnega odložišča" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Odložišče" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Izberi _vse" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Izbor mesta odložišča za vpis:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Pokaži vse pakete" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Pokaži le nove različice" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Pokaži le posodobitve" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Trenutno so nameščeni naslednji vstavki:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Nameščeni bodo naslednji vstavki:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Url" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Naslov URL:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Različica" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Različica:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Namesti vstavke ..." #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "Od_ložišča ..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Odstrani ..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Prekliči izbor vsega" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "Za dodajanje novih elementov uporabite gumba 'Dodajanje videa' ali 'Dodajanje diapredstavitve'" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Predmete dodajamo glavnemu DVD meniju tako, da jih povlečemo na to mesto" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Začnite nov projekt ali odprite obstoječega" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Lastnosti predmeta" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Izbriši predmet iz projekta" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Pojdi eno raven navzgor" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Domov" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Mesto" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Mape" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Odpri predmet" #: ../src/Widgets/ProjectElementView.cs:319 msgid "Once the project has elements you can use the contextual menu to work with them" msgstr "S predmeti projekta je mogoče upravljati preko vsebinskega menija" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "#" #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Slika" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Opis" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the images" msgstr "" "Za dodajanje slik v diapredstavitev lahko:\n" "\n" " *na to mesto povlečete slike iz spodnjega desnega pladnja\n" " *na to mesto povlečete slike z vašega namizja ali upravljalnika datotek\n" "\n" "Uporabite lahko vsebinski meni za razvrščanje, odstranjevanje in dodajanje učnikov." #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Odstrani vse učinke" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Razvrsti po imenu datoteke (naraščajoče)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Razvrsti po imenu datoteke (padajoče)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Razvrsti po datumu na disku (naraščajoče)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Razvrsti po datumu na disku (padajoče)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Odstrani izbrane slike" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Odstrani vse slike" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Predogled diapredstavitve" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Predogled ni na voljo" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Zadnji dostop" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Sličica" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "Ni nedavnih projektov" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Dobrodošli v Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "Mistelix je program za ustvarjanje DVD-jev\n" "z zmožnostmi ustvarjanja diapredstavitev Theora." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Ustvari projekt DVD" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Ustvarjanje DVD vsebine z videi in diapredstavitvami,\n" "ki jih je mogoče predvajati v DVD predvajalnikih." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Ustvari diapredstavitev" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Diapredstavitev zbirke slik, ki jo je\n" "mogoče predvajati na računalniku." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Nedavni projekti" #~ msgid "Recent _Files" #~ msgstr "_Nedavne datoteke" mistelix-0.33/po/sv.po0000644000175000017500000010037011514600770015205 0ustar00jordijordi00000000000000# Swedish translation for mistelix. # Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the mistelix package. # Daniel Nylander , 2009, 2010, 2011. # msgid "" msgstr "" "Project-Id-Version: mistelix\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-01-16 14:11+0100\n" "PO-Revision-Date: 2011-01-16 14:51+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "Gråskala" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "Sepiaton" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "Dörrövergång horisontellt" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "Dörrövergång vertikalt" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "Stapelövergång (vänster till höger)" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "Stapelövergång (överst till nederst)" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "Tona" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "Stjärnövergång (fem punkter)" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "Stjärnövergång (fyra punkter)" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "Stjärnövergång (sex punkter)" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "Skapa DVD-skivor och bildspel" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "DVD-skivor och bildspel" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "Kunde inte identifiera mediatypen för filen \"{0}\"" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "Filen \"{0}\" är kodad i ett format som inte stöds" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "The file '{0}' is encoded in a recognised format. However, you are missing the GStreamer plug-in '{1}' to decode it." msgstr "Filen \"{0}\" är kodad i ett känt format. Dock saknar du tillägget GStreamer \"{1}\" för att avkoda den." #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "Ingen åtgärd krävs" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "Ditt system har stöd för DVD-skivor och Theora." #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "Ditt system har endast stöd för att skapa DVD-skivor." #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "Ditt system har endast stöd för Theora." #: ../src/Core/Dependencies.cs:108 msgid "Your system has no support for DVD or Theora authoring. Please, execute the suggested actions to enhance your system support for Mistelix." msgstr "Ditt system saknar stöd för att skapa DVD och Theora. Kör följande åtgärder för att förbättra ditt systemstöd för Mistelix." #: ../src/Core/Dependencies.cs:157 msgid "Mistelix GStreamer plugin" msgstr "Mistelix GStreamer-tillägg" #: ../src/Core/Dependencies.cs:158 msgid "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part of Mistelix application. Mistelix is not installed correctly." msgstr "Saknar tillägget mistelixvideosrc. Detta GStreamer-tillägg tillhandahålls som en del av Mistelix-programmet. Mistelix är inte korrekt installerat." #: ../src/Core/Dependencies.cs:163 msgid "MP3 audio decoder" msgstr "MP3-ljudavkodare" #: ../src/Core/Dependencies.cs:164 msgid "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer plugin to enable MP3 import audio capabilities." msgstr "Saknar MP3-ljudavkodare. Du måste installera GStreamer-tillägget Fluendo MP3-avkodare för att aktivera importfunktionen för MP3-ljud." #: ../src/Core/Dependencies.cs:166 msgid "GStreamer Ugly Plugins" msgstr "GStreamer Ugly Plugins" #: ../src/Core/Dependencies.cs:167 msgid "Missing video decoders. Without this package Mistelix cannot provide video conversion facilities from popular formats. You need to install GStreamer Ugly Plugins package for better video import support." msgstr "Saknar videoavkodare. Utan detta paket kan inte Mistelix tillhandahålla videokonvertering från populära format. Du måste installera paketet GStreamer Ugly Plugins för bättre stöd för videoimport." #: ../src/Core/Dependencies.cs:175 msgid "dvdauthor package" msgstr "Paketet dvdauthor" #: ../src/Core/Dependencies.cs:176 msgid "Install dvdauthor package from your Linux distribution application manager." msgstr "Installera paketet dvdauthor från programhanteraren för din Linux-distribution." #: ../src/Core/Dependencies.cs:205 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "Saknar {0}. Du måste installera tilläggspaketet GStreamer FFmpeg." #: ../src/Core/Dependencies.cs:212 msgid "FFmpeg codecs" msgstr "FFmpeg-kodekar" #: ../src/Core/Dependencies.cs:218 msgid "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www.mistelix.org/Download' for instructions on how to fix this." msgstr "Saknar kodeken ffmpeg2video. Många distributioner döljer MPEG2-kodningsfunktioner i sina tilläggspaket GStreamer FFmpeg. Besök \"http://www.mistelix.org/Download\" för instruktioner för hur man korrigerar detta." #: ../src/Core/Dependencies.cs:221 msgid "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-in that does not exposes the DVD muxer." msgstr "Saknar muxern ffmux_dvd. Antagligen har du en gammal version av GStreamer-tillägget som döljer DVD-muxern." #: ../src/Core/Dependencies.cs:229 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "Saknar {0}. Du måste installera tilläggspaketet GStreamer Base Plugins." #: ../src/Core/Dependencies.cs:236 msgid "Theora/Vorbis codecs" msgstr "Theora/Vorbis-kodekar" #. Go into detail #: ../src/Core/Dependencies.cs:242 msgid "Theora video codec" msgstr "Theora-videokodek" #: ../src/Core/Dependencies.cs:246 msgid "ogg muxer" msgstr "ogg-muxer" #: ../src/Core/Dependencies.cs:250 msgid "Vorbis audio encoder" msgstr "Vorbis-ljudkodare" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "Projektbyggnationen har startat" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "Fel när utdatakatalogen \"{0}\" skapades" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "Genererar DVD-huvudmeny..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "Genererar bildspelet \"{0}\"" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "Konverterar video \"{0}\"" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 bildpunkter" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 bildpunkter" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 bildpunkter" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 bildpunkter" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 bildpunkter (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 bildpunkter" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 bildpunkter (1080i)" #: ../src/Core/SlideShow.cs:170 #, csharp-format msgid "The file '{0}' is encoded in MP3 but you do not have the right codec installed." msgstr "Filen \"{0}\" är kodad i MP3 men du har inte den korrekta kodeken installerad." #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "Liten (64x64 bildpunkter)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "Medel (96x96 bildpunkter)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "Stor (128x128 bildpunkter)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "Mycket stor (192x192 bildpunkter)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "Färdig. Tid förfluten: {0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "Målmapp: {0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "Föräldramappen finns inte" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "{0} dag" msgstr[1] "{0} dagar" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "{0} timme" msgstr[1] "{0} timmar" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} minut" msgstr[1] "{0} minuter" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "Mindre än en minut" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "Överst i bilden (centrerat)" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "Nederst i bilden (centrerat)" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "" "Daniel Nylander \n" "\n" "Skicka synpunkter på översättningen till\n" "." #: ../src/Dialogs/AboutDialog.cs:55 msgid "Mistelix is a DVD authoring application also with slideshow creation capabilities." msgstr "Mistelix är ett program för att skapa DVD-skivor och även funktioner för att skapa bildspel." #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Mistelix webbplats" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "Inget ljud" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "Ljudfiler" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "Alla filer" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "Welcome to the project building process. Press the 'Generate' button to start this process." msgstr "Välkommen till projektbyggnationen. Tryck på knappen \"Generera\" för att påbörja processen." #: ../src/Dialogs/CheckDependenciesDialog.cs:58 msgid "Mistelix uses a set of external components. Their availability determines Mistelix's capabilities. The following list shows the level of support of your system for Mistelix and if there are actions required." msgstr "Mistelix använder en uppsättning externa komponenter. Deras tillgänglighet bestämmer vilka funktioner du kan använda i Mistelix. Följande lista visar den nivå av stöd ditt system har för Mistelix och om du behöver åtgärda något." #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "Status" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "Beroende" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 msgid "Action" msgstr "Åtgärd" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (Europa)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (bredbild)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 #: ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "Projekt" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "Utdatakatalogen som angavs finns inte. Vill du skapa den?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "Kunde inte skapa katalog." #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "Öppna plats" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "Töm" #: ../src/Dialogs/ThemeSelectionDialog.cs:251 msgid "Menu themes define how the main DVD menu looks. Here you define the default background image and the type of buttons. For more information visit: http://www.mistelix.org/Themes" msgstr "Menyteman anger hur den huvudsakliga DVD-menyn ska se ut. Här kan du ange standardbakgrundsbilden och typ av knappar. Besök http://www.mistelix.org/Themes för mer information." #: ../src/Dialogs/ThemeSelectionDialog.cs:256 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "Namn" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 #: ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "Lägg till bildspel" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "Speltid (sekunder):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "Förhandsvisa" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "Spara" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "Välj ljud..." #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "Textposition:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "Övergångstyp:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 #: ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "Lägg till videor" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "Välj en ljudfil för bildspelet" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "Välj ljud" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "Bygg projekt" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "Åtgärdsförlopp" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "Totalt förlopp" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "_Generera" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "_Öppna målmappen" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "Visa knapp som" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "Knappegenskaper" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "Textelement" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "Miniatyrbild för objektet" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "Kontrollera beroendekrav för Mistelix" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "Bildformat" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "Utdatakatalog" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "Projektnamn" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "Projekttyp" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "Videoformat" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 #: ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "Bläddra..." #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "DVD-videoprojekt" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "Nytt Mistelix-projekt" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "Upplösning:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "Bildspelsprojekt" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "Standardvärden för bildspelsövergångar" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "Filer och kataloger" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "Allmänt" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "Standardkatalog för ljud" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "Standardkatalog för bilder" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "Standardkatalog för projekt" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "Standardposition för text" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "Standardtid (sekunder)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "Standardeffekt för övergång" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "Standardkatalog för videor" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 #: ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "Inställningar" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "Miniatyrbildsstorlek" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "Egenskaper för menyknappar" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "Egenskaper för bildspelsövergångar" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "Bakgrundsfärg" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "Typsnitt" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "Förgrundsfärg" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "Allmänt" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "Miniatyrbildsstorlek" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "Projektegenskaper" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "Bildspel" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "Bakgrund" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "Knappmarkering" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "Temadetaljer" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "Upphovsman:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "Anpassad bakgrund:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "Markera knapp" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "Namn:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "Välj tema för DVD-meny" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "Välj knapp" #. Translators: {0} is the error message #: ../src/mistelix.cs:339 #, csharp-format msgid "" "{0}\n" "\n" "Go to 'Check Mistelix's Dependencies Requirements' dialog and make sure that you have the right audio codecs installed.\n" "\n" "If you continue, your project will have no audio." msgstr "" "{0}\n" "\n" "Gå till dialogrutan \"Kontrollera beroendekrav för Mistelix\" och försäkra dig om att du har de korrekta ljudkodekarna installerade.\n" "\n" "Ditt projekt kommer inte att innehålla något ljud om du fortsätter." #: ../src/mistelix.cs:366 msgid "A DVD project needs at least one button item. You can create a button by dragging a project element into the main DVD menu area." msgstr "Ett DVD-projekt behöver minst ett knappobjekt. Du kan skapa en knapp genom att dra ett projektelement till DVD:s huvudsakliga menyområde." #: ../src/mistelix.cs:378 msgid "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to select a theme." msgstr "Ett DVD-projekt behöver ett tema. Använd menyalternativet \"Välj DVD-menytema\" för att välja ett tema." #: ../src/mistelix.cs:435 msgid "Open Project" msgstr "Öppna projekt" #: ../src/mistelix.cs:444 msgid "Mistelix projects" msgstr "Mistelix-projekt" #: ../src/mistelix.cs:477 #, csharp-format msgid "Error loading project '{0}'" msgstr "Fel vid inläsning av projektet \"{0}\"" #: ../src/mistelix.cs:503 msgid "Save Project" msgstr "Spara projekt" #: ../src/mistelix.cs:518 msgid "The file already exist. Do you want to overwrite it?" msgstr "Filen finns redan. Vill du skriva över den?" #: ../src/mistelix.cs:550 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "Ett fel har inträffat när filen sparades.\n" "Fel: \"{0}\"" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "Projektelement" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "Om" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "Lägg till bildspel..." #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "Lägg till videor..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "Bygg..." #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "Kontrollera beroendekrav för Mistelix" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "Hantera tillägg" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Nätdokumentation för Mistelix" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "Nytt projekt..." #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "Öppna projekt..." #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "Egenskaper" #: ../src/mistelix.ui.h:15 msgid "Recent _Projects" msgstr "Tidigare _projekt" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "Spara so_m projekt..." #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "Välj DVD-menytema..." #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "Visa TV-yta" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "S_täng" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "R_edigera" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "_Arkiv" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "_Hjälp" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "_Projekt" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "A_vsluta" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "_Spara projekt" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "_Visa" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "Välj de tillägg att installera och klicka på Nästa" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "Tilläggshanterare" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "Tillägg" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "Tilläggsberoenden:" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "Tilläggsinstallation" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "Tilläggshanterare" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "Ytterligare tillägg krävs för att genomföra denna åtgärd." #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "Alla registrerade förråd" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "Copyright:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "Inaktivera" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "Aktivera" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "Installera från:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "Övrigt" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "Sökväg:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "Registrera ett lokalt förråd" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "Registrera ett förråd på nätet" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "Förråd" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "Markera _allt" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "Välj platsen för förrådet som du vill registrera:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "Visa alla paket" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "Visa endast nya versioner" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "Visa endast uppdateringar" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "Följande tillägg är för närvarande installerade:" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "Följande tillägg kommer att installeras:" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Url" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Url:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "Version" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "Version:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "_Installera tillägg..." #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "_Förråd..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "_Avinstallera..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "_Avmarkera allt" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "Använd knapparna \"Lägg till videor\" eller \"Lägg till bildspel\" för att lägga till nya element" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "Dra elementen hit för att lägga till dem till dvd-huvudmenyn" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "Starta ett nytt projekt eller öppna ett befintligt" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "Elementegenskaper" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "Ta bort element från projekt" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "Gå upp en nivå" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "Hem" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "Plats" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "Kataloger" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "Öppna element" #: ../src/Widgets/ProjectElementView.cs:319 msgid "Once the project has elements you can use the contextual menu to work with them" msgstr "När projektet innehåller element så kan du använda sammanhangsmenyn för att arbeta med dem" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "Nr." #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "Bild" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "Beskrivning" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the images" msgstr "" "Du kan göra följande för att lägga till bilder till detta bildspel:\n" "\n" " * Dra bilder hit från nedre högra panelen\n" " * Dra bilder hit från ditt skrivbord eller filhanterare\n" "\n" "Du kan även använda sammanhangsmenyn för att sortera, ta bort eller lägga till effekter till bilderna" #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "Ta bort alla effekter" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "Sortera efter filnamn (stigande)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "Sortera efter filnamn (fallande)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "Sortera efter datum på skiva (stigande)" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "Sortera efter datum på skiva (fallande)" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "Ta bort markerade bilder" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "Ta bort alla bilder" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "Förhandsgranska bildspel" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "Ingen förhandsvisning tillgänglig" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "Senaste åtkomst" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "Miniatyrbild" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent projects" msgstr "Inga tidigare projekt" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "Välkommen till Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" "Mistelix är ett program för att skapa DVD-skivor\n" "och har funktioner för att skapa Theora-bildspel." #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "Skapa ett DVD-projekt" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" "Skapa en DVD med videor och bildspel\n" "som kan spelas upp i DVD-spelare." #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "Skapa ett bildspel" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" "Bildspel från en samling bilder som\n" "kan spelas upp på en dator." #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "Tidigare projekt" #~ msgid "Description" #~ msgstr "Beskrivning" #~ msgid "Description:" #~ msgstr "Beskrivning:" #~ msgid "Project Type:" #~ msgstr "Projekttyp:" mistelix-0.33/po/zh_CN.po0000644000175000017500000006753011463223153015567 0ustar00jordijordi00000000000000# Chinese (China) translation for mistelix. # Copyright (C) 2010 mistelix's COPYRIGHT HOLDER # This file is distributed under the same license as the mistelix package. # Yinghua_Wang , 2010. # msgid "" msgstr "" "Project-Id-Version: mistelix master\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-06-20 00:50+0000\n" "PO-Revision-Date: 2010-07-23 13:03+0800\n" "Last-Translator: Yinghua Wang \n" "Language-Team: Chinese (China) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../extensions/Effects/Grayscale/Grayscale.cs:39 msgid "Grayscale" msgstr "灰度" #: ../extensions/Effects/SepiaTone/SepiaTone.cs:40 msgid "Sepia Tone" msgstr "" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeHorizontal.cs:33 msgid "BarnDoorWipe horizontal" msgstr "" #: ../extensions/SlideTransitions/BarnDoorWipe/BarnDoorWipeVertical.cs:33 msgid "BarnDoorWipe vertical" msgstr "" #: ../extensions/SlideTransitions/BarWipe/BarWipeLeft.cs:36 msgid "Bar Wipe (left to right)" msgstr "" #: ../extensions/SlideTransitions/BarWipe/BarWipeTop.cs:36 msgid "Bar Wipe (top to bottom)" msgstr "" #: ../extensions/SlideTransitions/Fade/Fade.cs:33 msgid "Fade" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeFivePoint.cs:38 msgid "Star Wipe (five points)" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeFourPoint.cs:38 msgid "Star Wipe (four points)" msgstr "" #: ../extensions/SlideTransitions/StarWipe/StarWipeSixPoint.cs:38 msgid "Star Wipe (six points)" msgstr "" #: ../mistelix.desktop.in.h:1 msgid "Author DVDs and slideshows" msgstr "" #: ../mistelix.desktop.in.h:2 msgid "DVDs and slideshows" msgstr "" #: ../mistelix.desktop.in.h:3 msgid "Mistelix" msgstr "Mistelix" #. Could not identify media #: ../src/Backends/GStreamer/Video.cs:99 #, csharp-format msgid "Could not identify media type for file '{0}'" msgstr "无法识别文件 '{0}' 的媒体格式" #. Format not supported #: ../src/Backends/GStreamer/Video.cs:102 #, csharp-format msgid "The file '{0}' is encoded in an unsupported format" msgstr "文件 '{0}' 的编码不被支持" #. Supported media but codec not found + codec name #: ../src/Backends/GStreamer/Video.cs:105 #, csharp-format msgid "" "The file '{0}' is encoded in a recognised format. However, you are missing " "the GStreamer plug-in '{1}' to decode it." msgstr "文件 '{0}' 的编码可以识别。但是,您缺少解码它的 GStreamer '{1}' 插件。" #: ../src/Core/Dependencies.cs:61 msgid "No action required" msgstr "不需要操作" #: ../src/Core/Dependencies.cs:100 msgid "Your system supports DVD and Theora authoring." msgstr "" #: ../src/Core/Dependencies.cs:103 msgid "Your system only supports DVD authoring." msgstr "" #: ../src/Core/Dependencies.cs:106 msgid "Your system only supports Theora authoring." msgstr "" #: ../src/Core/Dependencies.cs:108 msgid "" "Your system has no support for DVD or Theora authoring. Please, execute the " "suggested actions to enhance your system support for Mistelix." msgstr "" #: ../src/Core/Dependencies.cs:150 msgid "Mistelix GStreamer plugin" msgstr "Mistelix GStreamer 插件" #: ../src/Core/Dependencies.cs:151 msgid "" "Missing mistelixvideosrc plug-in. This GStreamer plug-in is provided as part " "of Mistelix application. Mistelix is not installed correctly." msgstr "" "缺少 mistelixvideosrc 插件。该 GStreamer 插件是 Mistelix 应用程序的组件。" "Mistelix 没有正确安装。" #: ../src/Core/Dependencies.cs:156 msgid "MP3 audio decoder" msgstr "MP3 音频解码器" #: ../src/Core/Dependencies.cs:157 msgid "" "Missing MP3 audio decoder. You need to install Fluendo MP3 decoder GStreamer " "plugin to enable MP3 import audio capabilities." msgstr "" "缺少 MP3 解码器。您需要安装 Fluendo MP3 解码器 GStreamer 插件来启用 MP3 导入" "音频功能。" #: ../src/Core/Dependencies.cs:159 msgid "GStreamer Ugly Plugins" msgstr "GStreamer Ugly 插件" #: ../src/Core/Dependencies.cs:160 msgid "" "Missing video decoders. Without this package Mistelix cannot provide video " "conversion facilities from popular formats. You need to install GStreamer " "Ugly Plugins package for better video import support." msgstr "" "缺少视频解码器。没有该软件包,Mistelix 无法提供各种常见格式的视频转换功能。您" "需要安装 GStreamer Ugly 插件软件包来得到更好的视频导入支持。" #: ../src/Core/Dependencies.cs:168 msgid "dvdauthor package" msgstr "dvdauthor 软件包" #: ../src/Core/Dependencies.cs:169 msgid "" "Install dvdauthor package from your Linux distribution application manager." msgstr "从您的 Linux 发行版的应用程序管理器中安装 dvdauthor 软件包。" #: ../src/Core/Dependencies.cs:196 #, csharp-format msgid "Missing {0}. You need to install GStreamer FFmpeg Plug-ins package." msgstr "缺少 {0}。您需要安装 GStreamer FFmpeg 插件软件包。" #: ../src/Core/Dependencies.cs:203 msgid "FFmpeg codecs" msgstr "FFmpeg 编解码器" #: ../src/Core/Dependencies.cs:209 msgid "" "Missing ffmpeg2video codec. Many distributions do not expose MPEG2 encoding " "capabilities in their GStreamer FFmpeg Plug-ins package. Visit 'http://www." "mistelix.org/Download' for instructions on how to fix this." msgstr "" "缺少 ffmpeg2video 编解码器。很多发行版不主动开启 GStreamer FFmpeg 插件软件包" "的 MPEG2 编码功能。访问 'http://www.mistelix.org/Download' 了解如何修复此问" "题。" #: ../src/Core/Dependencies.cs:212 msgid "" "Missing ffmux_dvd muxer. Probably you have an old version of GStreamer plug-" "in that does not exposes the DVD muxer." msgstr "" #: ../src/Core/Dependencies.cs:220 #, csharp-format msgid "Missing {0}. You need to install GStreamer Base Plugins package." msgstr "缺少 {0}。您需要安装 GStreamer 基本插件包。" #: ../src/Core/Dependencies.cs:227 msgid "Theora/Vorbis codecs" msgstr "Theora/Vorbis 编解码器" #. Go into detail #: ../src/Core/Dependencies.cs:233 msgid "Theora video codec" msgstr "Theora 视频编解码器" #: ../src/Core/Dependencies.cs:237 msgid "ogg muxer" msgstr "" #: ../src/Core/Dependencies.cs:241 msgid "Vorbis audio encoder" msgstr "Vorbis 音频编码器" #: ../src/Core/DvdProjectBuilder.cs:60 #: ../src/Core/SlideShowsProjectBuilder.cs:55 msgid "Project building process started" msgstr "" #: ../src/Core/DvdProjectBuilder.cs:67 #: ../src/Core/SlideShowsProjectBuilder.cs:62 #, csharp-format msgid "Error creating output directory '{0}'" msgstr "创建输出文件夹 '{0}' 失败" #: ../src/Core/DvdProjectBuilder.cs:81 msgid "Generating main DVD menu..." msgstr "正在生成 DVD 主菜单..." #: ../src/Core/DvdProjectBuilder.cs:100 #: ../src/Core/SlideShowsProjectBuilder.cs:89 #, csharp-format msgid "Generating slideshow '{0}'" msgstr "" #: ../src/Core/DvdProjectBuilder.cs:116 #, csharp-format msgid "Converting video '{0}'" msgstr "正在转换视频 '{0}'" #: ../src/Core/NoneTransition.cs:44 msgid "" msgstr "<无>" #: ../src/Core/ResolutionManager.cs:39 msgid "320x240 pixels" msgstr "320x240 像素" #: ../src/Core/ResolutionManager.cs:40 msgid "640x480 pixels" msgstr "640x480 像素" #: ../src/Core/ResolutionManager.cs:41 msgid "800x600 pixels" msgstr "800x600 像素" #: ../src/Core/ResolutionManager.cs:42 msgid "1024x768 pixels" msgstr "1024x768 像素" #: ../src/Core/ResolutionManager.cs:43 msgid "1280x720 pixels (720p)" msgstr "1280x720 像素 (720p)" #: ../src/Core/ResolutionManager.cs:44 msgid "1600x1200 pixels" msgstr "1600x1200 像素" #: ../src/Core/ResolutionManager.cs:45 msgid "1920x1080 pixels (1080i)" msgstr "1920x1080 像素 (1080i)" #: ../src/Core/ThumbnailSizeManager.cs:39 msgid "Small (64x64 pixels)" msgstr "小 (64x64 像素)" #: ../src/Core/ThumbnailSizeManager.cs:40 msgid "Medium (96x96 pixels)" msgstr "中 (96x96 像素)" #: ../src/Core/ThumbnailSizeManager.cs:41 msgid "Large (128x128 pixels)" msgstr "大 (128x128 像素)" #: ../src/Core/ThumbnailSizeManager.cs:42 msgid "Very Large (192x192 pixels)" msgstr "很大 (192x192 像素)" #: ../src/DataModel/ProjectBuilder.cs:52 #, csharp-format msgid "Completed. Time used: {0}" msgstr "完成。用时:{0}" #: ../src/DataModel/ProjectBuilder.cs:55 #, csharp-format msgid "Destination folder: {0}" msgstr "目标文件夹:{0}" #: ../src/DataModel/ProjectBuilder.cs:67 msgid "Parent directory does not exist" msgstr "上级文件夹不存在" #: ../src/DataModel/RecentFile.cs:57 #, csharp-format msgid "{0} day" msgid_plural "{0} days" msgstr[0] "" msgstr[1] "" #: ../src/DataModel/RecentFile.cs:59 #, csharp-format msgid "{0} hour" msgid_plural "{0} hours" msgstr[0] "" msgstr[1] "" #: ../src/DataModel/RecentFile.cs:61 #, csharp-format msgid "{0} minute" msgid_plural "{0} minutes" msgstr[0] "{0} 分钟" #: ../src/DataModel/RecentFile.cs:63 msgid "Less than a minute" msgstr "少于一分钟" #: ../src/DataModel/TextPosition.cs:47 msgid "Top of the image (centered)" msgstr "" #: ../src/DataModel/TextPosition.cs:49 msgid "Bottom of the image (centered)" msgstr "" #. Name of the people that translated the application #: ../src/Dialogs/AboutDialog.cs:43 msgid "translator-credits" msgstr "Yinghua_Wang " #: ../src/Dialogs/AboutDialog.cs:55 msgid "" "Mistelix is a DVD authoring application also with slideshow creation " "capabilities." msgstr "" #: ../src/Dialogs/AboutDialog.cs:57 msgid "Mistelix web site" msgstr "Mistelix 网站" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:492 msgid "A" msgstr "A" #. Translators: Used as an example of how a transition looks like, transitioning from 'A' to 'B' #: ../src/Dialogs/AddSlideDialog.cs:499 msgid "B" msgstr "B" #: ../src/Dialogs/AudioSelectionDialog.cs:50 msgid "No audio" msgstr "无音频" #: ../src/Dialogs/AudioSelectionDialog.cs:63 msgid "Audio files" msgstr "音频文件" #: ../src/Dialogs/AudioSelectionDialog.cs:67 msgid "All files" msgstr "所有文件" #: ../src/Dialogs/BuildProjectDialog.cs:66 msgid "" "Welcome to the project building process. Press the 'Generate' button to " "start this process." msgstr "" #: ../src/Dialogs/CheckDependenciesDialog.cs:58 #, fuzzy msgid "" "Mistelix uses a set of external components. Their availability determines " "Mistelix's capabilities. The following list shows the level of support of " "your system for Mistelix and if there are actions required." msgstr "" "Mistelix 使用一套外部组件。它们的可用与否决定了 Mistelix 有哪些功能。下表显示" "了您的系统对 Mistelix 的支持程度以及是否需要执行操作。" #: ../src/Dialogs/CheckDependenciesDialog.cs:84 msgid "Status" msgstr "状态" #: ../src/Dialogs/CheckDependenciesDialog.cs:85 msgid "Dependency" msgstr "依赖性" #: ../src/Dialogs/CheckDependenciesDialog.cs:86 #, fuzzy msgid "Action" msgstr "操作" #. Comboboxes are added with a HBox to be able to align them #: ../src/Dialogs/NewProjectDialog.cs:67 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:17 msgid "PAL (Europe)" msgstr "PAL (欧洲)" #: ../src/Dialogs/NewProjectDialog.cs:70 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:16 msgid "NTSC" msgstr "NTSC" #: ../src/Dialogs/NewProjectDialog.cs:73 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:2 msgid "4:3 (TV)" msgstr "4:3 (TV)" #: ../src/Dialogs/NewProjectDialog.cs:76 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:1 msgid "16:9 (Widescreen)" msgstr "16:9 (宽屏)" #. Translators: This is the default project name for a new project #: ../src/Dialogs/NewProjectDialog.cs:101 ../src/Widgets/WelcomeView.cs:71 msgid "Project" msgstr "" #: ../src/Dialogs/NewProjectDialog.cs:184 msgid "The output directory provided does not exist. Do you want to create it?" msgstr "提供的输出文件夹不存在。您想创建它吗?" #: ../src/Dialogs/NewProjectDialog.cs:196 msgid "Unable to create directory." msgstr "无法创建文件夹。" #: ../src/Dialogs/NewProjectDialog.cs:245 #: ../src/Dialogs/ProjectPropertiesDialog.cs:272 #: ../src/Widgets/BrowseFile.cs:87 msgid "Open Location" msgstr "打开位置" #: ../src/Dialogs/ThemeSelectionDialog.cs:224 msgid "Clean" msgstr "清理" #: ../src/Dialogs/ThemeSelectionDialog.cs:251 msgid "" "Menu themes define how the main DVD menu looks. Here you define the default " "background image and the type of buttons. For more information visit: http://" "www.mistelix.org/Themes" msgstr "" "菜单项决定了 DVD 主菜单的外观。在此,您要确定默认的背景图片和按钮类型。想了解" "更多信息,请访问:http://www.mistelix.org/Themes" #: ../src/Dialogs/ThemeSelectionDialog.cs:256 #: ../src/mono-addins-strings.xml.h:15 msgid "Name" msgstr "名称" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:1 ../src/mistelix.ui.h:3 msgid "Add Slideshow" msgstr "" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:2 msgid "Duration (seconds):" msgstr "时长(秒):" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:3 msgid "Preview" msgstr "预览" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:4 msgid "Save" msgstr "保存" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:5 msgid "Select Audio..." msgstr "选择音频..." #: ../src/Dialogs/ui/AddSlideDialog.ui.h:6 msgid "Text position:" msgstr "文本位置:" #: ../src/Dialogs/ui/AddSlideDialog.ui.h:7 msgid "Transition type:" msgstr "过渡类型:" #: ../src/Dialogs/ui/AddVideoDialog.ui.h:1 ../src/mistelix.ui.h:5 msgid "Add Videos" msgstr "添加视频" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:1 msgid "Select an audio file for the slideshow" msgstr "" #: ../src/Dialogs/ui/AudioSelectionDialog.ui.h:2 msgid "Select audio" msgstr "选择音频" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:1 msgid "Build Project" msgstr "" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:2 msgid "Task progress" msgstr "任务进度" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:3 msgid "Total progress" msgstr "总进度" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:4 msgid "_Generate" msgstr "生成(_G)" #: ../src/Dialogs/ui/BuildProjectDialog.ui.h:5 msgid "_Open Destination Folder" msgstr "打开目标文件夹(_O)" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:1 msgid "Show button as" msgstr "按钮显示为" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:2 msgid "Button Properties" msgstr "按钮属性" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:3 msgid "Text element" msgstr "文本元素" #: ../src/Dialogs/ui/ButtonPropertiesDialog.ui.h:4 msgid "Thumbnail image of the item" msgstr "该项目的缩略图" #: ../src/Dialogs/ui/CheckDependenciesDialog.ui.h:1 msgid "Check Mistelix's dependencies requirements" msgstr "检查 Mistelix 要求的依赖关系" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:1 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:3 msgid "Aspect Ratio" msgstr "" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:2 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:5 msgid "Output Directory" msgstr "输出文件夹" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:3 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:6 msgid "Project Name" msgstr "" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:4 msgid "Project type" msgstr "" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:5 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:8 msgid "Video Format" msgstr "视频格式" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:6 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:10 #: ../src/mono-addins-strings.xml.h:10 ../src/Widgets/BrowseFile.cs:46 msgid "Browse..." msgstr "浏览..." #: ../src/Dialogs/ui/NewProjectDialog.ui.h:7 msgid "DVD-Video project" msgstr "" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:8 msgid "New Mistelix project" msgstr "" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:9 #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:19 msgid "Resolution:" msgstr "分辨率:" #: ../src/Dialogs/ui/NewProjectDialog.ui.h:10 msgid "Slideshows project" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:1 msgid "Defaults for Slideshows Transitions" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:2 msgid "Files and Directories" msgstr "文件和文件夹" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:3 msgid "General" msgstr "常规" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:4 msgid "Default audio directory" msgstr "默认音频文件夹" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:5 msgid "Default images directory" msgstr "默认图像文件夹" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:6 msgid "Default projects directory" msgstr "" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:7 msgid "Default text position" msgstr "默认文本位置" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:8 msgid "Default time (seconds)" msgstr "默认时间(秒)" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:9 msgid "Default transition effect" msgstr "默认过渡效果" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:10 msgid "Default videos directory" msgstr "默认视频文件夹" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:11 ../src/mistelix.ui.h:13 msgid "Preferences" msgstr "首选项" #: ../src/Dialogs/ui/PreferencesDialog.ui.h:12 msgid "Thumbnails size" msgstr "缩略图大小" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:4 msgid "Menu Buttons Properties" msgstr "菜单按钮属性" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:7 msgid "Slideshow Transitions Properties" msgstr "" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:9 msgid "Background color" msgstr "背景色" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:11 msgid "DVD" msgstr "DVD" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:12 msgid "Font" msgstr "字体" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:13 msgid "Foreground color" msgstr "前景色" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:14 msgid "General" msgstr "常规" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:15 msgid "Image thumbnail size" msgstr "缩略图大小" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:18 msgid "Project Properties" msgstr "项目属性" #: ../src/Dialogs/ui/ProjectPropertiesDialog.ui.h:20 msgid "Slideshows" msgstr "" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:1 msgid "Background" msgstr "背景" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:2 msgid "Button highlighting" msgstr "按钮高亮" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:3 msgid "Theme details" msgstr "主题细节" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:4 #: ../src/mono-addins-strings.xml.h:9 msgid "Author:" msgstr "作者:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:5 msgid "Custom background:" msgstr "自定义背景:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:6 msgid "Highlight button" msgstr "高亮按钮" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:7 msgid "Name:" msgstr "名字:" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:8 msgid "Select DVD Menu Theme" msgstr "选择 DVD 菜单主题" #: ../src/Dialogs/ui/ThemeSelectionDialog.ui.h:9 msgid "Select button" msgstr "选择按钮" #: ../src/mistelix.cs:344 msgid "" "A DVD project needs at least one button item. You can create a button by " "dragging a project element into the main DVD menu area." msgstr "" #: ../src/mistelix.cs:356 msgid "" "A DVD project needs a theme. Use the 'Select DVD Menu Theme' menu option to " "select a theme." msgstr "" #: ../src/mistelix.cs:413 msgid "Open Project" msgstr "" #: ../src/mistelix.cs:422 msgid "Mistelix projects" msgstr "" #: ../src/mistelix.cs:455 #, csharp-format msgid "Error loading project '{0}'" msgstr "" #: ../src/mistelix.cs:481 msgid "Save Project" msgstr "" #: ../src/mistelix.cs:496 msgid "The file already exist. Do you want to overwrite it?" msgstr "文件已存在。您想覆盖它吗?" #: ../src/mistelix.cs:528 #, csharp-format msgid "" "An error has occurred when saving the file.\n" "Error: '{0}'" msgstr "" "保存文件时出现了错误。\n" "错误:'{0}'" #: ../src/mistelix.ui.h:1 msgid "Project elements" msgstr "" #: ../src/mistelix.ui.h:2 msgid "About" msgstr "关于" #: ../src/mistelix.ui.h:4 msgid "Add Slideshow..." msgstr "" #: ../src/mistelix.ui.h:6 msgid "Add Videos..." msgstr "添加视频..." #: ../src/mistelix.ui.h:7 msgid "Build..." msgstr "" #: ../src/mistelix.ui.h:8 msgid "Check Mistelix's Dependencies Requirements" msgstr "检查 Mistelix 要求的依赖关系" #: ../src/mistelix.ui.h:9 msgid "Manage Extensions" msgstr "管理扩展" #: ../src/mistelix.ui.h:10 msgid "Mistelix's On-line Documentation" msgstr "Mistelix 的在线文档" #: ../src/mistelix.ui.h:11 msgid "New Project..." msgstr "" #: ../src/mistelix.ui.h:12 msgid "Open Project..." msgstr "" #: ../src/mistelix.ui.h:14 msgid "Properties" msgstr "属性" #: ../src/mistelix.ui.h:15 msgid "Recent _Files" msgstr "近期文件(_F)" #: ../src/mistelix.ui.h:16 msgid "Save _As Project..." msgstr "" #: ../src/mistelix.ui.h:17 msgid "Select DVD Menu Theme..." msgstr "选择 DVD 菜单主题..." #: ../src/mistelix.ui.h:18 msgid "Show TV Safe Area" msgstr "" #: ../src/mistelix.ui.h:19 msgid "_Close" msgstr "关闭(_C)" #: ../src/mistelix.ui.h:20 msgid "_Edit" msgstr "编辑(_E)" #: ../src/mistelix.ui.h:21 msgid "_File" msgstr "文件(_F)" #: ../src/mistelix.ui.h:22 msgid "_Help" msgstr "帮助(_H)" #: ../src/mistelix.ui.h:23 msgid "_Project" msgstr "" #: ../src/mistelix.ui.h:24 msgid "_Quit" msgstr "退出(_Q)" #: ../src/mistelix.ui.h:25 msgid "_Save Project" msgstr "" #: ../src/mistelix.ui.h:26 msgid "_View" msgstr "察看(_V)" #: ../src/mono-addins-strings.xml.h:1 msgid "Select the add-ins to install and click on Next" msgstr "选择要安装的,并点击下一步" #: ../src/mono-addins-strings.xml.h:2 msgid "Add-in Manager" msgstr "插件管理器" #: ../src/mono-addins-strings.xml.h:3 msgid "Add-in" msgstr "" #: ../src/mono-addins-strings.xml.h:4 msgid "Add-in Dependencies:" msgstr "" #: ../src/mono-addins-strings.xml.h:5 msgid "Add-in Installation" msgstr "" #: ../src/mono-addins-strings.xml.h:6 msgid "Add-in Manager" msgstr "" #: ../src/mono-addins-strings.xml.h:7 msgid "Additional extensions are required to perform this operation." msgstr "进行该操作需要其他的扩展。" #: ../src/mono-addins-strings.xml.h:8 msgid "All registered repositories" msgstr "所有注册的仓库" #: ../src/mono-addins-strings.xml.h:11 msgid "Copyright:" msgstr "版权:" #: ../src/mono-addins-strings.xml.h:12 msgid "Disable" msgstr "禁用" #: ../src/mono-addins-strings.xml.h:13 msgid "Enable" msgstr "启用" #: ../src/mono-addins-strings.xml.h:14 msgid "Install from:" msgstr "安装自:" #: ../src/mono-addins-strings.xml.h:16 msgid "Other" msgstr "其他" #: ../src/mono-addins-strings.xml.h:17 msgid "Path:" msgstr "路径:" #: ../src/mono-addins-strings.xml.h:18 msgid "Register a local repository" msgstr "注册本地仓库" #: ../src/mono-addins-strings.xml.h:19 msgid "Register an on-line repository" msgstr "注册在线仓库" #: ../src/mono-addins-strings.xml.h:20 msgid "Repository" msgstr "仓库" #: ../src/mono-addins-strings.xml.h:21 msgid "Select _All" msgstr "选择全部(_A)" #: ../src/mono-addins-strings.xml.h:22 msgid "Select the location of the repository you want to register:" msgstr "选择您要注册的仓库的位置:" #: ../src/mono-addins-strings.xml.h:23 msgid "Show all packages" msgstr "显示所有包" #: ../src/mono-addins-strings.xml.h:24 msgid "Show new versions only" msgstr "只显示新版本" #: ../src/mono-addins-strings.xml.h:25 msgid "Show updates only" msgstr "只显示更新" #: ../src/mono-addins-strings.xml.h:26 msgid "The following add-ins are currently installed:" msgstr "" #: ../src/mono-addins-strings.xml.h:27 msgid "The following add-ins will be installed:" msgstr "" #: ../src/mono-addins-strings.xml.h:28 msgid "Url" msgstr "Url" #: ../src/mono-addins-strings.xml.h:29 msgid "Url:" msgstr "Url:" #: ../src/mono-addins-strings.xml.h:30 msgid "Version" msgstr "版本" #: ../src/mono-addins-strings.xml.h:31 msgid "Version:" msgstr "版本:" #: ../src/mono-addins-strings.xml.h:32 msgid "_Install Add-ins..." msgstr "" #: ../src/mono-addins-strings.xml.h:33 msgid "_Repositories..." msgstr "仓库(_R)..." #: ../src/mono-addins-strings.xml.h:34 msgid "_Uninstall..." msgstr "卸载(_U)..." #: ../src/mono-addins-strings.xml.h:35 msgid "_Unselect All" msgstr "全不选(_U)" #: ../src/Widgets/AuthoringPaneView.cs:186 msgid "Use the 'Add Videos' or 'Add Slideshow' buttons to add new elements" msgstr "" #: ../src/Widgets/AuthoringPaneView.cs:190 msgid "Drag elements here to add them to the main DVD menu" msgstr "将元素拖放到此处以添加到 DVD 主菜单" #: ../src/Widgets/AuthoringPaneView.cs:193 msgid "Start a new project or open an existing one" msgstr "" #: ../src/Widgets/AuthoringPaneView.cs:232 msgid "Element properties" msgstr "元素属性" #: ../src/Widgets/AuthoringPaneView.cs:233 #: ../src/Widgets/ProjectElementView.cs:301 msgid "Delete element from project" msgstr "" #: ../src/Widgets/DirectoryView.cs:110 msgid "Go up one level" msgstr "上移一级" #: ../src/Widgets/DirectoryView.cs:115 msgid "Home" msgstr "首页" #: ../src/Widgets/DirectoryView.cs:121 msgid "Location" msgstr "位置" #: ../src/Widgets/DirectoryView.cs:130 msgid "Directories" msgstr "文件夹" #: ../src/Widgets/ProjectElementView.cs:300 msgid "Open element" msgstr "打开元素" #: ../src/Widgets/ProjectElementView.cs:319 msgid "" "Once the project has elements you can use the contextual menu to work with " "them" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:98 msgid "" msgstr "<无标题>" #: ../src/Widgets/SlideShowImageView.cs:180 msgid "#" msgstr "#" #: ../src/Widgets/SlideShowImageView.cs:181 msgid "Image" msgstr "图像" #: ../src/Widgets/SlideShowImageView.cs:186 msgid "Description" msgstr "描述" #: ../src/Widgets/SlideShowImageView.cs:374 msgid "" "To add images to this slideshow you can:\n" "\n" " * Drag images here from the right bottom pane\n" " * Drag images here from your desktop or file manager\n" "\n" "You can also use the contextual menu to sort, remove or add effects to the " "images" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:569 msgid "Remove all effects" msgstr "移除所有特效" #: ../src/Widgets/SlideShowImageView.cs:572 msgid "Sort by filename (Ascending)" msgstr "按文件名排序(升序)" #: ../src/Widgets/SlideShowImageView.cs:573 msgid "Sort by filename (Descending)" msgstr "按文件名排序(降序)" #: ../src/Widgets/SlideShowImageView.cs:574 msgid "Sort by date on disc (Ascending)" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:575 msgid "Sort by date on disc (Descending)" msgstr "" #: ../src/Widgets/SlideShowImageView.cs:577 msgid "Remove selected images" msgstr "移除选择的图像" #: ../src/Widgets/SlideShowImageView.cs:578 msgid "Remove all images" msgstr "移除所有图像" #: ../src/Widgets/SlideShowView.cs:47 msgid "Slideshow preview" msgstr "" #: ../src/Widgets/Utils.cs:86 msgid "No preview available" msgstr "没有可用预览" #: ../src/Widgets/WelcomeView.cs:72 msgid "Last Accessed" msgstr "上次访问" #: ../src/Widgets/WelcomeView.cs:73 msgid "Thumbnail" msgstr "缩略图" #: ../src/Widgets/WelcomeView.cs:110 msgid "No recent files" msgstr "没有近期文件" #: ../src/Widgets/WelcomeView.cs:280 msgid "Welcome to Mistelix" msgstr "欢迎使用 Mistelix" #: ../src/Widgets/WelcomeView.cs:282 msgid "" "Mistelix is a DVD authoring application also\n" "with Theora slideshow creation capabilities." msgstr "" #: ../src/Widgets/WelcomeView.cs:310 msgid "Create a DVD project" msgstr "" #: ../src/Widgets/WelcomeView.cs:312 msgid "" "Create a DVD with videos and slideshows\n" "that can be played in DVD players." msgstr "" #: ../src/Widgets/WelcomeView.cs:342 msgid "Create a Slideshow" msgstr "" #: ../src/Widgets/WelcomeView.cs:344 msgid "" "Slideshow from a collection of images\n" "that can be played in a PC." msgstr "" #: ../src/Widgets/WelcomeView.cs:372 msgid "Recent Projects" msgstr "" mistelix-0.33/po/ChangeLog0000644000175000017500000000063411335505626015776 0ustar00jordijordi000000000000002009-04-17 Jordi Mas * ca.po: Update Catalan translation 2009-04-06 Jordi Mas * sk.po: Slovak translation by Jaroslav Ryník 2009-03-18 Jordi Mas * nn_NO.po: Norwegian translation by Duda Nogueira * pt_BR.po: Brazilian Portuguese translation by Torstein Winterseth 2009-03-17 Jordi Mas * Initial release mistelix-0.33/po/POTFILES.skip0000644000175000017500000000003111351134624016322 0ustar00jordijordi00000000000000src/Builder/Builder.cs mistelix-0.33/po/LINGUAS0000644000175000017500000000015411474136450015245 0ustar00jordijordi00000000000000# please keep this list sorted alphabetically # ca cs da de en_GB es fr gl nb nn pt pt_BR ro sk sl sv zh_CN mistelix-0.33/libmistelix/0000755000175000017500000000000011516333446016130 5ustar00jordijordi00000000000000mistelix-0.33/libmistelix/mistelix.h0000644000175000017500000000465611464063433020150 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // #ifndef __MISTELIX_H__ #define __MISTELIX_H__ #define SEEK_TIMEOUT 5 * GST_MSECOND /* Enable this define for debugging */ /* #define _DEBUG 1 */ #include #include /* Public API */ void mistelix_slideshow_createstream (const gchar* filename, unsigned int type, unsigned int weight, unsigned int height, unsigned int framessec, unsigned int total_frames); void mistelix_slideshow_add_image (unsigned char* bytes, unsigned int len); void mistelix_slideshow_add_imagefixed (unsigned char* bytes, unsigned int len, unsigned int frames); void mistelix_slideshow_add_audio (const gchar* filename); void mistelix_slideshow_close (); void mistelix_launchtool (const char* app, const char* args, const char* in, const char* out, const char* err); int mistelix_video_convert (const char* filein, const char* fileout, unsigned int frames_sec); int mistelix_video_supported (const char* file, char* msg); void mistelix_video_screenshot (const char* filein, int second, void** image); unsigned int mistelix_get_plugins_count (); void mistelix_get_plugins (char *plugins[]); void mistelix_detect_media (const char* file, char* media); /* Private (not exposed) but shared within the library */ void mistelix_check_init (); void mistelix_check_started (); #endif /* __MISTELIX_H__ */ mistelix-0.33/libmistelix/Makefile.am0000644000175000017500000000103311246543334020160 0ustar00jordijordi00000000000000INCLUDES = -I$(top_srcdir) AM_CFLAGS = -DG_LOG_DOMAIN=\"libmistelix\" \ $(LIBMISTELIX_CFLAGS) dolibdir = $(libdir)/mistelix dolib_LTLIBRARIES = libmistelix.la libmistelix_la_SOURCES = \ mistelix.c \ thumbnail.c \ video.c \ slideshow.c \ plugins.c \ typefind.c noinst_HEADERS = \ mistelix.h libmistelix_la_CFLAGS = $(LIBMISTELIX_CFLAGS) -Wall -Wno-unused -Wno-format libmistelix_la_LDFLAGS = -export-dynamic -module -avoid-version libmistelix_la_LIBADD = $(LIBMISTELIX_LIBS) maintainer-clean-local: rm -f Makefile.in mistelix-0.33/libmistelix/Makefile.in0000644000175000017500000006103711514602273020177 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = libmistelix DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__installdirs = "$(DESTDIR)$(dolibdir)" LTLIBRARIES = $(dolib_LTLIBRARIES) am__DEPENDENCIES_1 = libmistelix_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_libmistelix_la_OBJECTS = libmistelix_la-mistelix.lo \ libmistelix_la-thumbnail.lo libmistelix_la-video.lo \ libmistelix_la-slideshow.lo libmistelix_la-plugins.lo \ libmistelix_la-typefind.lo libmistelix_la_OBJECTS = $(am_libmistelix_la_OBJECTS) libmistelix_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libmistelix_la_CFLAGS) \ $(CFLAGS) $(libmistelix_la_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libmistelix_la_SOURCES) DIST_SOURCES = $(libmistelix_la_SOURCES) HEADERS = $(noinst_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = -I$(top_srcdir) AM_CFLAGS = -DG_LOG_DOMAIN=\"libmistelix\" \ $(LIBMISTELIX_CFLAGS) dolibdir = $(libdir)/mistelix dolib_LTLIBRARIES = libmistelix.la libmistelix_la_SOURCES = \ mistelix.c \ thumbnail.c \ video.c \ slideshow.c \ plugins.c \ typefind.c noinst_HEADERS = \ mistelix.h libmistelix_la_CFLAGS = $(LIBMISTELIX_CFLAGS) -Wall -Wno-unused -Wno-format libmistelix_la_LDFLAGS = -export-dynamic -module -avoid-version libmistelix_la_LIBADD = $(LIBMISTELIX_LIBS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libmistelix/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu libmistelix/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-dolibLTLIBRARIES: $(dolib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(dolibdir)" || $(MKDIR_P) "$(DESTDIR)$(dolibdir)" @list='$(dolib_LTLIBRARIES)'; test -n "$(dolibdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(dolibdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(dolibdir)"; \ } uninstall-dolibLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(dolib_LTLIBRARIES)'; test -n "$(dolibdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(dolibdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(dolibdir)/$$f"; \ done clean-dolibLTLIBRARIES: -test -z "$(dolib_LTLIBRARIES)" || rm -f $(dolib_LTLIBRARIES) @list='$(dolib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libmistelix.la: $(libmistelix_la_OBJECTS) $(libmistelix_la_DEPENDENCIES) $(libmistelix_la_LINK) -rpath $(dolibdir) $(libmistelix_la_OBJECTS) $(libmistelix_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmistelix_la-mistelix.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmistelix_la-plugins.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmistelix_la-slideshow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmistelix_la-thumbnail.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmistelix_la-typefind.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmistelix_la-video.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< libmistelix_la-mistelix.lo: mistelix.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -MT libmistelix_la-mistelix.lo -MD -MP -MF $(DEPDIR)/libmistelix_la-mistelix.Tpo -c -o libmistelix_la-mistelix.lo `test -f 'mistelix.c' || echo '$(srcdir)/'`mistelix.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmistelix_la-mistelix.Tpo $(DEPDIR)/libmistelix_la-mistelix.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mistelix.c' object='libmistelix_la-mistelix.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -c -o libmistelix_la-mistelix.lo `test -f 'mistelix.c' || echo '$(srcdir)/'`mistelix.c libmistelix_la-thumbnail.lo: thumbnail.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -MT libmistelix_la-thumbnail.lo -MD -MP -MF $(DEPDIR)/libmistelix_la-thumbnail.Tpo -c -o libmistelix_la-thumbnail.lo `test -f 'thumbnail.c' || echo '$(srcdir)/'`thumbnail.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmistelix_la-thumbnail.Tpo $(DEPDIR)/libmistelix_la-thumbnail.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='thumbnail.c' object='libmistelix_la-thumbnail.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -c -o libmistelix_la-thumbnail.lo `test -f 'thumbnail.c' || echo '$(srcdir)/'`thumbnail.c libmistelix_la-video.lo: video.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -MT libmistelix_la-video.lo -MD -MP -MF $(DEPDIR)/libmistelix_la-video.Tpo -c -o libmistelix_la-video.lo `test -f 'video.c' || echo '$(srcdir)/'`video.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmistelix_la-video.Tpo $(DEPDIR)/libmistelix_la-video.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='video.c' object='libmistelix_la-video.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -c -o libmistelix_la-video.lo `test -f 'video.c' || echo '$(srcdir)/'`video.c libmistelix_la-slideshow.lo: slideshow.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -MT libmistelix_la-slideshow.lo -MD -MP -MF $(DEPDIR)/libmistelix_la-slideshow.Tpo -c -o libmistelix_la-slideshow.lo `test -f 'slideshow.c' || echo '$(srcdir)/'`slideshow.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmistelix_la-slideshow.Tpo $(DEPDIR)/libmistelix_la-slideshow.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='slideshow.c' object='libmistelix_la-slideshow.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -c -o libmistelix_la-slideshow.lo `test -f 'slideshow.c' || echo '$(srcdir)/'`slideshow.c libmistelix_la-plugins.lo: plugins.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -MT libmistelix_la-plugins.lo -MD -MP -MF $(DEPDIR)/libmistelix_la-plugins.Tpo -c -o libmistelix_la-plugins.lo `test -f 'plugins.c' || echo '$(srcdir)/'`plugins.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmistelix_la-plugins.Tpo $(DEPDIR)/libmistelix_la-plugins.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='plugins.c' object='libmistelix_la-plugins.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -c -o libmistelix_la-plugins.lo `test -f 'plugins.c' || echo '$(srcdir)/'`plugins.c libmistelix_la-typefind.lo: typefind.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -MT libmistelix_la-typefind.lo -MD -MP -MF $(DEPDIR)/libmistelix_la-typefind.Tpo -c -o libmistelix_la-typefind.lo `test -f 'typefind.c' || echo '$(srcdir)/'`typefind.c @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmistelix_la-typefind.Tpo $(DEPDIR)/libmistelix_la-typefind.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='typefind.c' object='libmistelix_la-typefind.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmistelix_la_CFLAGS) $(CFLAGS) -c -o libmistelix_la-typefind.lo `test -f 'typefind.c' || echo '$(srcdir)/'`typefind.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(dolibdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-dolibLTLIBRARIES clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dolibLTLIBRARIES install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic \ maintainer-clean-local mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-dolibLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean \ clean-dolibLTLIBRARIES clean-generic clean-libtool ctags \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dolibLTLIBRARIES install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic \ maintainer-clean-local mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-dolibLTLIBRARIES maintainer-clean-local: rm -f Makefile.in # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/libmistelix/mistelix.c0000644000175000017500000000541111246543334020132 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // #include #include #include "mistelix.h" static gboolean gstreamer_init = 0; void mistelix_check_init () { if (gstreamer_init == TRUE) return; gst_init (NULL, NULL); gstreamer_init = TRUE; } // // TODO: This should not be here and should be managed code when I have time to investigate // how to capture output of a process (C# Process.StandardOutput) when it is in binary format // void mistelix_launchtool (const char* app, const char* args, const char* in_file, const char* out_file, const char* err_file) { // SEE: http://www.cs.purdue.edu/homes/cs354/LectureNotes/Spring2002/week6-3/ int pid; const char * parmList[] = {app, args, NULL}; pid = fork (); if (pid == -1) { printf ("fork() error\n"); return; } // Parent process returns once the child has completed if (pid > 0) { wait (NULL); return; } // Child execution // Redirect input if (in_file != NULL) { FILE* in = fopen (in_file, "rb"); if (in == NULL) { printf ("Error opening input file\n"); return; } dup2 (fileno (in), fileno (stdin)); fclose (in); } // Redirect ouput if (out_file != NULL) { FILE* out = fopen (out_file, "wb"); if (out == NULL) { printf ("Error opening output file\n"); return; } dup2 (fileno (out), fileno (stdout)); fclose (out); } // Redirect error FILE* er; if (err_file != NULL) { er = fopen (err_file, "wb"); if (er == NULL) { printf ("Error opening output error file\n"); return; } dup2 (fileno (er), fileno (stderr)); fclose (er); } else { er = fopen ("/dev/null", "wb"); dup2 (fileno (er), fileno (stderr)); } execvp (app, parmList); } mistelix-0.33/libmistelix/thumbnail.c0000644000175000017500000000740611246543334020265 0ustar00jordijordi00000000000000// // Copyright (C) 2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // #include "mistelix.h" void* mistelix_take_screenshot (GstElement* playbin, GstBus* bus, GstElement* pixbufsink, int time); /* Creates a video screenshot using playbin and gdkpixbufsink */ void mistelix_video_screenshot (const char* filein, int second, void** image) { GstElement *playbin, *pixbufsink, *fakesink; GstBus* bus; gchar * uri; void *pix; #ifdef _DEBUG printf ("mistelix_video_snapshoot %s\n", filein); #endif mistelix_check_init (); pixbufsink = gst_element_factory_make ("gdkpixbufsink", "gdkpixbufsink"); fakesink = gst_element_factory_make ("fakesink", "fakesink"); playbin = gst_element_factory_make ("playbin", "playbin"); uri = g_filename_to_uri (filein, NULL, NULL); g_object_set (G_OBJECT (playbin), "uri", uri, NULL); g_object_set (G_OBJECT (playbin), "video-sink", pixbufsink, NULL); g_object_set (G_OBJECT (playbin), "audio-sink", fakesink, NULL); bus = gst_element_get_bus (playbin); g_assert (bus); /* Go to the second 5 since the beginning is black for many videos */ pix = mistelix_take_screenshot (playbin, bus, pixbufsink, second); gst_element_set_state (playbin, GST_STATE_NULL); gst_element_get_state (playbin, NULL, NULL, SEEK_TIMEOUT); gst_object_unref (playbin); gst_object_unref (bus); g_free (uri); *image = pix; } void* mistelix_take_screenshot (GstElement* playbin, GstBus* bus, GstElement* pixbufsink, int time) { void* pix; GstMessage *message; GstMessageType revent; GstStateChangeReturn ret; gst_element_set_state (GST_ELEMENT (playbin), GST_STATE_PAUSED); /* Cannot block for ever because the call never returns for incorrect files */ gst_element_get_state (playbin, NULL, NULL, 2 * GST_SECOND); gboolean bol = gst_element_seek (playbin, 1.0, GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH, GST_SEEK_TYPE_SET, time * GST_SECOND, GST_SEEK_TYPE_NONE, GST_CLOCK_TIME_NONE); while (1) { message = gst_bus_poll (bus, GST_MESSAGE_ANY, GST_SECOND / 2); #ifdef _DEBUG printf ("*** run_pipeline message: %s (%x)\n", gst_message_type_get_name (revent), revent); #endif if (message) { revent = GST_MESSAGE_TYPE (message); gst_message_unref (message); } else revent = GST_MESSAGE_UNKNOWN; if (revent == GST_MESSAGE_UNKNOWN) { #ifdef _DEBUG printf ("*** run_pipeline exiting reason GST_MESSAGE_UNKNOWN\n"); #endif break; } if (revent == GST_MESSAGE_ERROR) { #ifdef _DEBUG printf ("*** run_pipeline exiting reason GST_MESSAGE_ERROR\n"); #endif break; } if (revent == GST_MESSAGE_EOS) { #ifdef _DEBUG printf ("*** run_pipeline exiting reason: GST_MESSAGE_EOS\n"); #endif break; } } g_object_get (G_OBJECT (pixbufsink), "last-pixbuf", &pix, NULL); return pix; } mistelix-0.33/libmistelix/video.c0000644000175000017500000001653611464070525017413 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // #include "mistelix.h" typedef struct { const char *media; const char *plugin; const char *pipeline; } supported_media; void run_pipeline (GstElement * pipe); supported_media supported_medias[] = { // // AC3 (ffenc_ac3) is the most common audio encoding for DVD. We may want to consider to switch // to AC3 when the dvd_mux supports for it becomes widely available. See http://bugzilla.gnome.org/show_bug.cgi?id=588546 // {"video/mpeg", "ffenc_mpeg2video", "filesrc location=\"%s\" ! mpegdemux name=demux \\ " "{ffmux_dvd preload=500000 maxdelay=699999 name=mux ! filesink location=\"%s\" } \\ " "{demux.audio_00 ! queue ! flump3dec ! queue ! audioresample ! audio/x-raw-int, rate=48000 ! ffenc_mp2 ! mux. } \\ " "{demux.video_00 ! queue ! mpeg2dec ! ffmpegcolorspace ! videorate ! video/x-raw-yuv,format=(fourcc)I420,framerate=%u/1 ! queue ! ffenc_mpeg2video ! mux. }"}, {"video/x-msvideo", "avidemux", "filesrc location=\"%s\" ! decodebin name=demux \\ " "{ffmux_dvd preload=500000 maxdelay=699999 name=mux ! filesink location=\"%s\" } \\ " "{demux. ! queue ! audioresample ! audio/x-raw-int, rate=48000 ! ffenc_mp2 ! mux. } \\ " "{demux. ! queue ! ffmpegcolorspace ! videorate ! video/x-raw-yuv,format=(fourcc)I420,framerate=%u/1 ! queue ! ffenc_mpeg2video ! mux. }"}, {"video/x-ms-asf", "asfdemux", "filesrc location=\"%s\" ! decodebin name=demux \\ " "{ffmux_dvd preload=500000 maxdelay=699999 name=mux ! filesink location=\"%s\" } \\ " "{demux. ! queue ! audioresample ! audio/x-raw-int, rate=48000 ! ffenc_mp2 ! mux. } \\ " "{demux. ! queue ! ffmpegcolorspace ! videorate ! video/x-raw-yuv,format=(fourcc)I420,framerate=%u/1 ! queue ! ffenc_mpeg2video ! mux. }"}, {"application/ogg", "oggdemux", "filesrc location=\"%s\" ! oggdemux name=demux \\ " "{ffmux_dvd preload=500000 maxdelay=699999 name=mux ! filesink location=\"%s\" } \\ " "{demux. !queue ! vorbisdec ! queue ! audioconvert ! audioresample ! audio/x-raw-int, rate=48000 ! ffenc_mp2 ! mux. } \\ " "{demux. ! queue ! theoradec ! ffmpegcolorspace ! videorate ! video/x-raw-yuv,format=(fourcc)I420,framerate=%u/1 ! queue ! ffenc_mpeg2video ! mux. }"}, }; void mistelix_video_extensions (char* extensions) { strcpy (extensions, "*.mpeg; *.mpg; *.avi; *.wmv; *.asf;*.ogg"); } int mistelix_video_supported (const char* file, char* msg) { char media [2048]; int i, ncodecs, c, media_present, plugin_present; char* pos; //#ifdef _DEBUG printf ("*** mistelix_video_supported %s\n", file); //#endif mistelix_detect_media (file, media); pos = strchr (media, ','); if (pos != NULL) *pos = 0x0; if (*media == 0x0) return 1; // Could not identify media ncodecs = mistelix_get_plugins_count (); char *codecs[ncodecs]; mistelix_get_plugins (codecs); media_present = plugin_present = 0; for (i = 0; i < sizeof (supported_medias) / sizeof (supported_media); i++) { //printf ("Comparing %s with %s\n", media, supported_medias[i].media); if (strcmp (media, supported_medias[i].media) != 0) continue; media_present = 1; for (c = 0; c < ncodecs; c++) { //printf ("Comparing %s with %s\n", supported_medias[i].plugin, codecs[c]); if (strcmp (supported_medias[i].plugin, codecs[c]) == 0) { plugin_present = 1; break; } } break; } for (c = 0; c < ncodecs; c++) free (codecs [c]); if (media_present == 0) return 2; // Format not supported if (media_present == 1 && plugin_present == 0) { strcpy (msg, supported_medias[i].plugin); return 3; // Supported media but codec not found + codec name } return 0; // Supported media & codec found } int mistelix_video_convert (const char* filein, const char* fileout, unsigned int frames_sec) { char media [2048]; int i, ncodecs, c, media_present, plugin_present; char* pos; mistelix_detect_media (filein, media); #ifdef _DEBUG printf ("*** mistelix_convert_media %s %s\n", filein, fileout); #endif pos = strchr (media, ','); if (pos != NULL) *pos = 0x0; if (*media == 0x0) return 1; // Could not identify media ncodecs = mistelix_get_plugins_count (); char *codecs[ncodecs]; mistelix_get_plugins (codecs); media_present = plugin_present = 0; for (i = 0; i < sizeof (supported_medias) / sizeof (supported_media); i++) { if (strcmp (media, supported_medias[i].media) != 0) continue; media_present = 1; for (c = 0; c < ncodecs; c++) { if (strcmp (supported_medias[i].plugin, codecs[c]) == 0) { plugin_present = 1; break; } } break; } for (c = 0; c < ncodecs; c++) free (codecs [c]); if (media_present == 0) return 2; // Format not supported if (media_present == 1 && plugin_present == 0) return 3; // Supported media but codec not found + codec name char desc [1024]; GstElement *pipe; mistelix_check_init (); sprintf (desc, supported_medias[i].pipeline, filein, fileout, frames_sec); printf ("pipe %s\n", desc); pipe = gst_parse_launch (desc, NULL); run_pipeline (pipe); return 0; } /* Private functions */ /* Runs standard pipline that ends by an EOS event */ void run_pipeline (GstElement * pipe) { GstBus *bus; GstMessage *message; GstMessageType revent; GstStateChangeReturn ret; #ifdef _DEBUG printf ("*** run_pipeline start\n"); #endif g_assert (pipe); bus = gst_element_get_bus (pipe); g_assert (bus); gst_element_set_state (pipe, GST_STATE_PLAYING); /* Wait for status change */ gst_element_get_state (pipe, NULL, NULL, GST_CLOCK_TIME_NONE); /* We get a GST_MESSAGE_EOS when the pipe is finished */ while (1) { message = gst_bus_poll (bus, GST_MESSAGE_ANY, GST_SECOND / 2); if (message) { revent = GST_MESSAGE_TYPE (message); #ifdef _DEBUG printf ("*** run_pipeline message: %s (%x)\n", gst_message_type_get_name (revent), revent); #endif gst_message_unref (message); } else revent = GST_MESSAGE_UNKNOWN; if (revent == GST_MESSAGE_ERROR) { #ifdef _DEBUG printf ("*** run_pipeline exiting reason GST_MESSAGE_ERROR\n"); #endif break; } if (revent == GST_MESSAGE_EOS) { #ifdef _DEBUG printf ("*** run_pipeline exiting reason: GST_MESSAGE_EOS\n"); #endif break; } } gst_element_get_state (pipe, NULL, NULL, GST_CLOCK_TIME_NONE); //gst_object_unref (pipe); gst_bus_set_flushing (bus, TRUE); //gst_object_unref (bus); #ifdef _DEBUG printf ("*** run_pipeline end\n"); #endif } mistelix-0.33/libmistelix/slideshow.c0000644000175000017500000003400511246543334020276 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // #include #include #include #include #include #include #include #include "mistelix.h" typedef struct { gchar filename [1024]; unsigned int weight; unsigned int height; unsigned int frames_sec; unsigned int total_frames; unsigned int type; } ThreadParams; typedef enum { None = 0, InitParams = 1, /* Length (4 bytes) + pixels */ NewImage = 2, /* Length (4 bytes) seconds */ FixedImage = 3, /* Length (4 bytes) + nframes + pixels */ End = 4 } Command; void mistelix_socket_send (unsigned char* data, unsigned int bytes); void mistelix_socket_connect (); gpointer mistelix_launch_gstreamer (gpointer data); const gchar* address = "localhost"; const int port = 2048; static int mis_socket; ThreadParams params; char audio[1024]; GThread* thread; int started; // It is assumed that there is only one client using the library at the time // There are no handles for session, just the active session void mistelix_slideshow_createstream (const gchar* filename, unsigned int type, unsigned int weight, unsigned int height, unsigned int frames_sec, unsigned int total_frames) { #ifdef _DEBUG printf ("*** mistelix_slideshow_createstream: %s, %u, %u, %u, %u\n", filename, type, weight, height, frames_sec); #endif thread = NULL; started = 0; *audio = '\x0'; strcpy ((char*) params.filename,filename); params.weight = weight; params.height = height; params.frames_sec = frames_sec; params.total_frames = total_frames; params.type = type; } void mistelix_slideshow_add_image (unsigned char* bytes, unsigned int len) { unsigned char header[6]; unsigned char* pos = (unsigned char*) &len; int i; #ifdef _DEBUG printf ("*** mistelix_slideshow_add_image %x\n", len); #endif mistelix_check_started (); // Command header[0] = 0xff; header[1] = NewImage; // Len for (i = 0; i < sizeof (unsigned int); i++) { header[2 + i] = *pos; pos++; } mistelix_socket_send (header, 6); mistelix_socket_send (bytes, len); } void mistelix_slideshow_add_imagefixed (unsigned char* bytes, unsigned int len, unsigned int frames) { unsigned char header[10]; // 2 bytes header, 4 length buffer, 4 number of frames unsigned char* pos = (unsigned char*) &len; int i; #ifdef _DEBUG printf ("*** mistelix_slideshow_add_image_fixed %x %u\n", len, frames); #endif mistelix_check_started (); // Command header[0] = 0xff; header[1] = FixedImage; // Len for (i = 0; i < sizeof (unsigned int); i++) { header[2 + i] = *pos; pos++; } // Frames pos = (unsigned char*) &frames; for (i = 0; i < sizeof (unsigned int); i++) { header[6 + i] = *pos; pos++; } mistelix_socket_send (header, 10); mistelix_socket_send (bytes, len); } void mistelix_slideshow_close () { // Wait until the pipe line completes g_thread_join (thread); } void mistelix_slideshow_add_audio (const gchar* filename) { strcpy (audio, filename); /* Private functions */ } /* Sends a seek event to a pad */ void send_seek_event (GstElement* pipeline, GstPad* pad, gboolean flush) { gboolean res = FALSE; GstEvent *event; GstSeekFlags flags; flags = GST_SEEK_FLAG_SEGMENT; if (flush) flags |= GST_SEEK_FLAG_FLUSH; /* Seek from the begining */ event = gst_event_new_seek (1, GST_FORMAT_TIME, flags, GST_SEEK_TYPE_SET, 0, GST_SEEK_TYPE_SET, -1); res = gst_pad_send_event (pad, event); if (res) gst_element_get_state (GST_ELEMENT (pipeline), NULL, NULL, SEEK_TIMEOUT); else printf ("send_seek_event: error sending seek event\n"); } /* Monitor the EOS event for the sink pad and resend it to the pipeline to finish it */ static gboolean gst_handle_sink_event (GstPad * pad, GstEvent * event) { GstElement* element = (GstElement *) gst_object_get_parent (GST_OBJECT (pad)); #ifdef _DEBUG printf ("--->* gst_handle_sink_event %s %s -> %s (%u)\n", gst_element_get_name (element), gst_element_get_name (pad), gst_event_type_get_name (event->type), event->type); #endif if (event->type == GST_EVENT_EOS) { GstElement* pipe = (GstElement *) gst_object_get_parent (GST_OBJECT (element)); GstBus *bus = gst_element_get_bus (pipe); gst_bus_post (bus, gst_message_new_eos (GST_OBJECT (pipe))); #ifdef _DEBUG printf ("Posted EOS\n"); #endif } return gst_pad_event_default (pad, event); } /* Do not want to start the thread until is necessary to allow for example to add an audio channel before launching it */ void mistelix_check_started () { if (started != 0) return; started = 1; thread = g_thread_create (mistelix_launch_gstreamer, (gpointer) ¶ms, TRUE, NULL); // TODO: To be replaced by socket timeout sleep (2); mistelix_socket_connect (); } #ifdef _DEBUG /* Lists all the elements in a pipeline */ void listelements (GstBin* bin) { gpointer point, point_pad; GstIterator *it, *it_pads; it = gst_bin_iterate_elements (bin); printf ("----\n"); while (gst_iterator_next (it, &point) == GST_ITERATOR_OK) { GstElement* element = GST_ELEMENT (point); it_pads = gst_element_iterate_pads (element); printf ("element -> %s\n", gst_element_get_name (element)); while (gst_iterator_next (it_pads, &point_pad) == GST_ITERATOR_OK) { GstPad * pad = GST_PAD (point_pad); printf ("pad-> %s\n", gst_element_get_name (pad)); } } printf ("----\n"); } #endif gboolean mistelix_is_codec (const char* name) { int ncodecs, i; gboolean found = FALSE; ncodecs = mistelix_get_plugins_count (); char *plugins[ncodecs]; mistelix_get_plugins (plugins); for (i = 0; i < ncodecs; i++ ) { if (strcmp (name, plugins[i]) == 0) { found = TRUE; break; } } for (i = 0; i < ncodecs; i++) free (plugins [i]); #ifdef _DEBUG printf ("Codec %s, found %d\n", name, found); #endif return found; } /* Get the element name within the pipeline Caller is responsible for freezing the allocated memory */ char * mistelix_get_element_name_from_pipeline (GstBin* pipe, char* generic_name) { char* result = NULL; gpointer point; GstIterator* it; int len; len = strlen (generic_name); it = gst_bin_iterate_elements (pipe); while (gst_iterator_next (it, &point) == GST_ITERATOR_OK) { GstElement* element = GST_ELEMENT (point); char* name; name = gst_element_get_name (element); if (strncmp (name, generic_name, len) == 0) { result = malloc (strlen (name) + 1); strcpy (result, name); break; } } #ifdef _DEBUG printf ("Seached %s, found %s\n", generic_name, result); #endif return result; } /* Method to launch gstreamer thread. Method signature as required by g_thread_create */ gpointer mistelix_launch_gstreamer (gpointer data) { char desc [1024]; GstElement* pipe, *element; ThreadParams* params = (ThreadParams *) data; gboolean has_audio; GstBus *bus; GstMessage *message; GstStateChangeReturn ret; GstPad* seekable_pad; gpointer point_pad; GstIterator *it_pads; char* element_name; int sink = 0; gboolean vorbis = FALSE; char media [2048]; mistelix_check_init (); has_audio = (*audio != '\x0'); if (has_audio) { mistelix_detect_media (audio, media); if (strcmp (media, "application/ogg") == 0) { if (mistelix_is_codec ("vorbisdec")) vorbis = TRUE; else has_audio = FALSE; } else { if (strcmp (media, "application/x-id3") == 0) { if (mistelix_is_codec ("flump3dec")) vorbis = FALSE; else has_audio = FALSE; } else { printf ("mistelix: unsupported audio format: %s\n", media); has_audio = FALSE; } } } if (params->type == 0) {/* Theora output format */ if (has_audio) { if (vorbis) { /* Source audio in Vorbis */ sprintf (desc, "mistelixvideosrc num-buffers=%u ! video/x-raw-yuv,format=(fourcc)I420,width=%u,height=%u,framerate=(fraction)%u/1 !" "theoraenc ! mux. filesrc location=\"%s\" ! oggdemux ! vorbisdec ! audioconvert ! vorbisenc ! " "oggmux name=mux ! filesink location=\"%s\"", params->total_frames, params->weight, params->height, params->frames_sec, audio, params->filename); } else { /* Source audio in MP3 */ sprintf (desc, "mistelixvideosrc num-buffers=%u ! video/x-raw-yuv,format=(fourcc)I420,width=%u,height=%u,framerate=(fraction)%u/1 !" "theoraenc ! mux. filesrc location=\"%s\" ! flump3dec ! audioconvert ! vorbisenc ! " "oggmux name=mux ! filesink location=\"%s\"", params->total_frames, params->weight, params->height, params->frames_sec, audio, params->filename); } } else { sprintf (desc, "mistelixvideosrc num-buffers=%u ! video/x-raw-yuv,format=(fourcc)I420,width=%u,height=%u,framerate=(fraction)%u/1 !" "theoraenc ! oggmux !filesink location=\"%s\"", params->total_frames, params->weight, params->height, params->frames_sec, params->filename); } } else { /* DVD output format */ /* * ffenc_mpeg2video * We use 'bitrate'element to set the quality of the generated MPEG2 video. * Every additional 10000 bits/s represent approximately 10% additional time * to generate the video * * ffmux_dvd * We use maxdelay and preload to generate MPEG2 compatible streams with DVD */ /* No audio support for now */ sprintf (desc, "mistelixvideosrc num-buffers=%u ! video/x-raw-yuv,format=(fourcc)I420,width=%u,height=%u,framerate=(fraction)%u/1 !" "ffenc_mpeg2video bitrate=500000 ! ffmux_dvd preload=500000 maxdelay=699999 !filesink location=\"%s\"", params->total_frames, params->weight, params->height, params->frames_sec, params->filename); } #ifdef _DEBUG printf ("mistelix_launch_gstreamer: %s\n", desc); #endif pipe = gst_parse_launch (desc, NULL); /* Launch pipeline */ #ifdef _DEBUG listelements (GST_BIN (pipe)); printf ("*** run_pipeline start\n"); #endif g_assert (pipe); bus = gst_element_get_bus (pipe); g_assert (bus); gst_element_set_state (pipe, GST_STATE_PLAYING); /* Wait for status change */ gst_element_get_state (pipe, NULL, NULL, SEEK_TIMEOUT); if (has_audio) { /* Find the pad of the audio decoder to send the audio seek events */ if (vorbis) element_name = mistelix_get_element_name_from_pipeline (GST_BIN (pipe), "vorbisdec"); else element_name = mistelix_get_element_name_from_pipeline (GST_BIN (pipe), "flump3dec"); g_assert (element_name); element = gst_bin_get_by_name (GST_BIN (pipe), element_name); free (element_name); g_assert (element); seekable_pad = gst_element_get_pad (element, "src"); g_assert (seekable_pad); /* Find the muxer's sink's and set callback function */ element = gst_bin_get_by_name (GST_BIN (pipe), "mux"); g_assert (element); it_pads = gst_element_iterate_pads (element); while (gst_iterator_next (it_pads, &point_pad) == GST_ITERATOR_OK) { GstPad * pad = GST_PAD (point_pad); if (strncmp (gst_element_get_name (pad), "src", 3) == 0) continue; sink++; if (sink < 2) continue; /* The second sink is the video sink */ #ifdef _DEBUG printf ("Setting handler for %s\n", gst_element_get_name (pad)); #endif gst_pad_set_event_function (pad, gst_handle_sink_event); break; } send_seek_event (pipe, seekable_pad, FALSE); } /* We get a GST_MESSAGE_EOS when the pipe is finished */ while (1) { GstMessageType revent; message = gst_bus_poll (bus, GST_MESSAGE_ANY, GST_SECOND / 2); if (message) { revent = GST_MESSAGE_TYPE (message); #ifdef _DEBUG printf ("*** run_pipeline message: %s (%x)\n", gst_message_type_get_name (revent), revent); #endif gst_message_unref (message); } else revent = GST_MESSAGE_UNKNOWN; if (revent == GST_MESSAGE_SEGMENT_DONE) { /* Send audio segment again */ send_seek_event (pipe, seekable_pad, TRUE); continue; } if (revent == GST_MESSAGE_ERROR) { #ifdef _DEBUG printf ("*** run_pipeline exiting reason GST_MESSAGE_ERROR\n"); #endif break; } if (revent == GST_MESSAGE_EOS) { #ifdef _DEBUG printf ("*** run_pipeline exiting reason: GST_MESSAGE_EOS\n"); #endif break; } } /* Need to explicitly set elements to the NULL state before dropping the final reference */ gst_element_set_state (pipe, GST_STATE_NULL); gst_element_get_state (pipe, NULL, NULL, SEEK_TIMEOUT); gst_object_unref (pipe); gst_object_unref (bus); #ifdef _DEBUG printf ("*** run_pipeline end\n"); #endif return NULL; } void mistelix_socket_connect () { struct sockaddr_in serveraddr; int yes = 1; #ifdef _DEBUG printf ("*** mistelix_socket_connect %s %u\n", address, port); #endif if ((mis_socket = socket (AF_INET, SOCK_STREAM, 0)) == -1) return; if (setsockopt (mis_socket, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof(int)) == -1) { close (mis_socket); return; } serveraddr.sin_family = AF_INET; serveraddr.sin_addr.s_addr = INADDR_ANY; serveraddr.sin_port = htons (port); memset (&(serveraddr.sin_zero), '\0', 8); if (connect (mis_socket,(struct sockaddr *)&serveraddr,sizeof (serveraddr)) < 0) { printf ("*** mistelix_socket_connect error. It may be caused because not all the assumed pipe elements are present\n"); return; } printf ("*** mistelix_socket_connect %d\n", mis_socket); } void mistelix_socket_send (unsigned char* data, unsigned int bytes) { write (mis_socket, data, bytes); } mistelix-0.33/libmistelix/plugins.c0000644000175000017500000000640511334063515017755 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // #include #include #include #include "mistelix.h" extern gboolean gstreamer_init; unsigned int mistelix_get_plugins_count () { GList *plugins, *plugins_org, *features; GstPluginFeature *feature; GstPlugin *plugin; unsigned int count = 0; gboolean was_init; was_init = gstreamer_init; mistelix_check_init (); #ifdef _GSTREAMER_BUG /* This code can be enabled when gst-ffmpeg bug fix http://bugzilla.gnome.org/show_bug.cgi?id=584291 becomes widely available */ if (was_init) gst_update_registry (); /* Detect new plugins added since we started GStreamer */ #endif plugins_org = plugins = gst_default_registry_get_plugin_list (); while (plugins) { plugin = (GstPlugin *) (plugins->data); count++; features = gst_registry_get_feature_list_by_plugin (gst_registry_get_default (), plugin->desc.name); while (features) { feature = GST_PLUGIN_FEATURE (features->data); if (GST_IS_ELEMENT_FACTORY (feature)) count++; features = g_list_next (features); } gst_plugin_list_free (features); plugins = g_list_next (plugins); } gst_plugin_list_free (plugins_org); return count; } // TODO: These are not really codec are plug-ins void mistelix_get_plugins (char *plugins[]) { GList *plugins_list, *features; GstPlugin *plugin; GstPluginFeature *feature; const char *name; int cnt = 0; mistelix_check_init (); plugins_list = gst_default_registry_get_plugin_list (); while (plugins_list) { plugin = (GstPlugin *) (plugins_list->data); plugins[cnt] = malloc (strlen (plugin->desc.name) + 1); strcpy (plugins[cnt], plugin->desc.name); cnt++; features = gst_registry_get_feature_list_by_plugin (gst_registry_get_default (), plugin->desc.name); while (features) { feature = GST_PLUGIN_FEATURE (features->data); name = gst_plugin_feature_get_name (feature); if (GST_IS_ELEMENT_FACTORY (feature)) { plugins[cnt] = malloc (strlen (name) + 1); strcpy (plugins[cnt], name); cnt++; } features = g_list_next (features); } gst_plugin_list_free (features); plugins_list = g_list_next (plugins_list); } gst_plugin_list_free (plugins_list); } mistelix-0.33/libmistelix/typefind.c0000644000175000017500000000562311246543334020123 0ustar00jordijordi00000000000000// // Copyright (C) 2008-2009 Jordi Mas i Hernandez, jmas@softcatala.org // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // #include #include #include #include #include #include #include #include #include #include "mistelix.h" static void cb_typefound (GstElement *typefind, guint probability, GstCaps *caps, gpointer data) { gchar *type; char* media_type = (char*) data; type = gst_caps_to_string (caps); //#ifdef _DEBUG printf ("Media type %s found, probability %d%%, %x\n", type, probability, (unsigned int) caps); //#endif if (caps!= NULL && type != NULL) strcpy (media_type, type); g_free (type); } void mistelix_detect_media (const char* file, char* media) { GstElement* pipe, *filesrc, *typefind, *fakesink; GstBus *bus; char media_type [2048]; mistelix_check_init (); pipe = gst_pipeline_new ("pipe"); bus = gst_pipeline_get_bus (GST_PIPELINE (pipe)); gst_object_unref (bus); // create file source and typefind element filesrc = gst_element_factory_make ("filesrc", "source"); g_object_set (G_OBJECT (filesrc), "location", file, NULL); typefind = gst_element_factory_make ("typefind", "typefinder"); g_signal_connect (typefind, "have-type", G_CALLBACK (cb_typefound), (gpointer) media_type); fakesink = gst_element_factory_make ("fakesink", "sink"); gst_bin_add_many (GST_BIN (pipe), filesrc, typefind, fakesink, NULL); gst_element_link_many (filesrc, typefind, fakesink, NULL); gst_element_set_state (GST_ELEMENT (pipe), GST_STATE_PLAYING); /* Wait for status change */ gst_element_get_state (pipe, NULL, NULL, SEEK_TIMEOUT); gst_element_set_state (GST_ELEMENT (pipe), GST_STATE_NULL); gst_object_unref (GST_OBJECT (pipe)); strcpy (media, media_type); printf ("*** mistelix_detect_media result for %s is [%s]\n", file, media); } mistelix-0.33/data/0000755000175000017500000000000011516333446014514 5ustar00jordijordi00000000000000mistelix-0.33/data/themes/0000755000175000017500000000000011516333446016001 5ustar00jordijordi00000000000000mistelix-0.33/data/themes/Themes.xml0000644000175000017500000000253211361417731017750 0ustar00jordijordi00000000000000 Beach Mistelix's team beach_mainmenu.jpg beach_menu_normal.svg beach_menu_highlight.svg Birthday Mistelix's team birthday_mainmenu.jpg birthday_menu_normal.svg birthday_menu_highlight.svg Europe Edoardo Costa (under Creative Commons Attribution 2.0 Generic) europe_mainmenu.jpg europe_menu_normal.svg europe_menu_highlight.svg Winter Mistelix's team winter_mainmenu.jpg winter_menu_normal.svg winter_menu_highlight.svg mistelix-0.33/data/themes/beach_mainmenu.jpg0000644000175000017500000057526311246543334021457 0ustar00jordijordi00000000000000JFIFHH%ExifII* z$(1 i<EASTMAN KODAK COMPANYKODAK EASYSHARE C315 DIGITAL CAMERAHHGIMP 2.6.1%"'d0221    |0100$   s@Bd2007:07:29 04:31:402007:07:29 04:31:40@ddd dXdC530 02351701=A{88s}dddII |1zWYAhoe|y.9F!"^-@>!e"?2 `l ,htH,t88|8$phD4xX px`PtdpL`Kz(ar|dJ3}yiT:KYR,!##(Y 2) I :$2" UDApYpY r/PpYp,qYcK~`Kz(Y 2) I :$2" UDApYpY r/PIIIIL-s2007/07/29 04:31:40 d;dw( sd\667% sd \75 *x}*?888*8l88 0pV@ l>*? 888*8l88 0VVDEEE@ l>*x}*? 888*8l88 0VVs@ l>d R980100( HHJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?k3r{U[r@V!xW`8Hsq ݞ8Zב7H]`I+P5>;G4 ! FAQk'g@s]:)H%qJijΠ'.eJBtt>qXT+2mtiJSZ{KɨAX96j0Df$U"@YbE-Ku"sYpkMQ=k>X0)8\WP4"MfJ9k &9JVj5%Y%b2hO(hikE?S$n`tPTLgwC}kwm_oF2XeeVzd^bP1ڭ8մ='U h8*6UXa>nI^XA9mPYv6j?k~ #a(8{V0Me=M"Mcɚ3m!UG^xLnX}sP$}W2kPItDT~Q*,K隞fM*`S\sU_JA,Py=i`g&\9U$&PTudjj" tWe欺\Pm'jC]80j菌󊌰SҗcEajOjFj. To0aP!"*gUg\U}*iڅ!joRK{Q)l)`(T#)mq5q w!Tcs2,Kp8"$(;UNj;f|ݍJ+,[9Rn{ߐڭA5"j.qI0o bJ(қS#H>E>☮9/"T$KBDq҆$;B;Մm" y\$i]6vߠ]Qn01ޛkQ($P,vZ$*)~I)5%b ̺b&9ԙci-#e;ք2Աk*RV85=WA%f 3˥s.EYoRBl۟Po-Mg˭2(ZZ؛YKL/?ҭysٖPC֩\_ :> rl2cY3;=:V:/~i|ڸ.B׷Ls?i^vF}]c8iv\N@Wު9bi\Gh.9FEt8|hAW 0{~.#>'*QΣcК:?!Z˝j-b7v갺mAl~,T\*$AG2+;e׮qSfS5o0u?֦o/?Že9YtGixZSiy_>hnA!GJ,J gc5F|K:pכx̿M5 t;3R !/n ,sqҹo^[sook40AzX_oT--M4(+P-ͬi^LWZP?:߱G?#U6Ү |Nb?ky׃'9YUiOZg5&SRS ilOҤɜ(&6bIښdj9r1E Btحc5b>]έO&3Ta=$.C]'rɝ8ϰ (QsdEm4Sd i~PJ` iDAvZwy"m'ZV 9=}j"lr4A929̨w)tX.NXS=N5=x柵@A8M$Qթ${ 'icYaN K.ޣ!1j.Qp*Ϝ~YtozC۰#?fX72H'XczzeH'x`ށ?UnGK|ϹK: HeF3ZݍF85\2c".Y@V Hdfww BNF9gvN0(4&hRzYz$r9`\ }p`Yd^1 F| 8\M,繧 a d|q WgbzPۓ#͟1ȉOW-'R0l+6s}_M6`|RLѧEmH`ޡ,NjG 㪁jYF.F@KQQӝ9ۖ#j8?Oʘ&@Rh V.byfPM8g߭I#yrC)dއ|00?v#>vv3R諹X?6Do6ܱ- tYbD+|oN) a/sOR0I呸Nx>=ih%@? m$1L˜d Fy֜q4ziVg-GLnWHdi7V$ z~*1#c&=YrIqNQ'z9#>ePcj%!iNc%s <&rW=)HC*0`6|GHdYL2%zmmI ga==ȠH'οx>zzh3%t¯ ',1LW& dt@MYQhwvBs)R@Y8mfm;HZ&JII0S;[64'jT@"` qOI7tYOzcP Q)Lq\%N A>A: Wo&m>ǥ&ټL-$ Mc~`bEAkq* ~uMm%H[2B4MC2*;"(.R60{jcԣ Oa4wDwNl<մjHZR!0coҾ ^Ĩ{ zrk,xhP)J`Wi-rLqZ'n#ZQ2b.Í);Fbgxdh'ڴVQ{BxQX4t]ۥ!1-$A:lNzDŽI>Oy۵ [nާ#4ŧ]z9i㒬o,0~*Oz9)Zyd- Z"j n1V6Ψ0bDTXᱰ$Wdb % oJ2T HIQHy I  1MZPvE^A!:cK=i_ʃt wv*j+m?3! mXFɍD NEJRIf ;mN-qBO Tl">.D VE3ScVl) ^kn`/~)*Oz<:H>yĝ IHH{RwPFէq>bD I0Qr 3A( )~5AHM.$G`)5$w%Z.r0'q ~>ĉJ)k!,qhTG{Pd^Un, IpLIB $ڦ (MTm3: U.6?.i[t;^)p*RI@ 0*|R¢chVF$rOx>DO$t"*Vd$zP+QQ@;Ӥ (^ލ>t҃Lg* 1w܉h% %jHX &)BA>rW |ꕙlHɴ))SQBPDRNU#Ip=* JwfhW m Y;oV+I 8IL'+i߷ҝ %hiH'`U;H+N-I$:ׅ3?*mT)n1 cZLxr%^cjCvZ۸iLQn+&l{SVm֔ fEN܋'a0T9ByJ 6ڃu;x*yD4 @ߍn7m(w]w6I;zIQ@'hUQ![ 'YPKP%øL"$P.1'n;$ B}}*BHIUvY^چc"Cwv;P$iBĨpϚHIcL%>FDy} %\;ڪQ3|?:'h;Mt+s1۹H:d E(BJA9ߚd4mZ,Gl` E jVgH%^RA&xOQl8E.TdqP@0H޾RQZ\'G^ʭm:gUJDNjHNmѓ)nDPQ)܇LГ1xJ}ؙKͮ+8\ kpWbpPAEq|4fגTtϾ.Q;oI9V:5غZӧQݷ @BZ5$#T[P԰g:kko5r!$H>R LljOCN|E.5'zAsz#d[xIVRu+ ZSYZΥJ2@O8ε)D*B$mWZG>ٽq( jXpv\:P;WB٫ Rfw3^1JL #oJ\(:RIRZ^'rg4}oՀ +Iq`i2OlN-Jj4䠩&G,,VrxI m~6v^&Q=X[ bJ \J}i-a*#`xmgd!4ڥ-.Z0':)OsɵZ^ M6Lw(e {wIմ{SP9&+7e+'i-Z%*E؈ߊ5gj#"l>uj ڤ8jL*N@^&Fb@JExR;%u4":LSO 5bRPcx#OK~oIJ;lu2> DvrI)snwB<<`ԵHDp'jۃyA{ӥpx6SA-rjJN8a 'yށYt 3QIIn"OI 뀀wA`ʆVNurtU m{ƁY oJ-@DK0R߾EO4]ZҀqD#%Cx&GP+A\ ⊗JEEIҨ7u =*NNĝ5UOPD#aV5LMT@jt|X9<I3RJTH:#B5ijΕ֛ ".jWҨMU`GP R&@$EdGHcj̑S( I/y* R(j[mRLnEP1*2g2 dU+ͧJQHQ&=arQFq|Rf"ʦE}$ , `)\yM3nĭD5NmWc3dԆ6^Ou?Ғ['y1+e (MƬ lDm[Km>Tl[H;0kHzד&zQJ5B{)=dRԓ!@ǬOc[T}9L ۂ &~%'\4HmBaig2JjJ,%-?, s]o -B~]܇S@'uJ<+D$|ϱ)D6Nn~tDrj4^Cmrvk#ʣZB̀cClgRЅ n91_)SiJO>[mlgڙ4L[$5&:LSOR҂kН* {܊Uyv?*ș(U(ɘReG~BjޣLbIpjJ" 15RG0}D҆՟($ւr=Q*YL@':@P="` "_$*PfV@ܐ~uOcިQ( ˧#j ;qD({Ў8DAe1oЪwy3A¯XuQFNK }i}+tϧimaU> D2I֭6߹-A'T)AJfcJJZG3;OJ\dľJ鰒{\LO1Z&iJ 1ksb•$i#gWÜ~Obr)ޅ(5 #?P #~ LbŤ;U8i; @Oi a%iMb>ޜYnŤ u9Hdd-=r&@~Ԕ+Q]䠄lz+OJ>UQm+p2ML#$zWrA(K:Dy⃶c:LR%@jڽr KZʵ &fIO1MMł *`qsZqLEn ]upuE$+P }i/O>✄c42uv#J65&U ֯ Ud&$(I ɘZȼ`ʼn<7V#jNj֩e:F85G軕(y/iBh.IN*$)V\4T ;h.y؟S($OUL.$ TTQ+H= ǵU }0FT~AV`(sȢDDPc2HA0@RHW¶_* =U*Q 1;Jzv.E zzI+b)byVʁՅŔ$G)?-=ɪ(H4ː+ )n W&LHOZ%@(UE)QIPr fT9*~cCD6IM{.X2JH mP)R"<ˆ)?4*EX,B3}$t7Wl8@'LGel. )@x*Aj0Qo5Z{sL̏.I5:J + } Jfb'; x+A%p՝`w% + ޯI$O(a^B;)'5*&#jdM;*#ͱ*ϭxHQԁH;JQNI>zev2vZX4o5jbOB0Doܚo4%).HGޠݛ*QOsVܚ#E%SbiXKdHNՒK+ wyKmZAYG5-5)-c1DfS I ,qY$js<@.Pi<? H O&@}/rਓ#4Zo( Rd.`H#mG@2}hmהQ!CozQAWhD;RP&HЩ{|ImA榄i) :P٥>.RAmvj2#x?S8Hɓ]+`=x,Fmr Vٴ- );quƢ"H{BAA^!VBQ$qCڶ$c$Ӏܔ=J)3bʭJn6BѠ޴Q1@ISdU>j\9& 5p"D*q*H4" H P*lS+m圪]S$[8㄂Fi UۭI$DzU!䐲0=浝)lRU)lLA#skrZw@vDt㨙lkiorN-$DS_kBFw<$:N%jLҙ!%;VVEj'Zr\Hc5#GlrJ7*<7)zm"PvE\&gڬo"M9 u46Rոl"1=*"#Nn݁>m'zU/cKY ڳ:4i{oqERڅ*RͱYpWׅLLjm%`m;.RJJEViX )KgaBcB3 sl웮oAb Uo;+;:s6HA#C#ͼThePF2(ud&]u'bLǥZ!CoJ$ޟ ?x 5OPT7faLZVbuBmRKKtCc9+Hd +\;mxrIT $}:o,&wJ!JR(T;zRL) ,z?*m6SYLQZ&6DnE/ EiAI ؐǭhKt7+n3zIϥ|Wdl=(lv?@NcH;SZ~F;#P1'NP.vbV0 ]D_tBA"Q[(G#umdTIOUZ#I #x݁+[v{j.;O}W;$6 6H:/,jk0A5 Uy4Rvl$` ɟTHIW>RJTڍ*gcI_$b9gCb{de/ZenO~EoQIl{P /IyI _h AT{S+7 /@i1A ޅ$((h+`U#Q*} DoҩQ`ߐ)ml=* ,v BsP!EpsT\E"dRfhmTv>h : H (x  I$$OEMM7cRdڢR"9Z9$HU mD7j)mk %)q_AbZ& lGP)JI+WAk4BusQ(Ch?Z&X VIWAQ0ve*f$v "e3U$'}sZՓiIg|zPS)UR 'IJӨ|#aN[Z<Z%ߵ2)*xAG&*W) v<@%?5gS?di)#ӊm IPcF5XJH>h|=ѾO0idVRS K]HHwS__L*YhcN+䯖Ԉ=S:U ZJ8տΏ .•('޳6亴%On) ԎHܝ 5+}>H'rGzgshx-Xz։ChI߱WD"TS68T. Zb*!-FsLlh(sg9m K&L4zAӤj>= rdoڼIЊTen)l,!)$mC  P~*B3*Wm)"(ey(UcqGzdWK{V3ʨZ0{MR=4KTFF㿵Rj'i|^j IQITkcP)ѼJB'rGh2!$L*6CHT%B()z,\$?QP1U!n2J_ bLI*ӰۊJaZ@$=5⒠BT¸r &@Q$vw=Ҥ*$iz?N(:IPTIY*R'p*%aw#ѪJU047#Tpcʸ V BZq^P)$AK5>#N*x"ތ)&I:PƔGm:hVAO;oP q /njH]l"//45" }Ey5A;R|e%):dHPHU8ixi);ǵAg{SBm*;0 mꯟSohSLq9xGhLxgu5(r+7ҷoAnB V9'klW&q&ҬѠi*yC/dRl~{k()_xj{gv{H[w1Z< d(;qM-0e£+kGihL;zM_ͥ\mj͠+[d;vrBiK[ 75 IxJz2}>IgXemۚ:m'b&6u-[oz!IR$0cMfX=y#Q'fO/ҔfTUc[ BВ`+D4cj4|Czuoq9t_hڞ4)VRSZvʻM;:.aSDi[{W+EwQ޽X"J H)M==ǥ<-yxߵ [y&jH;Vd q1Dl Q1 /sG8!K $h:$V&F c@HL-$dyڽR$I߹ΟAR&v@Å'PrL\o&=hRd P ;!*RA(ARS9H L׎=#oޤhL(VA=RV)Gc_hv̻QQ!""~T:ToPAaA()GrjnJ!ňGʂqӠtܑT=I5Z#p8?z܅[j0A <ϸ@~IY*B{锘yJ$DDzj!'xoMji&wz3TǠ&)HGT$vin CqӽGY2TcM=d\2 s{NB#ak 1U`)TykTہST* ڨ_ nR'5J IljK֪"*8h^A1ԡL[PMn+IJL#'P:yM AZA=e&B?W)AD'qǍg ;H 5;O%J7'@gVSO+Hua`BTzPHCғoH1sH*h MGVhޓ\ZJHJ5*;ZV. mH~kyEɜv%GIRn6] )+EzP״sOAUUFKQDZcu {ZPҰ qwC\4X0۪63ڇR4oؔOvJr+3M; G޾+) yMQi@;zko`$I$VzXh915|kWmhBuGYZ* &yէm.CъFzUx<4"h̴'ޘ!&|ǘ'> ((ŠJo4#۵\Nw'VNL\RYѵ[z@m5}E@jT'j+ihӬ9m$ND$SW**0(?*gDXs4BW6Qu>.J<R#jTk'4v8XWt%JvUVu@zSR~V*ũQAqv11zP5ymȦj" v TH ) )@ Iyw3>bmW6l;P*hWK/` #ӋGT>Q"K.) 6uopIXH*VLM D{Q-:7z~^dS6s5B;F`HQ `F%DcҴJ^&v s\3GJk_ٕJHVjӨLW m<҆IO#([v\AfBsPc""'I; Ⱑ3u"'`ict,|B't F)ӬwKPwo{Hڇ+)\0 z(cD,H&$W< LɈڵv(v4#cc$sS*(e,P`GoZ?zH;oڪ!E{;֥RO5L'm< P&>eTɘ+7yD5J܀;A@7EXL4Bv4"3?Aڄ]ބЫws*2 ލ*N;oADn*=JNN u ㄍjfD&G.%^TRS=Ŭ)AV&͋= b*%ZPLj%#I ⢥ pEfꏖc}Z o vu(1G7 qzK>&==*j0?^h #ը*T9=HުQc©2H *W+(LTj}u|U$ȂB&JU+@Upgt|dI1JG&yU4:(. dȪvToU,ΐkv4wAZKƤ;*$(܁rVDOPCpy*ܒ@?.Bz@5nʕU TPYDsU\U;V 1N=j}* 92³&IJA&UCܚ ۰ڙ]ٞ {'m'oqV2ĉ=߃T,J|Ggm@i>H.Aw HG̐LsY ƨAA&`WWsڈRoRuy|{BOu$i$v3G1#yG#->`Z1 m#מRxw!;Gi'TǬU@Ci+5qtb*$HޣX(ATN?U|m`MBUjG$lwښVA:NRu( U$&v^I>];LYRRI* S#Gy &HEȴp)V7oT**$ɐAd*vڢuybFUdm@oJ"Ӿ*(RITTJT6q:$>摨"GVtQmT0$r=oA1ij(qVMIiXޥDi=2WbyXu:@>+TQIriY D(ﱦ:u"k6˓DSR))qΨUVIY0R'Zrt vSĈ@7\ms*9Bn`O`<2JhiKj1^3n.)(LnN^KF8=@-ISޙ v 6u|qV-R̓P&DjppDTAڤI=`Lv#h@U+&IDfMjgsCyf+nB3;V4OQ*Nj,>UdQ*J<ژWdTa*;oZ;׻ڠ@cy(ZlIX"=IvjpZ:Z)&RMRvi? `}(s H d6nb HAHDw`)0jiI#dݕ lϦՄ$KL/7|+HU(G5nQڢdC`کRnx sTGrF3gB'oCAYA$<Y EJ)0jPU6 U*Kg@[iD7چR`LN :"P؀- R#҆)uF.Y"  ;E GH؎}*:WJIVH*@܃;&IY#V>ǭ ]ETF^p8j 1#޾ DQLڡ|13S?Fǁ50;jϿQ)Wp4)mOBQH&U -$8*By2JUW!' j<ѹtW+DU7 3"/qU"8&)mI] A G'ITh t#j45FK4\,N^ڊqE6ʊd'\RGb+V'f4#W6F(? IuE%@Šb|h5DmQU@O-"cII#B"V=p*1;œq@VOΗ|}8*oG~(O xAգ47zpܑQi P UH;#}PPBe;U,;FFZT/: 2;UEAWZF4T( ARF6Z7IisI$ ӓ\mFH}Ju6픥(iRAHI۾Uӳn-D3LI@Lv:s*Y4}'#p"m4ɧZ㓲xqE44JR-ըxRhAVvpG;P :cPJwIHX )c?|$^35E9b:ၸ;׮$җ&zrfvޤ"gҨR3j"$P1&@UGdzwǡԮ6q1'jD"`׫;:j؃ӽkhu(zĮC{@{QU P~fRPy_b*'aJϩYVVeK3)U.y; sOD۲H1CēqD &Qpxi$w1((= s(^߀*}(H0?TS.DTBG3U;Y@e;oT&w&"9Tcnj)To@"tT0`qF@T>IW'ӊWҁV'oZn4"DhH*zZ# \V4 )Ah Z|Hcln#m1kmS4j,Aއ Hޘ$GŽ `ZqE R jI " JV6A`.i8I>#㚂B5,܀bj4 v3L8#7GLOʼ@$,u 'bw< @TjKu\YH<}j\h! ri gr*D#aQ #9 A G޽p qS0qRNZR2 ަL3Dh&NY@x;R ԍ%p^Bտ=>io+ܑE2I&'zehٷ(l?Z] A}EZvbt~PkBI^:Y]B\+}ꯉI?3^fjl62?>j I+=rJ&c^H0RR$Z2rLh):Dµo(JTo4Ja*ޥ$KAZ>WZ]Z*.!]LMZv&{V&kkwm ҕ$kN"="@$m0i ϤVZ4%(!S57Km!#THZA$I4& {Q+s}ǽpIu;"ȁ҈AFz4?:~\gJSc<" ⑬{q#)ZU*l;i>T"8(Sjb"@#L*Gpjn~]P2;|雌Jb{w7l$6, Z[HޭB=ֳ$\BVϒH*;\2dn@$Y1_'@#aE&>ZȕRbm0i'U%cFr hj5*QAPM Lrh@VQr(%Ab6ТGCd;)W@NJRӫץ *o,{O]Ēb}ir;.$oЎ?ܘ\J;N[';Х;(G2wTM6+aJ_}s=E9DUe ȗDL|%BPIڬ* QqHhZFR*$U(%JܝMRUc#3ձҲrgZdq5|sHވ2ULByZȐvzjulgsx4By:@ԍm$T ^B)x4l C(2vUhh!''R`5R"$(:;*>-6 @rw܎"N5]vwjĝjQL&"k U&4jkj#lOyIs޲VEBQ"N2 M Lfm0 TU>dHzU)4:$jҚWL Ml$MR[I)N85J扎TNhn&v[I vn(4v ȂzlA Ow+A!%w3R Q mEiFf RP$jO5bU"p9\i@; ި)n}"dDک)%e[9Ie;}UƒVƮ L~Y~SԙLS~m:ʋK+elDn+Co@{ךLIY .I'F;ބJ! ޘ4֧vOB<ީ ; JG sAR3GFM WE(@s5pYզ`◡5z!x&~=:۽A}8IH;a]t"ޕҵ̴sW攠6){PT}+8J}E)V wkHI98])O-RJ[G IW G5Ik Uс8);Fɤɝ%"a\zi٧8&_`o:mܤq] (hmKnI=:8%{4*Ev T@` DvhkGyL"T_;u#yj*HLjhI~útR$(V+Z`H( "|'ޡ8:c'y5v6:+W^t`j^lU+˖lZ1HI6_ ~;(AŢ)|0cQJ_W ԛG,H;wR *PH, jC,L|D#Z51> 'hf j қ-zl@WO9HZ; Gך`J Y=Vm5d*@⓱[0i*3רL;*$c)UQNGE6նڤ[0 8TT ,#s1kP8.`޵T*F vՄ{UFNb7ɲ[*#490gJ0wWa.qݤPn>J>Ip;Ў9۽5d2N չTA>Bq@ShU\,[Kp$KVE@8$YDOPby;r;sTvI;EL+Rb1o-cߊ^q@%?|BOzVUa 3UEB$L+ zJ *xjՠߵDqT T;oU;m=VD1g)֓FJ LfUz *;'ތP@Z1UENYA0UK  W0U|T :L{wDoi;vkXz@$Nu&>u/A ;ljh=#F OTD#֮*NUy?S JVv6™ךdV!V^R@sއX"RdAV 1Vb"MRB wya! n '\ `ʾTQOޫRaP<{RGA$ڎԣ<Ȋhȍj Tޕo^"6=|oZ\xxGO_xfg '߹$n;2UIC>h"Wje( ,B+so^}@m96d?PuX#q`Ȉ!J$6)'3P-D>)S jȉi'hFAdGѵ`7VLPkcLRdIgKdșMGaUTFS[":ll{Wq:ڎv8gͤM~e$Ojmr=)ԀF`I('{H;3ZPqTNޙI*6 R4I4ش3<%Ow4YIȘU&'kqɕA (>Bx=HW{ }خ)` N5J7IFAچpM5uP%*ދZ` fxHIzfZUcC ߏZ%cSs*؍I` Gaބ%P7ߚ$* {&;mY@;MCoXVj~Cv}jӸ;mPZfI^O dqi'ʙR;m=I&HzSɐ;H$&w$qHҼwcHd*G2gB@>UzHf@oޒ%&EA2'^TKJQH)gB7$ڶwcDy p@#}9$**jd.`;ޙE1ͣ TAY9_6 Fi]R@T";)zjQRҒ'^P0}x]Az-.k]`A!gRI.lOnq֤ |.:[ZNH=JůAڕضRhۄmxvzQH aE"xDƴ yԤic+ O7Vm~RJ W#[|0{қ2WNg$rXZd0u2Rn޲oZȏJ4)Nc@߽ZR/L{xKJw>BRH) bT-(Z^8"#RJ:;zZV柡Zt\7: :{ x$5j5tտ=]tlckΜ\ښK#u zU=vH=AA2&8 R;th@ҙ,'@x4gd^%҆uVnRSSLt ƣPg@|:7J3?=vF'8A+Lڛ7AwATKgs_ k]EB Rij؟^" Cpv%h0}=HHN7ޤ_h>J$+@UkoM$qꂒ $~;uTOj%&};sPlj^;+OJK+Q eЋ>s>C^Y'֊ZZsކ\j z@}T0R榒tƬ Jc'\n&8JIpAH$ǥOm*%2 0=z!b&tʽ#yuO T9*PhΫ$VbE*@f&0 U$7ژG%w@Hjj-[ϭ1ScPy5R#cs*j E%CrΆP0}&Q_zt7;x^~jz@`zvHj.4*=J}LTA&RGj$ڥs;KYG+e+I@b9IުRI lҤx@JN_jIs*nFۏqPAnx&+ӊٞ?@oR >ik˰qڧ;#jZ06'޾,j-QRf#L7`cI:wT„>b9ۈ1 JIӹ/aK= m`9ڦYS=MB5p* ~w5+ӯT ޑKl2Uȟ؀*DBF(e4HޞV&S`L j2'؊jQքPt#^YB֙{oT) (hQXmdjiLQlKI <׌"{zmLV'aC- ޝr+ȵix Sj DP & gğnItέޕ Hǥ[@ I )Bv|H;ED$lߊILLmGM2a'sT 'oJ6.P 8IQ9"6XFڰ'@kH*<\h۽e'"$ȍy`@PR9;qC8 }LQdj*V1*=v֙"hx* r5FP s$>RI(Gfhu&U=5a^@ JU"6Sj(*)$TIg&TF߽Vt}bh}G|$ nyo1StϨʫ'Hs^jJ'$_%ԯFUz%Cw*CNOaT* ޲X%&I?$W! TځIkqM],5z*:wDzI {%"ޑ"gDޒu-ՑcIқ(e-/pLm^LJ>܃և| IWז ޤӀn}j)iZNKx:3x4vo8.'ӽtq"NkA>UJ[#i x_4{1lnjfۇ@ oњkʑ*K~ŝj- nIЋ4x( 4VW ҄ka| u#}FNOa.'}vwuO)JekIHJ؞iD"7SAAp4Ԃ\[iҏNJLqBlR־&_u"zSD~LjF?04H ޽.mRq? 7ET5xHgzI޲qBw҈Cx1Iआ|oH3PɐU~Ǒ?{%IއR4[N`NmJ&3`,,m)*KOHzDIh 6۶%O$R;q_y̠Լ!Zm+Рץ dYH<~Yn۟#cPC(u߽2S~`E LoZ(cU+aZ7PD~SS(Q:yTڬsAT+mjBlj!;C(dWq 9}P$*8󫔟xPN8%*[HNRNt MzI &LΟjj(&$Kh^2@ǣcQW"O`7ޫJt"@3~Bܱ> T& >pTf6gJ* ޾$]BKbڃTI0F9:@FR(MUCdpjЪ_3U]ЙPcʤ>*3^⨢M]q\P&{$z#n}*;޺|<sLGֽ< ơ{O#M1֦l̂?E>J#nz@zW}#i&[V &x#zHuӢ yV!{z*\ 2M);7ީW2xaHH4) +OsAjM3⼀7{V$B#m^y$cxT6}h^,YIQmh5) 2; >P}4^.2=)܃*cV b@?*Ma#Dv۞ZO=5(Rvh'4Zո29ؚ .?Z03j bcNJ@jD&#ni;{oT-)Jf}@ DT,dM}V71P;Qn hr!Q;PYpjVܚE@T2܏~.nP6V>RHcU G(8@*@J5$ LѮ#ɰL2+F؂d\PSUvC!v1I AE:tNBP&Lv[ثNɍgx#$P:Ả5A8Y$dI"Y>c^@Q%6طH'VTJI>+JԿ0MTIXO@M+CvZ`|rBJ@mpmN;+ 6J[H})9|"}+ʗJ,5iwp(( h-![T㙭͝*zdT+ʡ3Pj>Դ4AKِDAvG*5*G ԔeTRDqA@^w^֗wt*Xé vO_K WβɰBnKӤnx 4¹_ 쩡P2M5dKTt|RԞCkⰫ΀׼zЧ2* jLͧtӭ=ja{&*Gm(@@hJ ? Z`|eɰ+qcߏzfy4">{ ZyHB/۵RR4O>jۃB$&'aOV()~UZ*@?ZV dVIAԏ0 BNp6ڪRLFX0v ǠsV\z;+x<рI4*Q9$v3`sCNjQ1 j\DBU^}+:$j˩$Ϥ $nN╿GzJ;zwm4YZ$ s*3;f# $O"f_D@=Z $zWOsKR]p|,aOfl =5HK|3z T>!#c?S@+mWZZO'=:hJ3Wə4i*)a@L+l |Xx4hJ =)EcN"BD@'JMVF5$F&5Db9RQz %xfA'W'n}jGri4VDsS ?/5EV\:|Bc&QsW.BNjOtCM,s菀ؙ 6}j 5V(8^AAQnJ'ݩwؐyT^U$AtH(<}}+v2tw *1IEt|B@;M4%;pT&NԩwIT(x'AAo!B'VTvoBꔏ6־}l<ޢ2'aQzMu-*b**f9 `}v8HWjn +(" iPo,׈dP"Fo`A ;H; 5J~Ff(51$6LIq5-݃L\ղN:1BϸUa@NJSIbtمbʓimE'3;̦ m=n( oIhQ+]p Q<|d3گ c4-^'uOoznIlK_\R`7PU eQ%X*)؊$};Xe&btzS'btAܶw1Iޕ7͖Qix8%Z~%GW֔L~7\p(ޭGP+-G@2;mzfh 2uTf2/ژKO'jy47J#Q%w$PTw=z&w7eyvޞ)X- n2*Z+۽r.)z \]$M:򎰢[TɞkF&ٯvAZ җ4y-u {U^-Ge=QG7,`_J{4 o's&&ţJb{7(D%[|1K6ɿua2tʖ4 ch5,n$G6A"h167,)BHV~bK+H)_3ko%RD$HӢ& r+2 MFI2dJs,S A Q8+7q*fחh&uɪaIb<pԙ9FjώILA>7!F: 4Ωz)g&o;:pS;{M& ܊BI߃TIa. 0 a]5R*~xZzrm*=Y ^U!e%pcRO>JdHړ*xIej©brzܐ5`nx5aW %F&9x#QɯKkI$zUT@"\nB;=m{"Gzj+JAEѤp=R;Pl(KOiӨ q:`CW!k`mm#Q,i4M,GQTsmUsn! U)yJIJR 5D7"z$H#p*JKۖ, 6<{R^ip {n|]zM"O IN([#x/b*z?*>n&6$1ڼuaCȲ޳ >!lDvNՖIK[MR4.•+naQZ ▥8ֵ,`v=&˩H j^$ =ఐ6Q]TȿVYa+HSlRD 3&jԑtw:"pWBWzUޕ%7Dj&~)8ѷ<,е%:L{jQ+rh0}MNje"wF 4靔z]pIk'qH*YAM-9M]D u7w+*p2|wX+mt8ܟssCž-0{ @)/_w:w= F*.k !)>۩BL5Ӳ)d@qjR0ND6HZmLRJ6Y8%ɍjx~t* C}dGJR:K0~TB'ګ J_lP%T^2ݐ%!\ǽEK@QʜLɛWVu9CnYG'(H&;C)@SuڟH\iI|ޖ rX. zթQHDZ~#\z5hu' E4|ކ[2`I&d)HJJQ- E+I++`>J,Z|VO={P $ dI6I;DU:nՋD3z@`H:v&\vVA|buL7jH*'o5`L_!ABL;wHQ5hH%iJb6AˡHYa1Rt&7z( VJhw'1R6?dIt~.I94lO;qBܔ41QnLm^;}zI &۟N%~%i0H^A؍%I۰%ٲvĐոU(愸kH0UcKPD)=)ղf;\">0 mLG^J>7$§j.`:"DZ~ҫU$JTTdv;)Gc1T0w U?CW sJ\OiEWdC!q$zI|Bw#Kgpczd%>-wP Ě~I;څI4aG6 sݫJP7 S)1V-=klL* HvN GRA'zȲ$NݫJwۂj.+t1w*hKbO5]1{h-&iziHh meoJSU&dUarI@* }:޹ۙ` TB+)6"uz{'`T/ކs*nTL ΧHnj%}޸ގFF\{{%ZZm+Q>ƥPI\Ę}a{-~=ő$沗yFV>tەo^x#*?zEq*%F'޲rH>E:Rɚ2f gQu'O4h*@R)4m-T^ A&qXpOҘH!R@iĪ{Ki[Le\GM_m"RI#+nJJ`/\ 5L Qv0yb]90G;b[0@֝VWCl 󧶷7 pC&!HQI"M3b sĞ)$б '^ޞ䂎GCT'5_*mYNw8IRNmII# S) F(-`}*Rh NyhݵԦ; 3Z'%{vR#í'rJvk[ڀBJ) en,^i<_os5 ujIO5wSpRuއ^RaWgZ/2KJ^qhXTH9ŭ >H$-;}jZ2YhM";@?*Cm5m4z#~2 Vz })[V7"$jNP2.;fnRmԣڐ]ϚөQ),vI_`i#W8@GΑ?V 1+HJ0QԹLŃȭ4>UTЕ,u+u2T[waҞ$|Ŵ"7>U$fIvG@}OMs^d@^7#> +dJB`O]B (j_%RdBbهQ zjKs4bHIwJb7d[sq#m坦i1x(;N'aB;{*v4)*jPR֙,A{ITJ,je Wk -HPTDZ SC-KLHS`'^^&bAA>T6 *ڤg#LoJVjJSv޸5>EMcJ$Tȟ0Sj~t{6+*l;P+ QϠ Hfx0\PO-1R#F SnjoYptF@ճ'jRz t8 Ԑfi!)TޅJT=+Eު{0 5ݔ1,,┮)e<|E.PLm3]jn';򍵲j JhV=L%\U6HYFIG$h\5r6Mx V)j!?rUჭ@[>e$njsߩ ;JmjI Wγ/6K!'޲ v| *)=aq4QS-9v-bqD3JϘ۲}J0F:@IsVrGtm"#m>X7]pmiW5yP^č]]=Xn1-Ļpt@)dN*lPRDڕv+ԏ$y]FS6˵Cm'Hdm>I.nRjۥ&i*bL:r@j=Nʦ`vxOϞ镐Qe_ 4$j%)=WR=ݲmڶ% ȢC!C*^}$;OּMMI^YF1jQAim@>}ڀq_zF:oK܉:I)>JA$.#o Wj)PA3Ǩ)IŬhG`ʼΊq(#RH$RdH& dօ:TIތq =jU#aVQtEe$uPB@$KNxi#.ݍ&eKiӫpIxB SBLZX:o" \TV( (> A&!~tsRRY0@'םNY-ڢIIyR@؎EP:g11թq$jEz@C`DoI<g]IFFӪe 0U2AA1DGG4JCs͓en7xޕ<,"[sP~\pa2}L;wRK 9}ctJ)qZR A?Z"9 NT)I7U ĔOj\&?j|ȅGzz0kuAdF Sfy aHzMSQDyHNj$!>o)$(P7ܔkZLg['zJZH 6&b;+{Jd޷ K2{UN0;mTqh9gQ~B+$HL}+.#ox$43AL£ZO߱b7@?NjrUX988ڊ8BƉں"IQWb'NT[9a-'PA'^v Dzm]ax{|]ƃ2Z9 AI.-bcXt/XʎJt؍dڬ){Nj0~ЗI>(EHpH0jBmFRNV3dW]" 0TQ%-m[~pza-j"C=0|Gtc@Ijr:Qj9 HjAqdQ"{Tw\jcJKs`PV3Y.l֘(~J@m L o+2rDVcka'a)cRTk.- &B\ O5u*BmL by"v3Wh1w;8 6xj&'g0R2I1۵^5KpyHs]p)m;H$xJ4GUw :cm{V$zGǮBcm#L^ JϠlٔ"+\p mPIDRA{QQF V $D`jQO޺eOxD+BZG jlUg$,sYW}8 }U>qFr NJ pհ&J qNlWm ˎ1ڢ]pSH $Av#QޮDY2@& &~"v Wy>G&zT5saq ;otA6jGy ʝsT)K wbmL"mTPS6,%`'m^~tkt9ͬ^J)l>e+NqΫH >V.#4ϥnd8H)AY>*HxQuBGzVTE7 A>F$aCA)B*, }b0T#mQAM! m(Fz(+qLJґs^mSt@ aiDs7 ,ZE(@=jI3ޞ2IF] 2'޲]n6R I攣2J#ӚutjMǟ}\ȥN-Z>cռCj=+)v+J.=l]Xk( (~4)RLv@{I'JABRUC"!PU $NRWV }đ MML4.! AIIڲ;Լg`Δmd4&F7S4Ȟ,IWPt'iH*j&A oDe7TdAޯE{T$˩ǡ.Jo j4]'5ݕdRGEə.l6>2"H)SAکԧ9'hB-\$b=T*;犨Hث=j:$Pخ-,q$ MUHգr@qR6vy@'iqy@ӵ}uJwLG8d1(M1p=JOy[34dHV&6AކSQPܤwV:۩?%`hD36\P1ڮUxf@T$4NBN↼x%%"a\ZKYz&RS"6 PXPOޜ,M#i\YZ&IRFDL -t:`N|4QД@GxYjPzg椦$OiTS6*ԐoQrleܶ$zw"xGsދqzG=IvswQW}o?D8;y)I @˧NimPRPA{;AI)r!@ }kdvy%S#qAD̓A 3$Jj&q%3 4#3&6" '׊3'~>#H'֩rT;t4UVzB۝Mӥ)'y_N2@"ɂSDܓt~ LPxVꪛ!*H;Ec\ ⪺}:NJP][nJ+ a 69 ^l57b)X""8Z"VM&f%g) 1BqG! JkfuRH`BŔE)vY޴'v S$VBUڔ\! q&feBAdLZѬȠ'~=ْI)J [rh;RW:l jn߻IDOiu5T^mm wjegLa^N]; R0ksl#^,HwN((Ҳw6J :ùvl+H(`CĐ@vTAQUh.I30ko¥A%inEO<-}kDOhU3d5ՃCUuE@m Qx=PtʇhTj)M3U$A<ЋQLwޖu*n(s9<ꀢ˵㰰 $;Ы\@?N;A1=bRn}(ltޱ"AIA "*OF-R9%,{BF/=hT^{Z|ݩϑIqm;PRJIE_RfcaF[[Nݹ,e7*Bq^i#pҫ AUoY(KMՍ/FT JTc1XN{q~"fx?D+=*G^öfpu%#@+YieIJĨl)mdO}$)tEySrTzP,i%, ʹ"Q1R'$֫R) 4˩ IՀ%;Rem nT‘܁itcZB&'bh IpiRpzcp)iӦ0ڼ@zd䆦gVAeI^ݽ+ωPDi[fWeJuKj=+:ÅZ0%ըu5!ww$sEslR)2v%(:{Uv/}.( ܞE(v̸|oӈp#̒vЎUW\M.D6x=Mc0YkA#׎O'SV{Ӥ"*%bbbYRyL~G-i@K%|jM_BGoj@ DȢ}#Z)݉3Qq0~ #Ң^R QM> xr= aJ#ցqH 4-BnR1n *>T1[")|"[V"O{EXӫ1AEr\ݗ9d@Jޏz V޺M'eCIa* 5ɩZ:tmiۛpmw'Ɋ7vKK4HД$ P LhL EIOxRA$zd)NH*<A?fDަ.2x#-nVPAR(qQ1SIThKSC~ߥp*-LՓm Ğ*jۓU:v;խቮ'+gbLJ|{7,ZJ1&f;R\|A$z;Bg-]4s`DzӆZ "MmJYI r i$>I2DEi^JHړ]@L5@Ѷ>q$VM 'i5< [D򚛊Q^oWڡt5LZL*Pޘye['n͆h4mm9I,cZJ. %U.4AIv'ҥv8+NԡWtkʔ=KYCPS"_pձ.,doVI *JRަ &DՒS @ڍ Eˡ )3 DV}Ë IC1%PG4f;D9y4n$NՈ{+ sco (,y(wu7n]J۔.i$vޖ?Z`{uɷ%ɢv YO֪f (@./ŕPn6WnHF+Қ8Y;W;ނS!G[߶@4d cL') '+۽Zrt'd Joڗd<PPRd?EۀW\^'cRU8LGJxALS6#TVQr֪}:^*}A)E0R=;(qz "i;vě&s' *Goj8j۽P2Lm#ڮR<+HtI*Q~T%<5sy޾OSO5DBShj(odH;cj@5*W.V\HhmL/ʨ+HOh#ֱĸ{ wp9x=7cSrd L'dJU9OOdw`=v;l8ܥ;A\N_dv$O|6nƯ]y 8kL*M,v&@gz wu~@[T;,u3o;I 83ږt1׆s4'q -y;@MTFVsbNo` ѿiZew"7_ץƤ׏f|Hҍ@[teW;/ &eTRRg޶F$;6,:0m䵌U%$)C!ӸHڭ:tڽmGWgin"8))넡D dҶj/CN2IKjO0hXF0okyQjJC.Iޖ)'JS{S R7<օmz^ [1yЪk$A}b" uhVfjO VD DoEZXo>UU["V)#Zd>! hi- ,ґ >&%љU Ư4>CA.yIvͩ[NhApZmA1H\J4CI KfG^#6\8%eQojѹ[VkJ-NMzJpKqrx3ԥDXL|S\@V!cR#sUᑔ_Qr3nN(%?:<|5&P.LK^!Q==EW]o"9 >\rCG 4ї 90l>ԙf`zꦶ&PkSߧ'Qc+T_ փH*"Bޟ^l҄RABN Ws~[O4x .%]ܜյ$7.ul pM.uDVB41{*bs$4n Ϲ=I*JX2 + f}齮CZQ$R4U 杶fVk|(kPVdQ۸P =ib `憶=UQȄ'xڳ]9ǘN\Z;"VLTRu]TLPoqpϸWdi?*x2 U`Ӫd-i{P7Q1Z0}jIȶ) i APOywJɫMQқϬ-#\Sf:TB'~O4 JbG쉑UJ[Nw ւ I֖0O1{lM->ThxiOeVs/Yj1o(|}c rinZOȊMw4mL6Q֮a#O =vgYK̶V޳H(kd2ֹRn6ޤmIClfE02;G" {+d:Y'Ȩ`RWw;RoےnRv\%%Dw6ˌ(%p~qJJO2r ]GPQ&~UpH?zw(S*mTuB~)6у;P)`F$W) )CzDpHӽt-AW ERneD8 RgZ%$PΒ&p Qql[Ăv5 cJ^e^AkNѴM2ܒ*!rTtU!@%&ԓLɘ1O*µ᫉DL9P 2{|`ăr> R @¹ 5rI Ў<7`io&*Rʀy$'m]En`c!I oFUksH*NU&IA*+U+nH$z-#P{H `HiI28ZPH@+[$;6 ѴI>OmWx"\!8*h!^!%pj\=-MQ7EPC@{/zЮw"^GLV-󒍽IhKzvT% N,PU꒛K$" I2kLa TۧGU\4\h) Jd8ZF + RԸ*+(`GqGJbvI-j['htL;iBWXkK)b)[@t{-vڗR$ .\ZMpT\@J󥨸R&q;9!,{A&odq$zWN NZyojUhT╷cK\EnԄ`SV!(>AU'D:էnJYQknՍED JS4)H{ ǡ'91ZԘIޭogd+& IDR 'ړ6?#ԯ,ێ*)ƨƣ< ׆vj)l3U_Џ$k ޴zX[+]inDk.ɚ垶'|4<`6S).PYpR~ɞ;z;"WY j)I2fWp?1oB RcWNF[*ågV(vx+!Q7W;t CDS."ZmέxXJgh,- 9@[٩ǔVɐ>P"T}B sE C@|Pp4'b2Rh@ucO3v )IAJJ*- R?Zl=(H<ޔ-W%yKJٷBHnju@;U$kSRԉՏ RorA+n;XQo-ZRF Pֵ s?gVVdA[+rvެJy"P^Zckp!'ZۈmHK'a=MʐJ+LzMgT ޫ]wƨ{j!(>o7mm, t4lk] a)${g/3kj+2J/5LEhiwY$HZT Ɨ*{EtF9^Fio}+XJڴ@H3{όWPd~֒m-$ojL+=y@Y@}+ qZTvԒőĈ33+b J)n+'sjyfa*  H&DǽVLTZw !6;H۴2RG<#W&f I}ҥQU$$;1TǹPVDj7!(LxAG֧rH XіTDoD^0ȡ)T(e^@}*~a[I`|n !&L5VU0S~ $ѧ@f۔%\$z& T4GeR4vCx7WcOdE Q:@s_1]`\ǡO.\F;*JeБ-;=kuۆ]H =bb|h7`l> ?Qp& AFDMʜL.9ORB6VG'ڋܖIƬnH&PRI35C!ZC=KW i#qAPB]Ƴ g7)'Om@*~_)M.ǡC|ҼʏֲMߚn:4JWZ[1;{UMt/ʛ0;#Jh)J8ں0se lk䤩cxVVߐB42:z):DbH9&଩$7p1sቦHŮ-#Ҧf xMhZ{Em ` ٧@i?.h)$-)d4:I7nH68ܩVrBz; jY$$uLvzZ[>?>q"9RԢ>v4ba[2})8e$h-'P'O `6­i-xi$m4@oyTڅ9hƖ 0j$)fC oZnE LԴ6R48[KIeTwb *#yY$RזL]"]tfC~F &S1^W;\R99Lb{o!WRNAV,'siZM,qKQ\mFdn׆ .zo捻 Tʖ&Iz\늃(ѯ#5^fPy"b-*^"@MH vĎ~t(Pڅ['řamԣ Jan BހtTF/rH$*;R׮IQf*ޗ8US3ey I>k0=+yG>҃p+AJWrB 瘠'Z-Lb= x=HZ`tL*ŕ6A2&|dzJ)Oi80U*sJT^e'sȪ'Bԓ,.¶%Sޣ>Tϩ&Y!3>ەkYDu(\BFUy%AC})RʃmP9Ҁ}~֘*%GOpMzC@ӺBG>SIjIDsjT:t TT#҆rI'aj%;/ܒ?eB9G)ꠜ$(5SԥyP"cw'AI\{z*|s2}żo)(I'qJ>"24z_@W^$Bo%QP0enB'z6A|Q.tA$ܔNhz-Sd·Zdi/nX4jbv梫FȬ}]6wn[x$iԅli;=_`.:FyK}mU݂ULN9HW0 s:elB[II~9GPVMVnp7UB{W&Md'ˈH )'BCNDfj#C`3\㬱< p)No[ieY<qA">)+ÁA[.RN+Vvo6[%Rv&H q^ynMɷ|eR /QL;6ү- #W!NsI.VD(k)Cj*RȺhL8/a@R՘a @b"6(wި7ùEj_@v?M֔@T $U_ڬh- ω5ħPВ yV!]qK4"<ۇҠݲnJrLl ǭ~\FW;zBU)@o*4izxvCνZRAT_R/~{TTk9;S@* OER J@_\cD%GUdRFA Ljw-T" J==Yw*/5mk)XH$WKV4|A31;(x})Mv<69a6,;A%R>*#ԚN%)ch RAW[iNɾP 4]e9 \qWMTjRQlUps\QLl-rc>†,OιΆ ^;hShl)h#hڂuˤ}+8ńP#vJ'* XgaGHJ1YJA Ŗ|G IN Z>{Xwv[y; PI6!)>{}HRJ5JɾLjP#H#BBϫJԚXbϸ<8>gSO{oV`g)q$oTd:XW>G "o).˧S EIe+qZF"hWX (P#޲Ou Rّބ BTηTOd+47!$vI:·\ ݍ9qk I BեaDj:"A;v)l"#~UdZBʀ) J\"v5q{ G[hT~6)-EB*6܃TRؚ'F*I*ɀ oީ"fH=B:rhǰh%…6F^$T-R긲y/.R^yg>A˥~fJpԓDaVmF؟R) hOz\ݨimJ>Z(x'RD@YIA۝SXڐɰtNGE\^m %"OUUKYp"T9'\Q&kQy-șBH"F" IcQ< 1 t+0 * !߸_-B:i^"EvEHQ *rt/sYm|ۣӯwGJ6VǰY҅Qn lfA__K2yw>:BwNA~伨eG&5jNm/d?yl@ڿC}[|JT8iT8lhnzJ/q۪,#ƾ_F !v;V3+B1GH1[6tgFOT!L?cAJOHtN+ŷR3ڳxAZӡԡu!nrxSo]RJ['ҹskwvAJwutdqGH7M6 IWi28-Sw)i%[|ϥpWxKs/U˅|EDG1fQ:GrM=rDRO*:c!eO(@qCI:U"`TJw3dz[JS) Nm 52JgQT, r|GJ__]!6C)FgY.+&$4{zgJC*#Z{K:^=\,((;ǵ'yGP\R\u,jf$ڗJB&ij N i}kcWȦv*ډN;Ԓ^:$%!@DLMt2kZ@;:Σܞw RN*!N@2ҷhu%2-%jJҨWOH 0O"Kԥf v\T$CJKeJp"JBn; ⠤VqU(҂}VĿCx.RKADF>@Qԑ: n:BL d#֩y$'L ?TTꔭK}īX)KiRAԮ*I@ʣ( TT;JezJڏԡo($-VTOv$2*4w[Ud۷h7n)WmRSəDi؞"|`G ɺ^OPOhןٷI)PO`(B7v%e?|~z,GKtPtQT;r̅,I@(dI5`Ue4 f/[ShI ;Mku +O>;{,rӄj= &_eq%kzܱb2Z5mB yQJld7+HBZ\nEXTVdQC`weD 4UjJ $V4z[{Ql6p)I BwD7vJ4>UԆJJDE/Z뚉Aj>2!;z\@BU _7r&})ɹ'@hY _6$IZoP@48d 6ܕʣzVXI%*=jRBWNɾhXOùSM[8S@=vp+BZLMڐ tK#O4M1 (rb Do>9pғ<iQJLmT˽/r|BbgڜZC(OT@R ھbDpACܠ{Nh:Y8<6m~INNʻwRԠ]%d'v?zu7L79.[({g-:{[kǨKJzS avD5u>T)N;jZdiƑt]rW!B$IiRzik *ھom3M/j_?M=GõPLA;,E!3Ϊ-uZ<"e_$5ZtPOvaۅ#eGUmCm q#CފNfƂ|PI&.߁E٫jC‡%'woCPU$Wl(*WzD7|6xYu%~yC-X'6D6FPs wTv82vIJ3mT6`RZcouuRq)l;ڋSh*p4UQ4F?wX qAO Xہ)PERF”d VY [b1WK%^+xlΜt8*Im(mR\sdAsAے:+ӵ/mЏ3FY"|4sQIr$ ԟPR;\y{9Ɔ%L4E܎Ā mnYCG![VQ=B|լJ\DpJԊ&[7xKڝ7Ґ8޲+{V-֍ I!?vFo(%Q.m jWkH4rHMjx4G6Wɻ9䉊)Wqr-U$x'MOx Yl,f<+Gv]n01i1ozN֯!FM=bf+}`ư_XqV$eQ"`XOwJTS#?uTꓱf^Q7 vC}IZx9:RmUsWry[iKuQߠD@[#aGcŰrI{ )j3 WuOVcpht5[JC wPR7bhIJƤWbS]yk$%!"{ ܃Pq[u8XBТi6_xd;O5& U KXKe)*#5di(ҥ &. 3:{0$DIQnVQoJj"($An(TRwe5H ;RPR#hl $,g0C<ӵZh6څv`JT#.IЙI I+>JNø&W**0D$o[rFtМrCa^*0%ࠄsm&w+nU%nZNwEyRu'bw i(NVh۵ +)L -*gZ[%bO3K)) -iL+ @}G4$E  %VWPk^IwGxv RQB) w3PޙkPJ'}(E;KK d%Zcވi:#bjkBg6R V ()_';QNb=j*q(Th\`)C* D$rhR$)P$ɚ4H!CP1$ImrANO TRBvJ[@$FVyBI+ZL xD G򯔒 +qGʐ 9mJi$Cs$ $:ZP\kʝ;ɫ5aUJέ)vQ&cz"R mC,h% ϢGCp1nk@[:D{nZ.%DA3h\RuxұA+kH52b[[@ Be&u8 U)*A>< X*rW *|<֛k^@[zJds1U($ZƔ!3=աEmYcVvF7̪>%%JU-D5ztjSZD$c{b@3xyr'e")+SC%"cAIBI1QW¹Wȕ&NI"L5~Sʦ{,ؔɵ0n 1vDGb"A E ;C$ǵx}ʸ=2{lbuLРB'5@p]&m? 5⺙irEۆaQChv!T%&"A޹wSuT{\=ͭT*pDn'Oָc."4jS~G ѾFPY+VL*ĺwJqګB]# 4ImX>'tsKʳϩ IQMzTDTQ.&&jwQ?| V ;7o%|U&7U"G@3ڭCdV p=iI}=eauRD6t }*.VQI%C0*4Wi5x儰AVB4;z=yս{ܠ4B&)@$>iI_*MOm<*5ŝlb }I_~Uׁ鋵\=~R]vOx\#']l6G;s} VHQiMGZ$]*mF?-eTS9\9׹3 R~cZ\U[ *9k:JymXg ]_BRBbQZnQO=qBBr vj [*RJfTtJ<~oX~J #$2VHEնSA w]lVmRL3z+l@o O5zȩMe':myP!xil9"+Cu ;n-I`Dv0k}BlNτsZPNz,۶қu(*sީ6+[ 's0b*TJPBmЯu&MD|0?zvժN*ZEpFkԠDa+B fvCmE;{m˃ ,(t<+Q295rС C%mq`H OjXANQ|*o4Bv#X.U=vTBwgaLҔI{Q٬6?IoBT65Y'v- k/qNlBoj( >6Dd,]4 BADo< 6r AZ$&NP61Jdx-A@S%Ii |XPO8"N4wPIڅ%_3>HlE@Aէ[k++vV5ܔeb-Kuc'cVhIHVu_þRհ كJaf3j[iGvAS[UbC$4J,^qP5LO c{Z\ (5(m?:)wKE @1Iר*q*L}iJ[ʀғMj͞6m\ a35;CJK@"[j܄8%) HSVmuwzJhdH۽,%"x5cHK $;S}kȼ`'zHj[7*fTi x'5rT`MEw!, *VjٓVJPh@m )Ԑd׎#Kh%I:םH Rl6d;o4QNA؄j:R5O߉Rw2& ǒۛpS%*Y < lW ͳV:Z>5߁coA/ˈ,Cv>+9M 7;ԗRBLHK#m͂z u{s}@.dq' 5D !'`t\-\ Evuy5G=qoP^4u VM^P5F/!܈PW(݁" PqѬ=Gh#< \AD~WO ) ((oY0Ħx ng҄^&ZAڗhͶ$*9HOrE* umi PVM]IH~t)I6P;jЦB57XwT%-S ݽQA&,ɶtrMN,! J$,} >V)"+I W+OD%O;(&Qش)!m0=r x*$m>M@⩷ѧ~hn2.\J$ѥ ;E)O W(ݪ?k4^ YRPW[S%<z RԍFo֎@`)!<);(p*g&QQ$'sԫvǐү*-ZPRh?.9K߄ADo_*Pcj lеL8؎"CJJўBʭ̍Ws mH;ʒM),dXmŕݪ[+ 8SVV uQƛ@إMTVeRi6ɘ\b}{7)wba1)2GbicZP܀huUjR <4Rl (a1*D#C֠Jί@JC+VQZ)2A Sg7~-CJD~e)rf&[[l [W.!aORW5_Ū`:;7FqaW,;rgD9F5#*7BܒBOPPB ,I|fy)7O2"ImjQQAWd´>Fr$qo? [`Aj (ErTڇ\mAl4~|\%ܨPIPAAڶDgYgVKQ0R` qYϲ K:J`z]=Yu[!75r$|SrUjjjJcb#j*zR{LU'|"tz+w>?6zp)AgTR }Z:\ ڤŵ- Lns$tR+9tEDII73Aq6X&#ERPI@懟.h<ʴ6+p+>o*̙cҿJ]eJoDkUːa)V>͇R:4 k9Kx]sީE%D%k;L?:mmxҶdĥIqJd9/ۺLA)IKzzp ӧ![~a_&qiԖo=I|XpAZƓݳU*# mX4Rrz>!|8fGQ-Du?_7*x7%[P~_U *ڳr#H>ͳl PQgoI_g ˯,3!DWuIkP\OK]Bo'җ:`oV/.\hWBO@gRPH'UGz^(QCgIE/snCi)dS;}_w%N Dd?.'S˖ʣo^ O䘯qaiUdQ&>YkNe:m6N $gaOrAiQM+:fCH63L%d";;g̛+}vK\BҩPtT;{qv͎] )%$F*To)8(DiCutw5WXKm%i2RU&lB#y/5H*У6 j@J8ڃV̸?]`1"vG8'2yW$@+'Zq1ЎcpƃJщIT;wº-GD4/$%&" rWQC89_8>"~ғ}b`$:*q-R{P'A%b`s޷7e• b .w F]'76@I|*BI>udtMx/JhX|9W89szgJV}dv}BMVznaxmZ-[8!II>-sYzR!Zlv[a]@K&җCΤ'Ӊ}R]# dYZ!@Ưط*Kl%H=^ YGTC He(@ߕ7ےA. e: RI#ԥ=F^:1\Yjge8&=y;[bMilV[^Т7N>^{rUI۶89ܼ`cwI3_'/U3on6 TVe_qz  wwV=6d[y(M"RJ龧.ru<6JӴǿ,^?p2'R<|}u֍N!*RD+ߏFĢe s6UV؎9 1rP]A: Ev}hqcen`+ݽHqi* RԹ tm!^owfJf~=Ĭ@gj,]J۵yT[/ )H /b|MT 4%R=Œ| zk!%&)" q2vWAv;2ϡbBxr}64KkGíDoƴu. `۳MA\!G5?J]3q%*}w+&<("sJעOԲ?A]k QmrLt9DqnJAkCҦ?.7h)Fme0:VnX;*H c Je6>)~tʭ@7G0nP4-= ]ғ+)V3Y2*ҽDڵ=&u{ttOO @eU辜AG ~IޭBNzăw.Ԙi-U+CgNVZJz }16ΕDʦ/ ~=6hut^X5uIO`z6n1QN-֭?gؿcyUz %?됥|OR-v Y)0~ͭR}xFR)2ֺnRlIG)m~=J\zf/.lDm8ַɎ밈}ta%LtuϠiP퇦RS$~Kc/cAEGC98&gŻ߶vtm`D&'GRjk.m3Ĥl?Jf]h3wf8w)[h}4EW[d|"4^ OM{Bҏ?lu\?,i.!TK_iFyU̚UC}o1RknTz6RGB*ى{4J>վS!V6? `WkPGH<$+lG#_)>ul;r0 }8{̏Vt)ch#x}Jk v@W`:h_dXUO=2I+"'WraiP`~3o4TKF=oTaJV8Dv?ZltcuJGNy}2ҸHϱvsf0~]9n36Nkm_D"+bƨ>ݭN}vCov# 3п@?ShW\Cim40D؈Jm}ǻk14MԦ6 *2;׊}E5zf#Wj=cݐG`-d}:.A0OX ]j](R9?iædw$b)Z jC#9hFofϱ :wL_b*I?-oɽo1lBcRR<.=)k:+x[LժQ?d)-uVRq|t1eV!HFG-[c\K}jRZu*)ԦֲDB)7u%姌:&ZyM$Nb' ,* &=B۰AӅy'fe#1]mi B2 ʽ_N/VDHSMI3՚JbVڂq i> llu虜"LJR#UƪOmV>h-djWڦ SȟA}aRN#":ۚ-m`&Au O&wBN$QCt vD}d ) ~zKP,# :KdzO;~8)E plIz2]>.xWW0[;ފjۣpR72m˜L՟V*UqCcF6C.%92woMgnlu(MˈVA $Dl=o^h]1~w{͒\N]}Z ?VI W_IIp M55tWCdbTHӖ*xvttr7ހ?]q$(`m$W4s $ q뮳C=@uۄbO!l91+|Ux*E++} إDIpl`[ZXdux{e?qKNޅρ;R~*-I nU}PQضes%YǢ9+PmGű@?TwL)oտUңxlw\" ?zW iz\abxv:$}fnٵ:)W6FAդ}jlAJIk9L]z֒HOYOPuR}m1 z̐@xJЎu%o:O,r+'Fws9[{m(en.rgZ:I$h' )|'eA}Q]MJYU()w`];J9[(htۭjs_ Ԓ$r zri TJ@42/ӊ~{ReKJ.9f0$)ne$;MIRfloTvY:)ڱWaiU["v);iMjK]GEĒnRwj*(j3d ց/#n^0]x}r}.䅒ɈM o@h?lHnv eJ*|+mR}2 -uD^2wQ\۬MLSxВ)^Z5ulfAK?Z3)+\Q>*'mx.\JKfwހC`jLST)r7VխnWq*7J;g(B\^=N w`$j4i)pBP$(_jZe'f9d]Tp7jOⱸտK&};- /0Gbf/DڊniMT%)Y+B ;*Bu|n1$_}~^j$GV`UQ ks*9}jlܪZTKmuxȔGqqKN͙}EZVԙ->ƫ1L:N=DDl˸{GCDcHNDt* y/4pکW[ҐC q"}?SVRR }bטك܍V: i'7[|;޺]z6crE ҴV@ *e>9RP9pQW .+)ż fcqT/Ӻxwb?ةh EU"x@('>\*tD*kbS$4P{07*yz>u}+NrmPTWKgˣe 'jf1 jo:SԚodSJ#=XLz}&_qb`8mVI13KYUҎցe^gcUjZ>"vSܳe)IU}𬔤SKEiQ :kHB תcqg쟂+6 /FEd g &Nƞ$Iqj#ת exOW7Т^l$ܟ(. xk틯xwY P}󀸛P7Qn4H+[P62"[;wV+Xd׹Sne6liUuEۅ-ғ"K`UjY%0Z|=:7/wIRC rQ?zcHk1 Nڷeذdw )*j)6KRIRQ<שtj^GOP!W('#RzπJ&q!jYYOg-J9:nj$+uL?֩^yR8J@2bWV-hS$(*J%N(mI]-eIAJOj z]Sd7}*M)ZmÛ&+!\cn.N:&I> YQ"w%UC<`R;+0ŰMnm2 Y )l?TGwJkXD8s3>XZ @Hldkqkp |D-AtJWɷA.,Тy $U`lk VA^ %_ˊL;V'6'm^Jl4 A~+8t(h!ۂ`#T(lB<<O#pW*&@srS(AЅ ֕7lJ_Q $^#CiJɅqQuvɿuKjKhh1Hݾ)V`T;Bvғ)a $&»`lTXܤ(wӵA ضJV˄D=67 s^b̫SrOr oڊI+3\^:%NVZꌲm5N>^I]%6/[`vvicZʁ0QLaiK{ɴ[ P')˗^J@& GScF͐FĦP/Ť ICCFeܔΐ@&D>)L in7hzR0hK vQ;DV[X.?˪$Q&JԽj.z(}l$I78:%.h%%DΙ4m_a$!)JmMΗBN ڴI'+d?:<Ȁe3BͶknlq@*56ŰSW (#-? %SIwӎXD%zu{6(E" $?jR?* OUq,r{J򺔋K6)lw{QS6PGÅſJo{vEaHI*THU @FR>C pXZ}*#T'ZbCq-iXQ;O5.V n$wF ˡB'ۍİ$5, e:BUխᖤ(P;R}81kl-FTpyC )22D֕xGJաzExU7e[n⋜Z+l$*0&{ugc:ЌcbJТH P8%(J $ֲ^M}[I(J;Wa,o?o7^VW" ŶzQ!7cEK)$6zOoӷ*hZMҥq;*BW''sc-QޅzM vIy8ܥ6 !`Io-7FJH%2A T7@ Ɲ*+xpe*[”T{MVv҉JRRG'֝#)ļ*R`Mhzy-εL R ukr J j` E 1G Hi>oRa./\ؚح!JD޳2"h)V52oZv5"jJH?ݑݨoI_ h >U$UKLDҝ/O ZQ&>wm}( vMW̩*JNN>sLkIty07I*!Z o{ rwǾtie5~2.iA%@iK^ln*)a J=vWaN"A?Zf}qTtR) -D K\`Tm[.Q꭛E i82hH$bt>HI=+{k)i#dV{;1o&BC^ER%^R1G|VFzrx3Ԡ~H;ɷT (JJ+TœB5G?ҳJZmfn;P Kei#޴V5"RT*m2H1#ގV*) !_~PN_DM?67HYD&I +. Ye1"dgj6@N/iøU*@H15]rBR$Z JeB<@S( mZRS2Ii2{V.DvPjD VTA) ԟ$DPUe6O9SK(dL LsVBRO~iajh*TӵGVk2n+oISXs"Zm>`>6Ta@uBRTLH&԰& &I#` VDS;NojJGr&ҳ[cҗ.ݽ!H+ޱҚ2mp%y.:)>žEj}-*6fzuV N9|9I}eٶyM%e%`MJRJؿ>]7M3XlQ=nC+ Ԗ:J.z[TlVK Q֯k;v@ݕ[4R9Gͮ>XK+ױٵxq" LHSM:e U,{!|BDmۊ\{+!{I %m$&V9/W<>Y,:ktmHI8ۡW\&6J;WIhqfѭ*HA/}cS:z+Sa{bՕ)N2յ'p#8KW«H!)a_${4/p؀kWAKf=-wu%IHov$~uY[sp JH)'qBW/8Oi9$Y\u:wNĮ BqZ[jS_/>5dJw*/N[ӉU^Km'`$r|1Y)^k4$JL~j~&DL"uW?]%ag[JH]D$8-I73ۚ_qBKTJi MP6h[ClhgP= ưBf3_wp CR=$Zp_*_8eLTqWs*#\a:L4z\%gTۂ5+xYOm~ʗCzy;;լop8%$(W>vjxκH)k|Y>+5j@;] rn^,>T`?M[7 zIZB U+qkC‰,ފLOFP _"`bjM-^Q ˛)н<"“d@ig9n'ҊIRPB >>:KdNO&)q%Ż@blлcxб!%@cyAnE%jR۠jlq璤=ƝVATz*H=jc1rIthߋqzR6'\al~e0|LSMhI- }D+FR|D8=!Q.\ڂ/)%կVZ: I^-:h_d;Fwx|9uO H [r8VQ7 ,Y#j Oz񄩝"L[ T:m EB$(D7lS7*W栟XW)*Q=G#Ժ1(mz 'QW NŲ c5WxJ!ϽIχ]u/`ހEd{˺Jf8Cm&ҷ6TL{҆x^Sz*4Ei!N%Rc[7$_l-wHE[B+U;6--QcR.]^1A  v#Ђ\"ĢQ:CV|ZQ-hy:4LHJ .XJf ?j)EE+GgDnFz.3M)m z$j/%԰V%S> !q+-RI&uzV3|j-R Tu&[Q 6ڂ5B$y#ye2IүVA2n *V*7 rf#~)#DmaA ڂG!TBUƂʀ' 뻌.VV zE-d[je(r `sKVj\>m)LiG7׎"TNki;w2-% m! ڽ\i ܸ` [JЮYi#@)(dB֤jѲ>Zܕ52+2n 2 6ڽm˫vӤ'N(8)4q)y*A(@#cE-d[JJ(69v^is: 0CY$5r >Xɭq');HPɷEJBąq>ԄݸP.+A[@`q;KarTT#f p JF"w'_9eueBSB$3߽#~RT8!PFD"ͺ<+˃NIJj*ۣCW}TK)iEQ0@qj^6ڔLH?3Az*Ei"IBU;}2Oμ`[ln2$j^c Fux+arB#uHA 5vFV {mV8ׄō_YZmAA;;&d\o%rmm8KD+b3C)Ԧ8A!(oT6)d$ 4[E*DNr4wZ.]fRnD̈>5,rKj6*{V⊜e!:O'֭:jvcGhw Uev? ֋JVێ(2]+թ+%BC4oj M,KJzB*##~=U6m^A!icTnzo@ /?vKFwa=ݸz76XB6鴏qJ4Jq:i;|U-6E#[^M A\9r- ezyLDS;dI uF?҃J&$pHiޝ* ARBCx@)$2$\n@e- KAQ'onPPC:T<_1P ?_Je;][ou(Cz( WH1siҦVҢ( l6 g6-ͩ@`lcON(Vd8qޅ;I6-0gx(VK,Yx ) oZz<+˛qrdO󷧾mty5lh\x bU@BBiwI3#(EW W^]|D wF3!;L@۹|r8׮}eXkNaSx@huZZWLju.v: IΡSv3lBW I #wutu:|EI&g\ny"Jp #Z E]t✾M%lAz47n{AZ)h PH;[ ͉RU[vw+F2e *-蝧sE@}(ֲ5! >)nox{\ qH*0 QY}J}K6mЈSrL'HԒ8TYUGN JSBj!\fP!H26{p|'ҦP9xim hz{).!Ըu ~t'JҒ֊p5I(7% x5Sm\xE`#ʡP^ t>O(ɴeh'OR<#FbJD%:T=խHUk rn\F<⊢N:N9JV2@+sR6DsSFlXJߵlZpL+oJb7n;p:mڧM%oȻu^7 Ҿ^<5kSPB*FsVnm^Yδ[]+w0(趷HijE‘;OA]WeRukL"e!nUؾ'[mp$ ֕tl|?@}Ѕ%)P4NKt$!,]\~ޕT._>,)WmTջ·K>Y@7雚ٵ) (ljkUh[^,T1άo#onRҤSNJHqCem)>3|d !_o< SK H7/!T+8ez*ֽ@O%ZHKx)eKDjmZj [;w R*ھ=RY{Pr;9.M!-HB44:\n6[J5Pd7&hs(X#.[[]9{rӗi#mZ٦:p4Ijhc07T]ɭ5-cJWi;ǵ䰆QY.eN4۸*yZBn@fVxw$JRPs)ʡV"%It/ʺۭ-+I[j g$cwϲ|Ro^8޴?}gҖXrVv)GĝeQQ'$ v-wZt$ǵVɼ#̴ H;HߎJ4閶%&bq)|9vM0;oVbCnIIo^O].-6ښp^ګybIJQp1b5DR&/۴-~֒ O{w++S߸bmn )B{\r:rxdKΕE^RH1?IO~VrC*RU'MT6m&t YkZYZ9If[wy{t,j t4*`3^.uoTT#je~1.^un<6`x6ez-.s8cvA RadzAH4 "FxKf9nfuҠ԰i(n$֎Ӥp68,$rWsslSڞ[v_|69d묻vҔCy+_#QՏ.ZEGiw&.Xƴ7)Jպx: &@?: ޙlJ$ӜbKSGl0]u[M,ZWAܳznnZ'IP҂ӭ5qtxcI0FFJdNnĀRV;vWz/9Hu8-!A<vҒRHݴ8vOdMn<Bt`{"NɮRĩWA0֗Gz NLAḽ?6p -uZ˞w _-ˢJ)P(0 l%*!*j֔aУn}CIK ^a#tJS R`{(u-ʞoV{yԒvwo AA;iTb\-Z$o-^ JI}+ĖV\!$ {͍jz) -@C4z n4aէO_oTaD &fZ T?iU)63utMËI JRRwnCBTOXTEn8 6O>@e `?HUȹ_0&P l׃6]l2gXkJH媚mKy Ls4ZE$43}PrI'X$/IҦm ܩ'e됓Y$Q!ve8V$JB`%6iӷя ZBN.JJ<%%Vސ4AM.RR[m`=ރ;~q"$H҃N4j(R&nmq&LmjŽjZSkS um43tUކndnTe?bPhY_]wt4PFFcimu-dI)xSnR-XaXyIH42X!ZPJ {#[MPٻ)ZuAlqE[}Z:@ߵ/h+B% *W:;$峋 _L;yZ]s[ kt)^F^8ܺӪVA R8.\Qڋl+X!T{aYP_hZR s1x9t7hkN{zk4߉s!#޾U͵%űfC'mzJϠ7,7RBHQ#nk*톃MJRAi P^UKZPRH.$աh5xi$Yqw R[dZ$N4]qdL%qx3zZݛuHT~v[0$A>@2.x(нJ.,wȴ,mH+V ۬n8ڴ<$r}M|xB amurQ?{έEE<)RFvں1۵cTܭ7! ʕDW.u $LJFOaKT÷8K{rO@=ݺwv[[Lb@ KY,.ڴ- q%GIqۚh1ֆS^Gyϰˎ!h@0Z2>}f [j)-gD<0F=BiJ- )BU@Oi)VImps,$~ n:E{>:MZ-[@mii}㝸Iq[|]*XJNij.emtKOI5~ջqh(R @JT G="M* !."݀&Pdʆqw6 'cEK}2˭Ӻ`vcPɿn}7z8敀c'O֊Rmr.~][[w;ը{'wp!Nj7%>f6z@AiKڿ/\wDbؔ6RT W0c΋9Z1xS*RȐ6p{\]8ճM*HoI߱?څZhX}W K(q "G ݲ !D#~`Up2N.SZb6⼳ʥkbek[l$@#Y-yUJKq&@RfGf\m4$Y& {wEc\]]ڷhUv*Qݶ&*GD4ߙ@?p͌kFJ AV)cHފi".Z\KPq'\e:QrC.ZHIdPnx_e\+'Dlm_ u4Ma.c>+mݩ @]]O^G5!=XϷj*%҆Խ $;o\T@]BEdvqI%tV5-I P1X*HUӋ'yRd#>vvi~+J8NL$.rI)gÍ8ĥZ}OFd_ʲYaY}J AJ6N-eenTja1B4|F֦;cZUJ>YI*I_!; |˥Ilq#R}UxHR|5@TIG Rōߎè`o$AIB~pڹUllo k )XZ0 i)שGW uѴB\u[Q:t* ߙ4O3{Km* 7k E2#] $m1 n3vڂ@UX!H7ekT6 ډj 7V|.jB6bF@M2K`|ZNN![ʮH;hGc|a)K]ҒGt/zQ< )). m|ǴĐ0qS)|\Î$#pϴq|1Ta_\4 [uTHA#jٌ17(u )&'۝m[۵n-/ tnwRkwIIX{u"7N?z;C[[i\K(TqilGvIA[Gx U&7ξ V)((@( 'pcUuO$A6 $en搒FzW Eӌ4[֝ĉӸ:nU:$IR7 f/K )e{FI#ɷ&Z4֦AokYۨ[.#C:H=iuL:He0rҿNP͌ŐЀaw}26wZ,-V O6QRJ wʶN%k P' SW%7m5ӉVz@:Vve\H-7EE"nomV䥿`N}"7K)CGZ i0 j~Tr!yI?y@J\BJH=g! ?)^ke% ! dO@$p}>O|M҈e2JOtz/6($'X;8h~ŸbA. ![pA!5rS:P]DJCkn<5>q,'AW~+4^;QUvmn8\&v#wډg8mVE'RT Gj5xh h#pw'A\P-R0Go*Yۛ[խl:p P1y<;m.-ҥϨrwiЀlßJ^um-RV#J= t58%v06WH8L MþC+F+Uje$$yjAgNIЗծ\0NMKҠSB- ujLBm\]*PԃmOQvRp'KDϕg-I:`/nK2LR;r;Ҕ5p-uan&;uh7O|BԘJW.RG.a**Tv.k~m[ ۦ TyJjM vRRip& l `(Z"HS7j:Gs'r$e趸}>m2.u7 .KKrm 4lHGzEĐ1EM%sߚd@u\>BTږXeO (z -&@.*W}=⫴Ue0?ĸ!^) !Rw^Ś\B *W * uΕ0^.xoSD.R'үu 3>U\\RZ@0YJāA\RUvQ'%alY!$~'O5E[D<aU!ZW6*\3j6K- t^i3b6R~HReI։ov[z#Rl̪ynA?K )m)l~P:R@qM MXw JT%ӷnԴ$~,5ZH $H߭N.mqFam$8L]pXJIZzm.2$?lR5$H RH7>a*jC.t^#)VBRB.͚mӋX|~-l6_ AҐ$= 6nA\aS[j u\a:ּKCˍ$LÓVʼ%[ΰj'icچm0Ҕန䃸TT*F9S6_q^x7ڂr9nTM} *]e. 4GUl5o'Wx߈hB mDzH7ܨ!ەAQGWlIyץ(߂ LVg[}foZP5V%RT#mDxZFA(Bu4+jݿNJ@P*=4Pn7p-%DSG!N.>ҕzWh2ޖvyT%G̠LpHUݢR-a)#^В}yR%vZXb7R.ml)mVim}j\JR IJs=^qMN)tҰ"L^bYeφ%j2)()i_ ]h-\BYm\j;\-[$- | EӲcpe%! |SDGsK×- uADMMD_[R| jOՏdla_JZ+p #DoJ+&^ aj 53֒ð\V$pW"݋eJ!d R'mW/jmMIqCCU M"DP8MYekure)Hb|Ci{׫!{0&?J qIkKO:ƨf #uw$Z6Z:-uuἰ56 h=_UТ@,$@"1* SŹma$ 6iv-☆܁QT@,4N60ug$ͭiqeՂ{?^UZ8X Z`-Q[T3&OzGlqo.Z-ۦDocm|65j͡Ffvw=7.l1A-ROx޽~~(}ºf@KGRGҽ~heL*JAXޅ-[q Q~E @1C h9?JܼejHp84eS2nJBG c3mzoBBa)#C%b.-oᵷ6j)i'ךKu-ۭN]؋q$ ݎ=DS=u3pHU G)gZ$Oj!-n_c/mo[LGy; X52 K,,YmRf Nֽ\D%ڐS@΁rl8lg ޤKGad}]nU\y(HlCބQR&RWCl46$sն> !Mê.8J\@A&YdzգwN!HuPT6$SPS8sshx8R<oI[SHdol&)]R*I:#~#sur>.l Hm1y7o; (@v>[O\)iwXT~jsv5oB*pqiaIq|?M2ӋJp>"AxBY ]ljmO4%M7G9K MƒX]t.-8ښx*A6-۹MC6W -ju$3R6)* [jQbh[3suo!-ȹ۵Fmo-F>՛Pm.lm')RׯP^JP xOm-^ZsaZ@Wv5]qlYېF)v`6}:Ox#Rtju"ܰP:@ 'L*uo-ʂT R4Q${Ա/Mݫhjҷ܄֞V% Uq`p_$HBYa-q*` :o,aԟ:maL%}XJ]F `b6KťRL*sAL{m)E! P1܊XA^ݭQVNJPSk2~"KE$$|%v彺cHH,ng6Y6+ (:rDwDu~6-PSHŦS$C(RB; [*|`nfӏ%ZCpZO~w^f\y)̅V-$= ߝaZc*VT D(c]]8g!${֤r-N6)D4ȈUTgyobb Pr6=R=-4^Rr1W7eqؒJmšl)i θW h,^EZۮx )HY=ҝԻ(zݡen-NkK`mNm-YnψRM86L!ԅ~œl҄ZJ㼖[]%$DIj *h9Oܛ!Q:I;'>uc Eo 2mHJg]9.d{(%*FB]9pMWKH?Dvҗ/d [v(е-d4 BǸ~ 믕X; G^%AREqd~!B) oZ(7էd 48*QenZBJB$0{{uVh%{r@2RSު, JIAr).DvBn %Cr?Z10޾!KoBGx0"}*n.VjSrMD>ze\jϤ:DJQMB2Tp,aJ }:awڊ]45t0LSq-*BUv؎dzHpJ(]qǕ {\4n"ἡe\Z J}V!RR!.O̥Φ.qw.x"iw=6lsvEN4 cڃܫyC(! ;*w>5}FR) "OP")x@ږ*gSRy4/oUvKxRs B%m\|eä>'$yv4QsU+n- \@`oͭslԫVtݶ v,bUpv..XDI"\uqynbHmKfRw ݽ!ER_ovHI}M nL慆۷y *LCHފC\JL@BR;vٶnHlL< T|?fpf]%'ڽN sky>gu·)KmarO*JUR-o-OesnbhO`5sr@(BBҞcѝ+S.4O 8[JnSn% &(\vыD($抹nZ\qJ(I =6FJD6vޥI)ߍ E RB^naKE8p?oSVWizyqZJ:a7*Hu {V_Qan[ZJRH>{޾MM_58I7Vo?u P_!Zqv44 )P*LKVMn24FFP96ܢ #B>[UJmy;W,5޸R"ysl:LHy3^[#HRYmk*M3E ڴ?ڵI=:3g}ڑh?JĄ_ުHXH؃*Z=ihZЯ oXB .[ s- % R靔TDoJ .%JĶ%@z ݹyIXJmO1D[i(2aN B}" ڛȸ3s|nemKi+_"?1MlŽ&f^R)IEƕG}$Prwkx\uyݾHim8π-u J‡z)gj 3֚zB[S3Q~Y!&BY$~T!*qO",*GG Sk%Ϣ(T|8HϯzIJth wwhX=kx\7?F6صe8u!`N+FvMkvxwK fAܫn@#5b8վy;v)]i.?wĤu8#r.[_gX$'y4IL8e.CpdOZ+Z6-.鄟nUzPyi~L#mtĥo"H3nϏK ܶ!ӥ)GSL>UooS umW[..X,جh[:=+`Qh&ݜb:qE^xRYݩ» 8 nV (ɿ_yyX-ZyqФ$d2g1tn ڹsRP2U2 (A=͎d"C7{tj%;p Z}샘嶝(?HY>\icFUVW~-^PV ?]"yi?'Cy]P_.nV\A)qH7pXY'RnQm$=V^+jPڷsx12PI3 M-.> X4 pLxiII} kwda]}-K~'#ޑ\b7NZJ\JzYEmխV*VîB( TnՎK] u!$ҔIT]`ͬƂ5}hVl6TBe] ,YV="ܑ^j#}՟3ti??v&}hudo&RGJ2hUu*--Xu!X[+_!VcmdJoKtCI@ AAǰY4ӗ%)(!1zd<`oo6eޣT$!vD҆mE+iQQ>dT֭uu> iRus/`a[JRpG*ĝuE̓N .6rz n!xNxA$&#|f;]V Bm܅oԋ;xˉ*(Z5W@n4r\dRĉ{Sm9p䮞sl65)]vtۺ-}ԢJFm㱡I*UZϩc*OG '¥{{[y |cn}[8)+J`5գ Q)&Sw\Ž\>+3I#օ*UAC)N:q_pB[.%b?(Dٗ-lnҧuT;P¯HY-ʉkRLˋoZR(Px(7ii`Tv٠3ȈZwn=Au` (}{PSd>d{|D@ jrl<9[%)zy&Ֆ+RTI04jX+LfbWVqֈrk-L!>:x1PBnPq*BiHܝuɷ6Bu G#Lu}ދML9إiAkp I?:ϩN%޺BD#o6ޅ3MS'|E!ƩLx.%۫P"g4V6/8ŷO4)?ž~),PҒ9 A׷j8\̚JzMƢGJoUm\"y\:@&W}mGqV-- !=;WlKupW-XpxO0ԀpSxKVPFq· Cgʾ\^3zuA AdqOr$۴ТCgsҁnyW^5a%mJ2 AVv 0Qcnм0{d P;--p@œ}0Rҕ6 $*YUX%bR4q@ʭ1;dhƲ)~Oꑹ9GhUCO_06K2a@  B=yD* xitcK2k{8}'WSZڽsh|R۴ rQo_ݥ ,w + z#KK& n=RoeLu @=YӑHԨ8+knI^5mk766hR֧V&R~bqw-V qrAҔf.-d'IZ%Qߏ5BٶM*slri+l]cK:.%-sHݷĨYM@u( t;w7 :%6۲z'q>*WF4ܻwB58KnY'[ڳmnmqr%UL n6IwE'H{U6Kjɫ{+{TqUJ$Q顔,rRδOO2(PweArճ,7I :DCi-rΩЕΞ@Tym%QV#G"{YBTӈtxJ<6j3ydoZ%J,;yZf"Gfmĵr (Knv T~o.q 4 "b lv#f5.Mώ->);;~)XtCȳrie])G0jQ(6VGr *k0Tŝ-aj[K,KPMd[i>#j(B>@瘦 FldL{}iiN-zlQqgcPHvTR@}ʪ٧ܷ l6Rx*'QpQ6ڰ `ϘjVvlv$k X[ A$6eI)mfǒ~QU; d\C-6VnRI*f_r+k}i`*Z9㍾:ݲR%KE-x]$uww.gXf 37ݩˀ\ۅ/Pm'R4U8%]-P0XwDF'֯dٺh!AJqkS='+~׏C4ASnU9k=H].xX+SϩUuVCGP[7f@M–Jԃ nֲqmYuLNrRmf#Z5A"{UZ+QJc޳H;Z>]ūk.W qI&$l=b=-bYl %WD@Mvy\iB[I+J$|{˅o2-#r(ߎyiw)*4N;lͥ(역KҤ>u+̠ i%JW;m_b-5V|R}y qjU_>e!)=7{P\LVO_޵gTjF׷ 桃M wmm\Ƴbc鱚 뷗&!f$mGmhG_"^mZKKV bY*CXӷ׎٪{E^j^1NݶQqtlqCqN} Dj}$^ZmQ(% rOEE^aӋ2e Z{w_cغ^xd֒- y)Dr+\')jRIi n]q3vIJ 5򙶸VÁ#Oh$P bnw~,jplLNYn&]a)H>b}7n)\ 䚮])wmjq:VR}D2!ݢImyp}j>Ͷt ܃'1/]:=B dĝVT5$mݺE-EIAQ7 [E*) PZFߖZˑr6xeA";GUwZ?? ĂVy#փBqsܡWT Kґr'nFߵ0)q]J]L}Oo nqw\]0jDVu*?ŧo%h9$$D;Vu>! ̕6\0#v vm}arԅ(7ңOݸ)`kX)-z͋w[qkH#m΅x;55dWq)RY&E;9[UcٷCJX[moQu|\YٳklAH7Oxc O5mien 6~gͼ~W.ZMݩj{@vں].1n1v:tj5,[ YbVZZjlrn_̳leB[]65C FU6nCiHpsw]]@qJV*ӾRXҠ v֦ B@<4L}'ҳ>L`ni(m:ՠ+N~qQn.œHḄ ~Uka6(3/=-m~q |L2dU.aa88ֽmV5n|ԴhX2vx7l[Eۥ)n-$ɚ̞ʄ!1p@L"@N,Zt]ː[ ((?^pX(K`R+[sȵ|d۸Tyd𩋆\a=۶J {wm39xmʬWn!E!'6NQIǬ) MCU~Ns--ql-n)S<Υ8On]2Mv.\x MjR In_7>RQ.$$sNzJXW)뫬]Sl=wo ] qJH?1G\٫{;;-woۍO&&#][K\Y r VnmQt6v^q`{Үw>.-\`6hJnz(KJ 1~\Z3wT!W7 {(mZ\'t'mw7X.8\P%!Cr <4]cbդ0Hq^*Bh3V;0CAԨ&;Y;vngdܶޢ; (EHuꮂ HO$&j d5lnC" dݶ2@B5:Q tc-_C\\%n<; zxZ6m j >@ ybd:RH $TzJl#͢.pyP#} Edͻ"Ny*N3B/ ŗP6v ޳jaSULGg2My-8@+ARӻ+ջKO0(Vo (Tqo:(ڲ0rv> x<{V!j9PG,*bqnyĹ y {43\ܢ% 7~%;ڽs݃.*–RLF2Dž$*` q477!M8#}&$DʎՖ7xkVZR ޴%pJk.i* ("jCgl.%q?$'ޕurʶ Zk{zPȼ2/5x-1୒KvLĻr8Ų%.thp@^lmWlzء”á J;[pږ 2׮?1=7Z6gD)ĠޖkvAǛ&TP>ֽ*+䭟R˾+ڛpOm#۞ jý{cUC>f)5[_`ruP ;}hV02JUt h'ӿ ߍ}ԲT<BiJ %I.X[;E9pd]{79\0Sg2V9fm7jB45=e<-! HZҗoyyɭk%N\G&w?_ZU%N3mz98m\*#o2y.,)BnrS.՟+NVe. 37#n+u-gK$-0-~ᛕ8R6ڣ}ޏ$&e2NH"{֗n!gq/g }'MPQi`77a2uVm DSTEE_h0w+¤q* f~Ŷԋ% vJ'd]gL)Znq B- jS@`7ipvZ |nt[\*v۫K{]Զ$>T%KX:T᥵R;LLt=utL:kF>p@&6 !]Mik|QZaÎ:֑쁹j- #}N-[AKA`mVڅyBP]e{f. m-˪=ơ?H)rXY<$%96*p%$jLj&%d SЗ'IJНboti$) $IΗ麹I)}ֈK@o$I޲tfV2aЦA `QT\9f X7!JwQ^lm[-p^"i*mwgt#y'քm7ZX%qb77wLGPlԂש.-3yi%n$GiW],]_p($+jGyrF`e坩[L@RۿF?a/%8jin TI^VmwnJS$#x*Pї?Xt&꫓74Ҵj-[< ov>ЁWMݲF'Dr{V.viNB qR]w*$VzL>Ð]{mZJ_>N/Jݡ!W{UW d%UPV]žT4! N*pbC*B %^O56p{moMP|[-v>I!fJߎjy|@,CTnZnܷhѱ1PT$IųwLݦd71dyw? n,ڀh?W9e+KZ P^m42,,%PQw>g#ڥt W(R2NX4mr>W.&iTH7ԑN o\xIOGegcqˆOM)3ɺuNYodNԟR ʎ9lMrx˻\#KJi؃-!?2n, 8M5g Uxk$EIP쒘esdVŹidRv?ǺLc;58^jtݳ)xmxnEVQ?=~k,Y EqRyS/ŵq~9&ʯEB4ֹۖ<b:ekvlS̞xBuo$kn; ݗ ]4AS-”_XWN|Q:(K[&Tz:':[2XJ6/ _1 mEhﭮy3`6*U+鳺ۇ.r6؎יڟiw+E֖W-\̰6 UM=9:Hxvt_K[HQ5GʲwhZʭ *CnRb5GZ/ݺHHۍEF *莊疵_[xp@VîSL*+ q@MĀfOΰ5֐-2gbq8Gl) <=hCm u57R?H1t!Nɑ :)zpoT95-O266(T!gZv2[\ջHv^{Q'sRo_\ʹd6V滖udx(nbزZ?~OR7JIX)))R1oJt-qxv;-l+Tgj.ݜpjn.wd&Vm;*3Xս%- JXmQqȥws6Dp)V.o_rY,{Cm"Bm_Rӭ@\S^,&#K% C-ܲI 1ғ[3p݅Bl0Z \{I8Г:c3Upۯk҂+ vs+4i~-R  (8+4"ˤ+ҕM_uonq5R$ʣ̨ݹn u-TV!|$'3m%ѧ,rK0yH⽳^%\[$1W5iec Uܐ'x1^a̬$:׆'i*')!Q~Yٴ_k.Y)VQ0GQ=(eEhG!;K 7&Cx0֪ knKۥ$ (/.6ӴrPtbRtʵl.nʜ.\:0}MkRq`Z}JӰ"O()b -R&>TSUub+o ߾U;] *$~iӊ5鷾˄,mJ̝v,ݡY./Je<("ܕW `i6ҕ%DN߽mJA6VrNnMwdڏK.b2ۛ9/asOr7t1Y&>9S%eK*#V/~ӬmjC/RRҞ3>tE(j{Mw2\ɟl=U͋ѣR(q@+pyjiu):w rOJE/?l( !K* Pޞh.}6/mK:J JȠe9[ˋ.'}*HmZ.r=;ǥv EKnzu$ۃpʁLDv٣GW-]YaEo,LFbrl_#j0Z-Q9X,B#U\)mqLM$O%~Rn[hBge#5-B+QJk EcX [C*t [6v̛ !.)o$";RYds6Y#pTGDcefVTt#&l4'zRHJ-cͿ(NV=ilAHu*v8 z]W.PZ&H S<]Kl=ڕi)m[>2 1ڕEX|v2WW\ v% Ə3@ ;S*\`a >L"iϋF3&܄qE>&*@.F.Ѷ9.$q'O?Z;'HD_zƵlMY^J}I=e)qUtVTO0\4wlB٬w´01*oC |Y4DcÜ;YUS̖(qԲ;@b)j5%,N;{UW-^,Vu%KJFt HRn AWí!O+ېjuR`o|[]RxPހw,]j-^zq$On)FܮؽW(J42vQ2N–tmSzy$BpE] SrX|vJ0)SjzIUۮ,/NgmrַȲqfقU_ڴWGpm'&ET\asgfInz*iG'4CL-۾28ƍh vVx2JUvmlJ` O)>Dfė<#I;!ZA-84(z)^F(|LɛGUm]0T"x>Qmp̴+FnKM@DzSg/.)\RHގb\? 18qٗ0BAiX0uҒw\eZs_ǥŤǽ6\Y,gSJB\Ԧ,.:ɻW-N ܅& FhANX0\ao*RQmɘ՘,CnA}k`E1g.탭dHД4߆_3D|1lP[Y@~A&m`t֜sxQdyߥm y;VJ^s^E8)C$ CjM&%Cii)p86Z>Eۋ$ civ#e|Jp$&bBEɬdr 6JY۾*ųfo"XloN*c0u:Xo%hsGj`5,~T͜l|[˼j Dm˹:.z]_ByPv#s'SvZm,umLEKviKM:!poY]`.q#uڄ\jNN]>lBIQ/%ir0g7s($v&~<i3o.xVc.m\7bB/Dj.q̹sBFE@TK8F&0.cOo$)!A~pk#fQf\cŏ:㊘4KvηxCXu$L~WBrfSdO-(KNxڎ*<:k,}NvO<5 iڵmf\&|.I_#)a`UDj&v4Y,b])K>{2S`x"6P~ |*fJE Zu*B䝢9 Q´_C-6@J-vI ՟ sĵ}l󮼀 Cw@'Ls%qaWa[g}enݻhǚJx"d=zOtt>43nyouhb?I5;nz[:P@T[}DlNV]& +F%]i%X.)f mIBMkzr̥ȣŸÛ($sԵ^OsC1˳agq[xuMG0궇ӥ=;[*[p0})CꬱQBFi@QK5oNԻ<[n9𮂶)=IkbNd..Β۪GPlYe^;ateÿqRWGg.G [>|!Mx*FRБk6$*Z-nAZF#f*P-g2v-7hoXv28 i&w$dį)|=b. m:=9]j 1m"eÐ0v(`PDoq q pWjEZͻy[>I Ҕ>Ix]jKS+WS9KmY,$Y}L}ǓnJRGg]tnuø N)ԁɺ-z.i5D1j!NKf,6@T%&#yY D{nqݒ[F2;-ΥJu&yV3Ca`URl+B̕]N $,'Q֟rAo\24)>{x傓|P<%ʛuۖPF27?ZIM\~;HD }ޱSȳOMXh=Q~A[,:6[{GTtU%gsԎ6ݶ4g#!qn˜h8 4k,0:[I KH$$+%j/C I \X$ur@O&U'{iOڼEӝ 6WiN)1Ǜ=r-OZ]X=-4O6 ҬR @!BR'zqT(ꁓy6$i^yJNV{Y$5%*%^*\=FeJCo!%Ic?pYm%=4Ҋm4͝K+< uԍa{"S۽09&šҶ'07Z>-;vXW(A]"z:~(o:2g)aU}ܴOC-woFb2UV|bT 4HBj3Vō$䓹 簠r6Ja|BPHG'B e6杷[g[ !>`#޹7wv帾yO̒?z `_rK%J0Y|\5|/\00u)a XͩJqciWmnzI|T Gֳxk~!לǛ Rv֟+\ǫ l.4%6 N:ߛ,}² '`>mAMSx-ZN*oZ#\o#l8K1#]5y҈E_~vb^zՐk%ږ_RhZV}N3UwfCIhE[O4U90[;hZs'^g)Juj z47$ eCͭ)}-wa$9bh:ղu?%Vcr\mʑ@S8 ʺKêqN*]\V:mˬ7V[xk~xay)JJv,ŵŜ%Bw)xy,eŇxK\lO@T]:܄$M)3i.,uSy|+o!4FtAA:.PKlw4JZqtO Lbi.jpϋ|<ɧblN0Rۻki nBiw\vȘ}> )'܁?Mںɹ*ac@j %_Xc-i2lJ#R 37]͢ó CkO*ҩ& mf܆Q70e`g< ֵ.ڶ Wh)]Gzues]ov[ͫ~B k0W?bɫ&%#VLf?]-ώ>Dd62~[1#]\ SZm"?hӤe]}5]}e}TRO )G9ylm=o(Szm$L@Mu2lǀzΛ)2G;Vy7\?rMhi~9^!W]ھVq;kj]/nԨ3n=cTƿ?v/VWcըxj#9[1yY!.8R "IͰ]&R"mSu+FJ?4U~>K R1#oI)E'K?1/x3K,μʬpO(* B6=ErqW_Rӯ^):R_:f-.rd^iIRZ=z-uq۠%yD8F|;^ZL}*軧mIu WR* wᗶ-Em֤A&B͌=^>㟩uQ\CʹU a>`9T}(-;[#wk}19p4pU Kj7#tV%F6TI:xѰ{TƗX Gqb&Y1I惩ZeY{+:VeGЬ5+M6 ?vt£q60%晲̕ u?J3mr%?z_۶^ieGw%C5gӍ- x-c3aV.[J:L8=v7Hm[A}ʢ̆?`qWHBT{G#G(O/`Fj=ޠ85ݯP +Ⳗ ^awnY7Z1s[TQKZe|b/xA-#o9cylŗKuaN-o25rwvromdԒܸ5r}^3wRt4φcmޡiSn;K|ƈ1;6Ǩ2#npK~P{oAbw=eٶԠU1F>mN[1Y=V>ًA/4ϧԖL,ܸ]%q.f= &nL"7OҪVo{)`ڛYQAP &c;ЛqSM/(KL !Ф(6r] hQ Bf0XajղBM|EEJ錇K]۽~Rt@"'n*N[y+IG(Ka}*0\eiշy2Bc}z`)~$%@g`wՍ:eRq }[Z5Xhwm9@NI*YYd7>/*NE!KKS̻w,c\OöTW@Oc<5tJl g_.dRq&I9۶Dxe"ێH~wޖbD/s)-PT܄~i͌."̈yR.߈MVJ*-[A\ hKFŽJ2I1Kk-Y _08"rw@YufqZ*);qU\d"^tiPIz2j w SyZnѥg~I)iپŒ0엝"L)rKL*ڒ6>'Q*y -!*HYs[Wnr|QujOIJ P VXZ2Nam>Ɏ[x7䒅Ϭ1`6(']ͫILY7_J0]X}Ui } l Yn"c6]:-n PA)r8qlTVu&b)q6ˍIz(OXjɁa]U'<xd =a-ٴcw\)!@?~g-]P6:|VSKm>^jϧ^ ?N:*”}ޭ, (=Un.Mߍݥ@6iY+<}z"[!#oM0V}A\.ʳ*07N\eٖRW5+$@-a!|m)**&?U1Tmb]}oW)qBGS*}OHV+}g-zO۰I$qHxzbuP3 @;8'Z =+T!Mj1x{ksru2+HvD7qԫ,@R-E>ΆmNc Quw°a*N(RwrlR[=U~RcnB0T$ w*hwn6Bv \HUgݺoR{1^y[w0C} |kbYfU7 JڦierQ/q9!#CP{+SBՖZ廇_ֳ/eͅ \F8Gc|Ń yr ^H*t+dqih9́Pǩ{p_=R"Mh3h-Zeo=۱}NN막'%!GLPn\HmmwyapI4IsRz@mFm/2 w[T05˴q-u4T}4B7~Z[DDvRvm4]eXp˚f}H'sWX _e[-NQT/(yύZ -7~³RO r<G.pg9pn 8vR*XѸ-Rcv·JIN(F//ZԟKofMfJIO~Hx(涅5:E33pbHi)H²V,٦Mpm%mj޾MJR'ssg0Dw;mR^F̓["Zz vHw<]9Ewm ](" K*`s+] ¼ul){KR\&.,&{bpͽԭq2*֯V&cmEs|Kh@֒Y=D[_ajqaEO{6-y Sj$ 6\%Dnұܓ›%N 8q5x!*}~tۤ壗*KR&@im2<ώΖpf}䏊qM-mGp{Hڌx(mr5LZ[na2%>D4wq%hZSciQVց21F]l>-xMu&)*`= 3IUՕWAn]kNU9+vlHZ*]4 ;sr^^$8qĐyO$ȸe3BRg?BڭmcƲǂ؝}+R2n3 _\uX}8nuScBfZw"/%1Ry$n(܋67_ qẽ~pZd.r+bǶڔ)JЩjjI>G+x NGjwkKVo]-5|a)FN{ J#EK,첶.5|+;G+{yrCBRh@*A{Y5NeخR/!KaJ`{'q3˾H JRBEcp^X+gd,yfQܜ e&u`p4b$;3%m G\ -%?UfVkeZ]>Ud3uȻmuƱERVwv{sc/nޡ6)fཤ?T._wF!ܖB.޾bEK\~LzawSn$ߊ#ˇbu)&{o*eUp_:tYyJ<)*NKj j9OdNC"RmD ;PYx gWisq>ՋKٛ˼ZD=wr]w!dX6ZT=f(1XmSNYE5y0wbOlI$|oҕtO6V қ)"IwYkdōk=z'u`)_opLeLECt(_3}Grw+tEGdM퀔0rDgϳq.CczV #=A?7%cE:AJCHQ\~t䕦OP^dqo26MenP0jTd-lm~Qݺ[So2{ybH .߫0Ev_ ūp,$~K 5Q{$mkdư$FҊ{q6^HwÉH{ڎϾ-PBI<޲H-ta,J ؕ}2e[[SsW4*קO9JNKc)fu%LmpɶiSn!*X;8ͫq}R ȑV'~Jy$+5i'ӴQZKjϭ Ϳ+<\-\f/Uh}ENU5ӆib?*R#ܫUE^Ȗ LpcsTx 1 ^g U-Z\(5[;K\n%}βRX!JQQ3@޺\QRRu<3a|[]AOq$F ?RSm[ظVHǴW:KXxۺґ*1j{p.m6EךXn$AI1ڃyn] 59+\8mr e})F WI>F0\^1hZcjUA33Ƶ}mU+,1&]]!g7Yä~:ؔRz^iehBҘ?;&~fVTI3}Kҭ]%ܑI"76;{ dVqkN$⭾;w"[Z{Bу}}KN06HVŽҒK/#B}=^:ax4/A*"+ ckkq]=fq*$pL{MMX.QtI՞GͩaYNW뫵U ,}*ZVȱvm[\\c_@!>jG1a{ch޼&h*QuUNP쳶Uoi|Hm-B\q$GNqaе߼j[ Rȗ><>Js6a- ZG "H-NA&cJuy+}!Jd}swV%)gI&wZ-[ܺA֝7Y\]\i @d[%( TsrīQQjBNZ`#^ d)`=jlDŽj) ^-ymm8.T$$IJd,Z0g~*SINڒR-HZSKm(>\QkUm86D+[۩[ǸueL,^$$I>),t rk?TTHϵi1)lH(R2A7bZ⭑`mTtBB?ʑfrXׇ!>C{$Ƶy#F.ɻE .^ @k[~)Y A&kENF=Cg3lAnSv& tcnT䤎~VY-oufmkZrTvhXnJTzR{t?#w:g14HO"Jeq!jQ7/[6a;+aX;bJJRNA,XBA E;`>SCFm\뻽i:8δG+Ψj-ޞǢ[BH߃qhYխjޯ2O:ln`AJYJ8)$E7+plUwHt-mի?.m1?.aI)l(|>Un) pmHQҗYFo$2$ﶨ;Q)no#Ff)a7 ڄ mmׇi~ylUE:kWTFV&0[qe UˊSi"+YcӘ-n2zi2HMUlv$'pf.mq{f;l6ZT'Juoc#|;aaJ $wu,[Mm,B䃵18CqaJ[GLTw_fm1Nۣ̪qfYSas<M6 c,9S4.My xiO:b0պA)2؄7[n6lUO ٺ)k}m'zZqLKj>,jsh 0'oT0Gz-^䜸A _)jj(bxДwKMY--ۻ"YAhI:M%fէJ?n* %Iؒ5N`J +Xʇ|ImaB/ e3$3cX4N>̄D^MLok=#|ս۶?>eZd'YK1]4ɼMbG Ry13.oSnfBǚ( .7z KK~ip m(r7md{S.: ΨHv h_$mN¥'уpb2Aۯ$W$juf]miHKt ^P1$3+|[rX>ԤlvͤLօkpz*M$h;޴W7xWO|δJ]Җo(gŻ逷J-B0RGʚ2So&jt,Wrm#MK EhnIŻqpl.V + (S@'/=9k%iD6Y"IFNUۘ8%KzIYH9xl-2op !DAR5}2)/R?eweIOHGjX;ܕ= wlnanlt" -5LzZ5P4wjvE G'OIcowEi!$ǚo~c0sCw4"}t dY;kӸ? ]BMBy)/lINJ2Um}9S\c۷eZXR[A+{qUuTwLϤRQ૖j*YuFr&>}u!?*X]ekrRq,bw,1ˇBgXQGY̆"!MY֢GZRn>E755QU3 3ln֥$$`li~4]/0 HSt~$LF|hIJD+WEm4nGyzxIZu\U=F>T!gwoezGR>Icn'͉}!NܼT꒱x{&3.q\ma{R7ۛPuNJUHȼs$o!*MOU)ɮ2e xVj.:(zإ2.將6#m;{Tɋ`Xvہni^ܝ{w6sd|' &%afI(H? ki/_,XzmRP7 Gm/ۏ߿ -#ր76or|e**PJm@0%WyfyNz XA˪͋GX|eXHM^G+.TޙM+gޤwlf f*Woj3|tz][-% ~(wVWcJ%k <O=M-Zմ~#AOaRlrfi\a#mz棹cOf\nFhuObݷS[+Qn, 3'qciĮRNϭe:Vx-,%S$)GkY&$k&-ޫ!spi FH^v,TaHB=}iEoZ[Lx5'?/:rHjфm sA5 'զjZ\+ Bץ/:- m[ޮyxxյJ?'==?Y*m\;tmP̠ˠXidҟ; $oZUʬsm+K6xsa$sv&2 oRvQ&jkafU>C4KQ1mN[elz3zo35m.>BH Xcm56IiWЅw0TIڽ~ѼVivW.ZHJ#[;62;` $i.O,~yX\!DCZrvܛ-Wv̽}ջjG i/2rIRʕ)K3Owy-Nƨ~9;df- ]WPO*1jV)pkD\\ ςqJ  dY`-T퍻,xqj xV7(Ԡ q3V҂KYR_B]Yohڣ')K+$&z%m\eTnG6=KI6wMim+f&=JOW8rXJAb{7;F۟JYAV+OgM%m#qfW-P.H:ޟ-dZ\m qG&{)zqJ7och jՑ $${ VVTdZ/x}=G%l-ʰolJM~̋ @ _ڱPJ`VRaW" GQM߉ιȹol޽H[jO LJ3uӎ2%K*uV +D0=({7 IUJ A1X\VC4fucB.CwOqYEI<brVzh?K(hn+Q#p*ەIǕjR|=4rY2 nҖ%˵lmFZn1n-/z_-B ؑA' t|;L%v$\-Gvls7VyKl#)s$`q%L @6z#ؑzM! ?J{|X!6%VrnZi%^HI>mquWŖ?~Y.X<:'RSm`uГd X]VF9_|:I J Ydjŭ~)J{T|7$yC9'bomuVT Յ^,FOoAuC*qy%"-lmTe(2h;GX77}֔6KuGR M4t7Y7&so1@cE~DCԘf;rtCiwhGuZ AEkJm ~R$37!6xUUؓߊk%jYӷmktJܬ/xy[LUվ>vM`y&,+ *RsQA'Oy gLZZ*v©'Լ(my45*­_?Zc:!p~є[=϶+^nk\lTP~ʌH7IR~{m[7tu[n:y'y#@!$}wچ/MPܷx[.7uk_eq]ƟjknKwߧ{"7=ٿbKBp5CԸ5Zڽa9('bL^^]_e-pTm;ekc[iv\"0G֌rgvkaf,^8J4<ac#r-yih =B[V.'P(Df_6חvfVòMMNE6.LVIwWpJWJ\6K1׉^~l؂ &nn]@ H?CRE#$yph\ mΝ= =9inܮ ::Clԗ^j5&fQ}=p6JBF]Ť|2ҧY'H܍zci[aO&E2= e+ Kjۧͬ\\"\hcSI-ۢ eKkh)h[w\o#Y;zz:LCHy<7YiIEȑchdJJ{Q9ii{`=KWKt%;'z a mߑZӷvKhhXۣI7ɔ$[cE74RxҊ"bZd}gmPŒ\276y,վ~鄣"=`xB %'_aeqyh* ڰ{j"&[Q,#RƑDB,AqmHP p{IvK3bGpO)(jBgndmg[BSO4t\}T9]6BU˸))ajPv}y2&O⭄drDk[e0XW͢ )\`%9G5"UYa~>}ίڣjΫU9p?7wmp;fxiJnR=F:8.<[<[lP`W<7~DtfΦ̵Je~11'5 /e޹aX/ kV`Mt k[79k l>kVKgmM&#b~鮔WLKE-jYOjڽd#,08z/KMPwt+?-󎶶Hf)O4?jl"鑥I€wZ)(ϲEZ#Sx6J;~cy ׷lة”D(I0oXnyEH)9PֶY2h2ޭ~6aKO̘]F{Ig;= pl !8t6 p:$V"ۭyeJT%GB^)v.`- O" I-7 VX(6:eJtq,m:b8-p]5*AMѬyxT뷇žy̿gCd*\Z^˶$h V>O]@.JW5F }W-._H'1ER[*HIkDB)ͫ6*CAj$@Hyyh? n-\I12g쬺Kd< .~lOΖ'M^"䋌kWw+iQHPhVZ^mmr SlŲSrqJOY>!7]'C% Nʤz{53hRN9RU SwN Ikv廔+K P?Yt0GӪ HښTi.]tҋLӷA׋oVJQĽy +Z nNݫO*O=1!y Biii/[kJ IDPfmɛ2<8D 4 UZ^JRA;qK+ݜ1raզQ$ ԑ5nKμI%x|:KB޼VeŸ@YyP@ڱ(ͻZQ\I%&-˝.xN^ܥB=mݿyi r ecuMXPJRFEh2M1űtG:܋uߖy+ >Oi8sjwHl,7S9C?uiQCϐ~vaV.&4 G>i7w\ޭ[ۇVt2m$IJP:e{mgȯ$$L `BQJ#|ԫ;^[cmʊʝ{;7.p)<Px"DHQz<τ 4ݱy+$쵕<&-@YBx'ߍ):VR>ADڹWrSIJʭI!$moYpھEk} OpJ' ć;J_}<>1UeHnɻҒUj]v(>QN˫[l mɞt慿{cop!ٔd+`">-fI2RZ@fcfny8SiY<{%.+JnN? WE1#7H'LqLX|^-:|SCZٷd`2N^N.4X>~ fN$ϠKI-D`fa[֋;p4n.^#rcҞ[SumxyuBUlcY\Fk gyv]uIm'?ҷ ]}.ڞl7mnT*]^Qq.u-o+M^]Cnx⺾UӔ z\gq LB9;ef2K[ٳ#Aj/i:cqCgw(Fl-$K(5N5-cU=~Z\P: 4[Yoo mDv UaԫmY{.[n~@@<.1VV(+K\wNZë\~W-g\gy4҉Dɩ1y] nhߙi6 vKӄͻԷWj V#Vj1f8\qiIO+JUXE+{dI))ԕ(3د;U/oF3`my&gRSb`FVSEE]xziI&M*Krni+m1XgYmE'nW?:ZgE.:B4=$vG}K[4)/騏zvxvGQPUvJ=DO3[0)aI\'03q!rˌ[ִK Ќg!XoAZtU2ۤ1N%N;rODO^J[m5 eONԫQ(%MErvGp܂;'HJ\Zi\ Nԧ-a{V8.$ N<{DٳsӸ֭oz[%'s&c*6!/n,BPޙX^7͵$KPpBWw!oxmnHKS5k }K8nǗ. m&v47iwji{dL. G"='jbC-B/-eG"}ho"nH>C3y~?j.PSs:ϨٻPjLvmO <7MG/A^QxXa÷s&rҩ=ZuRqYz~~ͯ 㷁Kms@PO`/^rūY h0?ZxC|Fԧ/rv%L;($v)jb]F͍ i80Hq=)g6&h׵A`nYђ}ۋ ;qQRtϵn0֙;7mZHW;rx\W<]\#R ܨ;tjQ)*JKm0=4Nt9{,TjAW"?zZ;m#*] z+]:4ޒ*AXvv]- ospօ:!8v.)Vi( ͎|L̅(9Yc-n;nQu2;j"ٖr{ﱛ/nUr@d]IC֡=Zg/zL\7vB! Qo?֫qMT!+iߕFQ6YGz.3=M]\qPԢO5k?屃v@[SMSG1C`W^POh^7{4UܪTe~[~BԸi6N%.H#59RJJTڒRi~Czs笼Uj!iC2N)洘^dqN#[C)@㺨Myb*_0?r,X%-.OֱmfMo]^JcAT(!ƝlY;?ڋ+[ W Lj1R-%z= U}{ u-jS#mڀb2^YKط }w\ܸW%:{i"nYַ󏇔EK~,c.or74R8VIڷ{&߳mw56Jܸ@ =~tӧ[aqY֟鯽[h]~PK(&0tI_:2w6SBVzrrҝQB$Om\`,XE ~W;Ұ#8皴zLC pKRW$΍:p{Xݩ-V@VI&|[K5!a(LkrcV17e?~M+]Ru5r%>uBy^IN2ZQ;ĩ;_@F8O-My[f/:qStWhYjԓZ .oV$[K!()IEߙa/ 4)Bƒ{Y!e+hJթ&m;sZ\Oal-[Ĵ\OrMcp\)V/NUaJ9(40+/mp}.OUgnbۧpN< P#b3xW :VNǯo]iԶL=VOC* 6@GYEbQX6}g`޽kp]vK7gg7kp ?iBlRG.H8vvIz٤Lj$N$i9%)8^vJ'Z).{ZtYyULu_q]z~i?XRGA2({sx r6Fw 0'wNu67%nma=@81"tӍf>\\ q$%B)"M kb;.Za T{J?-˻wnyȟ=Uk]1-_deBYGܓAnfl0-[ t?v^^T})}ӹ،jT|IE6Jf4MrZIW:S\M/&4e1S.C6+(Hx -!#I$&](Z-FS{<۹>z)-^')Hޥ,KF_3Y@ͅljm6[>fLVwdn-KN]]zv vH!I Cϟ2}$'t3=,IvELO7Yv6\OJf38\:nStC̸Pghv2ݹ][qُF D$־e4MM(N(N11R{vS+\mӗl( <*O~0maSo32Sh?Nڷb3r/B.Y) '`(IgrFMŌu--eoBG5ҳٛ.#a'g`I ;"RD3yw`vZ&$M:85h<Ԓ-gzmp-dy'XSK[#o5 l\D}ᏐI▮ۨ2ςȧh kt`[!C!rB ޶i,W4Co h앷{V8e =IEӎիgɭT w.,YG2|EPIՙV{ٻD޹KpXw3 8+4'6\ŹnnқZ>hn[o6T} EiU9W"wB/—^4neΟgip9 AAIze`K^jNBP6uO>Rn < O>q ڞ`0P `ZX dFA-z/N4\n<ʇUAv­ ^rnkPK!GHH6[)-)RZVRLR\y!sɭǛj؅8Ñд }/\(wKmz>!G4Ck%oOi)zA!iucL{{ߍ:m'Ra)۷5ڥ蒷!5lm c~o,tX"D~BSzYU %ˍ)i?![!.%ŲOj+)IqVg2w0[,@^rE˻)>:VJhޜ!rv (TRI*)S'1WwYq,˼!nT iI9:)Tr2rnՏiE}j\Y?cܵqCa 5ljƛ;kK.hHBEϙQ qmkoqʥN>Uucm}s |`9mikia($y-Z?[\.)%wE=oo3isdh-9ʸJ۶h-%DշlI}Os4}w aC:_ ^;AGke-bũEKsPֽ(g+pY՘ RaAXtfɍ$6#QxQ"c`Z F Ifm9u98!@B?L?Km1~eWm5v$% (g~U-Ut7lfJd'x\몬󮸫 vf}tUEqj7,@Ê̯#h{u4θ9Yega<%h\O\V)#N]k -d{Զ9\HipHYdd`Cz?gyEEAִm]GӖݭ`| b6Tmq(VsH/q1sqԝqvʚH;)V!Bm7w>۪ꇜtoHNåi%чSCRl=ae2xtQ: 0; 2-f6iZ֧[琣5Lyl5Est(%NeB]'}p uVu<ݣJ E7i=]tky&T^=ltMc\e`y''ްg;a5 C J=z珙W -x.,_"n1ƐOδB 8GZAk缃gknß48Fz+8K֬lBu#s% yc91Ou  v HT\_F샪BB[;o+8\c|:uDڟsXB( |gnpHyJZP$mP.a1e3l*'Jԑ<*mn^G@GrvL7*} cBy:ﰏM۽$cnǷj7wFJsRJIZ1379lXp~w)] Yڪ +75]?;cY=;G*QsKe?86r^s}$&kQvLXZby7٫C&(_N$W@N#nncoklA\;hLl5zMR CsMɆSw`TooøR؄3v^8=n@loޜ 7e\1lot@ {ja0^(^)qahŨǩIS9饺NVgaezN)rS a IVyS цDzغԡ</c.waQ8bOʹ7W-gU,mqŅZܕSZxm'[i95Se܆:z') Q* 3{jF k֙ 5ͬVm jJ2j떶xm\y0T֐@TPmI=Bi/cNp=7,T PIВ?;ouxE" 77ޝ*켢\iHܒcϵ} cQ\I;ni\ m^Χyb5,!`Ve<^0kY9PҧBekݏ,CęG9 vgmw&6u$,$F褓qRXVw#kr26ZK-xB z{ ]܃Lm #OVgE̾2.& TOnxҹj㨲zIi[4Km 힧a#9Ft;|jEŭBzСY=zxJ%/BH429aPejҿ=F)MQb9 }}(mNz69aw7D`vO~ibs# -^*Qc]ۊ!m%ۮ~czdXˤlm^P+n'hA>\\q:J57{2I6QᲀA [g# ^ӊXZ[yҘ"vѾ>{8KtTt'+wdr6#`=k#/sl4-e H֒߂z˜gw}²45ș`zlfr.\_J~gHGJ*ۥAQj|+mleSX|RE,CБ; v19 )uvҖP{ 6jeSR;6I;0*.,y,RP{Q8wz[jݵ^[% Dww1hy(x Vb$GZÒVS&o 1tQ>0=J|*SnG>]M9nL:p= })V*۫wnq ԘEŵSV[dŢ4 b)'ə֒8Ay;Qi TPzS{2[ _M.͚*Y!.R0;uf+zo,aEN@X^cX_oҝiC$y3}9]; H,NiI>})Uak\%!(|jqMm_E۫Էp%SI\l{jHA!\Q8o-rmv:J-(GkpyhܚSTcG𱸃k|y;&<'A#y}+|BEL\HfIւF`68vu ~)m<ΤrFC}0q*yM5ioԷ&5kVK[X7Y9OLFNJa:ECKY? KQ3:ӰyMR̎in3raぶ]1|I ChPJA0;Uu|>J>[0Aloſ{# ,0I8fZ ]) c_[b2Nۭ%Ty:f']vϪ/q}qE.%&^7p[HfYҕ1[®ZB@'ؙ'sqQ_fT9=7*~'mn}FVvԿ\e'!}`oMyaNɉQ^;hi)K'PsMnϮW{qRT固Y,~αyxźP)THcֺ/vsu7Yۭ:L֋gq6|*RR;~E/-Y;rl+ʞۑQz:le:E5##q R5 yrp&䄣\uj^>n8*m\.QmjCp8龢N&{mס(az6D tw =adls[U17x}8J hwpKI #g3]("݃zwʣͳ9 8%a)SUxmnוھ5͒{"nQ @cqΘÿtڶVM^)`n*No^YeQLO~32odgrZ +PUX{'p+'K&L ZL,EX0{' $y4 x^-1֩eHo@ڛuGYaǷkC F'{3rI# [;b?(}4L>OV;.. p}NJcH\QG/YR"ZiYrc)Q릮^k"-˚cڎ.̞ؼǟbgr,ۤ9*G~:7lЭN"ɕ8}T ~6q.KtVH؋;]ͯ h"Zx< %ϿыLg9BRNb.`#kr'V1֗V尓3 J..kj4.&%d0v_ŭ)'sPPN6MƂҀZ{Gi^N/ĔU vͧL2v#*]lEeCviPC{ZvӵR܅Oq/(ZT]uvBH=W'V"ӡq `?p vO`H ƫj[,J}?ZR͎ 1M*ܶK$l\ڙKۆ0dz>*vP$v?5-Юy bCH[gU}/|Ӊ[v3ΔMZY2Zj rIxm]w~ n39`=/qHoQҺMEvwO8p}b6A f$!ˢmGoL|,uNu wZRWiSEY\޲f_N[y`sȺhV6>ĊuŽ+L賻XL@]d1vutŻ!_ KZK$Ox<iJ*MY'\7lJԤ--jqG@+$ӨiyrWu-~%-$6kMy\[k0y|RRxTao7ڶyY:JB[7:UciD6q۰aʸ7|5X,$! $tKd7UIʊmTb휟K᱿{Mm'k rh4R;o{ :%b챌6pyF(̷1/5dX:ʂ[J3W5vunq/b67\% CxۊkdB <&~MpMs.QiM Ʒ7+Xr &0M]ՒTMYǟ)ъb۷Z >E!S'&n`-xD܊mn.ż;ih=ߥd~衱>Cz+KWQm[]\X6lSb\Hڷ?b:4Z)dP.񴰄dM1LF5!2.-5+@12O o cѶfV\Y(Zm￷ZЌ"+ <{tT[S]w|P!@B}_Y+%Y[6٤d GQ\ɸSđٸRQb}{Anp}&M KSЖ]KeoyU m goի:UBJwvjy^%.Z6uk)qݷ09Je>pu첉 ;"հGsS))fq/߲)Vm:Uw{et>e{i[b\@i!oZpkSdC㗉I? dxojUbFzmC DY^Gd2߄B߼ WtÖY3q(YIJ+ƺ.1x$8R뫴vW#5;K0vg:ʿ. mn Q3a. f wWINIw,=lES/psŷO`sn+=[?B@=QTzmR ^Y^1YC }zwH'({^bY.ܫYJ9/ \awWϺT R>DߤmrS)ԆRKA,S\kF^wVaZ~!a^\UH~o.u?l%RZyKPa3u  et󚬚L!nd45AB5w?k,@]RIPk6Vpw|Q߾mv0<6~%1$O;Vbsl[ΌK,ʝPK3Hn +6.FLRl/=IvSu6>iP%o+5RPN-*%QgL4?gꥪءw,64%Syёcmm KgHߵg.0ޗ~/dy܏9i?HtX9mD:ReGs5g]Yg f=-$GTVB㨯z!kZTmTt FΪZä$Ғ}Ll35vW߮u.mUS)A+{ R?/g_mHpnBa|ҌQu5>f2ݛBHp8gm5s,B|@#aS;?`r.Re-[]%+Q:nmUG$ sw}ZSINjo}N_t|=~p$@~\涙Nƣ72?J-zg oIeqػ Z.p& nwk7G96m4g|~ W,螟'+ +̛w/+xi~X\gmg۫:勥啗p%)cZ)#"P`n2̡uΟ3O82Jdq[֙k.*ծ8J)|s)4e;ce9;k !ثF,rYqjm炉 l?a3_yc1Xw&NI$}sX~cmHZ|jE k@ЋJW(n~c~b) K24Ig)N Cbfz)|Y[m);m1F2,E6R[jZԣ$vbsײ -LZFum~=]Dۖ?^ǒ Kz`کٻvϩXĩ %}?:Sz0UJir[!%ǜBHOeW^7QHBSs ;~tk7*6mZ[#Q- [ _Tc~pz>BBZڌ=7o /K}E7oe6C`wFA㨘F/6$8ͮ T7Ӛ}a&rPD@SK LX\`~]mFnE3iPiopT}))j]Wn+pdGĔn|6$ɒvW>moo BA@I:{- KΐI[r9>F+E/䓖e^GHrX$h1 |]?3% ˋQ!)=x>}m쬐no'~fΥMf2ϥ;KBTcP>Mj7a.9峽bnӑZVC֡|} t۹vjq(4wa>-U cmdm>)//re%bRcr4ԥ(井K&ךּqgoW:}fB 0X&5-(r_tخ aw.j9Lnnͫp)ƭ J|29Q?b9b)/VJ^L}fUV8c*5L䟥t>76w Z;RHV'.=-yMKo }ZiǮ9tʍ {Ljm\Ow5*cfoJ(YL"#U*b-v*S[i">jGfbw9T b={bӰu6 F:zm/iNVܼͤաPiHx{޸IY*vlH}9ٽn*ryÙjZe2&$QhXU;mCD6*Tޞui4iw/3gng%.\^iC6V+ao Axb'm@1IzKñee:w5UiO"ygTN dD{ŽT&ӌ>_[:\G`!}uZ`tOeƖ:>!}'w޳R䶴zlEhWҙ+UWvrb06ޞzqZ3?g>$᰾ugw'Hf)'ުj4ظuJgV}]-qZo]x5Lڐ"ͻ*yOo֛N2ݥxQl oB g~iU/1V ܸkn5@]v(SxqvɸyMVխuLF0'J{rKNJS^WKۏmm%ZJP7__:UhR77IN=~16mXgdZ£mMqlN.q9\[ P Hl.?ZҜ$|Ko q+qCL!!מtZ䰶;ůgn!C>-%cCQUw^',oҗpl5{}hCk6I`'PEV>ikYδ Yݨ˅nv+[qkhXT&j_K |//OVzSd7WFI^4%P}W9EŧR8ɕ0xF1rTmc,*:3*)?8\&aY{FW1vcV9_mmR'[d}~77%2[LT5V;2>ɗ@b{h~B䤰wrCkm ’ϴP +NީR!I1gt a-U*Ԃc3*ێ«0l^2>!B mݳ[u2>b%W-mhliOι֢rj`Ql&Qא +pHQtu /ܵhFj>V-fB\LkT8!*=T^ty;27qR=?`~njH>qUQS,$!Nz7[7IG Jsq8W唁/K~5.8j0ӋL"} aӿ~f2&ջ R@ tumMjqZXk~n[X#I5%Qy)dl_ޣ K-Oҕ+.̭* qc Mm~e޷ƒϸF*(cdz!4r׃c,]JҼ.kgԂR;-'58j91ΏYR_:E}Yءl8'BY xI@#X;nIR^6ŦRRCg//q׶@ߕP~c=n}wZAH@(IfVS"5]3=E뻻[Jզco}pJ2Tnuh3fYsvvʝ}LU#SvY쒿B(۴?*tc1mnT6{!vJOoMpYDF9TC|#GN' uQ;SE Ėd>cQu.IW>^r&B~ר~?܄zBA?LkW/9b*B6#ڽO^ݬL?gʻ;VaL[4?$sc]/oȏj) wk, 1u!*9#]6t{γ9$Н@m@ ^>oV=]9%Rez7P%T]=}ichВ$%;ځu=nث̭k*K3&mhNXdXa@$JS޵:KlV`f-xG<22hN\_ݲ2bu2rtW:BmAO"}ZNZYhyH%ˆDtzSڟ3@OڲYT;eई%r3sV]'q{+b㮫RKcl|dQȹ^=}BP V$p~unz[/ykcY B )%G]zTu9';ŸGubXXp4OR5^Gn,st22}CrIZmJZm#}Jbp]y\d:ĕwHJvErn,GzMK,q=7 lFR$X;(g0ORǿ֩UF)t %KfB۷OZ[1r.U&"''*+MP+cUVv1m0$1L~եH÷UahҰJRx Էc{m[-RiZj~]dĽom6jBu\/F2 86 W;v?JG=a=1lmԯIw30v_u3f[Ue y5vS =^;qZnFsN;sn])rSO&=ҔQ1O~QM \* RAJ|;Ί?TZ[k+mBdm<+nìAxϿ:k'XЫB\lOH}4rh`)?J8+Բ_)(W﹓!c3v "Mpˈh! 6کqA?;R|_0(;:]qr;R/FdwepD҆}5za N6UT'B#M.۸?Rj!qV=ޑj[q#KNPi痹KnqkâG 3亢딣f?}?Ս^bq2)DlzKAv=G+@qV^GVWH#ij{(逋BV~2xMO>Z [JɃړoEΖX DYAb1oebyTRz~&7EӍUc.m\xnܻ?*3,V6W X +랛ipLt>Ӥsjv-$|-Ra)H2_J^sUj(ߠwuM6BcrTyOpVWEցdۭn8; ᔅĞ"+]t[uT\ʏBIj+z/߫r;tBK{ٲp|_s"NX\;}*]{ yr|0.'&u"mq=?źnI$6U.>daߧPMz亥jH )31MF`қ>wH7^]uQ)@lϪhl^~1UQYX͵Uۊ)Cr v^V_FYU66Imڧԍ>wcZ 8Gҵ]R%vRQP+c28YMHl4<aL}zMrڐo7찗˼ :wC`9$[ kX %'oa 1>3\)J>on]*+貺O[iJ">u8}Ōg vϩ2-\W80V.}&(l:Wr%ZR "vS+7+SK~wҴXS~Ηll%Jʿ>U!|ᬺˬn'n$c(mg -:XBVcXRШ|eI[Bŵi Ik,y˻' Vq!ʕ޶b߾6'.?ߏ%Nҝ,Uℝ^eA\g!Y˩tn4 zJfzln4$ 'λIr{d˅-ʭPiEpcgȱp^{$UmT -/f*`;;s\uްgxȱFW@\{ZOފu]dn%§H2tji75,]lI2{kt4gv8QU 0yw-iH RDZ=}tsl @W+ZP>CLr 1w.J >?<~~}ڷb6c>UO17=F&4yCtmǽr to'k3}"]Eπݫ(L%^Q}0]~ųjgYU` ⺖7흕.嬦A.ER43iEaEJExRۼ嫁A- O:q՟K\+ui%j$A_waJNq Jڰc%j趻VQT.zIZ܅ʵm[:>//Zt_yR>"+[{Ӷ!.dN?s7E_tk%\3q^ ԳڟgruxʇA]_{W,x|nB|5$cu -NAN[~.26OB=I&rM׽Gn~PIhӿsV[xnKw(@.\'DɤLtqշ]/kwQ ;r5zEL]'d|PL}ʩ{-n1n37)1i>{qEbWk>ݛmXb?pEZ P[j-XygϺ)ﱑA4\ewQCXITnD56t풝îrBpK{@N`ÛdnZ*uDRڊfz׌MI;_ɟcplA%aIP`[q?5j-nTj 06'v@]F%Y)SVd( ߽rw){q暿C sD.Rz& bpWc`w݈iJS.n `Olk̞QRJ-mhx 27fVtʦδE..2xz(bEo^eZc:JHJ}ʵnP)V |Oԟ1L0c4彃"ʁ-Me:)Ys'ka[&Rn $QK)Yu]^ 6\!~)-WGr^JnRg./?[NK6#{vl@H 7L=dAwoU ޸Nj/_5b~}zJ-%#d4%. uswA1\7Y&+PZ6֧8;JRZgQsYƢ. 'Фst1cA m]>z:շ2yP=fykrЄ [&X;Lfylv"vWD틷9!F gemX{ຌ9bM  [y/3V8$Ӆ+ԥ@flά,2!)T@۝cmطjnʃUIF-6`׷xƊujSMc^?]-p?fۿij[{wK!_ {oO3o7T zWcUf!l;W?M-Л_ N~E VorOom[%hz\r.Y}sH HJ}nJt+5 -i $ʚan>3Q<k/MzN vυҎ;ͳA뵓*! {G'z rqt>;רm-\+}(U4oyRA) c2/9uL& ^gy;8m۝UZOY+RɨZeUu]`dXXZY;qqIHVZ'N cf2TI$5~J~%rȤet0V.!-<%wgP;[t Qk|ZujS(/NS4Vve-,GG[UE:Mm+ zM2)%F!^9,f~q+)5ZpU]%:%$9&k(s gB-)S/Q$_rmGfoko$j(BDB)쐥wmm?gZDOךɆ[֥Xڱ{',\9woD}''RQUf7V$œ_oֹk>sIS-pYl'ܤm8.Z)EܪM#h,=!m~:S RS4JYU2 ]Υ!n<(}7dͻ*^L[RϩTq[Xq]Jmtbd1{m7tǬm4RK\+ ¥npWq_IL%j?ֶ K7KW9 ,1TG;mt9t^Z~dh\SF38<+JH3}|Z$YGVJQ^XݸW%lu@<³|rudB*#'X?Sg2Dd T /\_*ѫ}`vR~Sش]ӷq-Ē+Bf/2[8hڵǨHo$f)usmqRm=)(dh'\z\;ҕ+q[lXv43ђ(%gzd! ]ᛇ4TFڀ'S};kB"{Cww󧜹([S6) wGVV\EOx[!0DV~ݿGOu+sICŤ+`=2m:%95i1[L_! bYK?ʌK̞Km-:]vTx!r.p*8֖PW$Dtvkĸ n%~JZݱZ[(ڛz`S_䳭0p))H%[@VߩnWPb.(0RT%ߴ֖g6q 1MPX=Ay]ܺղ 7)?3Ji,~ -oV!p,\*F3H=$Ǯիeq U# ;VM>4r:j}jgasc(Yn2ŭ S@Gҥ/4{J,ƛwJ[BS8xO8k-h>{#ع:񙰳7b6Z(VT6~=P~ܶf??jTJZ1M@%/u}dи}$+r_:G7՞-6JRh˜F W-O=D?N4҄jrsԯcSZ'N"Wqqt4JOa򮱇P!qjy[^⩿fm*V HLBJumg4u^k;qc|y֫+K#*LL۹dN1=l;kuq[]-mTW3 z37weW2ԩHEj>GQy_f%YؾUޗ"%F"`ƺ568v-ʣR  G x,Wfn'=>u͍Q%>Aϐ@iuorvD V\ HWR/nVDzYƷl^k䥯 Y= CXaQP q2l6OZpN&6oDpq0.? v%R/9LCV"gt.N'D>Rq aU:^գz4S1i8ҊԊiAp{_oպgpOL+>#I_F[%Lwj}唄V:՛A?.mBN;c}jBJfeSmqw(FQ(L *Osn-(:6݆+^^Z, iĤ$z5sn-%6\ f/~̱)uo򷫒fn zqҁ9{ 㗐BRR#J֎Vc*L!LH- g4cKvhkՋfUJmRV[ . @+':lkSWǠR0uC)u[4JgmZx7ܷ8&ᜣmz9+|B[E ߆@MQqGЙjwOǿC]hlf)JV Pe9Α/k5cŠ#O5ptܑ޳tޓ>:QwE}"Ma4>1"6]8LCOKI3V{u5#?/r]B<.zӾ`\ˑ C@X.sX%\;u\ڒ?1\׫Yʹ.ξB'QMjST _/'o">*dsFtn<7hkw"+3_cdݳPٶ)ZUhfk%mil%hQ]"Oew&zf.,Bό|OKtGԎ]2ʀKFP; |fc#rե!էni@~n\ebݴCm-=k٭$#Ҍ8σߺsrVɐJP="ws#]c}z|Fg̝ڸN'2a9|J( ;]yFʹIoV>nT/i~R8٫VlCA_ֿI5߳36Sط.r 17dꔘ-'Y M7)_Gov$xߊ|=yœ_Srx;5]h+I=)]|x{>g\BR;$8m ꜏UZø;1}i6&M q#G=iKl%r=78p{{ͻufEA]t,7s87Kugk66Wغ jJX&E]̗X)~.N?Ii㥬oQnW=mwYC 9!vv"kbŵR*(uRK)Fw K/5a5!>zܽ7~'-%-KL*WRÞ=z};du[nbc7 R5`lj͐9rJ]EcF">Vu ]ë2u"oIC_ғQ?QU9N۽ :T)3 E"e!w2S?*t}g}v3sru$w|-e|?dB=h8/XKY= Н?wǹqyS+:ʂv]iu Ĥ**?9Nz8ˆX9wjSLہX,Q~B I H$P^_^ZZPSk̻ r7}i:+#ФW;_NuZP[]dʄ)RM{s6,vm6W`\ʘ'v 4JRNd9-CMn(t-]H- ބtHu'Px3|ۋxޡ r-`ҝN3 e^\ۉ RgH5s lNmFqs.ͨ *+X]UW8ʺoJ>+ WΕ>:ry]$%($ǵ:k Kv$%*֧{鮊v["]ʴk05Է,\柷tTm,*w+Yw')v]"ERSʇfr[=r |DcS_Nԟt!I6s*}WEa٠Hi gJ]fpӔǢ$Ip="f7wtF|_[vA;9@wէc0ޢ˼׶Jh@ Jm,՚ Sjn=7QtGã$rUPn@hӇ"ۑMK |-÷)O?"Ljr,ڕ֑&kFQlmaSKkJ|v6xިn]yl)'S[} FZ1Y{ۋ[KN[S@Gq4-ИE$[nr\֑]zV;Dk=GػK琶JKu_17*ES?lgA&_1ƥjqH1ⲭCߞ+ZZ/3`^,JH5;UN5f_OYh^n<Ip zqZr7'H@=.Ux~:TO wh|ȠD̈NPϐ-Fv3c8E,թVP )fYxWTظx ƨ&]8.BOx}̒ {vJOSP*ȕ޻щqI܇7'֚7ԹZs٥k˞rXO0P'.KB #WK{jt_'idUf7ȣ lv:!$#ťm|$򨍪^EQΒӨ^fջO>ڝ9yE^N #S+͇N+rer$< #g0 ,xH@T9zmސ1И{{nqN@mQ]ii?3ȆPǧ\xpCL(U;H=nReD;ǰ[ˋto+mmH1Rܯcs㉹JOy]14?6+9[^-%7]P`9[d6Mm(?3Z'[ƭHqkWysp 'pl۷Km/^d(˧F*۬*'so`qg\!vG${zR)j=M`ue\"L˪ HTG?/j|2Ȱ?fjq|B}OKe+5J٤SsiZZnշ;H#}-LzNC:fKvn+LkZԝ]Ҟ?lM`Y5ul vuM%=@;AZpFnWoawmPI~#aHZ=eYEDżڋ h֜znh\\:vIQ@fw6Ջ-8PStl-J<mK*uECZlh k'm}y>>KTVHOO\ܢΚVkqeIt^߻VIKQ؁+$Q|뇞`Рڠq5gx^T[6“%{0$ɦd0χUKx ’T駟M: wͧ7a}U Ccu0V}-goy":qS0]-x {Gg>`qMZE #uOz8ĵLj՝7x+lm6 ˦}Q~-xb|q6ڲ9[vMo bH<@_KXX)7O)*'x޺zP#9>Ȣ )6퀓ixLV֫Ȳ? Qސf^9_ģRְZ#?_jn'rO}N|mQu. ̪/kFcVS<✳bC*Sk$%2R?zklpSwnM  Y[y,UV>ѵ(e#2u3NDtqsj?r%)0~+uwbДRG2'sΧ)X/KncsWm4fz:moȩ4Rnuf]Y[l":N™`r9 A_ x׽cjolBl^qu(k2s6NS"FTp0ۊ}<MԗKY1z~-dJ#$V+çWwu~ٵ)7Qs/}b3n.`gJ WVw.C,@tCJUP}ɽHnx;~7iҸgO*' {H[0 Z=jǧ0ŶuˇRɍ;W>\q#"b. pZۂ\rΖjO'}(s^H*jP#p?#b/2x-ryKjOe7׽F93hk!ոx?gTi[ l`ycsa WW$w77UҸBݞwƫxgA5YEU{(1V}Nq׸.|Xe<=(چbKt+[)j">#]gʫqn^ʵn8_:!8evmǕ*+V۞"v|;[#SY!n+ [yRi=$ySCX^c-iћȄ=8V^]-u{~uŞL׊URRE-z>bONsԍ.>8ūǿs8+V&?arR @󼝫}ј53r.\]ܥ]@ڿ2r*CY+5NGλjy$'jVUĂ#okRV )Q_7پ6ʼD >iWqYOK[5f7#qι۵M]d[i]m@p?(7eӐe娧GCOZ7Ԧv 5;bƵ"*ZG2H3/ojk뼗6*m!_7ǯȾ0,͢-qnX77/F^$Mv1뗲9uE.4&'oUjJrJ}5҃?oz5냩XDH@ s c%>f^})Z"ֲy~+J7mM$t3s+p.Vbbj˶Zq ^o зcP=?~ᔩ*{OshNM滷Q+'֨ӍÅ37[0zkOlL=KϮ?] 6i4Qr ՞o/^;i#ʋ6SQMk8y/I$4Q$}Ot^3gmhHUxH"*nT~#b:c9Vyi}ct5cg h O8Ċmw?t ˻(\'@m6o^u-7ii^$֞Tt GF9W.jqH$ IuNإ۶6\9}"oV}h'xVHi1$?AZ[L}ou^je:xеm w<#WiExPc0Y-{C-+pZgmEQO9gN>Ӻǧ^+^Ņa WOP^)n%/:>QO)\M&k-1kjDkҥ}+K:.)ZﴟJ>YeZ[v ?Sט?-nRHWJԌ7aQ/JXnΔMt{]V.)$;QYv6hV j`\+@=r}_Mcn3E91ZGQ]95e)ARi'ݝY|vV [ucaLvW,\YE_BEPdmUQv隣MʑRƵQz6\_UhR)ld ڳkw'[gK{]"'n&yӶg5]S* %TIq]^7apSbgpR>uq݆5+ng:zJO+ F ߡ_P^__ڸ!m%ͼ2> $jQq`=Mi]xtX&Gz7?gMݣN`GP4P (~_ј'ʧ%jUv% >O+t)خ҉S 35ް="öo -=”>Et.ds{WxP@>82{CAlA*'}9j"N[KlWeTSuG$L]sf [Eq<7Xl9jVFbbkY.6/9ܷ}UݮrƜ2Ů&XBRGڽ5z.;u{ji_ \E !MZ3l+qu)ې.8Y7i%Om/iЗY򫧖 Dd&eÝp N! e) P7k39>#qA~rY=L1yE-:$u(~@xo>$`]]c\E*u&rW 音J@vߞ7ڷ3inKW|4T9T,k!'yX)O=* Z)U.=,XuQ.={mlQJSJf~UC:O=p  s m\.&ԨB{^ܽnի`O5ھ3[ӥ2+~W_9דKt TҽD#㨺w0[ΐuxzBS[f/m&ͦ.>Z"{n9oa]2Y+g_HVmS+}p+szPeo.2e0| r*bæM7Xqĩ~)"{m]9VJ.}i %}5qFdzFNJ> 5+LRG .:{%q} c:d(~k>rT946['XPq@{]կZmN6u$xZHhSvuR@N$֎8-ɜ$mmFL|Yqj;Jœ5KA%:#V{q/4 tcѶo"|zަbTHWE_ب*L% v\/ǘ.Š !KX$arτ"?]P]Ka|Ƚ}8Yg ^8ňo@&frO- .O[dSI{%ʴYgJ^L[g?YصwN pdGZ1vNnq 3s٦YPkMjX>T8-xBa W ssT\{ Ѓ|}+Kl >(=yO?v&Q.lY?K $mɭ.$e 6F?JyTdJNAB:U"yO]w*[~Phj/*|U<e@ֽ34NϪ >֑y@XbQnҨJJHXLm1 BqM4 T| Iyl(n۸n 5F-<'n kAǷ,1fI ;ZYJ[u@*}ndqr&VRt4ϷNRRUԹj}=9Vm,0jr:kZS“v/2;c؆뭉>H֏-j։KQ[Q%4 pS7E -KAނFoq ~O#jPWF*߹]XܩVXln]4utbln-^ i1΢8E^3p+NZi/joYܢ+*Ka~V7yv0V@&t㹬ՑRXh*2Ӱ`BTXol] E3n.ئ6)gQmNzseRP [ߛ׽,CWKZR瘚ѥ6=MX6KkTv֒OUJ/Z{qՃV=2 k̸R*175ݣ;q2BJ*ą!~ IZ #h71X9ްŲUT’7Zbqs׺1? QvӊpLko$/z|cgI}ԽSwU͞1AyZ@Iq)ckzj-f궲m`cnjڪSR{W}崰Sʁ\9U3ӽ6B˖䕃QڗgRHm 3F΢ngȰQ㔉5 N7ܝG Zuk$HWDm7W;&@J~#|p_!%:[Rs'\5wJQzԠIe))N*Vt5lfݾRP%&=p[=urVvĕl!_2WnPn]gP|*p2v_b)jٴ,Wm $wL)vZ\7%[kewt;­\m (X,Haj Z Б>u$oXGq+rJmxWTr[٩c>mii&EAĸ={WId [NmջbT=aі{`)eZUYᘷ>40P}M9I8Y_Q31(kbʲ v7ۡKŰJwSԣ뱮 N˸[$\0_[jd`޹vK|0&5FWQQ:cN74e:_o~K(J\qz `l>uŋc?2Vqz Cr^.G! O}E 4 %Dڛ偰Q +:R۹'4,Kn{myA>Qn9s[`Y[(2z<Ӱ9]/m\J=:\  4Ҋ\ayv#sm蛋nqmJQ_W-}f \% O 'g-Vn˧$$Hֹ'V _I2Ғ1NI7RvmYWIאءvS ҧ.z<峤^ʊ i|>1ze]{Ifѯs+a]sju]I+n#}Mm-4UOOKWVV56c-Ġ%K#]FC*+t짜 @A~s vYmKWvۚY3"\XdW=֡)OV;#ǧ%?[-ŞK+ih #{ue{Ǭeo4ӊ( Ϙm/z,ɼYl,7lΖN7B $YB-pHҞ8ڭ (E|ēnkw썻J+;̖ aPP0zS(՟O=ArNJ (?ֹ- 3O/=xjKMٸ-"MתoNtLmM҄'JR"֩e9=[޶ݽ=| p!κM}Xc:Ygq\HDl޸"v?h㨷mRw\4qi"ۦ6뒥!Nک|Ol^L]&Tݥ n h__YF#dn\Gܲ%~uu/L"שs,3n`HsYcƢ8tG"ѫN_Q_؉=ib' [u ʐ1Hmg)TcK ~s3,f9 1xH;sDq!b:ו-V]V*S3[-^,%dz:IjKq#aJ~6֓OW'-]K}i6)>SEa`~p<,}ܻT(ra3;ղq́u.6`Im5/{ \Mm,r웆ɦ-! %+lY1ojo:kҶH=C#RXa;y9NZ-+H^E^('75Ոc+azǩro=&HeH8溮#̠|FcIL:Gi9{1 O?xgzڿ>2=u;-I] *ZI?Zy̟/DD>FkJ -- ^%c6o%*e>!L%#͸ (ȋwMJHUZiY~Az\8|֠⯡d{YnuVW =- \ڻ !,zۣ˭Ŵu)DIB\e"%[<B+znh hh&>uV`S6[Esj-G*pKT%۫t*G[aJ*ʓ/ ʭZ{JԔ'؎ 0w/.>~R${ajоٶCw#YHQWubhBС:.5ڠ'JʶJZmc{[<;ܲ:NyJsxv-FiJ: p3aԶ6nGq#ԩݧSpۊ$oCNTzӛ:YΦ\[oZrŲSvmT ?1X賅H}>P4rOxkAC))+UZ!rb3Xς}zp)i*c0w.w A%<~,yNީ9*@;VQx'}="+*JI`^m֔l#5>~7-2EVrIR L^ä^L km Ҷ\F6IVIޣ? 0a9&y7ooqxV sޫK`nsT\%*}=W;R_x'nl[lF-7H? [6=tM HFJOo5΋<7 yZJz@ dv9 +$Ab8tŵvm( ϩ3'\FbR^F`IPq\}ަ?N& XڴbIEͩZxV퇋c}"Oq{p7Wm6<9HT(#3ZPÃZQ47z,0Z$APڴ8f3N57ۧa˃+Y)+G](ieERh')Ip΅#~~m1vvjԯqwr8ŵy7)`% qYij[ %nTki PkK3i!T y?ͳI/jsj06 ]mL2kRqʴj2yxn-;W=uo"JsVv mե!#:t|4)7!qsi[1hdsLz/a6Vo;=rcqZJᬔJ );ǐ?QdnVUV|Lu =ۺ|GXEN`r嚽*0Bn6 "ل~ϚSi*{%:J&zQτk. .>;hSii 7ɫUҸ[$ݎKD#; .׭q-_یKeG;;V{K!%UpHL.9ۢٷBV\~Rc(-7NK]^7C}puH*[5mՉS&R NZ,:u/l>OI"ʷy ZbMהGHBA#;qF2'HIua\Z՚Yڼ28cs92zmO`6i6KjTHR΃kpw8Ncg=/~)u O@~ۡ.n^]V7TKl%>~b_7aS{2B7ir}[pW ~֤[t? u~.̪Tc`Ef[u7jj*^vNij27y{tmm-ZЀOi?ɲh?h.틓 B tܧ'I; iպg{6!x@b 'Vv}&=qkwvUtrNP=!?FWPS%v[R﨟= (SmU6± p (yo×N߱MܳfX@oi¶lJdoY>莛bn3ݰWÉR'c {UV:9a:aID޷X!٩7n[<%SnFv;7/OAޜux祜טmpv.W!*;nA3 WX<-w)rYJCD$_ +Ft t-$A HƋ|L_Y5[Z_xB{jJd$n6Dj(SYҹG-8\ $8YdcOiT;9pvB |nrD\-JSezMӄ=~8Fi3Iz;UdiC}U4ќ7[^pͺ/w뮏YHOqU_0zVKzP9y}-̸ Rv'nE>`0BnN>}+%Hb4e)ދUsc$O] avu.{B-Rod&}{M9ug-_{)q{|j~xh@?,صc~NyfǪQqrQ R]יqĀ6J9?iYRZcXl!%ҥ+ܒ'z<،F=WQ5gf?z#p֍Uop?X~_V:[BGCy#zt^_YɲD/XY7~CJzS2IcglF) 2|R?rRr8k"+mpy]A.&Ō-־ rpJ`PLAgrhU=l6^߽GN :&nӥz,J:F4u[)E{! W/x oJcQVƹ+̷WmGm/ȕ Mno_ YONZS:]UfrNc,͙:[mĠ/cY>ðIw%^cϝ~#"W==uk%ol\.#NFuWEܥˇhlc}#-XI-<&^qSe'H:gJxBH m-ڱgvydcֿ:'z?kZx%"~ݾ0XnخO/w-8bW/|3Ǿ!a}Wb㏶Gm}oV%xˌuC)i>k.gr!ZOVu(LW:uI!޹rR_U1_fhJ=κ?)̨1u :m-ԡȚa0dZ"Z=V7]y J.kjk(NBZԿӸoeO*͒P6ذq@(l5pYm%-I* sXD9YZJOȚ}hC*MۇnTPH3z~&O`ivr.Ԏd{ɹ))OGbp+uGfCmN%Ʈ)$nk]}[dBJS "m!1A1} 0ӷh)m)%DGbkj#r^lPfo2w:`!iOf*[v4{`ޭ_Y]A &'y|!,{T~3*<Mj*&yr^UOt8)~eUyok*'u+e9 tLkRPfTꕨGқ\:+S"E{t]p!]Y>֎V~b=н:mp:*!&ycziV5nہSop%5(jo&AMEs3#bLӬwqc;|0l?jt5]^} ]tev*~iCd*1NaN`xk+%@ڱ%9rC,٨4ۿi'_dV{bλn޺wmc MBl_xݟGgn_Hq@;ₓcqB樘)&,$MQs_d)|[4ۮ$/$Q:xo,^K/,ј&ҒmlY('LmᤦJ,D"+{Wlgֻ]_x P+ U4Nط:䳎 L%_I?/YeT%*qDgb7Wk&q<]ҙZޔ̏޳ه6jKA[us[GSW ?g9\ǃwfVJJ삁?- c[C`C)$@ŢKA*G)d@A*nYu܈ӇBV;85th?]o> tIRa`f#Ozؼ^n;hֱ@0$_>)+oy@$2d:T>4: 6AЖloշ'RJT wOaZ =[eWU. Pc}sz^r,)x `x+5m>k']2m8|~N]~w jWJ}D4};֬!*ԅ)$DZiƷ[HJG`+ζVXڽb^b6CT^,ǩ7ASw:_Aw ZE4=czr>ޖ ze',jB+pߊ3n6h*ש+[''=uT"uAa K|nŀq.B.ϋ{ZP)R6*䮯VYIP-!a~UF&˔Y^y(ҧ޹TyGD&9JȐm Tҳ!Ֆܣr^*G" tn>r M~{}ee~)#̅z~7Oqj-M9&?Ԉ@ϳq}h\rє=nj7G^ȶj^O-q6NyT ؎bIVVIFE!HYmq5}T-xxaUW~*f ŢnG֏-~RK̄:$z)*qy+GyhۭI6#= N4Gr+R lI3xµ~%`&^#M8r:[r6Lez;Vq䴋feFe=WRrسbfJ"GO9+T0ڴHS(jE\կqo nIn86##oj q ֥vViK1YX˶K?z(O|4_}3YY2 `gӖy _Sm$FNcmtR߼ߔiP]']R]yRtdě^9V :)S[F]͔,>t$i,/Zy[^Rd֖0oDݢU~OүQO^I9c9c Xh"%Fηa[ K,'qy4ҘVW/wŴ΄#˽gqVD$i+jE3snx}m֤ł S*B{+AˠOpw V)m>g"@Ey/tpY^Sv&߸6Oӽ(_/qZ!+@O2xe=an/-ݺ'-:ܠmWbC%d7Ӹ"(P hIH}cQv57)5mistelix-0.33/data/themes/beach_menu_highlight.svg0000644000175000017500000000060611246543334022640 0ustar00jordijordi00000000000000 mistelix-0.33/data/themes/beach_menu_normal.svg0000644000175000017500000000060411246543334022157 0ustar00jordijordi00000000000000 mistelix-0.33/data/themes/birthday_mainmenu.jpg0000644000175000017500000041161211361417561022206 0ustar00jordijordi00000000000000JFIF,,)ExifMM*bj(1r2i,,Adobe Photoshop CS Windows2010:03:06 19:55:57&(.(QHHJFIFHH Adobe_CMAdobed            x" ?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?ֺ@c]-a ȭ};X}ylpn?{ Ƴ;f^>־+Wh{6)b9]@MӸ"Os \ݕU~c,ޅw/6]uWFM4}}Ͷ^gӴmj>(fwOEӾuZќ톐Ƶmokr[:n-,^Ӯ-[!ڲlXgԱ\c-t}_.QHӰ3k N훿5e""՞)rN3h]Opl2jsc,mkZޗZuamisݳrۓ{hfFx1Z0MN*湄'k=J]^Evz#c@ADXWYXv|i-۱ zkO}mgWd >4Xc3.mmoe:L>:ȿSC}7k64uoIV1rıQ}C\^aJC/(EN&;G+f܊,8Vs}n%gٽ-ͿW p<@.NJT[*x7f97 }gZ?cncƍ593#"p`m\q.h-v;CmC}n;]𩵟uqb;jumOаzf&K}M#վC®':kMLeʫ\lmNFVErz}" Zȶo޽_)2W WY/Ƃ4Op꾏ޱ޵"beD.;kC(69ޑ 0Pߑe<3y}ֶV![Y C۴Ä`ͤ;޿2q﵅sts.^n֌K~Eo>0rڜ簰DNӣ๿- tL'/DW}V_gQ md[f:~*ұ ̖Zks^Vm>?3]Of[{dhe~vVMl:auMټ4kqwo%W q<@Һ^;mXå>F-ߢ]'ַkX6=s?@$zw׸9eoez%Fh!ԃ0ߥ_;]Sk;2wа^ue+ZC?XUWZM}0 +(acr3#4 O;?QC!2ir믾6ֳWG8}oZʷ65ƷX 7=ڻ\7U-,zT.cgJʿk&.|&/G cݖ/OzY- ->( rIڷڌtv?L~NewT!{C ڟs?3Ws qQsjA7( B !)eg{6]Y]oz{bthX5sqD oʽ:?/bb=PϱL2NwyfMFn]N, }'%f(Q/|2s-2!ϧ[+4tq3+5` +wSo7~}c$\[챰>"ok:̬ ̑gL}Xޝ&igTF5Wlj.ľ%#L^'"6 7?9C~YVF9?%gҹ.އ\wU-{z]!~ʻ8P|nozlBd{P{,v?dkvܟ5r\vⱠ0MC%օm1RӕvG??eP {5A5D@J@Đ"5_swH lf<;I,k]P ՗Uji}+>"ǣ=׾visq]5?E6~ ܜ»ьi,/IHRFvC־X "sGrlǠ=msxk]C] Vڪ߳7g&+~ht{ӳɩ ˤn1RK3(ޗTy98'#ɺլ 3cɲ{>ݾ7]?=U~Ͳks鱌m?U^yB-f.%W8%ٝvSz/_Rҿ]L}rzV?S;,kKHiwF&Q״;;WmooU}Q;[ eA#cߤԺh묀\ӹ/֏$(ٕ:[wadYg.cX8xy":>r-+]lVC_S1wOg˙Vʺ[m~c?iwUz؈] qT~m?KL~ꇷ,=Ɔ1llQ7۽/My5c\0a~szn{I }ͥ k=!leU6s׶n-kP3d.Bۗ[Mu7OzӋ35z55n{}T(0 =ߴX7kY禶C13 ϲ4YYԺI8H4+cy_=7UMXW=ʭsCO՜l}__vMf鸗8}~^ӟRa,H%D蹙%Hb}gTu6777OTe:9V;\C_gu>nO ?t mZ7Sk2í jh$r6ڏ fzh( 4h;Z>+GYYֿտ{-u!ynπOC9}c:ƭxչO鿛{yun` 6==Ok޹ޝ|u;)`=7ȱ;ecF])Tw1yu2{o^ֺǿ^*ƴgʼ}w}VW1r_n[CNߵ2c[_˯owRʫl_HAPߤ9FBд]oA}f9fznKge7Yoo ۲_YlKp-sgOeᐨjDcFq=,lkosSߪ2M1UlN{чsqagNۭk!gw\ߡU+yé~ֱd@5^>Cw ZF]}R{ׯ]60Hz*ޞ-Stq-al:Eۉ[_}/6ݳ4"10zغLQMd,Η2:]v[u;_}V9d7{+Ng.)(u+-Z+k/̪wU>7||jKǵ^\uc:]w]fY7>pяS~b~ -n>юMަ̻uv?謯g+0j$JQR]BQ_E98uXs+mvl{hv[+%{ qߛBW_] wQm%w ~;oe7Yoo [vC-D8T@5"L r7ي~ecYmo;=Ui5Һ!ԼKXh9չՖ7XA x=+dztk^E:WUxePꉿ7[ү:֏wOc>.>p2_} ~fF$~__ֺCVCvGI.YF-N9϶DfԱQճ_Ն$q?P96}muG͟/T}Vdmv}WCԳmtlfY7#4ٵٻ/)Ӳqqm|&SLzْ7f\9?AY5V-{p91>gQ}0ZꝐZsfήcad厕Sنu/]1u{;W>98ꏶUne{sڝC̆}6czv}Mt!nߠgYG]~hc]:q$z}O1ImfR2jX2]v״myw=kͿۭ"`O7^Kxuїaڛc̺;SO{58Ża!Vکn5v+t$[7cӳ9.W%s 9捏7K҄%!\m+];H$v{G/Z7 ⹏YVY6:W\P4ۿʶ5oUYn>a3]th?4[;(~C !ϴc~[ lɻlncZ9 ݨ>է_魜ʾ_S[˶mpk:_>B0'Ua\\ɴ߅kP{R=w?moo]mumMl]qa_#R{]m Ys`kgNΘt}\`6\n;~SJ?2ͥN斸"b֩eeX\'` {Omlg[=5c~ۯ[kCAxqǻoVQF.Ec8gٱqΥ܈ѿ[H?w~-Um Qw}/ѽsKvC(Yopig}v F[,8J_KYvnqo,a`TMsfH {9Tu=lhՈ>ޏgkϹ{m]G܋?g$Qc!`s ;z@iN Ą4:Ig\:iuȀ 20c{>w,2 -sSQO{^讯Q-7m9lbMZ׺V}~Iޗluaы[k6i?URn?X0ރ_ɶlĴrˋY!fU7)uT}1alU~,V󽤑 X~<Օә ޵ s浛}j5ICO&§Pcm[qT//0X?jz{ikskr?TUov]o6\۾muܬ[:6'֬3;1:}:0W05jbcԾ8mcn}&vXy{]kA1k3+gZw:Vq]*a,.7NG3׶ keenz@b 􈎌15ՋNdZ?H:׸\{W۵Nz?՜VYN} v#kipjxRϡg4},iҍ?ؐ5F8q(4KeVU,.ʭb,][cr,o>AkD;[g58ݏuUԱJCZdﭶm_Ӻ[S?~wEec~EO_gn搣t>{_n]96_Kh-X9o,bҮ`ƚ=3- ;*Y[+'xq#hv};:KYC}8R`n6~[WBI{&OX E e#uY*]'g57}j(hKoz9eߧ=UWz~H1ʳ%Y~ƆYγmzv5G_EN#]kMyw_}ķ)V??6)J;F<>7U;ncpeFֹs;պE}CmNe塛)43mѷ׳ݷսDWף6zo{`⾣d`v썍k}ާع<3m2VU`0}>g[^P1?ar|+NԯUg|ga,.{m/UJ9D9Eߛc#"$c;}Eޮfe3Jkg ~ҧ6c922ݮ cqZU_?]^}WKx|};+m]C_cjC}1;+MEtI98-oeb4c^l~>5W3Qp`wk}C+\Vns㝬{.$0woּU$E_FL5gn*_5v+]{Lelm;kpױUlcVYI".ܸ_6^_ԮgRulgbaY]ˬoL+_evc[1V63o_=$8)++ߙG{~SƗ̵ w{3UI w|!O12"V%6j֖f[CoXb=+ZYe6Xly8m۽EW^"Lr.Photoshop 3.08BIM8BIM%F &Vڰw8BIM,,8BIM&?8BIM x8BIM8BIM 8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM[@@X;9l,:Jp,@;pIXgsvA8BIM8BIMEpastis01nullboundsObjcRct1Top longLeftlongBtomlongRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM( ?8BIM;8BIM (mx(QJFIFHH Adobe_CMAdobed            x" ?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?ֺ@c]-a ȭ};X}ylpn?{ Ƴ;f^>־+Wh{6)b9]@MӸ"Os \ݕU~c,ޅw/6]uWFM4}}Ͷ^gӴmj>(fwOEӾuZќ톐Ƶmokr[:n-,^Ӯ-[!ڲlXgԱ\c-t}_.QHӰ3k N훿5e""՞)rN3h]Opl2jsc,mkZޗZuamisݳrۓ{hfFx1Z0MN*湄'k=J]^Evz#c@ADXWYXv|i-۱ zkO}mgWd >4Xc3.mmoe:L>:ȿSC}7k64uoIV1rıQ}C\^aJC/(EN&;G+f܊,8Vs}n%gٽ-ͿW p<@.NJT[*x7f97 }gZ?cncƍ593#"p`m\q.h-v;CmC}n;]𩵟uqb;jumOаzf&K}M#վC®':kMLeʫ\lmNFVErz}" Zȶo޽_)2W WY/Ƃ4Op꾏ޱ޵"beD.;kC(69ޑ 0Pߑe<3y}ֶV![Y C۴Ä`ͤ;޿2q﵅sts.^n֌K~Eo>0rڜ簰DNӣ๿- tL'/DW}V_gQ md[f:~*ұ ̖Zks^Vm>?3]Of[{dhe~vVMl:auMټ4kqwo%W q<@Һ^;mXå>F-ߢ]'ַkX6=s?@$zw׸9eoez%Fh!ԃ0ߥ_;]Sk;2wа^ue+ZC?XUWZM}0 +(acr3#4 O;?QC!2ir믾6ֳWG8}oZʷ65ƷX 7=ڻ\7U-,zT.cgJʿk&.|&/G cݖ/OzY- ->( rIڷڌtv?L~NewT!{C ڟs?3Ws qQsjA7( B !)eg{6]Y]oz{bthX5sqD oʽ:?/bb=PϱL2NwyfMFn]N, }'%f(Q/|2s-2!ϧ[+4tq3+5` +wSo7~}c$\[챰>"ok:̬ ̑gL}Xޝ&igTF5Wlj.ľ%#L^'"6 7?9C~YVF9?%gҹ.އ\wU-{z]!~ʻ8P|nozlBd{P{,v?dkvܟ5r\vⱠ0MC%օm1RӕvG??eP {5A5D@J@Đ"5_swH lf<;I,k]P ՗Uji}+>"ǣ=׾visq]5?E6~ ܜ»ьi,/IHRFvC־X "sGrlǠ=msxk]C] Vڪ߳7g&+~ht{ӳɩ ˤn1RK3(ޗTy98'#ɺլ 3cɲ{>ݾ7]?=U~Ͳks鱌m?U^yB-f.%W8%ٝvSz/_Rҿ]L}rzV?S;,kKHiwF&Q״;;WmooU}Q;[ eA#cߤԺh묀\ӹ/֏$(ٕ:[wadYg.cX8xy":>r-+]lVC_S1wOg˙Vʺ[m~c?iwUz؈] qT~m?KL~ꇷ,=Ɔ1llQ7۽/My5c\0a~szn{I }ͥ k=!leU6s׶n-kP3d.Bۗ[Mu7OzӋ35z55n{}T(0 =ߴX7kY禶C13 ϲ4YYԺI8H4+cy_=7UMXW=ʭsCO՜l}__vMf鸗8}~^ӟRa,H%D蹙%Hb}gTu6777OTe:9V;\C_gu>nO ?t mZ7Sk2í jh$r6ڏ fzh( 4h;Z>+GYYֿտ{-u!ynπOC9}c:ƭxչO鿛{yun` 6==Ok޹ޝ|u;)`=7ȱ;ecF])Tw1yu2{o^ֺǿ^*ƴgʼ}w}VW1r_n[CNߵ2c[_˯owRʫl_HAPߤ9FBд]oA}f9fznKge7Yoo ۲_YlKp-sgOeᐨjDcFq=,lkosSߪ2M1UlN{чsqagNۭk!gw\ߡU+yé~ֱd@5^>Cw ZF]}R{ׯ]60Hz*ޞ-Stq-al:Eۉ[_}/6ݳ4"10zغLQMd,Η2:]v[u;_}V9d7{+Ng.)(u+-Z+k/̪wU>7||jKǵ^\uc:]w]fY7>pяS~b~ -n>юMަ̻uv?謯g+0j$JQR]BQ_E98uXs+mvl{hv[+%{ qߛBW_] wQm%w ~;oe7Yoo [vC-D8T@5"L r7ي~ecYmo;=Ui5Һ!ԼKXh9չՖ7XA x=+dztk^E:WUxePꉿ7[ү:֏wOc>.>p2_} ~fF$~__ֺCVCvGI.YF-N9϶DfԱQճ_Ն$q?P96}muG͟/T}Vdmv}WCԳmtlfY7#4ٵٻ/)Ӳqqm|&SLzْ7f\9?AY5V-{p91>gQ}0ZꝐZsfήcad厕Sنu/]1u{;W>98ꏶUne{sڝC̆}6czv}Mt!nߠgYG]~hc]:q$z}O1ImfR2jX2]v״myw=kͿۭ"`O7^Kxuїaڛc̺;SO{58Ża!Vکn5v+t$[7cӳ9.W%s 9捏7K҄%!\m+];H$v{G/Z7 ⹏YVY6:W\P4ۿʶ5oUYn>a3]th?4[;(~C !ϴc~[ lɻlncZ9 ݨ>է_魜ʾ_S[˶mpk:_>B0'Ua\\ɴ߅kP{R=w?moo]mumMl]qa_#R{]m Ys`kgNΘt}\`6\n;~SJ?2ͥN斸"b֩eeX\'` {Omlg[=5c~ۯ[kCAxqǻoVQF.Ec8gٱqΥ܈ѿ[H?w~-Um Qw}/ѽsKvC(Yopig}v F[,8J_KYvnqo,a`TMsfH {9Tu=lhՈ>ޏgkϹ{m]G܋?g$Qc!`s ;z@iN Ą4:Ig\:iuȀ 20c{>w,2 -sSQO{^讯Q-7m9lbMZ׺V}~Iޗluaы[k6i?URn?X0ރ_ɶlĴrˋY!fU7)uT}1alU~,V󽤑 X~<Օә ޵ s浛}j5ICO&§Pcm[qT//0X?jz{ikskr?TUov]o6\۾muܬ[:6'֬3;1:}:0W05jbcԾ8mcn}&vXy{]kA1k3+gZw:Vq]*a,.7NG3׶ keenz@b 􈎌15ՋNdZ?H:׸\{W۵Nz?՜VYN} v#kipjxRϡg4},iҍ?ؐ5F8q(4KeVU,.ʭb,][cr,o>AkD;[g58ݏuUԱJCZdﭶm_Ӻ[S?~wEec~EO_gn搣t>{_n]96_Kh-X9o,bҮ`ƚ=3- ;*Y[+'xq#hv};:KYC}8R`n6~[WBI{&OX E e#uY*]'g57}j(hKoz9eߧ=UWz~H1ʳ%Y~ƆYγmzv5G_EN#]kMyw_}ķ)V??6)J;F<>7U;ncpeFֹs;պE}CmNe塛)43mѷ׳ݷսDWף6zo{`⾣d`v썍k}ާع<3m2VU`0}>g[^P1?ar|+NԯUg|ga,.{m/UJ9D9Eߛc#"$c;}Eޮfe3Jkg ~ҧ6c922ݮ cqZU_?]^}WKx|};+m]C_cjC}1;+MEtI98-oeb4c^l~>5W3Qp`wk}C+\Vns㝬{.$0woּU$E_FL5gn*_5v+]{Lelm;kpױUlcVYI".ܸ_6^_ԮgRulgbaY]ˬoL+_evc[1V63o_=$8)++ߙG{~SƗ̵ w{3UI w|!O12"V%6j֖f[CoXb=+ZYe6Xly8m۽EW^"Lr8BIM!SAdobe PhotoshopAdobe Photoshop CS8BIM6http://ns.adobe.com/xap/1.0/ 1 947 708 1 300/1 300/1 2 2010-03-06T18:36:55+01:00 2010-03-06T19:55:57+01:00 2010-03-06T19:55:57+01:00 Adobe Photoshop CS Windows uuid:fa24835e-2944-11df-9909-89d61e21a48e adobe:docid:photoshop:1f4d663b-293e-11df-9909-89d61e21a48e adobe:docid:photoshop:dbc46526-2946-11df-9909-89d61e21a48e image/jpeg XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)KmAdobed            "<?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?I2H]A2.0ʅ]6:<'ꢲC1T`s8wUob×Fh.ocD f(q ;ncݥۣW"lV]-"j}"s$2u1"'w@nXm֦ N&N#ղj㽃G-¬[a-?$Rَ곀|k8qxDB~Eiz_Y.d-irH8tV,odPI%)$ܾb`DpKziQO ;/mBw*wI6~C>x"xue~GihMazy( g>o:n; j0Na(zJp@O-impWΖ,oa.Iw |FۓO9j<mI!Ѿ^fL6X m7dI"$I)Hv]UB^\^1 ò~N3l=з-v9ŵ3ARKDmZ%>J%5^-#B;ey2co l"f46jɬWdF{ \>iQ26N+&wmo°8Z~az̹#IL d tI%)1 jtPR02.+MŕY}R4`{ԳhbD۴>KIpW)w40aT6 n~vFPɺre緂",Zx/YwV1fcݷ˳,AcW-[wTN-(ѧыeA{kL~ (nNb\c6n6H^υ8Ntm}|1Yئ7`9Gp({CePBKI$$V#u熄YX]pʕx;ԽĞmǃHLH&K .>>jh9MI-CϲstYwu0Ѡh@˧R< w cҫ$rQor!x?W2ƹ_E~ Ֆm D{t-bu,v+Xed9Ik4I%)$s$dSQ*[ U:$uU<ȕG)w40aZykEN YNJ@Zc^l`V;}6td[92T,Ac:85N7LvZZ1l>g\eYoۺt*mcp=J^'m/%xx(nMYϹf?+]r v=Ц5I$I$lSHE[ T}U$IBԴ+=)`>8Z-ڏ ̥e6\5V0s]8?ڍ6%i6}jp s¼v[N5ٗ(3]J[[O'Vy:rbwqlęi|%B?^icnUMPUIK[sq:@=!Jz{Xo:.{D:&pex̤Hu밲u5 ʫ*Q/2<b >uW7 6E `~׳L Ys@yўs7ۡWf-FI{%gzmwPoȷVZwh~莭_FDspuշ4zٹ֟[>-T?yǒ~).a h٭ qV?li4݉Pcn퍞DG4[s-ŲDpsOBk}Z~S<~uc»k为a\[vY}V2MGE1A N]]xMhy!t(m2(ҕRAC $A֊O~US:- vEOXc%eLP=F3߉kn4vOu{豼H.&ێc<[O}˫iBxٛPš")3a`%>t#n_w(CpNdBos郦|Ӄp8ğN<iSuDˁyE5/Ĉأi7c=֟g`>۪-YC`Ǻ¹ޣ^_SoƂ Bdhn XZ-m /p3ƕv)},7aunWRXEyLη6!w"ZCĤ %Us)äk{w850WnC_twUfmvNvItb&O~TP+`4ߒUǬ=TŌB>'raLQYpQ:cVS`4C@&<EfI~'8]h E>.:r+>൉(wdpO}\c5'T]^j-|Xj3TI7Lxt;@"I{ V,C0ُk-"A^mzw] /`p{?F\uzQ[yI( %{^.>(8hІ<_xeBfXÆ|k>HTx#h=:vVw4Z};)8C2BO$9sH r C7n64sgm5jslHHX-Z!۽9Yak~l{O#e5if-Z+/}8L0pui琔t7uq{./czfsҧKNǹi!2A8)50WsI3c΃lV!skmmb_$԰ mFmmz[s1E'lYt&`q-e.9":P22C$I{!Mչh'kyוOZ]} Oky+n5VZLV1&t]3ewG(㏴U#IjZY`p0hЗEԵetwTߞ"8H3{v>~[V46DXb G_zf{4/5oE\lGx]H l #v(*۩$ o躆MU$TaV=${5{u`=&synCKu73a vwz?N4^MZ1`wUdzFW*|{ZC;(nw[x-~l{ece6jY_77du/6<:bɐBZ Z{.c>y;iT^ͱ 2?F;|~ZoGly5!O5ͯ[lR}U:cR~˜* ` 9|u81>teL98^Lh[>\:0WS*dQfh &̚*oo'Ģmw B(kZObS:B5o]o%joV}O_f+,g_ȸȩ~)tzTƲ4hoFq oDvvW5\&O)QGt/0xY(TNq$($GuRښKX:p5U'":q.gPma` 8Ccou꿧VC#@b[-ˀquJ_>jhPN4!MC1~yݫUBAjoְvOo%kܗt] w {^k=O]լd\kTuR#!D]b~U83rON.x8}7;'\_XR x`;P@!aVD,#P3s+}]ywOkyvϒ~:i-i;Fw-s2Xw@$N:׌i ip/+뾻aMYSh٧<;'W'U8O1VO!r*Csh=Auew=I U};%$걾uFe ID\bvHӹɹ );@'P*nF QLݤshF{0k;-d", Ģ\f照N=4`P4{Hc$$#2re/uG~8ch֡cu`XOCeM9׏"y^qvyL{eC>̚;nw",Ϭ;"@@ݎRw|1֙of[Jlg݇FQ>}äcc}@ۈWs_[$̫M!n5 ɾ;(Xگ;!. o۱ylGvDUrHй",@ ?E¶,hSGu3mO°˪ճW#V#_Gxe5k#Zغqc]{AX] 8l3([o\nK*cѣZ I=MWcw}_c%4T9tZ2GOJ2,cC3pxmkE/xܹVӌL+ l䫿'@|cA?vM!;wC1?ʶkKa=\M"5E%Viռ:cZ}ȗV2qY=f:<'bAQkm-2>8*c7V9}HXgoGr[VCx=veXm0r]ٽԜvvDϴs֝P #̴ktk> S H*$)DutTgc2Hk\h:O.opSdkwiDrwb㓹iw&ۤYi{ncC!5Ҫ.vKI3N{!/nn /܄7Ev ڢIDA'OH9HS!vr{0k;\Y_ dK?K$+7OWUв=v HJbq*G.c2,qܵ8I^[Ʀ hs{Qm# 4IC;=;`D-ϭk/ #9G^k! Less631'R1X_kZ$/MWXOжi-9KwΉW?~l2j'7T. q]{p4.Dfu?Ժa'n-'ŒՇ%0l#B(tG}H'_EY~>UK6 [g[DX>gMQ8%L[Cn8vL^脵EBx3%k*̤xJDЄ ;,~٘u}Ec*f:#ٓqϽ+n0#dtYB177`$B!P"tKI@u G̮bZ_26 ? pWBc4.;(nAKu4jc9ktA=4X~'㪼Zy=g|tTE-G'py6pB@ Oa3< VO\HyZ9ٔ]v`ϘKFCkAȳX3]:163(hэS+6y|Ј 6'+E~hdJszN;C􎵟>nv=^C`eΩQ.p(_;N |*vm6iЃ܇0'%;ƝCZʽo/1MqΩɂ>KRF[no#^/\a9]熎Ȕcߘ`HOhяF+v%ǗP2`˘GA`5<}G^O~GǺa6Ք#dp#x}I@Abi~5yguf8YH%k$YP:o >0c~NH魮˜{.q.~eusfkS<6WKkLVJ|-t\OoOJƷ=^k(h>7Zk`K{by鮫i2Bu..ü˞Aml:I),&^ LA-cn&> /&;}'vN_^O*=8GQh_4L,otԽ0 IISW䒣>d48.2FA >b7;mߎ6w!faݎNK[\ :& JP..NQu_-A1{O-xRn3ȓR2Djٳ}`fG%.~'b㓣~caWS dZ$T`z5xȲz[ - W R4>S G{GhWfV\ Gv.\0yD' $vOn}il{UwskU3fq$voժUmp?nZhLc<THRlOwr0*[22k`-of5C8{Ⱥ{A{^i {Ip='=q(pXr3k[fNC!auKH4KN[c vcikFZ <`"씰h@ gRi?fuνN- @ՎߚXX:H i[t׳=joo0s[ǒ:Qןc5L=OFZ+ٝf9O{~?S>?"deKO"5to {q'SEVk!_X{&v;Du, w(c06∐\_1ٍ|UkNSD[g-X68:klf2=Gn-AV;Ge { J Hh\F(}kX0>*O)(ȝk46J#'Ǵx5]Rkf>,mZ\k'Ptig}E{:.=K\ Z_k5%< .0}FƉ]Ȗy^/;GWİX?OPa 7%%!"3N$]}i CY0?<WBBx5"s3:ht\lg'# \x׏O/Dx{$%<\|5TNў+˼$W_j]?_zC8;tiA :)j5g$HC#&󮺟u>*Ë;GKss{H2*oӴ~r6tΙN?Xcpu&e0CY7`}NmΠ>gg3]M=)u[f6]]4@?&&laa׃KZhW D8P go}X&v-vGҕjYztsi qܬx>UWi6w>*30C:TwebW :3N dnCz =uc {s\0[ՙ<44x1v&>Sր#gR0??&a-<8݄QoR^` a%j'-X&6zUIo̺t&1]z6}kssF[NFco+vQpHbAjJW)Wgs/ &- ٘"+sƒ9N+318bXS~`\nMvzO99 ]᩟%r\Di˯،H6;4R$|>z[]wPk*giaZo?k b2jcY[ₖ'"R<8IH6|VoP̬בP8q-u2yTT^ϩvk)nN7Y6Z&%Hk ]Fbe6|%e@E 6@f!u:Hs -ߛ_e!4ɒ0٣ӍnWV  )uBt ;h$l;' h+Z O^`$'U\?56>C=ꍎ舳Nvc_[`Pv#]ў :O~ʽutgCOͣn8*=FjU|Y:X4ljtvLYhFg#笒~Nݱ;Aonl'pO+cky#Bj,{l4{!] 2x!۲ ­~>71Y[ٶ8pБ直cnv8?po23l'4Y6*FRm"7xʕ5YZXMyum ,G)i;?5kYZƑ,?9e@+[et4jlM}i݃OTNܚqm'ǷPGHYRqX&| ;=ύK-1ӊ1뻗0W5B:S3e-!˂qj<rŒaq:pe=؂l}Y?jvSNu?#} `ꪈq硌WZ}5RlLj!>#n7 6뫁V>Astas-%ഝWVʥ%Km'uk ^$G ?iq8m.GQF[O&> PE'x委]Vc[8#Es~QztWkn _(=.&ŷ@.>%}akT$%WxPT/rk`ezfr+'U,Z/4" oܦT)lA>ќjK.S=:䫨A9YyY_Qla8=q[=3sh7յ2[ĵ>+֎3lN{4BZjdH|†4rKùy(%`J}dwCn>)-])0eoVL>!Ys%ZAM#'7sj0TkSA,Z%^*浥ldh/m.w;RYP'՝쫬?UvN1?>Rռ=1FYY5<`@m{O,ƯY;R:.kn88TJ,.;w_ oN7Z.Kpf t; ys;i"A:6 .sOhW,nm6zJl?-<3(m7M+LGU tBp`GDcs ׾KO_%K LGvCZv7U,q;swL6Z 6sy3̼{je O۴{'Dhօ= :u&duwC FMcY8 ~jcXH¥o`Oc{HgAΆ5 Wl<0v. ~l+=34MGsM3++$4[$etΟWpݓfwVgFMҰJR՞C%$IjTzLPXƬwWI Ү8y56WKpNS6=ɳ;@_2?]݀ iezlqTyZE{,,rṻt<:j#{˩(_HV xWeaG80'UJoLq>3ZN u;qOl<>|#@ H@2]c(*c*YW^`_gk6zG@ /GX||e }};+#ݓn4x-Ӏڔ,ZyM$tfb еqsh̫}F,\{H+;=|Т107c+K}vֲ(;tx]m_'|wvEC*O2xq"VU iq 0w=VNSjO0=^^glߟ쩰Y@zП,k^%|/+U[kCZ UWS+hkG)5%#"Il*sMFвA Q五+aeFӢdSu"w4p_%wO9^GU^] 3+8q'M-~1ƭ+ʪ_g^ӳzfA:Ukt$5k5 ̺[cGr?'6|JDCe}Vv@i}G+oJ4ٺVr :h]DpmyUX!B~YNE#M% #˸TyecZX?hfҸ{4" .:B܀Jڤ$inҫ!8Vc:9TnU4eԞmgOQ  :46UafUe7oSklZAuBzGCѾXeɒ~*e>;&/wI$XTI$`p'|EI c;P{j>j1/kFʥ7[7!{h SAγKK쥆9Y!i#Xp\v?@>.5_WX܊̈VָCkB_Mķgv/k&H9A@l=5Z[`Q׎;y"-l|rSÁDVF6w!ĒnO!$n)ם淒'ktҥфV7Kǽ;s?@8YkӆL?䍯{IZh @deLvg2ہ.?mպo}G,p*؀nMë_WCA;|o})hq:7L X.{* S>sG# C8W6x-$7tw9 Xr[%-RS=ni$bTKgt<ִZ,2 *Y7+ۋkt]8=l׸AiC2,)r8li=Z|xA*8 39'1cp\5׺kY%7`ׂcw:፻ ?LrZ{@'\a*Nʠ~C~1KChwR.ѮwiУ-g-i$II75m֎$" * I˯ckˆOas> F]>zӈSmqbKN`+ x쮾~cc~dc?ĸ}ɩxnp5dȵ |_m^ G b6jx'0ܠ!CT)&桦.ky0XYmǰ*(>] E~LN1W}~xKag],g5ݧ|\UNn^+k}8uv[EkE_T- :(#Nheu3X}!v WEwkbm}k! @Ev:J7w _};q-Wi?V SnI%(&I %-BS$[I)檹L +Qu{xhuHsrzS`tuWgAq$yK`mx$KQG9spJcq݈sJ~ EwZ 8I {VdU[h.̐Z `56g:h gf7~j I.&2'EjMHP-RK=n I 7 LL8DU̦?5HTyqJϳӪs-|Uck>^|IG:XIy]K8h鏹 GWqs,l}.oq' }OʻqݛXh'GqOQY{\~9iN,2ګnkG`!Os|Vu]JFǂ"AZs|R4BMI $hoMF!cz~Mhe}ܠg'1d;#?"ANXƸ@ZEv:y(h0-7(|KGtj#P-ƾ(<kc3Y=*ێI|{dOMCK> mժdq`WgJ\]P=.uϼpLCVpFI9JM5x; u^3َ7]@Mfum'-.#geu$Cthܑiу>~+K$j>g{ZYd~IW/K}Ni>Ar 6cQuVX'lPmbq g]w~Zed9\u28h{ngNyaL:y5bCפ49A`RiHR`}1_Xt+$#~~(n|R!QC ~we}G8R8PnxN;:l峪z9 hEuLO^F6Y~' g`~dDActE ӏqAI*LƨdT^exW9Uhƻ(WUnEZ~#7"7ˉ;2v#cwB#֎b51BDF"#BsQ )a@{GU~ˑW4w~hItA$aטaw[{^i}GG ![]Y׷ !U̸Jq b=JI¥&D l}]d;s+v˂K,KfkG/UL:U_CoϑT܄E_ i~Iʓ'a .Dh[*RR'VЉYx/ )Ʋ2E˚G-46V睬|wS" WTjb/a:K} [bڲ*I%K*pkiy2>F%XuO>*~шs~{u&J=Cr_>] w@DH~w(B8#ܤ.e$g THIMK$ >>j8x~n[Tk#|\iQ zLlrkF\VQ.n}y6̵AIlbi"I$lǒ0l&2%%wcבSxիrgqV.P~9u sMOp䔁ɏ'f냮A{-c^z^~Ç~>pO$U%1!ҢJ8~.Y]W~OhBBudD(YtuG8QحLWh 2YUxiX!ZiG`<&mi2]Evռ{5XV:On ݖO^.VfS$:Iؽk%/!Jי{?",рѻ>; N#W ^;c$O\'^OzmC6|S*JMƅ"- M%Ņl#G#VpU Sd?E`~?JOe~Gpu e 8! WH`gw\^-w^m 8 B8 z85@ NFv|4U޽\ݵh qylznSmhc4 AqO!R)MZ~%>Z~0YY<2Am~O{Sd;0e~ Õ;2M^G=VGQ̬5Eb!AQȰװ\7v܏FN ]V39rWqZH3)F|pԱ <2&Z|W*au_ C4O.Co n WZvT@M1#,mrv$vQ56\ܬi qzv[rYh2HF%W[4w_/Toz{FIX>{ߘT8B^\vT;lwUTyeIg8!fW ZP-'6|Qv 5tܳFU=DKOP;b;d;dՙClmUzX~xƺKfRެ4[ p R2=46PDςMhߜ[>*1)<وWv=WVa99Sr1F?r*Ȣ0 iZbtرpAx2vWJz[݄ӎCy JoQǯô!EB[Kqۊ٬t {f F4Sv>KmΖ;Q>՛(ȯ)S$l>^i=onAO`$TL$1Gbe "]f=a3uZ=oQs=R=еjke *NM/-ȳ;P?1SkL7t^ܼGF֫#N?.SvM- sup }B<fֺp1Zwd<:׸msZljU \9Z)+weӨۢL)Dc)csI5|V}=_ݓXxYV-6Khǹo@vtzH;.eI߅{9Z"!3>JC"n9^ e{vsu[ne;Gi{d' ܚl;H &~9Z"{D8wU`HNfU}`ٕk_:H]5 ^[X@'~-a>U˨|<句T-zy)\ӱ"ߟ]jKuk:e?Ϛ\L.{vCwv5wąp,LaE7O_0ޞʮ8b΀4pmeAxk:BǺ+fC8ʣ޴ԅNQf&ok#=@t3Vq̼ %Phc.:wTSiϸy6GhIN7L|-jY8--ʺ˜\䵫k<pWz %9i%% [Ջ]՜8~j!~jC5/$%V9wۊ"AUƥx.>[n][`p z%bs1R#OȢT( 􂖩X.#H2 hI$u[ۯbsx5zZۯӪe.}W< zosiʯc\a G}tD-vy?ήԩa,T>cO{5] kDpYՐU²WRJ)r權ni?5&`Uwר0;+g7"ikɡHA&5']E[h0m;o*]C(lN !U}Sݸ畛]=%~w ^C}B uNCe{vBzZYeհsaq(ljt|(ߏc-O6$)[~sPɂ8R婡Jy(qCf9h"t"0ԏ2{_ֆ@+ >q=IvLcH;5duomĠi7Kat@ yOS߹jJꁒP+g8_c7U\˟-UDNYn\|u7,7 p@( ):B ` Jc&Ɏ<$vN7V{7V9V48>jXհp[ˌ rRRH {H"z4Ty |n ~R)ݯdէt'.t7Xe͝N-s\ at x-?De؟2X`:x,!)JޙL~mN'$+~b=j$<Qm54>JYa_o~UW >0e`4 LvݦY `moEdR6Ω{ImA$v+2QU=[(۰[Hzf N<Yc)hCecHսtzVvJ)Z@08@8;-2S^g$ laARܽL!cbeOlp̠]?d}bmm_aW٣z(hN]0tMcPLr hElĪ0,1=\]mM&.ߗI5:wRL@5y&p?uc%P}>hWS^inU*cͱRu|'u -5g=ĘsFW}BY}7^I5cI,LSO4ZM40Sܹ |b٫AAZms\s@'EŒ^kekжX -I91wREW3>K.CZ c֯>nWNy=9T=M cIH-Rb}ekIl7OC!R t3Z?7PQƒ$}yh SOumPȦ4U{:Hͷ9Hp܀]kf5Bnme{o| ?F{빂< Uuҫn^װZIĿ Z]V}M:~3Z%_8`~|R {c{(ݕv@ xL0'm4*h= W L2vTXeE۽G3]Eg&0s|>(]Z99¼eox+9QJ>e"Z;볧^.M.>[;p^~Wlv@ibd}A2Eq=kK,FtPp9Bet;OջB4ѥR-IMg\ذ.S%7 v{ϥ?8Xgl1?@(+#PPvBtְͳ'<α:ױ ? New7|9K"yk4 %!OFn^K]./I^5t?ZѸvUY1ebdR-u)d !羳t"del3[̀hn=>O{[S@:~u%N kByK[8{[ >4Oj:H|ץ M'#hw9M5HSvӔdJXduX1ѫ!O(鏙\Z>neEYzS[qg䆸!WC[N3.6}yu;M˱]= nt1*4:I<d-QW 'CkuZlufkl8)ecƊ# ZcTS( s_h?b~k{@\c#5}Bɸ ش.>;"zw/qƴ˧=vY{/o̕9RX48!wѼ4B)y˜׎%A#]fm+5R mhކIyf}!s 30uun@[ykֆ,>1^:jqFꚘZOT`u, 75mav]m̞V];Ky.#s-yǽ-jm!޸ %gfzէK>*I"zvik4p?7QՇ)Mfvc <)l7SɟqП9~KYV% 4)/%Kgɹ%sg}*_~HT~˞ \K\IYdh}]eN#YTzEy=!k^*Xɲ6bT '%P{[`P`t(4g^#E\\`#L^65ݝ bɋc^m`AcNWHDzƍ$~q>k_cp.ۛZs~+Y{0jk؄а3y҈vQSԕ]nz$~oips\wt yIJF+Z󵕉qRVRC(aRc;W]Hŷ[Գf3kdYt*ֵ`RN :ٱ<"@iԳ[= Ks1,:]7㿆K~ qQY.k˻4P;Db"DNeT՚Ђ4CwZN)kD+?Fl}=u`WS}4hk%y;ĦڮV?_Ex}^$\J穭S{~1&Lv\bA_77Y#*sbI WMKh7@ [s$QN kuguvZ|Re ʭ8M>k[;O”ݺ CMQlRk4weu.h%DPB<,4g5WIMHv=t5;wwM11>膄'w|{N T'p}W2}rWrrY_9]WGxij=Reu.G֬΍k෱2UջsKCI6fb>~pf}^Ȧ0kOr#`Ghql%dž5 h gU:QcOô|r-\☈㼻uޚO>amE[ho|ˈ "W, QEr/m'fCF(2a5*ƂaEKCI¶xT'G(TI5[s *Ee.K 'Uhk4  G<.(I x EX2h ;"5}f[oV{2ѡjY/G!Pow,͸UXL"e]ۓXRN+n ew2Ĭ/xNȻױʎĮgPG@SYfg:~`̯ןz0=E~qb>(([musx sZhVst,Sܐ,R5m]ʶH` hѠjifL"׾~t`\ujnڏ]xa'3ТV;*晁݈2+q<꯶ 䜀8B?p[ h;Zk4[95 c V%vNlִTwzx}+ +n|9@x]iˏmY9T|э~ÿ^wj k%\y Mqiu\(SNݣ|uRvcSS˝ܓʙ/%<"{x'Dh! E3SX88QqM%$.*wWP,T[zvkc~Q~U*~nnwY=2t5`ɏPG_s}c}-қ@zrC c#sn&F:cpd'8a7绨!`q(j2SXlji*tcكgPE(-9k-,zE\sE5.:}=6,g ~k孔Jev]i窲LJx5֧(x<^T߫­zmϯل,#ڜ= .c߹tΨ<r0oE uez}5\nE\>M!p\߰[33 sso@&ACr'on1}\7VrP.U8 -Oc[e[;{;q,ڪ5֌s%Yy#kukGEklPί?z2fFVy`4U{nʙaԣt--+z}Zͅ5M;'m=G@HHS8IT!ջ])91F8:n<$?%kxA.γ2beUn:yJ[M- cDh+dF1hcD4I$`Ol{ VCqqs%UCɭmzIt$h5iys52~#xCqIJjg9FJJGa)cdsMkwa}>(yEӧ?Yn=^6@<_PYn*'ߗwsNC."I;ŗΎKא$̶|WNkp(SdmK?[ԨlgҎ\Hi%k9D(H?H`rӲ<' !#`yPq;>\+]ʨYNk-Hɥ;EەK+.Zf^uQ^nU;X;WzU莍K!rX3% 8}Bh/uVun:מIK}<I"ƤI%)$ILl~K6[ؠ}a{pv8D4Ia ̚X`p+MWZW+mzI uZY^Mڪ"5*9CZXon&lϒ2DFnY*՗LWV&?/zVǻB?HqH Xjf!0CT3sk+|՜>oymn3ܕ"A∢IAG \,|J)h'VII$BI$k^'Huu 2#^GI6$H9#dg 6ѶV+ۡp[]KKFu m١'IM$,Fx]u[yX6~i2K115I%I$RI$r.iTȃL(kAO-PU_t.O {؎Q.2r O%1 ۿ֘EZ<*^fɃkw7s]l[U>0zDm u<`+Wq"ۿKw%l D kII$)$IJQ22<I,zYƗY&VAǾNo]]:8k!\YD,v4ˇc  y˪xh$ /D}Ahtɍ>*}_WӲEfZd)U_OWڛS ^X׹ڹ̥/#Kҋ:@Ak} q×U#UI$KTI$&"DBtSv÷ܳz}ٶ<2j4-q'I|g(ujk1 ycXT[n=T&tt'SSDF\@ 4rU.;hoX3mtWYǩܖv݉R.kĴui=O Sua#薸΢%5Cu.QYo~8X9.7rk8kGb{:w-`+J!XiesOdE;?g7nBgWN' YᶍM֎lu:$s${+( ٹ2vȟB}j-9AmZAq3/L".F:~Ik-a3 UoZN pFQ.i靶!nc'w M"Tmi3·V kYhw+.ٍlS̮rk[cvZRR3##AFUa8w oOwg>%RͷK!_a gIT>{E)$I B}9=lJ' 8D,s yT5]].ob;3Pگ9jkpc>feZǐiN1wcHS xѭ]MY2[:V[7tktuz\`\kLxqFG@yS=]͓u2@Q>8c3R%x|?c׍cjZ,p6UU hx{e;ҬcA>JwQcH GAQI$ZDrfςqC| y>*6mkK`2}2~e[odkn@l#V};WUwݜ-2 rz ֤ӻ },v{& j_kZXRPZi੩I$&$$Q'1kfԼg SKB{/p%x^f;[ξ! G膇{9U̻u|#~ p|{' J;kBeJM{lq[NAߛe>Ǐ$L^KkZӮ%м:/%|:=S/G,<. pXu_BmpEd֣XLQR&&i]f4r|R_Jf+29r{Y.Gdo}iߐçg9U_GN5ItI+̶tK~ q,fHP:NJpbӰju[oPbSyDňr:KnVwCV1"^fΤŤyA>-VX\֗X `x]^G."YHKu]P2/զpvٔwAyR_f&Hц6(mccFLkO/tYCw]II$HFJcNJ7䤅<{q~=N}K\nGr){wCֻ\4VR÷3MD∗CcQNI=LxMEȨ[Y7 I@A )& m{J)i5Y @m5UHU \5!A oOa3 J@ޙ(A)p2ۗZupVW#w&\c+{\xPӜxeMNYY}P8.V6oQ~%Z|vnhѭ@#uYBb육\w5tL jc!0t>J%HU֒9 ~Yex`C.25VefZ WOW9K$ L$Y2Z-nѷLa:~b4x$#ÿ~b9Eh|$!{,܎i[J#CVX  @u slrS8E8KMN/LZH QI8a$Ѫ YWO~V[vmNJi\VU>ZxwpV%O#i˥ZDG++b KF׭nAXZb]Ιp,noWr>95| ][mT{i̐}o`94^(aúIs(NDig{1G:j$H )u is>V~GHùxե5qR:׃`*>ăYs;0EcgNְZukْ;;1I'Wc5 O5hV'Ye+>_Wd;']Nʝ5tuB7;FS:xW} ׏uH*R26_-{m:4lQx tTe7ʼ$dhIcIzhPw'RA==V勇w1A ~[mX {ӢN9k*8@pQ*"{pa+p].`ZER o$AZ/8N7UlTʫs^V)l94v Ĭί)8mp 5 EG:q#]ltxq{.tD-ݑ hw Wc;;)e5 Qdы@aCRtY8`=lKHPs@NVQu}4GyEx m6.[u*Y +0wӫ愶b88kN%dQs2Xxl88yԫ4?rb1pycbΐ tp`t ^smqio)ؕcG]BW4&jC#&f<[cyDdɎ@|I)i}KnGc[6<v;G5K=vEFsxAʵ' \+xcst9 -{>*^RhqX<]z^;B][M RIhȰ= &vW%F5Եc5\Xм'?^:h"悼+Xq%C=vD[g;UZ滛i >]=8ziת^a_]U5~z'ի3k;_H;.-cw8Qkp>E(9@W`r\",b 8$H!C5=>N^X\s!wWku~nP $)tJaffyW&|Ҵ臈ׅ;h|V_t D]V#[2uA[pC&21 /+?o<1䅥 F6-[< (q.]SZ =3 ]ܮMc rɷX=ĴoX쿤X;,X 6 Jmo~! ֪}Y[ZAcyU)j-ơ]i>Wz} ȇR%6eٙ9:}0{9s9?bɽ'wUڬ_d<݂e#kv07IJ52%Sc} % IK2ߕ1L0>2U`wOq[nQ4'rB;NwbQ^]/ d4C=c[~֧Euڵ*kǚd-idžd}\<ڽѶVyсCmVxMT{!܆;##OV.%}e8.ƩFDB[::o\[.ݩHh-{kKծp:Vi}I44!>}\2)x iO̎Gܒl?~Aנ,u\B᮸<4'.ŭ~IY1M^dq m?mku00>q mvTH:nʍhu1髱Yu_?'tHZ8 Y+o憞j@֬Q{ v #ANUE0s=b=N5N;D+jyaAo3cXW%{I$BGmx b-.vZ>'V𶆗c>cZD,ei{h֖O^h,A'& M"u(-snhLqẅ~>j }>;)"(71 c:m7{t*EE䀜i= du>(cnK2;|UeROXkbjf=97G@NgNߕ`=XQѩ~ss3l2mqd4h*o죗F_:[{31c~vҵ {|jyY.Ts癁VPkrϟ 9 >[bDϣͫ/?i붽ڶ~![qO?sJtvnTGj6Ektpr|-Ok_\N沺"|?v_.װ3'R{Ԃ r~ۧrU59+|@^$UŅ2Ѷ; y˩{Cς2f 557 =r`kf䁳vָ 9:N5$/r ;w8d%tH`*$ۂFC_S .~Rc+}a Auc8_U:c .b <:\_U]mSy.:a ֺ*gb//_}Ojۙ\EGU*Xg36WIGժc[*7Qwo}58{*d?2ξIOt9S dePIUь]KJ+Şa %< > 1ldbA#0x>.ǦڙctX#Hx,Ѵ'2O5Jh5k"9ρ(8^'E^-*Г%!;u.xCGs\ VvE>Qlbz"˚ kW,@%b  YݰHD7&Ml>U0txMi52ck/=, g̠?s2n*CKq#Rnh}DTkUY*G-ῼ(HZ̍u-qpљpj_y^gau ΛяyFk :uQAh3bGh"l`%qYY!5gg>/suCt|%kVh&0W^fm_:w]{e?Bc}gү)sWt1=6s5u;ye"H/Dkn;5tt,O.6eb⏢\ t.˔O!!!s aT>BqR|6[.[ݔ:sǨ.xvL^`:Z5.C][1 =+a'ܚttpe/|;QvVS }؛z4v?YUYgf~JC& <~ўΖ;S$}P*NHwch%6lfC׷AUlk-ƙ'8楸4T5eɊ3{9b+vr[2ǫdQ \m2lDE4ga^E s]Y:w~_yD:n`@hX2Хမq(Ci#n<)'ӵ[CΥ\?t`@,e^JRT\npC'Z꟨vPC~1X$__]6Ϻ`ƤYw4e%wVjqlce)"]LZ7sF[#6שX*$闝%zĵ`άǏSQvFIEh$Z {)-B;9Ws)v;h\ 74Vs%6E4=A%s wzC<`|;ohS@)aecikJhbQӯ6Q3zKe&H1!!4]:3jp]'ÓRh]*kCXY%ªq5X:;q㩞OqWXicۡzu6j}U[7t/05#N!]=''䵬i̗yy.տU5vW~;Hk2]۠(Z-~V.3)M|UdW[-~kx<[Ƌj<ΰ }5o Cpٽ#"ƴjrWe;) 掊z?"q NsE|Dv}']WSjm^'z=vWCsȀ:WEVVߓ?gEn#{ g|k^o7Fѡ % ߽_ Ea 't4)wRcOdUў7+ai5孬;VA UgJȳM{axO#B@9n%m WçQP7j@BȥÄo֬7t)~֣$67S減=ƀVi$4pd!`Ebxh#UU/v'ms]z@sC4EUv$vMǞUl a^qVHʾs1xp"eMV7\suFk?-iqNGЗ DEuT'"gyQp<j~ o(KvV5IN_\tSa;K;;Ϯ}8{uo?;: |;&3#iJ|;ʼnk׎ZtNcON+oO ;Bt,/P~p Ay#œLJ#r>0בߢ%TX}=.D\?8HAq'݉wt@V?1H {ɋ-meakwBD[\|~mG`zxwf/ y 1nD4E85D8]%>$|xE*OiUz s9Y6icN{_cdx:O, nWBͶs~TëTˈ]'``Xγ ֳHVxν:[%u5HtL$OQttp/伴!tWwӯ`Q ϖ"`tel/@Gm%݂Mo4zbCVX I2>'S<9q5mnù֞c5M=(9q :Ey܊ZwѩU76ד:oN۶<@je⣍ʛV=M-ͺcXpnQ7US-Sn~`<j,`-kԞgX\nhCZ։/ꄂX }W3}vVeUOro 23,=duvd<{:.ozp?_/ށBI-KR{ oaJi0;AF2 (-WiugAxg`뵯plVt#E' kkߣj0~ TNKE4#XXY/[:;ls)y36ʭi;lwp򲺷Wlalqowk,}O.'xu|-=$3R|>h.p숈 4 !8Ps;i',e ,㷚4jK7D5j pM\־;x#Z˯e40xkwa ZvW5ik4@h2kn+㺰acU쾆N?6W踖hjB % 6ŐHx7qM#vv@5lqs6I; æHgb޻d2!հlǞWkҺNL5ߜǙZUr_OP54AEv)eŻzۈXXd]O׌7%(\i<Ĵ|V10Iѧ!%L{x#.ջ3 #> w_I]: hCW *tU{{;-C|]􋙴yd]$Gqz~v D2mĸaj9_-xZPƝQʮoõ o#qy!W8U;JxvskB,$塪c\rûI0[5H>G U$D&)Qlܣy ڙ ȂII'MSybg!An80X_(Yiv1XbafWt~P-a%JS OdZ߱ rAɡiD_whks _ic{=S) N=[3eө:Ać<{m:'x!zv;iڰ'% a8^Qm]ܝ T9o4Kq-h 6cZ ;Z~ ݧ*7`Ϥb>)).kI"t{*:=w~PƟsz}Jcs@XGWFC2|=^\#)O/"+9ݿ͇vIFޖ00Ej L%&p64Xjpa.yUjZcWzmkEҗ @ÿTEu2yIK;k ~M8:1Z͏([kOexOSԬq;9Q[l̳ 5$(g+QEn{?Hݗߙo8osX+'tdxov|XJ_@5tg7vD-7m :Z4hNGVIt[6:q!J;M enE##k]K|J:N pX{*Ku3/"{[J1ܵrOWFLzx+hX`,wpBp4V\&'V>Q晖9h|R{:sS cYidf]B׾{i}ded,:2cF-id:{MocZqoBXu/.s \awWMcLy8.ԃT 싗SʺcXV:)A?$$$/RǢ̛SDC'{~UL2vi삞 VuyI11X;m*g48AЄ$A66H3Rr1S,oZ;ߚDu ?HlvszN21܆k|VPwUGNûu[#F㇎Rcc4<5 s}ZV),,Ve&IWF'wDchhXAca`y*yYMmf!aRMO!v`ԭUuB?PhM~hP"+f>( Զj{m1\iiUmD"ٷ}4&8W˻Dw/<'^e?- Cձrhzj 5IyQ}Zd>iDzah9>(rl1`SWtl[h:6U73XkS_u ()tI%AM|BZ-u;r]q&?Id~ vXLpyIH:GSdqldZ>p>hw%-|(m 5{S%X/w#.|U&ۀƴ#D%cOaa.:4>[65:; es5 V=KGR#"2@oi_Q. {es̻mL y@= ܁{Z|IGH'Mc˹S/.D\p׈9Xec?>y~ ;)4O؏^is^Q *OkJ^iv{HLq:I]3r)@zo>Ӌ^څ0mjMk?V_YGQO]UWKu1֎RNIB`p=t -VMVxc}B@pBuNkfe$|a 68PߟFA&{x9pPA?%\e5*EV;Owk)|u J0覬ѮKEWr/k+G0Gk~ZMšz`=REֆֈ$I6Õ`ٞZ%܉Itdbl8H0I*$?S*G0fMcԦ~5U ?VQs qػҪ Ս,o1!܀ķqs}QU./>绗~Gh"DVZI$IIK1Jnd粚{F&כ-?H׵ (Hs"-N ==\*5ks!]FG/psmp1ܑ}\=NhS(k)͍a'Ōg ;|Qe2ڈgg;A۟dЁ,r|^51ntکFkW斵E0Zs2: N>,RIjTh>GE٫l^~(LDdC#|˺OPEVFYq+3vmՋk?y\goeƊO◒-bF ĞvD5Wk?V>=kG畦m:E~H{G.TFfx^u9Ѿs;Bs>ݐI}cS_4[}1($hoG=W0\/~Ւ Ǎ.`YٵZ?O kZp$t'ILKC>IYI$mtdG v_]` SKu-%=f[%C5/ɏ c#* iigƓ>2${]rf{fu~r^jڵh8~S.QU(۩qՓѫ+լ`-Nۋ9G6q:X$;MM[p5 Z:^FqZAbִ@'I$I%?H:I!mKk|sDQOJn8. |kq-R Tny߳f8FHNJw?l ַk?j @Y]J܏Ec! @nz.~Fugb^Ab5Ew0}!yC{ ҇x 5Rcukݷ|+oc{gmRSshKhRI$1ILv[$&!IS/WH_8uco RR5n͙RyjT ̈́C<]SfOdNf*wv`k?vJ:C?#0P\#K,zJ֬[VZVY}]ǓCm>'ncln,rvWahx$r+,c%)$ $-L[w8YXOݕI-CTZWC?jI%IP,䅩3zUO{J:;sq6}T=63 VuUn,R[W[¶7a<g- ǻG[YwG"wHDB)6-abVܢ gr9ZЖ$S-I$kSoN!I;]ƍ9y%6glQ|4UӼ%$G2 G^ןU9Fwr%Vف.T2_;h :`u+{7?]ˆG[`>VaϊTpC1zKC᪶O zŭιKZL~U{*DIk:yK/*Ђ{B[U|^'+H0KhRI$1%1!S 9gmװ-hRV惥ff=^AWzS[y;WS}y1?V@s!:<"JPM\,.&C'WS?YeY4*L8mN;$㐏ؽ}SAi>kuqyc?fhKhYx]vHM݊ =BRڤJc-I$;B[ZN;N.JK .@,a{1 X`սWnap?WW9F|,g%ĘL5r?MߣtQ4^;MWji5y\sDD̑im/: qJ4Y%qV]iY+ee~ou=Z+ksD{VK:BQ];#b׏8UY`*;8n !8~iQj%;~j4=rY.:VV6w]#R(cd^zeKOx KkpV~ncqA$y^ c{Hzw}2tYI,׉FAb@U;[H\qq5}G70 +SD*twtײ1cp>p t "[8@UpJXؼs@,6{o-^ Re*aG :u r@N5Ze>GܫY`̴h##*fqH)3x{hʟZXv8KW|R7 ։]&+`O&PK(ZFkF2'my= B!3V {,h{ 侬uYnKv%uJI%7᝞ҶRR[n6;MM8 N;uU~^Gۓ&1[ 2Y[lUWԒ6~p-l[)sb~gò$DH7g~:2 Wc7iˇyJu]`wY {ѫI10$ace0ξ}mC&^Y{1SL4xns8GoGfr~kcS7T_\Moޡ<(]w3Ӵ4+=-H3 wTz~[=:=q=M^9ov pK$)$"9h2af jVb{#_UtjTruW ӳ_ܔZr26uz/MMk]۩p}o^.ևbd7ǰAL$)')9{SWKyѢ~+6Xu`֔,y}^ò`v v31ۺvEh4j@[&ےnq&!NY.uJцM' 4❝Y^nN}^ڛx9U[pc.x1uc&l$6OuceW ժMG))F$I%r 4v U4εu4:gp;, [k $0Jc}-BWaSc.fЖTݭswѬKg*2Y~>?9,v?JZIy%nv@ s՚QGO!Fh^_'Wn]e?BGtKPܭ m*h:L`u?{4udvG;OT_Vƽ2_=6^~VGԬv^}$ʇל:z}gߣl\>X c\~=0qVh')DzɈ? أQeZm5>S) tLoKw>*t 3d厈Kg^m=5~U?;Z)OaMcHOWpUw Ya M),vpbBgqmI;9kP?CcH[ NEOƴxDV,ia21}V:gh}uD+NLt徣Záa=> +yw%k:O{LTuԺH7c{בRv\eȆSYm¶4?Difɸ$ESoc]cStc#H .;t{]Iedk`wV(V~Ώc E 6>Ssۡa]N%' UfÓ6IkbQF{3uplX@d7-l8b}cS:g;_P8x $2#M;[LjU~:8BiH5By7$AdA-o5";}]r>ןem`CY_7)X~3}:Y[+r9y;:׷Q0.V%ax}q˔:{lPtdϽJ]' cu7b8nhM؏,Z$zY׏Va/@at6`vs m+IDx8{셝en-:o~rց jћ~c 1YOnd/m<`ӱ^'G>)?7*;s$(vڨ8(ddKiOuAN,E<k0|P:|*ΌtxJs\cZ1$/?{5ܣۓA̓%뵙˫дlkߚaWgQ#7%!b/9U7p(c)ղj~X_R'g+r/B3ȏu1N >25BR:0TJHs65I[Xm~E6xsQ=ݩ̊"]Jxw3Sn6K*``:[n%DCϼNupwsy%p^.Ͼ;qlyB6p4>.Asp2Lt'Ծ:Hay5>sp-,v:CG 5ϱ5ۏ]Mn\戓Jk[[QEg{s5sOA79#k"#6ngNN*qIs\uuV}gbOooi$owp}=&hԯΟ騥V!o+@_L-[.!<5b:vMGQv\FۘZgPӿ.]&,himn|yיּo}­V^;70H; ٵz><7m9k{@hB#_s@ke:ozy?rYcL W֪*v&#}Msڒ]ܨ'6zXCȌ5[a6~/N-݌MZSfG]E沽G=_5BVp8"?9ӺkhS9Lvm͸4p'a*=MTHZޓ]>U+:*ޞ f+'0[Oe3Ofk!IP<$Vo^;vb͓'GoĮh[cuAd  h7AIOӧEyn?ƸcByWunѾ E庸ݎ5r?%k\h8eU聆=$=+i q\qAo[F[0ڂqtdbC5w9?Ҡ+9 ﷳ{ &X}OfXvuv9YmuR6#~*Ŏ~AIjO,Ӳ#3$jOx's棨ːLM4kouԂՍ+I%lnpVO '14Y5\ra\mYVrIs -nnǝU޵rliBD7o y4に)V9/kح^vḋsg5yKx"CBuU}]ǺCZ,%uk:/Xd7SȬWL"\ ߭v p h?LjV~OS3ww' mam4 q:cpC+[v?{C>ƌki2P+򚄩OԔ IR{x'nMOy8g9a£\!F2pw\=jYY}F\j.^9\ ꁡ 5<'FNwdmw/*O+1Rpvְ}VOQׅN'^D&;! f䶎YR]aܒL|P2Y軈t (ڱ,kzoP543~Eแ:Z/Ж|/Ӟ  :>2:Xw'PE/aig?zt|ͺBK)1wtxT,Sc[qܢNnjZ55>jSZ>@{*WK{U~6<)j{oƾJu?krkXCj 1~;K_@In!֜~@eqjN}+uv#\vFƙMU2|@;!'@AԞ G1!kZ9)(s:Ÿu~A o޶4aVékG%ohYt=8#&yJAHPpM`k[ӧm汰 vASç.cd )|k;+_h>!P>0["1oiezּ_v^ }0O i-p{t ^精!8$[긜-[J]St#2%8Esyg;Z78kySm-y*ŧC}~s(SL>%gNs٣5mc`ўd47 5&mYdiULKy cO0y2@F&.)ݣk*g1j+=Թin-ⴸ׹ج[\l+Xk &;4 ds:>3겂w8pUqz{ϻpP,} qAr:F_~~Ԓ)/S$o'Vu"}KW+$|A |2qpk򎏲ڏkyJ#~O9ĸǒ'FmkM~vbWec2.0w ݯKz3jsZXA?MY[mony<=1kIz<JU;peEֻ.hv5S´QcY5A?Zb~/[hC(>,!ƛG.'D[ji{UXck]hr&.w7}* t畏`]6N+VہFwhf ō쳮#i;uDJ4+qĺC+soYUxf5Af'RP&<򐪦k0J޻^QO05qt#\hfb ճ`jI kyGtoOi}V\<ۣV6[dڎJ.O0j!]'#m'@L0'9Sy>?$>tAKD| ԰1w> jx/:tFTKOd}/xa9ЯMP}a nӹ(@qYg^ߡ8(ضֆ^"AVZF#)6C T>'hyVր #%qM8CvS's̔!5I;(AyFzRC W)%.${^ ~ /:\y*w>]/;7\5:pv1Wu kZ <{Ѻy{4UM'[41}Fj xJNH {FC^Y8'bűrvsKG(mM%ٓo!'[kIdbb;YD '3~Jb)[w͇Kw|YM[䘓%w=GPˮpfKy~Ճoަ>ogcE<3A} T1xkAcE/S^k|]߫nfYYQ=U "sL.;۵C-ӄ=en]6]o{t-!8KP4؂u\oMw2,+tzĜ;:\1,a:"Dq ;˵mNgIŒ_&7*]N.ev[,n]Z?7[,$;R!8d.\.Ltw9`DcKDU\]Nu_I<%6hq@vȏb8xSem[ĵDFc=ATxg8[&'w8eTE x2[Ʌ@ ЮXO'^Uj||P&ا33e5*9䨞|}PN(H rT#܌Iqy:[ ?$;!Ix,qjU^:-Z b3|@t_P, ?U{|%G,2blkׇrP!h_(XʭgCiqy'^9{Һ)kOzӋ?Kf;kIֆn1doH(SH9( d>~(qL5h]Ay#X!|ST F)ywx/nh<7gp.t͵/KY;N5=BuǗ}k}Q:MmՌSPߓ ?`{kaV'Ye;6$v\^^w`{D#`+DtΈx5mpoӟyeѬwWhmGֿiddYif1+4!8J'*BN(n%D#q;#&HFD^C[Y^>c+,s%w w `I?IA }wlQq!ct;| F5Zw"\W$@)"CBl|O)&-lܒcZl}= iW_dָ3= -&]nL{`xU)}p`dQ}kufBs̓q1XN6K5Q (zcG(զ=y#8lw=V810(r:dQ:@5xy ##mY۠f5TGa##\c\,cZ&*̖[#X=Y|*̨dZAy߭Ւܪ 5AXEf@뾳U̥I ~h$(ŒAKYǫ@t{JmVl,l;zE8Bv ?5^WN8~^I.U/6z5gR$ŃpzE,܇0ó!>i>aq9V:W"Y~j8+=CYn5vYtk]Wd581݌ tmz>\Qc,wpGDC;/oгɑ*U]> Zop n#2ΦQ wH?P 0ĵ'qJk@iD9X(V]O2J4*[VE??E71cw;"-X+Yo> j]()ݤ'G/ Fl~x"MjMjX_ov{'̮غelwx徯t֑4wX܅h:i坚yiA,,q~ԃ=x,́K|^tWpp{Ct-]vNuC~tK:X4x XA+y/m%٤xuWC$LGWi@ʻEk5ps%& \HRpyEHlU.<(dYPA\}(lJFΑZ_`쯰UM.$ 8A3OQ?@CpIDʣqq(ٷ68vY,#>E/OF9΃+חtO!L,﫽!'W2$ ӑvԬ Ft mT:4.ޏDUc!J5u; 4sk`!gaʗP?WdqJ׆^5)fliz RHux!ev}!DžOޞ~ Kd֡Ia=6C5O`žnKGѩ}\tA㓼yc." Ց$$vnua 7VlȾG.'T8tN1'ѸoC0mC#|P5 @5P8>&L/X |[0Hn#s4}Q9]RjgȬzEN㵡w7{>e-/LOrF :Mͯ|V^z=d~R斑 W`u?nj}N:F3Ӷ AZ`ʋ^ iQEtG=FicRa YSk| oaC-#QYhp-ppA݊qKy5;1×q;sΦӥ-=)ߜc2f1gUxV}$hU[*hJ4JcgymumkGsߕl[~Q>U7x: bN ~g۫if"d^^ytQ-;ΉAr>/HŤLJòwT>uOڽ&d.-ÒH3)*%4rJ*je?/2U$wN{1%reus\f6+Fx_zE5?l.qAjӧ:t?R~!?4yB{ ]]Q.$1{> |U,K u@oOQi#`km>}Y_Vٱ>gl6TӣtGK)y o5ncb6m=wRv/Qu#dI4,S6GoOU%ohITZ}V{Ir -lw,lꪧQcl4" "U><rNf@V U6\VEMhCs9Udeޗ;~k@(χ%D7;":1g_+?Woeh'%]mCQ9a_ȼX-pMY'DX xUlC!ZWUd{씍ddYue\OT ~FX pIY6Q](FChnY0glemkF^aG oR|E& ~CVQOd$OcqHfLfVx@ՙz~x, $Vr Y]O6mƆv%4 HˡȡY ǎSuuH[Yԣr204$}]yAy7Go$Gh X|OHD WqgN۫`;#rۑuH e 74/)6-iUߑowf|.~m3KO28z?EumnMy5KҺu};3Wrxq$h.ҭ=ag2J~KPZ]9ЂM|hp?#wqՁwI' O#|rh5Ԙޡmpy^_0U}qni.SF{nD;HU:OXϯթxrpZ (Sǂ,o]!-J7sgd J)M#90v3I];aN1F7|eIPV>J7Dɶl4vӺ>OT4׈XBԫLvvGZ}0?eLZ4@jUiuAYI\v\ XTa4X6C|;&IR{uda$^itZUKYS ѾYEm~ -{l{M29mci,yGu}T(w,kıpzVQ4:c;5tx&g2J+ÛGua^ѨPPmobA ?"xcNES*]*YXͫOay{3 l2LC]eo HY}@ܡVcycCK,骹@vU\<ڌ#-:4;lVP"k^ \8 b&yP5[n3qn3[xM9g#pUC'0VqBi%o0ş3yOmn4o0`7np)#t~}oH3]_$z Pxծlg`iuJ,cXƈhRNdmJU SU5a=(Wu+zgR!c-[8c}YA6Eh囅u9M1`FLMtfǐc~م+orwHഎAJ;7!3>.q<;h?EZxC@Ir'UQl%V\$#uVȺ^ϟ즷,0>#f9>֍X&@y`6d Uw3vW:1¬_E_CV-߆`jdWL@p-pt!:IOb8;OkёN]w0AOVU&@sJgEu,S17ͧW1AwQa(lv[+AB)7bckI H0~Av=/ctQEēauGjԬv.2*8t*aXES0{vAsx 1F墯oVITrm %A׸TzPe5mX{!u ,euGFL2g:Cn8;/SӰٍPѩ(bt|aU@ZiՔ*I$ZI$ ZȨpYM$^t~e]P}2t%Y x*c0 F&-?Dr ZyVblhĬ:ښXOq*4..h~GyxFWN{nfױÈ ?LŧLLH/qI&6D>K2s+Vi5 7Mg{%XΧx{UվC(_4m˽umw'IYƩe;ٕ[rLopfKM!n?nW.’2T㲬~\u^-h}[8Kͬ c[slrQX4v$I$HRI$ ѱ&Xnh)k6^=fh*VuZ0XuK=-73qit5ɼO|A7] 'm@w!D,lsTʧ'c }-{5(F"GZmph G1;YWOkw`h\C]ŧE6i-~ QX}N՚`.?4en!'KI$I!I$JRg48C$k7f[:;Z=xL5\@%V=CmǀL0Hؼs=MXUcu6+6lo }$ahl *}C=¶G(zPcMb-naxoAfECŠa=ekeEp~:Zl>I?8~jrMo4FNI$KTI$$I)bѴ'(u*Sk;QR@fv .,x?_E'Gյƴ5%d]Ӛ X3OIq2Dw?v]6{T."Ja227oftc` wbGZH/kOŕk ,R[PƮ`Xt0n7A}f#+6j!HDذ 3>b_~ѐu.vV$ٌȝJI$PI%)A54K-jx8)rí.NIrsߤ@Ug`xC$P'ɯcMvtuTm6 Ϥ9oj^aY~GIT]Wa:ߙ[rx8$RcBj,iVWP/SM@NrXTVcGIrIȿT{䵧%u2 bEsF]82!v7skM6dwSֺ'~pUk4)bPOS}á 7'߶a[uW}O܆h֋S&#'a$EI$Z] vOJZuC#@9(G' BK.h*ioPl 1ݟ>ՙ(i0߽jƺβmٵ\%2Du4dtƻ(@$79pMZXTeV,>K$Z[ȪJ{8#iRU:~}yGhI$Ԥ*Y]MӎV|^|cxjesܘezG哂)7fN \v6F@hEnQU62[t?Qu6&'<tߙMAElhCc}hǽguk=:NU{uRY-żbf8ӻԾ֮L^% ei4$4䤅 LUmq U{Mdf_HqEFC{@-.t_BY#YP"@F7jׅvjFws|x໪b0r*.w,fmq ?$Zo9V5j,g7ѻ@~} f!H}wzY1FW["FqW~_:صiu4i&&$+TIrx 5rQ^^#5!#^)@s!eƋaLS{79^9cMص Q`v%M(u^Bf5bG[ okDBӕy4H*D@lt0>X-eUBVr_[+ՖҮΦqrC M$EjIPIgӠ 4ьlwG%Tk~OC鸌ɴ]:0pZ.u"<A'SMoݩ^-4kKR#XG#k =ڀp$eX( nJ*M_Z+>+[*<=\H緂O׸UR e$tΩԱŴp $I!J3F˧ΡaU{s#gf,{=0trˋz:?3D,2e򞿺:.ix1F껂9S}`sA۠\ 1aoC (kf(nܪJ(s]%5y<+b1}֫,[ ۷;RS%.7C ;h gYp2kf>+l ŋ>i) 8 bz$j $+3Rn~\ 侰f;ᵟ4ظOVYNهQ&?:?5j=Vߢ<N.Uv7̫=Ԃ4M$\Kz •,> +ݕJY/'Pk +B{mugbLmXGU-`wiЄ ҶQQzjl$xqpVr]vhVA3 cc@ku{UO rCvNUUbϸ|Z l#kOQST{c.gu~퀭B £oHhjwBw3MDJۨGF戒tj\ȓ skN] 4pH].7l}7 ߗMM-p6u<UVαnk A1:=*LV~I5ح ܪ1}zmt,f;6dXlic)]C`>];qqׁT'^”D7Ep֝`5G{?#d_Mx1s5hWNmq6BYp* Y,ݯ~(5pC![:RRyU[ CY iq,sσtul`R4缹ڡ7Iַ5͍0ɒԃÜC{-ִ hMFG2lZwP21N˛U,f4!XTi[xp;nfw*S~l"B FQ̯:7鳼.tKiE5k@pV(QB4#ڒ$k=#s X{¿ML:7cd< ntFΕs;G/Aɫ*_K`洂ëO!k}E[nw;@hk$ )l0y8OP~'!%0*yO&QytkgUf@1u}{}*4<Ա1AfVF-ն)|#~VPe9,~ֺޝ^UcGsZ2Tlo&; {3Qk&w ois|u v_mom$V+ȲSLђ9e8?cbb*gGc-~uHkEm?rv;oĶ5RaqiTM}J; oa?l\Aa gܱ e?X"u2B>abfplhc7Ŗ`F|U0n!iBf4D86M5S 4+Ha'̈A>$Hl;Ұn N4 UfV AHDZ64ɮ4T4Ӟlϵ]`J?Xvmd@HEy?u l4I tiX]+G0Ent!F1i,\_[NL]\w:;ЖȒ؏ԕz0q+%?VWO|I+ϡKHkjG}l jA%Xx6 !r=JF6h5]lMU !$~v^*-?LB&HBkc} ?8+zwNj8)x+KDvYv0ߢl}XFk%knw ԶyB,UJͻ&a5WjcFB샻AZ6<"P:Z8ϧ:"e}ǺRuN){X7x&uw~j@ 윧?qh{WbC,WuF>W}U= o0 2LjfW?u3#M\;5tFj >wt66%c? /xYYV?,NP Dpja"I&R##+egg]ciY=6az ݙYcN ظrI>^f;o} YeA8]W.5ޯNέ1΄t.wM% }v ӲͦVwq,T*mDNYS/R~3ݣ?C&W }L~Уe/G)I6ncy:M81|V3FGǮ0QWlLry)*بe݇$741UvF1f7 V7 'XƦowG2(s;O*_]p%x[{" Zع78:DOddRQ3~e/'v#n-WAѽ#5ھL?.;ůŵ6] K[g\Jw>ET8e)HF0}_w6toQevu{us9akx 1>jGXgAUtC/U=_,[ɲZZHD]r$A%?Q@ B#MfcnY;.L˱ _+a8\6T:v㨙1XvGnS<&99 7K T9Nañax^2 WMCha7 FM.- Gc.L*aUju.>r Vt}Q@3J( G՚" ˚c-Xmp୷=s!秚P{1ݵ>pmdD"K.vtUp~HpTS />KzMjS*gGH_3)꒖MMRo1䂞[=t 6۟[\L.emZwT m8B*gZP}i]՟?ù;~*@EPit"Tѥ*+#u /ԓEyvkCi^CO3j`AVݎ𹾏yCUsuNZl29y6˰7 :v$ #lHۙNT^KOr] b=vj\1Ys ZI󂚶8#@}ZH!ScK\ js-u\t J$ѩzu6WI/;-1m;K_: eW{[dL%zty苐BGYcɅ ]$}}/Kt[:gsƠ.v6;.홖;,}K-GH -*;҄qAxc{Q]݃AZ ک`tp(hhEUYqCR ?H$w?S!dhZܺluR VmO"M7Z%cxu}}(,~@kĪW1ڭb\eςBDK2΅;j-Ar{ѧU6 G |j:㱖 3%nW;,*ifݶ3rtlg@DtY#!vlxz/y!`ع5v]K10c}t31p8uHɆ\/ i³eXxqkGtWXG 'm&dxcvssjc\fF+H;q+bA~#U@0ųƜy*R1y 5#U!w<$÷߸=K"2N-Թlsin΁tF Op.KA#'Sl{n.ipiezyu==ciu2̼鴂Ds J cK/EuaZ809Z\qv-p\gI{IBH4U:&maRKOv}Oo뗚gÁ RhY\kg;d?*w0X]o!X'EyNZ^c4/euo]C,د=euc熝u99lTz]]~{3%hWQԳ~;p`h!ԛ-u>!*c{YuSgӒ oNv_)εK=4{h{XtF+'\c̐eЭXz6d@)]>K.BS]ȉ\&SoPh/a'ulq hlK^ yO|\jf^=^ƛkk!GSDq^)?05u@ NWi~!ENr r8ʨ&6 .x +7n=OxA}7f쪭LiTb|&DP|yl _i-:a7Q¢k+?8FXƒ7š[soiL+5ͅG3 %LYQg\P}dWo)$ 7=s}v[hmư=e-x2kdzF`7h8%mckC9 2J&[]lM'VN]wguWd}ʝN҅YVk `N ef[Wdw~iU*ެYgyeakh8w:NJ-yUW4 wqqߋc&6E|mӅt_^Kc(*蟒ka:[- {tDS)"x~)&[G55UIJlJ[${vKN_MuvA @5yn?骲Kݶ^|F5~Uډ{-FfKx8)&Y瀈Q$F+a@Irv 794%G:zNp1+#3갺;n9@D.d uz11-kCuynu&$i]F?K}oqÇ9kT_Wh~GF{IagH/[,-j ZD8r"`&$AGYw|`|\3+ߗ~WOo}V8}qôW^v37[Qj}l>> ^E?V<{F}(hsZ5&8B=֞4d Il>+0p?ۋY}y ~{U{_GrbQ74 NJܜ+*#$]窥ի^4$uDM{>ur140Z^T:u:X23]3?{Qz!dz5ͷM8tce( srՍa}|V=$G0gP P{T+GO%Rt Ɗ?9Zi_rs:UCqȤ[[sc"N~bP*h'V^~F'y+,nrVnH.`$|{'DV#fjՠ׏K+kt0jA&K s?ioPhݵԸ yZY"9{]0uo{*;Ji%' Ln;@ 66ƶ֙hE[;#Ʊ6oW&aD᧛/-;=\]5D,H)\%g808G%Vf vDeDYY1)0sr=kq6̪U=͖xV`H~.G0{A~q4izN~m~ѤEhw@QKrg._V.o>k?`v+'&Mk;$Lq9fV'sV-qxUK0^4j49U#潏cnN8;.z\~}j^;~+oӏ41]@O#C̣13N{+caSD˙̳u B@YLXu._m-  k0jV 3_Q`uu׿@ H$$c]~vMXC?G˽ԺۈcZ u白+%T=iWCeaErth6SJ>yr_cuot' JXUkPm }$P lo 1<%Ϣ5y+EZ,HWcf.I 涺X>OxN`vlD'bdnv׍ܺny׸{5?> jķ_r[nahMR#]Ф %HH4%S}*;aվ<3ܬfd6,A3ѫȀ/9-=5P:F;1(e}Y39uL}*kA&dR7*`ug4K4^Ek>e0{a˂U"ny`!j-`nI64q:Αh+AI즭6mP=:9 *[h%\.G,쥂_s $tI jz:S32#dV Fv >SӱU UVnX,*ee1#msDB Tl|m>F 0Rkm- }"[$WַooS&k֏#ȴ]sT:U!цv0vT)Ќx@Lⵎ qV5\-QsGTwN@KS3 V.lOEU陗`d JCfaq#.vb[^H0%Qs:fCY㶷()^Gɤ 4nUͥh]wߩ`2Ζ,a2+.xq1$`>8oܗ[m-'>GŻqg!R*$96ڂdcֶۉsE,8hx2K]<&q7.oQ;\kv e->$V>]Y1,kz5v}hk}n@0e}I>.&\5'kydDζR?G/nG-~ O&U\4쳯vFc!Q6mm#Xbw{[c;}aUD|cj>n 6ܒW?K)&-#ЭVr%䒛}uXa乹TvmzN{ѱ]*`Tc?wj[Y[[[4 [ Oѵӌ~Tn:|SD$JsecTJC )Ί5=WUVéI[_V4Vu6Vsdc jˋ6;9K*:sȀ4iV@^r{QqŞ+bߦp1McQQoB~l hC/8HpT1Ь$]'ǶxK5UiP9V[WɫM8~0?/nA'wAs:]UYj-$319,:|T6@s/9[kqմ~E0m}G@x_սKI:V=6jxZBtl> ~I=>anCGJc1BV~71Y\Gs-~ "|hc54'ʭ绞06]~Րݸ>ƞ5ݖs~=1]~{45@FIeYVv.9~sW&{,Էکcu]i#j:~Hw7C? u{=`C"D,܍E'`ɻ|~bN~]u6]ZXj}ѭ}\7gR{>t휹8"O]ݷccӎ*l ΪQoxTuz+4 g[xJھs <κַMIMKFIkqQWC[/v՘{IN$U8j[GLVWw:kzv*:Dk7Cu`=DVYhl rj1ql>j^SpRrgVqXe ޮùNˆ\2bD,Τ,8"֬fή4cFa}@NM'F\љzk)ul1\좝 + BITq5?U3}Vߏ)$M7;#V1ۮMòZژj[5PLu=IHͿ+vߢ CKuLtQiQs撋iHG8sG*ԅ\MNod,ƛƤIU.ѿ|djlj\_꾫O%ּT242Kպi[ Le _І "$y-Ƶ;e'l~(.1kG⺅ je,xSY  6h7HI>]Fr:^S-2~]A9cuR Xo0gHSX[s=5I>kpъ!>Fu>z5`L*cV4~ao2*h1Tg&)n|Y c|XSdQHhtc%m/'uGsxC\}$)S6|ߢ[ rO,#T7?FEnAՌoqk+`ѣN26z~zh]Q"LAڢ@vMjٻBAMFcS-w~SlfV/۪.y5'H :@ly71ˊF'S5ѭY,3ؿ#X=XVc4u,F h;4I$bI$3 >ތLسJo ?4Ďy*=stT!ޛP u* Հ]hAXqwnl$VA}>J7`Ke?Bap.HholQfu<|!X~m_*7M=zN4`.+~tj(2ɞh5*I'l&ԒI$ ىUӣfG$dH$j7,6{vrFO2KtB BհjP,մi.Q}RV}+\u}rN?kZC3>\Q(ވ1SU>=Kڗ<>H?wd$h T>^kÏp :&/0tjC{㾰`ި˱`tLΠَڝ쮸T^,sC?8DF|oOtϫ\[~y*ѲV֍ I"S26TI$IAI%5nE,[ْ;phMO#5YaQfyάe3RdORژ O yZmqV]o ޫj!Jg,wCE/?r}<08OܞKv$pFN~kulwkFtg.\`9Z#s#:lҘu:53]MLz[H[WA҃W5`]`e FLG!RI$I$ʫCPcz&QmCp-ZA6v\6me {J*ήo +ga#A۲!B΢67*h<ߢ\"N:4IU2QKku_ֳHf ;ZH %E*_aeuΠj;IjoQI]Lfz|T[n5bM'_qLvNKI$I!JT%{)Ă7Kt8j4bCu~4.|NC|b|#JVpD~,3ς M;]Pwʆsq\aV]aq p%Vsӽ5%IJ:;@ϫO;?{&u '1ܵrf*cOڵzՊ&C$\ `lɖɡVtNbRI$YS-acăf 2X"uCLm ?jG=sN,#` uMGFߤ;2L(gw4U9ƪ2|dL_.?)UO]Hiloؽd55%TF0,clJ`ӗs p->)aŴ@!qwnj=2N\O]9X%I~Uo*ګ~y-c@s]6.8dn*X2G;aM5Xp"I"I$HR {w>5$ VV V?4if쏲hu{H(c9P{%fVxs_٫кxh"l~'m|lͦ5`:nְg۝@:]#ը|Yl<;1vl?fN&m>- ɒqhmJuu1݋S%vwVhiCO\W[Xe iڵ0V `8]2h}{9}+dbXxVuVZ4fFʒI$ jrևTKs0omla]/U>I|U?x(1lwҎmbl%];pPHe}wSeË4>e%7jw0"8ļZWר8ie-WpK;@s;}1vgFLJ\\yB:g[D "ݏRcӑtj~c;γcX2Oo?-\VE]SMt*nDIbI$I$ix;5#6->24V[{-nv9)L/,լ۽\a脄_͆AUXwUH56y\pƎN^Sv D<! ޏ\q:U{7*A{KOJQN?MћNX$4k5:ݧu^P "mv#Z7X?Q,{LQ/$_fkW Gn֔LM$HRIkK*h]^܊G_ʮnʿZǥ_(ts<>Z#Yznqls Ylo<\7B<1#8;>LEJޕ{O׹::cmMBZY7 j2I$$y̺M05}&R֋n,ٹXZMBh5&/.<&[u&h&`*Uﱎ\ 4鵰{ZuHK-cY-yO.s#-<|W[9_q]PuTxcDǤr鱶Ua}`1xuzӰ.ԡV>__uoãJ4r}9wq!f}_R1 {ɮ(G]۝es;FKr~K1fEgu{w  3CX)℺=N&~6[fwڡe$H:7]>UvCl{#;4t-Lum$ObRI$e%<_k$hvRϋE2/ҁ?@V:?4p# Owm !.{q=ཿ[n9;-gc3eb͝6mcWQfU*4]Ŏz^&|Wީv>I5M>aG sLF#u$II$m$IkUߒF֞T]:_!dNca$˼OxӅaVlv=QBcZt 9ѫ˞Ƈ?r=G-㟤([=C[&-X Uee\[sCt oԿJy=yBz~oSf;N:}XTt߮6ϳuj"4PWQEVix{$eyUh{GFE_잇a,ً"j=\6*VM\hhfk j} `xS5vPp`?I D-#V֑22ݕm G-#/]yiGaP%8s,h{ݫHODDJcHSR B,h87=? RڴU#Hmg_cה6cR\َ[ mu@P-$@(#&S-?mG j9y-;֍VuQ+arC}č;!Ku-yw4*՞݀j1h:@;>(9oʤH5} {'1 F᯶B%E8$xQf#hhI<^b@Ꞷ3T]dF!yb)! Z@0ޟw?'>c姇6V3D\QK/ov7P{W֏~|1Sʱ+9:{\NއՋkw"2wSOhunǸ`bVZTV~qy! ̫z<!.L5j9feMThoTp{ޥ@󤔈 %ImNӄPS>KtIN}!<qږx%Yf5o0y~cY]bFڛd0f8G9Uro.[twIi̇Inu6 C8qkկ v+}]?nWq[v37&WQ; nV3-oq,Sw 66)Ю5WCKku'y/V~sʑdj۵Zu.Ptw:ΐ}A9gG\Х]V-۫)4Һ:0d=;(@]4 TW-ΈN6`RE,W \|< d|RS&4S&oh Vς{ b\uܟ<1ّQJim[/e$*~kgAT,%Is_ZUVSR\?q4-f??/;sYWACkfgR=ͥ{GkCL[-kkfMk!?5 FG.O'襤*Ԩ;KΞ5~n*不>J2eM: >(ǖ Pv{HT4:,0O*:Kn\7ܝ{7K}3m۝]3]j9_VOf2FTQ*QcUlcztBFƴ;q 7EPՌ?:1b"\ GXFNH=\9;$x)Y=Qm)sOVs{+3ܪ3'\!sY1 ,ʯO.h#oQ ܟ̑ς$GCXӹ'w 鴸4\j+#j0X[{Jto_f< #Ur_M> nWsgP5p\_n?w|;5k oc>a_X?*HѿfpQjN+wQ_ y)HFlsUp:Ecz].gx0Wă $Orj ᅨn: ve1c|֕s9}F/s|ԀضM1Tsu>=RY /s}!A t]>ݛ㺻YsĶ#;ѕбl;}Wmk|t(O |]ony]+ `os+3M fpR 8c~yTN +uCK'*GVsp0oB"VOM}U}Y8ib-Xqq;U"~Ϗ5ǔw x4JW!k`-;},D8rǶk!<7CO:U4seW?Ը~UL8A[Y1kI ό:/{5aP>C:ko[5h;KVuO"HsǷ 18%ul]u^^<9\ֵPSYpn˝+uB|:Zou_Cף鴍5SXN>ʩvhq56%5M/uuoUe,0koL]իI>v(;iL6bjO~J&CMMb=ln꯬wU]A&[@ j Z_pklmEB[GP _:zc o9)>n;nIEmX@`@ l/+'% 3Ρv}0y'Wdul9.'KX,{gѡE`3 c;F#u}E`?e{Gvz-x]sjѴi潳=U^[}IlVѨUr9.R*Χ۹uNenj=n`s%7 0Y9Ec+cbjw\^ P>NCܒtøQ="\U-ps΄Kqש:4ś/3eO \\ ;o *yuiIZ.$AaJJq~zhfUŸ :po/N95?_5}W#8qHMcVv"pS$D-P1]a _%!m9noP?cgimgكip(.>Z=gN5%ռzWWG1ToYm?V/en ^UVtdV;w=F64ܵ1#詬W\s)F]\7ge3̗ģvXI26w%Mx컴~drF+1w{]:CtΡ~d{0qA:7cܵ:wOM5954<Г;}YLi-lTc-}б Z  &e Cx==~%ۊ:۳Ev㌺>kmtK=zKFm{l{|9hZs ~nYVVp}GrRc@n٧Ĉ\Vnk7N0hMtZ L^f B^7?T-~K͑QNT>ೱ k{KY({{*gK~7!G-jsR~); ˫:jNӧ lp2, yruQ=/﵂l:744?~, Ǻ1|yRF-M?4IRs릛2I. ouU͗Xs{`c.c` xO]fλ|%DvBYpp:xN=U~Pr}K'HoStO^mRϳF'z?>Y`81Ic1ΰk'!ppw(yYW׊(Ƭ4|Sɨh Eآ}yffg `%KXy s-ä߭rq©zW|Q5Ǝ'[ŠnVC{d4Wer:Nn_rz%@5~sxr1--ç:a"'KN7:l?8쵕cK!ڍBqݯ$eLOoNɗ(n6IsDD@=-mUCYX(8,~lλ`0 y;NmO_I?yt2aq]G(Rcs=ce췙@S1v=jʖH-^qdop#׺=հY^"[ĴX>2ps>V^3Bk/fSnY>h$>ËX4k~`M K-)TQjNj?5v$@p]O EB>LQqqEĽA87 #L#j;@©Ɠy0*Wj?5DnZzmdV@{~ĄNzNP< ;}e܏oܟ>(6 > La4XnVGIʰ7'7yJx3-LcuK5k0|ȺQʹEmhXȍx\g~F9:.e;8H Ƌ ob[ !f׉WTnMLd!{}7X;!mfu/,FFlj}[qfe -5/{Cy[cvK5"FZ;1ɭRǏUFD&+'+5/c,g2D^ .C>^O?#ohtC~ ?ikD:`4Q24h(a_].+-cn\O|]áof~cv[o@p(Wn];H=J51Sz氵[MbMYls]vS?8 k|SZD[A֑{cuix.uG@ɏ(iTIfGY}VGQnS7V̅iɲHcM ѱtϵwӬMQٛ[~q#+Al߉$_wK(5 E_lZ]g=LO)k>o+ӕG~I0w7U1K|٢@G/'seccA NELE&14~RAekGYdz ʵo%Ҟ3Bsv V;cOǵ[w ĮS뵶̴:xK!g`> @౱$stp}Eők>kWB~TZJ7qbS Nlާ23[K[ON踯[݅gMh}+9gmEc>y s+6k%:xU?fGo-%#wv$N +?YٷUjeaVu_lwYH!"IH& ~MYys>]n+ ⶊ#T.NNCϤ[ܼ{~ҮqBAuY{0hzR8L4dՁY'dq"AN.swH]Vn$0}{,#ǪGЮ׷ԦK@;];fb]F]Mxy&F hXGXux.7:@VKI#^!#}!BL~}Zaf_ܧ5A+UqBP qgM|,{ Cf|i Q)~<:puINAkx0WGӱc V۶"Nvedצ/`Olő4o\7*puMsuiDurq0Ww,s#y<"*y "|huT3]b;"!\8j:S{H^ce_W;gIŖ10Bg(w ǃU{$%;^-OVmm"?<(MB$>7Hmmh6#+<57PREFxO8G]#YVaV~3yMg 5FYm+ѯ7lb[GW3s:Mj{k9tXʫk\N{sn/|@Ska.}/ukƖ ߘYoFu ʻ}AGPœĎݒHWq WUm\yDcݤ"ޖ#30&'|*e5ztj`7;~ulj3\N;Ϋ0m;khDhWEw9mi: i̯Mf,ߒks1F㶚kX I%RQ8c\G;{+dCjf?HuzX3whv|P~'wXSz/X$;<(G!1zg䟠\+ΐ`Μ[*CRO'pq]3/xC5>Ǐ+[tYbhk ȇuzXu:򭩻AlqzNlJs鸎0rIFV>%fEgmڵM,1cGX/ۜ\+K{"H ̫MkaND: XqIY,^>R5>%c TgRӔd>']swF`3(;z&>Ulk$27Ps{_LczC1-lM_|&[t^̌zaeCv+3Z⼉a Iv A#(;j3XǷTζIv=GD@Fm4e"8)Ԕ$, puㆅ Σ6ɬhڲ7?Fʋ͍7]@,|>eO$^H]G&|V-7Ր `ĝDZ79¶^ xL}"uEQF u" K?];jxGo@l5l50.R!2DW1l^Xawrc]-dI[ohv0Zgj?S01-ΡgIF^]xh;,:]67ϧcum:QD/> nIzgh}I*W`p1J8AG%D .> ]XxuXhT\A'Im@$5G1T>hԢR&]Eu;^OSsZ.uଟٕ`ZNrW~u\F[w#)6E9.ାױz},GYoxpq?rrw _RF49X/ }1Cr1,kv/ Gh?g4F Ә'(\L~IZP5tN-85IGOq!̪xL3 =Ek쫦}7,kQ-8W 1k:EuyGTed\9A.{x-Y@U R89/ʧuuibbՉ+KsNYT7"><x>c"5c`l%$r^[@洴amx\l8X˘{V?KF:(7~vZ-ebHXũƛ225ߊOѕ`\[gR]"a'کI@Abmzr}J83KկFS4܅{HsOqy5[]Iƻpҭ`ԇx<*P*XF1Q۪nN9Ѥoy,֋+x!ǯ\VIk^,fxp{)>뾶[E/4}w%P/}뇾+v46u+P$m Z@^5†&# 7'J%WR bb#"5ꦭC&y"?;x[f}LxN{c̹WF.$nl]=^#!smn|wugGo|f]fi{Y踬q$)pfÄt+XDҽ1F,cxNЋ(5왴+ǂ[مO2TNa٫kvmmV>lGd\KO;gڲqCz}NsBƈkDlE԰ȇ4+Su-uM %S,Q"֎ |MirpK]mq9 ct8i?\q~6kt<i9sȼe>@v=f=b`Jf{\>و\r 7@M#4H5Ypz?:-\;F.NkqCl2?;7y ?{Ԏ^>v\%83a3>ֲaDO A?DIJ'GF? L:V~S11۹cX%{վWG쥢l owrPEkX *@_d-icǃ5+s4> 26۔ϲ6M\+MhҔmƵ?^wt2N~MP:)$I凐~ e ǙzEoM6sGʼC6,"B|@q*ÏT}b؆)\<>b3kA H I\+[OM5PwdISbFS78{[=n -RX5y?)p0 A"`hmnğB^Q$v(,eC@{vp"}@;*H=t]:~r\5?抖R,i.fvb~;tӟ]`v1'KKө]9O%W_n~U[LjmuZGΛGOf=-4j|JJفNK_5 $x~wY L0.Fž;MYln}S.FAZ\bbS_huԲ8ZO?4o/{ftlpcq4MTkhl#ܫN|RF""}j8N8YSY~$F]"Rw4{i@5?ru76]cR{t{7eן] 4L29KEۺG֐}*ߚcPC^r>dkGrWp ӭ\UޟӰn3qpjm4]{YIm$I D0_w3Hёܫ&0'j5TYhWJMs>#A/e"ZSѲf#Vڹ#6LJOcD[>=|4x5Us\("z)lUlyT-͢<4j3+*F; #)R32}?XOJʼ^ R4-?Ӕ_i'WZy?%F5Tc@'!O\ cw WYwQ:4`B-8Gn.oPO %[ɀNFV Csm{U3,YeIib,YK + z=5ΉFNa$˘APa`хH$ *L$$l]ZGT{icW-Wc{D=\yH2%qjV8Ӻx+׺l&@/?ηZg-kNBZ/Ϊvmp/=^j݆q/U N}+¨3Gm'_g>[U:Mهo;bZ^pzwWrX殍A\gCZm aˌĝҬtԲYs5u?WuKi jw8t^ѱ `Ǩq nx9[6[I-RI$>ڍ8(ٮVGdɈA+:EǷnH }$#ҝEs 9!;'CMDDAqhC-tA}'x?4)n)O@b; O$.{BgU6iT[vVfvuT;d[{F|J.]=ek=:ʵGV,y?/^eůߛqt+ө `qW+SJM$I U2 JrrQ\C.s%k[Ew&8Y]2[}Z.`I I~c+ka=iẏX~G1kNDm?YFnLͳ#SJcOhZэXdyc]=}s2c3kx(HvFh&<&~./Wvrj`k>=UKn~ 粺feVdqq[ ,D OV֬qw#󂫍ѝulks-cTiǪc@Ik_pjo<]I$I%?_<$_<$FTyY_:$V[2}wy^,?6O];}HlI1fu%H!%I)%I)%I);wOI)(z~6pY3N"<^pdo쟵7llg쏶WlMO4oF_o/B+焒b~I|J~I|J~I|J~Qfÿ_=$_w잗m(yD/I9vO v V }bk67G[dS}]h&9n$VCxI%?CxI%?CxI%?CU1tH}펉 ۝=I8/I/⯷gnW;3Пn1$Q?@ShJ2$$$$vI%?C^=oz~<_?. 5ޫvA^wڗo[#fx'ٴzquI0__<$t $t $t $q3*N۽ߛ0vI$WV8G2dgx2IF~4ɟg^ֆ@_9~?C$VCxI%?CxI%?CxI%?Cf"5_=$CPC07wڽy#t?ѷ0~Ȇ axBH3%{=oeI|K_<$_<$_<$/RIO7}GU,ϱngK>ەiՏ&ԈD t}՞*_g$ | ~I|J~I|Jmistelix-0.33/data/themes/birthday_menu_highlight.svg0000644000175000017500000000061011246543334023377 0ustar00jordijordi00000000000000 mistelix-0.33/data/themes/birthday_menu_normal.svg0000644000175000017500000000060611246543334022725 0ustar00jordijordi00000000000000 mistelix-0.33/data/themes/europe_mainmenu.jpg0000644000175000017500000201305311246543334021676 0ustar00jordijordi00000000000000JFIFHH XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)KmC   C F !1"AQ2a#Bq R$b3rC%4S&E !1AQaq"2BR#br3$C%S4D ??k鍐z@LUZ)n4=|yZniO iQJ0]y)Ku; r.цc! 7*|#@v) ?gADt<%MUq~MAMD1BKEqwV֌oV5i}9(DUGE|t}Z$Gte`A!DUJrS06E *CjھW?qRY:\,}JȲ@(Z٪~:JB#LO"ej-|;nx@Q=0Xk^ُ}.Bb#RTzJ AQr5`]9 ~26L:. ˜DXRaeU5Wi͡?tb<[cI x^j(O>J'-MQ8V\<zq5qˇM͎X$Ƹ3 M~c虱NbMW,fDgA  I=[\C &TU BI%h xocD8S0ōvvЪR]Pc~:.3ܰ!O'7Xc+J Udl{Iy5T7V쓭S/{K1])*inȻ rgmFHLuGp}㨰{(m}e>(C"R Vz?g34Ųa-pG$!,_TJ9>O ZRbh6vʃjI5ui~g_biqvDNj6Z[ s'HyU*7Z\q P ~-hk=B5vUbˆ6Ác HySuqO RR~vZ>\KP^G>܂$>4l 5tKZpc "I ۊb";łZX5Y8D>@]Jnj_rG y^ 7E #L8HmЫ9$Z QI7|$R,2aiô(xU͟y@%8hh׌2iYuBcL#{k^;w<")Y^P? Y=GÆ)GI=$%9౪]04xH @XV3 ל}A,ef#A+pU~~)jx qǧ6L,\JX! Qq?P*A7gP8m _E X+M x ~^@=pWKQcݸ{qgni11 "-N$R~ֵiJY'ks<ؘ8XP]@sUfRXZe*'=H`y˵]vtv7Nĝ6?xtzh\ip$Hbi*[ hF] rYgjy;5G 3!bZ{ΓV5f88fH_q,w 5J@)QVs1^<1r!GTR-| UK1߭]a)*$`.F9]'~ ؚ|vo?<GX+uqU95+j8Bg=74!l_@jx͚SD15$)AE~xË2^ASL2Q!wEYw<$9o^X$guLBa]#eG"!@6o!!%bv8D!jX,ĝ*|5=T}By@F^<>-Z輱#Hb.d+=ŀbEߦ]6[kt l)ҵ7BucQul8lG?nm O [䎄'M᮱qЎ&* Dq4H1͂n>LDf'^"W$ (x.zBe^J)#/HNNG,xXSNr?dp)$ke ^:wn_[E|_ۥJAH Qp|"i*2=)%(t[E|ЪyߵCR@Ɛ˄(P@ x8b@:_ů.*fIvaX{^>ڮXPS1xy9G ?ǔ1C5vH""oh ߑ}V[. ,\_YA< c TV]ƒ)6| C 7분Hb #I0r*0/AOZ Vd,*՚5$' z']c.abE?${LBXpHTrAh5Pc>l FlU W/hN;ػ9jbg5xId^b"Fg;f <͵"'%$?[#4Sˎ6%,l͟7WU)ۉ}pN 66=BiJ "~9O vx>*Ld Dlsɺ s:KZh-)[<|"9!kPo&,nXtX֩ /mi"9Q$,( _= XFoq_N6ē3Y*Je%A$1yXiz"L}~-@UJw(>Ij,޽~Bi7X˾T%H*| >?7wu3t\zZf Þ 1ֺEIɐ"1- ?pyo moOpQvU(2oǞT6Y)G8$k4CQX[' <moAI-XУ,lvRV,rR%B{'7b’؇8y5ɇpuSCGJ)ٺPt g~X6Bd!B%t-$(m8bVqlkr 1 GN#iYDB m5ߣJIF8D@]gĎ@ IbObٸZ&,O5il@FJ+&iy+ 8mWf6,@b(̇#-XPEw1 |7D;857:B&KE|3b@°0rA_~@[aT~ H 79q:Y'Yyj;Z)ˆV2X݀~ynIٮ2 Z^Ȃ3۵GP<h+0X$ 08G%1 yczƪXgRV M_Ӯ)&Z CZ1QV5 [7]oOk@ Xy@=LA#e:$ӗ uD _=9WZZQ7fk]A͂9LSWT y@1ǎLE F ~Ͼznjt0L-l`I fy')FpwV#Ut) uX"Ǎ~<b ciS׋| p̯u~94?(Ѝz9i>zA.\^G^owp@H6[߳iv8!ZGL \^ŧƄe!lb^x|xu1$㟯k IwI%˵(#@>SLTYYzDДۑ %7oRE,\ tP~:C"H̴Xm'Bs4 tX@9 ,N !,9.nDz0b\5<ҒkZx Fe!*4[A"jqu},SoGx50ֻE$!  䱪u̧&$PDzrC02m*`l^OdC_Q6|9%Uq3,DjEt_~%uhWł<}HbK)8zׅ 90$HV`CPC{y[|u:Isc&bm~bbCTC>@nGYM\:K78KmW|WjǬf41cca$m9ܖ/h~u9 HQ2h0¼eZ ~&3f2Zx'bܥ*m?$,XBp u "Abi2rdy?q񷤥,F&8J }d7n,J@PEbR /hJ!MbØrTΒbȠd vc(~9I.ǽT.)1v_?>OXj ^k6cN"\Ɲ]lrO/BoVi4IB *~jr( [uX2L) (0dZYj@O9jG;ңA$H!Ǐ)gdv m<N׵}TAjjfXDH –*+A#pi.ڵ/nTєPL9'b[y5buʞˇh@dlH@F0Pjb  $GT~;TrNIDh#4Wڬyy }*aݷxXC3B`&F3Ac\qw]M3y_l/qyȇ׆dd m!T'Lբd1NxŶ!T.$/qsCrGqOo\c%լ E9"ᱛa l,(I?8>x\)$I+PKX**j7š"Frr+շ ,o<E~X&i;G;Q[4j_?ЎqL$k], X5f~/wXsg95[\l}s2~L,ȫ m%l NJ=0/ _W&<8cX|0PI*pF1%+:KLC$PyM7瞘HS~:quN998 CeH`87穉 ]kb kjPEux=%`Q dRj'k0Wh##: %T s% k_LlXm lm FگߤDf?,x[!,ɦ]w^lW%2[؏8p[BɒXzU׎@4>8rD f&:uP4@@]X 'h@ 5VaZI.פ]}-IqS^  hָ ZAPX$RL Gieme"S|!閒\k,Km-V Oo&H| bMwt+D-`Us3K @ϏbX,!B XA9WMF] pRUqx1 TUyC9oTP5H`hWU[ _JruDk^]EDϨq@Q|D:ꚶPxIG-~Gϑ1cv0$|`y"ՏMJHZ{8*׬B4ϗ$Nh{|(Wؖ>d[ְ+ k-D"4Tۥ)~HקXNJ1PI Aޜ"n;FfI^Vy~bwj5% zh S0̖0 JKx8V^y ;0*+@ʤPxw@SN:ihhVbE٭V <lTNכiJ!őaqI0 2mV ӽC $8B:BY )ܦ+V7VT/ɚ6R|O,ZHG~k97-G0RqEvr_}OJ@.:.7,I&L`EGD蒕Pz-q O'hV'pB ~PoѺ0h#d@ F\? žXBX11bJsKI,lH ɻξ~!Gֻ&f8bKϴDz*Mf6hN +C`d Uf݂ϸ0&abG4i1);EF/CSoP 7(Y [CnUFV  x&tní!(Q$м% [m T?k*8⩖$"QBQhڑϵj?5)gL c|\w(VBxPǚOVKH"ֻe^IgGs?-+%l<4|Q]1[@Z=$F"Yg$5UX:nX1y3Fe]mlq@j%h׬rE)(ܬ8^ĂŸ'o>hs_nA[kSԦj2ɻUU4 S 6'>򵃭|3B^2c\k r~ӣM!{(ۙJ}F*G%Ay05(2 Bwq[Rc!oÎ1@Z&ȓ&-B*fmŶn0:`s;:px<B*x 6#v(7@Pz<8dA iR{E`Qz nv<~~JZ0I|`,$/GCzmX)Dâz8 ahUdvXqc>OҔ*^18(0}&@hfsD "B(3YE)Wɾ6O#1XD({ X*nګH2T]JZ^PR,#&2+y-UBJ@]M!L"?_?pM_14'UTAɎ.vڷ[e%aEig8]#/Tۛ:2!G s824F`eƉ ?+g,|Y-,)Kv2`1ʙB(s.<]aGuڶ7tb_㼱ґkW".Njt[蝓vȕ˂mȲPzk(\ՆPפbJYY@bλ7Zo=yB4:h4ۏcf"ZP ?ok YId<UG@k_.yӷ84 4; *ՠ2H嶖v;T%&,kz$EH>yT, q}p+Go!_3 K*Ͱhb(AY͡Q R8]\z以k$>LTI T\ya I1glBɽ`o,WpE|fKR+p> |E1N9eQBUO :#v[Woe M5DYC(-nvVsB_M:GKP ;$XFdW6"b*VOk@my3CO1(.Fn-lW7LJ G$/aj;`)B$]Y@-yBKOLf(Պ(T6knօI ,'"c7 M}/[6kV~e'9.@$WXJYJrQdZh&1`@q"դ%~.ٱVY% yB~bz6VuegbV@捋@e:zCMk 8O.T P EYݞyzha eiѿ.퀐 mwtPP˶A2ƅVƩE,VG Al_K)^z鯫g Jn9xi$LCq(>ry#uU<;{\2w~%~a'k-ĦmED^!,Ϥsas&B7M[n@{J8⯫领I֚.Uz$mfvQPIG>U6{R(J@`tb$0(.\л[iQV-_~Kcu4pR>\"D!*=śkPv\bp7H,3 \ ʎ9B*) ;_c17bv|1x*8.1ea>S)h&(Zq#1%@Pf!jjԑRm /i+I9Y$(zMaMhsT(gj%j )Y,Z\\ j{v׿X*imK"@ȶI$[|[H4j²KĀ ]@?}Pt)y MJqY( \eP۹x䍾hk* '/ҝ/0( oXRS,zl̅FC)fbH[WW/W{JaG c*c cf8j?QDzWU`Jw~Z1œXViR-;lrxWG-{PUQ8R {\*<*OIՇ&:CK*2Lؐ$lPݥMڕ$>}!l _/lxk\,9 ;6u+V3pAqI9ݴ4lc_~ۭ ^3G1ޛ(~]y=O l>}xA5diKIJ7:_mݷ=-Ra #kE$;+NIHPHl߿۞\1;ֽMb>8WrP+0CanWzJT. ޿߰0) .#DE:AGx,/p$m6+HIt.eJ>sPpy4t}92t ;7sgPQCvcˉf%Aɢ}GOH2ł P ,UIp<VR*p[}`e ǵ:(u(LV6+hGxuiPHiK7/ s.)c p~t8upo&k߄6b#{$2״57QNڷ_ ohIM K)ߢ0,N߰=bk > A\bN Hx䪋o n6Pq9j$.,${AhI%Bɺp>(8>v&tM;)^)W+-b`w}F֣Dy`WMN<>>E+|~QG7HYUxRI͐,$_]'0aMi|Bp\i]PCm,ҶF r鈍R([OqCdI$p1꜅Rpw'$O*nu rˌʨ"de+-^[|Sx)-c6i W?vH5ahLBF I3@ *z{A.Vj9gYH\hV 1}hAIV4..d@l4/MCC`tQ:h剋2ll]W %IĨP[y<%k.$0f}aFno ,JP]YT@j@x<ާhkVEִ@ adEAoET*7)dz,8b\arGhq] *hƅ=_ZĐʲ&:d`jbm.37hssW\fXWX~K^IIqV$n@Dmk,I c #D,ʹ1" Aˆz^.ι%DWMy HT+#a*I64y?~:%S,BIx+ C-1nQWKs 3aՅW"evQ[-cVGx<B-`G"9jM4o=:ZɩZk SmF=C\M.ڳ󎰅;ZPl[ZܕJw{@@*~Bh^B=XOp5E|Sm˘I$$oSwٯB(%_YkFl (7y>||Ybju>pe 6L~j>߮JK}#A$a@?H?s͟~8=6d, J𼟔R.PeYmN--:AHA@p?PE%$1~/Y1LDx녪+1o|@1# -y*Bzbzjоzr3%X߱jl|=j ֚62cHK3 m^<~bXc c 1wA"$ W-u'Zpj @PErKp>^M dzL$PNX$6q)dj " !T_ǟZheL_/%d El|z%)I#cDp6lx'xZQ''dd$f畱\Rl50O%fhYXRܫX|yL]} 5! +K'#)gjI@?ʃeyFU Hz@v>~:" &(x*o'#,ͭp[s >(z[7#J>(q`xXoGֿPًIMD.s3xab EBU.X|* b)uLFBA9'R0R!UV :By>zߴ[ i2b7Fj7œ떴[HQ$þ㕒jIjš$A3@`^E퉡QxGsERtP^Ck?Q4dxB7If[o{Nz^1A@lNM)9:rs>cm_?<~1DZHз>uADuz&uA$|FK [~XںYCp8X3 |$#qP)(!EjЕ"L 0drJ(qWDrA$p>hMe80()EňPHy|N3@,4oz Yd߸'6QϋǐEx.Hl5XQ I hr ѵx g<-Co d|OC2C`ajdf/,Ec@<+5K+Q|-ؤS way%ӸZG*A^@QɎ2"XxZm{pMH=e2&}I}Euu8+A'vʞpɇpo{Um3ږ|s֪PÏ:1]m噞3(i\hQS[_[)|O! |3WoUkq4,B5E`S߽ҠZ 26Zd*IR4ݏ?oh{a%%%kȚu r5 >6 Jh$0CW]H;Ce.JevpMAp(5#g!$1tڅz¦ZeH?/3sC"_p&V))*}{e%N@PW}7Nțb mʅp@_%R[u/j >qPBTj#AJL +'s>ѽE87 fzlʹ5^&8=Ǚ,6ij(,l)Q[,+}6)J"jR/cB$8jv!Ia|sKf+ DÆ40Ʒݼ["ZY6ߡZ(0Xm^HBw^>ʅ#0{2@ڒ, 9xi{'y_@܅i"A<$Z0 ˸F&I%Ʃ졊oqVx.ܺU I"di i@ȎR"|Y%ug5:8͑ qAG}U.|@rI/." V^JH75Ғ=0 5x|da2܃9&s~+o1a s񰀙`Wg럹cٌ?{Th x=VO2uOx]/ć%f]YJ",۸u:\zOph~>zd)r lM݇+[h|zbޑ,(({!lWnI)65~ k2YBn;ę/94A4y/(dԫpaचV0Q dKUm;??oD߮h5aL5!j#_UiYHǼv3_WP$y <MԂ`+ #k8lĎfP!@5D7p|׎n1wα&y7P IQ/uUL4P)DR-$7g9<t7[Zh`+"wu)0kr kGJP 1^FGH>A#h{w£O0rV-Ey~:#o7wʿbY}S0dC$#Y)]{s"f [(:h4Elmy l0L,}HYX>-[ۆ0 PъMyan%|IkF]w3F: :1`6 J[W9/Ѵ,Y*Os6Nfvf$?:%TkZE6qkeJC! Yl=Q~AnNk1!zz^~=O $A@ 6Q$~@P]mTN~p #M1!0`rsPմ!/b -76>]x?1FдL"l\i =ϽXKk[늣IߥnA꽢xtO?c7J)"7&_>~|t*{& \oXA\̾(BMEѴ&ቃ,y||uLci@?4<4|| r?nԦ0F`֫1 U hP O?@⡎RՄA $bCWDO:}vH b ߏ6~HRG2 ozÌ:ŹrPC9ekb?6, |a  e,U`e(CXS8s<oŒHSҊU4u 21PLxdU6Z[~ ɀZ,'v ~}$fw Y#+(̾?j@| k]p5Q--U'ٺ4zo _y7R4lcDE,95{Q^o:J X#a$DQԋR-nOlkz@!~^0YE|ycfC B>:zE \q7@P*I{uX flh!}HXxqŕX5 bFѦĖ9fIַw ko>~zbV4->1,N# %ۀY ']xpNug@)hV ᨞!k*~SaFFXo*낾kBA ua Jļk VVbf&Rhv 4`ś4V5mcr ےXUD]'0"Z1rLa1՘&=L[k Z.a+#n ;o:ՐuY:l@$ Fo"=Mo~HNJIlӲ2y5=jm]e A>̐xy$avV-wTؑ'xw:gnȘNdY9^)#$p4< Ԑ(K$y`ШO8n&:T%{ EX4CM/n+Q0KS^p*tVUep)%k kcZRxk{dY©tsHo֭jgU-uac!1e@E ݕ]H)j־^t RFŨHbbxqBDXNBD$%MR1c\Ylj+Y},o=IQM4 VMľw!Wh9ѠKO'zּ! {^PeH7-Qf =JA!jTOPYXZuy93>*$2͐HIv> |6ҀA*2Vl+_>xWGr?Pf`9f;xK9tǕJ֯#1M>i@[9<߂W|n6[zzup3ņd[1`9S) -ɷ9gH)Vk¼Kd`o ,?ǚwveyF(O"< /O1lcN\[3HjȾ/@zm dz;Z^0!x}6 zdY<G|uJgxZ!njWti21㕀H;y<߻㥉P-{0D 6~,M\~pCFL0Eޒ+W+U_ tY%ۆ !oџ ("(2#?qwץ(&r CēUZ6ƩY#C0@u RP7ƔvS*a ^NMqbLb\Hvtm$_Li0Юpewp6\TI nimW> *0E+h v|_-5`(3Y˲^,׏|atyW`Ew`j]܂Ak;I7v?ArOBgr-kS^2Dְܒ3xQ{0op~k7LaW۠4,+A7` H i%ƪI$׊P۫&d!=0ҭ ZVB|(/9&fH1 B2ņףd|PBj0tZ@C4y#_%AEtR nl()js;iHDB9e`Nq?Y.BB԰u ƉyĪH _7{@8(`0Q_Ks2$^qp톺q1`鸐>[p|pj4~~|x@Gjx2XER~*w6 zhN۲8`,IݓM9q0\50hHdԗ[^ѻ[o7-yTDI)qXhǏҡ,H<|P*dZU@Fd,{Zuś5mٯ։U5LmT ĭ {FI<A@㞅k ux 5vIb+1ApG$|}49EXba,QJv+i|[_N??K!E"<9 &brlq|uʘKlCɅ$9H]H7<+%Gp`u]W(u%Tg Y0s-}ۋRHD}8#ʎ9_)Dž\<1R8< YAaS{yNT9Z2{EC8Lq_}k(𤐙r+PV,X5s] ?!=ffèr9QaoL~aABtrE$7rI-I&G'N:*|( (,sLjw ւw$GЋȑF9 a 8.58啮/:^e0O4kmlrh Hw hظXAcK_"N$/n /I2#*63EҀF|B]WE6~5 OH=Z.4'a YO4?-F;ƀCL1@K(C ۣIZ&]k,d@roR41Z)&sA$ώ* C&N!Ic04 h1@9Ԃ!JZgqIJ\o)N)ω¬I^H'ⶵnQ{&UC<ʡA#jI{@r֐~4(9IՔES~) Zȭ)sKZ63 }BHc:H J J@ *n'?ڢEaؑiO9 ̞F\Nڝ152#+V&6'^{9 [1IG2#0`cv?5v~:4:Z-`v/ZJ7>k`B|` dȕ4" }{Jw x#㎧X Ll}DhHkEӥG:)1R;-d:Y%c;H?rG cToN͞Y~.Hza$I95x٘R*@#6opOLQ4:֞8)LJ"KmkL UG:ϓ+${[8P7#n =Ǘx`Pg?Q6 |Sū71_#1c]h(\&q MʿgNI548 xZK%l\9p`14J!do1ɻ䞺Tѽž`^[>رM$РXP@䚻5vOVKB_x5sK,z@|!Wljw()[|I?תѵ]O$5x`9(H*6<,HI2Y`0mjT)0eJ)? JJWN 8*V|k̚zHEv`ƛ$~E0|CMSpC1[c ]ZѶPUt2HM99R!b(1v6Lj,PL2)KRnk(N$Zn1Ɂ!}!ʆ G APzRRпC3/myk7݋6ȁo􃸋Y6i)_}-l S(1c]abcȾʂDOdb5*9@${fGDPXݻAhpfpO@a\98B{GYz F8_lYK!$QT#QNS5SLS!3K!u|kj?EIBȩV㖰8V^HStiUA؀><N"jT⚷O+7 ܋Vj)@Hf[|K#^5jPv(M]KeN3>Sr8zp*.$)/y y]/ƼBȽXgH0),X,_?6x-.5JcϦM eGolJ8 ZM~&Y``1I!uW y{wgaҎz&ViYIR(Ic:mhH)5EDQړ.B֢hUѳ;3+g{^MN^0ĖX.][ S$X'J2fKh[>ycHS1­ÌeǞE;AdOy,09bc(+}KkVBbt#\<#%")sI*~@E)4 |{1ĘD'؊U I m~H$_]?խ,[OC0=l|Pʬʠdm%rD$̦.å# H< L(TO$(hr*U0:Nc?6-Im|r!LXÏ1+A\|tp vkg-ԇ:x=dCU1>iՒ*UNJR(cb4^ax2;)] 4O tkffl|Rf(,qol~˲sy-WTə', Cq|^F,m13`N;C?c-jkZxҚɩc:B#A b}Ǹ99:%}k !'ZUhZ\F:ڥZ0%h1 &=yBKX԰g#l8;DGz^yW3h5<3smo7?"Mm/HiHr.8 ct<nf@M\xE *5SJ $ mB[{pk>:x%;ʡ^XRc\q,z|)=@$_4,zd6a"1h8zڜ vLib=0?cE `o&~'qex@pɟPվ1d7BҾ.@oӹwQ#?_ަz ڞҴ%`i-\?aG5c2MEGW4 .hAhs>|s:%J5&kC.#%}E Ar N zOQlղ$PE )`,JJ4z@%]6/(`4UW<=N:>P1&s2Gd`Af,"P qL M5_􂸰I S l`(xoRP}t78:s ŗ>vriaؼ(dZ5^|_#X/\==X9*H.=cUdeb3JJAo DQo`Ie1kΙ1,u8rbi(&h yz/FqBw[nQ`8'=4NO]k #v'Y,un$|rxD:QP5״[fy,Ӆ ÒM1ֺ@ ׁ r\#M 2 "+:zg}bu(Xw|N4DcrJ*3w6y\ƅKBqLʕO;HF뮟%==#Ja׬%8YqUgPH`O4hkIuLYW݆U#dՉ5 xQ0%R\}(XM ck a;ouJ)iܦ,T FB/ *IcjGɈL1 &״)rM}ke`uǎ9@_v-|UOHzJƐŠ82;*ckx9zwqHn`\)ay?txk^P`=u cLtd{O 5Lb~g6vM*nurЅR 4r+9<ڰd:KQW0`cʄ-.&ayskIBH7]??W~zdvx3ȑ$rI:Gމ,u'50bj  ~1!L $YNFTnVߤ@pCS flPo`[h#9@?#98"CsF2%P rGjhC0F?U H<ϚWC֩-Z aK$…n*pO% F1Ϸ~<@nR[7nZ,sסc(շrŐ1]>M(O@7X 'z%>xP s?=˔q W] T I,VG'ckL 4/dhM `&G a]6T >ؽF+.<"J/G'yY14хVı+8פ6d*b!8$|~קiIE-&wH@ܠ"6G=dͥ)G_xp E$hm \tO /*a.ׅ=>(`71F#! *?#j:=4"4LYd9 9k 80Ĉ$bYEn`95_Y@z{)*Z2ˈlEte:+` "<іrc%" |ۧ*f#^pjXVsR ͸&JId9usJ\AN\ 3"Xgy*#̭vx9⡣J0hJŁ30;6 r/B*S;?4hՇl0ίe,3s N]HJ[٪5G玩H$(?nT$Z I|"s>CzA~|/4y9q%D8a q"1OBB!Bщh]rwX TMD[Գڝ{' ]ƱΉ2dJmFǘ |hkt)5͡ זBsI*k wо+Y!J<tu82ǀ|?iJ!W"h`p v1WgvU`kAE',xS `ʑK&٣n@vX66T0e sWŞ97_7 H'ŝæ03:82f(m !hO5ǟϰs_- FBUSK0W9 NcM 0j<ر)ev p<|[@ nnXQAU:1tj/'y2m)@)ջ~b:x33T+@ܙę9Q#YO 齪 n2~2ʽaLsLS*H_0 Z%mO͒6>1IZLCr׷XQdR 9&~m ]k84֯' "IUn:F;պ 7kn=;F,kVReM7c[pRKx ,mq6:٫қk^Kj"b_Y70b`b3_$$)$-sq$>]oQ$YYIQƪU]ܟ`z)]4vx2M5K3+e= 4G4o,ݺ| ׼tq$ [,AH @I83UֻH5Ie-RrFDW>5NR7*ڎz695x߯/GX1$41۱Eݴ'<طz ۷XbLsD"aؖfvT}A ԩώ8 MJE8`tc$PY+}uPk7[ծ9p*1(K54[|Fn# c0mVl1đ-@iCGcAwxk!$l5]&),2d  $nЬmWۓ( F/8=yA'XYS!a+mc;uiǍ@Pe&b3rH4((|Qj?hJR5ZP|}J ӆo15H9i5X|rGS_'¦$$ tJīxiǎ:)y#? 1 OHhRO'EATKI8@oεP&Q} ɑP@ `F-~cL(C, vhHTU|ݺ0ן)* t}!40ӚvfڨNKhY'>߈7"#ė&gv ki;An?~HfSM$**xƾ0IaVY'fa xO}ZuLu3MI!"0)4+P4[_nR\νlе9yͧ x-Xp6H%꫿$ГmkJcc{vlfL P+h*\<=Q$2 ]ڐS` F-n$Z'&HežX]&jl|KqS#U;YsCJ*E*|x8 j aCf֎01r'zػbh-ȳ樗68_PQQPH1"&bF=v /BJ8:vu c$}ު*ׁhp=l ~a[ ƙ!kT8?9,j>YQ, ɛr MJEnp"$HQ"i$7ɮ;@QA5]&fM5K||[BM"=J7L%wxJ ^&g<L  "TK->Wn0Fh>鮱rlY9GPXamJ:Cxyѣ`bi r "!m$|ՂR)ipʞj7=5 <|r%K1-Mng$-D G>_ FKW Z`1&De`v #OXږKhl񅵙]7nBV 7cWMD(r|A]v*|_Ǧ˘{ @M@mc*e!,n)E@xoWr:!Ÿk/`d& Ŭ͟@u>R)Q<߃1E4"]S7EXS $Ř׶؟zTcչ`r odX]um(͠ W$UVYӴm'J`Y )ƭ-Vn:;GtI\讣cS-9A5t܁\V_:œ ]':<2)llXٮy|}: !"8եH4֞'ؤD#d6N=v.tAX7D1dܔ- #(^]_G@ʍsFyHO{0! AHPntN]Fv0ЎQFi T8u,}Oʂp*x @jOJT\s=[}Vz׿_8JXbFi }}((u m>3zJBH6$+,o*KwM(8W_>B!c0*Zkv[!qLw pK !ONޜ[<٩\9BA}i|!gȖ&D,UE15@|huFJGu%ryr;Uq eJ@_M1AP߹Ej'pkMX꘰cD=SU@*=j&x+gh u_^AdF9j>qj)F3:du"=Ax>ڔUyƒ gd9=ye G    XiR(dE XU@(=Z)MЂqeɎ, )ٽ(dC@PM@`>MURI/kk1/9*n67\ELO3(ǖ@S)A&/o=$jO)LEMK6 oN$wH6ioyr;Tؓ)Z6^.0ұw'#*g /Kjv|͎ SZW#e,C?|j*M$nʿjRחHr mHeR`{T+ ^AtB} ={ڑ;0+N=rJp _P!aS߾mrRI4-zfhe"P33G5x߮R9vϤJ Ép`%pC) .~zMMt3$ ffDpe4h`pṀ䩢(O۩<)EÄZQX-vr܀~z2%F:yphg`̼Vf)K]P?qln7M:1WFk13$1c;AP<ڠ'b#ZP8uB*ɅFP߀/qP6E{kIZ4%3uXǧ+wrMMŇG%Nh^MYxd 5(R@6@=l.:r RM~5vrl|L'vVe BR dW{Bj{Lu}ʭj@_b%IJHtuhjVv02A4c)Ѭ*"?j%l@) K,Pˏ%MkQĐH?ȫ sѥ-xR !q877 қ~|8`iגTC$~M0:(aHHh?,#R* #?'߆qZkB9Z(ȆVH-oоEt$b`1x .I)Bo7T9R_s@׬&dFۼfPSalyU1C &Ub}~1&5XƆ6 S \6?Qh@^ S,q+e&)vƉu)`-"*, &%}6oućh$g-Cu7}ثMxD5 Bc LaD(qQ5bL%[h Z@AV `3zq+oyY=hڭ|8͑礰&Ɨ ˌ$5x6M#|u)8asirA-bǵ @|uBa}{C+zk UP &{<`6˾DH*C$YM5JϤcacRS+jۻo$/KP`ѤyM2Vne(SkMx~ej=||@cgCSH]Aq+ȫ$j\bkc~- >{uϝ! Hƣ8BNӸIBmu `*Sҝ!P8hiP-JıM*ɻgI@ʒbKž2tS.8*o0Xsa~ aDߏ"یB+{76 6OcRC aZPaˎxH01qѯk)py"5n^ň]]EFqB]&lL̇i+7 3RȻ"jpʑ`>۳y$yͺ\ 7RNcku z~o XteK RT ȭC+ͷ>z;A,ďk4SF|8c 2F^\Y˴8 ~ku!<46^OqQ%!|(~N3\ywJ]ʐ%h$1jTO2i#x}jJbuh01QdicJk7@HA|ۤr\168,i," mk#DqbRոC0 ^fAqƉ,2GhH (.\XZBJ@7Ǘ=Z妃xOdvc$݋>Gt ,j隕,cO2ęz"+<I \Ю@=7e T_餖0EI=) L# $CurM~#Wwxh%J|KzubĎa; 9,\ʏn߱yufk͕ȟ#`%r({~I$_VR~wnP'O~&XXaCnS_$Iw[%V58]u\rf[r&,FȐ{IeܪK6C‘?b:?ѯJ+g7hC3*š j>E sZЅ]<t6,.S)nגxO=F9w}k0ÂHGQ/dh:<ŹseK$(p8ڝ;1($򶠲Hd]ǐ|X؞k&i /ש pB?`.Ha@AaG(Qۇ~ Wߛ@22 /Mw>@n6}\;c~T +$Ӈˍ&5sĐᨛ,PMw_ʹze܂͓ږDQc+F =s.kaY0W M!,F1\SjH&%7=g g n$xaUhX3",Hz Ea \oux`@-jH c{RG>K,3! `y~+aYAW8R"~rL>׌U P?5QÜ*Y D&;_K>}*Pݵ1eaD/*JȌ X$ncNJ>yW XX)hQ.K2y!)-iT7sDg t!؛q:tt`$FID중Ip=#&%&PfTlT.]K9FcExXr=rGI>i>yzk@_6=CLŏ`Z4_`+W ,x(Ҝ̌^jP\~+ xtJIFŐ673T@XST/ 8jˊ"tP#MA4I~=HM#Kc [M*FrDk$glGP\(%]yŬ`cd*UwD}~W-e,f9c&g-fC"$}Ă/ ڨ ZQ 걬'X#UXqM- ~Ia)lt55q32q1vcj 6tR_e*?}=jH-_82q2XTHȪlW<ax`8~2 Yߥf2W^<~[s$k m*LLVE`%Sɿ5k1ܵh$RHfhFAYTt|t9)H0֟UDGPʬ 'p|_uJ'G*Y.GQ|_>\0`@cXH"n`Af>c(4cox= .,BCr?l?#˴ BI68 iZ5-H`bzI\^}O@ 5g $zC`E-[M=)Ja]_A1qe34r>LK5Lt8DhECH|U]y:ZŇHP0ņc3-S0 <_4OSohoA z`Fr47|zb.uǬfpN}gh2 x? _hKɃhD55#Q ? S+ZctITR~vƾ9%TU8HH-@b?UW$ߑ|q֕[!gR1-%iG'v)4U(;H"~y<4 %gUd@"g}}0I_K^|ۥZƽc7gzWJZ-ncV˯Z ym;& ~zZ C:=H].nw@I>Rni49rTZ-&.!BV'S)1XsI%5]e|@~}< VC?zF]epuWHdU;A;#ɪIYr8\ߛƄWȞ ܪp[~>:rH&wZ!:ֹ<߱k (WWM# +p2?0.C.+/""'ϞA- m[t,-eIϟ׎D}4?bv =XƑ) X3h ҿַ 57)p>P~DPUWw͚$ 'BBCeօT $62\D( Vk'ɯ|WF'Ec٨8kox\>>2Y9q=Huc)R G_e3b!>"ƴȶ/fe(4>=Hs,nL9`7!RSKn;"Ě$K% !MIkʓ=j6fđO<=#arӾjy/ifê42r&;5b p'mt6? +eY$C0 ƵE>>< h%[7t8Wɡ o37XZjxEґ+He"۟"ߪI Vpnp5>օe<GT.Gǃ)Nzpk*C##4Eh˹RHmFy)u:Ç yY}91{/خzj$k(c>z,S1^QfxSbn|`-Mk >l Xw@k*B$>F~tJkX| fbK<.H|)R$խۗ,-t܃m/+ZРU[B$k$§긞1UD3,#Ci y@,d5|_Y@dnq4)Եb,_ |y)z;`(PkY~V.pt-i ` k hY7'/p[+X퉤rȊd*VyisNzxǣk^( ĕ*Ih>z*J] *@i4#hHفRZErԭ͎4=Bs Ȍ-"QvZ&ǚ_ttJFrõbz2A * '>+|},:i[6|su}k# *:.BdAav?o?84pPAvI7ꅇ@Pz~ R n#sł<|A)'9㉤P͍2#~AWB-^ KCe>DZ%RʔA'p4yxcHY;7xhFi$ǁFR޶=%(π.3VH-eJ+)TȊ)bG_h-f#MזPBR]}b1|K$FJyP#sDQ_i?c dbI_N@@)6#KjSn8̙ zY #$sv>:=?:3SAϫ>.d" l׏bɆT$Fȍf*C+oTQ˔ '\uNc#Vv $|>t*tFֻ.~Ѽm!4 Uf9g)oCMtmjݡGVF'm VvH7h_%=kc Ne|b 6~MlŐUk]ְ:a>< <9[!+hr *5ל= %Nt-31 cĄ׸FAQ_3%aN-fV å6=VM?IHY,$Rw| x+ǥza5 $ɸvP[$GFZ2]Qo3.K+#ZPU\׀A|_kTu=GGy1Bb}v[ ~AIKO|,lC%]y~HO jՍC׿.EMDfǏ+d㷥e` o+WJ Ih*ѯכ5qei!!p c>AhX 0]Zh3TT2,rOh+H뇯g`SK]۞OdE# DѤP"  SU8ITpI~J)2%ߥy4h:& Zʱ ,wC*{yk$f 5^ŸRB^A\1\ R1OcBT@I?ߠR^q80ՍE@XFT@#N 5X:|ȓFJ8'4kqPZ( הĘD& `Wi:\ֿQZm6We}cr9 qߩW8U㑙[P_4@&B@8bō\M24~9+~Od]j(I%ՠƇ_VRL~|qBXaQщ.^*ߙ6kz$qyo>!_NPc)B6%fOѭ S1tQ_ˉUlA`8<_ZY D8] (xzZ&sMhV ԂfI1 ֭UxObIAMk3Vݴ@?7~@z$/Q!vdB,jqӪ h=tH3 Ê9xe*~))5 ;t2LE2Jq,Sow,bm(cS}8/cęJ6e`̶6rA)-pFp\fWщ G h_&$o)k2xp0b1q|98DIvU+d(ylvk}Z2K.ZZ!Ydv`K.)95*(!7B͘vj~r j@NX,|| (aIS9x|3G *!( ~zQP"Ck ) SXBW"Y,2{Dhݍhcg۪,X8рQC#?r rq!m% O?'6ZKX@ fJHϚ+P_ |uejyPOJB߶mj7yJ?P Eh;L&xR `rGRL(bTAFhX)ȑ6PJ #|tġ%D\0q"u/Ï㌍a4F=6LibaV/JV"**y9RHݨ?O*B7̡uL9Q(rȾ8`3 'v~$ OI4_MK";aE%u<- : *K_7ʸ'HqyfL2E4Ih`U~~~zvQkgW pVR="2M۝eE$w+Pjn6X -(c 7!x驞- c5 ;s-Ӭ/MCW^@fdWhe[Z_`bZxkgo2gТ=WCFᙩXy IZCje^R .uI^Qc]CX@bU)NqBwg:Lj6132W4yuxӴxr9= RUHZe?9D˚O쯨Cuڃ Y2瀳!WTeFX ^+?G6B”Z8h?{>䙀N&żZbaIrNqs@NS: ;,[L CLV*f^53,Nl ͢L@{x}Cпܺ&^ ̮@rIHcƣB>5@ssqv>F4I4*Yv-(Oo4(:q }F|SxOΞ dVw{'X@ 5橳f뱆ʖ.;42̓HCz J9I=93!V5 퀢L/QzDTHl/h&];C%,2I&7dMIG@?ۯn`Q\*EUUؐ\P!.e -l黲mD[Mq5YĘ?g&jUÒs2HTQˏn7.D$,f(o)g.Zk`vG2Y3BEKH;Ou%ggQLD d&cW3>F<|R<58G I5+wx]meK]ïԒHMXhY 9) Iph@`Q,MOa1,v[s:x8u 1el)E13lnbπzl $a-NL]hܡST xvÈD/,2oRX#<Tn04B#3;q1`dfeDږe%ZbVH)Rͮi"u4QA,)0 봕 Ū<ya7r$}L $TKA4E樞. o/L/ڑ9 < L`|id P6H$9ˎ6R:m20 <# \~).?\04ja M#"9~jwוNFHoDC2f1)dXDGh2S vmcji4&16j,ֱrZ@223hYfZ~Ǜۧ'unO Wm37O#YT}Œmr ֽc[h"(RX ?~@)LsZڤfraY%c-w1ns2ņ~1sry2YwG]nkP*5eսP3F|a1T{eek00 aPr^+,xV?+qu@`>4=],ᡙ^c"B,k*x*<-x|%YvYIZ}(F Bcy%GtڮŔۋGER7ƺ $iF\wA$M#qj?Khx\UG8i<7,9Ѫ B6B>Iy=>Y$Vj@WvhUoBKEc$6+5Ґ F=OLfƑV6NK<H?;A~X 8kX&.vD0H`VMf[G>B\h@q5ȫja̢Rdzԅ0I^=L5տTg,2Ş80m49 MYbX]ax[rK3ͲEމ y4J }3Xmg\ͻc`BE&ٿ(X$L= Z;$%6$0b@!bEW9=S& ߿2vBG,-E@Iw&/?oM$y,J鸫SۣB;Tq Q?'șAJ&0щ)<$'Ϗ+F-IXvZ+|$hY'YϭHx CFX֧x%)F(ѯ  zN^1I:ד'"7 {ʵp)NcK&a` B H<G?uqj/8n +#Xv֞8lHN=V%Ǜ?龖uSZid{U!H?5UJ_]# 7YhU#4y}\3k\a3{NJ I@ʅy ??۩U,G k&\lh䲤ԓ@'珿Dۡ~GxKQ8k e e+z\RǎH5km~m )ad UkrCiԠ9#Twpqtj-Akq|#8* X&3k ެ NhyxUbyf$ B 49D+Xa0*”4kDώtadip'4u,oڬo2Yv4@V،bFg+jiQAfBR&ώmM GzCE y`K`ڧa,X_V=-MG;MtRPe;IabOY Zۅ9c D̍x{eJ4 S!foܼ, <l)x1uW$֛+#󹘐㤑`N*A7З >r"hXTNxLh^y dlENHhTw)Q\SfڴS&91sd_Z8"rU5T^Ö$^7,!C!(ErŬV͊zL䂒Җxt#D>2œ41¹fwsD<_ ĥ^^(FՅ|~<2I꣌deUubTzNv#lI?pᘏHsrKP΍PʅI,Nl5wTxT6w6cBa$609Ba^ vy HmEƃkg:(=6JfjwJT(o\EByQZ BIѮHMΏO W6DCn7/ks! y#M=1I^Ao@T@/NL$5rǏ JMCME!F%-%kwwVF\ޅNc_)1ѽS"HP><ډp9nB 齲K$mnöTnK^P@=Z+ϫ13TlrV1 Ye$u?L*rʭf:|!i,O1C (wh[$XLTY -k<o–;bW3>VzZFcƳnO-)}e,I`Iv , еK/=s)M $5Δ6=;/KɗS3$Lo.F"&Z6@X=~ѾH`miUR@j͚ .gvj>[,YW"1Xv*g'Q k]SfЄ R3}Դ̍oSO5 e`fy̥ތN?}k% ,nIilqѾ$I w3-7~D<_˫Fmr26 ~ϞfPYojC~'k4y*NHYkڡI/8s7V}-ic+,9 F B ҷ,l/l ;|k8Y6n0Z&0C8hXf@ @~>G1(I,Hjˬ;j"Rޘءf5UGĂ . ;ŵ@L)% FkI1 uPe|BOn2|8BA m0k66n,ycUhKu8!bI%\U@R6roE,xBzV$쒑wB||nI_$tLyq 2ր-14  h<|~~apFԤ֏ZvvT6c-eUI?lP$sDž} w6G3,W,| AkZUԴrT^8#e#XBځE*wQ)D(+ ?tZ&mZy1A`v|<0 O]?} =r2k˙OK#n;W<~ۣ*X-BA"&dp N#&s$M2##,ljɻDWWvϾ,c˰ go !/ZaŽUPifG[H 2VB:xP1q 7'0ŕ ^1v*GaJ1di7[FǞ TkTLW_Rދ,K r#s VƽCh& d~\dAuu 9Xnf3חX`K;["CFeT75BڅZ.<R}NN 8B 6T;R 5|ꤧT\L%9%ӉKϒxxHb9+%U־!c7RHі'kEH$WAi5$ц-DFB\w+:\a~]=h!XGwE_`QzwbH:#TZ$9)ge$m"$>tox䖠aPœ,B2"g?½9e{k"{4@*~b,8rb #8 B³ dǒky5Q'V~;ag?*EAx`wpOu*%]~cx1 bMlHaL*_Hr綵`z*Učkt|Y[BQS'=.*(NBZG }k+*fn ~t>Y>:x}*kĤmy}E,5m|AT}O,1c(#uXu`gֵXԗ.}biRmI߸'}Ƀk^o.i`i=0ƶTsM'5q",j C_ ?}G@H(#xE߮r(oaS1~1|&>xB7Mũ&#Վh#5A( S?M_#Pk]I(i0Ay>A0xXܼlXLCdy$6xSH%p;σW8>oL :k;s;ϑi5~uƑ$QGVIehSP[^JSEqN-lxZu^xԾ-y= ;>Hnrx jAb@kx&ώI+u/Zj0`r;9y{jwyv۴X&V̞F߬%%¨k" -{?cK kj1ę#C}P=m,"OH·ZFy^(W45Y>OO0YZV1:d fLce W;_Qs{;`iC ³2.$Ʀ` ̷5~h Y6ƞYư:0QnFUmNBvzŽ !'i ,YyPORv|/ҧ Z֏0)p`0" m  7:֔7 -@O4Э{Y,ySe/rNchs;r?GoJ2 ( Ae޹h a)D&CNq8e6*qU׋) E]^UXRHԅv.6d~I ?*. |3I)/kJ$CHRhI h$RncZQ{"zG  dt٩Ha֔x r)l)ZF86N+Jr!R TI$Uwj[FVd,@xBXE"q`3;bA c}yI#Tg0T1Tq )T-<DBHn9~ nƷ f`Ɍd'IXX!OP ~:ABR֭LH{. ;8AԹp*C M,FO"s'hYxd*t:,G.i̊ÇpR4j\(7wnIRg!@ =)~ҽ`,.}>ӈ&$9j"* EX< n钂@$eWgogykFs'dcnhaV%&0gfݚ!o(H 9X&h2FZ yte[@QwBϚS$}=^Z GXƼt\鈀bB5,Hk~ϵ hi{JIjF .$B5o\%%`^9=Mmdܱ[+9 Ql XׂQW FaWt0)._b9zprscdi 2:Í=",X'wԢn~qbkqf,Z0`h!h.vw_)XKSב)4_V IUU0UvZ7^T1\go;?sW0ZTKe1K3kc@d ;8dƊn d c9.F`ʡ ,@7)+` ĸp"!}[6O2҆rq̊[DkD0,}y4UUǧK,gϬ)"RI>$ݶOM5 zގӧXٺ b.fq D4m4AZ5, 5n\c+~M 1!s>bL$-{ 6;G<.#<xźڐL$JmDyz%!_z[Y)jDZNPZwE6IU ¼<%6ۭa⎜#^_MRA` (Н`y}P5suNxỶ'DUUeꨐ vzzugc 44(6F3FɎ!IԞ|za@ ^\Qɞ3hBJ̧p R>y?>:5^cRZEM6xc \Q 1V6"3,*eFI5~jox&ՒM k*k ZٙVy~yQEx?p .@DA7ea_*99ej@%z&'9['?kx迫g=bpY̒*bN<B5vOKpjR h1R)]3&Hၺ7Vo&YA&0&$J c\]~~-$k(K+z @wX6O:ҥk9#_#<"tcfBGra ?sc$?.^ GxC7?zIȯ d9Z5S]k$yrqNP֔6P<=-3H[X'R|n{&ߊ3CB_`tr?DrP(x7Wy~,}9nvNf   xqA,RI;ώVVH UІCwe=I&`n> Xi6Y ;YX;j 5;@Sהd~zTȍ.+cAl-sAT ĐP`kH}jGXxeHÉB,Bns]_&L$UYVsR(vL {q 7nq}p.u` X],/dcie4@;A$ 9|uqQ)^p&NBE8k䇚u9 #> q`W^΄ c>%ōTm>H*71fD1Qc<3m2RI:@kr4"dB)  A6G5'AXJE\n1(L1o!=ho=H˖$"qApkluM%PS\40!7ha]3"T@p#6Q$WO>`R <('tWZOxY GiC/ B_GhYO[@HJT1[w5K&켍9Y7 nZ`MOGkѤvXB̀ayIG&=L|gZNy֫UJE ''l2 `,EU9Œg,RK)]f^ߑcGZ a!Hc\"FOpy6oFG.#SpU'rHx/2c+aؤ!P6q*]~wKh㔴`` <F_ IB3{IA)O :|pBp?ʌMmf/5 M_# ǹˈ2L# _E j*G2HItWp| %ӽr×fÚ̈}MX[no"KM2H7ˎ=xJ\1ʵo( ۲dȉ"iUhV|qIM]#_jASL=swGɒW ˊޣaU9E[rT+)RH+Nd1 dDŽTL8Q&T![_~ugD0ϗ@!=)Lt:c+Mƒ)})-H XzhRw@%o\ 6kf EEdCX(C 5]b@Qz 6ESW>y.X*[ ЬjotKP sPDe@_q 5|XsK6xk] F] =Xr)4[ij'rZ]=(o )z|kEy9@bX$UyMriKsOXmZ AUڲ訲Z 2(;]ez H Rj1ffxhRB8/mciTPۗ,]J).:1RvpףAۂlOLκl%kk$ )lm 1:SSm 2㴈޴(Um>?P$C0q1JS<5}GYǒЍ0k)HV ?BXr P%%9n2#!X ;L4X(8mD50_MoۭᣊXa4 qk xLS#T\׵u줍,L:>CX>n~- % @[#<¶)Y?9=T-qrH.i!zXѡ̘@Lkkm MQM{ϛ/s;_L@SoGv$Q<ɝu@ÆV5ǜKf%I Nk$_O X TPcwx ڬ'>,3*W|j0 e(7MpIhL`${#[+{t ow(8b7mTL` '*d.NN`Jۻ/M.11ZAaO"n\ \(R-䴨Ŷ`X[c nkZAlÅ(9@S9s؈eʏ{Np%v{y==;H2,`ef i)?zn,5qNJ'ZY R-زiG*+knu&!*S.CXCZdfEDS*䤪ƫGQbE҆nu/f_m`~WL 'HD+;j?zzvHbľZ5D%ʮ` t8jH,=iQi ƙk"+peƶ}[@ѢX& pqĶWU*dFb2IU`T-;'+}V; i!DhEǚ:Kb??HǍI H*yqrVCW0)[1FTPdX!ҋV[Q l|Wړ)aޟCi Œ}$r!A*WO??7ލS[oRY#Hڞx">8VzAqv:`Q s8m \ĔY v[XTY]B}{ims򊚶$DXYMycŋ>L\´:2KT3N MYdOT"m9d061nC|*(X!H܋7U u2N|K5rkNc(_E9(ߊ$J1Hp@ {j0Vdx_Uec!Yoi]h3pl'g֫v{_p}:NRc 9`A|+ɒSOXZ&ՏƻA\s ,]/"NT ~cYu 2NdB$4lrX긠8$⦽ɌP)?jm{Y[պ?09&M 03^DT,~:j|c%D.τqgRoQjZ`۷VlAwhk]:Gr# ƍ;y R%ܿ I{ wU##2X:J]h*Û7CG FMp5ӗym51ܭ@VDk@YrI/ji8N'dCweB@+TI%T8 Vk. ɘ)ab ٮ ^|yhWX*N-jQdl#$X5 ۻYon`ZT(ڴ0\q$HS ն | ӎmkUM+kJvlpkuѯ. '<'˛4ˇ2dvYS+B4ц3lblt1p{u^vA ;4pȘψ%HZ܈/yL]R$s,Y Iv_qܪĎ<_U+q7o 2#=H0樱nyBϋ |ںM͗l6W!bѓh*y]X7[:cH\ubZWpM0B*CmWClšn[NA^7{-bD}WدOSuZףfah,PId$y 6A-աMc*I1tU.dd|򿷸'퐢MBp/ x"2?䊺 WQ=7x(vqh("gWD#R$|cbipcA6 HѸtk&ƥ [kZx}#%Ukmp6G״b',^ܻ[ k*jݿ-!@6@Kn PiI``:X9} C!rȑؖ~g'h zt-M>`s};lgiUV4?zG"ؚU(=>!Vx?˼rW *tj+r2,bm/*X?sr+jS !/πG&~Cpx+rlc ~>85]bV\0*; op۸nk9\C\ -)!_jM+ xUbUF˴yh<}P.|%qЂ>3eG+e ?ד]ĝ~ta[+Nyh(A恻$e/բwCsљg>.iA,|Slen ?~?: j1*hE2,?,B֢1)Z0F* ,``M}-<$Do{K<C矷Oˌ-JqpvpU),/ϊ8lRGZ#\,?1'ú[&jXP69' d$88 8B" J>W L4͌t$"oDbˆހu4 2œ438-y#l.АނwYdc:Ue <_<z P74Aqqcj4 " X)j$n /t.NG0)J ax~jIG!!䥰ڼ{X/{kt 6U-*j8<ٹIQJ ^ .) j$WLHga466|$Ds=@0 /E +Ճk0CM*H&XejE75])C+n׬7h؇La* u6R@nf(&E+>?O6-nAidÓU˜$cJ)wU +<Xe`x$<*1`k* w;ecQ';7Q\]tG-L nRXy*L*)!i?ȖaD ,!E-0\mKWY ȋ}hmpIǗQ٣}ᆎ|߷,GW6HW@Zo]v*k" L 2EVq_g4`~,~fumUQX1?:TjO?HtCF=G8!l_zXF6) J1Ajs1$N^|o_M;J|C0F%! G`U处3+o*F'xqcRO+I'YlY'sS Zq}taRq_ cTӲ["XXps鼈 R@Y7AI4Ceij12?NlvIYC-lEkc "#r:"!1s"Ռ) y`_h"}c\ ##XTZ H-dI]a[3*䲤ˁF!P+PkdTV-zGn&co[<+Q044bya{b<:O8Mcc㠛V,C&Y2xQdxnENEUyIUh"@xY$U7^V T}|M9ׄ)#AǏa#@E oyMRoBS:f2<`-/G /JE]¾hSf˘DY.Iy]#wk"|R5Gׯ GFʛbadF(_=g 7: RpK&|$XPn KqdIP\uh<\VEDd,XK %X* ֐X+Zż摎!TH!@ -Cml2#%I402JzƢ5-L WjnP딡wi񨖦luA|W.%P N( O`j t`V,e D6`Y} pDq>V6DBa .&8.pZ %_1JLyifB!M۵PE &roƾ Jh…%iYǸ!Ɇ9&ePGeT@@!Ty< %|eY:+IIc͢5#FbȞ]ŷE"$Þa&|Bۺ4yY ;(S`7GwC*~{S48 -eJK2zM  A*j{W H(qAE9ֺnIJSJUv:Ϥ`q~PX$ȱmX6B߻H\9_\#w^hA…D)hX |uFyj-J*}iFV4R~]cxRގm {yTX=~ſϕv ` ڭW#X06ּ,͐Α2E,@.$]Ρj`)Im%.ŁѵXW@o#]H,"\lu-%J6XܢP䐇QV:5i6B.$R4RGJcAJ ]*AHc\3H cIİ<wuK': hF%@:jK0!v= eIb~Q>8  ` &Lb@4@B+K2fE)%hH&:\XI,)|Fx]IS$opm"\RkׄaˎP Yc.$4A?b|㤀ֺBCFI#pcǞMx"bH1PuxtqdXJIx<xIMO=k(",Vc` H*[m5[UY錠㯌9G\=M8Vy6ڤHm f$ Z{Eih &͏?xq:E Uhu>2/1A A zwC O湯Z@K7Xk:ŸsH(BIX.`FN\bqYHk9x)e{j׮NF% E*CۅF7Ԩbf1gRD *-,nbG,/Jw i 7S"64~eۯ7; @7[Qg}Y .2$|i* (ZcEFp#ǒ3 Q Q|2CzuW7ŧxST ^(oI>8uHcc/Mk8AE?/0$)"ǞFuSw^f.wuۨC]X/5\SgpiGx|!"ͳlݰ@Q:P'\GcX7.OL`lcwn{xzxm3C<27 eƿ|Rx>`Ğ#rIen"(8 %I'zyS ݲ%{6l4獘.N0 Iv$dG,nh|]|c& |="cC ^6Ĩ@ n78U}y dN0F"fWx; Xx;£Hk[EΒEHjJf]5ɿ9bwLW3$0/0&8C-x=!KA Jbk톱q8QE3ҳA;md||ͱq$,}Z8̍jh?׀d@CUZ(3AtTnv69tkSO[ƙYCf4$!N4ّA@9 fi˴LP%6Vf0bȀ8U{w-CWt*gծ;|- ;YyJ de>h.xy R 6H#)ڒ0 UcR8i?6`ö.بb1fE#BLdw} ZW&~` \QoV@~,5<.OWP@+1՘(qi!hhrk8A-\YݲHO PxtriSFgnY`ѣza B"_͑`J7 T6.Nƶ?7@Ë@%`X5ں'b}4NƊ1L#ӄndXAڪxsT$R-qCC@݉ɍ-JHeY?$bڗ﹵9]::DY@%BV! BH2-sGC=MJ$р rqqcpLf Ϗ"E:4 nU6C#1 H"^G1&Ǫe)j!E\=Z0%*kRc?4"=pцB ġ;!Q#kWݠlj2!iʈ=?q b62d*rs!Ld#,U,YmIg4n-xJ9wnЛv&4 D҉bv LŔ ~K%`߼X{6Ѝ?)<GH!QedDpm*nRTZk<|wŸ{Vf #p?8`US$4SpskxkpGG84Uk͛z *9pÑ.&` h F0nzbXxSY#5A$2㈕ ̓)ZLXiiH4]ѺȇZY sKG>bDχO2,RA@GaLaEUVon7AThjz/N64*pgLUjQM(RNgk3v)  `k20Z5*3&QR i&sp[ZPbrq>ڜrc&g`Fc D^[ ZR]@,\Pr8RKL\KK2R+);H<GܫRsècӉ :>*@%Tg$_ly^倦@]Č뚋"TFe5,qF.fzUHz7Kp=.2Ɍ# ٤XرRNZ| N5Rt;YyٙJr`džVn_"*gPOvSXUǟh hp.TaO53ѥx}pIP٣|]7cY<ᜉU)rTj}L)]WX (')F*A]h$ܞ 􃔠0mHM?%'wv&1_L*KbGSɚN CI!>? ˑ d2O\_U\[_"-mkdoh}5RcGV4$;I x]nKZ)-Κ YC"s>\Xmf|~zm>ԥֽJm&_Z@Vm6.VjUq`>:aZ5#r֭14X!$F- |(7Ŏ|⪺ߺP3T >dhPQqRtT)eM♀&ؓ?3er<#KDx_zr&0kjXZػ{O1,<d ܰ5֩sOBzO6cf'׻!6~:Bb_e'YV8$(i ?%7>:Zˌ/cJ_U׼YmG+6ves$H\ *DUc[7k6 nj ilF.ifG$4 oMyD%"g mr( 55%%}41 "P'ǣ#N'lɑRVor$?Q^@GL撗za ڥ[Xj-=KPK#J`Q**r$*uyհ4&[6a) GS  [)%5ЌQ9__0~cNDž4*р,5$Z.k]9B:g܁ U9H`Z,{Sy۬!kTݡGVmNhqOH%JPHe Q;ޞ0G Hl!e@/m(n|\Rͬk p#:#4I IM P ɛPA3 bYi!+lFU{R[iySHɚz~cc$rUmEZMcѿ `ԐlY8`(L>~=ưz832}<@@tQf"]-Hr>jɶq.Y܅cM`_>|t%D_:Ex9QF)!bX <>X?gӧj3JUʫtfҦbR'W>$qH,wBUY,wԂ#yP5K [8ٸz?3ϑF -6.t|6&Zx?2H>"ܵSŭ&*.+k_LQ̘FZ"(#'cƀƻ=NB j7[+u7 9,׬]#vZMYTJcq2":E;AL,lx?VwFzhX$hX64@D)]ďOGsRRztŽ`m5d^HD4[ y%ʩ]kBV\2]D3 6ՋRZ `Y&0YQ.Eώ~̜q׌H/q+d o|7-dCz0(K,VIU@ %d$=-{^/|6ǟ ^ ŏGMUgWM<]a Ja&,+*ȶ@x#Hʚ(Hϟ^yåoΌr4c#c#rYɺ[~ X川j$= tX%hP$;9 8$Un<,ܠwH@M1 -\]eDxX`i,bfM5!C}M֫)>8oz0Mbe)˛Dw$B7 ~@\8Ds" Ś㥔ӳjѡONZm+4C,|ʢl>@Ϛj= e.LQdHRhV- Y$+oUAL >dBYxmiR&$unbT w!ɣ ΰ f)el0;ILJpGoV&z JG 9iPC<` 7^hѣpۻjtj}{]bbd.)2D)Vld٣]$LK7a?|3}9?0d]eXFWI.jqχ|’+OE԰UE`87E{CǾ_pYX2CIirly2YrX? 7)HbYG X#@+wգ~,|E4Fҩ6/姈=G,XQ?MF㳃&퐃QQ/ۯH|_T:I=ˤ-;X  G3>6$]&_rF;HR`lX9_ce挍@;I9P,^V+?'2`muAGD* xXղAY */&aq;DRI Z4ƅPY@6E5@7צft"qJe!/H!8+̦3MV)MI;QcX!zꚵŘE$ΰ.dfTf@h9o-ͅ&Ȯ<ͪ~p ISq ;a40ɕr+2+.cV!KWJ#H. fL0X) Ƙ??^RIu)u]NҢhcV/WQWݵT6`8LR~%XxVN0,C08궑ڝK;9{YЛDfh=a1ǖ,ːFʻ*h[*5 )R\[I$C1|'ԀJ*\с vZiv?V{~-CUDT$Gn9\ًUx4PCidՄ!$`} ZV됕;LN5v|cG ;(xD$dC7dbRѿ*)Iۦ710n-H#¤`݈/w jbX g6"1dKjjF!v'䲁OfՃCcĜ|YS6n#nڒ%ᙎ@[ kdg߱|1d[Pi˓"3+6r9n(L.C;1R?CjKбe/6"֙def{` P >ʭIJIlCX V9D,*4w_m(,9-J޸c FJ)fۺma[vSPIP֮U {5C E慲?/qvi(qfBqa9 /W!y.Dmф>o*v[E**4b'_/,Xeɒ9Di8MFpl?pG@`m0aF<:qv!QϨ .?@/489ңkOM8sZF8eCҸPUlCy_.1XaZ6>69BIéZ-[ 1p\=Nf~?ל,[q&[> ڰɇ$Iw7ZO$snY]u`"1?_ <\fbLA Lz$=CytbaxkߗU"r"_XWN>v?!syqxtt3QY;R lFiխ T֮<>ʗ/ gfXS) r)ǨZ)­>qMi>̡$·Jߴ{A6-$5:1vRja'r#Hl v4VQܼy€`iԎ+QM6mL0HDG3UjXǚ8hZF33cuڛJ2Pu @>OvE8ԎCDKahYx3L@5 <H]YTV7=~vzhBlY2 `Yb]eAB@g'V,tJf/t :x6%ئ9A lZ)x f s/nt+x8N,R(ތtf* "@EX|8oEYs "Ѡ7ς:։wH-Pm([:4AkRH9mB @x"Q+*)QVĖST~G'wTH)$dC2xsɢ =87 6= 8|c_kɷh!x+R|`zbkBɆU V(H^|'$1u4LphfLq$1]Áȳŀk㚾QÖlq Y]9WWHPZMJΜ5XN:?~~YpJbF3ilV.4rz~)C+ ĩ܋LUNдHH>ooMH _V(t=(x!Wc{RA<tI_.7rYrrfVLJDPj0nO&Z±+鲆$`K@\aMXs 4_5G#qQNP)F:5ѨOI|h5cuf"Y5,pֹƯpr E!79PlڀTP sן1;ژ!XJY Hڤ %0VnŕbW2gի9 {#8,dɡ<0eob)m .+햱9K>DY1GEuy'[|j֏.Ď]ׯt_2 !® yby~1,)P>TLJ5*LZ0ӆ2WbL Y>8ӕ-XYPֿPɍ$G 6  #>I' 8տP 5h?>$aL 9-  X,b (_qط.5Kn V{B UO VI}Fo͊!Z YxV@|zTmywC_'ګV P ?㎦Q9^C#F?,1cy$ R:|cIkcddMD4XOnKQkOf%#}ЧX,<8Z?C1F^($hxFX2U7,z~x-N_hdu9<4ʦ',b%T{Ǟ:뗦£?h#RHU Ydy -EW&#z;pǛCZKˑP5< # yܸR&[nHͧAz>`,k}<9)o]u1Gn/ @i` E AAqcy!$__*^'I o rdc5 +Q^O#~JFW'Go~lHCJ"P *$U~RuO "5xhcj@fk6$+D,]NA%zM['˃3dM[I.qS43 55I ʋB_oF#u5Hp-i-!hʴm* Hϊ~:^wV>*QfהТN7mO, +\8I'L!X y'yjY!Q7 &p?kqS p0v^~!}&$9 +&'`#LP q/g,0WY^OՍ sv ,, FD.2KF6Ph|S5J@6adZI}&D46`H*'}ףwZx3+H;SnǗ"jR7G8 FCbm6 X(ϞVTiAa\͠7Eᔪ.IPϓ~~:ͻ\k-IMuxK.\R"8M}5 , ~ \Bu(ڳcccD$MJ^K]_}yu8. k+jpXkv+ڪvP4T^y>>:M ~rs4ܾI!ogj]n bc:~.^|:ZƏ&z I%5x7Ttso[#O\yR_NN( !Oq禹>8/xp4*9$/&cO&M_~yCˆWF 3J4V?zd$ ;ԲxPSt\q^x*Bq`7`~GR|nXBԂ6v0ƖEF0K('8r0?.]~g&>(v@^"#p+ "13 E{@ohąr2^q2jRbT~x ~) &1<> NGo'cX"DʱDr(X|<[[6:nP!m1б<ԗiVJ݁<{N@U񕍸ގjP_7Qɯp$rfp&R9vslvjW!@k|6RwOon0>3cőVygV6 ET$tLR;Q> _^tӗ̊]6 e`Ia<Қ@ WtJ=yAbG]8{'ca~wWn#l㊦_ ?ѮޫgoF ʆaw2r)&Ɔ!AM{|@Z@-QMhX'Կ07Pӱ\2-АCEt.&Pr&ۍ8(y)0+)r><+|1[\4@iX ]SToK"6Nj6$ihcf:f: oA.:!ca<z rWOsIRǍٵlY*CHojs~4F /?X7 '*#:b3X̛Y]K@kU!Pn7^LKɘEJH/@d?1z'l}PN~5GIY%;I"('i3\wlqB?s@ "b0l58!RHWD,0.=^8~w/fwt_Z/ݸ\mrt^$uhV;(% kg%HR(R*Tp8 W#h}(o@׋$£,~ ڶY'bsJUDBpJ Mm~#Bf}Ar˂Hf68֤ɚ1?1 \z.^6FHvB c sjZ):- Xr8hmiP)Rw,"cF"N$btMŚ,[6Iz{ZeFl0kk/̌8f$TSJlɥ!hytˬJ,yAΦ> qd,Yb]>(WQSfCu4' \Q)2b;` IK UOjrX[{(W>œ"7?b I"|a"X]AB}{VUmaTg q0h.lZc*i2ˍ1%OQ6e Asڽ$.m R$QH4YDp33"`L6@*f܌%l@KV$ :o`nF>:< TPCʣzlI.XaAUz1i43a6ɣ497@ۉDuL^Wji;rJs5JƝ{ ihH RX]KH h8u3|*Q.64""eDjEׁaI&$)#ۙ́\1x8DžqȔ,0=@`s֛ }"'$>%kO$9U$2F@bA7{h,w͝ *4/N.}}!G+DT 1%h@$m$p,YïHߺٜ’afCΡ$ B*JDW4$?ٽ+-gc료VM6X%vH z)%~rlrn|L+q[Ju L8NB_M6%W |mob_YkjWBAlo3Cޟ$ @H4eUe]X =Inכ|eK9mW?+TsFtZ`khc@=b<θqX )fѤv㼹R;FIUUSEw?3-j!"5Rq4 %S4c @T v>Ï< ㄷ ӠǠ>C VOp.\g $eܻE6Q= !) rNPa&$,j[a14lyK͊x'Z )?v8-H,texc±q#zRSaןX%-lK]n*cݑnEBיhWԥY d$WEyR1s 7# qThRea q*,vɠƭk^e,(X?\ݦe `V ~b(>M j$cN?!;9!"5I 7Ef, >y&|K;E t ,"A27H^͘cc,\ X($> `hۖ?_{`@b<5q rA, a],sgMZkc $&W^TeǛlB@;+.v`rplURJ)CˌM5A_}:qbVTyYCkmy&Q4*^ $kp29k勤ɑ f2n@2yH =@ 8(xk2:U`YdR ,{x%|N]6FEܳ@,aabX+MA XPkhz5/KP5X2df`VTpU tEM9H#\rpJSnNOęȝ@U9PI P59bS=* Ԯa8gjE N`w;n9 PhbJz,5CIJV>%/׸qƄyֺ6` &78[b9"/,K&ug#֏ ]T[|hkhk dHB! S%sg|tڐ0ύ;I+"tXU-s`ٯ }/k8$A|GdQ%!RkH<}AMX$1mv5(qqYvѳ$4okf!o޸tCQXE!4XvbHNNޞ@ŭ\iGzbQx]VI~Au"azÂ^HǙ *ƊİU ?_oHC%Dnl,=F96v+X9G_ 7x(~+~.Q%۴Sk'aT/zijg,9g $\(OkWoq}hy?Aϓ([Ny496<|= nI$ڢ`k|W穪20oPaʀ<@uy ՖJU_ٮ04ՠ.N$\$Ũ _ώ+岃}12,b7< tKXg>z+KOYڙ?D~CkUv*wT?<}Ϟi +ͤc.bBF50_7u:_zPHgx!ڧ 5vH><ݏd] 4XiVH~?+( ‘ SR'46J>OӒAZhYp_8X*&qqǴS٫q`K[睲箟̬42E$x5dBpsJU5u $!e-Eϻqt% FZh/_Oǂ34Q EflS 4Hze kTgT]jniH!$6GxN&յV>:׬eʊr*$|P_ nZhi +_䉔,ozе*Wo濝5{z_0YY)Wc0[iY>B?d@Y[l-/)^JBjDX}߿DC3SM[70)XpG%)9h"ZgǏV(QOM83SMޛ:@UB^:4+(b~NG(IxЭ)ȑow7_b^ aœ08x JaO7LYH)P$Lnɵ?Zs)T:^cRkZf,60L&a2U|?6K +R㋳M8#c YA,TX<ݣh SSdRy81g'rE\).†&hY7iZB*~"ǎ|TBkR ɧI4cje@|4xGxL0[@]$^%M㟏oQP=uՉbL$Xn rEn+@Wt fc#|pU5>F2z %%U Jlڃ5℗v:[ }(eѢX h[f ~nCT[j0XL:@vbk6LNՕH!(ڕ`Qm2F8_n+<"' ޠ I,TMj h|8 htئH(6@" )`(=׃4\+2[IT׈;֐[^cЩi Lgh~@+y;ool!IK/~͊Hc ?'iQ[$:b@`YƯf,K"rd?1"22+QY1+3wƜ_E{ m<8aOIe1E!w s*V7)jqO~;D/ˑHu+㜩26MwIoi j u J>+X띫K|xSɐʱ͸A#pI dq1*V,9G8IpʖE1V-_ vA,lP$kfy5Bn8w&H#LLgfibUNKݹnfuS_4z0$ u%nCG(^զM F 9bₑGDbkh6S=ʾ} NXj+ċ&sʢ6RweDBK3Imd?[d'llve8y=U.Ɵ9sxkE&.4Sc2L -%AhGL+$O*KWQVW#wݹ00Dc$i>F݌F nbConS)>E=q0afũ zad4غvdK,arAMp|rYH"'9'^-k HȈ2H6EG6kh-nz>ѡqYRX*Ao$P57آ  Д01KP(T0?<,|tIZIsϔ l 鼋(1 < QAK]οQLJ=@ʦ=qgoz<=aČix3|]ʴѩ,@\P$֨eߨYͫ~\˒f35R?<a&cۮ-<`g,xe(ZrA)e">ob9+uX;@oI<XZ!Y8#~BƷ|1 M(H cVX~a)IMyypw6DFFLV`*K1 e_m$քGaX XH]ncJ.iIƔ,+\B5!˕&tf1kr6 2=~fֹ=b v[|5'-p % xxyFiU;6v!lq`okXh".QrS"Me|6?6^zԦ&Dž3 2oMjzŚS""&BvJ#݀~`w+*<;ǒxErF`Ǔ&OߩMB&5,9H ^2K 6] ?D A|Cf"),/8U[6bPw}G<4,j (vs¸6+XNjH{*J w5}t%ݽKH(7~IՋ̒u߈%Ոb1,?r JA,&s5w:qLj) {A&{V^;1,i Pqr e YN/]P1`G?󆕝ӫ\:6,Pl*`LD |?ooǎ A~<~"gF6LJnW<ѫO=H(խ0Ҡ MXwKD#p>Qw@-ϓ`Y,Z4 (H]HL `!TWܴr(|+^RKht0`@-YUʗr"ʪJrE  'Xk3@dz|F%`{"ګs{y)b\18 yq{x1=$~ <J>>ZCf8hJK9W~?&Ц;"i%QP3/E\sĠ>Mu )j(F aQ}RXҚU玜CS<ȁR4Ŝl9M,LǞ+6ZSG<:HmNYƖfP@X9IPb5nQZ$ h` 7Ex/|9!Cw.Wʼ3")I\c $?1}Gjϴ,Գ 50SɡYgh%d4˵~-䚵 yc҄РpE|d<v npALia Hew?4!8'LIr5,PJmUc l(Prx"C,i$6^GqdE*>x2+E": yї԰1ТZBA,zϼ)G)xX/r1G G elI딠voK/`bGHB0XQ+#5U|1CYW_OGѥ(}A3X46@_n Nal RʒKnYFM,ő)Cg՟z.ŭ1Hoo3ag}i1BwFt2#\U2X${آ!Y"-\䞴2i\J ]W1wf?KK9oPYV\_M 5yc YF;,D z>V̥ϚA@—<ߩ}NQP6 LշZ5\5M0éa@\2L -N#퍌nx0qaG_J@ 8'7%sRw> KD[ \mR}U3#&ֵ̂k1cOJD4cYQUI b[T^xu)BHREMj_Cv;[OYSc8LZiJ҉d>r&RX-??!'zs85>2RH|Fqm $ظa#G9, ! X )E#U6q8R=ECOL]޶qlѼV48fq?wtTTyt0JbwXM~b-.RW!*InxVsWGbbMGz獺;_4_H fK$% u]]/{MݪkJt`+^y^a`ϟ@c HğuMgp7 `q ҄]*ؑr2Δ$p d'e)U{H 2e<[뒐R+ō|Naݮ8DJm#&GNwӲx1ł!iXR L3?#ьFCfh" (XՃAr D-V"ovg@ 6t,նmVbv2nB&0֥Aaç:r9 bd3j$d o19TxdAlZ&Ifdd(IA歾܌2t;?1CwaXI!wVhe)1#.ЪCalHVlom*2٨1U7v6t)5 \hb8p8)tWW32Kn`6M̩; ]j;IC~=Km[gN+)PP(1o>K);GG^Ps˦+nU,v0vK@UIxw\jۿ'}R;}[^ؿ!1pL7ΒF%;HwVhp=G]4Ox&XdRb}A|*@b}Rf(sn.𴇣\`@= 0"u`T(+Ǒ _.1̗X̍1''R% ^1D#=D Eҝ-˧xITlH4٠$2h(*,BXj!4 @>[˹I|Ny]69Fv ˳d JHM$ẹ߿s)g}Vab$"8a_{"eZ$䞽ArhGmV~׍ 0G+2 +Bsd>9Y-(-oPrl0*L,LupF-@0x$ryҊng,h@m `Y2NfUnTEAΖ?-~IxqiWqvcd ֦` c8sP|t)IΓzr?e'ǂ+;М|aa)$L j䅰,x#z׸!c#Gɥ4TԢq 銚k}eۼJJ:8#'זufn_w7) Z˘ aMOoNTYhHw;) FAmje~ʰD4zthגwuIU H)o* q CSo8;:7Ž8E|p.DQAqt %&=9jWPk6ٚ<'U)!ߵvBZ?WV*#edbmУVy{nN Tږ;ҝՊ' +u Mq.N#]5XFd :c@H'If׬ uD&r.!<,ےffhJJA' 0X%lqjC0Si •<&o1 >k_l,oFgX-È0oP6Sq,q)`?_Jr _zg[EL4;] aNwņ+ϏLRkRhf"9~4oh\O/ k&ָic;.X1xy@}UʗP톰(v@TRXx( V=}G#YeMN_W8L:84 VjbE=9r,W֩ef3blj!<D@Ѓx ~[ticRx5?HZhfoՋ _6CBEkI!Wrmsh b_K rI" TM~z<)*;ͭ|2ֿ#%3p wOm9a(jߛ2ϒ䕢~A x>8ʡk2H5פ̄βʻiWh ;XϞy2. uOh׺*\%P3+!rb)@p8l|wRTn{yU"K}ş|DAxH]NJFh->~LL}kQddT*fUA|xgã B8/I4Svj Z0aaRȒ6`?n9|kK,~ 0/IUFqlUN}~ȅ5 CnZh*m`玡Lݷ/s8C'O*N!; !#9-Ǎ+\PX8'P`wh #vT %ӮfH/dl}ݲF) MGzz-zM}ԇ}'&EApeX L,p߸I);*άaPIf~nz4;Xj\Ei#,LEl7ŋ}yFks PޤvF$|yЗ  WdeB+RpI#RF볷bT_a!xG#m  ;@ uq$i_/,i49~GL.usmXfD/o+.U\/8PKjDl%酛Ǐuc8$6 !}JןYHJMuX42͋E"[pZZA/G7m A$Œ/@R_n҂XMzkG\V-) 'mǥ,X؝SjKׄ|:Lw:+ow'[y7u|@&'Zx=J3<BU[\sR`gLN JO<{4s}R+r؋\MVB>⩸'yT,MoZd;ƲYx'O棖|@cŪ,BU,[m<4`/u 2x?ᤂJу]p@[ct$~pBskWo7i`2ʱ&&iT x烸 \a ZHvHuIS1vF%mg۸<1+dpM8_ky݀s:tA*X/D) `(Pb˸ 'BʘGU%Qs_^#4RhH^)\ $W>z`e:Ze&=hBտ;#&̈7~mW 6~Ζ,2B  iF uF7(, Q$_In>6w j3qqꨞʊP$ # U6 X~Mt@o7 Ђ'X< Aި!T) L":UwqIc+cOxN/T[CIfMYf$-2Z~ 5J.kʙ`-K&|I4t̲]qګTjamן2RYC-hƣ$BRbRŧi녗Ƹ1m3*im}HPP5@^s.)5t]'l,O)MȊ୪RVm);4vf^ր7TFˣ<[ə, ?&m+eAY;I=۸b6 ꩒I$á͇ T|BENFn #pE|_"H,t(Tų^-diٲ*^_p$cDp1I +Ƥ\&bEEikjK8=Hݘ쑹[;B}@ KD05`*;|i&e$sadڡMI@!|c}&fRK[/. ?Xj&ɶ0MbQ>6ЦxaG !zg[#E+޸z٣F荵нme7]߿\AHMGջmp<(&I7L2 PmcsɪzZs|E ÎPj$I"X#+0+(5=-h;)*VxA?2|Lܙ"ueKD`N<@PP>q8sKn6,ӜČ4S\5f!6 Z Z>hZ[ɰ=l#,4`M(1,ncIQS)@ &|)mpգJA\u\FTaE"*p"EcnC_1G5>4*xc1!vȪWrTBⶏzJAuyu 7xk_enBXeey`MRL3? r+:.,oohhX#G5Bi?돕\{[VઓQڰrqp2cH)kh>dJDP {ƷVnQ %%m{mK |jM Tߥi{GiD sVxls9+n9T` W NJT 'JB  @"I2ZhTHD!Ѫۧ= EK]y@Jkhѓr -#sY-n?RH#"YAlK恦WlWZ15_xpsŃ38"@) QjƅW1&~@! qo #>g V, Ockq l[2D.hEwEk F0 hu!8&\x(f%owy?F-LX#zC.F#qas/5'q\wkZx 2F4]'q(6)[gO}~ ~ yŜj*!T>7 4Eq]BujTƚ1bӞAܠal;GTkߌbIGFV^$2WR Xİ͎^pL_ZB^(C|p9fNst C GǏ_Ᵹ\aHE)i|*$HXpWWxLM-״+8f1Oể>+ϊ`X&[8E]:X6.7H J 4` 8YAf7W\aV׉H X&6_Iq X/!Uf$"Mǟ:" gp!GZK KXZG&P Z\۶UT$|=!a%NU^y0C~6cU@7ۥ\{YZN :,xI,O ]Ǟ; %lürqo_(bx@UBJ6dPz$6"jqBezomXk"\C ״[yX!ڹ W.S}j0~ kXfaHV:45T xdwb ˧4rV&T@|Fs rh;&#a`< kAOxx;c+Q $Т9G_HYe4h?iU+W_Z쑈A6$~t+XݪAp\%@]IߞX)]Q.k5 iopTf%ӟ o"b7?HfZd0ȳ~j<piUs|kCz{XIj~u 3fgaDHbh Q bYsfI,j:$4dbpvQ ||-Otx_FhܗF1 wm7aMhK8k,bdf}OUVM?Do;`qX|9S%J Ǟzt˔I3$wB#-T. vn 5͢g,nM0<2Oc@}arhC ËRA|:2eO?"zkP ]z, UeZ+A?~;SSv琇?wlGja%{: $ߒhsT>R $W/>1dƱE ժϛ[-d9|~_W(k%U.-bE|]qzh{von.LlaBBЂ69lP1 j$~}L"iqFלE'r7 Q礩E3s8L)lv3dzF=̛J` 0<(ZT1yr< )lbVfҋӍ0q%j Ag;kS+['*.;?zg_گxۉKjF~2ŖI(bF>N/m$Pm;o2g/bq_L7hRݳC$1N~?QHuޚƟJij|/RY3cQYY%o"_˿RdHRA6S ܃4}_ҧ)K CvTճ^=G;tiU#CH*XyP /AK8a[PVU zi?ĢoSPJ Ā+kX<_,F_ J~fc^k3@Mvs9>J`k;\G3w,P)@4~qjZ3 5a V7.5Gv*m]+| >+ZrG>XZ -WBS15EWrO,IgܻyQ#gI <8a2[l<(4e1jvlX2Ee)@ ]*@k1E2T9wR,-R)4ߢ԰mAZ"y [NI5&.KnA zL$6j,@kwx=vUVEE[,XY:ɓ7w|(0w [2s{Nj2t8&fYɋ>@`Q,`>G.[JT+P.ࠟ$ii@phI,Az8w|6lbH!|ꎹ(18RJă|H@&+NTcXqeKq+0W O#,, AWJ.S% ` VZ'N RdDM%m>H+T J]|5%WYls1%eTrJGUvF@"-L7H wrl$nٮcD E.#I[y;KL@`9aE mWU& 1(%K $;VEvZ‚W7YlYxQ;Did# lnZV)h Ǎnߦ ZDy3#)ڬbܶ?݉Zۇw*p@#ͺ~^LX.dʕJ!i ڶQdPIwtKIj_.ZU9e߄Wt~a3)!aY#Pro޷`H- UGד_r` WG(Aװ:dJ$>ҊUQjUICswzV9ITos$Ellui мJ> A ǁ^ ԪZ/xu;>C*։J>B^=Hx=(PHmJqLWFd.Əqgx5Ҽ!\LpTV3y-DX<tbS-q9 >.9!Do2TݴVuC.N#nmcs;:CH#z>Le'p@;%Dx ~Az 1mr s1HK]\7 }hzr%9Q2Y-JZVQ''(hK7kA BSVI!7qTĚC"Peޗghꩂ$4Ji#ʃdy($*fֽ5X+x鶭~T/С;Ē5x)# k:c\ݎA]0$JM95uZe=y$~K,j:Ӄ Ox`A<_lh(G$,B׎[iD~O Q~{V "S,GK%<ЫGM޺֯%ݛZB1rl mjFhcԆ @eD"ܑa\vV%YJ*SATA)aNj'[r\m; cLyeFWrGHT]AuC8̓h3;kT L) ;իA!ZߞQK/5$y8ĊԼW*` :P,ƾ"#qԮI $mk$s)I ;-jIYShE>G||hBWn~P/Tȡ4oɫ"8O]k]k<:xJ9#9Qز kT|WɥOW# 5g*qJhqO>coƛqpON%0)9+b*Y0э7X6e =9 mPM5y_ z^=b{ē\T1?-{8FB; e-! !5"icr<0mj`(Gߞ@€$y3x>oK^n!\(erIUf`F=E1kwǫ$PyAGa?yj{G$Y<@,3ֽc4q9[Q䟵?]s^:4 ,FI@*98<Zx| "Ҳxag4'aǴlh-:#*rH7˛!` mjuPBF1Vx㍡_Ld5k|JR01ϨB^ADkiYQDwI v`HjAa{Mw\u: Qϗ/ Ao~P21"YH S-"fJES%UlvNR mbNjIf͋'\x"5[Yi8 -is+HFzd$]`Ħ]V cI%ś{ݸڢjTOϯg RJFzH$n$)Jxnx26\ R5E*,T2d׳/}CqCp UMx{QcX)I'>(pt(>B6H<]uDU+asQ>χa픯Vw6ţh| 'AAnF\34PǗdH) _"SN8MA5"0:~<8id@ UG7ZXphՂ3Hq̚Gf*p<C0X Dž81˭\n=oȠ3J3QqRSߴ/ 7صq؎pJk i5bQP'oBЭH{[T%^P9(F""k@exᅑ@:z݇Aj(lAA?UZZPܒTA@6Ӥ-@ڥyal| ( up60Zh|}$ b˼9˻\B=;+AȬ̶3W<{x ǞF~:R4]鯞/pF2cHGLƘn)5YR )jW Xs2󰠎LLHֶ2 %dv ^*BKyj?ʉ!EAV;XDE^n]o 2MYX?d9P0!A4y'~׮1\pэs&{a UsDߤn)Zc@fʴj=7ż86 Ο!v4@x~5Ԓˍ353%V H,e4PGʁf JA<>4~3^ØǝZݡ+QӟmNY^Ϟ( ?[?n+6.S/%2?;Lҷ ԰S|kp>+#yL3}U-&ۆEL!ȒoV *hZ,j tG> p0>ɡ) I&6Dԫ @ QPhԓ䔒hF-΃"*܆/6[ÒvPÚkc5ϛ)A qwq$ ՌtH&dU(ēd0& ?nHGS+pGF5Y ЋO&"C+:M0n%M|sjjM>G&]5kM|]n(%*)i4AR,G9=/ F5 )-]k($9*Z8IE|+1sϚm7'b8ZH90 @zfMP@-@DmHIAsΨXP53 3tQ$XGc{ ["k<ز228W pjͩCѥ.CZǠ 5#Y4f@H]NÒkqTZ:caǍ B"r&(KNУT.=MoP*qKkor7J"Dɶf@UEmemA`jOO<;pHj|N!F;w5BwP-wU\l<-ڍ7xge"ڌo%,QQ[jM"݌jPIy#Rt.?3QϗAp{3t7d|0&+Hv B1ѿl{iPz 31V2)D@;\ic3e\&B?lD~t]'_p953;+VФ/cjaYPJAkZ 9%zO6zpd3pwڰcv$u vt= fR1?*T!WЩ<- 3n"$8&e_9JWbdSJ.} ")<v Ab*X Ȼ|]&j,X8@cQ9*%=l3 -[B4ٚ(2yBV CoŨ`IC >-ISl;~V]s : oq 6HE Lt[CǼvĐއhL=>-ɍ !X=Oj 6⯡\+L|ĭn8}OӰ,钀D*^nA@/NZVD}7fM*Z oq~nuB];h:E37  ʡH@/و?z)A^ϫ{-KF)YW])c2m7<ۦ|!%BMZi]kLv"d XrQx-iB$opVs+PjbNmb(Mi 5q8:c@wNB,0{OKAfqΜW^^6lŒ^wCӞ<^兰fh1^ܨ};v4RÕ JRGVf $Zq>G^()AAn:<ͤ)kz"HU@ @%b~(a_BY)ۊRPȹ#@5E!;\Mi2*#m=z%Dԋ|TƠœ?*koA?nMq$38qb79w܉y/ >z͡j&Fbs[\ ;M<~:لhyu(d qQZƯ %PQ8 u!3'3 wFD}MOx|(wk|lƗ#:ot@W3Q VbǎJdgk]Ǯ@b7CňܓrXYe `m8‡e"ܸ& NH#QH  *n?^ >}5&SBnyvQ_ X8玘 m{vhlpo$fg$ Qh}jt{8bk5p͚֩3AwbW`*cP6h(ax켔2}-q;14X c Η2Nk'V@ Kr=:Z2"rYOH6@ ( ]zR(`cɀ¦3:4%(S{NL g:aUE, dQ1ܼ[ UnPvߖS[he9gW|uErϙWoGr+[qQ 3.V?prP67wpo imk-È cR˵e6U`9U:XYo8xSwDd1TJK3p)_k2"|m!ɖ 64+Åf(TƼA_$z$lcJWT* 40¢(rn<7G]0X:h14sMeJ]ƫr6@黡5YbrabzzgO u&9’s7g JQa䯶YRP^sA{{yL8$8PG;@D ӱ8PđbIߕ2YI!|L(]X`n^#Z"s$,2XOo%!l 6}CP4 e%V<<ADP` L(ؚ"Ś^K]Zk@ehpQdh#| EF68U7`Gnɪ?Xם;PElLEȎW l~ $_ 0(eJA.@iȒnM@QpG%yr!cF @46kknH2Ը6C:@ ǎTkr};!lRh=a/('pـ1n?>_0(#y3(idk,bOj\B~(y[օhpU"]C]}#H6F9>؅Z nbǑɮ, =_f<Ӽp6t n JvEG ̟0ЎCI UdB@ +Ǵ.TWǏ]*I ם@@H_.nQ8!Tjߥk3YoR<$ذ|3~ @--h_ceFAIQeCIKx$ƺd(8Q~ [ <`\ z]k#>NbO)>0iLM!.TkJׅ9q$—&E+s4~^/vn[ &0qHvU+mK ;g2eC6[FN B 6vo[=)B" X$efW edUe;(ئ7/꟏xPh&9,НYGp>;yl,v=pw\aXIƌ14[@mHߟz mvB.r Zfƀ47(*I`@ x%4>Ԩ ң^4'3#DT"EjWq>9_iA6o[vǮqf}3da"To(k<,4't;W~%֌-kl}OFuaujȻjX ”R`_9!i4(=XmK |hr9w G#YCJ8*[CiιXslD-*͹U"X[%ATJF,g%nR+s#Ky01qܠ`ۙTv\<~+^(IANf\H>LcaF/涋o$1V|<|61yA:`1u>)E$*VGoIUdfHW@|;E>= H)֫jv<Պ[p [E(߁BhZ{XZNEsDMJ2l7qJ> #ǎGQ*Xm|N/@,Mα4q PhT@|\> =* ֵbL'%4A7aH<+|m8x*"?F;QIB^DrE%N鯈J|kףl=+M|<7KjFm ~)l_J87&#PW9eӽ""9Uw lEW{z%U˨ :ּqڣe6# ,@ɱ4@5pM5֣x>z[on#Och Y)y6jyN( _RjM1PM $(~E)o7 sZM~aB]E?1&Dz2*8 rA%-ˡL7>de8ARۑXݩ6& P R3C89$!F4D+IIon()~n0zW3QM87ߌ諒rq{~MfO8N+fS%p慰A}}'*GӦL -"?homO%Cq?wwֿ=7ҽ'>$ߒDl,4{V゚,HIWUNSp PZҚ([A)-kb럣nѻk5;TmO+ lBY6:JEhéFV P.F 3TV)osCK;ڄW2L{]woOmܙL0M*fJ5l-n1ph ;1dXUeሄVWK[EYDsPN[jX8Y f Qg ^ qOJ7tAyX}zvIEN+\OFCP<<2-$Y0B9S }⺦ZԄ0c־@)L0a\29K10}Fef;Wkn y:![MOt }2"qC)g]v?To#\͏KK\tɃ2# P$p#vVcfjS->DWY+lyQe,PO5[?vڥA9'Nݐ$tνqȊc;UƑH<A4Wφvs:W)PmYy2ֽ1 :lvpbE~fGvȪapG 7_( 6@诩 \cm[RwI4a[ 99*؈QYSP3pJCrv׶C6!7 ypՔ\*V!ʜ(8M$@ȓF,L*8_(%Kׇ 0VBR wrXYRA4óVJ0}| Z)̨ʇC) ,8r+ioB@-QJj$9ᎽiBww3=u&)UrN<B,7*n4nV C|@{[I!;Z9[Sͱ"`j#hLGh J]ww=/p$t<8Ga2c&ɹZigZĵPom:R-ϸ ay8Hc3!MӇMmݨADr7/&XY(vP!Ues.*ONANQ7l-jV8Lg)?:h7!Y,gXͨ/ahh5L$X3=_xt1B6fȊfT$%|X"6H3leRP?x[ cGiP&iiY;h @_̛zGMg HQ4jdWsLy gLC$˹ш;U(CV-܎5/w0ScNƴrs0)+Gl8trs Ϗ8o@. alM6$]V–:dJ7 晸4 x<&fFvbX(T=}/)"mOR78RHr52a>15+.4 QR?oxVH𹮰k_\}1(mDmxs+Q.5H \hU$y<ГzyBL]`+}A<Id,B d0"ɮYcr;q^(ZvNF,/:*T$ h,\hRc\ISuh!.6ngaF)X9 Uh mVGS aDP"b@zɘ0$8j]"h!WǏ>QmѷPq;$ƞ1 }@rVY,2Fsrըp055ɋbi&9(*A>I蒀`T鶵X;33Y` Vʔ7uuM TM(BFlilљHZ%@w ?薓d/Ǟ" HTɃ"9#j*JI?l/z4݆xPavn–>O*bt+L셋kJ+I!x䁷#'GFY72 *LIEpl)'͏kϟ== HqXX `RF}ĭXYolQ~bT0:Mj 7H"qK_-aS(d2Yb%yρ~~%@TV5I 4rI@F5Ń ꂷPo]jWh!bKej'|> N@ώ dJHBݷo< 适]5F'!u(*E25&2Y9-Z(@ۗ_|EWΏ)}5UڸSKdPAU{f]g_Fg4\'a|oBjI; Vsn:𷛮~nI2cfB J YxY$NA;k`:Zԡ3 2*r@"ַ{IRARDŰ֩hoMh dI'H!|"b_Aqz!Yvc~䏵p'Z c9$f0`A?J٪?~I~rZ0 buC6IHT@Xj8RVF6As&s%w4􃖽'l#+qx|Un IX~#M)q0>xG\C#`v !̑b6^V¼ǎ >e8ȸ.c>())I0ו2i>!?b je_Z8ŝ]DNGpޯ8#)2Ã+C,mDI_#mp|p $5ˍCQ?󢅌d`(~i gzCt]liJT#,O򍍧jxժҖ\䟞G㪓7xfp%ZVhgL6DVIkk+Z B"Q vFĒTW$$& 5('"HqDoif'|~t֩Xu9cLw=v`xGQpf˗mJNjqw9Q k<$PP'NQrMN=5uI.0ҧ* Th@5'$?L{kdk1͏T"IX",۝mm?zM0n/x |.T*Hnis0PUP#h䟱Z{҆}_˧K4ʐܶSvv\0 *~:Tv7ٺ4,[-[/*~ eldO j۵s . ? M)נ,#`jh?c< !U s,/obچ]l5}n{q!.M3qg@hm I,n8u606l} =iv^Cۈ hRcAmE nZJQ!ƚq- DcK.bn( ;Xwj-TB#+>;@9¦f)$wa oKbw Qsgc C~C/QS&DI؃DG'#oE 3 bu˱UM\FWS/\帵zV/`L'CR\Cm MEMU;;;X>6-[ţW8n9i7+HYB@]";<%ȫcL%@ T iQhn"<1,8ܣv|ti5X ox$Q,f HH>:Ɂ$ZQ~tohUd3A1BIb# rޝo;-oGgqD2AH9##I/@GjcC9Df8H 'e#b̧ǐ n&lgL oFxuۺCV#dܱ8uWHS'lQ!&X\$ mƦ3Od FYxblRP=\)j^}ӧ2d,SU;Lv8``mj ڤTpi@#jnhd {<4ܘ|Sd4A"3{JUm_??=1i/QBP1O%DGG.h9⍏jQu9(>$HedRl!\6h'ha5*,N%$ۮQ]td!`&u]?ϊw@_S\8 <SKc$ Q6VY/gKץY۝8W52bb V y$ʲ:+*;yEm䤤Tӈ-q HJåsxnF|B>/jzڧpjȠjPy'xRYXƵd\XdP%j975C{WoO nnK ${Z 2 -0$MJ j)hJgn-RC6,&!15n׻F'^Ί B,QDIaTQ?r0>|%NX+~B?lHWZON.5=K%af2C쨕CT*U+)JS02rw~X?Aǟ?ᥟש\,_`w>.4GU˛8ceQI UzkHIO[z/cͣ}PlwwRApX )xLDwD,R)cc; NH7Xћ?LCV17 R6d42:)f%J6,u;y=V7@޹ `BimSp#<Ϟ1%4Q0M V:e((o]x]tn|LfjC\EPJY*[ԩ6% oaS|эbˎ&#C"x>ݠ'8=2` r^ռD ^}M2'v5" K%q?^^|I}C(zRaiC!cycā8Qd=Ȣ4:&AV.י0{Bw2[#sB} X _&Iĭ[+%3?-,$ЌQyc*і 'Dpgbx(MZ@(*SKzFqeaʣ#"XA Q $QN|C֮XFƩ\zac(etU0B*ň tl,n(p̀6zAIv73Fm 6tRXHάY\S(QGL%)b՜QUF{d!87(4ݲ\=Xs0J]:t,yeglZ-jm}ch"!ÃyZ)LGaM F|RrS q>-J\M!ti˝fg!FP%Tjv+rTr59@ Їǯ! K)|I` ,o%I%=U-+3n2e9TT#-Cp ht/%E'Ww8Xǔ<փXXbk':Q_H}qlXʸ rչG#+&A<$@'q"l!֕wC ;fuF1K;ܠNvDZhHe7dyઞb 56roqJ;څKcU C2CaɃ1d9@ )eYI]n,i/%@I YƔs\M5MrZ=ޮ:==ՍAyu q#TP#nHcUM %IڠyZ HB78,o_ZkhK$kFM*.6W4 ⺨rAnX5NXa]C4\.,Aӂw>O2c%!WKA˖_gÞM:Y?+ "Zږ7c+ЉI ax7Bׄ $)\l< fd>7**$:H7r}=h _bz\A!mAx-1#O`+S.Gk&hɆ|&P,1=9+U{zsU3Ɛ҄,0fYq cC0BP5fs8G^(0vO;c.ak_xzIiMl@W#欞1 |xpI6ݾ⻹AEDPۧɩz(iHd Sw D(G%y}BkCmk\a;8Bʐ"*icdP!Mo])$2EYq7e - k??cς.WˡZ{ʤьkN92P0; Ձn~AA%0& y'FB䯺 91Y,(҉= b_ɪ'k໑g1}Pbu)4xeyDlJZ- Af8$u:T%sDIzׄ@s] mi A.sN, k||2|o!L=jh/LH& VuQ|Yx5fOYP;2I2:fVVڡOscN`kY^E4Xkۧn +kTNj4FIhuh6<>ݭ 爣'Y\# Y;w5GM) sםI#\q&?r@x 0yZ˂8kːZCCt2 T }PuZXa]<3&8ٲY<|~k=tٷ/~aAG#&x!lq$~UOjWu֤[JUkBƤ>lȭ'}@9JQeMj)k=z2uɍ`6.hsi Hh[DgozZ!tG ĖU|LˆkXƷr"8 ᩞjZ5yjP !޴8oE_;Bx0.?b@%'ӥ).ט8dAS/crdD)QAHN/~z(GDi:6<yh>@Vb5̼ .uʚRM7.jAڼa@a!ʯG >E$Pd51 .3G6,Aَi؊Ґ8OyNn^`s<#I#C VW[<16Np)5ash8{}A/.;*&ꈠj|~?}30iСržVVf(X AO$֙/u[]aI5qrRLr8r~^Eubթ:0BhYVIcUcaɦe`EߟTY1"mH1 #ݐ潑bEM",*l5^ ŧVU0 8@$̭rR➱KL|LXF$ۉ9㟿^q+*$aA-"PHճaccfcdy8)* ԻK]Wp|ٌᖱIw<qF4iFKIjϓVy=(%2$[)op1RoaN0qQ:CG$D^,ooR7H?h1jZ y/)`T]+[*|;{Qݸ{C41aj2BvnKCM9zjRCdx'p5`d1mY6+P 8@96:JѺpKǙQ#r[|o>~9_'I* ‘ddA^!"H#(V yMҊ;l@߻ ͦYIkRf[MEI\dʬV.+sT!A[\Ж5`#l R=,MIK{2) Gß>\b ӬӜx [ O FâdH$ثBX|Qͬ3|@< t,1`Hy" n  ,^F0d¯9b7l5@YyO"Ēnv: kX3I"GJFLAf]MkT·nȳsrMnv5!AfqV<~`/ĪI@R@WȺ_>Evkr, *R˜7aiJK3˗+kV}&e#op܌N0*miD  EI_ф5YHW W[LIa҇ GQkOli2qƄ H[ d,Pڶ{ql1"mz=C:y ":-Ine PUf ?} z2hd,Ʌ8Y WV @ #p,0wW0C.:ӓ>D_˾@X3Tn+M?X(FHU2dUUl( @/ Lj}i%9CiF SZK|ҢQv/K#;:OJ &JHï1AX 4i[+ųXQ 5&,ލPkr-Abyq%$, 6<5B_A qN0s0>| ĥУR$bMP\kB5^7rlZ,GXMjn樖 6uo$~V/T)1՛B!\|}2k)DSp7䟂'(nY뇧1) zّ"MP*(6l_p)nx񆔰s[=1 ʈޙ2Em ^͕`W LXtM98&L"L7bNTT@ a[kOZR$uY!DpK}?%23U(vPweS= ʅTE1`~|ܩKqbZOy{SrQ&ᬡ\/cC m#i  Qm\M|h=E4{h49JX:\|HuIx+ X{GU l{`Ʀ֬DY7k?9}<Կ_w/|;i1Jswdei3AMF'L&ÄFTe(BxOl_gi.&CW93WtD\ E A\16"=f-:,|w+f„U@h4 $~Sa5"ZڍO9<0vaQ,9P4Y. 扰M_N̅7_/ggN16 +6]_1Ï+#O`D4j <$pwÙ?bDQ2{\A$[$NSa@ (=)Fj9ϛlKR%| 0LcA4ޜ+Cmw #[]A`v͋|ͽVѴXY:Q+;0S&y!r: UScÃ]ǟ1ѫN r[Ԃ,Q0*v-P")YG((َoi6C n"P`x o;۷1l@bǒo,(۵Zʑ9%4Eth4_uoKdrxvN>/2T8̠ePh)'vz vl~6/p,(ُ ~ƍ_)=,[c 0ER 6oھA7~#t[뽸-V7b 3zX{Du8Z!؞ե4 }o(r/}~8@-eTe,KuvUPucb.rc] ɦ @ TՎ8^kiӨ~,z6-рxaP̲ dIf}i#E3UR r/bSޣOX?SÑ4q(f>x֥?CN,ʣ5Q$H_$sT&Q%؊k/2%Տ@GG[5Fx@[CJ+lP^(GPd::״0av~LȗԐ[]2Sh,nǿ4;͜eO(>xZ(ߘu.X{ԁj+ou֍ڐ5x߶BK<#TY#%͵"Q`i<gh^:rhrdd#mmʴl}U PEy($ u5jхHaB2T] 䞥SU<–NWre1HcXXsDs~o NZ=b{1x7aAX~Kfa}熜#ae @&ԋ @g:qj| !Ży3Ex(Yka_>x>: A/xUȭ}dPMradRYT6I>6KS] )q5)d)k=j,'yczvE$biBR=[4뿼'S/&h~" $p‰։ V״iN-RtH%2`Ig>dqlYm+Xkknl+L}h5 U^E^,4>zbhWabcTU#H~H`96G(_HR=ӦQ+usq䎼U 5h;Bz̐Vd +(^IG#㖵ΰ$ָ"D/$rr<{X~xXښj@ k)b:hZ*@$/&>ExUo-~}!!\9$pu2 RIqH5e#pcnub}BAmsUc "LhbA}|Hy+= 9꯯8ВG''7be#,Ip C_0Y'cm6(w7o\Ji]m1³ޠ 5@|W:Kn궁CM4hS{s\"D7:ߍiaRiy6ƙ?bBAL@}֙C~|0ʩ.v㟏_4.bC_<.CY I[hjrEiI6rx5T.Jv~znacjxx֙'*#F&Š+pF ZmR6l%[Ƚ=0ԇMLX}@oxj k揎4ϝȟN(1c|R0Y*kqjSߎ7hhWrZB1!HcD7U_kΒRuOe7V.=7tũ m~%& / # %WMle]:bfP[qgiQ _hj9JXɧ  j=&fꃋ ,[=yYb:`Z}QkMɢ׮a(,oV[ f(Z4xTW h_$D28ZAɓ1ovm<N /!JK0ֵ֊; 7*, 4$Xѫ#thPhђ,̡lCd>/ߠ O@Iv6DjHnնQf<=/ÿ-qՆtRw[ y z40Jr}DscL!0獳4$?\Hԗ.sG/c50ǎXRV(;Cʴ$c31Xr$-I60ꄤ7v,kljhYwl3Cz@">N U|/^fbm\0w-yt0G:#.KC$-'R8k`9iP<޼XIQ[L->8L/N[C 6<(k YEH 6` ^8O0KGܐS¨plާaL{R_s?jc.4 :Xu"`I6>>ônW!D0=٩ۍq?D:RMv(Adaaب,Vwt ᡦ#5Ejz`=:rt p󐲗Ǔt{HK+BYJ~rΞp zcY;v4eJU:"ݷ($&M}5|S; ^ 'B-8Yy6N\s!UQmf,ڪP*5S [QݏHHkk]q3#EnӵMRÊM?p"0mjt)b2,-$H: įȒ)*Hr7K G e@4ŏH_W~}5mR;[n\Ef4 Sw+lwI5AdvAUą)% -ZuRϕ {M;J޽]É&<0(7F2ݗ>I٦.@ Rr90/ߜMs\r Z9ٝс[;;E5goW%޺Lj bH X$44OgfN@o(tw|G=^>hdmL$Cܳ ףްظQb%Ub)ZP-+l9va[58GEǐq(|xeZm%aʾݻMV@֠@ 4`|?$BoSs,@z}<(` Qak)!h(V6;mѳP e$OTOO&Ž>^ MoO.V0YQ$DmD,@pߎmgݸ'`8u%җ8R@73N\Ǧ ,Ow,.(ـ)*O ='J@ 5ko8ٚ6$" Ȳ66Q" X >OIʃ1^ 42Ͽ;ab W*6S"ܧjR# S0E,$|I+Ʀ ůɗmOf ;?A&R-56&*ǔ3%3@\aѡ9p>! 2 S)xeB` Xū{!1ZvmJo*I,K†%K{  +տ^Uz8cRѪ@؛E2DPb9Go,/HP7wG+/ҏ%YRbb@:M ݱj8wg#W~o1 ͩvw'Yɛ~GdqB=PzJ(%e#ʵ R;|q:2A܅efe@ڐvM0`(spg5% -eu L|dOXQTNZʂ; Xv30KR7^^iJivH5zjBS@^~Y؛ǵ dX8:B6b1{X aYDTUdcHC3rЈRVꙹ -vIbVTrk@NCΟO2r$L4\nR؋1%nx#g!/r@>ޠgH2kŸjɻW|e@k9e!.>41ɑюyxI+x5J@ hB^v9j6 }HI)9^?4P 5]d{r뷁ڍmt,Z)pX@N޶;U!HXS |c ) h $ҟXFCSD8<_J7 aK;D-uOX_ǒnx+5$<Ks:pO>8>lNxN竴g.FlFXDzRdR }9KbbE$ ?x<1]6AQ|DТY M YxkeDoT!v'bEqҽF9_T(e=<hRܵ5_$^zkW$6n4r;ڈpHܲ$V'$ߔI1d@(fq&YTDhiej @J VmvE|5]H@  }Q 64j׃d"P'j_HI12,H3!6| WLlĚ_AmK>8T#l "ht o}SL#Y'ӲUhvaW=lj#Xp2wEn6Q,:[SKOGg"&e( 9MQ<~:%1:_|JWX5᣷"3@AлE~|PǷQM Q <eWffJTU&͜>-g Fpz>vwC+T/XUIxe ,P*;hā] < kP2尦򍿧vfb K$ ~>:4KQ.kn0ϕv_?&:Mv XSM42X]v`{`(@|CPZT:_C.4Ɏ`h O<$yHiOԢIcV_{a#-f\c BIڨ#u#r@cF?܎$3k(̌O~Jғqܤ׮TƑZ1itgbXmno) zhy$`qx#<м'’I'*G?qrʎ:0 l]^a4c#%/G o8p7GLܚQSТS_cgȋDHD *e(@K[T<27 0,>!;y*J I'q`+YAʔX֦pHb7CkXƗ(qYDq"+ NRĐŃxӐ԰5.@ݩW00 )Ff(f\4LeHӉG p9&w8/$۵.$?u KpYA.m* @p ՛<2J1!ԳlI+JA-w>Q.,DbՔ3Y6hdqw]2iRXo,ibCav5zt KE?N;i]QCxBHX96lQ{,Ut*)x,۾oJCk7S:S8Rܾ" CŃnC⪱efzAl=WllBnk1ku`<37&,rb7r7%t$Ul-TM,.痜[Nc!`X=x ,{s֮^ ~_O!-`pF;WQuslWE!mqvk"ڸ7&>AN4k!5#.v[r0'[bDz+%_AGֽ"'kkBf:cXwm $pMmeMթ`$$8Nbde_qPItI_<3ɵ4UtMb= 7kTlb 5AM%tDw+!y*O/0;aTo_C\-`QdB )J)eY$x},g[>Pj$eo8666^8 @BeĄn,xJl8yk"V@HTN}6"kҮ[XW3e$]E )d^ƕ}_aE0y!U)Ǻ?~g7wIH <,o׷ěx`@,cSmnO25{WR& Ѽ]|q!YT-,@wXY)Ol{r La_CVcB tbvģo ܛEI+ vhi&=nôqƄ8`f%UH,J xvtkT*֍ѓJu.rU1*y|&ߟoj)D vuXtϞlxD]dM{〿s5ԛJByCLR<3T{qV O0Yl]gd\ X4Gf>C6 &L@%eDŽf;€49 6SR"چH[GtFS?wX4cXǏ,Sb (UQ1I n/rq6zܓ[mI%2)>0n̑Z[_J#o'5_OP{,KWͲ;MS&ƋYY=7 zv&ʐfINv޸Ԏ164~>]XB4p꘺׿\~f"DDIX`f%Sx4l >ddNٓ1JHMHSl ޸vRhCkoyg(#(_ۖǂIj@@u8-@(cK>|Iad,8pLQ5u_&}hTnKfAMa м!f]RMíH;b-4E/W4']lQ$x!7nBcvAbXTbT9Qӕڣ4LS?j;iҴ>qe2  9ڥB zZKJ$.-F Cxu,sC^2㓎[L3ѼP@-MMMD@9.qj{.$}{Y;Q~Q|Z͞(_n˰ĹĽ)Msv'8+jYPzu23Ñˀ?Wyٻ#07K,pkyR/1zEKQ$1V-Au{;`hޮAP7oYS3ϑ#JBv?U\D=Q+l!o SL͖\!Pչdr֥ya 8zؽ18R |sSZ[ R]Ùds(ڔG ".jT{+VFt=AE[33F!%Rec*=DI9kr€w3(ZRHa*jII2$+ }? w`;~4%#.`&NRHY<-} ?? }c JH)kl"'ɔ  f$| * V DBOPԤ-e7lRH$(8~-`";9Ti60/rk6O ߯&˒4,.9v,P{皜K UN@Y);lĪ- |]]t$)Ax&)O'/&Vb4oB׸x dqҦL6,M9 $S,A;`-|~(ԝkU1!Nі6, r v>4(Fʢ@qc,㉅[]Bԯy"ٱl&ֽJx}j.Ue ~Xm㪑-גծ^Щf>Jɋ.]v )Z*kVns$!mĶ Hh(/Kx7ȸYǯzl0{$TO~?yvZV%ĩn[./x0;k+yB@bXoSGw,9xz=5 JMP3>C.4oemǓ:y髽2pOND lF̥-|tX7]QĐiH7 dei4OP=b1e$&6AUA!M~W[.{kaF98ΖII@钐mj#RSrh=~{B@f }Rʒxw9qmC*9QT1@ ,V@= eŰBCJE|X ԭJE _'{KdjYY&JM/<ۮbhj.Ն(wʀd7R.Ӵ/ [+ÞlL y%RVyMGuX>S镻nx:/pDިPEfi TǔlL V,i720 һr48|qu(8*PFCeVU,denQf 6A$F< @PȘ%U6|M)^ IY93dLIɈG&7ȯ~<5k!JPS8S266@}c 8zZr ,5w||SR 7"o).I9a3SkXA!$ENY}-tRְQCbqbŇ!*ce%YyWM$efC kgX㖡t! L2b XS \?ږr* =Y(SDzFY!h{Q QsnԕcllMWv ѽӄY\yN4f5)1GsB%NG7́rHSߎ;_KћDa}6K  ;@EQGrAT1GuVo52W_x-G?I{IHbЪ[kxj}'-C!Bqʧ'l}0.RٸǸn`b hBI}8XCP7X3,gfoVUDH5f K&#YؘbKMb,3I;A+^+l{O=M9UbcY,h_b7PÆHqfrYBئPR}YS"فx4%ѯޙX'_Th!gb  ]n@IM5Ses̶ ZD)2aX-??!n%,$J!^pK [|\flV1$Ecb]|9;_c I2k%QٽrM5 j>85BL܍۾ڐR}[#,x2sYd>hˮ$r ;H_%)nsSC!r#$y H, ,EAtŨ,~q|'yackA 2_Eg zlDj-I,qKKֶrcfH6q1Rdd;̉"Z$j-زI5 t`WȜYZö={D?,x34;8v@ 5ʤ[A3+sxڜrTZ^:C>ֿ~tof%F4$|FʇAS6Xvf*EB=OiLch+v)r/#k)SnDqI6fl bcI}/+!;|u-[Wl'i4E2I,ȬWpaGԧND z49G!R9(7,.w ܿ(C]; Pcoofbv;saT1 | dŌcʖ[Pu)*cM^E#rlwRı pixs)-hDϊjOMfeRy6u3h+QZKqlE,)V>@HBswP5)ʚ,Anଇh% įU*d©dž-`r4b7gS\.؃w3xrrx)G)z /y&}{f!HtR=.<ٲ N698/;&E2srLjKc"6e`0aTIoAyy.I5 = 0=H*@#^Ξ  Ǎ̬A!K+e51:E髴Fl Z1y"yeC)ɇR A7{j4V嬀JKnOQՅjbHcc^aWA#1AG,9[]s +Z]w1ہЊҘaN23ese jXmY,TLBX$i|[yV1lʳYX325@}[O|Y$F.T5y`E[#@YH!)6ANh'c،8-. bcVRαz0i8dԐI+GmK;yc^2i7PMsF$ p Ñ~C+bjqn>ݻNUU]@q'>"){]̖ `{?6 QF.Z.`|8'*b`ڤpQ$و4[D\ڂo&dR-NOWӲ%q]B38<|ݖWFQ][+T[* KFDgp&ш,Fk8M * pAg.Ʈ-nɩ)vƸS 32!XV]P^GwThߐ`96v(&aU( k<+XԢH^Ξ}S7"¤(bM6-5IR(kx]rr*8lԲmhv_bT[[;yfHb3"decO268iJҡ,Ib|LD[jN4kg`fFFL+& ;N't>z |xuxrPiB\:ӑ]X{ j6.HwZENC0(DT\@,uӉ)c׬`KSqLzƲ .d'mtx~צmDG_Q p+HMn+55V(I9FoSh*Zw*GH=r٫MgLe\p!Bľ'HT||\l)W7a?]fU|p6PąՃgHsك9=_B7qո^(hZϓi 1Bʭn 箑xo) ű'"9$R>'Q/<Ҋmee1$ *RH}bϊ7Qmk 2%O^HKidUj,AbwxUw6T{k\-| L͑;?Yw(n4>y‹3FX;I&\IjX x4y-`"f/[eĸkZh.JڌU ܒXs~9pzSXaЅoM4+ɋ$8UTiWh|oפFH%t%6;Y+Z%??}9RER)HYӱb.ADo/o~~UO6MH&.6 HUپOX|4 .uOp`eGy%[kwWۯ^QZ dE:q쐍 ~+rCqȊqhq^PFQ. VV"_AT敀'L?0KFB͎ QoSh}v޺&M)+:L9.kQ_t A,Ӂ85>5y“X?C ?+\⺬-%.NF;K22?Z il>àLʆu;B o#'X2U$ , 4 "SRv͏^89ǧXGq&+C4:XV,l\zYzk)`ZF`faL^|)"(kG UFol*]ejRYV84F߿M %Z{Anrֽ 1&XC̿ħ@(>@pQLKh)KCC`e7-RMtz&PֵDgEƒ)|F@ʫW0<>/BS١%!08RgL.Ij _@}k غNIsqҳZX,X;x*B@*ܽtÓk䃍 $XfDNXP6͜MG7l78ol_\vxX(Y.KH>>=Q%;r~fasQ., &72 OGCUXxxa ?3Fs=;vb1a%@:ɉŵ}r-284ů xA(c7Lp&QIqI1_[z, @wQ͛<{A q^`(kF{71Y 2{BAfpE͟t_p$0Hs~t,Ԛ]fs͏c~a T=nEFzY[HrKz$8yjL:Eyd[pZJc@RhB"\]$Cf75mT@#MzGqlK9$2+r@rmxn 2ӸΛT~l(5#)#VӴ ˚fjP=ZlfKv9 |!Lv;B2;HK $;e˜RCכ=S ZSOF6qC$s.փPάh<]ڊ *8Wkezʍ J2BX Ł`15cXR4ܹr&,&biv(f-/]6t)5kbRR(h6~ jf2LlYH3Qh9JIrɣfuwxY^fTfgM”[E5A-{A@w\ 3U>9Ee^ P xҧۭĖc@ 3XIX.?qW;_4%<[W0#WsԤY"J-Px./x>g@w!cFوmRR{ؚPu[E =NXȒ,E(V꺸V\A')A!bZ9ܳ UiycUBŧ,5H +`~ jkXG);xcP etEF&Hhv_|%Q# |6pbԷ-O<;Mz2kz2l?P1X"LǕ /'V%f p Cr.CvJRAl9>O45`;hPcf< BZS2j:l ὠA[H1*JǛS8bn^qpOX86>:4JO$`r Rqz^а^AKIB_I@laVf׻=P6a`ܫF(x["-*e XȄmFK;RH LXO fNVpH1IXU1 /O '+x 6YR.9N`^f6S.#oP]sD\K]6T,)@*s)\)%5RZ?~vfcMGFk#IUѽ62e!i@+V iw?ۦ2tp]Un6moۮw~Öo}ZmkX^%7զS)xg`Fɛ{[,LxE5 KG3é?3ȽpwWA>}@{O]Q=;DEKuXu<}S!"ʍ 63*nΙcJeo9* A Eլ+g\E$քvp0|Anֳ9Y8+sLe_q,?KMzi& L)G~.i/VUhlY׆&eY#?WpZrYd xc1B IuV#Jݎ|ɫ'r"HTq7EJ8?2>eQ#ABCwI KcףRkLDЍ#045ɬAhU8]MQi%v?\@khoWOϠ0z-z->7ctTPf s2ձ bͻZcC `CdI:;i /<MSSG~M<0aZ@A`;2H_L %C)jϸTAOV1{42򍇤"a"U}@EG/Ԃ„Z噸vq &]9j1f\4+w a{<(6⋀;@=iHOTsM! s-!,8'p@Cgb& /H{|q\ʋ,rDLo˴4lyױ3h*wnl\=ZHR%$AS(eLmqc(w^@q@ڬ(Db*^zrӼR@KTčr7Ƴ3*4jG C^kg涉X3;.[Eq9sDO$-f´(߸8d rx Pk>]F˖emy'lk7@qwo8(뵳HOU6]`4 㣎C҈1؅y #8Qܼ\VHc X8&յx:n yuBK6F>PFd;I ֵ>ǠFBIaސS\|Z .F@,W(RAXPuc0c&h 'fbCP+M|A\)Lk: |IeVHk*UQv5fΆ$fjAr w 4a\4BIYib/m;OѤPv5f1ȍU}d_P<>,SzBr<XŖ@̑)2h\1FSJ\BߌiS)) \+dꚂh1'[Ԕd+\D`v+@c0W >9Y*;hmdA@>H.p:+_?J?8dݶaHZVWHS~݃CHb׎3~ (d ,Wvn(#jNFL^6A%¸H4p?W9[Z1` u~!m$*P䏿G\8+F=SO-NfX+(J={j)Lu4#{3!"*KECʕ͞i|~RV*מ0adFZeM.jF #H<ZTϥG(i7{g=@y z믻Bzbx7)w8j$?^AHGj4Gj&&:hǒeաU9%w%Gɪ $_Rcǯ|!hnYE+ Wul I6,/qǴ!ߦZ p(&9Cq0c!$aC@6 p6:!m=zkcpkg 82!-aX_h$$ǹ0@F0Gv.>+S1A|8p3xӨھcPE ]x’hV lĤ:H2H3&'muAhnF{>e-H=6>RwP`(>9 BBs/QE-@6q`fsrC%JN5V,x<Իݘ>A uVk\Mo2W- iƺ^l\#h~<1͘: ܶ)+T* 4A.rOJҙCwZ6M7OM$H kh$Z~B˹7n:qn B3$@fRh׀(]>:o6uנ@gGm 6,ذ›Lؽ8 E9t$V፥4pQl}MמG o)Ir^-L))@] F xn:B= JV%|w2p x#h7co\_ITW,NъA)U?yp$3ivY^~Z{u"xi!'ƘGD]-MIc=H":asNEɫ>zy^$͊$ y ,vM}n% _[k;ХT,BYHX luLի](uu] <<`oWm_$H318cX7 X[55I=m|j[,gq,.d*TEX"zʱpA5wP ]xfWGraDMP[S ` 䐐0°yjFcie[C_ (zN;ɫa^0<<Ocyer]*wB>dCSp,H}<}lw T0H;> śszҤH QDrMzˌ"2-V` iIP oTAc~pOS8A&@\r+h~h) 8îgHUd.}ԦEnH5> (@(TuQ$EWbu*9`tsƐ;$s-PwNrVdJ`ԻdW8^` bksκK#%!0RGWBmg(n˫$0S]-ͬ,ґ.nف7فE4A |ٞ^:Z}Zh90"3FVUP 5Ғ=hxBMRTG!n9%LRBf66]'Ue[Çż.&yd@bRx[Y5Ow3Mgq,kcx>C:4ed? !ynz19/qY7&CQSLbBb!hDnU*CUW: P.Y܅Tv=>&#\xb hUU]y5_[ `3.cSܒ<YϨ+Jfrz@_h_ӄ;V֮<=h4͹ޜyNDx(XPdFh'^,Mtյ|E-|.wۥ.=8GɍI6Wi]Jǐ@ғ315- ,X[.'(CvJihb6>ő]S= A&9yn64lQԈmx j EPWY7;Ѳ0PKq.4AzѰ4JG Y0wZ0ǷUdmD}hɍJ3ME/*&ԎP$U06S@Hxйk}N˧+g>8 %ݶTEk nzAZ5Ӗ@3-q9gx{sz^ ȟ\o^id,ĴCx%vEuv2 ?#ű $e4݁E3څ ,ĕmqt[^hA0~C:Y;}K(CnmM k::KǓ- WK/3b堍 4j]͸T9\ `BI lrд?.`*[L3Jcbw=+2R5.NiMs6U3 Z؃Gʠ5pC1ϒfNZK#x6 h5\nJAw F%-j-;FAM9wՐI[`Maa@"몶׳08=pɘp{{?㟔ugo}'ծiX{?]΃! z^CP WW=7RPvt[cږQ-K %Uꔏݡ.}v=wfgci=,Mç+RZc$ T}yْ@!@o3t$3_&Rlz܌ys2,];S5`Ꝼ7qJ5}" m? I5xpbiޚ§넸fvujbXPKҦ$jϼjp6[S[Ba@!A&2_m?Xg/pf2kZ{Z(Q}35VXx%l^ԅ+fTE76v l"Tk9ؑ@y#kh?ßԜ3r'}~{qߪg102a`b4˲xUMN̵>&jG>,П6J`ػ0z#`߿@ F>v.oav+!I&i &弑U͟*?QXX ~=R6Tsq}#gf},!U dmթQw?$Fk'Ioi rMqD8K N5Nд+GC٘zo?6A' *ܪ*AOwh@1| &7lY 8Q`!hnJ"مrr:2mrgIYr$,=IčTj'pC3;yt\ ׼>]'R1Tj@?~f ۏJgkP rdhK@A!ՙ?a.YZSL~cKw.0igX m**+ fA߯.V!zrw>dT9xr(ϥdejATH,K(H'h} u r$ܼL_PĂEop'U~l U˧Pa^~𩝯d3Dcń *Cm,=j鸲: )lEUѨ% V_|gI9Q<~JlxV /j7 :ՅZ/4g&n8k]Is&SkKȮ"W(BpxS.R r\9;5i@opY6V9"b!F#z\R$\ 1cBfV޺=i\ىeyt`r WiA=vͱ%.?<;3o3vh`2LaIWC5'k ^~oz*Hwx;xhPw 8GVKB]\ !H H7FMGt.jܔ__/n+ /h\zfc2+Ɖ` }W'=h`4ɛY{="xGN8u VyxH5hS}!**ںM}Y5V,Akhx$8C#ȋ#HS#f*ũA lV*!ߪ<9!&161(cxbuRTHg0`krפYWU: ~T@&#6Sm]wYn7Oį.&Zx~Jg96l?M\#ẅ́Ox@ezyP@8MrQ/mca}E*9+E[Dr3,6(])RAqmgMyEx31%yfdEQv6ls7T)~p.(NZcԠhZ-V2qȿ7^Hu2@ ڱ%˔ˀD2*޻R k)KRD9ge 䍋G>G2u2 {O dYP/t- &FQ2F R퇂6'H}gmyAMuyzZ4&Lv'h;}@XyFjfCMaK3W=xd1IL"+sD܎ze ԕ ڊLyXJJ1Q~  7@x\"P@.-x/ώBZzgԕE vaE-|>@ M~mi Xx;Z_y *ꯊ䑇=aak]kNϤrez0*B?5O:@ʼuptdUp+eWe><.b~,7ϐ}YXyCjs.Վ6;Lhn=y|:my˄,Q4ڃA* xW:X0+ \$O#?t\9<+-,B\uθq 1jPlyq̎#mݚߡZg,;yhF8ڌ"mlUH*kWJ\҄ٯΗ{!GĹ1[pgyG?А!'}{ם㖱 =}l`G'*('D(ydmA Xl<FPoǃqX)ߜyß b.iQ6FFA㮟#w_!rYeH`ܣ.VL 5OFn@:p=us)Ì&ihbY[jHmCvvk' -1XW맜qۚG4DʻqaTH+~r80 @^!A!"(2lZ #ϗs=ZǔRbJd y>ܹAI7RBXCLX ';[PwQ'`-5R$)?MON\JҢ aZ6!`ISG~ǑX ^cʿ-H0N0=J#䲰`>I'>e'&j.,d6<L%6v2nM`p8R Y^rxU^᥇0fmF y˟N*Nɶ5#7ѪF() -vdm O'X%Gqq *;Xn 0Rk *s[ Kel~+zOUYݼ#EJcid9LcUv Aiƽw!& ^>^ulOÖ:bș9A- /y##R˩SF&y$[Oۜ_ߕ3$K@hI *C)Q1(y{2BT"ۄFa>g3Ùcf.FGs) ,… $rDžx{<⎧Eufc(`P(Q y$Gt؊V=lI5B88/X$l\/H u#>A襭 F$S?0k .Ɵ%Y&ʓ3"Q>8sHR.kN{4%z5> 7ǫG\XM>)@2o*69Q@>7ĥRCnYgS 3BÄ X<4GOYi;„XcC@hND=ĩIml,h 2{Q]2,0*kV$nhP/g.ƷӛԂ¾LFo6P/&`U2o'H昂H$A$Tѿjx"/L75H*;y7/.17jy __9Xv& #.FSÌAUI34wENSr2{խ-}]{2(rz~x$=:w?Ou^ӲS-CK{AC؉*+ӇRf˜c}巀7*QW`@kn)J@aszKn^E_ꦃ}ZUܿI }gf.4xg~V|LgGG̖ۢ^ݾyu(Z>ޖJkPŃQ"5?h+؟Zv}vn_xiXRu԰5fOR͎Ҙ͌УʂhұV^ΥtY.†.ʄC DUܗR* ~>cw+sI-O{kΗ}`Í%I>i`0cy8<~^,2d|v$|$vpax(P)H'xȳj`N72-W9Di&9.r(*T8=|]jRF/K9%3vT흯QwCPTī 0cD,c K @j&,)PќVޗHPiSL*XӦ1’dP ryDĝ1o=0nm)9|nUJZB$]AMlы&4fI12gDI_qw^ڤQ Uɨg \L6RX5 'n8,.nNS,ˣHq!&kwB&┇j q49)Snxv'ˤI6 X#;eʥ8`~ u=+Սڙ?#%ޘk.A]Le]Ҩ,c 6vI4o Z&rwGǁdiXFD(<"y 5!"89Y ,կv>(is%7>4YQGX:,XGհcp%.NcG$b9ZRVP%JxO^N>k6AQ8i='[fUŒXY ԊcƍzK B+HnZpf#YUٴ Tׅp1(+Dao`xz/WQ,R`>A]cQ" T(f#Tn6jlx\9L- TÝKq<.isv3nBaY%0!"~H 3AJ_  8 S'lTX x>a6+ؑ<-P,y< .K܆A̚IzdӲ`lIwBrJM08hV t()Q_w0m;&kȞ卢QJXn&Te|M,hdU`Y@>U@hA ڕ8WRPAķ^ LI`ɜ(r L<^(玟.PM/| M*/NڴYI'Ւ)DžY)? I?o2V>O(%LHC^4kGi`ls~}f*. !*HpK'1DǖHo)%?yBKv"aVJ͐kC(qBBoJ;m-K*/O~*"{8/~Z$BFbT-K0,|)$(5JJ;sTIbnK@*`<} 3A P #<(C#f"{A;:z>4q<5HY1rR:|s_+ݠZ2;_.co"@@nw|N=YaNZNݙdƓ'1Qi F0jkc Z$Yؒ*@q]rX@(E ,#J(7$C5Iqs'0AC 4K{x *,ro;E(WO!G8e:,t¬U+g'%HˎDBPPcN$ʊ)U+ O@4xP֩p-;'LXQaB.jG5>BBz[,|W>-j[Y9=D04IT#>rLSu6 y^x狐Tsi'Uy~┌ennDqHZmR@^O ]}$\ K.w힭3Pie#8m,8bf<÷rI  S[>/Ѽ>13FkQ\WG]#jPStЎ=3 iNj2$@* K{y:s=@ןx5UCO&J\\I$8\eH ٳCꅰ9քlL<ƒyXA=!Max“ao(f³dvFl/1Djׁ9Zv:IP.Q& $~*yu$3îxqS~UܑZG:pOG㥯vkqǕx^¸a.w@bpQB(169ߓIؖ \ɅvI0#bIsjW ~'chxk] o͘qXUCXwɫ>/+iJp`:ul5֭ Ob%f\mK!W4,hIE[{&xʭںu> {U67ΖUX|‰ 蹸bXfz Ղ* P :H}ʽ-ŋ"~OBf+ yb]/ (%$c'h1 g-1f$ R*?1B\d+bFǑb @+cSQf5`*$ň|kaV&hq(m'p`y$Vlu<:߫&ٲ 7(N1U0R=k 7\}zRG˧"Uya뉨'(`]}&bԂKb*'X8nx8 L $]A^c=Ev>Io'N=)CDA?1'$Ȅy H"=1fvɟ+_.xC OTњ08c_Xg)V5I]LC.$QKʻi KRҭPFi0l2`iɳ$9JqF2˜VH֋{*H2Rg<@5,+|R ~;r#FaEnX@ڬH hP)PKPp<96Vc{SI1jbJYQIϸi[]#%s58oVrZ{[QˆliV |lKTeKHEAp<,Am˓f`EMh?j^9D\zjZ?Hʮ)Ѹ$ xrh'XR/XÓM }$y:nKE64.chAR%5*WYBp"Bwpv2qX%ۍ;'ŘocP#~vU0o'4]cJ+D&Gܤ9-S?"tUdbc.PEXVQӤ()[ 3\rb%o(1!cA!*d%%6MXtR Qw~LG.1\dނoҊQuNj5^?`0M}blMQLjd@QT( 8'uPYQr6B+LgV $ VljvI DņT0"*U0n,su-3II`YbCȰ.y.b1lYօsTS xb =4+@@ g\8>OW.9L]̪co 1j5KSRٜ=y <%3RB^veI$a1dniZerA}HoJ\Aw7 X2l|59v+zPA&"1%%#(e*6RGmRT1v-sh(jaS\tX)&<-W!T;_PΚ']{{wTe,ڂlZjeXs'oթ{XA5q;We$[`MڐMLӻMƎ}7;?[@E2,FdMi7j(Vrz6tn5.ݞnGQ~?Pu|Kv\ 4j[Iŋ45"U4*6_6o Ŝ3j5c~}R QB]>ōKܿ\&O0+dJcB& Ϻ,TrU.Zh W40{ЕJՊ/\  ?D>?[r-?@~;'RŁt-GAL3\Li#AmҀ~}}-{0IRRԪN.Yţ6urTC b*&OV'aG<ҊˊXSУ_vl-9:?@BFRAr |:֑7fJ||cf.>Btv'`7b({spG"M+rXHɭ1ǧYZcڰ2sp+хe*$)HN/y@*%&}fm+uOJ.;pQvo0Ȇ "0bvguvBm϶*ԣP kKj1$C*PQbojdz7x bÓCxHswXcM"F6U![MAB*œ]Рi ʜE-<ǘ(#v8$ͰҮ=3J-|8l0; SA>40gr@h؍HF-^Ҽ~D$/ #R6e_/xXœQq#c;W4MG Ν˓z1Q4bR`1ڞK*ܶJٵTX RIth7&8)bDWeS Q,&)\ji@>+{S(깍 } ^[0.J @$ ML3Oa$)Rca ͟]L)0c*фT]"A@KxQ^Jwh͈zA&W6}CrM3;,`hD\`H#R-V8/gJQ jeRV  wH$TgH |xawTjG†XF'xRk[w .ϼFn gTln 4 dE`Xݸ ɾBHcG8YrflRAsWn$f]F 9Y"i$䂬bj5W:/Q{Z";r oQߟϒ11ܯhlX ב6AjBCq0|)KL:R)V7.Gq);DHQE p؂#pЫyJ&*PR\m&q `Hp~H&Q qrTD҅S4`xtJYƴa=33U%Y $q#+V *x+*AUHlkɰl#Z,AqnlVIe#xf.T-k\,C tq`ߟK;Hn&J([7g>&r*I~}@^R "IJG # ;Bֶ*E?nХϷ2RP09?RYDQɽ&s+KZr+{7=yk8D!"1zKW*I|HBV'ˎ>M,4^=f."͵Ku&=5) O6R*HZ}Q)nU[h>(JR܄5i֐Sf2wj} MrUcɋfʼn(v$Cu'ȾU^>VdXc%,Xp6_?mi+# L06y k7/CmҩV BYwXPf8&Xʑ6Q wlo};U^ש+u%ϋt */<"Ůk-f\"$l0lsw7`?Kb&QÑ% WcP:)sD@} vP,.(]G1*&fBU(I<-M4c03dWG7ꣵl\Vo+H-N&i @y@ܻK8]W`  Ϭ>5^ z{QUy;EIǁ_ #{xk kN!U^f|iR{#<ś凞[*kZRwY{5HuXLtD/ F"oI*sPp㛞rziP"p\VBQde>@ק%"hiB6#bYU@Z's.wנpѡI|,ud,ϓFL8ԉ GŨ|f>:<#X5qֺ xQ$MhP`9 ƹ|upr'h-A | \spđ6n F =1/xa$CL6N# Muv^U( jW˜G<͟aCiPˀ,6K#XуJIk$/*+ǜVIcgs+/3*G5X ^&46o޽cQǏFQ$ȱqҁy$ؚBY;ͭk8|@Ϛ`D7wloǞBkZi!V[i=2B P-L4OےlC1|GL#ˇ%Ho;w(6=eRA~X(ֻfDcǍc2m<*z56'Jp)! 9cx-:lh$ n/bu)Ό'E..~4'26ᄀۖ~Ao!}k`5sKpy2B "_$v#pxE׍h7ǒXc*mBML0`%2c 'Y0 M9~1%C& $%y@` @u[(¸jh)F~IN1Kߑr,Hoᶀz7cŏ܎|cmk4m"xī)b`5H7|NZ\`rԕUv,|_$to/r1s Z.""vf|] t-o>y &ty,剟ۿb7ܐ@,-E"/Xtx\,1i!IHT?xQDGG(;˅ޔ\6~,c\TF% {Ps@XW:Zt? ۜ(r=Y6>\-d[_>MֱAf7sr,{{b0]5ߔ6A܍ K3$Cebq]U|_S^ÐГ,$7{y[]X̰h]==IJwPrn>\}qjd6,lUq:-Mz]fhG/9)bPIܶVn&J* V~w"`K>.XWx4X钚#şmbn=S 1ߧ{Xxfo5q5q^piAZ<(LHJUm\ gxn9~!V}B,|vƍeŎ-HP,rDEe{ _4dk0*u$Bc fV!%,Z\VP1mT~<ɨd.!\cIz;op$ _E@}7w0u=1TeF:ȭ>T>TN:҅?[37)qboH5!3,dS,Rq!K+I5g~g#lz:cO.^8V+:21 ]f]&rBN*y#Z1X@ :L8Wb€P 7 E_EF Pp 5ړ4nބR`V32 4q` Ց|tZ\r2A@T#%vȔ_tv Zf!;Jukl/gf׬/d3bE"$QD48r&Sy"_c_\ӑlYɛ.(L%THhauJˆRsƸ_iqŲ820.&ٽȴUIT)-V\r%\e2H'CߛPc{'+:(q3'8wVCmF4 ~6OS߆T5 \)JlLy`G‚QxYFҴ?7Q(5sctMa+ \8j.b~c!dRSeMsŵrO'!@S>"(b$wízuaȍccnR*$YPG 5]pSps94bVSUwІnhI#ZGUVh EڑTƎqRqk^94r|~RD0Q )`,nR!Bp鲧 T3J14)h~YRņp1 qv*?ֶX<_=o vw8#1QS/xy3tVLV+J:*)fbp+)E)^,KyTfJT,qM,'!$s;, r>@$y>LY)`:Q0p,RiÞD5}:)b|!f貧k9kG.qhy?*\?poɑ4ܠ SJZ_Sz7R(h't^l:B2CY,ڃ1Du7ljf^FBv7xl9鲍,늲#MUm|rJYAm'呂b@aۃ?Zceǚx"v,Lmt XPe4z[r*fC[paŏl?H/1ͽ׋ ݑ}O!Etf~Y lfYgƼ"na>X 1›)FMeynպWcJMmNjas15B(,IToT,Ămy*ȑ+pH y[xPf䜨5gBέv & JCP{r< SƄ?#٢&G*  !X7B]R,jR Pz1aJ;`X_ZC~SA% 5nQn~5H:ESJd}* ax{W'n)X &8NB7oKw᝹,=^l!3bi_eŵGOk:2h^1! /¡`LJU@TMYyjݙ8q\^<@Bv[ B+\_=tϨ\)3KZdTq _(kfɜ#o[*gyOFÕ$ZRzn0KQ*V!"0 n x8ΠC[cÑĔeYU[mP;K7!ERfԗBf)ʪ'Eo(Q% uy173tn e`շ r=n o$DSTI`I|ճ&C+*YE"|Q=؊fXR^QuS$63^1پHQ>ys!( W.IPdOH *ݴ,}478ajr6Xk*r2eȟ")vDea!U!䵕6$"ڒ T]_I*H`?sA+XIkWh>kdnð'ZC:bJuU#/Mlm=McCw0TnTbE(vJ%$r<ǦvUjIt]@fK ƕ덼]S~"nD'+4`fWVd;kigQ\$YJ1,C$Wώn/?]PJE ZD_zxЈ9OMTXm%A!4k+TtW/y@=[y͔R8д/Pms;4*QHǝ@zY уob]ҊwNM0Ūڼ4RCSko*Fb#!k|(Y$tkOl{JZV7Z7\34IzPɺ ~M~Ȃ\o𨧐uVnͮl<S tHM'%X=zr׾&XXqf$X B$BV.VBM+X(g?q5s`pE~X@81E܊ߴo|՛ŏ7֧7Eף'M Yrf$VPvX6[=SR~ +_OJiŘ5"VdMy C3A`ZCƲ,d b~^ \Hzv^TUu9=)"1ObBB@XF@(3j-лgNrT1羌g $+HI`ܠ~F&o(R8r sYi}X%oqQYڔB !yj HZOѠz˒kO~]jf1#fE*-RBsքf 8Z8o-[PMXhUy'}tMıqi&<6qZ 7ۧ)u4h:)FI$em ]:%H5Rr#!jeNh5P$TifFz~V<h =o 9}vl]|o pF>&@dqbY@v X,p .a7}=\ c$I!gb8 `˶T(u!5ALXd_Ɩ\e- M&$JG.I/o$ϮR׺@9k>̕NA4A*yuGNJC05x,Ұʁ ygdq5-3Tu`Ad,I$mX5 wbsЬ%6z޸d/*~sPZ ?F0% mzKM'FB=rXVkiOIH NC-~n~\bVYoJR UQf1 |8^|rGH)akd)JAXqڠCl K%2fbI-`5ȠzП;6t=B Sq<_#hO^yH:!Gy^PͧH6.\o)g;`FhnZ֔kYaNb 8隼I좶A" \Q@nHZh^o$ڠSP,hڿ]|?Wl 4RZ 99G!x<x 5^͕kP CD@g$2QGo Zor.\8³֐{I$q".q>}u‰ ֫S&6!@s)f*+<mH&SA) Y uX1I2$CXJrt9$WM-SjFB%F[em (9QYi埰@YE5`i'9'ܫKeUOr|&ѺϼߡfDFx~<}u%IK)S,e3 'VAZ0 =8dZHD' ,_)k9Xze8H6h,e3̊ +!T7x_IT}{-H"Zn0Rg> ),,x$.*$>Iu*N@4/OXBv~4bǽZb`1 WAQ5ޏ˔@ը}bH&!}`FVY$>YQ?<%۬eF[)a%4EV*@[b@~:BZ,ڸ9 PpxAe>AM%p۸ow3T뮰?/,i"VLYȠ Eѵ LBR ˖XVZ5<?!c4c1nU-$}Biw ޝ`{zQoh>.7tܒ,!b?IF,QeB2[R47@}a$-VչWhdӝ4)c㈱ ; <xvǂZoKK1`625EɫN=x^.-K#&"倾ہ|s~_Լ+OϾMnp,b|J>-<tRռǟ7zqw]=jp(=`C9a$ybƔ9Œw\kcڿlgLf(UAσqקr nnzTRoOn06OLO2^EOJώr&N2cUFe*r'w4GZg-H4ϕ9ŘDfT>HUblوᏂe5ͼ!ppzѱNm ^VSded mmT9$fkP-Gza \,m;H2$ IپHz+eqѺP 3Kߣ-KXXof %n͘Xߎvqh\nw,;#.9_'EGV@, PIQS~ǿh,xڽyBܘ2eGoDTK e&ŕ5R@Cz3e{r#2rc(A0KUaϺ x~ǏLj1$M',P=)fn$U#6zVbl9fxɕ\ߴ4?: SɭnQCw |.EeXH~N nAWx99 đQ,|H "ۣ;E:o⥄6۹f ]L*C4'L tbM>C#A#;շiሺ(=Tp"4 IJJmnG `wh,Ec P.Aw>xm4 &fHKs~.?+pbIu,]kW\]'6 =I~<2,Q29;t1R>اM%ԭKfnAV&@ы珜3~+hݩ'Iik|Zfچ]6hbEe| ,KfViht´ P* 9 93vusQ, wiCb]O_=9Q;ETz?p~wXbt&Fc!vɟ43I63Abꨍ ّH@56lR 6$q$?~~/+>߰&"M"Lb LoXv*BX˶rJnCPR؋{ܑ9[e=R@7nMtXMGuҏH|nϋW%r,bvQϩmM a?7ڔJpBC2I"-_؉T7 W[ezoښSOo֏w1]R O3Dό9)us3*MoQ/Z^䭲tBKRcJGǃ陋,hF`` I[??RA}6=t7LUb|׉6G*ѫU2KPY4lٓ7yb-zX);4+Ft;),aVD@{cmyk"Brƪ彠o',geptK 5H916cbcYo7K0\Lm-ňS/OS}"yÆ|U,& 8@ #6G xzzJݫ͝;g [-{Ƹr"eM{f Tr}̤|~Q-)x;P^Ѽp|;yR_;՚?.GY1TRUG=*t,ֽwaJ Wyrq ! )]=[GǛ F"axn˾嫕ĒL;2)u1JPSfm0Rɻ=x&chݻ.I$1%+eҒO<]Y%V>\6dnmqap9>DR, | X&zHPp]bM7 i1>˸OqD_ ̣OF T-FSjX_Wb7ly$|(`rQ'8@ ؁Xϭ|-lA2,_sm;UY~y }3œX @n?&MZTnI:Ipb-lFͶF#M)75̞ ?\E.8%%eU0%*lPl(?[.DS_Z>Mȋ/hWum 6M eKz/iaUL(}VB!xŚ< 7c@(&`M xr}R I'_FKiiR0xC ê&KVzAa@.64E⃙i"v>/ǻϛwJß[C{r9AHң_^ɳSW"8xK\h$8*GJKe ۽/w |1"ԒO\|,!,ylj&:R])?8m'ÈBpqWpTi!C~ʯc@]tAl-μq@\PhhyAnז|~zLԇkʙW88Pq1W#/O-yf`Vao^YS2 gY;2_ f1|IGm6Y@{*xWb:8͢mc8BęǐaVIYCJur VʭW=Z@rE "'Rʐ*iCQ76I_|yzf uSčd52!ʓxdr,&- X>>pݝ*.(/šWZX\I'h ՇQ= ¤1f_S KqŲ4ONC.|`nHōI%m5)!c唀:abBa-BE˃A%T璠WJ1xY\m6'E&NFP3(˴xVǒ~:[NqP{kUˌj'\? @;MSV'EZ8RWL2o "^u+mB wCCUxe^`N24L 8毯)`$W 4!Aε׬4cDcHUHV[p$! [ 82T3ˊ O4w7'! pAA}4}{@fMiʗ8BC8). 鿒]9E׋ʥ@!vVh1Vf-Y܂w OHRkL! $o ț̭c^Eytc35x2fڡ@d~M 8Yu~p2e bBSP 54zv|C#OA8uBHbHy͟M.*ʐF".9O=hPC?$ PѤ%$P^p c,6HZ"R 8k xN{[EF!TKV'3kߴjX.,J)vY6ɺcf!-EFGZӣf 4V`BXWIHKuθw1IS &ՌBD!vZ%F8 *+q2+SߧLZhIM/ZdljUPO$($>*R)MS!is4zA5B&["CMj;P7>5m 7n4jxXRzqSa2.>4 UrYBI8"zŗvLrMюfDOIUbU6y n_# aCOz@{$(Һ&$)$nO`xZ 젏,LdpP7PתyQݰ{?Hؗ'_/.HVtVcv#t U ڽ.!қ*SWc,;S*De*CroK(>Ab9 r\1Hla G;NYbRXlX=#G=T$ /~B)Zи$0؊PK&<恣ȘÐp!Ė/_0FRڊ۔䚢y&5*{]}bI hfy\A̯S,W{_4+Qd;]0PihFlU*53[Mr  $<aÔr$iQ5\ (3*3 4{|uP"j \ )Fk  G On1 3i:q.:)k+{1$dqʹѣT\Ϩɢ۳K+6TzK@R$% 3RZ~X$|S+vNV>Jec@e!d;Z͖'k>F,ʓ=ó9{fK3b#Xbz׆Ln1F`*o(©yKypH둰 p8wgE#BTFn@q;CӺ#͐X})kurpp,+ RzP{X_M]tmߑ&fe!KmAv(Vo :𶭘&`J80r:pIrGlVxKL]Ip0f#Y ey@n,A; ,2\Z@=ivu,廑ڹk$X ɐJv xN)gc;?(fl3Pj=ElmQIk1ׂl+&PƾE['f GcŪgȚ8e,,(嬖M~4[L*(kLZ+r: ?gv; ږQ 1=R*Z6ܓۧ*{ j5q|w7|G{FM2) ѰVB‭պJTd=&; ]i&\7 dbCr@P, !UEjѳ2H=鍫vhXoͻK:q,0qwO~X> <$aW|ƐI $b|tS;3$ e!wxbokR,Zh/.Scgp^).c6xKɺd {:wmu|Ae7fnHi'k5+81d8K\EZAœ0N%4XXkf |?{,)=iYv#;ykD0Ȟ\JA DXjR>X$\uݠwN qfLփ|E҈B<0&Qr$o˘#([9[c{r4fbe@E e$ҟ5vx ]2S}P-֘;HяLAd U*@Qv"6RҖ=:u`%/pv٭qPy(Tzҝs.J kvfALnw1vʤ&T}3巴"z閬Qʍ_4JPxxyT+xڷ:+Ϥ Fa4l(X+$+ȉ%K><#Kv24R;} (Fx(o;| jyUZɉb%0I! 3 4o}#S-Z.:\)a'ʃ71XZI2"9VRA_5 s6!_TXǃ*2IcLY׾{sis ɛǫ~cD˧$DvlI(@A#xЌwǯ.Zԅ!`p*Fn?s#;HŰq0fL[h|],!2oʗ Q47C)Е⯼̖1LA‰v`ro7atYatmc<|),|ɑYlh`䑙tHUUE GRwK30H|SDRRUXN/?B]˩eC59yMG$lU"UePPY }~G$1z7 ~d-kU >h7Um``p^li!(YvneTaX v}`QB%cFlxm[: Iu;QS hu)!, q8cݜh T`>+'e 4 =TGtҟlڧ.|2xj"7C** 8bH6AA#WYzqby hbioFLANՌee2EHxg#0A7sI.\rlE;{Gճ0Dș`c/4b"e> YI wTRkcHa`ؚeX*LHUm$gO!*JH,]_5xaYI) giKy`OKlPX?]I,µ[9sZo&f8_!PH @MnMݐ׊vEHmk8\յu]̴A 6/X`Mzy)3cNB&2T0_ּQVs==rzpb)$R qf,LN>H @ @E=%Xf!o5lpUO&, {P^*d̮UNP8>Hs~GX^3ts,$#{+fpy'U%b5(z`Bf"/⅑V@$%"ɵm587Q-+`Ȱ"!DUsvlj1|({ƚ hO u3n$A@HF@ˋO- '4زL$>۠o~?T!je@|b [LƇy6*#Dw,.cK5G\o ߟϤkmku%5# ԝƫ&Mmח2fE90ۻ֞NiW"ՀYieQN|XRpxY<a-VSM$(p)0$Q`4w b|*3~y֤D3upCSL((KWmon=[gKI /[\Xx$Va75E!ْsK:?Aj=wOR̔nۺ$"jV>V2$P63Ra{x D#uqrFVUoÿb)ulrs2L{ 8P55~=54ax~~R"yI, $!oGQ=Lv204{z yÂQNlKKq*I*TڒkV-j >ǥyij\r g!eT($,Ȣt㳤 6_u|uĖi!0r}Cl~@|V {`ְ9R2XE*G%\ncamdrZ^J!9($jbF87H$j}ܽ![W}SV<^cbvMbG`QbmOet)4/M{ERtWϴWǏVm@$C$w0V}"#Kpy#~Y@i^5^$\xY{Ja Z q66+:eRì kpo\! ڟ`]su<丫i΍Z  7+&,Oi c{6U9%%˖{)Szן>q4ȑlXB; ʊe[n)H4xR:`5TĚ|k15,IjfQ3d4Q, X盶>$>iTRh ?>7F|O(?΢0hAw" 3c~0aAƚ3W"~O^j[_iJ XXxB @ !aV ۓpaQuZfj HPk @ŏ(mv)!?#\pHqU7}%7sg%N_^\ΰ#X8YGR #Umyp+^g *b2w?=)ب.ϊ$<o4ÛVX_8T}ZeEoRumMykdzK50:İg69RjԭOMZi[{ũnml.8+\kEZJQ3 F&ONGum'w7LO/.jleoU F\r<vI[@$ѽLҢ'*zoCy̘Cs'r:jVB $e5 z32..plne{.?{Wnc|a[&9Z2 Z `|5uzwF1'Mu v>4$dZ"}nRSjr½ ;ڼq{="M |Elb]ZWcQ-.^-{ihWOBJ-7-&Ά,敍9D#w5@WB4R@-[`/χQ7E}upalIHmvP* d<󥤤53!Piߕ2"LY 0# HRRKr., cZjk`|80΅~@/- (^Mx6 ǒYwa PN G-[,⇥up[ֱi>#X׆Ũ+ ^=b $1#pcRYYƩI0]%} j]u H,H5BLKPMrsw|B AGkuޚFYӧc(I|h' Nl1o>KǓ8&F;G:8q[-U ~yr('vP`xCll^WDEY` ª,Xh*M@ yS8ZRμCzhb:cRQ PA+ʭ\=7b 'wN*,4ofA,( Ta[Q (=JT%jԳT P6 ?~9cjawd#*񫀁b`YTXY"bI \ d9z/C,<9u$ǟ=QrF2z@w(Fѹg>5_=j&*Q!u=Ĝ+ A J@8j^)&êZ~pƲFmkk*$5h،QB ա;űk.}\3*adVgh]GjYx@o ,8=2=ͳ#P> *O@Q(kNfcԫbI>Z=5=9Z2Xcæ~3iO>V43,C^ D;>YH7l(Q<IK0g.f rS䲘]õ`NDϭ4ϝrVf]#KV;Q+v4W!J ~oLxHHݧ`Rz,V,y-,23*eAT6G íZ̢+֭lj7BKR[Sh2\RFPLTjm $%%=ןhIR+3՝Y lWd@]UM$VsN$+x~:G?t}<3lpvF[ ~}XU4# OPײoB@-P֦"dHDf`ěXGJ?Vİbf,)| cvosv_s}4âZ~lË K4CcL˔2IWGE}0%`H%ԑQ>8pKnO)!I-@hrA/R}H=4;g\#$i`3$e[##v,+T&jwSBR%4;-Cw`k]k567uM էДʭYJ4ݪZd"l21kf_=@.~M잉.E2Yt[ j}љLݳDbc 4QI,J` NcED>eQ&ZP\(yqjm[I\}n5vGrl^gʁSYYK+?73v[I v >a\<]?˓6S\TEݪ?FXϪɍ?D i' ($@P6Oɕ 8~<ȩ8TT<}s=q΃1 J)M1 ۋVҕ@_^<4ʚq͍HT/~u17 MVXYFJƆdq-aJmX:1R͌il?h9lU9SHa q (H*ߧ=i CB&$lg a$s3AK֕$6ᅙx(jчF8~>X:8 l)&G#{BRHenJ(5:jg{_#D%Z5Fd.W H1|oK{V]k< ]&?k ܘfǓ&D1`ah0>9"$՞VHI'X5D n_0&K)N VujmO#S.#ALH3f ,ioy`HPvJDQV\szR43z|FxL#H半Ul (䷷HnrHDž4@h~}8KDG22N#ܥ7RHI()'tww c7rO/HpĕÕ,ΰxvk1sIH,gl2( 4θb0-U2 yCy :I_Ibs{i@},HpZ;Bg$oBޡںdq(BmpSDT ٟrmJTV=01$޲400,fṚ[/eD䐢*xXB%M5Pta 1B<7 P)=Fבװ`AFkV1)?LJHQ.LǼ($~ i*õ)\0Ə H4S>t?P] e˅c4ӳ!;S@$sp[ח Q \ۍAgH!߅} KTx]*XnqCO.rc2Ȧ*U<`^J҂9#DJ gPp·pŒ jvA[shFs1XvV%o Pv[oWԔJwm/@xc×= >.j/h㼲*ޠ,T],p=}0*G42Egy 0Ҏ(ų(;Z@Nc>/p~G+Rw 5!kDECvr$>zyr>2vIѱȓtSnXsɽÞH鲥L#TFq3WI-+m< #cmo78J:ovh͔f"ΐ##h;Jp˸X0T@nu™-LIsV8e}Jf-CQcu˭ wpU83,s(YB6X,cI|C5t42qCk.srHȞ(5m}ÛJ?rӖ9yۡrX oEP>49dH& \]=κ ,Rr;d]mcrTRAzW?hdElaIYrʪҎ:FĖ8>xT{RrgjǚPRunwX$-O.qR(Z#'=fҕ(]|6t-ٛlrS&Sta[7U,ۻO Lb8hġWjm*xC->՘IהuSnL!*g HbhQಂ@[꿶 QևiAHjNuhY`vs-)4/.I'b{+ l6D!%$e DU~RMe]&6:BG4s.CI?H) NY’]7׷(R83 ҭ`Kj*=0/BoT)Cz k-B0a#Ru*q'v CSp:Ul${UHviOEH X2M +;0KHP;)w+O ?\4 % ]v?HyOɌۍIn$/"q=S.cbiLq"IyJ28ԎO\&?׬No[aD1e f|Yȫ鵓j$7ɡh!_[qMK)r5*Y,iAhEM *#j]5@!/@9A| $\(hR]5#PGF\)`.?>oJ5"`]>Jc(.* 笛!4$zu˻˂k03⬪E$-J{#u>WRy.'p \d;QVx < ƨϖz~!YEػI}tK{@懸t3enyQYx[4f(C%clmjx}%*,6~J1@;ޚhhu͒87r6Q1|<Y7$36< Yד;~ZvuU 1 ) 'sy6RٹbCLdı5kwpyGҷ$dTP `Y"v_2@TċY; 嬟8cWբ.1>e #Z *z;" !k{(jҐ.p<ݰ@{z:tuf.T~kx5v3A`b܀*\]-2Nnt1@d&N\qm@aj KK!HRT kف) FlLcYOǖ 1vT P<:I) /,\jt8OR=b=G35L<܌9Xe+b 28j7XutJ?6*YڤCRڎs;:ӫ.Iẗ5li{h (Ab Wcv{ =q*Ar'vA8dkclj媷^*nSosW?91٭=۶Es-@Y2 A vKjmA\}:lK/ S˵V1]ʁ6RXZHp@x/ژ_卐 S%Uqw/Yb ?:DEXƤ`p~񻡉 Z[>WJӱFJ;hݔn6C3J`Oi gԽkI*t{ᚘ LDLvIw҉A*):JP4zϷ!KZܨ֭zruH6"L6\J,s3+` (:€>ax0% =1P".(F4A%-9ـot'NRRK8Rh+zkH)cg'TxYM2f5o9"Qh]PL ,q9fA;[2hH qj`ɉp_Pkw\qdI{K;՗u T7y@cP'rbwߍ2^'yvl>Vbk4g_Ĕπ8' r3#t n\Y|$} 1$]PHcM z˽eD)vcRmR8Y}5(!JTnm'p ؘƭ-"{A >MPꔲ ƴ8WnUq\Xʓ1vFmۑuBojJ|0wXPcaҐUvf6"ŏR42c2T(;kﻞB8oxwTwV-7<"91a @oP[ؖH ,kp'QL,ۙVP,Q5]5kU|n T&~pA4(eZw[{[(cVѸT&3M@>}^8Y% n  6?=bд -RB\?pɢjF7+ l ]]wSgsK<r|hVû1r)9gKe1p9ۀʔ`< t|ґG7P#dC,/bf+,Hv'+X R([зn< Ωoa %( *QB|"jr^P\B,,!裫Ǹ?͹Xv㥕/x,ha.`5Z74oȾɢappR}ÓdM1' T")Q 4#u_8:ʲ /)xR hXnP%EZoM,%/JmMU6XuDX P$"Iahy {Mnom2@&ջC$Mk[Rq4n u6m) #Q'k;EaTwmk>*C[f`dG 8AXBI7_Hb~DE(@%ۀA98K ?b,<(_u,W`"c* ƛ[s,:6~}$ ͢ѥ'  ?lE~!\|Cs#5vlU=`gk=LU)Z<̡6DIXS!B4mO-[;G on S:ABGFŎZm&R(G[Qyz9$߿ü~kX4edȀ̴k@"O,F.8؋c^׌5H%UX 01`A"؛< ]hbI~? wvT}.ZYoTk>p,vT! f@t 9%4!1KN\|`1qcgRHԖc@,K3$,lzd$f }=$3BKfiV&Pϐ>LYCdn>.|/ F< )5i@O~(r^ 6א[- Az dr֚4' MmIJFv#J W@Ua0LF)"ITI+dj¯(r:9:K{_7ߜIrr3wڪX'hQeh)!ޣJ)[|V5`i{)EfFIV6cy}= QQG=SXZd˓, –$^B}RwΚцMHHizn $5,6G'g,mֹ}H:f4j f;T^<ፀ?_s|,gBo1uhLwF9p#< n45Єlkյ0}e`& ,aH$)C}W I%Y$F@Y w MG5uv~$wSu0OXNd_B7A 99 ǂzHj3% hO x#+l)]᧷^/iJj5!y,`w JXQY(= m~=;–ִ!M!˶FФ.͋@<9x  4HwbZbEY=lcjM55l$aF})AfZ-SѿonԻ|{p)}d)x6X]mϽ i&I"aXH䋺 ~ R}ҙLjp4 R56(1(AxС,;Hq"tPuxQɞB\_7VY3r^1*C Ǎ{`nbRWmTMgb ә`*GY5YRDƕ+2 2]¿'Ԃ;zSJ?PҭDfC=2K6{7GіJzQKAZxKه1e mݸ`u嚏=wPWq:3*0^݈=vnQ2%&M9 7u?Mr/:x3ͱ;r*;?/8!fP$DJ@_hzS7kN=/4>;[Uq[5:0Z0 }l,(RU,-Q8e^T8F TCR x9ZMvÆ8|!j>q~64y1Ƭg$ Ů2p'.r0s  .؂V * 6AH&c_r_<1^"%ًӷ|x*&Wl&B (rTd8SB*|ou3OONjE[Xj$>&}zQ{߳q; d9]agIۺ:fsec 2Gz~r&d?Zrn @k1.Xؠ,'':{G,AmKW/ h{?6\RcMpL'=Vc4lE^2RAXn- w|i2klfG|aYIy'O 3N#]" X@;X{jګhX`B њwwfipl"hI٦j:@m;? 2Fwf}cϚyId_H$5d5X"ex"ZBZbwx 5[ سK1߮s3/Xv1'qFTͣ&WOU';m7vrv? LAFCϏ&*㴩=8])P#?R6ASOĵ٬k-~Qg^7o}I_dz~]kg!hPVq k6E~HLrAY݅ZTq}nɵ J)uAcu1/7Gu_ޭG8:LίE,Os:M$5xp/ Vkrq.t5,j'0JPZ%YYI dɪKdEba"# <-w.VK +> KJɱ@(6KAMn3z7a9XUuuDD+. 1U6Tyn`~%|59q `L&7g.pR@=b䐧r۵=ɮ=싼;Plw_uH[oT#,Yņf5GcfqB8 G! {Ib|zɫQ+\ MAÃǵ2E-,~\\! A h% ||k /fWֆ1KXʕdˉ"(yf꿩4=NxUդAD60B[Jͷ>y[rwR; alaJ$uaΛf]Q67ϱT/T 4GnΙeedCEX71J@~xDll=bL`ys1${kT ^慰99WeM-L\76:f|j8يkc"mT;lmTn!kG ^t@8AIg,CTG>.(Fzc›W?*o:bE ^#W|iy,pn Hl1"I^:(.+1%|c͘FWL^C32ВYT{Nǐo:IRYRZN0*~lfXcxLLT)lq^ &U -dVĊ9٘H7 ҵOqԟ-NYˋ_zY`#YjTO$nڈ Q>Hsć)Ч?tY15 ίTĂ޹"z^, dbNi~1^ʇXk{Ds,31s9`J  ׆).@cW6zzs6Dq;Pmm6UorhmW5Bqū06c[V̒ +_}XŅG y1p/8B\3hn bקIM<˔G4^?QsVTȇcBZpEq`TNN=K`av]?k"H<?Xk8xP+JC$rQh(S,{ !Xyj{Ʃ㬽9 Ȉ 6?4ю'Z@<5B^.8ǝBF!K4yeߴ-ךë[PAn3{nI'bLDcR7j.6)JH%O;~ikGȃbı`ڡ|ׁ^OVE zzӜF߯<1ö$bC 3"6M3O1;O F2CLMFFM\q/qW3 3N1Z#ds!PU–6@`~zrp(-ψ˚kj[-YGj,;h^>ɡ=Yx~ٙyr:,IOn RɯGo'鲶+mR޴ N@4fUF>aßTx869#[?/^% nޢ$v@ H JP556ΐʘPH ͓oe3D^6K׵(_T)I Tr wdY2VӲbw: *O%AZ̵=uO!Ƽc#ILc +DnL-C[s],ְrR}hG]rjMt8ᕣ,[ j?!fPShݫFl , rg~~t4rƯ.jlmv7}]%Hwy+ywe&6LqK6BekRpIagdɩ [p4ag2N$_p@v_G6|Gi=#(֝ߛyE[ZbM6HƝ2yKOK54.aMYU׬MaAPYe`r9*Em5SBX0EJ 0>^+)!tiXI/4w3lN$14Тo&xWoE2Y-R<ݵohoGµdIZ)LsMmabAf B\)ko2$7mI}mO k=U);xBe>X:~Z%^yھIx=S:ם' <3,#$*V5DX?Ӟ|#/S6c|l`!(>$f%}kq;r ƈG8FƻUIⁱ{֍k ݡ~2҈.@oϻRڎ >18 bjQI%&+,my`.?<Ģ/T#,(ñV,b8>|sW@S~cw]yg|kMx2qr#I>߂ܟ?nR6taH/T_J7RIQ$NֿW(!ax/)2l6 Ma[mMc)Rx2NA74OsJ]ڰzSMvG#vPKPssu p\?&I4T3A9* |@%^yOI2TK;r}R9':Î` > T8 )@MB7uҕI |_$Z$!ÑmthוnF, SmQۚ.CCjO_9 ܍\/YH*y硚o7L ,@?-|#923Ko, h1+! Gl{ԃqPcȘYzLM[)KM#J%(Z+dxYpH' <@?jBԁmjar ̤px묓3\`0#WZȞ5 =û2r3llXPH$= \pla w:1ƆPD&,D%c$ uuѦZoNy?mk5cdooZP$VB7)7U]uSJa$;ULBKU"KR7Ea X]=G,V`)G A*>y_>G\%P0 $?KV7&,nJȬEʅhfX 8?ΖƢ"}bsNfĔNeP*ɴ($"@:j6Vz48QwL}o =9$yvPp.,6H}:T@Ӗ=m9Yy]U$NŎ#-C8U?;O=jN£?٩!Yf7خtx<ݕ^Mlx +ф]\iYY%0Y=M/r[;A|q|e(֬AqaZ8c\4Q@g4|x9Lxs& f6y*S"Y(,z15jp+X@lG#/1a9a2D w*~oq۪y ^zG0 j]7}GHȗ4ʹqҠ0{K0#52黆Zh \L&cF"pTm =Q*RkrŎ4񄨃Oh7Qr7,.C^o 48ĐAE8c^։(4lY24*%2i\~uRYYC=([S!h/oIQFZ BBh ꏶV Q_|"}K$&YoЕY`Ha<-Ϟ AR{x#-zW$e$|>)3O,1αB =K@PJ\5s%ņ X='qICU.WJPWr儤ad*)láG27w70B`U,K}R$;b~1k'v8= dj&L.C(- q#ͨ<כl&Zm"MZ,+yFˏ,Ӿx%3 [(U6{U@㙗A1n1s;b)8ʷ !Q]JғU7G=B7[m<lofE<(C_V")|;pSQ¨Vl~|ŻQJllZM*8kY^iN13Tɟ5y0( <>?Є'q_s&(\TSC׈n?٣.Rޢ, FWu˗@sZv߰1DrE+&n\ȒP>)`Tfu>zY!I rzah 2?t}ӾsL5L/p:D5 CFSa#4^Y?ӫDu?17 BwQr"5.*;}'B3Yc˙JJat}>i͙ٞ4KpK% 0nvh}5Biu W#!#$Krp5{!&kgGeV٫Ќ,XokلhU7!lwj։sr|vl w^t];[2d|ABD`X+%mYnJfyʓ(urrbbbkvTH3GzcuQ wߣLp )[W:El.Mv&Iګi $ k["e"RTP3x>"aL {G$po4>BćD|:`@DnjSSkwwv6r-ʉ5S Q8ZZ5xͤ6:<0D/pP> (]ԣA='͋WZYhRV/Sc YnI%ڭ*a 1!nkya/tA>aIf6%jʲNKU ,Ǜ'҉/~y?0бJ1TB,D|/Mr>$2cLw,->hwuž/'7cpqq zxsRr<Fّ6j;h_4~![P S 6x3j ŕe*2՘^կ5|d '钐\UgaATKc|> g-˵P3a{[ 5jլTu#4,t;ư^b1t#68e)DWXHuf)4,k,ldJw*( 0I4@W@ 󀯐$DDŘ;U]op4lz:u8I="ҷL-7NE}>Ve5qL%15Gy:U ɭſE;VÇfY+(@ sMivZ4T_\Ifʏ&4[)T^͛gwza|Yba6$եu`RUFoE@T 5-|n\SDAD75iT~O?Qk kRX&9ȦA"v MpB@7֪FvxQ#_<>PD:L8!?>9=`϶BK .."Gƾ!_hk>Lt5g'ǔ&s;049 v/V6BP5^G:^-zkAF9<#<4G[vx)h? R#H"g#@$Zo &֧lFa n|$$gd qɺAT\qfXR@z8宱i:N.D3SFQB"R}| ѢJAQy@jU:R׵8w3b*/ 48l~!!$k,әe&* =G,< 7l"V2b$gamYy~(:0):Bvbˉcɇ -m*#~+ bw Vrws<2%11jolil Д=1<)j&ce3,O,a kɶ{Eg̖&|P4U-I,ٙ>tT k4J  HE}!-E}W]3!7;Xlyъ6Z谯$L5MԈƳ«#c\ܶhf7~h;gtp%Zu 2^<2Ɨܴ1*0k7E ׺K co-i|޶>W,"efE<5tZ k*afυ#l4p ǐGJ$꾰~Ph®/榝({wCya\ A0,^k#,aKXHhBZ,^>z4fha6 N3,yl͹vs6~!$ c𻡱WhQ- >Y(ur=L1R ?pm{eȯ3)F 9:lI5_(,x}A3wҽ;OR#GC[+ŞO>@zU$=aOߜhx(;qpc\WX1ڤX蒭G-e!s"pNdH}Y}p#m]tiTLRV̯4FXe[}֬k :eA;N6qRX**<:`X./+Bhm a8ѲhoC*_PUYjIkAA[5l/]G (*ǐ #G~Lj۹{R^N'pce)b`y,ka @ RT4^ˣw2(JH < mC\\@1h: (ʡؖb GJV jq9Uex]ZbU:-( w* cQ{1 5wNfROዞ \bwq$pF!@oXXXB,*$ _MLSBLp%AwV?"XE#vPBJB(@I;q!F{ ٽ M1Zvg/vVfУ4L9Ȳ-xx;*heѹXVlAH呥pfVȟbA !6'#\pdy#U&(vSLBܬ>i@aD)z$0&TޏM64Y96AVTbZxcK[:`6}/kSz* Ui[i#u*)̢7G  UG<\m r64[;H}efѱ: 274`iZ`(† W0&pKǓ&fO rCj%E $P,A5byR26L53G>jofj<ʓ.||CLh$6NY{fK]F%)Z>SLHKPn(xcc߄x+?OpcɛfLC98,`$0 % ~%ysxBTm7/cZSL`ӣ=qK?@Pg+JAp OoKGlf,fh&yFWt/oiΫ6N2JdǨ 6 6?i;NM#fM=8W{E7sJ+$eIL2fPib0%Cve7Cf5N2n vڦyI BŔ- 2JT3H[Tp<۞92yf~B|Qz&Ƃ+a&rG4|~cb(W@T[{X"4ߨe9DNCժ-v*>/ ٵXDća]kY21$ Pv0-N(n,<Ҥ. ۏOr >b|ߖƒ,ۉmj1GRwETiOl(bE-.6A'4>CT,XImX\KkX&{ʼn{YƖi!䐂0 .룴 )+99c[q=2|W#`c@w1x,̷B6j?C~X81Z$3EDhEm{Ӹx9<+ tp&I;,hn%JH5uMUaO8*R1䱿J|IyT7p*bR|XV&ňǕ,[CS]]SryE6p Gkc+ݶ$ '%Z@rI6ny B*z[R=(GL;l vyٯ"*,f4[o6XX&0V[BR(ؚncGi,Y (uAVZ :f͘HrE:cqɈط;2 ^w㚪=񏰴HuaXMͶ<}z2ȮH_ lKncklEAg&+B;~#6ge4]yX4Ŗ@&P6kGL 5D#Q*B,J{I@ڜ9Bk`i4 $2{LU)|s꿎xM{GY+("6CߞV܀u__0o?L(DYb,Ǟ;Z2Zü.?lFđ ͳrl_~V0Đc5+IKXݸ}zƬ"z e0FŊ,G]p36Dtmk4vLDd2C M6X#um`6P*}&#i>OX?s#h . V6q}Xh4IGL$mysքKTdˏ6Ib-qD WɮTϬUCߓAĥ`E@f\ $ fOy"s&u1iu"q 'vֳEl_?EؽL҆F@?7`GI2]Ư4ImjにE4FWIh>wp+|dpk_GHQ9{A?dl[ !(*,t Z;d Ɍ/!*5B逻y6R,(rX墌bJ%X\+"g@•>}@#oc(O1X+[>OIECSˏ+Nv֩2 SzjgeaJh s9oǣ ]P#4qdG $6>* x"|u3~>1h`ņ#/+dU2Hh^4>zDɋp^𰎖@m7 Yas0%-$:1MMf;)@m[l-3 ,kX_n>L*U:N_V ~&&#!w5(IݸW"Mɀ jy{@mdf)0^bn(Lg-0)R.D M hJK|0P+Ϯ;/ZHX I'D_zq[oRCzjп^[I# ZQ@(k#CEIrk__, k(%s%2kMԐvڋEG5Љ)kkEvU9X [)Ro}?H Rg~8jC%~ޱqucŎ2w5\7ѝ ]M ` ׂpِ,K$cIdU*/w,5(-^/O (''+"/T$Lx ^>j"*ARK:58F2iJ80C $@fKdy7W.~qZqLYp<}FI̾BHU$i$5]YXkq6|q \>[MfY11ܪT) ĕ'ݫ j>W8v'0 { {\C; {{&64/~O[5d)v:T(oM!#9MO( BVAѹP59jOH;32ȂOP'q$(|?G.ׁ)@Gv`w˾@l]uP/ܠ j><1[z0p }| 3: 69,EP@|tGhq $lmZ {6A41D22A"7bc %x<%6{b^ * (5a r;c$AZ4|1 9ah=e?05X/cޤ骳(`#56G>k>!Ũ=0#E\v֓\hvYRd \ՄI/MčY-x$l!hl#߀0;t aX%$XƖI x%Em !'tm{,QP>PgJrRvpE QYٲsfYJ6b^Ūsv5Ś@lEQ;CDe*6!([pY1!Tm)Lߓr&aBѡ[;.DsH{X*w1;l/j$nF K cRo7:(^ȋOH1i[V%I -l5fB]\A!i40M*3ܫ^E,?iy%I?qWB{GXRT],Arcơ&'J=:k >~zlco3س181tLqA.,3? $<];jBպvY\j_W{?8~r( j38%O#3FrBx5~0;)R5,.q7\i3V>fqeوpC,  +XFrV./g;8wbm_ s\׬?Ku]QjQkX&0fh"E/2B2JTAK^xĉ`@7k`rl^K}'H4t 'Nx_*Yc9ZUnXv * b5ih!90efj`QOdaEX4:v9lWw:)č{Lw)x얉W>Bҡg.1WM%2QaB4p׏g1iZt.l),)Y}Gy3ؘL6/"Rv"Lia5.F{NOc}cE'is}Ã6~..aUX.b@J Dé)r-MPlZ.f&zJTTqS4~r  CTI ;(B$1퐠TL5xҗ6sxӖ,[ؤ>q`ڤ)رS wp㠦fc9Su*< ͯ(θٚSŘKV+DP=,MfxKaXbVv4<6p}d-C]ƈO<ͳuIo~46Li1L R{"vV]r[PyE=[r$b{-ձ}6:L fD#{ _,IX8 Ck-r•\;v˜I);h- LZ`$}9 sW׳37^e'z(24}PXS8tb)Z0i!C:+F7wm?}HpŸƮRY:,Ys`ci`uGOI%!5.ط^YBB{tNAhXՒ6fu ܱlr[: nC$TzZ%tN2Ã,(& HVOuC3Iw/@kC?vY2 Q3)4 |8S_j[-ʍ{Z]2@5;X8#ILm7Ȱ \ OB}d ѳ)||VGɑ`ۇnT'w^D![|+W6\1J"vZ逢ʹ%orn8Hh ^pچlpg6FRd[diaD!>V5@Q)IJmK<FCʤ+mWJ&n,ׂ*5m{GJIa.A<8,lKmOXd(Z\ɩ8|mGB*4N6$plY`~w' }o¾P *|mb"PBX[j}o[.Z$BHt͠ h"4;PHH,M7Rl*x|-d\zZh2!*pC_bƨKsw~F}k^QPJ-¥fev"$yҦl QXrZnqJ7SmrV9cy\ԎWʖ=B[SKy ʐ!uX)JH71qr㴙H=e!IUOxL 5#E$ŵu%wBwv#& #?{V8ztjwxe<̪@ʒ8jPU$%AVֱHSajQ$.$c7Fuѣ@_=!{߅_L8&TZV=ːL#a@7m<~ŬsNF:xwy`dz?b$xrvb=X=,ְzqZh [lnhU:lj$֚ ZP9ח¤׷Qh5A,1Mwn,ao ]ti؝,q #{-j$23ŜER?6]^|@i51Qf! =N.st |H,}yb@wxޯ˲2=H2H`C!_'5=c+LD0k !)iiGY~߫ >vכ䑭zF'[FƏ5@͖8?fU.̀Ŕsߢ>7lB d!wC-ؐ<sc n8cb܎YC0M/C8FoZ 8!1,slEmɾ>OM`;z2g̚GY\ƖťCmKE,0@HZk-ω,OB24+Ƚ/\KZ2Ns,TJ/n|T UR. n k5_nױh@,G(=ˑꦟ$eǞ'<K 5I`O}ptMD2I97u"Mc0 j= 84wVS@U#$&dLi} fNݤG&~H@'0BB#{?RU. 4殼z0aAzC\fA,P[zdg$qJbpպֹ١x 0UiPVA>G#KdO@ޔ&hIzꐊ4-@)}uS( 6#߾V֮L;&4B j9R+o6n!os9^OБbx$Y7ۯxC(={@8|"1\}XYm,U#ʏT'jfwpf^ɓ&+BDeb)Mpu 紳}i!82&6{y+ L˅eSC$6xI9$|ֻh2*Ek#Po'|^8>A0C|r j7*XvOx&L@8(_kм.xJb;,X/4x?$*u0$nG)< X ~玢 AO^TEL>$%TP;@?p.xM] fzC4 =H68~zBP ؞G<0 ^+ȉ3{0%E>Q<Z&ZK0ѦA81ՊnId~px'_=|3$\+[Y兣=06vS`Bϼ7@q˝kH IۣglYW-pG>&$SU)+{*ł>㢓2@l["5dZLLv!y!P(+- (q>Y.RmV|@̬ypds!jo_U)j!E}ukM7YZWdXbX ll^H(=_ sᬹS◡LdKSܩL &(Ha@[>k ׯ(?hVvnn@OLr$3S(!`VC1YC!pTn͕Bd)Z-D=Yy =%&F@Hw3J@۩gJ@M>`@HK+416Wqk6r|~x?h-3 aA<#,ox$GX6cbLTҔƌqtaE%^4^h1R\Y^@k4j}ar# K_UD0F:4ބidEaQ;E_\ 5"-sUk(\X K] czYUAσxS.)"0! ůΑ4iQLLj( ӄ zd-T)H )b߯xrb$,=7f5ڼ7*M] *f΢ HSmȘВ1 wiy$k _L0#imsҥl0~5?' "ݐڻfǛM/,Nbi@lo8K fh5 ׶P_ڞ`ch Cܢ\_W1 +Wk:rRXG&?O'PCiڏ>VPB H./kA%Guj jSG*a]^P mhK1HUiW96,pH\2%,U DT9_$ͪXbp5 5<i{x+!"&U8bFR `XZ7{z784O|q (-#uݱCi~| hguX%$́>!qv.Ǚh+Rm2*~n^^4"0-&Rƙh{8cgmJ8<+DJ`.\Z|#80SӃҙ><`dPҤdFQ>(]j^O ,mw3/<#6YU7V-ݵYJ0t;a- QW*2 0rhH p$3RR2#33021* w㞽K%hlQ)J7vG/7^o2vޝůfv^$CF\#(VL9(c@ҙDv 0j4|&,*XJ!0w.^K>~gP+*IՌ;c0iTsYsYu/Jd:Rx КL#=;a=~wƳp&Vle}+7'!A vI*ܬ7m~dT林}R?r5łE~~wM4VRm.\iU26 2;gA0]K&HgxGԤ u6l XviU9=mHp"3;l&wr;va~Y+ -E `?Xx)A'4ּj-ǜ_oXV;__Oy}pM/Bl2Zg\-7'&6a $FTbTQ&LJJT߉1eHAvo(>\٭pvsv~r$9:ly‘9`EqL֊ #K+hґOkH ~?}哓 ͥGRG3+b{w3s亷M[r̕*aJҔdﹳenG/9FGFqU6); *Qw?߯ P]z[t6>LF;MJ/FIx` v ߓ:ԠBYŜ,(06b_.Tx8-񴲉 $V3qe$k;[Ϭ%*`;Vb_= !:V.D-C[ASTwV V<9roM blBCwKTx }`k"ϋҷ<>uP5>^i"Îi0cH`Oh}ǁD3 xtW K F iÙ#D#wGOґ8h}>xd HuUXsҵ-=$ yH`G+tOEHԐCAƣյxZfnDĉHڦ,->)l^OUC7Oid>YZ8;m3 cfmRm.z!K,G:6\GA %,_Zax՚tbəcvH {T=5Av}LI$y×1g<Wvoܳ.>,r*Ě$P 1>nV٪bxHi^a<&$KTDX(.^?'*PRJZ]ǭU7T ~1pƁ2 YS9qV6S|L[8ЃT0VsheBZU!=UyY!hjǟ>` ,~;;EJ`s tHI1Ŵhn{y:qB|UZ;aÐ0U"ﬡkW:|`BLCĨ`Q#h&ρG7TIK=x{T9+cmS!jx8Q9i*@U;I߰Jw]oK vr_XM\ Y8!#T @ݸj}T\y Ƽ׌L6c94E~_ߏE2Ng%Lq|~xF+"&}ϸ,H卋Im+r%0Mr9V\LkP-x Zvy,I[՘_>- 2I`E/.--9.I( 㞨Ta V yFsP =P"(mM} R~_:k~ڮS&q"VJxf>kya` n>Qje᷶cf@7J#lYvjw!}IŝɊa;0`E7sBJ]@5) y]#,2$Vأ9՘ŲPqp>wiȑKTn-I TxDVmungT8*nڵ#9uƕ1}b"&uorh [XM\ fqO(*B]=B bW@M=MlA>)FvT8BTw[>sY@K&@}6P K &".6y;N>jHt^I9 _Y3lZh)T!;'fDm>Y.\#Ϙfms\G )4+ 5I`a#\~aG֧J&{_B7&Ze7;33Fq`KlA ~5]<}el u 䩓\g7D/W.&2 z%_X:0{C/ -JrXn(H6GI@z7 A`%@} ʄE$[ҐEweS`d+|ui$QRf5N~ F3!g2`4 y|f{6lp3QY>I,idE킱 [u`u:cB&}yrCl$ElB` p>|*'L*;U|.7j,e mRx7q\XBRti~t\\N;h扢!@6UI,pF>G@Sp4F$IpyN3A?49=wkO+wt=)-HֲYI!v"ҀKwL'ҝk>0r4. X)LUj2DłGNOL _ϛf511LȲl*IDJX+X5~,l Ϳx7%) mGՠdު4g&I-;5~l'u:aż3La&듏<6b% GtA#y$8|KpEQS/Q(pX%-j5NtQqǟHXI+΍A,b[m6jhN$:)o9 {RM~mӦ3ȒS:+(=\} I,kR|Z4:vHP h܃|uYku%$:;K$qeGRx&fԒ[~Dp!+GsvPv 0--ZpHLA#I,PCE1πT78*Xj3gs2ӉxvQh VxW=bAqUih*zG'htƗ{m{E46QBXT7y;|n]H{(}fo"*BP(j[{ϊhmRޚPf\ )U'|y@GEJ'Ε\!kP\$ZW)!F4hv@ WT WqCkӟ94.F\_F!+VuiIȬo`OJ77OO@Δcs$l5cr}f.mrx  +ey\&-k8ˆ +uܚ &Z[0͉k cHbֳTDCnEM79s f=^ o)9++@Uh,P늿&ZR1а11gH.( )E'v&1Ǧ)5qPDɔV,,GkDX$WD7 nY9I,q9 YBAkŇe6TӿNjs1[P>A&{Ll۶ܨ_J!<_>]hgHr1c~ߡvν`wf<&Qn\:{{@>ȥJD WÐ#I H8 C߾CTNCxR Xs0EcefĸNiO3%ΔI4bjB\R#KV2r%:yk]bk:mаM>cYeL/@˾t3/QQ`?}Q )sQBـ/&N~4{@|>~ ; +㴓ɕ,(`biF7Y7 5Sm_"#쾟(Hap`]_L)I R,HSa.ׯ*t:q*!$yr2%YZ@67H~|[3xJUgNL|tX [I0 EO7!iIP<ᙯ~҉#́/8}=ן,svvǝN FL!`ʿe?bAd%jX g)NTI Õ xf[D=ScwOvJ1`ʋÒDlbXH#,lz䂰D8Pa{m DhZUPKSxj,xZ?E[L(h>U<ь\PF$OuU}mξBe {1{Ӽ%@lשaf?{>M9&^ hxr 76+̴ 'v \3XxJ\2A kaQGjZ.1Ip :0/-8L7cy!([$(;HP7@;?~} Pk3O19ڌa2Y*A@K7x۞VX [ϴL$iBս9 ǹZ fuO56Ką7Vz(,:W -8fQ!PSF"c{GV|$=(Vjg:~ RXRv)_~9㓻uw%8\p1iLin}*t @ )hp4:Ԡ)R:`ґ-@\zEi "g8Y>! C{v!}æ*RI؇oQ`Seœ{F2qgyfpYՃ2E}i);{HYKd0ϓhR"I9P#J9;_-jcq0`y0E-#|mRU >nm 0VMs4 'EA;Ȱ*26A_d!'yT< +[%F[=)5 .1${wUYtx:R,NF"ea ȑ›GjR"5WUZJR# ?ۼ-EzߣFH%\Inb6Bk{G>RvP;\ZP Kh~d~/YwQ%X I;<A)Q|>IkyBnnZK*dwydO)*O& RCE7%ڦ* ɋqu6C 2[AM,.6PG.]럕Mjѫ'xcml/Lgx^R*h# fslc܂9'6}JB8'E,pdfY,b۴x$~ǓuTwښ0FD60LdyJ Ti5[ӵx]}z1eD?¶>+oDС瓥@PC}I"9j*@'h5G~Gw$p×";d9#`!@rL`YO e&ؽY2<>y,5k՚мޜel{ޅmqTº2I=ucmI_ -,`n#UA m$\m,H$KZC{~aҧu׼A-#PA.1k$'ɠ>:HLuN~|?ivD̡ @LM5OG*Fj-f mW{H~ǨfjG8Cu%a=ҵ:cvYIط9=q&MkB嬒+&VKb{5](PMtHMIzZhRh^_`͟2̊ eJVu ۟H*ymEM[x=`$?3m,fI6mP *wLhЪ'I&hֹŜ]A$ue,l ty<9KJ[\qƸOud3SKXkCEu)KM\|`5Ɏ5U?E }\ De7F֌(e+$Wz (boq+|u*)`9 ־ t+4`;(v|^wuѪd&%C!) "8T-5Q]>n$wf\"X-65C!\2tkڻJrx;HnX\OixSC#&:F#P%mWs@h:RT{א+dRX\zSEm mjAҢ,o1Vf|Xa4hA WR'~o#g!$*9]-o$ /^/ʤBEGX 43͑y#qHk6I%MkF.KYa:+ e+u;OS~1tI1 Aa0eZE]acQ1`w3onKטCMӟ'!T iҷŀnM%[0}A.ENƓ);D^+boqA|z׼bc =kX21Z,fI "y3@vX 7D>0+ %XT=}"P1Xޔd䧛M X:߽%%#)4xrJt`YGܶ(}|u8R1 s!>Jaj[ &뢘u_&xEmY}Pޡ@4ohl"@BR񯈊]W"Xbc7',A 5~8#RB8Jc@:wXsc̣Ñ,I!Uʃdn;œD}Y y^f03]1V tnw20"ȠVAP!6x~֞:R.>Dͧ>o-$TYmm (`$qݡ$Ow HI?:A3 `$ vĩ닜qF E$ǖF _$%P<*k< #o\S WV#(đӗ>K,UG \nGBcWu]ɀx(ZH@ 0slCp$PZ7r 6H'T338sCo u{ehݯycn ڲ,rV=v))Q-QnbţJMO!e&:@˜+  outCi* [qG)n\ tݧRi$r_ryK(*E]}KL$+V-tп?Njǁ(;W䒻n@㦪z!)z@ Ro~k 'ielH)$@nRHl͏U%Dڂycwxz x]o6N1ɊNcIޙŊ2r{Z!%R)a%^ 5MATKzGqw,hOwEMZIύID\/`,%PŭS|֩I U@.,ffHһS_O̎ճtI%I4M*c5wkQݽr)H+/?Q^ x)Rᝨpq@Cu7?$+wL0ɸaBBNw+?m$+JzЌ݀ǷTM)/̽rǴ8QtȆLU`(i5@~zG?õbK3_] fAkH׸xh Qo%_pʾz l$=1)?KW]wsb>K''%`/.K5 zPNjTR++y{N~ʼnЃ&,K?K _ [6(2JR1 I}~(^-;OJTΦ#]t>SO}V5ߝ`w!}+R^(rx\u  OxnQ#Hw;n ׍H lYzIqh^۶U9$@= 3$0?+?rK6>6ȑpIXF?dE,[R6Y@Wph3G'k %i,駗bNOX;QP&UUY0PF䊠hIST ^Dy5ɟu"+^J,a~C YO: ĎTj Pvflq@oS*mxP4^ (]$7+#}(RjW;nAb^Õ<;P՟#"Ippί 8[ 7!Y%Wq1^ }]7}ĪMUX gŤ@й=5qh`/s$ Xpb%*SR(Zב͏!{IKhbvd+ kV05q\.3z`܌eC_*' ŐhuL]^F_L| eͨf3IQ8(V#ڀy9{CJJ9,"I! (|gj~YqKYf͒GKy++b$,n9ҖS+ +zy!M0ulpJjG at*F>;%E'qO]{Lr~9l8uGj*.XŞԹn1zVB֫Al|c)q $ J ' V k>˾J5zYBAd.;4Wr{FYT 5)u/UO5\'z( C9͒GPr@,H-$GK;xAՠsTY诏2. @LZ"j_tJ۞g|iC'"U%x(qv 3"[$ִqL{E{4]+zaA5YfL0,9X P井x>d1}DTqᏦwBlH6Fwn ^#) rVINs?; D(oy:l&@cH1VܡJ OCVV7xIoFTxc ( V$/pva$[ ,(51q-CՖR N?w[|%m6؊j-L9xV(D,:R4 ?`O^B9/l谿+񺨈_]I5URt^UH*i8|My/\/,K_}M7ۏ]B*)9Z<W ]j:M:.lX0m<[_UJn M N)p5chS#g0S`Ch&֩^,Z ?fNKޠ,@j WO:~;yG.(/Lz&&u[2_%Bv73 ܋&^Uc:#,R04d(y$j$ ֭Xio3ÅT e4+b, &AHm۟Bm1\@g~QW[Ie0!uDpoW>z-aJwo,ҰR3^5ޥ :+9ŠpRE8j ^ppKu-W918eMJwG+WHTU%UٚQ! xEx<毲Y-E1^m[ *'SgǑȫю)-s3hYs9s ǚ7k^I|NJr: "е$9[XD]@J9׿.K;+Z$ݣ R %-[*ucRhqf4j 6-DV4Ъ8"Tbʰ*o?~/T䃺#r&/91Veo7W1s+S~B1z$Hc@YUI ?$])Qd++l\Ĕ~)4,2B"[By#Zs~F 8˟x1j+ "%0Vl<oWL%"ֳsLɱ*UWnfGv8̗=[JP/o(lX@8P>oŎK/ZY@~z6. HkPOLUZߚ!!k XZjf±G؃hAJH!EZ` I58]C}Ȋc,=$mWAb o=[c TzgiOإfQ%#A" u+cH° o\PG] Iw(-u4&Qkj3H-eǝ$' jh]y'@P~M2c.vGpK9P@{VXrRK/ۊ$W\E޹a)3&a( WO'o+g7@ \ F ;E@k +$ec[煺IRI]*D%%@@PwZ5'?~5`pg֯^*>X/W"8tr^`ۊ$jEi >Z5=ui'Λ. '}eU }¸:BPIzn4dc;e)#]|~ N.~|Rd>25tx6E#%hݛ'[qUCZ9 |B4sT9#Iwx ]x TN܇jRYyLIb_V%Y *T0|oX8x~ î&To*UaI  דҷH#sJ #6Y1.DJ ȬX(R7` 'JRhCmS|"tm%M+3,,JGX~GErhԥy5)A9qASR (? bkPƏ;י.c05edž'Æ*uF$`U\jh ?X^bi,)&̍DmQm| $Y'9])xt("O)E NJ'*B[mI>~Guo2Wy=F&gT UJn(pzV ξ@QritԡΑ!ѧDU ݵh-Svzxx6p$N(u\'fy&cBxD 3wW;V6mW +)SRPmB [ 'u@ x0TӱgO;,^h#q.}d MIf,NbR_? NzG8'FDܪUʋryz[,,lCaZnAv1Zo&4&i=VWڨT{Yݎ7r7BI'CLAx-An/E@b=q4[e6v l{O!Gdkp szqxbf3 qnеdD$]jƁV&E-͒Jf¬֭{1h Osش<87&|Xۛ4pnpU.$078*{@חs gaE+<ѫ&FT״h?F<p&'ƙI;"|Q }q :c(as ,`ZFNHU҆~:tԆPvS~CY۳bhN C8|xb 1\ahv*/l e4R{R੯inAOi, {N_ 0.-lx'5 a˗)D$ {MѱVvqZXzkBu{]Ǖ12qL}5fZ(^-,FX$bq#0;v(\z:4}F[T*۸0]P^aky;B2 ϧrdˑ.c!#}X :2 oC=ZhA9@b+Ѓlfbٵu{nzjTÝbPrazTzG$myReC;v0K][(zNlXF6jZoB$į*>o=)P>%5,LYE$ol3yGk׍'vPOnl\ U\"vNѩ l(S stK5zK8vؕ%A *(¦Fw >w ċVċ#dqeaSI.@T1P:OӶ +bRؓNXW6NL혔"B& 0栗oKԜ| cbGiͺHX;ԒJUv)jt9= -i;)kcXtz%Wj#y,ToT[<5n q4{GD6Dp 1-ʜcXBA"3eRE 0W珷Q<:e^t/e2嵭fs Ufˎ< |X۵Hn$y4OlnX  ͨ¢\U궧=o}D ~*{8'{[L|o䌨q9*IViQ@vo"btw 2ԄCaR))4wqq}c޸Y]?n0/@m%1Ym $e&vi+Qzn;0vR g١g_.L\':vÊq 6&#ΉbL2#[u/bꖯ*ADjF5@*P D5r/CZɺٝv^;\ 4m?PwS6,(Ge<X^%%IPp7n.*]˰`qrU( *#{ ?w7߬GԮOZs!dPD-: $Ԃ9 ٍ 7Ԥ;ZN4)Q;Brܡ_1B[;X5X 7e}8|%fU,9sDŽ ?/>yެg!JGVRKg}X;Z ʐ'x0n 1+>V ,a(8$fB}T;uc@n.cA!;1ڌؼ:C82A6Dl01`(J)UィVxۧ&vgBUCWOLNq-IR4?JՖyH%-JP z]>IXX11N 4@+^Apz#fRHaZ(j{؞>\x՛k \^ԊJJ),50\Ît,$E{ dGٚ8;ߢX5cJc>d^\6s9qcFD I詒x rzRAp85)$6n[/N1clO :ne&$ `;}yJV 9wz>TQKf,FCavj#rP@"u^8;C> QVlyR5`O4Nj.GxE5EJĈ)N5(V4pad_9Ugƅ!iRLĩh;C ӕ0rˉ 6]qW+lxje q\Ĉ[3W?ԧ&4EeVb s_ ?נ$$^}B8vgni yd' ē@|qAD :%~`vl+ 3 v :ݡ; KS&y]%Ao~ XaGN$0Vה SQs'Ghg| mڊm%iEYae4 W^t M8۠ڶQ-LCpԾI9x3;KPLE!3n<Tߴ߫B]".p1$pUUIED`+Y )F-CDZG)TCD _[;;=eQ?Ҹ WVK)u4`L V/#5lTP;l1p8'-o43U O'mÁf"GeL4L $?iX(dXفbVeԢxoMJHbtOR)dQ͵0wMX<a~zY !eCd}/Fl1Bf,t_UIO)kGgoW e5@ۜx\߇wP_x` IQF#cHJ(A.qjn2X]arcL8q*Ik1b>+;\Zxzrw p]^Qd(EN,ڷa׽oY&4Yr#%cPC`QD]WcAX:֌9aHRLyGKnqA@> s\rof4-EbI`/ V>:%NсbM DzF j< |Սu03"lm>l߁? X4guf Q ht2g$V<d`f+FIœ"ȿGR&_l5!NHa+*IFe$0nkBV;$\aZkA|F9p8'X-ĩ(@UpO*<$]);$x#ߜD\Dm t9ۤΔ*  /3C\ 6$G= YCP<X':\agTT u {~=ӣƂ7Ӱb6Uy ׯ3k<եXGP٥iZ)u @qX'ku7ެ-j zz†WbٌQ&8_mo'3j_Q"bÞXpdij#'yAz{j}{פl غF!hQUiXjTǞgL}7+QW8 sc\,#Ӱ吂#Jk 5 % ;ϮPF:]o8(QvHM o$A)dǕjxZޒ h<&'v*E|ٳ{>վjqӌ-pЄ<UȔ>671 I ^[1dЫ]FTgIcώz Z9k3Š*R V9$z1Rֽ{%T(sQL`v,u V1 9e ÂNi<]gӖ||0*@ >H<7%<_ 3O{& ,c‹N%jE,KH@g<l ~ 3ٟG~wV aC$@ޛSŒ QVח @%PX"h$$k_틕iM |UmbBO=N?jAjD m l_#2~$Rٞ-| Ϟ[U5/f43RmߟbmJ/F\d$7fON6u&wmzƉ0柎3F_2C4~m2Bs4+}LKfÑS3HŠ ±SUH6 ƙ֫XsVCdǒU’Qc"BǶP>C%.(큉~⋓jVLWn؊RMrO"=ir-k0kXD81f Cf%C+{J|=%a$0!8A._[&a鿦H &f;E8 [[nG_~:Gs5*lPG׺O[-EV0WO317b&ᕪI&_|Q3HSwX3u p`ci"1;U :lWϛlɄ* Ꮔ%eB61˂P%%* ϐlL%>ټcjw͟g{mGSRVXwZ6*R@/͏A4\¯p;0&)"Y *4R,䐨)Y0nh;xZYc8,@ʕHMh:26GpABT1 a@Xqv4a=iG`nz/f%7Tgg<B8቎ zH$PYJ+W{.$ HSsp-Ĝn RZDžz6,#0ʨŦ|IY@jPtAJ$Wj3bK0| ֕PSN$1&<K #6=}_T')ֽA,Rh8g'Srgh;fml+` q^͋)jrX OzqxX,D%:Tplhxbo W6FUkX44X.1&?EUF\fO5 |^ `p?HbӵLLɅͼ0$2=CFqHdW 630M;OIUBmŊf4B+ A*t9cKAuQE3UXWAy,84l'<|u,)E83j8&RǏٸnx-4 mOw]81$qQཱ y@zpw Aɼ4g`@X@ckqP5EOjCt֯뿜 D˟QI&ʗ!T)*DF|}+I3F ggxE[1N}XTӽ)|N1S%G1r=[ThԱ_T{]2;;F&SK1b! %HHRQo,`l sfBk5oƗiPCDI byR mhAnY&_.~pノ =e!n [8oz3XS0xF$ztyLi%TW P-Gtlsuz !R ${d)blf։-Fm5dUuθ]-ZaAz K2 Giǟ?fN371l9[WH]9d>,)MZTN̑0Y 'L| w'Wl"YDs FhXJukl=iӢ;=[-Pc O ||M9y Itjp.1& JZ;qkV(*jDQ.3OoXp0+jn<}4$ :#7ބEb0'ʪQĞ{A rF´_a_1 ;U ZDf ᨳn%KA0@  ^1,2JRG6< s6m?;1 iwȢ W.tml a3RI8Tc23#fP@,=ۃY>'m `\QH\i'XrA;KN; rl׺eXg:ν XQaKF <.=,T*6I=1eK=]p)JP_8 Ǵ,:^Yx"7Y,ӆWa(Au#p/.8jpp=,qU>K{KI-wQ6 =L4"eD`VFSX1 (z~+p${7.~Qeqe Wr$P{UN#je'Z50(ݰ_HS2fTM0eRU}}Xi-1H4ж? dMFn̬(+G'ZzusOf4M̮9R y~yaqB\k h:)xoy/jRJJ.z0Ikbpoj&U~EưQ@b{1rf 4kWG*ie/6X(E)De4sJ ~$P׺@:WtlXr__gŊI@CђAHbWfƘמ,FRU7a [\?%Mx=#MY(XO>?<6zD(U B]"GyK/VڥO$@ӄRyLP 2d>dFhJůh<J*wPp>FR'8Df(BEKdX'?nseOly˘Muh; >,J[LNwrxbП n4šPJ.OM^}dG=@A`hԟwؿ\\aMM9r< Pp֯ =GOW|g ?(m p 2{/FTL/SHSp XTwY?W2+-M|#lՒ,p (+K7$[8[>:pŠԚdaa wDYP=YC6)3 ;q֫54)T &G-DFOT h!*I!!+{w/N&I-;.yˏ{Ej0ƿ1u>RLxј WH?H VGVBFt>BT`zG}4 Hr}i@Y޸!Oϐ<FܳSmp9@b:D9$Ga>iu'h69 u>Ӷo%$ֱq>19E{n*ڭMW#9"aPyN@ xE4ޫ}9 5D+j$ˇ,Uڅx4yt$slV_X{T܍6TS `z 8j=z攆&|kWd h26XEWy>OG(^01^[y<^A6pyԟeI54(I5s,E6|Ѧzdg־!jx3p<*  wǟ:,FJZuX-$y#2ho$y>M1uֽS}pUp"EXaTq4*W+O>GW8<5"ZC2PwA5vlt+m55!ֲpw4JXm($_B }i17/뱶3Hzs<JS} z uIp(=A-϶>h琠,$ p nbBþ&P sk >KKÛ Ô+ w-U)uռCNqXb4=H z6r."oM1$ ' ={ݻT{5s)2ԶmtIS0E*w.s)ZWX¾n,7bIH︾B_tx/apå)HҚΖep@5kUk@ϊQ)Jd-c k8N\,lG9A ѡCzbBH?:bt88 ?E() TXpy uRT&cJW]QԤ)ҐIŒPFV0Û imR UHnk,37Wц6v,q3I*Hu^Fj 2kkZwrXkhsFlr#a'hHʐ8 y=>ZS+K깑8PwإȲ@"ϞS,Bߕ%ѵ!p+u]v, * p*:f{C,2 ]^2G(p@`~ ~o潱z/Ӗ6h ՁXsd߁:R?-{1z kp5yetc Wc+4HG˚? ٚա_ jx:$2gU ̱ZrnE_fx0? jP@ usE1ʖ/P>g>PkD(JdYc\IKAMv*Mzp@ YCvc>;Dqct7Z6w WϏ(8nSq)K6,gwG"-ʦE-T qA^Byrߪy'X@-kPc(Y5գe]Y^p__{SKm}~ls=$lI&5G\`\lɞCAk@b̬MPcJfdߓiP.Q: x^$6sy\!*^*HMpzȣ pxL q1cr:BʊPzb*ٵU.D)ؒj7\8U,@,ݯ#x "BF5L"LZr|B[{H#ɎJ05t([Z4OG$a/aF (biU8X]~b%d,մ/('%GcHV{6$*IMv?=+vصSvjL#6i m#MUD ^I4EQ9])V)AzE05^GEEӨ5J@@!>.=y60-D."xwD׸͙Jņ8ݻ5ZI;W-b Q\̑b*qL),m m|7QaBsH)r M,5H7mg}5g\F,_,u,3O]7KPLG`\v8d>m }ԌM -yQ}ain}k`,W,<,,ad :mIȰHw>.Gb2;iټ,B:OdvΡۓzHlnvn-_f(} 3Mޏٖ-ޔ؍4y6ICg r17p_Y2G4OSLErS+5g~O)<b5Ҷ h e%_zDA%.3noq[RX$ȚY*K,GG_}Rx֥H䡁ɘ6ŵS{xUT'ŚȴM* t\:J\$ߎh3pG$-0f]#@YmJ ׸P`:Rf'wt0jSԂ;þv}jL)?cd+`aH@Sp7x¦ d>9ӻP (ڂ:q5ҌᏣhQaM{ŤŃRFXYfl8fzԾ*yBRD|BR6M7ӕ1Dž4_K3{>0>ٗ' 3VY҆L?Y I6L9h}7 tYSM/fkpIBbbSR op}2kO~^Ň>);ͱ3g'!#3//"~L\Hg˸fw&D $PߘfGs=߿|}\՞l]Bh!d/#4rXRfS~dCW_9鋙;Cig1wKmЦO's6~r=<$ :RUV!vj%r?9ظ&{{Fʉ I#i4vsn&U=bEuÏNКjI,dd /;ąmKv;Ab>o.brXz cwf>Tr7 2'rڴB$,hJ`Mz zqZ'R#C b!IQu#!,6ҚܢŮz߶ OZWrR64dZ EܐC$QG.!@UT- !l6'K4=Q-G1 7 }L]!%Nj D8& fd`r_؞܅ 價x#0 cn1eqɔT\Bkn$ń:Mo g3Y†&ӳ%8&' ˸in\ 58 ALQKTAC ] 3GܰU dLZM,8Vѿi[ē־ٳz^jً;.[J i>I#*fNrJε<@4ַ6eO2 F7>@+ k -@ Ip׎FG&NYFQ \ h<tHpb3PO1U96T o\`J%707pQBz8عY ,]YUB۹jEkɐ Ol@zќ*b)ą[0; I3NٽfoLƀɾh @'z){*{bbPF׬!fϗ&V@P#DTwxEIFabWwN1R>@>@ rv(랻DNddʑnST&iYyG)'Hiȋ/OÊ\ lTbF^?).z a:)e wspr!qDU*[uq[M})[8n'd(I+Q`H͹UXȣwaLX:BLä~+Kɐ ?ro@<^n/p\EoY+dp~pkK\+p -lq&<{;=LPЩ1*x78pL3cWuh$(xS5n kl>nT'R@4 7(;>y^þ-eAH?=(+1.zPٺR(J16^|-kt;M xG[i$hUQ r:q/yõ‚li2 '$5DtAJpf!@kO;iPzyd2Hr` DS0=z[:Jk5|a_j+eG@$CmpjF#Z 9EOO4*t?ͯޞK$Xr!_ʽm?JJ" 'Wgzd$:N_:0iI|Ue#L7`> yMH񬠥-?Ԙ$ Fp\4X5ŎfnT7@'Z0}K>60ǏIuݿj2UPwQ^ճ@ $qrn<X|f&9揓ԩJru]/hB&NnP[sIJ=NJ͊C'u~7a -zqm'-0}X,mq BK%@c'|bK]PS*ӦnqDFU x>>CUO71S+ɝzIJ ݵb ?KT; kːIV:"8LQҫplkA9]pӟ;pS*"9 /h=%R߀/X]c_tDnY2#JdU [˞0JKkBc6@ıbI=H$y&:DٻAl!$-ELs xIN3b o-iXN֒F ~5Nw RS]uxәbd? A氤#q䩺aO]/hBC޴PלM 5Td7l]5tj;/a1$&wq ZǛZIZ!2eUqVXӭy"/emPx5x\lul!,ji8aidcI I, w\^,jgʰӎG_ O$cĞ=Ub+<ءuץ'idk08S !&(/>,x`]YYhGGϗb/6,,փޠ'j?Tf0f#IyG*ʊWb`Z$Ǵj)F7υ,8*55 K9IH. GxꭖQ5/*Ф){_bdGV6ZZ>Cs?$(%O\n?&.BR4GU#ayM#g1T{I;|ZÆ+NA)>48f}@qH$ 7 S뎵1iRw).v$ɱC,G9L!1XP@p:!<ȞO*#@0j^ֻn!;$ r<%Z؁l;n"оLѼR G62c#lZ]ll2$`7:S5kP zk˫|M' щ#zFUG4 /%0lsn0Q|^ ЄIƕ0%ܭvI< wVέOhj{v RxLr²{ϟ}){Ć9&YOߖV p}8`I$%ԡhUUذ;UA4/rb7 F9]Nc#;cB2T5IrX [}UyXb1ɠlG(`b*iq;F#OGVŠW '\]`dv&$yddziUݐ =ݪǞ[J埅ձG`^kqn\{;LDzEK`Olq=&!!J;t^݂T\HFR5 U֢87KzAe]a/ ,i;a #{A9i<<&J|:sbG r+22 oyD cAɿ=1R >?лZ?O Ɲ"yWk `-1< Vj_*G~x‡oN~}0/_Qv&_:n튳N#'彥AϤ f [3?ɻs|!;L϶ ;:(R*~_#gd*)efn%0`  A cC*|q'Կ֩??]2{r X~E,ٍ&lҲ0VlxHPlWdBQ% d$W;S4|մ˛ :AK(n #B=sK;O[uRxI8C`fPd[u(_.TLl6.O@m"Yn ނ5nGsbs,:|FdmADYUb^ATlROchX҂)u';i~Cvm}~p{o΋F`ϖ94ӧe+4m@2lRUm*2Tޖ~jv6Q#+Ke~d6hҍݹN 1fY5E#}DtѺǰJ/۳b?)5hqVrc>0xkOf*]2|`+${RXU?G۩QUf;FMBGJ ͩI?{*% kKzܡG$.6B(Ω6k (8'?:oʱKC{C8EnmgFӰ]G2<ፗ&Bȍ6$eNP|'Y Pj=r:Gm״yFg TGY~Z/R]uϧ}١>hZV|-UMIcˍX3Ubڶ#>ZwvbJF.٧&R2H%O{wv~/ s}_yONnXfx,1vY&iBS&+iJT1UujDI6u={g~O{7:wE>zl۸ۄ+jC%Qu,`.ɜTe$;h<;*\i΀)śQrF2J N_(=vx:TsdKJ^(ڻi8H4(0R%ӗo.靱1I@d/b.H'mX .b7XZ:vԱ~C2-\x\!+LWb,1,C1=0VX;W ^0%7vgœq. 1W7AuGȪj7\_BH Z"k>2dN X%HaO# Yb ?.5Ma'dt.jf5M4j] \|<1Eˊ<8*қ@LlvNK`T =(M Gk3yIP>ʏnP;Se`cgBʈ Wm+IO(<;J@C7©V[Z /+ F} x,bX)Q=;V~`IK wlT@x< (r Œhq/,@lCrg*Ow .ϰjdٚ?|(q&s$lʑXIoqeCm*LT85~"^2^(sh#OɎHX];$Z:B[* t'zQ<' "Tܥt@7|y$xQ<>ykUYVD8FR[+`)@/$|$]8N:Tc #N2;3NdD+*cj 9=kjԚM:,)@`Yos jg-{w%u]sj[<fڬ!G XDJ'% s/H1 0Va&Vk$$ *ov|h~áBB> \h eڪ. yN΂p<- KDS&ݶQ,eB;7npG\M[C &i+7X2;FvbDfbp@7k,PR@;NlY=C{$=2J6^V񪗂mrn&8UB[m-6ٶhpk@1O19 H`[)@owOǎd7}WS+tzMcKʆPw&4T+)I}5Rsd͑5:)PM?[䀣Sn-z$SkBr~  iRNyƆ,f RJpmx~A:e *MDR2ARlq:%Kf= Awg #.=3AnTBW^l͙ bKliF^PW r"[B +EP!!j*dԡ`Haaƫ(9;Uj'%oJT:vHJ S('pȏ<UG>#>lҌVihg`$'&,G|ak8"0.Iܘӳ!䫑@_ G/[9HQkW4ATQ$nSf=9g闼ثA_9X/d.P?BqfMuռN ~M ,Y cuBGbGOQ'a VǧXASCdI>fLҾhVW;$@qamڪ~ꪀϑ˓$u /O9CAGO2WjX@ i^|UL$__MRT'Y HHVC,Y@4j| x|ֱbsq3}2zeHE@ Z9~JII]V>T1!% k@idrN< voc閰aɩE0#0m肴`9|y%5"۸gZ+弍,Ӳ$󉔐AH,Эs!IBn@BX/禧rIwפkCjds2Ϛqd޳ĊzcJXh;n#d`\  $N1*Rx?O+N*`Q.uk x08&hA>?t- ֵHm&M7fvPl'RA#Zg!-muO$#/#P|Yxp}(Kq XzW#"Lru#m*q%)ԕ*Dw.zOYJyܐU(Uj4:A4Dw>ՠ?sf|C#dxHQ*,Plycx!g+YD `VlSc|W^p[Psu88c0.Ă W4)lxBBd}~w,w1\!7>JI%UE׻lj8~rP•mZ9n3=ښ‥>zl`a"&$K*Abel{oCN _ }pn͔k9H$MBx#M5 TbcdX2Eh{M~q?)5mkY91R6, 6})O㎹“ |CV'լG Xd(U<(䏸'SUF>!W'Ns Q.D;+7KG\)aT '5#hr!e*ڿ ҾB:T1r*`WzRvyV߶ UU'~('@ )f&􋃹%U"W -xUtjYPק*IjȻ wA {xodyg;կhK}rOߕ tg\ $c):ה\9BÐ 貛 n dU6)aל\kߤe<b/!E bA`@*W#JoyR5q#4zA'^-v,jxwkC]YAxtS#RGu #;8IԢ ^-qhZ|X Ǐ3r$ F]'H.?/nM B\\htq#g!8S !6MqjBuA U 6//t\b)'Z@ Ј-.cIpڟϽXc?nY(?Q[h_h@nB/iBG @ý|6cO(,+xL'̋L \qv5zy]TH-Z >~YNj@T-SctHp\В-AwFiƮ9|E]K2Hdi"I]"%cR)!e-,ے ӭm ;6\/2~0HÎ"o޴(~L69 5[gMsx9sG(Wӱ@g/vIMc !a3B@S1?% ,f=΀®O./Jh&c0cC,E#2;0Q)TY'/鬝n–UT hCC>lQƐ,HUrB%KfԆP?.G~i %[/_ޑ#*E JÀQLNjDC=ݞ4n.kf^Z6ɐ1A- "G}̂ėf~N֣'$P??p?Y$J"8E!JaZj}R7rҧ:wcƪ8{C6^6a>KP-FBBn>ye2vn /^#2agt0" ,R(b0YEf edW")x8>boo6N4$[D)vUb̫mmBlSG4}W.׍-!ƑR,`ڰVھ,<J7* ;Т<{UC^$0i7xZ'n,EEpeB: :?7hOʍ37LZDyepǦs,rrQh' $ϳ#ݒrdҘѳ? \i};=1r$i%ƒhI0m K0)!Y 0n 8mLswYH' 9ݹIݱ\b*e yj7@UM#ǗLÁ~$] hKo u5bhr|`E5W i4NZ&Rİ-hsL G s}bHTR 3bIθ$K0C5xMmzæbIlFp>},=<<PJ Iq`$I 0=3N(p7KSÁpFjwlnȢێN`$v= DJ60:㧏_SM HG`gzb}k;+s&^Jz[`mb,_= vn6 Pan/vi_rLZk 3\`Iғ$|ݢZLa[F&b L~C߿Q{^w41vU/hfdݵInCKR}IH5:_mRfNL&}rgP&߆=hZk{xUIG,x A&}SC33xw8ZҠ*PÖM'5bK;:bIw0n%M/K+$o8CG=Cu յAP@V* 6$GJ8r`S-k{\G:7s \m@f+ݕ2OnM⇓Q!j+<򵐹luѨ}BΝ,vbcPPA|] hYjzxhq?14ώE3$ ?T)fJBԠ y#Ē 5k卒iY%pP_ڜ!ŇOh \!;l`75G6Mٮ_Ә@qLc~C2d .u? Y(ZlӌhNth0#yp"kJekIeSr7[Kk, <, rv~і&DE"_j>{ȴC| `:r$n'tzs5̫~c(%%7ŰdP=% @/[5S E52qdqdP%kQj\CW;־1a ;"lXgjA0A#ۥzt}4Rt䄨9%X3RغcDWJϯ<zE7l $V <E9=rxw8,3E+?,,2Z]A"x@;~GHjT.>dI@ܤ!MXa?XH5j:M1ɸj .(D{^'~yz! ?ru)N!^M3V2n0΅Xd(($Vp~plF I hnpL"4Z^IVkK% X(gjܠ| =dp}xً;^Pxr&oN^u ;IR}?[IޣFh7fč,j9Fe@@\ XauEYYc bHq0fH xA9$]^zkf80fgLC${Gx>tݰ5Ech"2!4RQ^ ȡ\uCgV:YBIQ ֌Z,yKɻg+7s福œ |̵>$5p<,=4 HDVoEiG =… \!u/ÙZ]@@7Yn-O&L%%0?Z~$qD4,n$<@z#*V*,Ǥ1ĮcvR]"Nj 8=)eVΝ B-4,J@:T `AMUs=US^*Q61a,J0 7^x:Ϯ@Yag Ə̓}^Ҕŭh`Nw $8˻2a`xpT|y;X$לGX]Yăׂ haV|0 @r||rBiFCjG {c7m1Eݢ5|W:E] ZnM ɕP, _" >9蓼 ]fn2;V+$ɒv<@9j7\F )5k~-z[gyFPe;Je^U/ʆ/ ղ XHw.[(Y N#ć!8C1K`.!ZfZZ6; qzAX@JK"sT'8( R$=}|8-xk4oKŠؠWgWu9!'Ӿ~ck;D.L&7߱  |nm8%$a~֜`wKvΥp7JYۺX{5?,LۧѰ5wfQS}[W rˏ, +9Z&kU}tW{z~k=}_æj陏4rK>mqJqrdq,YAhu[8bpE"8VurlZ6Y b=lgf 2-ҕ94sLq#xD*9ee>FJNtPSȮ3*~7E 8S#:<6zɲ]󧎒U? Zdz#IRO?*HȯF6T*>$ p Iw JVG+#&4Ѵ5mNeƍ^Wqr9 ɺ[u֍v!ގz^&ctCI,)h (,A}5>!Xx=` qPY\v/΂Ղ K2e]gpXzJ#hKJLFyg@y'@I m͸v!DV81eh |,唴`kH㬗r%ʆ , Cӽ}q.j^,g,^ 2 (tH$V3z?N4=GL2ԝ7q_H;21~899=˩zИݱHdUh$nOݕ}}e%@Va^6c ""=hdU<T|$HM{#+.66.&TG+oka’kL,۰DV"P͉?=HI*HYhDmA,Xf:r +C±8GƏu41d(bVX' KイZW$Ws_$p8Er|,SR3znj$i;X-78)r ^:_".?'&&lh!w_.QNL,}X"S'wZoSgR|flE$>A( ft3Ps-Q9fd?P(=TOKc$Q/Q&l>L;?D߇_P;3>Hyn2 =ZmC(n? {DHܓ3ѽ()8/vNR[!&F,} F"MZE1N4d^Ѷ$xy86]+I,we(43pmU9,z@; H[%PH@̓wBV"(<5ՍK=}"w<3ȷx0;G4HZ3) yn%5rwChBhUO"zyd;Nn"ܢY`TY$+$7-?<IVV© 8c^ -Iq>>Hg)d(PI7#p@h%_<(ZqXX7 թeBR%e۸L|o5֍j9 AА@vj K'Q lxde3ĸ*ґX)1 Tt*ApkCўm[fi(8XGn(V̵Ó|YZ< *thA~4k(iO劬Q#]גy?~K50%M;yU0+P OZ ֫NQg7,fi#m=OoJݳkp5 E޻@<Z>}&AL t` Qe$#N}= ʁVkVQec ^)t?+.qrE?KH\q&@Y#U ۡR]&)dX3Uv6>C"YR h[ <8GLAfPnԂ,w] !8^֩ @oبE ogw@br1C&iƐn@ӣPE䏃\J\b:4X,M18 qw5 XWX"D3rGķ+qҗ0NפaP(j&EGV7Goމk:bS@1ֻ<2Dr,e|2RA,y'~Z 0 $E[.cȳ睤]O1 rǕ&9?,f+n;HAsǎ1)txgAhNV?sr16 vl3>MqcB[`w@"r%K,O!).w}4(6gToPLr (j3]p _K?o3w *W$+V$j6JHPH?'Bxyz1Xb%^3`h?/-@9I1NFQꉲOedDߖ1C/u=-qc$PDo+|{d~n45*df9gŜ2oV|@@l+TI:LZHn;/9Q@|V8u8tWEPaV[HA U, R~bWk\"Iq,ا1K /uA6ahY/jZVRTm.]~< H6H㦝 U+{a]ZF\{.rVf%V84[<>w"zjaO A 1YU M;`)AcII0ww W,9CC2epG(l19H$>ze\]2UtzncUO؃@'}S5!bcmTǃV҉,@YMR @̅#0u~)/CdF<-y *qxr it $+&ń9@I4X"-&20.!,&GʍTF  y^n_oƟVc˝u;K17wXn@ hn zJC ȖFQ84РH;5(Z8*pjv<^xH =DvV9h(XK#SBoAj[G*Xr[ZƤ$oMdRJ&bO[)ɌltidȕF, `?f S%| xnX VB@]h;, ):6yV*$jYÎly)2rım*ou'lx ڐ W&5a ph:Ұvc vc3+_uljG*p-W98QiبR)G<] e"q԰;^-)_g~I6+@^jΡw7xpƴj8E&b!E,)T.:Aݯ*keIZWtBI_qv\qK BY˞% c K"%鿆I36߸,I/G!X+[JYTQ/rnvt]':y121\iyjb2MC5,]:Hr$lq*7Î" Fn6+3>^32|RʅWs2}}([jkY(Q,*n9>h33<݃O$1`·)egzbSxj2)3(B&J8,=viڷmv2v*ǤdM49Y%z׵"[+I -Q)W>Zھ`IR@A? Q>Yo.䷭kz+Nv.#f>L6bF/QȓXeq?~bf ^-q3.Y ;wobcv4bYc3iRP)Enlw5{ڵ=9)PP%DgJǻ_qC־wӜ|'; 'ACHh'Rͷ22wuBt:[t Ʊ@QJ)Fگv5R~nLB27]7{G Wm@e(n[╦cIg3J"5mɸXq8ka&k6JƏ}S}qRH"BGj+,,}Ex@$N7&N*`9i#TXJ4(/Q#:Q,PM7Z(> J'tTdؾ~Jdmk/#G|d'NDEmuSߞO \X`N]hp"8z#c `(!/T\pUa+s@)͟?Ol#<1/,&}3(PPP-\k.qg8:e>Xr$C}VtB#DJӹx'uC q~=y",i&3$4b]}H"]r7N IP(们lD([%YkH.p >} %a>pNFEeŋlb0J$UnA 7F]@<^cˋ| XآmQvOŊ x*zR_!Whn4$I,*13bX I+&ZR(_Zlɲ)bqrG!\S̄8骪xI(rxKy_W5e 5I0p5|5UX :j$ r=9)h'oƛk*e8ClPC3p›P((XMl8є$*!|Oivg|FK^0.x^ 0V*Ȣ\)xol}[oMk%&#Ie7e;;E<J'$(>.(=!PTs4zYVPHq8tl#iVtNgl95DOFsf/yXIqs$Q67ڪwrO#:c alz1\)%۞p˦0GWjx)u>)@+Áʜ gM$ʯZ#ԅ ,)U'x)M,rN  8߾k)UU$߅ h- .5}yp++{T$`Aj$tҪ\ ?,҃T~6FBǁӍY<  7m'2gϵ1(`t~x:K'm`Cq>>GP\k][E[),ah%'mnv kK܍o8`|futEA|ÔO@gώvidՂlMB2.,q,i  Qrhi?tC_(IG|kX׬b ̚C i1Tx"E9r֫sI-a %㘜y뿋M8?hDZXE S;)o_) U$X].dėw BH7}|sW B&]#d3noxk_MS] 3O iIyDTPAśXxrxS~"GYd$Q,=V7x3.oB%,ThcX$]7aB\uG$k\x28_%ܤx<}i1GGr4E@Hxe~|s~zdYLQ@呙V46MjjX$:ל,,2aKjaUWB:G=fU,_D ]pJuw8kB[_M뾻JpxeBhpLES0gQ5Boh^лGq2ㄴSQd!D?c5?g8\o9o;zqeR*>~6y׏FϚR\;Q1'e5|SK#dARa` #12hؐx[ ]BvL +ٜZ{Q?K;nsƟ6rrU9rWtf`[=y Qcuh6M)tW!\Z_gXH%l|Xj`[$(yvkT{^G׎ׇ6ßd#AڧX>I l>cwkcr2IQ@nډͨqca9*{hkeqVYdzZ*.라p+1)wxEL,XPcfE5 .(ǵjK=x?Y2'7,),cTV~Ԥ7h/Kϑ'3(E>T mbV*uPAx걄4[H ]4[';lu `p׶$ϔrH` xcߦ*s qʥX4s*f2*l-tBvyG;[q|F>?*&ۗi)&A>yLJwաiqP"cLӢF}ā#\k1&%[2l$4"R_$'!6,Wk! ZWb?~EqÄ/c.bGzY6p|/?;y3J(k8Z/ $)gy'ϊ5U=n1_Pz``KdE[ֻʝJ^R^hqc9k'j N UNN+FD8֌JxzA+; d0Os}Q'hR\zcU((Vָ  ?1.dQẆEEBO }ÇxA%5r)u $k%6X;^BZ߫, D|͓4Bg6X4?+@bJ4#/ͭ| O3""*S,Q;`F`B7Max*Vx9t$_u6WϞOgnի'Z:@Wbe `nh9q$?Qu,Ѵ8żA\7q< W#H\8`{Dy6,Q&"TK( T'hIR= ,9aKpQrK/>2bxP~B&FdAAl ~JE]SlR4 Ybt,@f`/,*gX,Wk]n߈R &aWezml#jb )ӒS,}RA|,_ )fʒ0%ۻww,>G#:`[Vjф"-&B1 %9sv05_\[lXٚ|pA5***[p 6GQOGқuxt$:fTĈrLȡg]/IFX=B1,tkJ;Tՙ~g#IFy&=Ȃ{wvQy tϲxw  `sv2I.<8,EI%+HڢKV"\vP 瘹ƠHTrA,Ү(R=5|nW*>,8c\q lĜc׍vհ30qIy s?S8Q%WqZڜ1iy9\]?>S pbApOz[][vrI) ( }}eHbן$BɱyHTHt|+NQja|xU򶛿1gZđZ8y&XZ՘mZ4~:Dqc<k Sٹk85(+ಙX0+`rA|;$Sph҅ _=yph4IŞ2 z35{s把⺮T)zФ)iS~}p8"XhD," JDwl}ȠS gݤP-[*ǛGGk;/5Rݩ&2\L zau$yQ,g;:e>% >3nLXJH! S#@S4_2v]+OX6D0.JRW>U1[ߛxI"ŋUKD:T ]WG>Zg[Hǘhic6$,fءfܩQ\r.xX*RIMMElHN67^7M4 CL [FY,-F- aUS貈G# }Āė$2b$*jHJHc,FU6O:6ݑxwD ӑ<908Qo+IgiPrLDAwB-F.@-y^"F(*|Z~t=ۚÝ>vқXׅ竒`q6Y_]-6)IYw[B?JT W1צ`KAL_NH4ُX?/X0KiU }\,v䤓 5܅W *N5Fдp.mja"Nk]ٕ۝ɉ>6(РTI>,d\Ҭq[dhBYI4A(T 8j`q`6  5TvFoUt?dݥ?R>>,ugҵ|Eϙ:ɊAÌ<.*'}@QaZɩwXHHo8P ;cL,ߧS;Ե)6Wu,ژÉ6M6<;(t2 eT.w,9$C.2P.v{}LǛO? ~DʞHiiɂ敡 ҳ3zó{y7Uw 7j)'u>' ڽ0}խj~q9BhE}FZR7R@TܼMZ7*B)ޱv,y^I/i9ԭ1F.DVTw L]2@B)/iIbAj yn1 令Tc@wW-RO+O~MrC&fcuHĶ/ogJ6]!86wlŃT쏠׮hzcchP*H6.KN,"JyZT(r-MI"qz;:i´%[?L:?siͥij=cAbN$ m`U~Y"R%> X'}&!l8i Yk`y xYL/{Œ(hXm^&.Qp6UἍPNF/wb9 )N rRfaJe$cm,ǩ,S1.SZbC)'\*M0$Uc6|2yde8 3F$w!Mrl~M&p|8d;r$\hU{b24ɤwGXP#%B$W:{zo~{) 7\勞eŏs4H@sxf E\`*8=jY%hj6R+$|XJˠx<H=hRv˛ !߇ ELK gcXf&MFlL %$(T au$O8k:XnC],r}7~/IyH!yI5ZK6@H?p;ң<"(nT?1~MkPov_(xkT!"AnrY#i4j]3s~:tԝa,02 XD,6>(5⺶TtČ~0VX.M$BܜplB8(xRa0)!vHTс׭kºբ\ %`%AMUM f1Cc -|m5LyǓ.<+M۵]fky=[.`wy:s{Վ[YFEQvx?}j ^YE h96h$pMq~+ETi(uqLP ;͟/L\_HpTh'b:*kp +xuzPR7ֹݢy*tb)X 0ƣIXr>:c*hz%;…Z,jE~ 5Fh\E,/ PŃ_ ]1#rl S"* 0DyA"֩Si|1,*Px~z%If/ ub{r2*]? ϟt?pT=cC@ːI!@gO+6v:8GٙH$@ < '>i^ %I2(2T$#L)P!L8u3g+H8 @IYŵq֐H9״ uӱ_8Q$]P[K@b x률šמ]֚֠5N_ԮҏUL,_npmu9'j*wRR !A>zo/ ۥCXGݛzی@}GU,?k&Z v^oI>5}g-?9e;Y>70Ew5"V}{Ed+5_OMLγ,#e++m&mQף)eF~:ƗNBNV:8_hb칟Z`E <.+JuURf.4#IFMRK*,fAJQD)J$ԁːG$$gg Kq#*|nÅV1I38DL_b)m,i"_&q\{1Y2Bg&,Z:_ܿTtCM1%tCK 9)4m( v_/lJ+]sg~8Qཀྵ[v`aCT1ɉˈJ`@I eWhZKѱ%K!bXGNځߠ&w X7 WMW7[ҴHţ[p11)JTQ{ӫ=lPBjUk>SaSC)֏=p3bfN$BAVUn>ͯ$PB-o#Z cc"d tRZq`S?&X cɅrV)Q_`@C"9$Ƹ㤪s򯖯z,8~wѲ$_J5v'bښ;^G&j:.4HB#w B>oM;y!@Vm#:%1TȤ8(ƾ:8\\|w1ti6AqgWP`9nxe`jE)5~txJYT1JYNX ]zZ?}KJpWE2}z|hGf⁢[*)daw %hNĠ$5 *4QaVơL)S_2irDb’v$88{jrˎD"B5cLx&^w =G,yFrqZX%y%eXbEtViV4YG@v)vObi4YH2,[w=(*( U"}$Ӊ\;k_Ō]4)Q6x~r+͚z_p_H'*ziz"U?MX~>xV^~Zs4X82LQ=VlEֺ^b-XvwKi^Fr TGif@G |t qC @xg hU*WTO Â]M4bWz兛fr@ p}!M xr1`wH2,0bO:' P0:jg 5Ј2q'I01I@|N[< q@Q#s.! P$_*BKgӦuK: j%pDGp ({X,|JG1 P Ox&#/]gf)>X|EJUmKol>ldqs@sje$ԙn%I'.H=$2yj3%V=h?a#lv;Q_mvzugIgȄf0(<<2,q$x}/׆U&0]MyD}lU$Ֆ^l<~` FI` tho&2>(PQxU-$3_p8 mjd!d1GyжVm4BrTĻT͛ :g1F e헙 ̪;%EؠD:BPo=-ĐԦsӟcdd_&QwJʧjw&t~XXnu맋ꚓ9[UĒAErFA ^c)E$YŗObJ.,$|u"N&$rn,JMoFDP*P YoR ,t1c9:mc?\j <:(bcP[*mCA;o#o-Z_ιC#o,kXO?Q_2$H3LD*S2] /, w~!;/ K!p x_C;ӷfk[>izNڔjV\g j@!]ؙXJ-Z%ҭ P0v>v;\8KpnګϿ>}L}0lK.n6,YO45"ΰFPhyjdTƀ ,hbgRJw`cQATHְRy23I/4!!ܥԩVٔ!,,䁇KDRJAZM-tr,yS4.79bb=w m ʓ׋lBIR҆&fJZԖlBnf !ET,7UZ*mWىwF_[|_.z:djzn![:&7if*e ҔLR嘛%ر`9E)$f};39$TZƯZ~.}zsݽ4(2yQȑ][$/w,p j}"D!eIYOY) (3z6lҢ rl'ƞD`fX5(F%ᔰȷ9;8]XDhR x w1 Լln-r ivRvN^wh9X, H9}$$-#(eN= @Y 6/B'|LII)Rp I%ܾ]81~}!?ݽޝqǨ&Cw$DdK;ǎl*3*SRR0EGy52NԤ֭B}zOgvS0;|p<)eTPݶJZv1&lQ'tKS5 $U478⏴_P{۰e k[Fau(*rR }_u7 ]+?-_Q{8(?քa<?nԃSNԾɌe$z4-)"cRP4Zv)Nt(rkGFE: M`j>,hٸFfyNF\ny+F]~eJ˖+**9Z=}E @Cй 3 ǩ0 ' ʐ fUP 6k}H|9KËן=( !?Vđ=XѲmdRDp<3ڽ8{u)|B*b_S&H_|o#AE-{}L )) Wz+ ؑa'].DQa$+446l~t846kLrUsh,ŵ.mb>DM"bw~o. mG];;"OIaEmͶN ':tjYq tWF_CjB86U{49S{oF,S A$98C2J |\?OT\=a |8Ƈ%d z[U $m|=JI>zZI;y\?&3a= Xݸn*P>~O4]ĕ\㬏jᆟ \$ 2HQ$4G6@$`!EHb-4Qƒ3 :͸2+ Q%H(I Uu=< "˕ 16iD,ܣiRkx$u`J›[CN{_ϗ)f&Kq_74~z(fɖ[~ԀXO~6$yECB \~ZY =a+ID*kg 9؏?x5YY|*'j"1e`n(6>~:הwH/FEv3J&1D6z>O$]}jTIj\Cwh%)jWTYY~aR3ȉ(cړ<٧Q=q((oE #xZe -OUt,5u#K /beFUBQ6TEhs'À=॔" XǖDc%~-y@&P;/&8@#.>P ۳EU VifMSPO9><}jF= q^!#H\q;k߭z-D#k )@&,)DT6nadZ5FׯtJxoj-{OA7{Bԑ9:z$gGVb꤅ DoXXkpqJZ>6bӁ%ѿ;7kef21o&FkfbB Kum!J['axMhJSoٜsjlANޗ3P書Ǘ%b *$ #2X] &nCmlu8uD/Vf%*Dm,.1$P$3hf,PΖx"QLv 1`s%hǠjn~a}=%FyeUoIK*وUOK( ܏Xn8Bk'sKR3;MZjcd,Ә1D}D"bowY&\ģpF @N\O*QҴgU;W]5 % T)2ev8kz,J oT{lImlEa!3poYrk]fpy_]+ Rk.Xegi`fRqGPΡ[s`-QO^+Ucdcۡ[.&iPQ!UHlɠE9TнTחHW=&ճѠ) xΪe%)Mp]bȖHp oQ}#ےHũFSq1{g'LW'WtLI @ew2o:&樥;IJ3esw;cٺf.N',EWǺ%fRKFvj,Ϭ7U}Lt[ӳ۹B5ϩ=I}#  5clbť'}JZh֢>?RBreq[ݸӻG:zfM{?U##Jm9 kVۓQ#ܹ3(AL 7jzGX4W7W%(f4}m̃U1ѳG!}.׬Hqǐ K#({3% eԲ̰*ra( v~C\M \l֍%{{7j_ȒH$u ecthSbeY77슸.aݩXhWui#Ҳ1fǁ!LH"Yea$9 DgԔ;Uͬa1GVc0p#ȏ.y%Oq_zq+-W\4S*+ak~JX q]b "׿C^Q0g`x["@xjχwn~;GMSS}k/eB{a9dO{gm("0`ò!b}#uxhq#i#ɐ *rUبQmf׳zl+ ~/Lø}Er\IC n)ohRO㎼SxO?}i(Tʲƾ+4ޗz6K;O'_L#HS*Rţa YYXf rʬ䷺6Ѵԗ`2b՟7fLRW*Va`FO⏶{wDN栗֙dIi9ϞZV!A K˹Yv?DoxR B_ bA*XTRJ&ꭉF9?kM2]~ uӤYfFRѳ#f] /+SZ8}! 3=s QƀdaHY #7jnTЪ4HO^tn].ab>'iheTI68m#NAp,y>pBk1Qq?hFch&+R<(EUѾGW MKuL ZIW_[y@AMhIMɯ[[=`BH&GZٗK1Aa*C q,hn`G˝nPC,r}8bfXn3)+_6͓#mU qeB¸ɀ?*|q]Մ"DUHUyoi_4jRҡ3&}cdPrZ/=vUָgF*kcXޤ QBm7Oܟ8om󏫷5Z}6c ᶁ  f&O!kpˮǡ,sb;L (`@ >=zk/MX7兡i .11g vx|()}?uԟ Y.$xfnEYkWŁwbJS5S\{KM/Ŧ`A2vmv||sHM㦽%j.LaC<2>9b(؞8<~Ӭ|uX(OzqqD,A~ g[j54BFdE\5u?’(/'hcM3lsq$gJ뇽2g<@V:- ՜p Өr @BzhJ6Z"7b8مi(Y=5#~]\Ξ Q\لF>Q`=qgiRV rŲ:HeXڪ@,ho칅IK[:ߎ1!.1S(œ{hc1}Ư~Yf[(V3Xz`dɋ^H>9'iu.{j5je h,d"-& mx` (8"p4=YcJcs JaĖs&`g9m6!;hPI*sΕJҔhR%8ǯh}tϢZ^6N(rؘĕ !PKUvӻ 3f 2Rq qH+'x87,od躉8㼰ce LV[~wdNdz&XēSp'N|Nil;7;\~һI<3JuxCF $eՙZ6,x͒Tpb0>mHvvdœ5i\y!严R3*1Jp_(IBTB xX(pXǣL{+v7p`?6Qi뙑_͡1/hf-20e6x-S gsSR0)U-AQJ;65wwGdlcu:gP49sdOocǕ3UFbEJJ) .nDp8h1sKKZTRpafcç}'t AH0X˃v:a׳+HaܘYa j1%u*}wwg>w$ع][YvS VqvC8mw~fY}s>ͽ+i#u(k=E.h69K!3%x] ^=Jq?"dHҦ_eiкzmJcG)`o}(ٕ1˝QS{?'} DQN' 1ME]GcÁqL.Ň"aE 1X" w %A,xkJyz, U3KIg+]3X8x$\ITҏʫ((*DN n3{_Jrp.(ZŪ&&.͢M3!٣#CCmF,+DT({)Rѳn;)E cXy%TRTC+<5u߃-]-#-f(f1>Rm "?Y馔H801bzwC6EA C,F,€cOkZέꆟKçj:s/~2KgX3ukQ,EA ,/kr gAٟ]5x\C#/7h.삗G$ U1(yw30ò2fSfJz$$QST;kX=f4#@Ʌ`Ǟ,f2ɵA$˘&js_jZVŷ&|"q *e ĸ9UH&6hOuanMgSɲ|dV/̘F@`̚ bs|4%Խt~Nc>,db2e10C{cl%3STXdMHHP *Xzv׶{;^2wb{]Sϧ޲Njgq+($BIdݵ;J!`CρQHO$ªX8g.Vb;dOO~Rw@#0u}+:xgt3, + O_m;jJQPWx1)<ߗNxg۾lk\4Ñ# T1Eȵ+ F־i8"T xPU iqeD' $ڱ;B}M驪q~x윔Vas%IlMF7(~Db%M^%yq&c3:r,ys=Xe#gTJ;X(-lt+`xSF@W'Ö"RWH1ҳDS(.A%fEm!xq㤡)xӠ +)LL`0Ie`n,=F۠QŭC8ghFc*h$֤Y|֒faz 玲h3' I Kw JP$1|u`hƜDr;DIlh{E4Z|D?ָ!mspC4qjRfز†m'yP$2wpsju!Cx9&F,xa4u^<)-\ڲGYLL*u ۘCdZh ˇx-{FcLij SUw_H#OOBS5!Rڑr|ًBkuzrAvgS|E$;Հe9 s磖F(wQK#ٗp A?<@qBݵ ^K7//dX>M`ytKuվp5}?=.޺ w*JPb вtI2 YVn"ԟW?_= Ӡע,=N|1FG3Ie2(-dOV"o( LIѺ $n噼4j.])4K{gjݯwTZiXwOK2嗎/CJO팧*éyg*RҤ8:a  >_>Q:.k9`C* 3a_5S`hCTAz#gW1O2̓#0eSȍbBT,B}4ґ0,'ݒ,d5$%tQ/Ɲc>vv.j`5 s{{.Eę`bTUPGk; >FlJC+KP$(84uK7{C}mIn,vUX䅕 /.i(cşʑ_WfI^8xްݺؽ8X+4/շ,1BNA|cxH@JlT߬G~i]Pt}egig.{e#K&܈IL 1PHrg.+}y\ҢTws+vj&6y~YjYTĩ8s0dM+Q-EMUFYR^XϲoMJߎqtvp$ɕ643sgUuY+UZ { FD:E:>wki, nCCZԚ_qfO B:<IJ;fn[q+F6r Re_Xd'NC(vbK@owjZDkdek3빸X:db,fmJBD +tL `om\RQQbl4fدh+%e.ҽ(}uyen2w[w>{*]Ihu)-*Q F'_@;1;{<05ȡ]:7xwaƋ 6Y$wWfIa[J"񠠭Z?Q'!*w΂Gp<8˩bKߘX=%mkj эk6A (:wֻ_~~)_ߘvOigj3͝xH4}DR֠;HU%͙LiP*A6JA\BXN:}~6tOvɫgw6hSi"ALr,fVV* =})T!  +p>g׶r9J@`v<^hnHvw?3̿GQuYqr0çs@I$ PBd0p wz5$VLXձ *cIN?{ixzFn9#Wy>1i"0iYڑYW_;UI5&4<3Qɔ 9_{F135&c31+(`t:KRf) 5J`PGS^O\d OXzZ|MPxrùHvjLM7qNi=n.U,褨=(+>P>ufƃ2͎ZX6oۏ>=Xe0`)_qMJqIƔC Y0wIö l`ICZԫ+A&2i .푩rl R<]c.O ;z k/0 Mqd !h\eUC~1wqnj ;CpA4$ґ˖bdXRPiY7Q+U+|@ םoB:#Lx#TYc˺@X|W 3%xm?}c| ><r4["|dB7f ATk"doG^|ݕO=mL\w7ScB֎w=Η{Q,.4#lUZ(q!Z>*=$ݭHd, dlkjFOKK;vJU5O$ͺ)I [YVKy;ll&FdѦtf{@TUOY9Rռ*!(`/}4^8Đ&F&!dBF ,$$:Ɉ8~Ky^kH^{: tYY92$+|)X '? h*)"ݘb0d$r+݀v}Jl]H5\F:CZ|qK*rpG+66AWÃW:;=0( nGy0 +1=)i*sN=㒒V ZUFV$r+2Ackȧ 3?{N9K;Zң1K/{^ #Ϋ@ڱ@ )j /v N/%r1{!I)KRW =KqguN+>ڜ?;失M3;N~yF`!DRe]lJ\*/U+! 4/\T= ?I'w Oj"hTڔbi"eh\e4X@=WԌRJ (1!$ATYq0@5 iI7VĿ|riY}EbY(!YQSpU)q;.Lm̓wP ~:ytF ^3풩ūW'a}+N{]gԁNbX^&_P۔\&F>vo֯ <)}rد.CN8,g8>j]?+栒\{3V kDSlV.ч^˕l#nPvk0i'4(T[tHQ[m@|qz1 ' |B_1vH#\r/7e ?,4P ;t VVxSǹ/:C6X5PTC0,N4 P"T,Ta~WFԗL;6dLD(FP3QŸ$!5ʕxR:~?4Y_F>6ݩafĬ(fCzL:_)v3TvSbj0p ڶ1686{GGu?gq;[2%Q&VxzfxVXdOh.$H->+iI+xA dlj\<=eR@L0,j cZv_Mxw츝J}"´z$fTA$1/?f &IN'yEG~'z ZcAݽcjS9:恉4rdꈩgcEdBG1vݸƑ1$hJ?-k 8f̐>$U4#[gg5ﯣ:}@^_* qswG$rnL"FkhV`ZDMilRyFյޱf~Ʃ*Rā@ j9ݝ?'vz/v6cJPX$*ߖ7T)^og(=gɚWCDۙ2|rl:a.瞸c3|C-6YʕlX^zrjA>( p+1T5Jse|(AQ6/{ι(L<2LWA$>z5˂8sa0@OϞ'Ý1(0!U陎ڊ{&"IT! ~R"MIS&8r܌4G\q-23[ʕ95^c| YA^3SG5Kc%D}j `F|sxٹsKA #w w nS ;e1%%b+2,d6OJIbMn^YwCk],\6 ,Ad,ʢYd{i6$ju=(TVxLeQLaԑ^U_7_=RaV6t$7}SE2*)6Рp6YvÞ:\3_=7-M2%gVe. 7`\0)K9 9yƴ~}>|l\ Ēd.P"\UeUH"ȠlЛ)Òpk3PhGvNݣF^ߖqDC7>`.3M̝LFP,2,:XnV, Q٫"5WhW$IzJP|D]xIN8/d4UU3j㬒1KOa4esn)w@Py juTg7=_ql5^#rf 9B pI`^Ǹ@vlmKF$ԕ,A :䜛 Ұ| qnBwsNt)hƈ>#q6Hns\=V)5<Z2 ERIp?5˶B4}7\73"c/i]I6^J~XAoѓH#&K7̈YVhDwOn!2-V&cx!}NudcHɒ'M"f`XF4l`WiTn _XYACq:V{h3.V$ _9)޽0`dbEb2$|m3 ꡂ2UX25#,KG,2 b['؅*Z±L@z?^6FpꈏY5f0/ljԑ`7XֲkdZW ˘(CtXriv⮓L;it0;~\D:[eϹ*5S#,o4 %hQ,Ţo%, Tt>@f*rOPB5i , G;7ӕ2{}Y5)p:Lh- 7F}Z^ʹGښ꫃J:EEckZR;k+[+]HyYƤbJUqxb $>v֢ 5~o*r6i)&[%['bŀY>v>_qhÇo4s~oNN'GܪYc*WoURXoJkAH1*TY% :Y;Z&+,Bʆ cFNƢT<<ݢhZ @lk7yIiAK>NvF%ϴAQ{~g3Z6bQKIrzFеCL|11#+1]$j-xJBKRbmWP[;]m_9L'rmFe-A{@,ԧj,RXt!?7y k{CLk;tJd:2- 1E=cVR"́IOucc1G Br0B~~2 ԇ&T͛52`0;|p*T/HKA@&6*Mnߘqvt*!#yj9znǨ)ԤC J6RW6‡ٹ>G,(((R){T J"mG3 ڿ%ZgQbd Vi w 8Fav%JS)* i\~ADP@!@UBugI 8:F$X=C=ōI=2VSa5KLh(UHőc4>1; QlVS|f40ڮInV@$u&җ l Vo]r!b NE]_@136tnA #q$Qz%0K'. \꠷i@,ix 瞅jb ;*ݎJEXۨ)4^Hۦ!MHd5 `|0檼|:ьl">T"{*<6״×*4~Ὥ'(='h}ЍHh4\'S4_(DDKH$OHq -ڦv<2dKZCkmRIdGRE#B^a%G mWIկ5t%$0 O8?eÃQƔJM[R [(Ęɫr˒U*#U'q]((9x̰^(þEOi 5x7G&^ P` I/Ɏ|vXِ%dfV4IB€~Qܰkϙ&@|8=M2p4Ƭ>yR@7vva+/DȟH\lʰBY S"vaw~K M_ Hi=ǛɧqRY3!`X }guϤx;;(V6,Dy}`]@R1 ;Rהd}O[7K;Jf7Ԗ2'g*A G[o~YYVY\bbfk1%ׄQ\HM9ٚ:tzvh} |\'񼠪`G$)A(6=ZS1 /ebp GKѵ ;M&ex,c rZ\Hr8&,jqgzt49t 4BdLAa~JTՅVWvjyxDU9JUTUhjQ^Ŋ@ R9kXNɕ%dQfwF ycvH,suXdxO1G52GNp?uUZK6Zv"Cᷨ3 GB%#Hp4_AaPdʈe/*JYZ eB+oRXQs#ؾRGKT1A&.]kw 3󌅽GfO!ClVУfKn  3Z)'y oMrMru7vl'2}%y2FdD]Ch`q$UCxh5U*pZ>mcZ]r"Ilf\-}U*hNB>eԉ²&+V%~ߟOiڧsf޲v&)t9"ƒs: Q;3+0.ZLV)I~ww>& T]@ \Y ^WZYD@Z&Vd;CH7R>+R. Z}@ʨj cKΌjCw>Qp5u}T^EqG2ܣrO Y[u,g換\GE,ﺐj\+m Uc#N]xeb$L:< YY vİf h+O(A^{W\'K,P 7X3;F…W:fbH#(dDbkOѶR_ Nc bAUn@qƜz??ZΡzj,1͝"MA`K(Wґ.q R[/%vD-RԢU/IpUӵ.NcYmk?OLX<'$[5YzfR~#钒wչbr cnQ[G'MJ +'{x*v Y.s" :sj~iH1LU} /-v pa釟xj,,8jG?]jZ$p8hbR.7my4mm,?_l^ԦxdRg!N@H_7"e^2˸ef[_+yDڞy_]"KɅw2ȨeX\m^1, `yT)Ij<wo00`RyF_N"c|P|,67`UNLV&z*"]̹ ^_}sYNN3SF6Rv9VS,dA aU[{ZO;IR ZQFd!seL&,{ O]'KГ?'&l9JO$2*9.%̝7S1fߧ>}axUU 0+4K Q\4!w?kw/jvƓ3T$#JCL|r3qPVc)b|LB.jfL+_`^3V ;",RvnT#cߩ_C~v$ᶭ4K6*%}X՛f,ZY.)d p*xaV}1~>)~CV͑j2ȿYϝ%UY Ȋ~+eٶj AGI*)p3p}G/}[SY]Ϩ?'RK»ݱIUścr(G}h(mJJty7]! o 4@a?R?  H$hZVj>z;ڶ]]=~7XP[t~0cTI38cD%A~Eg)(I{>o=:ztag;]\s,QP_ ?BmI!vzP"fsH™s8?7hb8fv̌iLc [= U]R\zVT '&jS815K?:ͣ-SH5,\LX#)b6eZGmQdj[ cxF/ƴIcF`2/Oħ?Y&.<ߗ% &c;RǻVwJ3 aƻU6R$=|^p/M wjw{lwLw.j.hwԿElݥd b7;aG5ݦXLEQ+ռ@LD~vngwrvF#0ݒ&9=H#m/H4YYa9) BZ̮ :yj$ I%P?8W #EK>1?oYff,yq )IOjVS_Mڌ@p xp7m[?S$S_O;F9}OԵvL3v2_rc5D$ǓN" Sd_,;T~=󋾞ei°3(lO{g?;7iq4duő !V(8i5pM;2 fʘb "j1~>ۙU6< J$J.9,e;gb3-mĬ-[c&6։sTI;/L+S/XmSs_Y;_~byaicORR`fLs[E!.tP-V"6&=[%{*fPNӏc?ݭ?5D^l2!;@#z;6/h%@GH [pbvKi]3952.6"-.YGe'stC6VٳjJюf3^Q'%{ǘع91ʡ$d-}@AT}~;oKnX6LB$ X]ޙݧڪBibh-c r=\P]X>:XߘRSB Fg9W_fMmD h $YSNS!ȎP)x] =3SE.?Xb]@̨2nnmu^aS,zX 9#9/tmszc/8fdɯiE>o<9O1LYXzlh`h c}gi ky&R9gھi,X+0RҶа.Xl E-%&܎8@#F?p(VDvKF;MTNeq,A`iJwT/Խ se>HT\]c v홊$5׊eS֣96y%D{wwh}AiddA%01au$<@0mï+kIW;P{Ѫ`) I4nCqWXȧ/PIdaVU;#mV Z>^”>aũx4/yxפxVG]RBh%8bCD˴`Z2T%|Kg$/br-)AѴc^d61}vW)a@eYRFbۈzڢ& pzG%_tԻPz;5ѫƣ6Grk,RCRbi $*hAR~sX6)/ 'ԗ:֦6od>35mwQc(TC"n+;*ƍSO9<%jSeq(,8T S 7s7O?nvzi@;:J&iݚ2B,8(qLCWl@ْ V‚ݫVfhjU=JJd6`iw8=\ڈ73[Ik8M53cU,b5YǪ-.ŀs菦lN꒛swĿO(%WS& , Exocvލ;&^dV6ڸ,q3UYYח}#f1D(%n ׵}Cn*ZU!EDxRjIx}'ߟ=OCE&[:7/HDC)`@󲿌IJŠ9SLHD{ʔxe՝J|7ΗN%PLEl:6B~ܱL۾&aaIe |?1Nd<4-)+l-nG?:DL,F7H2^fMY H!J \{KX[ ZviSj!M!ܷGC &XYCbBn8FDHO7 vyúbi0f{oD9Sš Ž]><8?B`s3ghT WdiLb 5&˰kv`?ے:І/ ڢ8#hnE_w4R,j,ZahHF|0yޏrG xD 01"vOd~Dux0YJziߎ0Ŧ Z!Z3.=`6T}$J%J>+֐ AT2G#`bykZ Ia_ɮ1G+P]o a%K~x9nxw?3z`K,XZȐgmի6G>zB(I2jR."lׂ2.4V*|s \l1,:R3gRzZׅ1N2)ʼn2v AKWYĉ8d̰Y̶hWS2zίBC钒G}lt XYN|a/M4WIsO ZȿiMqŎI- w4ZqIɞChK%~ոPAc = q?gHVZ0O8 Z+~,jnbuxiջg*%ӻk72$qKJB^IKiEr:ABss/+P]G+QxFiLh&fPaI 49=2]X@({m/4>3+EPXh@&&J2l1|=#Z("ix(睢| S [p V}W*L_c*Y"ѿqӥrj}`}˖&cJNͻwŀ#|Oߦ v yIPb<.I4|գ]8iڞ\R#ho-jG/ݩ85k9at}k#u,Qj+2fY+嬎HUP#ež[N,q6kyS7^-?Qe y1ɉClUFfcUX[iP倯:ρz_I(JA0e'ͅhF3މ7&IcS K Wj--[(2@%|kG:^1;Q7E\ڽ\-ۘ?OV{S]7njZfL|3.>42KBͻbۗVǎʕ]Vf@vzy\ʨ˟ ×g)gߘDEz lL2>̯w>khߌ\!C1U#Uҡl4[i ).MCk}DRR`aפi3AOqˢ`.i QM;u!]#b1'GTIe o*OAPPQ%*D~߄Æ]߭ΑW{r[Mm͉nb zQd̵k,q>7v&H*%Q{V /XnH,w3=+ݗ}rzXY~aNRm)GRYX?I~BvYHYbA}o{JDKyƉ{6)5NJeVY4X ˷?Gwץ@cIEL-~O{/L?ZƑ.hHŃI*e^ $_];6YIJpNYGFP,cF`- 8}>y&`I$[LDζπ9 mA} i%2ݻV6|Ku-Vʁ QLXmXb+iPJR UKۮB(RXVN疝{s[bWl̕bXeTB ,'H(z o6etRԝRl lŇ}~UsfB*AV-D٣ׅKf6Tʚ)5 97{t) *o , F~- P~pt+“'%fi@mjI1*6ڧ{x4y%Alw,*)̳׍}OV{w>w~{NƙBa3C #{࠺f;b>Mwc*rbdAU()ư?tw,(G)6&Lnn>V[x#BK\HqC}V~=hn/r\1eۓ x%7jVbOuH8[1'CmPڈI`\=0#.-sBCG} "ɨ෶hq\Q$ḣ@Mz՟8$L(?-1vtisc}ݚb"6ZdIl#2eP<ڴ>:WQ&˶KEVwc1cNЏp>W,Ҿnb! dfeMk:Սok+ESB@tǸjٺqv ODI>Dvu ,Bmؑ=!+&1gNJ[t-Ņ^[]}K^'#piK$і{<ݹ>+m L\_1ݶ%kH(z<_'?}΋vvpg.Nk1VoUؗdP$ {ԶP=U v9G{?1v}Ϊ%5R: T0Vb篜OfP6}z{G+T=K[ \J}ɧw~~ %.]N%HC1-mJH6lGMHC${JwBE޹7p@q;wmI&ҳ315(Å͂m̡w0-WK鐔bq8ǝ%g%_p>$4ݓaƲޱp: nUWU!ǐZ0)8Se(7neXo /K7 FZFɮŧ +$VR۸+REI [o&nr \;s?H&d5 %p2[HT!(HPwm%$}\"=/VlA#zvܚFٯ槃[ } P]7bpWrJ|:d{ ό2w׶J1ֽO3s{mb )cE@wث7GZ@,krD<ͭ hF52ɵD@e'' *$@Z&hzYTvqX-սY%V1i"֒*,!Y"04؁r?74@Ĩd+n?GJKƕ7Mcw*_L &lOӞ)\vپit4z_FRӺ]lXy}rw'KlRddsqɑf0 `H&2Rc~%#sxG$|]G5o({ JL]%(j132e *[~t9RA^!r-?YmIGc ;3Ǖ=ϟ1="4OlJ Y*/W^N#y 51bz5,S%=tӢK(5Qs WL|$F;]#2"Phɺ5GXf'dSXn^ݺ~K6F}}BH0n'3$L`yq^z909&Wx╝^ ?B7J2%oo=]R{W34NLqp!l|C i3ߚ , ^j)'v8 Ik ʛ %TY%mnm}|sK`pFA vfh]:n~D礘5c8fP(A=ILYx~mi( RASiAR2H|cR꺗?u PhP~^\|X.]USG#XK&~Fj1eYŻ!A\NJR7K&|dÊlVȈc2$ !uC:vGEc\R&RTff~*G=ri]#h{?Cz_^\WcSyGC#,^v) __}7j) B5=@Dwu}S[qqV$ [{II;E)@сAT5-;BLWR Q;N*}ԾC)IoFd'+'+mA EX>>nIp 6( [F!٤ ,66_zX%%R,d"ĒB̵׏'=`xV'zO)*}/5+S~@ JX" [c8Fs:%9F F5&Y  <{Ot/=1YKf1_"tQ۰gAIu$ W~i&n'>;,H\MqLJq03Uwf.xWT'8k< !-XLcI.f8Ye]n+yQ矑֨1ZFE|OՉ/ ۵֍gTML#f Aҕ4l`(*s\Xbg&iV}V O69ŎI&%Q{{DlX9^(u咚?QiNq#n  yiHfZK4k:vV+@ 0+c<,[ARLDƆ6N]9zfGS>,QHH&g =0 9;H5A .CsaŻP=W 36yzD TT\‘/C׵4u @' 2jBR{뽩Ijf:~^ƈ!!ZV# &щ BI)ٸBN'Of1 Ѧ-j㐬! .{gRX5n^3ڠ"l9'Ҕ@/Z =3XbpDJpqbPR@ݻl"D2%%2knH#NWfOMbV-Drvdn Xro=]õ㴻+TtoMj.'[&c63Ө =M3a1IRRi\הzO͝ B:S&:<řqeiOvw(^X{khdYr2f )S{hhJk-cumCi^S7N~z4AFBr4f\g )w r|Z(R7Ӿ_;; idw.N4\q`Ke*Ygfڪϕ*Tuh3vskGIqyLg˅4~e%ۉ]zYXYɱ˟xfɐ+ar- IE5y q]|Fb?z LMd$X *x?p딐#giGJ)1VDԎCxxMDm;0rf|_%P&]@>H%)UAHkYMbHa܈6Rk@ks}ɤ3Ѫx> F*Q~O+$V9[X/}?? 3â2YJCF׵#M4L7ʼn BV0AeCeks 'V%eJ9꾑ST!t^!7*K Ș#95Ke4EpiK(9 )RnѧCGL$|$zK&cdo8/l%ƴ /BtIW/\V,բđ \<\钣jÆ\WQմ\rHݪLōFJ@_t !aX172'zƻ;ͩc< b궠}w=- u1&/#^MfL$Glz!&аA'feFa_b##f|r8ע~P{Z)fP,uh<_ *@P5osfp 0Q{HYz\i?! S2s6C,48E l0 TFMIHP-x;"Ƹ#OO~ix%)g{ޭ4*(YH=y˯Y_Q)w>oo*/B(F>{6my=yu˖fRdViwhRR#[%D/z..j4GCfb"ۤa668S,oq7=g/h~hݯnuɉ<d,)wUϑV{;(&WRAt눠t ]#7S.揵5<1-7 d) EmF$U>9m *I!{#?Rz>^40C$/ 1eXZXE$ 󾓱R8|09kSRv`/j(Zw!Ɠמ͛uAÝdM J m:SܨVw_lP!Aя3gBpK$_/⋳?_='0(`8o,%o*#`O;軒7CIQ*qҔ%&fV_8Z5=!V`=$PkPv?̚Q _;)–Ph6T1"?U9% V,5$1zVٟK%ǜVvI,YHvcHpVq`ɴ 7Tl zݪ^6F;$$xA5uOgnvN0 iX*vIbHP70wziYپ^}j^&h?/(Ct Ln6Y]J:ef2~ԕ֢շ0fM(J,1>pچ7{Kؚ& \Rgx#XUSsHmj xNLuvi+R>ARIt)b&, C\=ϦvܿHNn(q[RUFgYe4JCo;N}!3|cl)ڼ!K&H,rL-CVղ5)92Jgv6!)A`; IIN;p8GE.W&$;;1wN5 cX-]ulO5#X$ PnY6¦F\MT(Z@`Et"ZX SS;t3 f\S䰥C\g :J;44z,x,2i #XR 1JRLjnf26 );p.i/0WF#x(tl|iBŅ[PFeoHW)faK7۵#%&Q-(M@{Q/qGtfV kڬNV70hBbT;Ʀv06Ϗ_T~,|l\!h`(czBAQA#@}V@sXDZBav ~ 뽙ki TWti7J> LT:0RB>{[&6Q?l1Zp|> +Js-B YT{o)XsҶT82R8ZVk5tm\a4*H $&KkDk_{wl G ƥQx+@}׬a%0Wӌ1j}i:Grza"c\f[pAyvOm;[ ~A;70{T\M_nk=+HVZ1D+UoAZJHP+gX(Yۖ42wbxxZƍ͎ %HYCh p>ĊSF=X6R0Pb4\iWmͬ㤊V*,R"khK-0[ V Ӳ,\v>f '椆l{yx]%ThV5.е ǟj*ōY 7~~:b]VjQpiwdYL&D rK)tӐRV4 F ]NAqEDv 5v|yzx__xIMiJd[a8PŁ(Sc?cQRwX1mQ ] | X=ϧɊ] S|GTyR9rd|#Ip[W~yGX$o!HlM I0w0QN9$rhty-jɫdM`<%ErfQu Z$h(`e-OMO7aN|q&1Y!ImiV)*;3_Wrhk&\1M4)3='?Was@tl hWu;JɇXH,e3~)XG2P$8S%: j͚۴]7`3"UivK JM#|fJ!7%٭x5_gp54=/3Yp`,-wYeWp- A%6 )W$Mnp/`z#YtoPܯ;63Aŋ'fDspH>)S% z6,pB (>?j099M}n1!ItEbl6aӋk˾%e!Y]`U xc }RGڜnv"فSLƭ׵3, alLwx'SH!|_V,$XiH s3P;@&h}]iWPCP5MnPbD*ZXY~8n>1$xos$a<P<6dxGHW.OWj;+* 6\}Cũm3-7c\H2-ia~_Iƒ*ͺ|0aL̷CY][z%7IP ƚd$4md-@G?~8G7Exh>oۡ#(ZXs )1 H0]{״*D-I!>^/"J%tVvU6?$Y4O TBGz!7 bs$yrmf՘7 @g\"4Bh )d8E(ZouG,"XpM]a442GqQeOhH;a8~'W4p9 Tf;"1fXM7Pc&(o85 sNY sSHh@mE+UT[JHںz~sO˙.Liʾ h-N>'@}kFpw zf6n;WKmVUtúN0ɓ(FrϛXBf>Abx&)R] M\V$XP:Gu*ZL@ExT$_reCeÁwVNi~`Sc ,/!$m #HS-D(M?(P>,:gLf9ZQk*žFKL'Wa<9c0}Y7%F&~)!Bs &ѧ6Hr(HV'>៸N`)RHQȲ y;a),9DmMjf wI X$ֈ!)juDM;* y=.-T~9g6'}8g5?>;ıh[Uq{OSϑ)cz+jTVRM -]?Ұ_#&`Eݒ8ꀧ&0M;žZ*21/a*rn.BIQݯ8GL,glk \'|"oUD6wnW|^-:M2-"=/!`l]H)),E( ۹ϵΜT;ś'P7f,_<#VzύhWr # ꮞg"!;j!Crޖ6>&+ $b=ex>RQ+W-~ N}l=`oRyp >GPKW$ϫs3٥ȁ܊0"µ]k Y"GkhHRϦQ}ÂIu&PsxRFs^0K"EP$R lTۥKBh@+4cϕllIqRm,~x  3$;4Șھ3ŐLAv㎒"wi2h3s1I7#Ģ,dAW5_~sh)@Q Mk=2N CB}y<SFѶ$ ~tAAgVV,l~- 1+$}M=Ma褤2* @-gzBPAr:6Ko=<,coc(s#YջO{Y͋zlXK.,hdez{ ߹ tJ\ WoKZsTvt-'}D$Cdzu]E,]d5`a«ǂ)>|7enkǟ*j 2Si K Zu\/#VUA#o*ԊנXɣY]诗>~jb͍/ݹe67B!>bRPgw+Hʍd΍qv~7g鍫bi/*+"G8Xl LE;?!2 :@Ԁ_{OO3bc)1Lm^̬7 $k,mr )D7s~9"5/QZB{۸6Ǜ3D-*N]>@nlkypcQS&j{EӃgM/P2)[N^ňY3:77W]ĝ˻l}ڴKv&$OEr)jsL%AcwNjb tke2xJ/cn<_N=3n2guX:~C *6F"(Vv`t}A qݱv| EOФ'Mǝd{`40QcrzvuLWUaZ֛:>$xY;Hh猩jn%0#WFa@EABi ;{Gw޺raN^n242J*A266I>TCLa*(04/Z0QϤ=h]}>\̆NkN!Om]eVd}t(2Rw3Z|:ݙܟKLu܏SBe;G*,ڠauRT2֙r|ܼbosiZ\ز#gv`0=řY+YOx '`@ۆ5lؒ~Lɗd$*b {mn "%!UV0^ Tf(:BXJR4TWUF5RB- Z~Q+Twb$,%_X@I8V,Lf^Xt,< rX()t`(H+@Iґ-JV̳E=6,lS1z$E*j(rz)RiK($ a~1Ku(iOy$x1_=j%f'x"jC&j$~ݘX9<lcFݙK,y8F; O*<SΜhDCmpFLr}BH |к\AePaO|2l(=QG Cn" S[5P6+#8,;J04l(yJHrw-6wҽGs}Y{[q԰yYhTҩބoOu2DP X-BҩH$Lć<ϦlmT31ى`ʔWw?=%+(dobEQ )%ljER =Rlǫ1V) 6ͩ6/ U"eG<1kQ3Zr -鯸UHմx`Y&ȋs/5lY)f$\dAZHi杦ÎCPhOS u0jjC&۝jccG2ʺ墐DԀDMCܪSUFlxAYR fIˉrg`w~YӒ2S)dQ8SWKR6_miZ 'DZ Pv~lєgv 92t-Vp|t'xcg+ ]YMV]Yq"A!hA(8hB1RSLnNtt)ְŚ@.$Z d(W% Tu#rz x*hNS-%[(ٷЯ_df5\l,L=6Ŏv!قX>жn,Eԡ);ws75'Ӯhgy.dlMG͐m-ڻPY=yWϱ}:UC#پ2s39:TGcc /{[=rDZ3IB /$Z-lZmt%S4TE~qȒ\ð'~9SKogAv޻̤ÀA={HlXf˨=xӭpCcLT)!mnIR=o,n{[%3WAKf  =BoٟKQAhqKհ#R>(,f]b #.#wZ߽tNaHŠmƯiNFfmI Tc͌|?vÏu/Zni&˙+6#%3 ɱzIV! & l(X0{kUʇ7MIRMHt3E XK}7|-nвh()KO78 *m'Atl5ܼx\UR֏?=1Dtr `\ #&N-[9f1#1QbK2pf[ f8^ru_&l'sޮ"x'V)D[@n4M*bitohYˣp"a!XEkyOҷ0)J.wwo`Xt>t1lDcc *Y'Gem/${zCE A'㬋)hD \ EG[ХBl 1 B$s A"Ȳ2/b "šIIH-,-u_Г=G**h^_N"UBĺ#+P'# SBȂ$xY)-yy <&p$WZ ,Lm2]OMҳR\:y1YWS$h ֨Is}$MZ<'JJVStMl{@pux|=:KQ[5}I!nt-%V$PgǞFmM?N< g]E_rC* #|Nv*͐pr% ZyKC%I.+`ON>xrU kn>Z %8T.CԈi؟R+=ޙ;WGe$uXRYɧH>t{fŃ떕QY^],ooJTJ; I)Wc>Q}SNױ']WpIqX]fώ.e ]Tud{هY8\̇$ 0^ڮ\UHnĕL ы:~t9$K(GwF1|\Ts˄lMm3rqqOqi_LBQ*<@ ;G%I[?;xl,Fv̞e&]@U|z ೈ͠ Р_ykKMYXnMdMx)$lm K3L" A"@bG瞩r|cL ʌ\eOB%a 2MG(xsjkO,}̀ '<c;8,M9+ܒJcLc)Yd*D@-y);<8}@9zy&_]wOp?rԒfVI2楌(rv@IeŠJ27w 1pcC է6ޣYzr.\YP;#~ZD.CZmjC\;GZ ԑJ!X/Ce{vw_T*,1Vi$]u0*3JJT(TR17%P]Ԯ-u3sq \9ti0R\UI&SLYIEP:IW$Uۄ2l#jIjo) ;Ž Nvn}&9>`1hZ>F3eD"I$p6einX_B]9^[2qسcw Ɔ]wN14q{J fIcNbYK `Yow̵)k+1) W{;7ݽر},ѴܞԳ$)4.41NRY̛C*ۅ}a%J  1G&&HZ7RSQQPF)u,ӿSsϗXLJ;1+곰 IaX^>Z:hϩaJ|XX(xp;M?O8F$ȕ?4 >KۘEu P3ݤ pl xPo]I^9?L;Q~vVwrjP'>QљB gP4ASARuN1^"^Δt&C|$b9=щݭW}xewF17y'~qfV%T58uvĐB$FbYgy' muŷ.! p UEIWGx!)W/@Kwҏh=}w+3k:\s#ZZ %EFkwd}YH@$1wVWzsg{U;Ӷ>MShPǂES$GjuQIRzQK3% ŜHoO7o]xzOw6>T^D/M) V4Km)sI4Й) BM% @kfw!]׻N֓2\ a|Ewt s ˴fI%;DnNƖxfTzլXAa\hZ=d1wfh=w]_Rv$9Ҍ,}0hoQBھ J23՟?]B N*,ٓ_)cDvJwWi痭OYO֡3^=&Z(V)SK~I3T7|Ls A?5>wnݝXcMJL5HLIN.}IMrojhǭ݉kڀPp #=x?KcwYs!%TEe9Rяj6}QK?iH 1,8L/ ?>pXnaUT5r~;o9zHh`Ș. mLxdp7DPJu?RL!M4gô&oѶɃ).- ԗ"1լZgsa.N2A3mE;oLs.⨯v~mFޙHVk\Ktr ;M2UC +ݘکwt]s#NմؤgfIdl(C< w+*R:bAsh \!c#:q;ۺ{N}CKs3|ld!l(.*Je瓴Zqv|l IHT @,G9i:Ԟ׻GSćP2Ǻ AA"ʢ’kRlL.ڬ:l(`WiyӜzx@OC0|2+HlF‰bGg]Ta(sQ~$-r[m:}Ggc|9ٺ9d )V-m`:mT9'y,9[BCEYvBO~Nf&fФ:~$l>4r y9{Ē6\"H9;ԍ V>vN +)PTDnZ\H hڃtnws֩ E&,9'!nC7mZ" ys5N_nf˄#}bpz[6ٶݶQ 3PNH1V96V|n/% $4̼Hm+0D| >jXP5r'?7?Iv4$OC(J@ g(&fVUd >?ʃ<-3#Zӻ[ZԱaG.F,aYvT = P30GS; /*eKTs`w *(ڴ'Iqޣg zon6ۚnZ֞iE> JJCrN!X<)"b9=#ZY'Nxr'F%@ |6e']uD=>OvxsaɑG򌡈W@|#bJH<_>yd&BAWs]Pe]ϰ-lKPӰt-7N"Xf 4'/+b c!NR휿S4Fer$U _ 9Zh=K,!>Gi't.tyR*A`w.ֱ{HO )mea!I8k;9vaviK;_%=c+\$ѿFUhո2j839NBppKqg1Q)AYXʹCbAPۀ>еgb.*iwI'\"J $t52~?_gQχ,d&6^be>*s*+]w]/<;X9g߬DJ`˷nܟ_}۽ۻwhC^$hБ@[n/{$$%$;G+6Y7tAco;@2;3/Jwe4ؙLQF5;deXX071\oB9Fα-_q+P˶^7r~?>_X47- n6TnCXZA~J1wޒd@\`=)Ȧ~y8t9lL6Rg1""5>D&ST|cZt98Ȓ@_I$>ZJ9C%drmk$6N>TRHbFc6&'ٯ) cvq Rc yˑ( \8c+Ixdw9pI:E/ 1N ѠQ-X8s눣(ґKN@ sێ&HIĊ (ǏBr&)MP=_ C:e2@{yQrUBn@Ex=㏹w? XIYuб g+MBf 4:jv٦nnw >g_z#h릟"nv)dT;PnCEu?T+hu !+7㻰ml k=}>EYMMx_s`-t+3+3K_0%{ċ6vV$+%[Njq!)p+???Qhq[1`Hp"b9`m$EUxPؽ߭a)dh$s&:ERP-IN~+FԾ?V/N6n  #p{Nؙ7K] AhK[R3)tr#9)6 o5GhJ@:j(O?h|>&QƟ7țƓ# H]#tIה-[2EIquzvqw j:NLt18 "7 f?e]mJ㭕5 Hbl!T ?135e\)74HRjCV5 I~I%fM<X/l ĞwqԉJšp; 5a$2ӍƯq bq3BE0/kJ$[soUˍÑw 4>O.r{-+;"i0DPm,XF> - q;B1,,↕iE#9[tK gmХ%z^d9 H8HHWr6XI_&jT^>h3gMigǏ %fU`h4|Ry@3` 6?ffԽ}xE@lEZHp%Bmݓr(kt;t|='1;O͖CS*7[VMujx *bpI7v{WLբ(hҝ];Bp |E1I;q5I{ |!#7#*=D/.mnϑWB6'r"{G/&+bə(H 7>yhj*.g Oq0)OmH4Z]xCs@P#h?ӘҸ4 ##-)YYQ OjC<0=jaO'.j(&Z|MI=>0܍뽑zNdX|F-+-6FUv>,[Q /[FKڊ bF8,o:LR泡gLLbzJ 6HS=[̡^8_u:I#V꾊T$0:ZØ^lEI^,pnȝ9)6ͽ$j4h K2<9*X"A]ĂFߎz(9B~<([CT,_^|TDZlx&,3gIe.,mq+hմi'p 6V7xU3hJ q̕zGW p$q$1Y"PyWS`"U)%;6|^L&f\|i @VȺ$KOpjU!!x?#}0pp-3#G4h_ !Veig{f!h n^G>UKQ;3+;sY>bIB"w?c)X+6\.hU!Hb%) >~Qt%DmT5:vP,1YزO$2i̺a+LT3)U,˻z;~tJ򾢂7Vj-wwvGq NjDȄ ) WE!Y,b%%hM)P7;o;v,Z6Zcr{*UJAMsD)sA?;B )iQ21[8ڽ 6NXFITlevev $* ~"h ;7K./ ߈SGҳuopml}/&jM v%ܨؒU+ѫAaI{DZյvQwvS8I%V.&șݸ:mVPպJ#d d]<ߦؒv,kaqmM}bs٘8bA퓨p, 죒5 Zq-3ñȒ7fZ,pwҸOvneb͊ʹ:"mwA-e1VzgBItZ /_6 wD=n >=cPb4]" 9{,hun}Նo̷-<~;X𙉮;џQ?OTnp+vʐ͑&iYL̥X(5Dݓj)N%F#k%SB_!ӡ(:G} >R99,Z~VGL#u]U/hL+R4:G*JfT +t= M1~ko`wFݤ6+ꌝvDyT%YT;)*':q­ w+}B Z9dy3$NHC&#etn22u&y{LjY P$[0 3̝\֟+_|[[|\FXXJByz_}A5I!g=Ƞq\IB"}n,!;L&ݹ9VB]e%Q?QJTH@mk`)hɏ.109&!i锲 U `MM[,1j3φ$h}Cv.G:?pK;eViadRcF,̥dCrQՋ0ݚjaj;w&geR \;#cZvkjы}琸gC@XDlK ~5d, zGi(Ջ5uvf'`A}䌾ŏ '% ELHAVe qAΙ*rY˸wG} bKTo \ dƘ ]wҞ1f@1b-!f u[۸(UܪZ~0'%TnC# Z>eڶ))8--jϨѕYӵ?×r$MˆcP\l8htAr#7XI;8RvI!D8\лQH E$Xwޔ ^2OqL-+oGX#PX >b(u}zgm٨ Ӳm:I~'oعZZ/ĕd4֥҆UضS7A 1H(NޘSܹ 'p583Iʁ4XT|H[KȲm2+P,&^s8яnq[v0C$@թC6L[_,Ôzb#0bDwnl]&e~cӓl¥O*Qj\\^4Վ7JɘtL?cAhToa<k*f"H {ǟB,)eĖњƸofޚwy`F` 1h}wuLݰtcWʶn QM;OhyV^ )%t|fR/smo ht EͼgS7m۾ЩS ɸN-@ﯧáuHpӍ$Jߴop&mJb{E;6ٴz%7q;ǥU-/gԳ(aiLO 6Tɵr,@,N᷋7-G7S>nZH% 6o v# GDھ.&çW$ !x6;6u( (͕;*XXcRHhFҾvwpz?q8 4Őc$_" b1@aVk;0QL@[ڝFl)QfmUeD5Ъdy}; k{#L b9r$9FJ*E̚am[t>yiLO\d`c&f,-@ ]B:32A1COϤ_>z?f2n";\)J:!Α~NԻ+PDf%K(}rN ]pz ֐ ѹ>h)"~цܝdc ;_++RY2LYbb͹hnHXB(ڰ.A}]p,A0ӵ~윾_67S޶4.}5V6 @08l*\>g9;/@@%f$Ch=ͤ]"cj~.6bωHp(ZJ?aIZ%qc2fϴF %7s+E+;F LDg\E ǒF]u!x;: L"!.|+>F:yrYn,<9Yg2UVG Sz 8޼z;jrdPcX)&զoѵOzf^pζ WT00=%u`ԧk,NrVE|óDŽzG7|17T1Jg}Ք40@J3Ve?B'Z{:'H98r  9E#UBMx覒7/f ~*x>Pw?JE̙p԰r1zH G,R12A8"I1_m "v=0 '-K>h8âj㋨ZV.nlIyy{b]G #u ! ۑR;gZr`x*8U~c}P׻_+p_=5It.O<,ɑ&WbH=hIRff$սV`–义 C jV;s xwx8[1V$])]U5^DK_#Ī(5 AáXBջ;3chu7+3dǍTۙ7@6T!ye@8ӷL xY ahs F_Ut&󄒓*u&XZ9/JިOhKA!S^ܸWR][0qOv" W_*C|e;Pvi>+* Pqu&'~wFh).>TKA(G.yUSsD=}Ϸ#NIxP9mt(jwN|㦝?c ?ԤOn/݋M{x6jpe`U2]8SVx5;^ЉX?!i<$;GsOTA)=HL=W8, ۊخ@o2y"ߏͿi@yB=1Z}ZnM>ڹz>3Ě iВfw K=5Zvpkr J3i-|=_Mq7Y>}*t@ J\D)&iJwԔ_GfBR {k~}6'jj3cг E)#J;o\́W{'ӥ.Y:^V鑎_H;'4wWh{Y3N3VOXx`1tzf}BJR@Gȏ %GlG9ZLYu-ip<''Llʬ2u?.?Np:kʝ^5>  랪LT&9Цh4h l rz?]X}r#IӴ\2H"M ~y$yXmŚ m?aУTt((Pn;44X9q}cZ6.2X,D._vUYDs~D,?g,_El\ Ib3]п_YB]"}kH(=|ưMV"~GƎ4=;r^Y $ΡS6Qo>⦥uʔ0'iB_:U:bKұt]G'&MBsRI/;GC) )vgT({6\8DӶ% 1sSjJpD;~` H4<&-Qg(xڛ7e UʞADjI`Ty,Ỽm?zowl_}KXNlm/IҢVhqrNB6SG Ƣ|sί}^P(Ԓ!W8j )X@H~_n::<iiN> 9!/Z2EXHK$ n@. wsMw,vAf"Q}>6Fb~gXɓQzTrzR8U6Fh$&y AaCBXnЅ0C[Զ-Lu#6FcI :`B%z0rHJXPפD og9Λeif4[?$]1FOJ' nKk8ٺ7hv>wzn֭)[M\F2)#3j*|zl唕J@$RjC !J8܎F㱻W~污׭˭d.z.+A**g>+)+T;B2LRV)dO*MOfD-s. #Ordڇ47Ʌp퇚D4l\e=#K63xJ$5H3ܟ}iO]j:L_ I獽 RK|@-2,,]D')JpCA;Cw5/Y?T]"ӦӧI!;ZRmV X`~&rw;N9n_.:z]/McRO_X1373 ] ;GLЭU,|_IH!*nXsEHCj?L_WßnMG#%eȒ$d.) o H>/l1?l "w&'iDAP$8:v^iٝݟT>>32ccrb#ޡ"Fbx`6rJ`!I; Bv8dm5۝ͨk:F/avwpQ2q0M'ݷfb$t*I֭ɗ1ˆ*6&_wv_ovtjQM b͆*UMc{ @J+v hؿP;u'k`LW K͒AUoqL.C(?VlJ^*0b,Ac ^wJջO8#OhVc%ecN eM$]u7MEq(lM Oлg̐BL#+9qȱvA67<*ޑ{|}k{{_;}2dG V/Rf2bȭPSJ Yl6˳TCkNG;OMS[IL "*wMC^Ώp;:Tq| ~s;ÿ"ҵM{ad!nQf[_$)z^܄ߨnă1۹j Lcehm.2j3Y.cbJUBb>%ZT΂Z(^ΙBHJ\Ac@j ^;7 G>W-s]ܬQj):RX3]_iIzRiA Dz"XoƮ jr/}bF3,4}TЮ@hԑA`h  ,o*a?SY_QM?eS!, >0r1>鿁MW1qkGcdnQk`7|Z82<G6uMݖg$; _zޝ۝}'Zs +W1QfWCg Rf_.Z{['eDxۤU (X>jZXX1s<_n $_LJ~*BT R8jHr5nFl,̜ lzORVTЇ*NOVώ=#E`'yJHbp Z:KT;}nһP C44۴Z_M4.^֤os4K)I '?c?} 6!lfFbXEG^֥!t{;cQMyALߨ%EA)PԡXtFÊ|83EU呕X܆ivjUK〗 ?QG IgVƫ;}6 \i[' XdGE}9Un 1RQ5+٬xYmne,idAa 팎C 17V#(t%BH7H30Yk?h>NB?>Pt`F5sʴ~0GQ֏Q|iݹ2dh] 63;I#ChrHV3*Pb [ :f[VWz~"Ayd(ʬ*jNPbⰻn:ԝ ;Nʐi(ɬDdXXCaBsdERƤU%t4mvxd[CnYU`ƥUF?RW^4S%,fws  !l?'w$m[zBJEQn1CX!dnj Śzj͡ZPxq25c>lqшviZY2I+l{}GꨖQnf-CyFsou\\wj=˖Hr bb]CV:L@S{`Kv%_.b^:B$91<KZݍO7}}:4>5,:֩{s qu qS"LFgҰVHPJ_ҦxPA548E,ZwA޶ 66x֝:~fEߨ@ggeW)JEݽJ Ks&w2hN ?+X)bAĈknnE!gyuJ4( }bEb(w᯷ 4Y)+F̅?^mRIc}ӾALo$[4GC5tba}Lm޹Z/o+]ͫχ$pilPSe#14!SFEEPW-R @q8]8{;HFM77![wJ־GԼMm7R;3PHd.H`%dإ(Jz'.^FR֥@ S-"F5؝75O6;bzXKRxd,R Ш?X+}jJ ެyV΅ZvFq8̱)a[t]xl}۽9x;E/&:C#25}1*۷8wGւ`A8N=%ch}*qTڮ(f(Ue_u~Y=~Bf$sjX-chBGTnD/Э-aN5t*p{:{'Yo>&6v.O 6ԜUTgoHD/yN K"i7rN v`1|(s}odg}/nM15b8+ȖFL+lULJAcۤ||݇dd*vIIIp_J0Tu'&^mWMAFr̦Pv+Gǧgg"` "2jU rsvUPqxF;gQ/Lƙq&&yLMa7ʞ[IK)9b5㗿+TIZ.XZj2o9J4t$icjecIz 34H Ȫ[FfRDRRAP8i{wޒ띋dǘB ƕli&Ǒ81 YΞ{orREO@e #IEٿK;;u\\]qcٍ Hʤ $: |Jp,kzIlTԐE5lӔh~'m+%B4REb:3DQ)hdh Kj+H*Lҁjƻo_JL+; =Yr9Z^<{3ZZ"ѢL$Ijɲsk!IHBz*,^.kgV~6ҵY{W1>4xZNL]y|;mV$P 24$@P7}/e>7h-V.I$siOWbتi)ǘD$[]E;mājĥKPx5!oRF$}{e,N,\G,ts=[BfY H P8u%g1i9Nr~-{WW}0{/v^kvZm@Y+2DSk U(|$aի/A^TЛb0|`ňؿVtXvV$]>3~n |peΆr]4B;!*ѫC*vyJB -1.IpP J _ͩx_#;vGfvyGk1K+H1d%wVXSUW'&N y Ư`)$AIov8xտ/߿ok}_>=O4}s.,22|TAHҒ-تDk$,KI)RS9*73G s41衉 ޙV;+?=I6RE) WXKlVV|9mKLӺd،¯z5mE*XR*"`)cW4Gk }$#>fvC:.ņ8Le`ėIXLeYBPK]ݞ$>=->rC.cGũZ=1YPW[5L~>xlO\KUĕ#N`*HNwxIg,ChmU ݝWJ9!V5'1W5o:Ovw< lյ쌯FL.,%,ȱ2 _ k DF  (քTQԌWuvЭGxw7DYZߤ'}lhݘZb]aIV,kgu>xK:i^'$A>]]u:ʢ%\TŌW\# ؂ "vak}ͭh0hj0L@ѪM*SoXfc Hj;mkGa<} 0p4hSO2d L6DHP:V~Ƣ&3aAF.IFp*iI)kPIzq@~)~jTx]*sg*~a ,.J4`YHTm@2-^!{v$m.ňbEyގ__O+LKv\Դ̌2"&1>RW3ܱ\ mj\}@)%2oL3hI88^V"x~xއܚ>okblkB0 -oڥE*wz>D͒RwJ_? _c*/]ڌ/)t`amOz/mRRTWLt8GN}W-麿}vVVy6e#HK#z;lRSm (87cQ>*0 xb֥ݿOwE}4|CDd؈f.7/*(1VβA-VHmrR` +QHֺWb;gҮJdyrřLrBlYRUԼ^ٴO3%TcqCMhOzc-;_œIt>Ӧ<ώOޒ2ReZJ$ q{T4yjLRcr4 xcjyLt(3DčqfI2|⮄08F_OAHNȱ"=(.6jϏ1ȵ B^2%h|4bXIR>Q($9z?regdF<2Ǒ! ?$HRh-.XFcmh:v˼e)#xjTf6}ͽMZdTv[&K;$;v^H2wʮc2X 6,( ;ڤ?b\"&,TTHyj)k EL.?;)t1a{~q8?GѮ#W {jv̢i'Vȡtp1E}]F7.%JQ @N #!gOcXv$( ^h%xC?Ęb} #y_uTA jN~:X gKv-kꂮYxԌsuoFXH) l<4\ܹRGql#2 lI#vиH<}H]4m҈}Ae(Dw E|h7i2!P39V./f;E ˎv`;sbpo ﲰXqӾm/3IHʅc)!Q#M?r: ٙ#t^~pŇs7 `w䃵YҠj/fJNr^rI(ޡW{LƓ-KVȉXe"&ȥaa7Ud9Wũq '}>Dv_x|>gIjA&8,ZX&K4‚ȮJ`NűO6#'?Fؒ H Sҽa[}aHOseH~z-cu"d+GH~*ή2 `CQwXՂkQR%\{8)ƼQv'c&@ 1YeZkMGiRCIcvlAh{o[OQ)mB$r M~㬛_}>Vކdgs>Y n혰rް8ں ڭ)': { hR9 z'Vޖ+V(kixݝ~FG.l2ox>oaQ;j~`z1)BSK>eZچ^L2"  ZpLl3DI$ӳ_yG_1揩 :K\h{#4C ZT2 y_ @"KgA),NcDR@oxts>`lvj@>kK"ҵ1U 8&6"BJt&%`FcUʱ˙%KPQ4XU%/RIy+T; FGbʆEEh5{6+~ړԞ >6i?ri)Qpv#w`Kܚy18Q._Jg8u/uW4l<-==<( P^E bw>y֚(,$? n}gh42t,r4lb!~GG,I$S!@X4ƩsZfjRj+XILP "W=`!?l3h2&,Jbraǐ_C.=KSqԲ]0#TlYؐqcUpLɠ((b_:|kϨOϡ9z;M]{=18q3(2[.Vl3|_T\zQ;Й&Ahkgwrw]k:[>>FQ%lT̒9FUUBͥer%K!*%m ArAzۿ]u.M#;Y(ѥU2%H>kUDlɘf@sKk|hv Z$obpqR9c}q]rٚ?"4_^6 `gI$O(p<٭r#h)SZ3-_Y4/H{YҴnΗ lj&$MJ!Ϲ_ӧIZ̤C.p.qln ׀ p/ƸQ}%oLi31RH$hf]ەŶRTDkaֵ=c=R¤N2XĻ9Ě"}N]H+'+NLz3,[B$Y'|БlD;l˖DYCeJ :y}zh}2XC䁐rrէWoNAJc&M@LwP!Ңws*a \1Դ "#~S$ŘKY]f1.XՂeGy@<5 J(x1@FM?f>iS:ΘQH0y-b@XW- R!fQj?7Ʊ.zzZ&~Αf,bYWvL n-C od߶X3S"ki}_VOqεbvKbϦy@ [F{NUeWhnjX ;@q@\, Ձ!lFnY2}P* Uʳ RYrxVGsnW۶Bp*] @ b>QtnЛJ3 \<Ȧ=TYMߵ~ìT|]τEL*ܝRBæ1@nu=t*XpV \*B)T cQ%˟=JP$W,ʣ9^>vWtzJ;ϲ`qtr'7dʎ9bʳ)ReIe\% *7Xi!!IPASS?&ƄZ.Nn>PN0V8ӝVffs4Ss p$oQR ;v~$((n$3ZTN@];CTO=׭b隮"O(hE0>KaYH;e ++`^® ch>+(7gR!g/k5\}_H>}]ܭ&6lZjhr⸛Xph ޛJȵYj6=T٨gy-R @qԽPj:ԥTXb"Z j֢:}ߑ=FR,3 %,$neBv: oD!d4w{ FY]}7u-#F7#"8pUA\vm[CP6G^VJ =k1!2r! )Pw77v'>]զ]ӢvغX:$-^2s#+G4|ePjJAI Prlz T_Qo Cxj*^ً[3.wt&ƀÍ "feg_N^Q*>S ~k߶^ISX$1bR4dj:ܓAgr21$"I1ʲQXQh4) X>vәJUܱw,p5)c@>վݫft.1:zJ6rAX2W7w J>dLRJ,YSGIM;R]3R>\-:HW*9=6mXu`r)ǃp?O{vZ 4,1 v?fjZ桢胻dյ[K^\bF0ə""lkYYe IܕwRĆ.K6Z2Rw P$C 7Ě~OjSI.NW2\+mka l 'KrEB8~POFƁnӢgC;?ĺd]͙>,Aj0au9rJGwԓ0 XPv I9<$+u `{8%^n/,M @OwvٸYyxIh2!6+⑀ @ iRBU`ROM<42R BS`c?_W./[Qaɘϕ,rҢ)V!1 F7Olu%ž)RIĒF ]WScꚟ 2c~_"^70Xorݱ!{1 JVF-G*G'mW*"ۄ?lM[G}7pw7r:鉧:\6Ze|LH0orU,OIlT 3 rXy\z%)IB:JqbAQ;Bv?gf.Z2aC+͕BAQ}ZTIJI8qJyGK RvgrF "2cԵF.״Ǔ4s62_z!X%W R e$h%Pǭ/ij)%U*ˆ7of~75N_~>ZΚf\ؓhpp1֐m,JM{9K*@]@JJ1r*Uw-P&? W־$.ZC3Y(J bntq8"%Rf:`l) ~쌭>zz;qLڞ,*&BA(Ef[!AJ/L5OysiJC{xƒQvFsj(gfՈ+D)B҆ L|63qv~Y\1 lV/Zaze͕FX&G( zfDM[ ᏜzrJJl:h]$L%lIecII-`_<- ; ncgꎙNSSA>^ARQc ˴0Eo `1e)DK/X2winS(_O{?10IP4xܜ(aƒ$0dfE*uJJSE6óaE@P3mw,Ń_?^{GLL\Ar%("a͋[$)ܻV`4ReKf*j QKFNc:$8YM*9#OD"H%ԴU`xFkwL1E4Jr w_.0ö;+Muav?z꺪4dfM! edD eAM'd#4o 浪ff՝5zP5 [}%I$$.}y't'>q.rGNWi+wXV | FҊG ꯋ cO)aK + 0!l5ѝ$M#Jf h[3+AkVtݟD5 &J[ ohj?z^eSħ;{>L,yu-?:^ bb+0(]z?l @D3`̽)\N_-pgh=(m{P? Jt$+#Gl,9XmrD)6Q"bAfc6{ S8$=Ar*ٟܽ@;o5@ʼn͑QbXR{Z>K |+~W2-A!  N?Fߧsog+t_Vj9ϠvdR^WfUm*[j"JQV `~νi(n,wԟvF?O8]3/t'M[+Ro˅HrB@LQsFU,XƔM%5[ŝ1Ygh fyT&ƀa~q?Y|}@{h,mSw|")E>!%VE&Es,.n@o\ )`.Q\[;;[E` E}_Q4=  W"=2}l GdV論n6AB{O1T,;\HZ4L b+cxVo=)N*G%(zJɛJԔQ:>M;7 >mmdxoۣV x(l[R-j]+P8ٟAjO njخTic 4U ?[%3Q5_}b![! =¶a0_83&и}B$L١$K R07* 3&ypC6?;gPO(b ٟJ> mUo6jB/ vൢ?Q1ŎR؅?-05=5 u}5υ]\Lgү`y#$I |6Wq 3?6(%@?=\!O:;?0qu}f-F_\u\c@;}uᵲ<}De{r 8`yaY#wl|I&ӻg V(fqɰ _+Ov ~^nֱg ~矞:Dߥ(*StN_Ď. &v4"5hZ&hx玃 (%$KQ'_ݺ!N1Y7PKN?$pk H5P >VwLIgMF Sty{YHV/hܿor:v̚AOV)M;nT'4OKT fmAlWtQo8xڟ#iprH$]13R,3:6r҆$ 'Ѣt^7wmЍC0b+T$Y $dN9pPBgI^A}]2g![7F 1VW}RmK>z؆3Uv"}ʵ7,P_$uѶ,ɓ7Jr7ŠkB:OǙJPɕu ~ ]H\|X8AEE(|x댽~Hd 䪞Bwn"w'vvuz\UkwpYx<>~ {n[0}$,o$y//'33' YAjΰK#-lE^ѷj{^Q\?O(qOjL}$Y?5/nUkRv=i6-?HSxoj*iJnJ?p'q~6_Vy2L{HJP<@n 5(e)QheV}/>f']''re 2< IbE=(3):w>"?O~e\<\[Ǹ:fL4;᮸?g q󍡋//u0Ɵ -Fڗn0yQghR̤GML=ww4(,nCEç&/v#JdvAc™w!+wWɾRq.sP# OS䨵|,(??~M;UޟLu\)u,<vX~'\<}3T//l\GZFYvI;R]+h Y/4zOsj 3'?,{&Hbא#3,`+MGt(I,NtJBʗ))vNX1ذ-x{SMѥqښܙyS<,!oCLJݸlgf :H#xĨ,]OB׬05ڤ3=˟8rǔiiQ,%6dSLYZ5@7f *̵@xMRTI,T_>=ݺ>i^}&*IٚS."9YBMEIT,o7K_E\=kw14eV o\ =;sW3#֍8چ.Pͮ"L\MIPF[?@sYfn>Dld?zH/\Z!O' ##ɢiM(V!h+%7P%UZVlV77cp*^;Y A;[O}I?S`cRŗ0 lQL8ݐFb'dg};m3}+ VIIf##{6S^qv˵lҀA4.ap֎nqw_Z3meqK}P 7{^Z@RSr pzwhL Vr\URkB1=ڟQcϮQ2:K6D0OҌc")06G,GZI\p ZõN w*B=:XY0E#ѿỿ}2mӳgzn6 "lEʕxRqD")(59KQ)iR …WΆy)V4P3z?~byQnzzI>00I 2;;J |ϠrmK]H0]+}%ajjMӱc{O~S4Ss7DuiZ]3CQMʑ\=7)_T}4Z@ٜ 3Fgu 7bw%K9rhMiHPҿES??7ǫcjH@/ Unaɶk6=JVOD&Kݘ\ԏ:1o 3]}ۑؽgwr@P{D a(,J \l'}AC!IJB7Uz!$mZ;<2}]uOZn;6$Ƴܑ4Hy{51Zy,?pXx3 o{5*Nď! DGiZԭ]kd"Cpx(46b<0xXmoMFKfj:zvD/TXC,7$XU)3DR5P!3_H9wu2:ƙ&n6DeȌTk{+_R-^~Hr]5N|>HL|,?4 ZrHN0>W4ѻk5L̙>6\w]dDا1:ȅdfjL$Nm U\ W^r3 ɲvj%x-)1I)% " [a/?|~~v|{}KGج&>L`bO˰܇6?S8)(?eMPRC\Q%͓tyIr;ѯݝx{vlҝb]W,bB̙9Z\I) F1j I'g,ʇfOJ$.(8^ӾKyaŨ,+2,}Kk,IϺ:AO!dco-gҮ_Ib G#Άanu!rVBH!ͮ2쉘Ε(>9^Z^{;B́>f.N4H 4jA9cL~=9GJ(2!X6O UP5Gt1YM#GyoKvMܝD!s9^? Y9XA7F|$Mte,a9YŌm Hfhoӧ2#+17W{46ؿbw@? c+Odm =^ /U#E2<^t4`P̧h ʑז*ݘiz^̠G}
z toN"-M9 х̠Q x!M f ՏKi1vTp4fjHB9ɝ]$Yu/kZ!\269[N`frk=ޛv~~Kt ?>\-+4IfŝV +;M.Ǐy[pM9w3KRY%ba_/:dZ|}eaEc #6cłi& *Em+*Y[j͖C$0'fE kՉ$w춱ܹXs:WaS2.g`(JgD!$ x6JNH@I8 JFXYWav>il8x̗XU4୨pdŤ GhQ0KJEPXwzHO'd./f:^vvFL="]O"J6ȲYdgڪv*uʉ [M,;))%܆;< ~.gG?.&Pݳm !mY-YA ~zCWeKJ9)-c-U99jxvV4t-= RH]Ƙ RHzt0bx5@kA,>--2egnd^1z)`'A=5T@ẑOWMm++;9SiU3Y7'h 4:g={?bs]Ԋ]2}Y&ۙLM4S+ThfILX1.AE+*Ȃ2() aBT ?:jtO umԁz1үy׏j߭Z ٟqdlUYb2+ [Wjק3tIH^<^$w٨#Py|Z.vw>#2C$rzl𨡺d xc͵tݍ."Bֿc^^5/iw{xz RN lJ&hUY_s9SP*#ӖpSԖQ"7Ôz[hҞo:>NfV ݑ$B X}TWG}[>Ԧ%~Y1vzG}V~,]A$\ܑ|;3\ϕf1X&7D,|M"_p}U f}t_׶ԕ:?ǫF?[/֦lmY UI&VNF2XD%@fy[R7;̵;5ćnFŇv1jv„I?,vпrUMl $ Lp)Zqד>\Gt^Ka";_L|i}eulWnw oNĄ՝jLRdRJr( V7vfOn}AZwq/xisROا1ۏ{?>F^_`}V@Xˋ?zG,y7.oжt Ϡ'4= ,}U|UoO;S%j%2IVj(΋ W>Mq*UA >.LS·7/qjmru'ڬ R7{AwpFpyB ni[t![#7%cÂ/æ4mY;XrwUTe$ECi-U(^gQ~ĬLR{jrkzWÆѰ;PSe_JfHtT3ce7 `S`Ď=ǐoͰ3%IV 76Cg6mv6GbLcSz8 ʛa*K^YBռԐ-)7>8Wk=O•"lfmw6T1 $ 玚G |{Jղ_7"VoDSVPH<d,02 WSL &9=_&c xMᯁ^fa)*UKe1sRT08g R!VuYOi1ϥLѹ`@@l+SK%ZǷ%2VڢZ\=C &EY$^#}I 5|,k^$XF@.EaS4yz*P;KܠzI V-!t\fA,5\d(p3M6k 4!ˮh-2㨎I%G1B Z47Pvz`C?q4 SW{#5&8IRm" &JtTR(E l OҖQ.>L!ٔlGۥ^IQ ##7lƅh!eV > Ke+$l_NPF<,T!K'(7SᘱFO;iy@j&6>d@1NF+%&y?8u^( u04`>@{GѾA뮒'MN+4( R>F"(m#MK2Cm,OOnq2$$FN 11mM(#]}hMBL%4 ݣ|s#q 7.=Nh}X.hhTƉmyFnG^fе_MSz[R%(UZ(.߫MOi&]]rH0?|Y~z:pO`b0~Ozk<Z.>2jeG),ZejkYFFEoL,"P6tW9z>f~,چd ǔ_#I@=tiPeRhF-a=2RˡUIv>kz6.LjInс3 (E&JP8bۦHec?:Gl^L{wJ>>RMul,i6 lJ,e\gڅ߮lXN$2E7;o5D\]RQzQ/%* 9?F+XzbRɣ6ɒf 5`l};\َ4ţ"@͈ZAnx!%N T]I-*Δ6_Wd3_D"`Y_'QzA.C&ɇMHYTL -USN۾Ƿzn;4Ctxwyu\N6T|So C"Wo5&Y N٦mBԔ/)K\frݓi/`fi]י48YJ"b+fۄm;U,tEs$d89+a:sEp tT= s 45#= YKizyE@R7+ek]-SAILuuKQ׳ƾo> 5 +&DY"ɒMN&H R}YF\(IIrW "coa-۬?O; ca+" W;T,TTnږÔyo ݡO+{jB|2ʃS!*z/m2$$X~wb6`^)Hb§0~<Ŗ(uI0i 3 Vb94x?={fM>NE<"dXWy\ ~Z" KFZ èBM#@dexS|۲yd2Rb(#^'FF{UD߯zƿvOϰ$h ]&D2jĶ>`K H[<_.cSǔWZy6{(He| ;0n֡ZwC;*fa ~+fxh)ObޚKxcԵi`1r4j6*~@JHhx6O(>wHܺutd+BC1<՛ EA =Q}c9XƔC4 &4}aeC%b?؎9>n^ɜJ$),}0"]oȻBWT$/=Gi?Q y?b˝aպWېI7&RBvݦR~܉Jr <f^v~2]&%-˻C1,Ė Ǜِ hb֝ՁRb|ϙn$ u>l0tJ٥*;ȚIo &>a.Dǥjʛ]tG?IR,8&=0Rz*SR)"L[o:Bڪ9hf9.h]$& VM7a$'8as_ϭ:Z᯾ ~ڧgcKhzdVGEˑ~6QCם +A ((?.٧}>`j~҅I#6_UJ<]&IJ7Jn#4};@*vȘزDY[cPC-5`-YEØTHR58ظ?XCẆg$d*Mv%MWۤDú,XZ3K^!߇af\(XJ* =䤤 zNt?jQjj6"Be~TXXv6QιEOIл`k#M=8 Þe-|@B V)Cig2i +{C*+_&=  :Gf*I5ǥG;';Dޙì<9X&qW{?ob6hETx3 &7U-,a|?=2 ;*{_ΘuW5EҊІ,5#1w&CPm7;2h2TO&S@nu@Mw"[h X=8񿍦b)UrKS"ɃFߩdM۟CEІ+&4d 9XF]˺=Ѳ ˪ڤ3Vv}hQg>a~}nC>G)*JNUB0A'>HB=^YpWdM@HM]jJ|_uv_ #qi͢i42,qdfE;K N vhBOD% ;9G}5Sem+,MTr;=c}qn'z@9Xڼ'/tEA&xC4 6It!"gn|lHTٌP5vs5{s1#fʉɁʥ^^T8Q5ERKޞG!JZI)b. 8y{?LS?ZMfl3i2-ɼ1JeaT^=3&h-fJyI@{Tf]Qq{gK {8ۼyQK NvntoN^_Ptȶi/.S1}ܖ|~㥧fKP;02⟷Orqv e*S6Ӹi<*N5g4+zZ8(~;ڮ+ =x #ɠ~+60 tJ6OW>j6n&H̠a 8eAjŻ2iR?1>hĘ+ y, rhl7עlLQQ41>Ędݥ0"7ӑv  }!)%U4cǗ)%D56ރ]ѵNq{\LLUs33*f-u)T| =i։vdOQ% .y 8o ~?8_OGg~0PbT&,Ćט215m?:~'xvTU)OGKض(}lo0+xO?]#U?ui%ȍK}G%2K6&6, LUQ͵fvҟRuPQ-n9D;OvD$*[Ն5]"rM:4F29Y ƯDr8Ηs"yur6rg]^R]DR4ojD8Uf, jQ*G`![]Nߊ {V4_;Ԟ~X6D}p7NJ}mS[FSuG`@M[Ai[TdsՋ?}}cǮwtjqNWh_|_:RѶ&)BIg}wǏ?|D +K?SV*2ǻ/:!ݫh(oѮ֓U9"@%Q3 m~cVm>Im 'q[ƼL25UX㕚WСXz)$ Q5Ӽ{>gMGXɳ{$)br+SzYP f!$;x +` GVx*1)KK9הckK980Uok1,y^rP' N 6ڌ )<,Vs$-rݚm|E.|>$Tϲe6?W<T[2BnO֍G#eޚc,r#{Y?580R$AHIJ[a%,#2ހBJA>]g^ȅ4-\,ܵa—*I؎MFq?Xe+Nt%:j I8 (ꞽ;k~}Ggsc3,L"*b, :Jf(}hfRAY啝l}7f`&C͔zB,S3; VܞZ7拨w~cǑla3ȓmU l_rzgʔY>@ޚѫk:no)خu TkP0v~{BTEDj-s:'sۺ(v1fjzPma 5XG I Q' =ݽ|}j2Z)̐&:~MOV1Ŗ=BY0BrR~O_A?m p}pȓ2i ْHPe0.r-zGx߉gӴ՟NZ 3!f!Am^ڶ?V.x\v9?Ԉ'8uQ?3 9]U-fѕMпߡޒoZBS\sg` 3nOf߈K*&Lpy#5} >پ"wGR=/5@d3 AiY%v-QTvA1>IpӶ?$  YH\u摚>I6q 4fGxCmT$jjAFp8_K_IZ*ADZned(W|?J5W~:[_ |6mz;_SQtޔ7~ϴ˜O5<n]Br`.PC8 8f$k%50+p'pAMXv;\-&Z=?,@襁ݷwڧ83&0>?BÉE'5F1f8ɷ-!3x傃:Ǖ"a)(VPqtX $d4d& ;1ݲƓ+t V/P3=ob٪eĈN^jz1|(@):reS@" I>\8R>j)ji8NX[^kdgnH1>Q]Y"5A}QSbdvPmL-6&*ÉfmY+0ڡEu4ʨ:me~z<}>y8dB} gZxquC_jbkfwt+͊{4lSft'h񤨭Gwd0}&S)S#ɏs;Yc O;UcצTV8GTR6N '4-c T5:bv|^ta389r3*#CmE^ xڃ˥,OHJ;"76>.Y=:c*AW䰮xNϝa|P_Z׽;M~>nH{+F4qy}1w◨HY).@&j]c)lh4*,MH9 I4(<(#cv/;X6bhF DkFT D j>ڂ#uX6 ղ+x(aSFM~ <.V XfU}~}D:?l>5p"˸&+^Igυ)\@,r4sa3"Y >"nVKMGgɃQpҸ5F9R}ܺ_ӾAkr^>TgFX1!A$UZV'>s]*\TS8ɘ)RDP(jփ??}QhͬkG,4),1/IVɵ,G'l.T$R.|-ϖJ ;`*nt{NƉtLy`x嶂 Vpn[bwnp5N'Bџ A&D$P,H&ɪJ֭Q*b)>qҏ~>z+eCPQ7$Ě+fE[eܔ$J,haOu't Gf='TORvа/|u4痢u5->IG I!E>7Gl~+fWʌF٪[mYdhq| R1Y'wqiZKWE}HL(742W}HZ0AAcJ+K(b{E쥊?I,yԍ_\ 7r,% ۨ]*fwpQTi/J)qί=>;6 &.F[ݵO8lht>^=5Lpv<5'x~]ۥdew7X.N'ngDl"*+k J6oҶuyF |#Kk/nvZf $U=c57Pgf[-#bW~ʗݯ c_о I|ÃAnЩ?d~ctx3I܌cO\IOA|_kc%CenOsv.KInJh\l@ikn&u "hQkBҮv2`~uD;95Bb=G" ¦b3?kvtzR){&}:=FFN9b rrn,W~m^1)WgܿGiɕ2J, 7EAt#&kbm |{EHg~a2 g1DTyS4be.NA2cgYa%HHNdjosHs.1Gm(m x&Ւt==bLKh|C;GȊL0 =߹}۝i \(p4qrgܿ0?0= $`U+gR ;]d8G7KSUlv7vwN + HTV[؎sK‚ A!$$נ~V;3'~}<"ʄ3z*V2A(OogN1+ʊM ޥrzǧ= wWgߧQ>ŭeLE2@YwHNb@|ͲS̜R_u!.`;rTğ2@lY4#w1 :oӱ2EZ2IS3O;7H @)#MM%nO8 ~Dza_^cSC 3z읩2BY&GSjZ3OnO,I{[ 0Nұt$~L>K5>mоIh\:\'ԿSN"=,P:kkڌ8*fktP?++8`e5ᔟ1jW6/֐䵒7,!ZÏ;P[+1AE$33C`JH@H.b_\]PШC<0ĥTE2Y]}"RPdx7h/x|XDn#XQ4zgnƄi<{7F,i$aZrb8wGH٤bjVQR]'*(׮ѻNONtCEֈHMҶhVXB[\$x#|Gə)gg @b T,7geiݣ꺞ddxRc+4LLƯ m ޸r"{W Tܽ'/ zq`O.gbeho,lGLxfƑeȱȪJ!AC+5~}R L٪Litرc\B ('s9b9racaũ:eM3E2ϒۈmx꒸W2:RN!c7ÁێMYR̨[X?WƙNb}LyR{ՔU Ě#2II }-3 $3,azO F.ᒠ+E\kswԽW5W;Y;+~xdeގ$FOBZFXr̘J%P(ˏ궎t;m-c+/(++ቕ7^L)@ ص9' _kXS> z͎%㤽Zu~mvysYzCQʼn@rJ3414e DGuϖm UE%Y-$ngmoN>ߨZyO&&tca 0֊(̞2Uj)˼SREw?w,ȐT(k(_yv~2rɏfi Ҽp$3E0DI$$(~M2GݗHbስMH څ`cmBltX [:m#`Dφ< F1 6l"&.`)9p5L`+g7B 5y[:ӏڠf{{v2D&e>[SnSQo,:8@ZAlᆅ[_,~쇟T9sqSܭ 95~4EF0;x_NT$Xd .pG=? Y:6g\y&Qw^,ZВ GFΜE>td"79#y`ϐy6R< Dc}=$lYX K+Z-ŏ= ® J<0s4噏s륰Lt)܉9rP*@A8_$&N^6tZx@$lF ~o||X 0$?1S ^=6iј LnA&<^5,?Ut(M"=ݚECjHqĊ7ҥUL: ١夞@6iDk}̠mgSx1ںB)S_6Ԡt9Yc\M/!E]|||}cdB)ACK U1~2!膷ԴLFW!Cyr؈`/?C3aY˥}3ѠOI+XʔPx[(՟uL1D*,mG~2b$aa|~tyId%GO ډt>bai7mî ;O{1,ۤ/t{dΞhc xgpv.lV餚š_g272zlWDhغ?y~ l|]CUn;KKijUqG {j=AT }ϜR?la;r/LJa!|ox:,Ws+,v'_R}IguKku>Qd2S*؀x6}샊[9UCG46m& tf$L'q}= ;df`)K;s]7Nq,N4(1l`8㤣~Dk6lfj_ic3nohTGG^̿Wy>nbA>4+lSF>-6g[Fbf#~I3 JOYvt}"RL2ma_[A'EgӒ0rVQo(';xڏ|ɪ`EZ6$v$me4h#u-DQ㫤lI<ٿWC$u6 ^鐣j(nL|$*zwHD&dO6qn կ8Ja6,r2gŅFkN/7֩*~ >NP &eOu&}(1"wVf,Q=Q//U7~q ̞xp;ONcAՁc{6 ezD6{}YN0brGAb4vT"MJ|)D]9kȨ36~ i##+T{F`@U,K7@ѴL pqվκOIhσʉ:sJUmZ[uڶ9{HE6vv:x> 29^S<8G\Db?w`v~6!22&=bB!m7m<݈,ozp-iG$m 4|FN}4r{g&h݉;'/>%\"t33Hb`2WzڣfߥmLU)CWl[vUR )]3,`h.#y}%7;+5M[NO̓)q!C2lrz;ߑ9V53 ׿k& He s qFmsgZ]oM}# σ򻡜Œ̣"'emf*6b3JeVPVd)J&c)$1r|MU?ISYK3"Pra+YH7"b]u}3&Ч5; Qb8m_$ ]#q?>}x+KVIj]DUڶK*8{NƤf^kO8~MSJY T cG5[Az6AY^ 9!򬬷7׸aCA xb{=G;E Fvܐ$TA$Xpؤ:0z[g\)ʯ0;a&5=GigzZlq̐\V;ܝ}v>NϜauT͹ƗcCqi}+d4l=lFx|^P_Vbɦ,f1(1rmrR(F 14pCJdHfHK&

 o,C)*P<÷}7̷ǫl&~!X TÔ{qvp%AyF2$FK`f&S>,曶-fHH _3 Hh쿦G͒$ދ57vBY 26h'KBВǎjdBIեyƬ,/S׻ƨ7);k/U2ccX#bh&1!%~澰}FH'qx~RT\폯,>yd1Zۻq \|%ŧ'pɫW1S,x9?5߫RlLen@453fJFӻz_~7hG_~'x!q1O.E2#"I%ěg#DWC-_vXR )7ryIgSfF/k4ZwtaåixY 9ԝeLbCKPmqlǶseTЕ9480a Ȥ$HW-R/ԿKt>vdXƆ8 ,akHN Dœ&Ԥx@&r\2 !8"GF@1{wO%ʕss?+8Y *QUC-K{J)M.ŋ:GsfOZK`U XFӿ߅}7 ᔗp;a?j< u/{vZqo{50ە_XfvMwV]Բ|_$U_Sc1B[XS=R\o|߭K5τ*"U1bUv-EQ,$96li, oSx{u;яX=K.VNbL:OQt4v_,<ӺA$1o?^4xtC@]C1Ypr+V9'* 'SFނVХ8)!VkF$$%R&$ s9@g;A&422"Fuf5,)]=3l<$/h7 |+Cꎉh+K")ZU<\z9;lԠǂxso|3n;* !>tl*j} | .~qx%猕MJŐn#DuozS_~Gþc_CIcLx4ue!V8s'Cd?kCPA\/Wx˖ZKF =Ih񺅁Nf37"$JQMi*L[XѥK'vZF6C_橧\6"G!rY"P 7cuf{wD>^9I!c &jr} NJ$+=Y=ǜ ~2S^4蚶 >!RAdՐstO^M%ڟq>` czx0dLpWeXH$%I[;8P$,5)Ku6/:K skw.ۺ_o]_v>.'Yʘ: E,^F`yJTFp;,xodR%[Oj9_#5\;jZVC0ԦA*&U(,XrԽ'l[!7~Ql~1ST{t'4`?A s~&1?A:gߦoL|gG#YY}ȲE"B+۩6֍NǼ) L&%vYt(HC&}9{lv:w28ČٱIiwm"~f%{ny ŻS\|"%)LaLĀ &u3*`h@C ߅ ~3 [<M zЅm9R&i<{Ɉs (;R8;oSJKeC4q|3Ǎ+'4Rձ%ǟV`T0e/mh܋g$zdlr SMS FKrYVpϋMRR qlBmNUoO}OߝGӱ.>}fvDřfc.7dJ7q->`y*HbR&ORcRwIvF>B6^O'!,Lrb(/q3%t_ŧ [nYéjWvVf6Yڸa榸S2H"i0ľ.a $,mg P-V5AXh4CnRi46u\kB]^Ó(OYcK)Pٲx+'fI8[-O8>yM{ZӰ\\=He_̬}EeumI?}a6IpB,1ӴxTf,1#G\YjO\~x|.pv^[F:wq~LLߨlA%^}LUj|p$^;bJ\S;Ɔ?&_f|333Ujji$mgY9 JA8+XJ_uF<]c7Վ{c5<;,B`(Ua_mLnB |2T w˅m.|}F Ʌɋ2%Ufu*򾻶BrkP,,lɜУC$bpq<$Ի.\Οʵi40s kB)!}P7=> 7RnMAqߏL!K?mf49?M#G:뺔(,Up@^zPINH[R=la;!@f gMIGqrаX_+*Q-IZۃt/g}{)-z7F/"Rhy:{1?Lr X4LYLXKe`c>@WmJ(-{@@iI/xS$1 ];OƆ6bi*@!O؋U}Wi Xג^ٓ W6ި8J7))lԁXߊoȦ,#(4P>C*%}H$/|} J$9=$ ط_H_g7xؐf4,I+Kځ'f_h6(I'?l(SwoH?uA]#S&&j L6uE Gٵ%v#@r;":!u}SD>g;Iŋ Z-9Ss4Uwm ANJ]v4FXRHA[PO'Ӈ>fu=7RԣkLJ U,$[ݏ絣f])e(@<GOaA׼}Hs$ҰX#<(_Ca3~0S8 UdL4V:)ܙ^ݒ+􆫯5 \>&v~!ı>.?z4U~dO\h8YV*B(n~%iNm@)ӑ]6Nɏ{OǛ9"oL#fYfmZ46H_7>ILTx2ZXH 7lJIs.O?&l Vʓ% MpM1ߚAӓ(B7rv~v0:Řڭ"#S^}Ž5VI I`:W<}gTkМ Ұ7axZMjCf3)Zo>(Y]qf DgټKNDaC[R{&uvv^i\Ht6&&T}#*4*ҩ *' \*Xڏc d*STr8`_jw 1mDqժNdG+SR V[5){WˁJ25: M Pѣݹh`Z~^HRI]5st?ݗܟK?Eq5L\)dtlQyqFrY]Y^J+aJb9S)DȾ |յ?y&*f) ww&5W`[O/_NOmnt:.VFBK iZPN'NLK$8eZ$\RpH*1`R7x,gMSn̘ R^4d>,1nh CoD x=H1ҷM,,SH=_nhllmK XSQ8 כ3UD'XPoR뙺4]$1#Hݱ\,cEK(\;YHQJkh_bNE\p?.d"(isJ$m6ۣ !E_bϢȨ?QIvvRG}l7 PK 8.۪F@4f3Ght˙҅(,m[= >J^CUC^w`ȰB*1?H{K/غ?[whyϑE.BA6Y&0 ˼(]f3cЭ$nƜ4;T7͕GL~z{v]ͣÐuBt8P!DfeOL9gP9=}~׵{f!S(kxv>$ڎtm驕i@@ bO8w&g˳\P@H萤*ԅKUhY5XSG]#dKBGN$˚(fٔJG溛bi܅LzT"N ,O#C5!dǘ?p<n #u9rvyX|?Ne(1<,s5],8 ҃+f,흋>̏.Acǚ?\gJD]=LVJI܇e2Up㮎øfэOFń!ch|XUX蕴5/3ihG{X2.2)C.3ҋ*?r|~S@#zQ^;5E+Rul3XgX<ΛJ\6Ĭ2VUSZ;Srfgb9_/,"H2fPmq)0mnII: 0}NZ5Jh@5_f}ws)dahE<@~R6b u.]#ϤoO_R=Zmɡ&&Oea 3`xL`(,v=Om*QBP@ğQǙ~~1ĭhmc@Xՙ/-/ F$mgBkBjyG+ gLQl7_D{oy:f&dgdcG "4(bUv&~gv)2Kz,(/i'l:ni:~;ͨ 6%hbF1jг{䆢IAT{ĂSlt ZS GCfL {+ "liYvՕ1&0q$VϢ ,R0%GRu/ڏ?vK&6F4yOW՗mh|T< (dM1A_ԥԸI8~(NRr#̊X x4IܥYZ־:))a^>QsIc5Op`hӧ8Z<B6ܥ)7`{]Qf ֯(F`pn]i=C|:zXLZ^<)-XO=2vҥ$+C8a-"Y[)vdoжuY 7jAh_Y}g}Kw}߮.9M7*_`*6PZr1!"%$nA UaM vL.jA;Ă 6 ~ S7%f1ز^ȧ@ Aaٺ#,vjSXcʖ) *s%HE͗ūqJ1\ylR*6Q[4 [/LŗZI335FHP!.'i\)XBr6%Cxq:H@W -f9=hvg.뺨2d J*bMj2oR ~;Gɻ|wk@-a&1]>G+Gl\],-+ijgR3nwG}+lJ۩m^Ws025̶8;Q<+d1$ Z=j>-dл1L65[I(ظަeQ Ovvv>.O6 @,%r`+s2 OGiARIhhp:_cӾ]$'PÅW/2IYQ2ZۉV$b^1>q+Krb8hcM˕|2^0Lܣk :@?5OC H#(E?[Y1R9eY's6Ҫn6\jOS o:qּijc"cwrMxUЕY!~cѶ(o8}HrS'~K^&*Yj|AI?O ߨO@*#n5xGʼn׿@ۂ1rv deBn Wp;Nx毞ѲxJS?eޖΪ,+LXqbּs-IJJԔ1$پ/hX@._oOQ>}dӱq<Բ:9A:h ;OE$K+Pڬhxmˤ3$sWܯ"R(q[V6V_/A|F?Wt)}I7[ɮ8s>+؎t4_B|J#R_~k鞎ǝ۔϶dbSGq S8)l-nI&j1 >iDe|DB-3>;6 6{C0 ߴgʹ_/͠mw9IHejcxȳ3 tBXFkbY,E9_ѓd* %`)nZԵkߠ}٣"\=CiUJUD,P PYGҾ6JEBwԋr%Gl3vZR(TuO 31IهAavlΊJ YUIٖ+uA6mǿH%l[N.d1%p7k}l673,s鹏(`$SJNHU@zD߫lRsjA_Cd5ځ@`lX߀h6 K6(O3vvd2 Ly7g9x;voYgz?_|'2Fwee棵 jOGzIYzo>j{BҙS_.d>~&V/[;=ց"]@QgIӥIJpœý&ca޺h֚?A0'hz-/Qϩ/JŋOΙso W_+ +.Y 5QRA\MEXwՍ|FV1c#̓;U`ְFʹ1Uyl$Կ<#ӛLgS%JPfrjXPhcۃ3m[=^((,)0UuSSZ"XJ涽>pϭZүZRݙYlrbɼʹΞ$V?k-+QY;VIN@%N ԣz]zɗ>4_=plj"ˆ FꍞHB"9<fyT6/RE2x9F~WzBGdhwOb?qe;ƁZ6"B?$JN;]Ml_JR%e IJ|'yݝX`\}'W^هF 6-/rW#Q ,)9kT>̂-l/IE;7ٕDU]ީ(#.֡=ЦD6&L@XS7 oHo%q^T2vQ Θx?Ը$8à ,p)biX%Eo3k2z|Ƿc5"oS2mFP #w&i˗7r\-xXnb (;o]|K>EO|߃?]d#_K_.AT;V2@e/$#9-w1W5aϻ:~~wޓU;+..fE+.\ETM': XST:>:L8 ߭m[@2vݭ_\\Վb,ߪ)XV?@u\|xvhU%efu*ܡ,'OӾ5jQR$wVT,r cmdwm7v~W}~{c+pvDߐɓ3!TXI\9i:'i"5lL ŝĕk]ߤ>a$ G0X4]cFMwhh~嫩fUDXmbI{ՏF\?ƒ{ULvܯ'=JAO{F;Bom83td# 㺶;EӶjj7B҆O68+KJD8?ޣVǵnq zGP~~ZirG=kXQ“1e'ȿ_k ʼIRJR Ǔ͜>RTRQp,q׾ L7K/$ch/MC6K\w)D*P3 ~YCf u/96v Rm^IM}Gş;}mJg3 _۽ 0 XQebC_hv;,㔭}#LQ&jCMvX7jfwgLBlY8jVWbD1 7 ~ȗ&p @"ơd/o{㳏o}+ˠAٰž{k"Hc2aD/3n^ɱ^~!e9~RmKSNIq_ZaQnښjv]:j'a`CvL Ǵ#ڥȑ0{()UJCC cǣ\*y J@?֡E3hڸH?l'e}\a9MzJ1֐eI n*TJvGxIERc%˟FRr)Kx{~~'?V Xx\Uj+jww$mwӦ7x^m~'+U !\1j`sPLN*:?kٖS_.qÓO&T:QdX nMr%$|2 gI)\7s}t Gӏ??Z?wz[Ca( E:ߥ#L 7@8jyO?rZ%/OhuG情2OQ1`YTPa{YT:fs~$~IĤPl%*vSՠ?+9 U6kUnOhe@R){2'VEъ^ [[j0h_UYTT㚟rP|i#$rrʻ vW\W6s_1wJu)~㫂kAXyZ@d")GfIAOxKeőP{Òd3f!E).!$1a|@nԧ;A~e|RH|E3ƨ=ňvZ?kNڐ\o5ύaPwkOVڙrK++(h+F9 J,!ghʳ_OO?i;?Sԛ51~bXc +MzN.⎿ipB4{cl_C' `ؐ]kFdYN)6&ʗQЖYT)* CqDK7-Q^B{GVnIb ?pvS~N#g*S,Գ+CD_oZa@Eׇ{q-4H#*$745e7u˃ 3qC"ԵFDɕgȜ%p*GnyE3JRJ\jrz?>>⌌x DjD.F$1eQFP <72,jV/0?ǤcRGoXݥBW3;{TpwEt6C98^_MX(]P | K1*P=bM`l(rl#F?ixX?Оǎ0#x2vgeC2'sZ6:DNR3 :G}7g)$Q٣^d&%E2:>d+UcGj nҼ^]gkx{ UXYo@)vޫI7'=`"?zr,Om.pޡ>̲6͞СU*XIPp GB?OF}<4=3 Na`vLs@Z0TwuWҾ5rI4|,3asc%n܀Ե>#8?@;R}gs off˕vNdJʌK㓵XYT bJ{bS !D ǾeJIP6-F> -36Wq7pef 7q11F M dE*U}wx LҤ+V %1WJJckݘ݃_9TH&/l=6NDW##Q2}ARr#jDE(-.8G+\`l|OL 9Sq,cy9t !QOsw=(iX剎Z®,-: @DY8#[1KfŽ㡭 qB;11HewUcOuh8$O tc;B@ FYUM7'5^w$lfDU\MbkCǺCo7n/j.o4AݙQ`[cVy<l,}!M|Y[ccu땧vvhzJGGZĝl?JsdtB1RVp ?(7Wޕ]ӧeaOjψUFC%lqE#gr2Ps>}'{r9d!8zv6PUQefB$@֩ Rҝr5BIQ?ر%npDTSۇ.38  qWF)̎b$t C%t_<p$Eng](b߶ft+L͔,LHjlpEkj5d,+P}IPH nթ%Ȏ|B!*~|pk7x;S/ C ˍ")"c\~L8$%NLCU&*ެv?tA@׊q`=H6#žniF:A@UGCn}Dv浗0bꇟL`Ԏ5'/t$<ƌ_^zXy€N<Y;c 7wBV,<+]/qd'ĔRu :Nj%(lnCM|t.g9~`.oΙɏJ(A9 knX#O?1y9~>?~v_kDӻ~!4d0O?6y&HI<53Xaջ#XĜ%{5W\q0E`^餰;F/iI=W8?/pӇ*m(EG)3 ;6 ӹ:h\~Vٸ$#)&M!0q-(Y^4EX7jRDAsqlLٹ4IcHʯ$QbPaאLa.֏8K;;}VZF b" R){Q +]дam}dh":%or(&bR?Gbл/ƧyjskjoaF`VON`(0do_XTS*{7l((y9 c/iǣ$dj8i`l^ xv\>i{zjN9ד։J~mRƑ48/d yQkX)$X0T|kl״[JH=b*NU]w;~G5&RJ|/`$ׅc#"m~l4;JJo},8GЪJm׾PM}nPsL.3Eb+)-P%G7^OɘΐoC?%DͲ`HSV 0Qۊp̭cJËiڱsH{?c락@Žىg}hf^>(̩x+\4VbV~}:{vvj2,Xs$H>M@}T)\lT#_Kg쨘̘T1)sL>u 49{KYر5^lQՑ宼a?:]Z7}EtO|QF@[6mx#D$%q5GX2ֱ ,tyASdf,0RO'otn6J M θYYVjb=ȣd5=]m b8Tnj PF?1'kc58efYJRV>vf UCm@$F9)SxNʔTkfba,&jPʞT @X[|qTuJҐIΥl9GM0 >(FbjXYe;^'JLҥ, YXs<6ЩKD.EPl0}.V bjO./h63+"G׸[FW/4/-VƸ>jOď%*> w-EI/]ޙpٝ>+``$"MՖ#m_H>=|t$JJT7J/r#ѱkR)J0;ZZƋC;> 8,6N:;x#v} Yҙ@^5l9?I* fE 5 q̻^3> 1]b}<ӵg0I6\| YZ ԴCm^TpS0x+vP X@ 'Mef 3+I0*UJ9 2Qu¥WvpR^`L;w~9+03R+?<][t0zio|ᒈ i&ڹX:t:aXpp|@NZk$.=:&,A'\6|ӦEU}&x:2ɏŔZVBgvi!TgLBăSBnф㫚r/ uèd?3=48{b捆<ަKPDD*z6/R䊨<-ްQ.T5~u94EG̐GA@@&Q@W "HAe/ja܀NP; ׬%Wna@$ǝĺd)ܢcvk,M#?ɐYРjt |X6Vo譗cei:+qʬ*;lL+KpOqs^53u}7Y3jM41h *۷,T0V{ީܳciڶ60YQ u5 LCFk^_TJQFT]8H|?1_gϻ9"΋5EՍa8ʪY %^H\IJMT< b+|}OgRVBԂ?5wQ>}o'?n'PL 1 VI OT~7#<|F3дb[ DbwE63C4>IYy#Y*G9p '/>АVi,cgfS4JX0TWOćt}c.gp}g|׋7Xˌ -Xݛ+İBv3W=S.K}mXOőm>'peKP$^le_}L㳉,:Ӏ?okkI\q6U' 5?5י-&oÏk}+SdDUI,1QKV~'{tN]s`ӳu1wqdb9 8?Ͷ$TooYTN"`ooS}6]O2#f鹚s,]ÓOʻbmrl3lSR@õ+=  (wcH)c5??Qp4}G&ς9ZI @ˌ,2SnGh!+(,+ŒGoO1+Ѐ?.lKF /vnh^<>,>qdĖ{vhiBgŃğJS3kwg3?fh>jKr7zsIO1'X@0'qyh=xOgy8b VcV OVNwM'Q|\ e-!-ѮG^lJ# 3ɪq>x,~} NgF m;WȖY$\eP6@#+̶YSCz5=}t\!"Z\hJ`е:fٲ~vW")2dmpT )?Rְ0{}[Sʗ (:_kP;t~1++j;2EjSbCLhr( ňE׍gg?l(`_p8#>Ȓ TO7d`" ?x7X5WR P7~ X|f4̗)ookBR7_m/8c{ZiԚ!6=El6㯞J; E·(AQE<Lÿ5pc1~2Wc/@$$Q:Y*[q$/wSOI0ρ|N>2kS^5F4 +14it $CN#Å[]kR ,}?f+ߖor'v0v/hA.lDdM? I۸eb,6 l!MW L*TX Ei`1v*ٵ9ziPcp30dyHP2cv뜃02Aɰ.c:,ۈ2V*z4/\l|o6ggi1E%FkRXKQ\Qxo>ӳMRHL w!)68FT3~C7'H1rf qKL2 7eg`ŁRRk.q"Gn[ nw$]N =t,~ҷcYsH4 uU1i%XnaտW$8_w)DH!@#N-}6g%(v/rChYij:͠HW!X7+uHjH~)r . xirG eXG F(Xno0$P}ݍ/qwhzSrE#1@-98I%zRtIk,q..k >>60`h`4˼RA*m]:`E<( dh!{~IղL{fؠ׶[Uד.h,P) y*:SckfGS CzYX̤(7"<-g`NIOv* L%EYSUly̛Ж! NEiKP /_Yvf i0#R^?A}EI4TEcDq6bA jQۼgIS9qz9n:pEԿlDŽ4eU|}ArW56 l9QC4,2 W"&y{rk=5 ǣC֌(kM5[ DNn:D3*jX[5 ͧw5!g(I@E c#K()x4熧ܹ;_5~C!0uNUFHa2dT$ }\'`V.jr&b.^;]ϙ8%,$Qd#qAER]#ݟNf*JG+jI2q0j 1wb ( C.N>wҐco[Y:]ˣ &r2#YڪWw;A$uD97ckʖR1r`9X{i QҚ,~I##a+-#^1DRo\}shyY:~!O<5TzI5D"RxRL JTqq|2; O",Gr2E'x3ކ&Z =a6xYW1L1 eߞ|pJ!DZ *j*C&Ll1X@Wpg /H=Fo|޺N{ %XnUG-VݞSeuaxm#-,};m+D_1 y8sM8@|gԵ j1Rd){ު+0egvOyhGH$IEIRj#TG͢GH_HdzcއZV+'L2{w,/1`)SCPw}ɜcD؝B |fqg.Q8 7*r8U?[p1 JK,F61|EUGegj1%zWNh#lfwX%T7^AN}_Om:X=ɚӔv (;f FDmfNC'?&?.̐IVU ^x&ЯlIoE8}_n@QcoLpgegeG`lCq#"ؐҲȪeQFU=K*#ًۏw%:nFc6A՘36PhH!67p _x#{W=)؏Y0)If,[Yd* ^l R񭘍T:q$ڂ|II< f? fhwHܱid5K?ŤV Oק) v'wũ'iwԙQmK %Aک#a͓$QJJ`wRNfJ= ~P'k?Kț\Wѿ(Xx-ǸBRJg+{6s_'y_F_׍cH>:V^6V.):eE"2{QUREUWV {,xl/d܍=|C !C7sO/N>߇pW6nI/JƊ[*\˜;k65_ȦJIA ;TC`Ok~45V ޿&9! l]N0]EzWM=( j׍,{'Y ;s 9PjxII"qk>d=恺s]'n缚~']5yO;*H|@+,lq$}T=HP$ !u1Q>NTPɇ&B ymf'#i=d(NNUaQ(Pw9xs}!^}GAF -'RUdAB0Gڿ ;j򩣏#QOV ( ZUj㯴 | Ǜ?tQ.'jOPWc2"Mv$6C5ӇNfӟȅ+:TC ƝQ=D;cUߧL /+6wt{ 0$;OQ/՞ד辴4cM8PIcI{!fSX`[GAǧXG%Wf`KMW8|oLJlc@t~O`ZELZ=ox2DsD}y 1tS:(ka?ݯ6~actQ 0RM4kN6%KFӍ%(VwJ({3ۺ7^뤺|ci3CSVU9@ȯOHn??-|)Vq¼bM{L P P;)ބQD;7$.F_U {B9GQ'/Ua \mnzǿm.T@4Ym[YLߤA/z_xg<-ß+Dd,9:c2]߀@@'^(ē\y|& +7Yh}Qԡ5ρȮAnΑ++×cP+;È z~~yБCC9ΪC0X'YA?3D)Y^`h{C[wi&~#~f(I#kNuu[6RGjD=s0{ơ>چy~}fR !BW@!I!\lLj\JL`0}ʭVV>ƄPG KhB<$o)E_3%gfR~@Vy0,Zi.Fл XKKW*fpp5ժ?ķ&~k@ :|y(X_kQ angTA@ej(,TM[aBlmJ0q)Y2Ԫa-SxRw,YCxgʥxT0gXJ;Yd ڇ}5 !,4Hl=*X$QGzH%1V O%(cdc&~gU͊Duʈ`iXU 0*Kn odMDU;kgDrݨƃvb/ zG}<X_NFyShBKӮ%B Pc<ݜ);Lx8c~>~K5?]ev+X\(LP 5͛AdwO׶kjqc a˼R0!P,Vģ 릏u-=x$W=G{y]?qd&~Fk&2H`޼I=zK oNNPQd-A|!ڶjd5w/jzԯڙл{UQ '^1PzTR`Oi31B7Y?ҔPе7}=L?-PFx}?(Rxj! ?CW,Ws ؟3ϕ>g`dDg"Oaa6{X@ Hbu"H]Pħ;?l(g^Lw7$`J\?q OalU\~$?a; g-l`g+y*d:Mڪ3= _ x1 Hƭ${}`hUvM?O.oIYJʯ2?cúGϩ HOU*(j*h ;$@;}b\0>/J}`C}Iʂ/Ri:ΨZ =bOG :&lYmN}*d/82A߱;t=EOJ>!V>O~t/ѲGf>˺?C?Pӂz8Koj!I-gPa*c3HXRH:$V\6/,?PQ<sU>ݛO:о?#HZBhzy(qi:|D!I ?knnK.gz<]Tس\ƭ;mfaYCXԤ-iqg% */rCέ ,ܝ?}1 뵒A yQ sb~!Gr\s\,6}eDR?zvoIIGFpZc|v])BcȋDo&oZe(K{8B7~,#߄C'1ژi]n}$OF=1F)~7{Ao(ޯ f%7llJ)o'#u`[qZI'?0`~/4?M%d, "鱘.=@,SpQ#=V?li &JCd92mXJ,99LӴvWh ZTc~&KBI"( esqI'=6)WMb ͫ?0?m%iCtr!B~k?<C5agXW0ePTy[R,h18Z@5!+JX}m 㻵Ito¯R֡[PL$WgvA #Օb{r@;uЀ_u*0 u "}bѦBF@*$ 7nҤn?o*y9W Wib@AO?,D# PaW (Zm #<&j_1c?61LBVТm8dY3̲p֩OYp";ȌvoFფ$U H܀B7_4}c7c'=_.7VQNRVl\zLlQ&r*1?!k4Q?ڇ# L;IJg1?.CmpkܩmɫՕlNZj e1fʥ޷ٷ?+@i\n&F EP~Rlbhߞp;#Q.g>~zɟC'#|Q )DsgO;mSG?Ge"I,̹?@Bxt죖3mbVm[('C_R p_;ޟo^K2LwZԁȢE:/7!S?O-y\f|?It4Kڊ[ R-1/Fy65?GhJTZ:Y\O*yeϕT]0r3 2jjeq^H57;#b4c} P;{EFH:sS" XG 3_T>*X۵x66ʌ gl|  iLćyc`v ,TDB_~6-X+nۅT~'Bk,\~'hYC1 a]dKwf>[~E"@D_@B(\ٛJ=>Uv93wu3<Uf x?u@ۈC@mR-i4\u r'(yCx$WD~7TX/ q7Q q~B b& ҄@~PI3rßBv}ջ+WZc慖@Ew PЯNٹB@!o\wrLkϢQtMt #h^Q5/A\cN|bddɕI! ?Zv+,G/ţd;l$Uhsy3H#evwl2/M[tز2a_Xg-UoO5X")ٕ-E96jN'8T_+qeUVZ'_[RMe6MȈݟE~iCVY)@Y Q~>Jtr~LS􉶙["RJf91oX~GfǒcgN2R{}A#q_-_~!r#3 Ѵ|og8Gw`?Le&Tũt_jGkc9>:A}X .>vb*:K( b z/cdbrt.d$ A q+3#`Tb]>| ~$y7R&,/ 0@ߞ4Ó#dGùO#)kPԏJ,&81򑘡bvGۭ)k)AH;{]g,vjXrX,|Z=ىaXkahOG IA)%Hnl-7Oy%1+IT2DxT+1actx՟Hh.hsw~|rI&쀤">|/zbnw;:ǐ>Ps )bQOkj1e<O@ a_'-IĘfsH]Z'nGں4ШֱI)BUY]#.`iшWCrHvZaA7֥ A>gXGA޼ZD.]ަaCu=:F'y(5 NV1LH" ['#2G &7k$6\PʊƼnR62}" rq6|+VnQ{kn|jS'O)7\"ȣ! J0b1iud㓳IeCWN1O I"c+G ukmX,cLgȅq1@rV_p~h^f%[ Q>!PWiKx_Ot[ezUR8RIϑ}jʝFȕ'Ěe_X:lX+ohVV9&ǞOIRg`קxO>JE< fe lmP|YHs N-K!4"iQ2B!DSGnixJ%78\A\BF*}H՘B+c8lҐ]p4"_]HU;7nZ Y@` FzLEM޾F%Lx$bKpީ+{:4Ra}c &lfafxfdr5/t^*P=ˉu d(W u`7ywI$xP߸۲dl7 oke]\QF=o_^Np}K>jQcX$pa {Mŀln7wPIﯘlϡS)9s/ZY`@-UP n|D_k8\'h~,쑋賮.^)Wg2H`A^gJANG{eA(rܷ{= ͥbλC$CHq1qf(ouK{R\5HMء1 BoňW)@p9}oՠGdn966Y· bBX%+_&)7s3y` ~<ݩ!/"ӡ%")a>gL-ڬ&AJH"&J٣%/rvs/C;-jpzżO21OnڢÅLpG# _'ޱ~yR<2G:+@vÀ3c{=ǂ+Y4T=OV,}Vb&\-ݳb >IPlOޡ;VPKmpzchbOt"9#Wn 䟐#xxj%&c{99}]-1HҐƶ_n#;A#~[Wy+Da92_1Qi?h4ELi@yI䐢q_jU^En!GS [sч7Jw&!^ ddh@ʏu{о9 .qj8 arH<28r0~|L:f:&v )A&^؀t5H Oę%MB*H5j[%U]R5}yDd*Kz3EA[ [+5 Q6$ߪ4lLYq^&yY aT(I 7=6v H~mSC%̓H Y MP,o.lFc/xnE0mo:^&LJzJ% ^ GiB&);$)QCjP698o5]h9TmVx 3 O!%H'?oqKZKkY[E7ifal|ŝ`F.)P ͙Sq}45;"V9sư2]3ՊH;'g`l0T?S 2f/u*#"*vX |qM+W PՅx=)&Țfh>66iCz-*HeL.|;gzLT3 Fɢ7?Ѓq)$RHP.8|ddI (O-D$ EW>z/e Kֱav +ڍ2/|=>ҤUK6.-&ZE&n/tyA;=bO岥(eF3Cm3I!הO$'{P15Sh"j9瞵i YM 8i1ND ,B`|0Mt`?X Xq>o1H"21 n;V1ֳc2Ue])pIۤ-mya$?"ӡȻCǶ ~%ᢅPʟo9n#uUkxR  5c[ض yđɾ8$?۬l;'q0rLI|Y%) ޤ|hKP]^!QY5}VQU "  bӳ_/!PU9AN|C6L٦*֠ W'iTJK$,_EY'ӵ}>U_hLR#z<~5]*;B})BTk[oxcIy$mᗓ{i$_$ q)b{N88zpI6T;gsdtCH#%<ٱ0lhBmgH[=h6Xm^YY\\mv~x_>GEJV%5v2.\2 $P/y#S3GA u .US41ce+ W 2dE}B4o`K5Q Ԇdq8h̦Bn$%m 8Jiê 4Ǧ-I#&06n(n񤩘9.|Ldo\D!UU,Zk9FbX.2e,T8غj4O)H*j o xvswrdg>~rBnPwU+JieJ1tūc L}(4@Dұq|H<|_Si^6'0)DEj!Ijאk~0RT|oPXꪣgw㏎2`.fAe VTQ 5c\B֔?Ɠ5Xf%S(Q^(O 77R9@ '{/V34G#UY85 qLh@Spj7OJ/)$"0#Zػߞ/8\o <3c 1**jǓ?סJˀu['ǔC09J̳2+[zɊSTLX޹@02}ɛ;Ԙyv~/wŃ TTЙ唂$PaR@(vwc||ضA! k0²o+$7,b TIZ?Z &kMaP zK DBFUU!,(X8/Y-c"YQQq]b ")+ SxHJ;I<1L`UvQq5n7Ϗ\XPjbCWk,ȍPo@:0;FKٔίon6V xn(HMXQ$5s`r>GK9HpKuOccȖg$Qw;тϥ3% zuĔO#>H?PV~ha 24b42A푟ϸS@D:q{!iA f䄙e_FdRN@Y>9DD27fՆfԡ&S(@nQ.ǁmu Sird2ÏBEe,nq#94kDHI]ya™ dؤL5?ן&V:׬N6t iS#,l+DjĎ=8$̓~|X&j Tjo,,>q!!Ʌըnp:RǛC\2Z" mwdG=JP>0);Zw9!Rr`Q.! F %OL#ZRV xv>Qe#̎'ӡ-mخC]ҝy`TrֺE*`Ri~u ̏.QρIlAz&Y4Ղv"IZ=,dIPi(fs{8*}סÊH$ov%k#Y` ,]6*ooϊ*b[C:a@wc&f|B:D}鲈 ğ%J q5yhѡ%XHKm\h1<9AA,5'OĽ"hr`y1a($) +wߛ:6鬳0-7Tç|#f4-#GEGBZ,!*4zSϥx~]3(WjCߡRoZ.b A1X՞&2ƔW"beR%ҧ!~nq*fd<#Q@/ۼ\1>kH9=G)O_3aMv Nta&w92iٌs&f m+5V-s%@{CeA55ה )a\YL+魛j%$$=HKZPqRqL<2Ll» ? d:aP'x\BYdӴ1EFP?|f||ߗsxi?lkŮS K,XI BK( Wl?o7Hsj%HXp ;щ?̆=c!U]5&J@8uǩmuLWS+:D{oB*X⬷ud)֒}=㦗 1 M"sa]nwpA5ۣ  E8qx6QM=B l0f ?SMA%ЇH@ Z;q@",,wlɦjU ǎ~oA RG-[з,"rFTd7Deܥbɢp8z+ vu~>\ s#ʍgy$e6) xPxxK K*ԫ#Բ21Ç%?PSl y ,~hQख़8_rN  5d@ 1L_|)1M3AA3N)'TOD H%nT|O(>&4yfQ"[ tNHҐMzeA12OXңAs@̪drHT"_MJX@;ޚ0Kƞ\Hua cǚV#ZDZ5FuDEM8LB9<=r1'Z ]G&鉚}i!jo :GqHIJLdRњ%6IQ uP NMoWi1g߹رpj&\|Li ;*{tg\UQ7 {Yed^7u$Eu3S*xBIb{_EO 4&VWp#o,X rͷ|Z4er_CqZxy}&XVQ嵺bY eLdյ >:!(+`UVf>GOQKHZ T!>y~{gR*2]1|7gX=q-~&-l~%,tsn,h1 kh@a]rҭnQ5Nm]}O\ꊍ|⠟&u@eR$V̒6oѾΊYtܝSOdL x:ࠇJ8zu=7::-Ba<AnTӓD%[hdwt< eB䂤<DIn.jF 3I*Swu\( !,ڡ֎(4Tk Ϟ$coBAp) -?ouiq"4 $F$bXysߥ@`Ԃp_-A +eJ81@갃&Ѱ NҒioM.%y0$uҩyKD 5R!Oʨc}; F@}9Ii%y~:CM ,vIUB!cGQL98dX!5=1^6ۊ6 lpM>z¥rbqᯩL)((ݒOAJ@0Uثʓ-V7 慏`OAkO !"':'$Xy=W UȻX,l e8ce'Bm#@(ME5Mcc;ȓd!mʪ 6,o(q I0M׍1tdʙYLMA 玸F$w}Z$ؑ*4f2Q!a5s&<\rO+!Vv4(|~ MYϏ(X:ΜC+7?Ux^E'X@(:BAksk.۷ֱI9~Lradac,ʖ[*Ug 6y*?%JB{kա鐕'1]|mSa~DA%r0셉aT$ג}I&ǝ؊_ZYqNB쮬 )Eqd*sv,kNZݡ61,<ɤ"S J3n@+M .z$NAȚpn?Pf\b!ʇՍBSFrc EϏF0O&r93,kd Y@'ov-A_4zu_[Zѥj> W';䖛Jc#;Mn>֮G7֭ cb sKr%RZR>6QK){WVBҥÞ⅃lc5tI2${Mke$Wox+`eXmw Kuc1$Y$;O6A:[)tNyS;jC6~F[bdG2ePmѲKn" }4)"a)Pwv1ƒI"tF!R̷ o_V}aXE85Z8nKMW8;ds&=Vi͂Me)xԋ.0U9@y2u|̗)%i nx@5|k2RGAJ;u 8zefI+l7(,W:(ՆHHu\{;;cM(|9S #(\l mH#o?1 ~+Hbe%&^Ҕ_'IY RKƈE'i`w*?UBgt S qAFl ۝)Oxv ʤ{l =Jp*=cv<FFXYMx |A$4k(.M6O5ZZ~kG)ozF(RohNۉUI []Bweݟ{Sd3G:Ub"5tAe$bHL߰<~˺-"#6!]~+7v|n Ee$ |=5kqc0B]2d;B!<rNKVs'M q( H6\r:=I`*ƲdeX>L)4$qglRz0 ر0&id]mQhWӬ?Ub-)Zi3\*%+rEf⼰ZP4[V.9LJb:TIb F0lf"!25XTI7P/(c}r#̏ ]Z6S2{ӋB ,"H>-| n]]|Biyg}; &ϋ09`q]5C2ʡMоY$զ&I]txd#d0V,Yw ChϴQ Bx vkif6t;$1Tˎ$+^՛4hfz10SV.:b?bLxv5GhivEvj[pq ȱCpTK<-+<0?CNQ$!Ջ}xZ,[|Xyjk.4yXP;X!kr%rx`|kACpO 1:96PbXx]w}[2XRVAʹ>]:E?7Aqfrۻ?q~B|#N('E0ˈ˗EɈГ7,͐ ,Rc 0$H:XqIbc`,Njԓ }pDSC{< F9s=Gҗ/IȑP VHchx$a57sS⾯#E*+*SPqpoX= xX6猅 Y5 +_84qw d)\通ℐ@2b DpZj#jјnuHA#0pQ n,ى*.)RSE'< .IEX;8'ت, ;8(ھDbBZv'vHݻ`948oHלN <;"" ;.,ЃLFܶEtYh,\[tY2Kd_֓NJ%2AT#Mc@4q,\*ŒZyh` i4xl=iU\@Phb"Ѫ; ~k]yHo^+ˁ:ɻ=JZ9 ,m7Q^81 8h]$ȳv~…xdRp<ǻS h=,"ǎ4P bILlZ!] I(n@RZX3 ,e་$!K{xI"|8tA"cƽ![Pq ?2#PÎ8 9iwgq( ij2Dɴ]f?Fhԉ*)͐LoUIe‾<%ic^Zbx5@&ԥC.9qCCoqG@t5+t]cN"KurMOk|5ЗhH:״\TX%DcocIHt Y&Ҫ)v9^y@eMc}r`cň|R (_-n-A&GI"*6x`AV6k_!\^B.`}u v&(Xd92hqSMYNJJp+bW*{Ν@ȹ9aፃ_niNh i LQzi*|(6 EZR!lX'k \ܧ-cp@'/>T ;^4}{2'yRf @LZ/wp>-pO\T?>H'ŃpqGCaU#} [Escg?/a~"CD IEk!*{Na8ha |} fBd&L,iHhņ(/$~AU50*JnPp`8ad6cČ֤WdA)jfV?1wϼbg0zn ;V_=) o5٢+[7:5 JRC.P%7!xq:`zHUR7אbaL!?1@h2DH~o~$tN,8RS `4!Q!H2O^t8j&n* <,zӡ|4xD)4RmmJ`-hPS螉JQ,9&\VrY!R:#gDtU4湧srM/2y3/Xņ%C> GWHQ$/IJX8\R85+M# *Ԓy jXyB[='66THF@YLuR7b!`%\/|G/(m.1UVH !$-zp0ȉ %v_U7\dWkoqs,Ira2w[,ۚ71[ҷJEZj3;+/2% *w-x@=)bL*.Fl2qGy G )[򆤔Ț51I }M֘,4jńepRJ{MiXڤ&2QS*BJY o*S˓p}=6tyRJ!y n]x9*(e? jR4j;]Xڢbi2R9~cc2J`GsG@Ms Ye ?Htdb!ʈ(FH ?ѣL7'Z+yCt7EXaiҹud:o6Ń:ᡦ Yq[[}C$P6㏊S0%k1RI P7b߁9ż}FtuQ\P@;Mx6k, >0r̠-cɉ.BEG~aIM8\नo:us61OzJ~'uC/0DkM:\E[GW\`v>홙.FD $ز$E `Ҧ]Z'g%G44R2TƔOp}{ mbB7SfX*&Շ2Reիfx7ON20ۈncwVkeL]\Җux%͖R'qRÜU*Fwr/ (@@驖.(ח)3,,*"#•H˖"ZDP`Es]2i2]gD;F2Ie#m7~O/7ƅU{p8FTsD",~G'nэIHμ5c,Ґ1W>x{׆=$pNcl0fc13 @~z0=Fpֻ@̝m]kw@n/x4: H8 99 *?W֦`'ScR,1M~Y@)Z71 ဦ^8%jdaO}zS9)Bl[U'1cGLYId KQ'p|@(&KS1\ىn"`i"E68f)fNAI, }P("d/ߎ)3Xfc+MZq1||rf^δhVy@S?f 9ρ FR?^ 'Ib+op~ *%km.ֱ3^~eU + އ|JY<ėIkfő"Kőz#G>:1ഖ+?l"8pMi{kfr,q\I4SM hI>)@<ԕ9YS| =HILZsҾ^QO/H` l~a5i%jv1 ȭq'#j w;e@ǃּtăA"cy(wP%H 5"$QQ-$5 p1]d dI'<7`ڷ84ˌɉ6ā?>DM$L4ԙ~xP(|?R } 5d.-VMaCXwǭa XxUF|phiJR h"" 3/kW9H##`ZWmBX20iscƤ"A F @!k%@R,0Hm̟,Q˴iq&HS$6luU dj@u5 j#'X$Y fB빘b@5`HrC&*d%OI}AYm.Ңk,Jy[W1S-LVbC<TS,^|Yr~z5֯ 'VJ 6y$e…F |ܟulЂ LaZ $04ieYO+Dh-HJ:V$}LQ/,, Y#@ה9SN EtI-HE* #BXj׃ĸ-qxPw`?55^2PHqZ;S/JepYF#1 71+\/bff1fy#59b ,xbU@jRsTPSבzqvf͉b'q&Bv+#n.QRA))pJYMrx%!R.E[3!V*x |r(r>H*R&Zʹ⸕2ɉ)K: JY& Cyn">&4e3Uڠ SJ_B>%!As`(-N#s.j~g/SIY6@ e +ŃL) D*>, O.$e |\5$+,A.͚d(%'{e= Ɠj1沰°eN`/X$ujww8˗bd%YOFP,y+H{=F\\h%/YO˹i@CJ 3"Cf5wBkkX5:eɊ?/&,ϵWT#>hLC)DX5[ ͎y1JfUOtJ|pp:z7HtׄJ86gha:c IeR@,T'X+[E, %7)E!͋@Pŋ(8p\dhFvjOT^+cJ99BE#|56/yɕW\TeT$*|*}WZtoRI^"Pe\L!c C2*> , W m)2jٹ_Z~ -5G,XMٿIdif]3Y$@|W;G.66hܘ8ŧDqQ!Y Ckiu$bjY nf.5OSG8l ͶV'HWՔvơHQJC+Ms1Nڜ"!OќNjjl2IFBڅ/jnq`IK 1aaPo'xВp?(ؗF>f*l?{ʱ;m mxT!Ny' *J:; x5h1G&g/Q+sT 6J )gьx5371fGD9KT~k8t=ZT` 3Eƚ}cEvL2VG߫ǂStn? %wO8 rdbVU$VMOSl4gx=Fzи~o H%K2 @ y|yI$ эov*@ܭS;R2ى!z%(:ZAv)d2:5AHetZxJ j]6c"8z,9f"`8^$P(wգ̅׀.Ǘe;/®JIm6K)z) iFl4^~uk0:'U͂ ǀu,j@bkOY,ϦݥK `_g,ȪE!bGJkGm"/*ۦ>Q<ٔr36M˛2b]8A{]m}1ǹTU-_}`05#P$}϶ILxXjh7nUPbJ=uN(Dr$LAst"K~=x׶* 9l#1QE!DmDrUčbJ x8m9Zx̊<>/έ uK&[U❎z n|iX9!lܜ7:ZtM~E]ckyÒ|M<:<8x }*4 $~ ]58iY#_8dkƳeXlvv8P-O R [%̹ȕJA[RU|#H!T˼nAHMhݥYXǏ鬄2&7$H=8%ao$yP~DӴfF;NH2ǐ7 + |0km jp$y#!vjgbBF?P@WD!WFcoC&&vɚ(+Mp $Z/NiT<)FlSvFDp8;#5z /tn//3#Vq,,qP SX"-;`1׬= .J{K38㓗''H\u(U-Rnlޱc]4+kVvH"K>f^fT[#=BvIyAI;v%)ZM`s><8mNXz2T+ oX.{UDYdA@YK/#4#-h,K)+jb=G{# G0&N.dQ[`\U%'Dޡc:ɡIZgH|kӝI#N|h̖lfm8;f^xtlѱGB.\;ƪs([8_QPf.~YhUTMoj*JKX)۳rfll4rल8o% rEN=)8QqnG6nh:7_*}t7sӒ)!(WoWHor1glM<{]IHp*QZ=ijB`kpkaB <ːk8ӝW$IR\l˾X.SËM?V S,6]5ӷYIc^iF U%ퟻ{ljy8W }>GK42P@4O3(LH9 keI,7 ϋ,yk`66M oQ 2!MO=k(b60In zqxlW9 ]ҍxS$Rki H<ڣx8 .61tIVfR۔{vX@g rT(Qn=]1Ai-& t䠐p09Lyht]N52,4@|)1'+IאAoRnd/(e0D,H+<_(#6U eW 4+(ض]_szYEl`@)s|T>>|IYR7V>Pz0J"eJks2+k#"mUqrSxkqqӠVTKvl(A+`X57x<5q.tc8ޣ07Z IrrЌO! 84Q75]5HoHIQX=ݞ!3VVY4,PU#C|Su?^M,]_0HZ>djEY34LrU @%wFnb/)VGI~srPp1p7*vCp2pX%%e,K_y@IS3e-GY; B܊?`E~Ҁ,_h]cȌ8hJ#,R0 4T 5Q4'!e'ds@y㟿:aMgF!dlHGvsP늆& op;QIPF+9 oBSɪɰQ#$8)Dx`p"ǜ~)Mʹf]G*c\zC 8xb/f4o1@I87d\ V/CH𱤝Hf8G$%E+pIk#lhy&6u ƶhM# &1<>;<M)!ݤbTX,vOdzrPq_گ"loIR&KCKqɺ𦩾iW#= YHLtc ()fQ@y`IޭТKb)$ {)a 5!2Pח6xrFlFc=В4,H&.@d@M*Ub21Pnj-qѕ$R֌%,'|okt:dH#'(퉕PV;$Q-QF.Z|upG9z,0F"0vo_ 6L kFrƴz3a4yD>Cmcno&׵!;dߗG\<k0ԫ#nI@ϞJR9vjIO roX!,TI"( rk [*)ێ}D$*OZr,  !/\ux4dnTq%GL?J*yr|nS%u+1̏8f9x7ֆ$ct8 Ul禐dXAZŀ/k5!hdlv`fIZWp,l`Ty;@RċT+|$E܊Vɾ"b46.FGGUQFfF@ni\ $$ y  #\EaK/g`}\R+m5gx K; ~X6bC>ɋ W*QKXS]ykYtZCL8wx=3.2i^4gYA`AJajو|=\DC.N#`6,+8$C[π:z /J<}<Y$/;V6^Mo'5Vx0.a9K+?A#>CB=ʃp ۩q~8jA$d;J٪ r0;2|i |#,L]I0MӦ:Z\ԬN\C.lKMM]^]`IƏ~lah!BF^NGOLo;Yjb{W^yI5$׳kX)B<=ߝj|?!V1ocHT(SJpeRg׼,o:V'ѱ%e*bD{3i@$ (2 ;, ɃQ0rG8'lt1oeXy& { xS JM1-ZFl'43& }V$YClG8ENC(e&B%o&.ؒC9#CT .`riHTͧ)2絸Dxy9`1kvmU@]n>ya߸;Zq7v-DzF& ZEvJJY>)Jw,0ϕ$Yœd3ԱDh.ƭl1#&%D1vNuR @'G \cך=; 1!W7UyVOtNzD-I%)JUbխ0ʑC ϥ @ 0Bjm9bL7b>#eʗu'xeN815C+,YFH„( ݐ½`y=TB/brw[,ػ$ Ѿ,;b3-2;;af>%61b JlHXu;'.v'&~$| )dtRM$)3DbZŘ$՚i!}:\ H$ŋf1)em7 evi${0R}q1cRG,ؕ, aMfӴ7OH^ș!*%)K3=St7C1E^W &3a4#q_rBBv<\Q3qCۘzсa|" :A1wmq*(|GrH ZՠU_Ǐ:UڞF3ixbˍ,P+>8_hNDV,5F#XAL٥梨X@ohyd 2=0ƌ*($WMPN4 $W4,й:4XYdgaV,͸0aKg5 s9ԕHÈdȒۗ$c#) ,JmXZɼYQFzX85Ħ ˿pm P"@-Nhǀұ'rD0Qea"YA#6:-6jge\jw/$σ' g^ΰ~EP54L7uLy0uRzYop *X/41kq>QD$0X}>Y5V|-R Ab5LJ[*g!L1qNԤenEŲ$:b!\͍G1+w|5椇 Z-n n,p`ףhǖ Q$ ^:#T_X =jP>ql[.Zq^ .eaK"A$ц Se}rz-ɏpjYAK$ծsCq0ˏLE=?ҷ(9RCV J5y2M z0OUQC )$<&,6#Nl~NE,Δ`8tـҼ:BN&c7}9.HZ0 kTP ]Y @v-)|.=dRazy3E"ePlx6Z8^Qb(]oT*g 94A/f Mt, ɏ1Qd >$I6" رV8˾۬[03Q=BiJ%wXa&iĝrPd*S|(ϭRf z1*}ib/h(' bC=ڑI`uqHAz&$Nb ?!i=hoq?Is5JA#^!{-e3mdi$\p <㣥[X!OLlb+(&돁֦PieI?7 ߴ#zmIbUO62M EJ' X5cF&tZ42M~yG"t 5FXɒUfEGWڵ@<rq03h0?M,lXqh> I[%ӓ8UVmւ8wgP0? HjP쐮0~$fϸ.ϸ|Yp34`H$7*IGR~I3AQ+U,wvMv1`@I>?s}`(K-O r qͱdapJYqgXRq<P(8'pВXb9e)0}2w _'@PH&`{ƄY2@ZVJ*FQv.״v\Bb _C) g q H.cPe510$Jv> ώ/$5RM1(M\ Qbv4¸=r&o1h-6W)LR*:|h t4?UT)B0XQlbaF u$WBTȉM"%y)'Z(d3q]zA<\U2&S88b+@r@~I+!0[>%h)g Pt~(  }" R5̿4^*͐hEuʖe^5&ԲʟPq.މ`pY #_LJ,$J rܹ1fO39)cgb#(xFke.8XBнƒ{xT;,m dD"±8@3,߼"H ulULŀ1\ ^.'=bO7ߘu4\⤹b&R:4sZA`3灸T\;r;I gzM2P&wϕLQ-<:k 0`,QE ıuZ0,~)L>i r/T5| ccFm*//IRye&$'v@[,n5EAG.tYV] %w و@mI)P; ޵ǥy|̉!i$I"gV.'lQ/ѭy-a+H-ݸojscTÍ9b15چ̬bڷyR}PkH) - x2&Iʈ@-Do>Zvzpÿf|))$'pN 9 C ̕iYC)P@<@?K[Vܭ.)*8;5FTM6E)T}V'S|\|l tQXe$Vhm͵Wh*[gm{sٕ8hg#@&Xg!6*XB' JTPëR(əecC S, lz(3 2o~ŭhltGce %~-%}w pUO0wEm.AtZ|!vv 0݁cqf ቊ5*Yݘؒq|[,zf>,)|ȳ݈#<鉛jg3dUrh˽t}3oKNTxDЩkkkeM5[qZ/삭AJվ,eG͋PU!̬}wJ*&]֌E-˙1$-"y@6 `n-BP%܂^Cj|K;TG5A}E|u=;{-|eU//>1jbfA2C2X( Mg{yE]L1=ٻoR!.,Tګ[Pq`!!6L<2b!+#>XEgxY=Hբd{w)E8)$p۽qG}4|SƑRv[\VR5 .tFOΘ˘kh5h6X}94I,QZj jӻ ܏rvv0‘ӱٶ{_5U@s}bDž+v <"llF8lUv$3Y+7?/ΌPYC8|A!G>Dā6aF`i (Cɣ !_^JXf4xv,E8OBR@PB6pцTX#1cpQgBݹHHH?_"t K1[=d͚%Ti\m -o='x6Z wTksl@cW49xzeX!v,op]^Z!a'bɣ?Xn4D!7n  CdY2$kB x ^ 2re7\lh/ՅSXP5qz*c[k\!e\}cEZ0?2%Gz-QBMG;O#)gt^56tM/M^лimdY)x搙6Ǟ9cwTi% wբ^Sđ V)! h);x}$ԹH *$GiF-4I@]FBIm\#ccdaÁn dQ$5@ kb.m.D7Aߡ9ˏ6l\1ZiH'ǎoY ! p 8R7$PQA#8WXh)F+ͬЯ2 + έ Fd#asGTE1 Є]K4LP( ʚ'f \p5*gQv{xL.Bг @U y$|в膀pG C"M9Y#cf2ARw;\A`j^H8$$,[xEsA딐if0 k)>vTEDy)1u g$Y؈$}qyM*d;). A=4U̙78,wX UpyFP?#r_g#zbģ) ^_۞:Zdi ⍘kw' W'EYD;UE%A"/r8o=` lLb`xXLUVHfV(y&8 +nTBWix$د`x5cnX Jzc9_qe uՄ41͉ǔN ;|_>?ouV L vH׎ArXp/~:2, 6D#2$j mCoq䟞 gWIZŇջxzQF -I2no%xA*atempv)/iy(֨3Atu'o_H]kT|H7S`61!vReeD /JIx01xBc|]'(Hh6 `+ BW02AxOyL79愮IS}a0wb{8 Uy7Ͳ8$ǓJǁr9ہ`E$buO v3<+aɟ :,A&NbO(v`'W7y**Pj;ßH+Pl?IGQ7"p-I*DTgȷL@ Gҏ&LExeLy6QTn$pXw־!*RUszņ2r4j ( Ki-G$WBSPGXxn?L3letW4MEe)bYH"V6۝rHR\ 6E!Yw΂ \ mi@܂E|oÓDRF)- uuAxYmqPO͚t3*IĝO'p Z Q T@Ґ>r{pnF/ǥőcG&C'x 0X}-sqgUqSw$+ XeQ"h.+w6.@s]V%TdáYYώE:kh EQJ,XՃxRK$3jrcNJ9  BHa=5(n7Sbj\”r8o*]]?WY^8a GHHV+Jh @j V0;bU9.ŀ{FR[/\("#5 f.F]Shf ǔY4.ɓSL$SlK<#c4dGGG7N {HX Wj4MUwg]CRN cmXUXHW뒆^pS'Mj1caV8"9d8XQ!IwO&А8kYC,m֡y|34x46B @l$X<ԦZkÝ<3\}^cw$+&GGB 9́Z)`C:ȗ!RB=:X>?MBu=+{u#8;?(3 s$"IdP$n l>M%n8{TkD$;S{и 0_ Okh\3&ԠsD}*`I\O_$hT È:%;ɏ0fb$VI&NnϝbjR"ܭ4q+MnF`;$sgfHɓ@Pe0jՁ~EJ49CQI4{n@XEr)ruƄdĨ,=x45i fEc(4R$(dVS+xkSBЦa%֚,/u uX84eSIh&V = ]=*ަgJ Cߟ10O cf%E)S1|ta 5^B6`TQ8V|yX JY3ݻGg) (^SZ7]JY\tP>Uy ߥ:}Xb@owrm KC>~rD8ژ 1 /vjyk-Z )-s#LiP+QvΖ6^F,GjǗj] "(!vsJcd`SSv`C GӧǞX2)#*UU4A|`J ԭ gLqbA2-_[萒 KϏzCM,Ruǃc0ă YhN$P <%@;iK85^ "mˁ.‘3Ka^yh^٠إkï$zren5a [s3%MރB 7zp94\(1&Te9 >dXI*lT>IW՚=9[J/R4| 8eIWM,`rdx l %ZSF"ִKVЕul 3gq{8#lh0r$TUS2G |x b=-Rϭt#%IJ_us;^]q3tVL}?8XC-H G픞';rf˭ci8C/NgIęe(әe7IЪw.ˍL8p't6Ij1/+ZY""8eF1r6T/u1b.qBh Spټ#|g8ҁ*Pck])aNB0$P_r?&2~HOy9IY{6X;@&WFw nTHzaǕ)^0F)4Qc&U1Hr)bK A}OJb>OK7MH,[aV˗KL;9E$) >vB:`Im~y-eIǑ;?"w2+N{qUUKA%5,͘[_Ca|Ӣ0b^oԧ ]rmQIK.O:C'7SdԱva%,1PZزB[BK[sFVܢdVVi b6VkF Ĭ HF,r[ UKt $LōS͉8Dž4"( phpA :q/Gb|icΕ[p$P9^ ,W w}k%DAYGfjz/}7fhhϸ4AHE<2BX,v'JJ֥#y6afڔ,.wXm}RhrTY/`&mwR+װ. l@ =V6RVycڳ/(,AtHE…BA8 FRH)f*T@q'/QRKll]S\".F#ۼ0'[- xٳ=wY&\к4D`_6  ⼀oN_<@$ƻJPctΥc tYw*<DV0AˈBEd)ګw$ ɣ6( 860D9_‡TOq$1}<4u׼y2 3.w di7Q$ ҚB&jZ@#r2qn8v}ǛcԟsYTB Ldh19?] SK,sχ9~B ,{ci%)ǂhW'+qB_@)^>\}c<\tɋp`bUD?b>:j]lh@ Te^tYbⲨHEaLHѡFT9)cĞQYnF>czY1I)1_l< "o8 5 NP.]kU1#ȖeoQfX䪲H-<R֯6e&)O,,D.H!QSc:QRwX8)Z7Xf-DE 9-jgYVhPJ˾G316vC8gX1aFt-{U^[B; C& r='0L[3:bV?#"U|0]x>pZ)/Չ<>b1wyxJK)$*,98c o$Ϙ~ej:>3Dz"`rQ`X48\^cJJQ=@|P /(8! T*Uʶ95@5~̿!(. 7i$MFXT9H$8_ kZzwͮ|n-aț'"8wlgxHڥ"m =!NkNqZwJin8-i=GQ iUf(a$$fԫ3kڤ|i]ɀ%c3gي4}K1fYBQKHR%Zt ڦ>q9WȪI; TP  _ŎQh%[l=GÉvlFIT^_CcF̤PfPŽp Z>`UJfbx* hH3etq.V\ِߨ#B,ёMI #Uqה*dYDp1gO*gEc.8,7Z$~WqN#!RVH,l ;yd_;%yD*8is_>zMi sKǎҭH^Ҥ#tȉ$S2XbJprE{7b}a+FR bĸj=kJ61L2>S0ĪJޢA-A9hݔ]\Qa lC^H2FXIfnF(w>v$̬]O @N|B'Knszódcxy Rn,k7ܵz0HFW5g ?ΌM&^-0XZR 'YD=t#^ҕ t֔§?8q1fȁ$Uyf+_%$:Jt5u).XY ,/JV> M>`P0<=&R1Yk¶Ҿk uNA]enTwI {zS߄ :|P, Ghؕ+mZx.ΪbUJd@|ECa5a>.[E6HHc%Jc'`]Y)}>LwQ8<-cdq.D\$Fifs7׀j1JR], +K6Sf$mŕvD]a2>5]{([ lĒeUXJHYQ*Mf|QYniHv;۠ 7#i+kL%LE=@O;76H5h!d`7vla@ż7 UHJ֦SO~ *,paɏ$XFm޼ܳ + e:Vm&V% '̓!-m"#B T% ,K:t٩JS<2·$+ )G,2 r OhuHzTPSgK֘Ɔx_)'R\i h$[$8Q$%^}{fjQsA^,E +L0"R,14u[]뫼 e.j ySWL"ƮMQB~ |PhϮk^q1T%3с `ÍiÍ,cl$n+ov[_=l?\JRiɵ 4`cuǞi2+^^m[q UntQ,uц˘K5 Wv1{Ӌ]Xɜ(beX@pd kf-5E1Ң4fl}- }u(BBWsVU] T@5ĀPϒwXgG\k$˨e88j3K%>"*@ˢ3u!JֺG ,ňWT^ \#50A )JnڥG0bGD֊1*;N>kM1fD3Ǚ2B ݻh8hl8~N$qDtZc$Eh4(?#t@a 񦁲f$PVEc"<L4yEI'0py!/ =EwF ̬4+X5\&BHׯql}&FxV R|4k瞹!i䱊 @`"0<$xb _GRʁnaYus\t&0J1dEh<5V׼/@LlDz@nk$uneR1iFڋw)^G}h|#A4Í,da(ktyr++ 1I$4Ŕc Qp#kR`X<#B%E'?}n>\] w$]xnGUW"?4BLP'9-P=,(h$,$a,F, 9G7::5 FXVM-!!VZs)"ߊ^+|e-hZT7tN0ҵHe&aC|)u$AA$XLVyPiHjzN9vqVFnGȾZA$Ŀu(i\gX"*U 4l/ɻJHnTLn) Hc{E^9_\uL~HRrI0q "$$x[MiIAA7irRP;&-l+Xf"JX*`mh84r fVIݵ4+7ֹ #B_v R`(6,(@#OfS~#w<:F0dl!bɕQ$y4:綴#r[ 렋̀ZY$fT 8n EQHwBT Cb 5dVWW S_U*IBl\U5o.e2PXU,{}9(b RuV6n~ ]n1|bptǚXtG G 4™-^J(s^/<̓DfEr-Xoi32BdSce^ 7uy6Q"״ Fj 1SǚVY7i/j;"blĨxxZ3<>2W2v*I#qF4(` Sn+NY'ID6j*Ql\sЭب|B ԊXazAF<AT̗ҋk&DfM€+]bIܰ-é .) hfSR9AQ7%5ag[b]S*lltOTcrԊE< d I>R(E5}qNRAW;%[KL-3#RzA%вo )FCJF4}=[QmEr<ܱ26Ul4KW^ǙZdycitXrbEkm*'V XV'J ,e2$yy\h;?(dŒLRώѵ=pϸs:ىKnx Y?t.$7qraԲ&s #ooN2ժMdo#:=93a*ĜH2\1n01?b3%FAMBP4[ۊ  #<#T?3^4ѷ#B=,e-k;n3O"j, 48TV " ;Bl H\YFR]ھ ,b1:ҠX3-AUIt*QA'Ɂ8f RU >:bJq#tPYX _ܱzCV.>>^.K+D}7s4v+P&q,"z:d*s)w ShB<50RW_j)[>FyTkCt}"dp/x| 0ɌB6"FJX^ZRZ5A%;KqP[6~xFS=pٜ 'VI)h XS֍P=@%YfJwM l1R82l]Hc&XJ0HTpmr'jWhmW6#VM_ d#HB- ͛ t 1%OMVA̓fzSVdaE,02"* PHa``Hk)#JfJKwܘH1W=e1ƳVǶ$; 7 ^:nZY%@ҧk'Ri dЬoWڤ rJPNR\A|rSȟ#Ia&L40AM`U l`[G/6;F\xP-Bb4e8ނH-ܶN-k^$qyVKJ|7Zj݇9X" H>gVH-;"O$M $ ◨{0C\9ߘp#[*) }V)-K:hj6劫+tˋڔW)u8sbʎ8W0ǂl JإE.?.N n*RRf9jEX<4ܯiW%HRw&#٠EK|DҔOK,zshVK6#ŅD@&vHwv7{ /&--@ي 7V_ I4%z[^+ ?ya(: Ӄi^?4D\ D̵*hdSlq©+8RbTuK8T8H a?#a?gfmlY,"⇧nq"RF%7w<=p,8K)<bdR@yjf(oKjSҷ/^(C(ѳ 4\%(6MCno01 8) ucоyIqa9j2g6{hQl~˼h#\,-Un<p/ν⑘N$b ?ߢ+To%L0[,WhknwA'w10VZfu'LJZ@卷Vlz1w_tkGkD2HCDeBO> >l֢e`2R-+ܲb=6Pf/'t[%$eԧg ڴl |_ohыͼ*IS|~\ 8ODژ E@mb"^^:+y2ԍp=1`V)L2Hu?~D >3G#9Wo?o|t%+ dJUv/zT|8$i,e" kL̘H ī@"26x<ѭw"Ld27|} -hϷGQ(>63 $'dEp{Oa n#l IgZOp;Z [uAFcEȅE9Y01].f'jEZ7|]t!H2(D+=%> ?QH%YIF$vW{,ܷ$Q`fȯ@^RnkO!JካzkAFyxAsN I\&^/{I*x" _lm^/cc& P¬2B(dRHDPTO™qDjÒrNeƈ={C\BH Y'_C'9LQd*G T"٨)aWb!a ЯIl,b֋),sOD"wQxfP.ێFlWxp,Wfn*|LM;*mM0q0fn:Hgi = QU^PrBJ$q2OIStK C D(ՏD4jZmp,Q]V Tq`cok6^ȔQzҴӳ1sT,R'^w!PnNp}z bA>L I,B5ަ0!!  ]q@6*T,ɻ R&50^Cb XH$"~֨Ug{_ʁeΊr#r;pUTdU>`ƭF~ ψ:r&ՍQǴ X9:Zvnr^ d2 FllL'$q5($mff)~ P=(<g$Pw<6i1q^]5F^8!z*UF5xjrG Ԑ7Sf~J4O_,2 h:ᶀX+Y${kq4& %.@N9`K>J!%v{JfP[,fWqRQ.#=h,ߙ9eU$ҠR o6HR(^Q f0ˁ eӲs4ˍ78]9fpo@…]_0 mB1F-Rf`|VGʕ#XR8b3/X]) []Mj)}ㅰ˪gRG H+:ÂT*nZBsֻyAs %p@nxfߌPܭn]-4K?Lec7.1;TIkfJ[$ץ_O QEӺnx+QchLD1C eVHĭ1ѣTZ zå Rӻ(NcjgiB|,CㄏRI֕Xrn7d|aRh% 56w-Ʀ#3?"v>,FVbv* o5gYRXmcxe tNo@y^ bg6y&M!sfY)'f v$ KWFH|1b]5,h3 ^Vwn&·<#ݱ6"(h1nx萠kv (5yYeHG$dK&h>Wkǂtٖg#6PY˛5I^;Xk>=ݏg;C{5~PPq(8tYB,Ρ*JL\TM=ǝ3bJe nPaEJȑe$ 1xrg9Aʸk(j6 RErU3Ji"aRd79~jڙ_we9s.who  q%֋gb^π&mv֏ I@QUCU}lyR%c-L+F20RtG](ԤeNH#JҮye oX4H,!]I<ZF[<#RRuNAl9L0 :R76^3A02M{H$1m[P w}jXrRr-G2C$2b];VEd #VE<zϲmX)_gnWO3^\) ~`2F JcU@Mv;RJ3֭wjC~. Qj8yJ07z[c2M6IX%~͔[0puym2VΟ 9L(%;Af; .rEW< &BfU' pV+h1ۘ5}åH??"s0]Rojkjn|Ҷ[*VA9nWZ!RGQR%6NBPzNH0f!:91`HeWts)-`Pfn `:ԧH5P4 Ec$.`1y!\2#+O =NPsK^ -(/(D5/<)7gǀ! m5#NشQ$# kt$ձ5M0[bY#cE,}đ㥄ֿY-jS6Fg8G6l?:nȃ6IL шsMCdk62>KB=$@nڜҗCԑZSzj )l`fd9~ThFFO+bxzBާؒ%GE#Q 47~_I7Z @((49t,exl %[frA iTZ>RCOTBK,x5k0zi>h0q1_k4,=T%xϒ@jX8Sy[s,2A=kG=2hJI>S !cT&f煡ގ;*H*eOP#b>(lX7މd)T`5X.C,gge ߋ7~Mt$enל |cWvig@@jIJӺVx[I"Yw ,Oɢ*5렷rp$,#2F]nAP-H?\]10ּJ3ț',2C68X\ݏ<&'ώƬ>2/'3ŕA7U4X8Gbb(8uP0v,8S`}ϓD3\ieNW??XrR0E`SFږ"Cl"'jFqiu\ $T`RG> o* 3}8$yn8nۓф$2DУD+e@uFCA>d¨ #Ia?A"8_=Rʀ41cu-WHFƑHO+Yۘ[5b8OnDb,,5;67nrA1l3Vϴ <hhnqߘd8A&0vde{'GBF0P ^0&"Yb^Qmdk,$oޚA]OcJѣTw9Fj݌I  fY"B{ EUQ:" '/?'x)V:|b;M-#c ϰ <)i?n#2aJmm$:{n=ŬL=:ٿp(PsV%j FNkch/{5*?+cʚ&HB',9RJ /5@fn ,|)‰RI[h%4Z{V@9\`Hϙ4`_l pĮ@a[a#%.DEX[ʻv̓D(B@%*Sp%DQ:.<xbBAfLh{r,^/3FK>. !S~pjwz#m|"hO Y(q12elX7,^dwlq *|HIiU5"D!#o= ˜HZ/{q> 8c+#<,9He3i ry&}*<W-1&H^l74d(F +JV͊f_#o=lfTr"c3I=n#sؠ;V taYBаqLl w Gz7H)H@mѾ,z\CQ%iHJǘ4U˕37X?Pf'APVLVV\dNJ\LҌD^H2x,/|I[X!&f=I-ed-v*$Zo6ENSal-Ec\aT -o74V-ja']V'$RKvhFV{>f2äY֪RrVhvfbUTSMg= }pv QVꋤ}m2WRL3_+maE*= ykΐ$VTfG,)ɝ\n`$镏&<nAiI!wP@pLfӋvumRZQJvIA$ro 7LVqCd@PG u6̭Jښ7xlj m;jYycͪJE n6kKu!a ։sS)^:#:ajYoj" J*NI rY؂\IKSzKcd:$(\'ė[X5S-oL 5iNk 6RcZ$'< ѼLw m5Rl]tk$ LG,KX΋JV5ʃ8](`Q .J]dkY)jGBEKc "/# *ғR*1,ODJR ;01Pqkq}7>4]m_逆ˤp5r/Qo:`HV^Й2%`K ]4gz֏}{Trix:&y%mebImXZXykS-h-Ep|l᳠wl|X/Rձ3P:JoSLYX>JpOO7hZW9#3GzKuށ0 |R')J6 B\Q9PZ?ޖ$n?%*IR@( e͟DC bRYڥ,Pdg] cf R9XaAZ5؏T!(a V4 6ilo)UMJC'{yKC2|Y|Li\m7 JH4cܧ4qC"]]}Rҥ+trp$fBmxƙp9TX"q!jQ k,\̟'5-<&C>AT T,cF=|%+ZTz=lz \RAG!Y$r`W I*Qdמkp/x$"ŀ/vNy xrSp6ς)T6Q.Jqp\8rKj;.eG宬x祮R\놱Cfen(0`:U͞~OneɍF Lm X$$d扺5˙n߳}0#qV8X3>]pgNJ) oo0 j!sNsS+ fRCcBRYbbx](8;J 9|bhuly8yd0[7ŋ/<󥉨T't 0@b:8%jT'3S(RԕJZ) >d)gaXlRT_ط"D|#KrIMeFY[m,ߕT2ddQʏV!, Y7H5E?!IbM1ȗ|986`4QlLLvXA eU˼bdx-4CEQ)#$>>I8CLx1p;QjR+ۦ"У)/BuO2ܹTQ=4.:|ظR.Lsdb@X" kSйJݨD\i6I+0,j>wj@CzLcױ5?EjJ%S*dYW*jcgBRLcap2eQU\Ph[9"Wy{AxqcjԈR8q@$>ӊ2H1VQ}2U 4>+RA=p PaeȈxV{H?$Ȇ'@,Gk L|Dؒ/GRm_;i=4$9I 2Kѝ949J[H7eĐ=G&EGPDz҇UȃHbn?PS&@PҩQ@7[Gk9~a pLƟO6NdzJZW5k Yc@ܖ$),+mA0mkJS؟k08 Q2]nFݴp$蒣aJG0EGM9zn+vFlaRr;"vzZT&zR 2qw9nTdDq-1 n7~UpR咍)'*eL{Dۏ6>o}v^ LUE/=p!L;bٞW'0$kfk7mS=4K(}Eq1Z T6A~Ut9s(R4)br3oH ;&|$U(3F <C)<5$Ē7לi]&Psp#[EQD uC䨱YIbL_g<3a#U#;]Kx lNR^* !$={Ww</LlI:9ԉNե`)ݸbBBTK-f^9 nF°/p`1ޮ˻jbO!F tIk3q)Q M;7CwEfs:>~T<x7,{{@.[G6{:֠*E$3!G.]Vn &IY\dʛ#D=rcgr),1E&#d+e0UaE4Pv$]to*LYLgET&i'pbHYͩJqjҿJN`A4Yᙨ LVִL-8G";5#Tu(7g|Ǽ.NMwO "\\t3i2 V@X[)b<1HQU>80K (K?vk Nt&_TwΒ̪e&xt) j׉A.Zvr~6q@ÕG* NY/ŏsK*Jܔ)@5nEx LpeΓ%r4E.9xd,ԭ 77-9pYZrΜ)Q[hW% }X H]h;Z+ʣq):^(ڦ%D݈nC[q'(L:ܘb7#qHV9ISsMO^(3KXLY 2O2A~s:FXaT2D5 n]50-JDxY#ɘ+_F\ϻaڭwloLO8 ;`)l{Dqj2Fr(4P*rI,ά,$o[I0~cC |?N2H9 [s $k\"o R,eᾅfeϓd"jc]UI#syo)t2jL{5'ыsJ qtt9#L',jGij7 ZzcZ*0s6Lo!g F?[H@`RTy<E5 he+Ywp,^f.>sH$i)U"`Sh*Jp6l zJ_\s#%.gF\ 3NLh2#hVHW8qJX| ůfѳ}!AuR<6cbr0&Di_RWX]$4Yb_p:̜W(Vpq%H#,`& bIUѣmBHȐ9E3H4J bf\)2/;Q@yebA&x<|q[pn^fKN !EoTckżdC9tƑLq'k(+ T)N,LHOCnx K6TEK ,IM,Y|X$HHSٽ5eLFiUA'̷4|d(IS|%o[Qb[DAX\!CtĊcg'!81Fv2%vLޞ:[YmvE @bB̐(5DTaD4@efbBA$yKsFGf91'Y2ɋl"*ZO*kX`#$lP y6hs C iߓ8i*Rl{ E\kzbR?| 8#G ѢefRw$2 x#R}XpfČCo>,YkMILo(-QU>A+X ED8֯$QŁlF0R N>Sd/  vQo?t3 *IV㤹SҀ^X++QL#O-1tc!@#@#rA,BI`鯨K K"i1LZ;U⑃fUd!9[O ^VR,ʵɬٴ*0?3ܐҀ5:LHA ŷ-VV(Pu&rw!LqaDɕ.ˣڮ@UX+#ZŮHH qlr v"+Aʛ aIydF\MDT{vcu&Hؚ5K1Ѽ<`?'ڎZie@ f16=ǀI"jC;.rp8ŋyle0⤄F[5ұ#*.BQ_n.L [ LԒA953,B__9Z[<Js[EehO2RIdѵA $P,avu%D˨<"HfIYf7ӵ Q LGo:I[r%lȳC"" kLWww3=Xxr/pV&4@\PY}@&#dLPV#%/YxWőc s-JA~Vh:œT'Qӱ1fSLID !][pƙ|, hybwq#ߴqTkh& Gߊ7cɱώ!i em]+7 , 6lրF1C_ZQ%oh4)׭m7-)#J#n x'8 ,֊Kz8 k48o^yļIEUXɨq"h m*矵tf8RǑb_@j?ԓeWHV> EHjUۥ c LO$2(Q$jj6-[t Y-=,x1*lI%lbdem ŨnwDp'EhT2$A*[uU`=jP û}k)c SNޫ:IXC bk.:! F<9@"zH4F$I$ܢ]9I6j'#q8P^({WVVԌ <yM2(99pR9hr1"_E" Ĩw8Z_dl]ۨ= ,ϝMO&  Y$ *{k_HqW\7?ȏ\<'Mr@ X3re^%FH1TD@)ؘ + b#bNGx.ASU~z7Q.X°B¿H$؞9,} ( ^ VD;;;:2daGGqPR(\>ls>~6OHF6ڋTI` 4 {/AKV~~GLܜl|G~A(w5B+@x3KƳԖk [h 3Xx4PS35)yElOɄ3#!ʲ&Ԫ` $N!`xц9DH9BvIZBAv1k,WL % IL0%Ԋ& =.ϬU-[Gz]|ͣ2YëLsE,X(`˸h7cyB{ߝmp_^npm2R0yKr@d] % AP sɏa'F1(s]+Q23_1hYqo7kbc͓.Dr<A x7{d a1VvL!a"V6RTK(E5\=c =j E֝qBa&%ws@x [emj!NFߕ+g qWv C Mۡjd &Ώ,H`d$lL,Y1nV!P)@bTL$(,khJT@`OAV4z"s@ /BZFV5H=C Qz\}\ńl?Xȇ$O!HYPVF갠m馵E֡0lޘzjz JYx dmޛHZ0€' C) )+V*%1%W[}G:}' sT}ЦCzZ D*JByڷaXkAÅf.4AY*)sGh  'Sǡ+)tPP.TiL@f~b>4Ri/Y&H;UFȬ1I5ܘ{;el:(9D.;e34,B]o Lܑ T5J8~cW(rtʋO:z!}c`YDG1 :f>k_Z Ym`M[3 U/ejDlfLPƖt;[Pݠc =ڼxĚix_1c!`F,9 ݖIrT, Iц~'x8! s6w!7I1_|猜C=cDKFІ,iP `~à! -QrzSuތA"NX!'MŚFfjuBJRv]̭w$tElnGT@v4`dzkxmLr9T$X'_+%~g}i~)%KP&X_+;U@4>J;v">ިRS7Q*d$#jZN9'0G,$DX5YYVofnǗFKR/ze8M &/'sLGш7ʂIr9 8*- 0(_/(n5ȟ1![ĔVA3 \Ξ^^1ߞǚ>bAX=HAKmЗ B'ʖ6$V=cax/Pjfvc>veٚ5uRlm@p"SwMuOF4köd DT9`kLE KPRV\ܤĖA$k4ܬ1,?P'Dİ} tId`@M/cZR#DŽEbSn0T MCBK$e[`&.3d`Y_Z4XƬZG*r ^ݢ){:BKxE+i s5=UlUcn*N xLT-Aj=w3"hL!)$8I3"ڸ,VσF׮>pْ%)BΕ`PsV%' T4WI@Pň y֌ d9T ݫf['D1j%xr,l7nj$6o:J)yW_n2ҕ-ЮP =bhƚʕgknMܬ಑qbE5;Bt (~z).ś%6iTAM": 6D!$aɦGb ̀0I_%3lH)lX_uGr7 nK7nʟ7#W6lF #_qjId?wlMHn!hэ(wҲ}R8,BY?s&FT0jD $U6nIw3!"_@|5hdy;V*N Q]߆ٹkFO'6*w)$)6ld,n !)j^v4L&bvԞM0j^ Q,v8zezx!EuIv%׷beaKHdWfy♖M6QKF@,T]jZ PR^ӛg&'a4quxyo!Aʠ|ti#ҕR g =>g:.~f 2.‰ٗs` ǎ0wq&AR ڌ^854ȸix CULt JyPJ%A2PĹ}cxlY JJXX52#Q3V(?` jY-B&MEa`jF e.)|Y່ Wk-T SѪbM>o˗xɁ ,i[v5۔C?c e~e}'= ~7@ F}a*R]}у:ў i$ߗ6&ڷ@py[\n*ȘV Vv b9Iȏ/PبlASdi |X+_][ 5,n+lÊ"!T|ImʬST܄r %zdϤ+jBaX7.*c|eŎ?L|i$HLv}ѲPtЗ?P0/z\`&OB%cIB3m,)I-|o)W֩'-)5gɁij_(g//TBc+R(ۉ ŐzԳs1KbRAg#O!J.e".VbJXY{B}b/´yyc0j/nRaȹ[c$db=Iu'u+`p6R]E4cP1%ߋr8DRacPF6*+LM m)r< ^C7RIAj "R}o&0]CFR? .If5Re3V5kW'6gd&^nT#]c2:n*J m`A㝣 .C^ƍŨKў>n2O< $)UV״ <$??\h\b ]x C,gGz>ѫHJU  4 R IJ4nf;I,2 b/qOlbJ*KeTfv©d4}TVФm ZR*66g?Uf_ϫex*UF}JE 4|burDĀP ml)T_Ćn ȿZ$(KgoAalG+)0/R'S/!$ŀgrAm&EY`Mo8IH. lblj)&]w'ٰVP^ǻq]԰,7X0m%ڀ"ǯ˱ 98di꒳1EKDAT,c` p*(F-^)oZ5=y=+ 1aa`*,o.mT@/$6[HIas7XX"̕a)dnZ*8-|r *LiZT:Yf l-51uzFCMn I<C| *(RIcKrxt0d^6OGXCE5c}tms 7Ү֒2E xox5$(5MK. 1,&]=W#b̬гd($vMx0$h+DQ<E92uekY՛%p(zR#hH= YRO.[ŀ,X 5t`9I*;ƚ!edY'>i~+!PyD:!,'~BQ:ˬ"HиYc~y'WۢƝ4N0&@Pwwł~9a1D Q y_LԑKCYI#|t!ljHr=*I HBr C%w ,G#J(ߴ/:hB8CnCI?~:Uqe'M$.[{XYN, šalcu5ЬR DVT"!O5lGHz PkET<149D:2pcaz1 p]+*s㎕rbnqâAS4Ġx x7AݥOWgl\E3!BFܼ:yG c‘ yqߛF0\k(ɽ8q( c\_t`PFDC &ehX`@5㎐,cd)]kz 8=5V-G 34#ؒߤ|"Bg:u'wQ;RU_Ё~^Lv4(gy $c2ZM{Ϗ=b/E;v^~K}R/5uQ #E)xZ"}OHG04)eƊBۗ@r=?b[(Ӻcˤ. <2)oTG`x<=5:U֭q"2fc„eV9O@1a=b1Y0A|E1 (eQ~xmdbOg1ɉ2Nj>L #䬁eaztfMR7K91v^Dn$oIP7'Qw9?sАA͜IQ9d7H\lt{Au7dcJ  tߩ& cv}c]̸R "#FY(<:P;=`$rǡcIRA.JjUkk7vzJ|Ũb".Õ2,#k &>r!" &坺D؍.3<<8ՎԢF+}KQB eX`IO|g|Ozbŋ,hzYD]6E"$[z@bAX Mm :?Q3e9Z|7&AG@Ȍmcڠ_(P㥐b( ;8'22rFʗ LPv%.4yD[z"YnQ^ȂQJ NK4KI'eQZ|UЍKo;I3#LxHb@,hbM@3=6֟sHboER}hyL>kGTTM\-kN஧Z07XYh3n(Sb\1}KI bY2HsgUU]@/{|!iy dvc+`YkkQZvJ-!:~a'oMzIxܥOH-Č!c=l#&ydi|= @Vtނr8b8tb=yJ(LxA| 3'i"ɟMna"E;Hxhto&,i#8deO&a ʛK_>~2}e^2tpXEb5dp;hUGe,8*:6fTڔUQsIk\WV=ab>ڇz=sӀ-#1b<1MpNS17/\$NbWeL&34OL7j$Ճֵ8牬.I>Tr(IC~ EoZLjDaJ4N)dNb( }BMrG'MTTfE=aLĪT?=l X;cqo 2u%0 􄨐j.d< ;qqX#O?W \LI,"zVS90'aQ1uRJ9PE^IrElBf ?*p&=9i jEB9{@Vy$~E2A/{ް9.+8#c`S>/ggdE4$zj+R}c"jHQˇ !Jj1I<R$FE.vB:xYK畢]M Mv|]MJoo\:Zf.3,{>7;U?۪?`[ cqY[HɑeyH:a6TI HeaLHUu#qr$ <Яtw_hbreѴG`+Lel@6Ȗ2qf+e@&)T$Ɖm}"ִkWhTdLfYE]H7ף,W\c J~[61sWi* n"QtD!2.ש<9"Gd(Q#IQ?8i<*FKN)I ؿG ut7ux;yWXŊlǐ`XpF9C Ddž'35\ HpaUtre _;|~L7mHB M:d G77|Fķh>D4 B(8B֢@ rj׬4&o]4CB ^>Sh"n5K15"(4RUHD #]R~S-Om,xB⧩.LR<Ξ} Upȥ~~Zc(mistelix-0.33/data/themes/winter_mainmenu.jpg0000644000175000017500000105537611246543334021724 0ustar00jordijordi00000000000000JFIFHH:AExifII* z$(1 i<EASTMAN KODAK COMPANYKODAK EASYSHARE C315 DIGITAL CAMERAHHGIMP 2.6.1%"'d0221    |0100$   0@Bd2007:11:12 15:11:022007:11:12 15:11:02@dzdd dXdC530 02351701=A{))0}dddIIBcv`=kMJX%PZ  Q{Rsy"#QL>gk~PJjRTkyz~uqn~|}`0@$,4Px Px\xpd|xh8DdX(|4p$H8h\,`Kr(^9Mcm[:2^`J+-J>('"#  jRTkyz~uqn~|}(=-DPyt%QR@A$M@AqYcK~`Kr(=-DPyt%QR@A$MIIIIL-02007/11/12 15:11:02 d;dw(8 0d\6675 0d \75 U*x}*?888*8l88 0p&V0@ l>d R980100('HHJFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?ϧ[MbY#TH]Uwp<N3N?uKBXt#HB,vN2ClrҠɨS0n<.i[1?4NĆYpc4Ho$mX* $Pc*ZFo rmM9c<cW]Y"[Hw|'<-/ 7M 7P(̱A'>wе(6Gs35A.Iss;\A>cIKl8'ZkBfh;ԖF@p@5$POvt o^- Y-;rakh~[Ȗ }˵pN8 ӚW*=˹>% ɄY٥44w5e8$O-G:KVK\MȞLyyAhܟ+77`vO/u +,23׾Aj.< r}aH[>T;d@FdaGQ,԰Մx"X,>U .=B< $l.F} c=KeL)*FWthZMh¥n1Nxm-W8ɉ_$90Ó=F_R4Z߬;§`Y.-1=׷xBMՕԎD3@7eܠ`dt+4t3尠'dɊuz^s%$~w#;q<2"]ci4Ogd,pq+bWݸ\5Ec&9.IݒxGv#S`g*5!:NՖ@YU;5SܴR *>1>[$^Jc}WP,1݃F1Jj[PIWۗǿbtVɬ[F|FJך|T9uu"D~`z5*o衤--HepX1cw-U64]ʹr:T!S,l8ʠsקGt;K-#R`i`^Jaư °#{jX"iaY:]Lo*n*WS=*)\S>oE?K;\/ׯH|I$/8[ouD\in-ͺơѻr0R? URYɎxVX݀;Ӛj)5Jy!@9?㩪ZV]¿JcG$2qjރp_KcVd)".K]a֭^=/#\B2ġ%W%Nkv|Sئ_kĹ #=|Gpc%Ťyzg=3t(>mY㍄APpE4kMS)q yE =*)46-Oɤf$b2:[K ͬhV3<#~+Υ}kY 󈍆/br>NtuA=Zy>hdW1јw| &暧t׭5;x/+ɒ#ÒNbqzƽXtoxGKxC lc?09$ڼzvkTXM?i7RHyvmj1Ac'V$s'1ay,y :Vő?mdH!8]zS\ //u +IpvMӚ^ ybA9CgڷE=l[ԴoܪݳƲV1aZS'wsEo$V\#*H;?\Z-iܵJ)gm'mIf=l3'[V7ݍ"o;Wc?_EѾmp}Igs3 ;Vouo},p,Fh[&57_ih" @ 01=?u(H!f"J1Wr;;v Ij։OGԌ\D&R$@;ql+K㝧?"L9]c/[tmnHmdK\deg=k#Wjz>hV6m*GfkzO`VDg]&>hߨa8?y)5.K_A6Lr@ۨH*3]Fye[+Ufm">eW#$Ekg56h JI'CÛ-46|`3=zש.e>ǎyUv/tr 98)kUB0 Sc>fynͦ&l I-|7pd\FrK^{7aXx x%瑸q-R(5"V0}0 H54* .;m@Hbă853ƕՊ=53/p`}4G%rF y鍨mQbcDG@O\~<8˪ج]=iNB2 3CuFOXd}xOOƲԣkj}X LN:xϧְgV]@AK?N0v;dbFvѹCHށ|K eባN;>sZgb"l|r=y=̖Za^#kj1)$:+ux2ӽoJ.(~g[P6跺m"(Q \ YXu'WjWR-&6qa;ij "HЭ0{l[CI*L0Yb:tT 0"qߖ*W0I$H%zuF>*oR~=}y"qіܭ$Hpdb6}k!}5iYU@sv*0C Uv;zvU9mxL\0'xFk&>w%٦7#d=WMK!xٷQlg8jOxN ?bAn}JD1 1zӝԑnu(@x g>rHcӾ}jN / ̀3Ld3Yw67Tk }FWh$'_񫚝swP p)ק\w$Qy!i8aP1=+X NbhY]Ǯz{WB,w K\"ǖQll9o%°_\Ьw 26cr#jǓ2O)d7޳nM x n<&;8yYl$jp@<?+oLǽϷ=+ܟ>"RЇǙrTV-xm`U [dcu'KԏEPuY.HKhR's֋9B__aUu`| }w(OJ/y;d۟knAXJ`s. 6럐t4Ufa $U؛ ۮ{ ~`)lX jI0psO;ۘ8g$'׏Ƶcrˢ&08϶V &KC BnǍEjjO#t{~,[ N2 5!R{[kz ɛ6 0OV${Qa3 ڢVRZ$urΊ[uE-u+$1)ee®8:~r&Դ)WDRz{tHv5l+ k#qtYՀg'ɶV #/''`߹S¿̞['ӭSv%皒xP,C3288# ͔bDc-_23dU$y ")nOa2mߔ$rH{`by57R3+۩N )~l<Vގ-f |CT*YzG-VNsW:ЙGα z獴O-cQLK;ģ1=xMRqDبrr>VjL2*4a㝪O~RɣB[RјON ,R]k]n+' [hlcwQIH P s*׍ZM>Kc:Ir Nޝ}~"O/k nNVK϶'mjpuOZIʡX !ȭڽ䴂+fn\zT60i_ ^[̉0JdYg~Y9^Ze1g+2=*ҽ;6fTg+ۧznqus :e%~p@!Ok'ѱ\N_]<㊢Z6ݞG׫/" ' cI:uɦz\EZӭ{@˳4V#E)$ wt@(P 'ֺpUr@\OӟNթu/.ᴎD I$5(jtI7Nibb\zz2Co%Ѹ@[''Vo2"x2\G K'ӆ= nF{jӖ\ƒs\bF{ߒUwvu緞.bBd& >h>na[(#ֺyI!ZiIةb#|G`mm %Y9=6I?h;n;O8 ?=F+$O6$Y.f 3Zz\Gp"/2┯}JogHI2iok)k؛Q!q?j-ΫLZH1b*\ܝ۔g Prq8hƞ4(~ٙ }zu/q,仅XS)z#O_W}A9I&V!`@JǏJ0JaI.2# uh!80]zm)Kc*~9#Ml ǥiz$Spw Ac`,Q5ʀ0p^=e-ۑuNUab8$О] ״m%UK$qӁ9>t&O A 1[#ni2ǣ-}@n+c##%pFRFb7c$+kC;~!Q g!GAFr}K${v+9~y] ϟNhN ۡ[k?9eP()ac"\٬XI#N9W #)ҝb!i,Ic!i-Mfi.Iٓ'I=ۏʪ<{ԒYl m ZvgR#Tqp1Vň@ jpƒ5,22aʚ X'hL`?"HpB8f p@_´mɷ(nkMXcs#EۜTu44Dcy`Gf\%$㏨QæA<˼wq'SP| luEq q%[Q"Gf` G]^8]Jr2q(cc5$85$w,>zl'k51ssj7xS6.I;05~;kb}=VK*smdg0p+bM/|U-mUB8ӌ}*'JJ1YD<*hږff#Z(dp?5rUXI<(NƱ㮤g5Vqs۹)ȏUx le)#0NF9.iZ"ʻ~x uOY8 5 efc׷Bc.cѬf,Ax_yetW6"3Z1hHیs'F**ާZ&c,lsu "P{q_brU H!\l p *k "&Ib:LunO p'khzմ6~ؗ'Fs֥%WU+.̀r_נe !sJ8Ib# 3;R7wOֹ 5MjmN8ba!RU:L^Y.ꫜ1UVH)ݸT?grAv_z~h" Lܛqm,r!kAxޡnDצ\jǗBpiax dZ4ej_[ʈ͈1#;CwE14Tr6𖲩llfp cVz3]YXyYLc?ii2i؆/\|}9Fj&_zHte{UlWs+jF 8!5VL ~⊀ćhX[Gf9s_U3G2GBHE|]/i-BXe HoιmHK$U8TQ]TcS*wwESmZk&v(JI=Ҽ 1au}įyy 6c p6+nIX(>H Wp7KH#H8Winv9ka$mʎ5ZƧ]=qQE*?dٜQ ~+bm =h;O.W#yrmi4(V R,PWdV enz(*|l\sO$l2Jۜ d4QZ35-bS /vZ(e$.}̲G1TbQ\Rݝ +C  !"$"$C" H !1"AQaq#2BR$3br%4CScs&7!1A"Qaq2#BR3b$C ?ƪhgJe e=9q SO62ӶSoO?٪m%e+S,#`rtxAcEK=5, SL}oDI!hڒԹM{y;{qDXjj d<l{[S8Oy\j&nί!dF*r'_6YMlWwZV`*O=kі)jj9vE6qǰƆEƂn+=9jˍ.~^{A]Odf^db TpNru~*[eΖuzzPI$uH*D8i:&؍Sd<9/MR"Y+JO|!8c?_MggĎUuU-P) 2M̋]}R OMCzݣ;;`>p8*M^snuL T](.S"jT4#H+}16˥+MmY]SUFH d}5OC^MU5%ʮ\$3GlvjUjLcObN#@QC{8oSHiVߖtM[4HD;nIү\`K]gT,mdRlzYoNݬ}P_ &FKSRZDaχ/$)3[z֧arcx_eF3YW!q8U*m1sjkR{|5THdcb`'vzǫ:&RU$dg?V5CjcF$zG¸o38駦Moʼnv?9)i[ogLŠ*)8 ъMQ[+?P$$ycpu\~q3~U֊{Qh\=KW)+)ꢟ'> ?;6ØV3>bOS2D_L6qVlw߷;z(|zC0V@,I\'N@Ƙd+lASPCèƁTؚ ʫqTF l(+wֵwdDmL:|7lIn4*֭ 0] vt| tydHrAGm2VRu JmՉ=-S3'enVt*T{o6o3w}u'-zC7P}a.jg`x &|{j[ `7)V,XgT[ڂ="o` xϨ4S[ \0}G=6L]x?έmU{5fEO EIb9T*t=E 2x< 0#׻8:u .{5+V[-HH,r7)}KWlMt5@EU5EPX+!mdw^6ه^~AEڊ>R5;4[``99< A[}k\T#I ¼[ FqPӝQV45UWg9?^twi:%!rT $>jL w_1,{%MB tJ%;,I檎3o:h #1Ed%Xn*vƛT#c>!$uoXWAѵ/RG%K.Hspm 0\tWBT>CqXzz?H# je ǖXن_ 'yƭ>e1^vRM<dS#rqƸz{ w swqCjjhjEH `m &BMY__qw`$7ucz-y˺N:RPC`ݽ֬ 'tkn,P LxH)ۗۗ'Gse/Nt-ƙ|Ur D?VÑۥ Dno)#?}$|.iu]T hB{Pb}.`>1-}DPYngf+X4ew$~c޸ַSݷtU-ժd4gUCI)PvOu4•@{U4TM8S"iO搓Ok;u+t7[H&}d3Lqq>[wzCf sNfY8O|ھlEh4+xq1A,}{~qWiSSs4£leyAYūwK]0TUtVŽՃe-wYznrH;ܫIgT Oo(Oة=yW=E=p4VdޯHy “7I4FNP"'U3Yr2,[9IϜz }j4^e`,7cwwf͓ͮQw>)B{_'ØQսQU\+g 3GKCFBw7z硱?Ni< H>ܴ 9f$2}1VTZᢆ23L21s9JVu%mt[ SHF-PH9>QN  ~gKfҮpz*S wA'yUWªĴOK:{c$p YpSI!!CY,;G*}r 4&jAǾр=G |y]m}J㯷ZiF%FiR>XwsTV5DROp9:j٠B+cqK[wK4 ԶJΪU'a2͒xqVNےE3ۉ=D-.FQ>IoCntIy+F͆}Ig a{D5Mw;?_}[4pP5Qhъ'h}UTӸ'Eǜc_msxkd߆y"G @>cnmo0 M R2DDHdrW=b>M<5a%yf^Q[﫰o kXRI9P z[X$I \&oQ xX#d};kk/1_c|U~ꋌw/[ >YcG'@u89 CHUԗcG5 \X6RGpN~j͞Ao0LalRKzָi Zx樦Myq]}9A, [#h(zQM4nc7`9B_[4k(rc9#.G<.r~O]nV#&>"7Wa %Tae/f F_P!Ffk:V%W/; \doRQX#l`W+ rTNkM0[Ў=]^ibI]^qZU#$H;G9}tu%zSRAnd9T|c\:Bh-YP)QӅcև=?JWs~M$VBδ!߸`k2_eIoNVV,ІܬNOi.- WDeZJ󓐜rl Rl PKOEh27\[G9J*Y3HQ"Y'?Ol}.4T:db"P<y9<tˤW))*w8 15, q͊_zvtAV(($:1 G |:|CA^mhS܌'CqQp{ q羕ۇIuth-U P  n'q޵:K*0<@.I#ױݿ_Qzs2ޘhFRO|kMQ ,qF7}(f;7 k4;ƞ迈J$CN߄W/77zrWU1&;Qdxyiף!ޭs:{}$4l>1cEᵾYP*_y\ݶ:@D(߮w: O$0hGHdE,II#:eeӛ<5HcIfbAa5-5;lwVXBFAo)"V'88Ury{-oHsǡ?]sD2k_3rJW^{/R\r2@s%9K?7.n}6m*"ұGM. ~bTvwDgTX)dziYq79bF΋uψ7eNë{?9֬yA08mo+m5L_dl?*GCRS)mdWLcv &YZꖪ Cn<`xO! |/mRv\:ѕPd\_.t}MWf<'qqvTmE yuUΣNy?>}u"S q'o_0d\b]vX#-[Υ'h1xϮF᭯ j<Օm#?e܎G=U`IJӃ$$|a>n $IbfY$AZQtV:nS4H[x<}E9b[*z~Զ"ȓEF)|ɍs]st]=erIrVI#駊7MR^"xSJ]A-?:k N:?-z2iEi#C |vsUX#U]ivv1s ^Lރ[y^*7VrKb6凅|+}tu>BPZ+zJj Ԫd#pQl>HptŦu6qȓ#$)>Ye\ueGR 2Y yߜiX3;YP:j@(\\{jo} s&qF:ztz5U%ZۇC> D6X{)푫UFn)[knWɏRs5ofMSWU#`F}x@Zd 3ak8}N-BVE#zߏh"ok cOLL n۲WU;U5TvO,Մɧ!K2N!-, 6{DTۖb?c98}S EKDTԐRI%Ojxv?&X~!׺[o+N7bG';/'tno@! 7R䁕< u(+Z]b;11hA2ޝƎѮL`D\77 FF1n>J r[7QuczcxwURJ ƌPFAabI!QPS<}n %^z+d49 HNG7K^Et--N UZ|,'F2F0޿Ǭ-Ao2P|MӴ4SQ9eb. %F8?9ݫT/=!O ބd vU5~՗5-]V##㿪7Uڪ@jʚMf$U܅C ddq]h#RGcp$ `m~\ƺ(k^#mvX[&w99~;gZiUa S_:`W܄q0qhLpw1Fu^ bgk|-- C_#S (>U:O 9 tF"#yXh˩ںg Phm|2*1BD] hzjP᧪a#pvbqHT l>=es$-kZ-vXL rP2m*̕(iK( B N4sDcYdXm,@8zU5WˍޜSRኪ,V>09 Ap_)_EeE?IZkɫ7E;gG$~V#3sCԔu>fCF"Bmر={}?Ir'chE.2O31ivq_aX-L*kE;ȧr( Ac0=O1bƻz~$'*+iiKoߒ*b;g?uT@ *6n3tuS۫jj8 $dՕ0RJ9 U]lj4~U;rOa48ݍ_Ԗ mLO-ڲB'ҟKw_ X嬫]IÏܟjMQW Y=t҂L i}'J _Y6R}w=2"]VRrŔ.тcƮ\RZxaJpTgYgH$2σۏSƇ Z֍ǎ/sFoʤfmOBCΫPR dD+QǓoa{c=3~ҟ8iP.=;o-&yeO #Kp}NuߞOZJ$A$2WD!v1 rWֵID2J9 ϮA8URxD(2AF>8$>(, ^34ĖU'rǹ46 >fԤ'o#5'c5+~Qv~'䩶 !v6Bv >WOU=`W H `T2)G<OjmW] 2J*sT6ThBHi 0(=< s//X@xz i%C=Pv7N`$C ~fhrVNXm:#+j'QO;W#xά;nkzx/RtnRO/' K./w*wR &OT3.y1 eX( G M,dvW9'1R25_it-VMt7WPzrZ''H_% V.Jx!G`m}z; VQQ"H&#ӿ0ҕ(&\N S$(ٔ 6?S413cjGƵUO5%Xhh\218':m zkEC;=έuE>,u-D-zx]F]nnB(5,'@ְU\dF(1<#RtնpZ*~]gl<G饎ڂk5ng&o }H?[jzOjWiiE_}bqrsU^oLTdzb&bU˶qvN}5Oh.2|V4S(y.@fR=Ϲ'i e]۲fqqϾX57-$AblMY -]5%O"*[ BF~͒ߴ;Ox?4ʁL\nV#P*i))t}4.h*o+tC=РF̀>]Kk}Bث0Dx@JtI)#]NIq Y"iw1P}3*I c#< 1S%z[xM3)ʅ\nފXǦ\>!y B儎>uFҐwvt]:&KUY;">!F0?3{C՛L2SH dyT O^ITx2c eƍ&]q7K٪gX1Q'7zKazY).B73nۥ55/)DɸQum :bquU^|4f!q*+QAL#U s{kq*ؘ<{h+ %d0xl^wQҾSj(4"Zn;$ws[yqM#T]o3{3Sjq ֌0\s"*sOPL9llX(kvFMXe7F#lJxr]H8i(;it,rv̍G}] E*`IVceN|=MjB)+±SnF#}=uCIz=%@ޭfBqP5U. !cN<*YZ3UTc9D ͛q7o7[CsPU[KYO(Ԫv@H=ƒ:NqX-O$^1od=2{ZoMA}PELzfOjQ)[k8Œsr``tCzKONXt/!z3"1";yYN8\zndW ŶAf) ];L4/4B6$ryv.^/ $$Nܑ˺H]㬎Q TSDM(#< 4E{JOI\[j.V5Hbݎ0==:ljW~="|?S(藸u5O=^0ˆyn#ȺICwz8) K<6^;_v޺kh)i^X9l) {iS*cSQn@J:U(Udf>xΨH+_M1gCD*̻rwvƵ?,uUuTH^"H%0{}WRw+t7+-Y08!ysGg[AIJBr4#ڛBKPg~|_gL6/ %@'§DuD *IGܨמPf*@ALg?!=zguC%Hz;Ss<m% ~̲5PR*x`)C3,bJUfk9 ׯ-]lt4SS‰R\6Ğ[uN+!זJ qu=׫ UkevE44рT`>8qme#q׵4:.0wH <𿾯Z:REȒ`7J{?~}0W۞ah:6twaҊ4DK=%ͲBS\9$WwU^CmPeELReKclN >bZkS0z:ȿ> yK=Lj ڹ'rƅ:joCjɤ#cm>efz2*9)Je߉ -wԶzH ʙ;YrUyjIV` R]z_>!#oFeOU \qֻE:UKO= L/91 ' jM^a\`Y>W͚4Wf2ax!t'TugJ\ nt̲t~69Ec QB>9|=j.ܞ;NTK{)F'8S*~ mT5)[zHg*OnH&T $q 9-Z{K5YВO iI5LZcJ Je8yJv.YXVHT3ӡmrQO D@ p;[l{1n tcJ>^WQ 4L'8O\c}QK}-QK aK(>ZON4ڍHޤ<cR-""Iyf+sLTʸ$0X]ۼ<ΦjE APX3d36f\)dZx*U؄%S1=.eRo-<})u67dU4d3*''MtOT|in؇q z;ת%d~3ypX.;d]z~t5ޖ5tL+O7Zn^`WQJEQێEz%PT~Euχ;Gpxmԑ َj&e*IcZs\j&2Y/_CKq+LtTMO ($#*gkӔW}M 7Qkˁ?N+(jhdVy~d}5|YmBAQP\앙{H',6lʊĖ*|u-aJqTJeCzaxDo\`:?_)^n0]:()JJǚH϶ߕ5n*ZZA2(p@€2Hml*GiO[Sp-Hp}HӅ5?V;Lo41L !Ipq xB=!779宲iY̴0H`{i[-nKo S{V|/1=1점2\QTORzf 1TW38H;6 IRɲZ@2>{et1A?|8Ĩ:?@oUY%I4KOG|%HcT]%W'ƩbHǕ>I((H-syDOVXd WN*ɐQղ|qE RyNcM)|M{x_dAw*Q7lӤjC}t'n¯Or :!)KwahT JYKoqCֱirnBe =tCtZ|%VԔF0jFGv\qJ;ig֔K+ZsD˕$c}ux_?Y+;ZcM":۫'db5ȯVH?"9wkATȏb%XC0I?z/]lYZPO*UMkQ$kN[,VZkh$1ufBV{qƃM}`f㿩*T~@1[** 1=hz=oWspj>FXpuVGSHzkzjI22;qٺ.mtija!,8ƴ"Kű˩o&EEpY&Eu]H QBF@dF}3UǧzBmZt'@FX+}ΨJYMi4/Qh3[,Rv$B8a4AmPEĦFTO"q(t ne6j~o%e-5TdRV"V5$~ژg 02O CrFӍ)_tQPTp1S(r7X~ÌjMĢ]F۞U1/ⶦhጢT |m#pu:J6 ,is}{rb^җNu^QRBs)欺Y J`,` XI'+q4m-Қj{e7wLoaFp<鋧+kojOi$ٱP$"s?P% d/GvjhQ-d>tnNxi.M7VlH'4H4OP'zhos{wRiTCWA?>I_1ijEtl,O?6vþuEucW-nǺ3VNJn8=4AY*۬U]:o$`GH6?ϿMX龐/%]YdڵJFRt>#VK5W;zA'J:.^.e;&1cAcLB&}2֠oCt}Jt,w @%GfO(y1#88F UOMHQKuc:hmVx(pܑ4A;aKk z{Pی _@eVǶ>]et=t(M'xUWѰFP vJ%9z-'99u|n_UCkFh|hJE'H+ѕw7gcOrxGN<ї&i B*~xoF쒤r(q[tE=Uh5ut4i JE𶢢P*O1ĚM&By'NǕAmiC)fT9;9sT64,PKHČk-5G_,ca+ 9aߞ;kvv{2+MJq$$2O r>j[]_L؞]*D(IU%;pAG]q՝Aї~s}7m6c3; 1uN'+RSE}zj96,a 8 ?gFv˔CԷԴM,&){|HD͙8S~1XM ]T\#f"CEH`#(*>ݘrlI*/eւK~QGY l xΐŦ4gHm{fsQCJ# #T&r6<3?Qna*or nUCi+Ebϼ@{k: 8ƵnؤzI\1G_>GRS\Op奎93>KU<;ybV!R*C I 'O](^!Z9&QP$=*6uj2Ǟ;itlFOY~yk(*:ugzYNE^#9sUΒꋓ%_GwCnyeD_B 9,v*~)IM5.oJbVv$ʹ}h;7K(L:LYF7rFsϣ.<{sY=ԗz۪[%JZi !,py ǒUzIZ֩&<5EPy翠>:zZUt֘ViQp_651Ok6lTs=lάyBj_߬躛e]#) $d.W8ǾVubZdsSg9bq[sZfM%5ʾ:Ȋ fWc\4غ*N-Ũ~Nv3XvwXM *5sJ%Ϫ.[ݦgLOB$Xޭ{W |uwaz?$Ur oǐq5S|> :zF*j N w*{#%oz[֬5p9sݏӶ4*6ݵ?Ih43H@12uc> uME%5554,1;V_J|6)n #QԮ&vbI2 sF*ySmˍXy3>,\V>WҦJ 0?:Lem:ŸqsΨ2O]M II1,F9i6y1֦C DQNR};8aRu e *$x[AfPr3cH`;}tF[i*s`~e8p |i`rsHsi̊вa:vT]e8'-Qm Drx:ꉩnªl 4Qa+2 ںzZ{̵&B1 ś'Ň0}|MQoĩ.?C;leU0+CQ_Vhʏ呔>qBR$R“վwS%r'fBW 5(E頩[T2؈v\F(bLq>LzjS|Ak$s$ {j:"J?9$4J:M#9 UKp\W2?i]+8(y]%XjwVx9Xb=IP9O\E#4{CiǍ/WW7Wd*bpU4(\/wYTpɖIFu՗&B(>m4̹\nec؍4WSE*OWASPJȤ{C:jd4mMpja_ÒTOH*HFۑvnf<ӅaxcpĜQ%qb1ʒ;>K3$=Ai: D^qỎ>/=9;m:H%=Duq#F;j!X ڷ]=UJ* u-"TchGPYj`;#ݼuPx/WMy5ڲ<n߮Qu%tZ~VKZ*<؟Q]6ǵRqkU*!R®l,0yi{WI譒TCQg@Jr@;ʐh?DtCzSVndoB\1NO1vJ,J I*b# ^޺+1~G@cCV  h&8s:MU$.x޻{~k?+uUUUXBO5Xm *N> |DqJx-௉2{1K(kS.U{2IV5 ,Hm۰ =(+tk ȵ0IJl+ v':ҫ0I)nH<" MPÒ8ff-Q'/)Q.3Z#$ ö,u}%P@&7;^}`ff`{đפzNVMIO1̒ʭ'gpu69Suxkr Q,m3[oΡݺ6Z[wY#\OڱB !xPEr7gmg}WGǨ'̞ k!=q3'1ǦլG3bRBf)OIujHacV&:') kTu=oI&UJ$8W}9~R]rPH։ A[L }6a'ϧ~sW+,>*e |m|d_q] +<75L#,x؇t(j\*"Nstw!j 69=_u}GJu}|{i|O)2{xq*?{ZGNnzS3u{wPEkI0,gERZF_l3ĦPAe=G/O-MZużVwF!Os\8^[lmOlU^Xl֯&Ѓ}̛v}aM;u3G$`;WcV*I8elmǡ8MRFiY( PѐOgc߶cOFIc_s<.Am@*HSwۈ"1^9X^[ہimMGMKAMij D9$ 9% SS1ܦ2~3nV$mVȫU-+MWWˑ@9Q5u)"QK85B1~ڿZߪw̙@)ǕG> -M?@e$UrN?})Đ]\^P^Ņ쉀;B ?]5T)Dɓ͸{{.5B)ivK0(aE'?m7VX(h);`eʱ Ð}ep5Uo*[+$U!ada196ĥPS<2p?m#QZ* e"me۴ (%p>d笽WMp4:d9>=VW]i᷼TTJ BTT-RSي4&顊P+`Fe*ei'EGa [G]=G1V~!ԕ!;7'?uLɠ*%\gb0ɷA~AuŃ ':؀N_-mfo- m¨,q=oT>T\ 2@K Hw;NuĽISh=T+Z&HHmI1$; _QX~ [ w.2ۥl!?\Σ*Y=9 YQ_m/JI*i]X1ϘYQt|3;SS_,^#$H7;c>l i?,UL*.zP RBE'8=:m֛[7k9@R, Ɍkɧ fRZ**.-ױ$Aj"hH22=3Sum%-m;xWK6^}ZVGja5bj \ncJ-g{d,ҍZtp42evuYtֽ} CRowV&G#7c@>$4ց^uE1SHwI0ŶT }& CQ%J%=?}<6QB`ԩ+"J*x Wq8ܝ{8ݛ[8#U3^,:%(\[?UhO rWs1!@g8tQ}"))ti(.$ dg8#Y]J"I'h [M#ڃb8Ǫk4)rk["ԓb8*ƑU_Gެ}zKχ 9`'X垲ptr8Iע/Me 6B50*l|GB uZ53GU,QԴrG`I9kNp#=h&iLa.NH:o4v|ZE4 ۓ h#!trTEp<5%;d<(e 4A?]+_-n[̌IKNLQI'OUwu?/PR[GN,$e? /K)` "3ČI#zcgT)cXBT$^ߋi"sM q47rFD̨M~t-|ObGq>oJ(hg>c?]_,OUUԷ6j[|V'Oj˝liw*Wۢe S=$/ 08OW:~ReTvv受 (>$\*a-\ v܁<zH52ILGy ` S1dCVLuWUS46ʯi1n+=~/MOuwvWCaYXŜOv^j/sUJ0 't\[CWM\gH)u?0IJ{/ Ќ6fҾ@6z}g'T&;Fsx)+;uo-5%GNVL<5_kϘ:ӣn?VAQ-AAPcv;I8<]{8Py'èj˶k]\Uځа1:OE|E龫.SGs \7OBXűn02}zJ&?c؍4Z+Az*J6[SBpC,^?H>h^4J*IH*½h]=T/[u6#9 y/~ac|cA۵G;FJaT~%_XtUxO;p3=GMxs,3սAL=fI8 yXGe_P5эb:àC-> 9}sMZ=lP4ܣ |=3!nA IRơ؁^I,*xlit? nUh~*ڸBUadWink g `۞Rh{WQS‚G`FG+9TBgm#}SI%#M`tцLG:`kԗ"aǪ㝫{wQR.%UU}-RRFйMVt弽IP@vp`"*C ISdǫlPf3Ra2 7nrE5+n#Pg 8GsM*J<d4G1A2{iA41%8(pOs쨠fOɭe"D 4HP>B|1AHڣP^S]q`zheDkL U X]D5<*#`\hsd0yS]?4zHh_#ErMJ1W7 dFNpq ΡKV U\lp ]0ż#R)$#q=Kp0,r2H;;'<%d `ĺ8hx=mMwW,pTCX(ʼ|#wvcέ)bwJRI㿸9uK7VMr&JWM$+ӌݶuZͬ BvF=u-^[ AP5`[ztQdWfYU TF8z麤u5MlzqBpC]>s1M*B1Iƛ6ru VQ[}KYY`ZUnv:r~ik%TUH&-L1/۱{-GV5U\&&Bc{nr8]ijT@ޑHI)gӞue ,z>;>-$Tf[Or"S\`2=} T?!J=-xEHfL+hzcԢ?MLIպyW0pFyֳMt'5B-]/fpHrXr8}tU| ?Ճ"Y>ǝWOɿr=-WV\/~m餌y2Y!si#KuGTROYM5|ɹ?0@#{ kKKe=$2^+ev%rÒ1jZkfmx1"x^O, "zT.~H/ -a@!P@ZBImZ/ƿ4+I'OؐMwR l$@~]Aa鄼?5$҃DS~m apr7<|?_å*/!)"5a4YMA8/ӥ 6T|_G; ׭Zy'k叕80[fQ tcO1d7ۿtO:bNN=ՠ#yV,~_܅9sJH8?hZ;_ <޷:n7*8TH}Dgm+) E*@VtyXGp4K:r-ž>]&誩^ |O?}`,=N%Ik,L53G>\֙AMS.AnHt* zq}tBН-֏s8R_ S1>3HkAEcy'tiDDErAn.zjTU+i-є4l,ZuLI8qs/w'XkMm\$eϡҽGdu]9V/UՀ NG'Ԧ߼V!z:YgpJd9 5bYg ERx:)ؒ1ӷW:*ԫc"&P)sIu^M_h6ۗQQY6ӽQ72cr80$=,Fz~PO^= A;AAG9q'Uu7Q["ѥ9kdm$ xT"XG@1P<ſ.r1$B#uJS[J:@`vn#5UP(a>t{\uY LUuHPˏ]yl.D`j(5,Jg,p;q喇㨕GNnt1y3GM8 [o|裡yuRF) vA#l< Üβfȥz],+$ZwjsghN4E$HHT;UEz(KMR]rIU9;4iRST z@HXq1W1ۣGg $kۍ%FQ=Ed c>O]S8hLg>K.NBB2:Y{I&3 y.r3 GQnI ҕ<`4`ջy2,ɒ5oE~k-sLSOlԷkTXլJP0 c?A2~UU]A#~0Xn?_nW+/Lƞ+*9pqkk]B9PYRz9-Iuc]tiʓ ;1c =ld5DdW[[[PMSo3ƱH{oOMi3X+-&Weg.:Gҫ[%jx {s5uORtwUeS,r`;=F?]#awQ2.ye)v$YV Lg9:o5TWu=lI:$K8}h!r"؅gz` q΁|@~!;mdQYqѫ-Ƣ.ie |(#$ Fhz;$+u\!$$]Hbsry}Ⲓ䊖%L'"Bp9#VBG*f5sƣŎ=(@Nۜ=1s04\&F{ԕAb \w=sKv-uae.14XATsi5[qƉ ioO- tqi@33܍ǟmhqvո7EצMr-;/* <~bc6OLtem5L *1՘ɒ9'냍#YnWGjSHei;%D8>D V ]KgRZ2,rx?:Z~G]kN>VWf2Y;ׅtp۷4aru "|z2ꢫ)|F8n]y'\iE|6 TwݚoJhAu`wp۞Ǿt7sC~GMM t,`3cnҟ_h:0DºVR6 Iq~BG}iVs}+gݡVVVEBY6\ }_5Qs馪gXϡZ-%CY%J{lVڞ f@SDąDQ<{m_1[:RFyc˞<+MFdhqqIfswܯvފ\eZ"FO$֕Vgj?)"PөeDD8(b1m?tKQQk`YU5錫+R(/w!h%m*1IaSO=C].sW]Bj p.C,^cVErd  ѝ#Y?XŚXhEՉϛ|և{ȃ*LzqcR8םj#IHA,LJhn.QY\KMS C ;:׭(?F0@y1vЎΛ.+sK'2)ǐs}tKh>'G,7+e֨z9[0SS8{zEE$d5Ε[.1KCZl"dFAuL[:*4)/@0K׿i>^ovSSs.5e3@~g}swΏ_=W}Jлсa#z(;}.8]wmn,7(Q "BHIxϐm^K+t&Ks3&U]7R1UYya-pYY>~ӌV:X8q;b<u WpVUTmiHd𧮬#Ƅ% 1}ُ,O:zf{ߕwq0~8jޙْ.7 i7$ԽGJԭc_kHZ!QJn2H*r=y4_ډF(Of郜tE*}QGWOOj˂?2=0x%V94Uc_;z{1.S*z!`L$@r=;h?Ǿu,5jKƧCr:kӽ9YiV|,x\8#I}_|\kq=5Ƃ U!iQ Ҋ򨳵z}f-C?Bِӽ4Q4"Y;g9$󤋷G_zr_SMG^6剉3 0ןŶ};4eB˖rb;gS^:-u7jjR-˨IU]F]Odv'XQYꪂ;b(*$d` 3gkp_ !17.};`51(0 -,̈ F;[,H\vOn-oEJx!w2 .{] ֑8*:oU<3ᓹNF32ߙSS &G18$s>YhȹUB;TH#ӎ_O}x֮/ xԌPЖz[&VbKKLƾEpY]HY ~O =4 96JWjJYV5Trp) O9E+*MH)৐OyFژwc.riO] J*UX XB ֎*4L;m֭grwTt w/w6Ade ̣ Ia pq E20SgI%-% -GYVZ1>@hU }-0MPmwHvh>EUz>ONUVmUJ-2f c  mhnZ4qdP1=j#Ϥ"[M1hDg~Owq;$8e=K33#?An%VyNK87}04R9ܣ1P}35<̼U(rHIh#tc ]*ґ!dU${hi!jNH|i %M}#?(^9`;dO밁D~p{ ԔբP6[n/o!DqF|ROr=n#w\*deZϸFwz.8:wE0Y6 ƣԕS@o-=W*BF9pVAe}~zUAT>< U5 p7( yԏ5)"Xy]jjHmǔw#0tSt@ I=#TiC|JU a3V*w.G|{sQNRF 4?$52ʣXbPx8㾱R %)RUgHl>@;d뎟mqR4+SX M#*2N=ptt=CQ"ō#%8νB&ja0hwldO'GL&w~R˝tY8W'!R02*~W~u]ѫU@WMͅ[U4 $~F}t[fPAGkQ\j"r J@gf#3sc@'&imRvq:)haRvYr'#MMt<us7G?YI]X)XYpSP99瑬}~s(U; "j[t碨] <:Gfhx'i?Qk?eβMJM'HDc8Q:vo4TRUZ&368<{WtTu4YQO@ +rSF'}VB0j9(3tg: ֖L,ԙ0`8 z"|͑^xI! |-ueҽC=SLNx`ݰ{}r,w[jO|lnsE%2!u9l@;뮫/Cu Hi-LdDvۛ$ `qo}zS{@c]uV[i⬦is'dX[ #@#J2h}Wm؃>\*nh5Tuӡ5E||>A< ߥBjVi!;.; a G‹|J"U%>K$BG.W@=?+j_?8UEUPS9'Đ]۴kZt.vHQAKYQY):6;C)/I]: {kɩXUVIm FWVu5U&5h>b.i$antMت)(opS2U34ʑcsdxxe*:KEoJQdCG@*rq[k> FH;w0A8: t%p_-1e6_4O&sa>ځ~f2 `19śKF%.8ngvKOlOQZ dVDRe˂au5mӡDIpX>{PRY1#@I-NBDO5ensuais2b-92ISu-$/rsǦ>/t"9OCM@ia(_LGciR<H0ۻ[i p9L73B@py]_fhlնCJC$=՛]u鎜Z8#*E;cř@/:a1βtVZZ`T|vw!=/Z};Mϣ~Ycз;ķ+P/ &;g'4ߢS1Z(:D}' 9'P'Q%ޖv/tDbp3qN>պXt u,Vg52y'AqpF;ز6v<&λMGZa9eݰ,M/$$12Rfoo8/G=EEs qNƌVd~Q/T!#B#DaJJޡƱMT\N3N\᧧E4lYvǰ:.u30\iVt Y¯sr01t$uHq^R-]J#3psS鮬7~Q$2@$gJ$aHӶ~߮txZYゖXՕ]S ~ν|l6 寝\7+ K- ,rapln*sahvQ'L@;嫡? &IGfͦS$ĪYf(lv+,ZeaT\Ì.If1$9ѹ:5k[pÅd-?6$goy ]J>shR[zm)evpNKpGJ ӱ?]O GM!$=;VMƮ \g|jZt;9YFƾY7lo\(|Hҝ2<Gq AGic^Crcxq#&16O =4V89ZjUWpr{ȩ;2=A5R*F\F9ɵc'bߠ?S*cibtQ=GSDR X7,qy+ǽ+餮[êT8A4>P&FCb]+r":uu0uWNVIܦwEKcT,V˝0B_lGpP?QFX_)BT&?y'?c5'}V|KA-]`[碩@L#Ќk.nIwDʳN?0*GjjR&`.O`5|UTš&KKSJ@ GzW+W==E/N^)x1T+x#!^ ^tW:nWL*4IO$d8?_md t66KuYy A/&q۞wϮ}?Ğ:96@)f C8RVmc]dӦV:eFm4i(u˶>v(22x>NKk3JQ A?ċ%zfF+QV۸"%$Ւ}b`i'K,y x?]@OV#FC7 Xrc'qIK >u2ne0{i"^ 0B';jBg/ Aˌt5Z\QIah.P*xKgQ^XyWqƵ^l :Sm5K !d8$y-hbCŎ;kk =<Oej2v~ٱ3wǍ_''S\jt%֋KQD`# K-Z^I9l}3vm?j諭2%3#p=Q0*XVÌf&Z(%kڎc; ##2CA$w䜓듁8Ke:LmQoHD2+mV\hαanioSn5$~fE4 =OhqkǯoTѲ}׷H%ƾ)mQKu/6Hsd{m4]ka;jjmkLq/EƁ)X:q^X.WH䦁SOvG >cSqBT֌ #׏-x;LtUpgQ#$)#L@!G}=gއm׺;MBTUݔ hē i yq'kMtF%==%,|a71'z cL-OOf7ѐʁ9 F//T\(DK&qYe9zc9<ݤ V: .b8ZDasGnG'|\<[:i**+Tl0BabMF!g;{rF >͛?@:Pp9ϦvP$\Tpxq[Aѵ!L'*ٱE&cz+ #u`w^8 k5ZomUyn*NX8 A)w*հ't~!tWJm$Ĩ ͟HDz (جO&]_cY 8Gd$=Tu<+dQ^*2mP yb27Ms] fB,|zޚMVja.]˹.s9A)ؤMS-E6z2< RS>UV!9+ɺv*mZL9G@3r 1Z]E8 <16:㿹ϮԱs 2)NٺZM3Vx:tAk-$QH np*N_mKZk]џFYrKn(9>UgYtIݤ# q s4Y`[mJ0P%zwJA}R+mSMhpFY*kR(sܓnS=mfPS$'ۂ$qA}QQLTJWF\xd g'vќcStX,ꚝ$.nP!vc$v?c< }-'Eԗ*JgEB `rrI<OXl;3)1Q|)Ȉ`@' N >Wp7hqo%LHq<6zȷ [*v>eAd Ptmd*Jzgdڹ{84.h;ګ)˲s@ A}4v j&1*QOA%Չc\譝Ygx ,U Ʋus%ZYh~-tVʻm(3aoN{cN=tJ&m4bA*W#'K %bZ ,[$UXANyUϱנѼfP2-Zb" eͦ&X QXw=i3m @#+\N}Na砵S 1 SHY!5\d0{epnup-q89 Hq}6tݚ λLm޿@Ҝ`mWi麴e0rIw<۴o\YtUVN PTnA j='B坉 g<x48nu4I8O ,b2 z$?ₒkTQQC& Hw9m 鮨(ӴY)dy<~ǎvO8>"灟`: 7&ⷯ_[ҩj/}SK҉jm5 Nqܨ'k~[(+:?-z--;48TUGw^ln 8|{me,s?ی%8o=t;5t_0$cqr7 m\o]Kh9Ї*cLșqW[e~Rݚ^[UV#,@?Pֹ.z"2iH%rq!>fkoOFc-ç-˘07e$d:n*?sbU`J?zF ZtU;DY7"Og#w^Nhwx;e!c&NH<N1wE+t@ND@{?c{ӐoZ'GK PKN.J5Ǥ:{z*?\U!$|C]U_WWt! *=@ǘru΂ZsX@@9y[q5%ˀ GsAU†n*o8a18(0l ml+]KVXV{=5hTcÖ#9>uBYV,PSF->5<W޽0wQp+[F֘vlぬnDP%D$ $׸i;r(=K6_fwKsh*Hh\Iպd$cAtDsqDnվk^(-yi[;G7qT=lWh.3S,tD=JcjU羛-VBW,qFXc)Gӿ2@-RDr9eeF~h'Z6G$y'X0SѐR)CVRGJ &i#ӑֆW7WK')d )1Xwk|D]yTO58RYDiWÊޏRK;xGUROuQG[Yq<BOmz j7xLte*QJ[j{ߙTe]x҂s(K*a։Rn]%-<5a,K5֪HgQ [?Wan8i)CWhS ,krI$* ;j4@;D4CD:΅dERTr38jRZJxտ4aW3pS< IiHMLR$ES*Y>] ȣ5YZj z|IuD5PPqO@lNڞYxl]U󤦆 }j̍40eURʤ8oŪz0o/VU {d +UFZ{V߰O7۲T؈*sT0%P{"8F٩)-ҫfznc NMu}i#N#b{8'u1uvld(\7ԛ! T?ͯT. 8Uԭ0IcÑ;k:H% ܸ cU YHi|0̬?,FXc`s郍3ȤF7lۺ*+5*},(5zfUFp5uG҆RU$7lkT*}kI(rH=6M.cg_.8鼫`xS[IPPx8(##ƙ |DQ}#73.7ыrFBa|Q8!ꏉ ?qOo+ XG﬚s7kmTCOT1ܹ~I9hj40?)ґVv2?-keۑM/ :,@Z^b04K"TE{TR,OKJ,9/'h{#:#+lv4ӑ8#_{ ҷKzʥ+eMk4􄜌#M6rZv'奦yON=4Fon;nS%|wW}j V9>8>p*HhLG2yos1?-]`i%%J?UqQk[?ʤHҝ@8ǧ.;"uwڨ.izoNʓvM`x>ޙ)2KCQA]zi.WMIO A`iw1Fqؑii'F O$rYֶ@R|k[H'x{.t^,Րϲ:IixU!adFcK[ ^$iLjH%42l*prV55!4Œ23)N?4..WY'Ɉ%cܕT`7H&B'U)j|WCR4г;<5i6\O:2;#?C:҃MZ%VJ/Zw:*[7NFgR M Jo&T8 ;>$rC$G ;)/mFÃ# xK 2[ttJգ#`뫱TSF@l>M>S-uYov (>]ί+CQ|iER˕ARlv$OC8YbQ>^f~EJej`ƭϨŽTl$!$3J!?K/˭-Ξ xl=|gPE\!7q+2n wDm@Hi N9}_N^֒ O *I}S>tv-dAA9#_h\Z*)BKF6=ɘi=b,̪14'ʸ4BdS,H")c@$ w=uxԵܭ2L*@]%;ƈySp}{kUo{'Wٺ⊍D 夅\(橎=DMWhQ_B43tXrc \{=UwBJ r/ I5mʎ ǿ }y@񺏣zMgf w䃃)=S'N|Wִy[$H)}1( GPZ7+T雄qM87.w鬾E|Z+PI7$º;q9"6hCHY5IMֶfZX!189'p~wR}]߬#VRңKJ˃ {!: KK[ »MBwG38U/~unR|ٺt%kZ,$Z1߁9ϾutshPU 1IA|UBEdgDZ)y<$~o!֛.@+n"(67<KWUC&yʐ̬A J{Mܠܡ[9gJ*<$F $ʾ7|:n1m5iS%) sxɜ;k^S62Y16=MNk}*^U=4S|RLJ|s5hzz 7y;F&̱2= n#ЍxV~*Ej< İC(;A=ܓ5ubqh >A+[s KSJQǶ08W5Rq={TĸJbM, sOjv4T;C*GL ƕxX^Kd*[ 6d#qixid (>cq)O& 0$c{i_܊xh,ʻd ,}飽GpRsZ*zxIzJ5>UVhzxsH':QՖ;oKqՈt H ꖸU%EzkJFY$D90ط5u MҽE3uZnTJa"&ꊜ6 wdk2e?įb%ߨ-u= d 5CPa>Z2(j}xSB-ἨBSrI?MkCFeCǏG붶Rp.4Ut;[ː {kvDXFC̲;z݇a;KX@(4UpU^VYW!?ڦSWs3KNHo`88י/Ī(-կ0z4* ]oPX]P_?~,t2IE3BC齆#^%OoQFđpʹ~]b_om}=ӟ=WOSp_*2/r;o-pŹ9Ӓ3 IYV7<"~=LW>#c%U$ v+$sy&RwOQ$lfD"1pp 8ϋ]4,eUa ,M9 }u\gy\dS}**%3X8=_z~mQj#$mLtnNaW69o'c 4J૩ ufO@M`5t+ j|8bǡtnDaj$¨YUJcVjB{zh{Ƞ#ԴJ]]Bqv YvkLȥiXQYNmHK|rΉyLz_b1@(F@P<}I:rJx*|Is ;chAɨa7) E$.C;~C+-ENvs)E8sG#fckrO8Rr//X ue9ٞF{h|o ՕR(ԐO[O^ۡr tDocBTQ)$Y L$-09VmƠ9$o˷ ( X7q@S\㕄D!'c6>M0#igꑨIC@rG=nܪi I `'ZIdWdT# %hj5SIT4on{9*) _FкJC+5HJ6cc^%L;pe#cdW@r2`@W%w'q|#j*/ܤcU(jeY1qX$5&%\?m@BhF=}e}Ѵ8~[ 2r[ji9B!:lTtUHcGg!2}iUU1Šȣn>Au'Lj( 3$FG,ԨyƃZ<z{tuUDԲ$YK#9΃u}(r: Q q+6Mcz>.9SnX0U'}mv\~$fOr驶4m3l@ҟd_:TUK}n7ԥLմADp|! [EjAU$p#a$$gL)%$FKd\ܧiR(FTӅk KmTLMX@:۾sP>1βUu jV*1?5dc?CJVǦ?`:-'unO¿ğM:8i()UpAR7z9ףּ:^EGšLV@C +2~ +zKe+*s$ \?Jt]le*9Tc98{@#{ֶΈc \S̾+_!5ͪšnb"}F4wXQk+c\0 H[?۶E=;Cѽ9s$kb[%Ǚig¡?SYIvAtKdC۱~3žGF!DZ>`z˯îv^R5>xֱ6jYc}XIK}{_UغwmrUOet\g,K㊀Kr.pVv^=iOblN?ܗf<_=e$uq)1▙{1H?Sb?;˗n=[m=%\کYJ N m{C7sO }HdySͽGp}<"a 6_#-Cse=<5D 5%5aWDVQ=E-?f:YIJ$WwۣtL?AI*1ީ$ю#s}hREm36,7u=UEAc#|2sp]>2\-U',iic/?g> ]%(U,H8P*f'*xѴ|6\0O-7Y?)9 _1J7jigay Ñq Ǝ S2 .=}A·(Aw:BTSqK9YW;|Ԫ-Z#c C6< ^C+"=BBNacl{㩹6^ Iy;WM~bc`Ly 8VŨM88 ehiEe9Oh_;=`~[mIkb;VTm IS:oR䭷WFS1Bv|('$L]eM4Ipn58uFm Gyi"/,sOAkh-tuR&fWg)I]%ttbVf9oNu4ܣ*%<?epX t`۰ڊD1BF| ZIc]LF ;Ux WTA Dbuu#{{>+~cC^K@Z6!A^[Y,`?$ʣ$QSSQ$` |A 08ְx4O]mCDW APw27.};%_"huL:S˵Y?\zi:7+xs!jx*Im+vsm8@=X}u͔=H>Tb|YڪzZzz3FT*lZEjrJ]FE>u}Ú[OsF{P}/A}ލLYIԕR10qXm Qa^kT,SFOS1mיf{Yg 2x-!hjx< uJKǫ YOOPIq&@- ؏o$ѭQ׺1&6ñ#>a;jĎ$S`MA&2GOx޳ż4G/;~[b6e^pe <eMU?Қf=Sq)V +HY@傱#ZoQJXdU|D,ʽ0l6tw2Yn/nRFbP'Ϊt[vXX*̬ޤ2=.-z268?~ɪ,-*$!X?vnŏ碌Šګj=6YQw:䓵xԺbOhj]QG2 3RKiD"pݶ۶db(=utEY)L B`!6r=뫽{7jނ֒zHeFt)ϡlo jYuHgah ]Gj(:+]$KKUK2Fq}c~+6۟srPy_7EpXFT2z }Ξ\"KM08Џ#/vvzhmֱ[1M:*Off 5LK*'@ z.t-7]\~*tmWJ*]y\=5|Oӟ~ܦ=?TQTI# y鿋ztu_NYR|2RG8:R n/f(K2I

G>wZ^ ZrGEmKq9')AaNeu/ O1\/U).H$ 24|MnPa2NXI'on-jD $!iź!( ^: 6jUlnljHcyڠOvy览OӸ& =+6sw'2K%YRnux .7/[ˤ=#BkqgUNqxOkASӑOuK* с;īh r _ӺE5(bHyCqt7]$hTUI *<`kyM'򉕑PkZ= ='OcS8uFSJiU*VIʧ'`6~Ok[M}#x9^JI*J1bG5!s:GliU!&{ dXOlw^>m|YClc]MҦ]Ld$~UA^ ޺hWu36rΓ.wⱪ.UIiSΉn==q< ܝ6WƘ;UǑ_znJHW( X)NFp= ,-k-h%<3maCZjH* =J g?hWS67lrY0=&o`{Ǧ [x:bg3x #1bH,889_^T^SGm37NUAP kEi.Epl)U $9J eori9sJV'WC#7_$ܼ:tQ,JDZg6Gz+7dv82H9iWC|ź#e^$qW(h/NOh=z8YikބcGRam.q|eqrpuJji#TS[f=8"euUpR,t5MⴲL9bN{mUuRh}򾢐` ;xC Gp$'s 3;?~צ}S8- bom  _R鿁k}ގIZWgT1z3ÿAZ[OQjDV4i㑆\1szӨ_(,_BUTI'B5p8y5Sԉoy+EWvXsczgY]xm瞉PYadZB:+GVzZKmº!z+eMrr33 RT_` {k8NR;4.dڥpJ_8ο<ԕm`4>5DEDjWN[vVAt?E $b)T]ZVS CP*P:+vQOIwI& @4bĂe?\Y)O>j*P﨧 D 'gTh<+MUP") 0snVWIU&,_ˎqo $ڥ4t08,cX'G~aUjkiaR`,Y =v'C@qSF*+Amn)—ƈr98)"VZDJy\+j u *'s3܁ILV% >FvӍPVU3 @9 AyƤsBjWjWxch6WFL֫n1ªᧆ!YOlwUkkA] <2z{t-Q0H:6$sM2levRSդ_4{b%~'HA%_,.Jn(!ZY]R2LqZu9q[i[kyu'phMWRn]1q.^#T9]vg(YkN_kkoFy#ڀN$G_|j.٭5SXfYTr=1=5QUe%z %t,Tme:^fI+lvLcAAP, kwSQ03( $IEYuGEEéxn؆hqD0F' Gc:Eu0+I4l;A$/}goREq3GV"8}=KA": czz'Xڅy ;U4׺dJVyUO, ]9إTƬH9#?m4ZS$6q<,o]3`:)EY5Wlw<` ZGv1Os{be1ؖ?4vke5ڦ[TC S![ cp>7e;Ke43Gq)ÈH+ = 5t.'Ii@H5-k%WtsCP%Lm /=o[E/R]%TFRw `I9vkQA4Y]wgsXz(G#1W;|2/=d7}5I 3;"z6;n-,IѐWk 'nl1T[#c:nC]?Y,oCRLr=p}5xUm~$nLKG ']?}`o] ]t~,=9VgܘH\vq[Ʀն;-P0.AC3J']r}h,"ofhᷦ>Ub.Wwʀ 6{ħC]4aePqh[)m{L3}zhMVZJcG&l'5pA,NA*AFbX~ Q\ど!PK!qrqβ?-ӴVQʛjTLps;Q ǷjI5 GjI:QH+ኬ4TӐQ9g+gx._rTGzOc?^_?ͬ[>#4 @fc_{ ~}؎dM U*O~*[lF N=F?}eIn5=h%z{Qn:z8o UNʉf*;T;5?zbKt򱓕–OG*gt+M^ EHeo F[ol^Jbl)>ˠ~&U3|+ƒcNU_{oM~'u}s[] -BNР":RT'e"F [?rN}59Z[m,N.(?*; `=pŘmz#wJ0QU)e5 ..Oasw4?%PH義It' QCĭe*H~&Z:#GQ&"rӎ{]nǍ YMOtCU+]#9^^ujs\w2K+Y؞I:zȦΫ (jԟ2P|R|:ⶲ~g#dq/ :ĹG^M*im%]Qa yc^EW{3S]bJ`0ak ]>i\*qurRcg~ҹ:U&QJ\wHѠ:o}byZ.2,?  keICE#0\-}%PrUVE!LM|4鞕p٢شdb9gfauSUOSm;~:r0I \i*9\'_/QF0GljZӋ!%Èm\s֪-Nqi*v\Zl3m jYza*v }E[=k5Gc #}pyδe}#YwQo8̮IO`chuGoZe[ԃeBvwJQ*dCo50*x 4Mź"*e%<4I4yIlrq{jeW,|l|*w}8Chzaj-yIFna=󟾰h(q=}Cbe-m,wHv7\M oY$&b_\6[jǠtlu5Q׺Cq.<~4fMd5PhQ3oQS=1$HT˖.DEMt>|o=LQ5=<Β;嘎{@^N-?|%il: TTO%]Kpυ3\}KpSIZ.q[gXjCT #c'_)-TUS0FO ܷs=; k]MEs\.UIR$gЎu[zjWUѓ2FϯѪWvc}%ַz_-=08#v ~p5` ?]-X-]qoQGiWZc&BNԷ;KӓMM4f rĹ~T)'[4+(gX޶&3 d^2z;wWUEK LG[N&z8tr{ qИzXzV*JZBVHZ F[oR=3̕6 TYGK$Uw?#\A'nxfrYCW80tHRӵi,* !e'}tKIRI)3$u0 =! ?P{,= GI$*7G'W<A %M,(2"˜jKȳrYtHv0Ĭ)L⢡us7`M?dPҝ}NnqZ'@9iJi" KW+먤 mB.;Q]Օu2H2c :xX;p1F4'05,Xn? w*5jcp" _`1w'$uRzX-2%Gl\0U&2oh~^dW8pTR{c]Yr=}t.<]/$CN=Ƥx .a+WPcc%vrP@͏>}ۯm*t{CA#_jфƴK+'#yw[EtUnO;(U22;>Jx663|hjG ęq>F~~0XM阣,xqCs˥u+3mmtL:'z.pzYjCGt'; c?sU}Ey%RӥTӼo#S|ᅑ`&sb?^4'luitoGGϔ?%τ[ĞXEžyoV䤴XZ N#;~W9@GGT6!k,td"*xWYY:ї)_1G"a@գ?S $wכŇ[m?/*mj>#z2DoxxRҐNrvPF.?:[I=KNvht_ׁǰfb+?A̰[s|%8P>ml:#XB"(PRkGŦ A_}EORәN%TH6Ҁb. WAS=G#jlm$9joMY))gh*?]Ixj²}uk!2 W [S9Ơ ~|QWGRBI&?"8}}KS=,?-IYꑼ뵼OEӔ:ʨTVv,Kɜq8;恨hmGЎKid#wRVP̀q굽 *53RQViZbL6|nBV:ykOEV;{sKMކk]EnCn%_(>< 1ޥzrՓҭ RPƍ4 3q9'S|#"*&2T9dRELm B?_M`7;gz(n=4kĒH;cjKue5JfC ݰp39Ď7GelT F;zO:hģ(ǓIhS %VS.|ρh܍s@+]a4dkzg>M]gP+դGQ01/HsֻFk%]>G#U|  ngY˰y.p7 DFŋ8c wak MU.1'[e1*g':?K'NKIhb@6|,?2`NsEм2ƯWV: OHl|aOiZWq&F|]btTx؆o  >1,\Vkllܤ 7qW\).tP@̅]du??b;vIm>*GDs\tO4uTe;]b? 🫫3#jKUTQIW"d#sx黠FQe<>"u߭ :=D1ѣ@\u]!2~'ϫBM­M2 rokK D뙢asүK [wZ8R"q2 K+TDL&Ք~6 Me96ьj&y@'''wT/;jM']{񽇢:a7+]*K~ Ok%)xm21Ƴd1 l$ G#8c}5/&MmPvQ@>"O zȅmvXUϜ}iO3n6jssU82*@֌[sr PR8'鬋IoAKxb~hX \K"'Z TWZ U \d~v;'߄7ۺltJt~nxE#&4?=;o$\5W *+ǚI\<ޫ~PsI$Mw f>׿4${ duwWAC#*D NUб퓯B'kgNؚV9/7M M#o0rÁ۝a? vru%ڪnt/I=܃j[ÛJEn@խK4Hꔾ@c9^2j5qh:ҥ+[\wMEiaj M gΌߩ"=2*Aq0<s2wX: \; yykľ<˹m:\$lB)Z>9Χ{m4UaUu ypC_v4f3Wfv^OP78 s*M EF6PԗM6nRS Sʡ u0Jl(Ͼ⶚%rdQ'#E|S5De(93GxyF?{jV[A%:6ph1}LuT*UI* dPmzOiFD#zqƙ: juX٤>asb@ƬZ$7Gm=fzmZb)iF/+qSƛ -t0MVeG;tSuGZj#SKGX ا?Mj >9Zkm-tPO,+6|G9'+e+MՏl_cu-]b(3ʵ  $c#[c($q5u]?=lRSTr7aK~"z;\1IN2J``(O4<üX,#Jd8\XKo<-g룿.V [ޖ6WR=)-w{𮢧KJ!m#*yN2~G]#eCz~~V}runRr Wp}Vf |jT2奄~CiX +kDVcc퟾).1ImP mt 09}862,:{gKNV8,R=L{`B s׺g>j/̜[\6KmǸG]lti娨kTC29^!F0GAt]=Ωɞ&JIUdA'2rFqԵcGQ^/2WYEUDW!%jÞگRyOsmGlFk$5T-R6gWNuvYUk+n6"^8>tbA@93ΨPXjԲI[KoQo%bs^EcZ( Kb Q^U<>qT`[juZ8D>(yc$ Zիx+c$@!Í=ѼxOddINU Πp.rsi淧#Gri(Ag `c:XEg`]3Ksfb'qBɆ[;}*%2ZRG"1Ϣ5G5&F`$ ϶c_RBjfvB=tіz咫jp9GrUV' H]2Xi_`TxޤzJsW&!a< $r8:=#]L1%thpD~wvkEƺm]) "Em7߉[:OĦ1xVĄ0',aĸ , WAWl#ię 2ʸqm3&ڳ:$n`#=͞-mR{6e\ҭ6yGXƘQÞݾdscEpJexìp!ʠL %;TDX7̯оӒ=˅-4T )E?z?ijf$)5fLn7vrV2 TV $1߶Q[K2f=<~ޚIP:DOw +,L ̃J z<70ЬRۆT dwV#T 2uR+#JĜ-FBȢ1ONƏ֭ĩ=\Ʋbp?&ܕ®y<H G~:_e%T~V';H$ALhXHdee->COk" x10>ՑP-9v(X; sNU"PyU\R.V~Wt&7/>Pu垔V55{0TI r8?Ycԙ!zXNazKJ UޝZWzok_@vڥ|MKjjR*Pr+#8Lؽ8_ҹOGsƿVj{ w*'ZZA*΄p~m\mpETعiKl[M<̣w!^r^*ER/x'MoV%=tuqv( BY5!C}BN,եgu7zZHd_HlI1Q"Ɗ01J4]v:[m5l[ui}s7>s,EN7.6iᎡI_k=usJZKtuAxbBǦp1難G}Mw tm%%# D,Đ1>vʻ{S vͅ.8$@H8cE(Lc*-75'b@FPK5/LK*dtؑzRe{FdGM DiK(>O[ }F$` Ǵ=8ԕwJ*joq=s6d{e5jR*H @CxCXg{jxiआ0$L냒NFI?]#M/`c]F\ U<5050+ R9wO('{ nw9ުV*mn4q۟M2[8V}c}5e6)$KI_Ui ),펲5c8cNM|9N0V l s52<+$r+ )?mt*( =HJE dQO$K$r@=P Ή z'(벮8Go[M&\5C۝zӢ3W+ n=Aam53/]\Re'5i"o`t>$Agz6ʲBv1V5o~VEhU<3.RR_I^д=qK.a ywL? .t WV*#ωH98y20]h>2o?Kߦ.\MLÃUzT]]r*3*mR y:ս)nc k}³Wry2~'{+KW],UԴMCN %DDhkSZREC9x mrybO#=|o=>P<$rT>Q{d2xysԘXNֽ1鞖ST>j& )_Q3βkk92a>u?~?'O|%K,!`F̎f<}Z_bt?L#_ 1$1٘g&[o:}ʵD OƪSMF$Hl|C}]kA&yxɦn QSmXnN2N8'βRT2UUQӭ:ɱc|Xۂrq#zbeR-j*z˸R4d}MC}_+)WT֛Ϊ#pInx{zwBtoIe W:FʥLn‚FHז~K}ކ*`Ey?cwܪP@V Vx# ٪q05>f7{U/|v>WS CfM EϦe$+MJ@Wh(eE('ko%<[AVc콗/kYMSh`6~W8G E  $&ڳuE;U8~KAkhKH^6U N8vMU55y&*J҈/|頕WtE|[lgu|m Xo>\iTC!W@c U2zq 7ep[0>mL2J 1TZ|n ..+Fy$>O(DOs8A).Q\OPQ⢛=߂goȐ(*aaIbpD jDX#h#q&=DKgߎq MST.26FOS 'i`krxjʪrGp3Jt?FH!I!8t#=v?cH頠\Ow:RQ.K>C sY."̥} $Hz&S>ZUi*v*'''R-e,8>2L7@K']@Nͣ>VAxVrI_SܝmOü ڕl}5P9)r8  AP$Qv*=uo,꛵7PZtBKElQ";yg۟9'+4,4E KI,RJeSm LUV@i:z*W 1!#ڻT/i@ SoPtIbz*_VTK6t@#w9$v99%jޞi+*j(X+wdv@Q|˜d&julAKAUmzڱcq~2s_U)L[ia=lWhL'=u UUU"Os؟}`3Eo ޶X)H#,nA<ەFt[U:>yjm&J~_ 4>s>Q3.# 6_ڙEWnsn29?i:WCWN%$DdTWBN]1ݩ롴F"E@mČpÞy҆<аtK7uӦ(根Ʊ ؍Nq8LJfS#4[gǮ+Uu[]-aby7p4%J 8U&GP{4q$aNd14b^#[l !f9:d5M= fa$҇t(˿|m+9Y5ۉ\ږ`@;g};N {ƢDnHeiW9i7o P[0ę;@_#WWU]$k;xI(KdqRRۭ5w*֦ ?B_nN|Vq%;ʾh(.UA ?*wnapsJ6ЌXM̅83a>6EF }'#V^ӑK<_sy"NR6#0=4QC_iK{%dnZJZ,H'M8T-j)৑PSnf$5uצg'ޔ3KJls,Ys'i%oݭHڅMUqU,)2EB*z^ *O4)WQ|Qbu-eZJzLʥ I!Wh~ lOSEGX5Yar+º*V&3 ))dQL%9rFOao0'IU5O4bx\yax:wP.؄ՃtH*@9'M){|/(%o#,,[=3{Ak 5%EjJ )jW᪨,IgY VAӾZ{5UIS > h ] G׷W-M4QH߅ Xz?4UJd;JG7iSR")aBIA]-%ڥLexPGqgM+AO=`K,"ܜnPZ:W\REPyB nM0ZIg3 4sr~oYTG$$Jjv)-ddg O]n ǧH9t\ *G-{nX-+180com4a0 '`(O'ܓ8Me<ƖI/<MKK4Y)8 zj(/‡?Su̵SӴKm@2K@5 BRe (A]"C)1)*K,to39?SSxC"9\UbT`rI}g<@v1ih$AL%JZ::qNp1=IG>|tLO!\r/*d4d򭏽#tWĈ˶)EU Q޹q=uR|qnX-ȩYyluSPu@(.iIM{ @IG7^)z{վ:1Ro@^rPo3c ?GꏂG7O%ۧmnO!@Q:ڧS?Uڵ}/vh.PSʥYd\FԏԿơj4&$g_5ʝX⿏ԩ4VSSgu35V._W 15#Ɏ- '^ns]DwMe.O61^}5mz9&+ Ow5d1G;#*hcL%W?=I֪ l$p}I|A>PnUD"7`C!wZgN7"敖}馞FSīn}oMн4 +ݪZHll i7?t'e] _1a{ "m]# %jۍī.c_dUß˿,NNK3Os|NII9~} {FiZ)meF;}O=l57K%EH0(k=lG@5{:FG:uYhrxeܬ6 = ITg(mUOmĸ~&>tJ6r5]rue2Qu:+fk}Dsl~՟:~OO/Ntji!S]Z$6{zjU1یckCaEco,1掠!_TGM>4"n=ƾKhZbhbY e>0~ᷘgD%>@Aoa}Yi䢂D2xRgO k:ZnBUYYw8*NXb5S%V|̠쑶?munIPΒVdpvQq WK6'FBdm=}!zbqP(5kNR2Y{3WBvj6&E ʊ ~`6ƒv]ă#ˑez,jYI5mNPε_] ]Ddu 0Ak~N8Ѱ_-PFQF{Ʃ0S,T38j4aXˑi.y# UJI{k㠹3kZ20[/Qnm5PIO(*b(yʹ,}!-uJjw(>Gu6ǿ+QWd6Sf >(|kEt"b(!Us_ [h۩,+:o1C44/sJxMO8x|s)GZ뮘[<^ L䣁.;#"Q3O3|*N䢴J@xԩP̪iJĥ~mRح Y)EY (n'>,u_BKflBdgyU|YGHܖ>םbΡXڇ}fXKx V&xj M5U_Q-X#Cv{NF{>C~OVI-HZi@׏M-Ju_nQش}^ʸ&[g}Rcde =j"h5Nce\cw3tR`YaO2km[nH,IvuҲ՗LA\<$?8'x):^JNUJ"ƥ9{׎ďP^:)>X-܁Uë7+u #2)Aqv:|ʚCfYA1{ 2q)y=_5Gs-,*0 ߍ=%AQsQDF! PBȣa'xt(GsӔ5Vh^ilE ;h =7F7kzMUMí:U NH9s,OyM|IdpL+):*;dب`X3ddo'Iu1 'QE(n4|6{__#$]S"{ ܞ@utV;HիcbpqۂAv͞4J t QEWy @EzQ*km>%TO4>$Tpg1RlgM=by1Ai[MU!?2<6%>hX݅k=37$r%ts 1یU,[z ĥ dqlt?z3"t*ZH#>jOeaɘc gQkh\G &XrԶ7&s"J/9[/if~&M,JSXA:TTQM$YKywrI;p5/C`yLvldDH) OwDO~s]jn\)"⊘&L㏮+)屬(37[c'K=up譖bKWVH0GQCnN^Q ɺ˂kJ6 K5nJZuln|-WEO2׿M\ xQW_fgۅzʍb Nƫ4wYhBG$ߞ$P=cVj+(ITa&DD(,b]NI;m<}jCI/3ZdIiJ_4 6\_bW+綔}uN 8w'P)&hF&6(sV=m9#RȢ"rQ/xAO } :䠟ly-$Њ$#mZ[e;>] KOT6e#wK!]A6xT JH';WujȦ.76wɞ3~ԕrR)e&M˃q߿} ^ zH `0 s ^mҸU+UrE-UBsc=qfZX%aH?mkvE5(QA髀ee^vď?=,HpDA8F ®)Q-OԷXގRmXA?^N Ȭ-SʵQ-:IJK#tǧީT1Vj֞1ӏK_I*:D>b@'Ugs Xoyfj$ݫgZleH8I?.{/P԰7ȨRT݂T18T -MI_5KG+VGrϯTU=6\b(ؒNFq] C4nIX)(Z*W5лy q`uTty( $;h[]e{dSׂT(! N2qǡ'Gݬ6ޘ=ކKwe͌Hボw"uchB.[u%1Y 32<QAv.0{m uՒ}Le(c9X9R_W뺂2_qW͞zh|+ӽ!RmK!\0pp;kj_XUN '5{~;mX#T ;,}4?ӵհ8j7:W$I !H5Tì+,֎𒞲7eqNqƆc*N[,[]Q_XD&-S+KV4r4&xuQXiO"cp{hIRvUБ$7Dj1FpK`hm |I QH|) NI9 P-.M# U|kMªJ)X圂B;|H]zh1 WRqߟ]#(Ré;fl c&L,ǩcߟL)UICVvݔgNj)b3;5ee4 <^)bˏ|scs#$ ?Q,V:IltLRDrW'Lp4ZZ&!Zʤw*1sƩ(-=!cu#Si TnIM%ӽ=Ftʙ?;7'':!ʨ:zL ?SaYr@ ;d?kQE x 6@|Qsdt ,G,{j"ޫ ' pK`c;ѤE\)<-JSR(QT9p1OJېĠ9X;Cpv5%\Q:pZat +AOonvԖ4T)* <8sχ9,ds93zKT8 sNB-<`zSi@$7?AY$a1HOV8 Y/dvl'53HХaVmS9<z.5kEAQSe*@.}3Q֚҄13n2? $- <_ejڢquqJ?@9Ϋ%tu?2Y3L6OaM k+i-dk !=ۏzz+)7Jo&`1k5%-m>C=0[M| 1'H8#rXASL+x0A==59(c'$~@s.[y5h7JUAف]yO];4L^>b7N `z^3 lKЗ EծAзFvޞr}$܏P<0G~7| '¿/WOd?Z:&e8ZZWǙ$ o^b =Fd7Zr~*|CܪT&xQtS9(-fr @O#}_VsWH &UaD}.?c_LjsvonWK٨}D޲{m0''CcNLI T"Iw)ԎB'^}%ǀ$*TvQ9 N&*|mބ~TYYhr``5RnẖnCgV"u@\mdVʓH>}rZ0z1e m1+dieLḼjW8y<<8#،u U(h Md!3y3qT{4,OkEeS$ zgiXzhKS&c!RPicM7 ")ZJʒy8`$08'ڍb .0<$F,#_I[OU%iZwYdrUˀA3xNRb)y +cc96S8D*zK=h@*J@.Qv*{Nui:F\^jqQS- Ә*)$dr;F)(6eC p=s+s4tQ-@E4  \rtCI`\j+n 5Vل][nc9:Ru7ZhL0+Ąˀ烖z{ԝIԕ=Ty#`Fq}d"$QGĪgZpऊrF1lSS#B @5%Dr$sUɲ#̾kt豐T=~9[ Fo55: ? i$f={s-$inSӪû1t/֘V4qTKSR0wʎÜ}W]hԫ ЅF1V,ZLɴ}544FeǙb?b{?6JS"#,jKpvg_EIpӉ|YtIVʀ )$hi#1a'=ɕ#K<ROuKQLdĒ9l0IS-.e 瘹d.=uFlZnpG:Kq?k1~Vqt3v~:8 N2yNuj+!~9$1pjN"1".{ZzED`sSXշ.TT0]o5UOOITWTR(*T,J 1kTgԑ&!,@??YiGHRuHU[MLhdUp;gLR*g}B[:K"wA'^4P'$ $k7U )S*{}׮3]d|kt~$Tdp`]Pn*š~_AEZᣭT#*%s7bqNYf@# w8;' =Π!(01c#ON8Sڬuv{JzYm"&~|MݹEm羾Xis )P73 Ÿ$hc(UzY^$ б'ъБyU?OlY2׬Əw^YًFD;za.Utnc!F*{7T(k>~ &w&Ix5;@ŷq鞨$fPD(XBOyI Z0cGc2WK*iT0u^`>aY]m0JWÕPľɜ1O OP(ezgY璘;:ʂܻ~]4h%BE?USӦ*3G$W?'pݚiiQ+x2;CW`IWq=DPȯ$*Snߦ,lw;/H(宊VH\)3$tOQ=Ls$D$2kk? ԼCrU^dR;^1_%𾇤*nk"dc|s'N&&h/qbjʫk),9ctSu]ޤ!rӌ<$T pt[$RٕY -@-W]rEW4?P j37J9QIS1iWBE\,0wCO}($'JOliZ̅V|F5}+бֵ*GQ"*1Aƾy9HPA>bkȇGκY*J5oR|QȾtb┝SxM`@LeT~adjoQhUgsO^@K=`Kn5U`M. #;z>j5ޡRαЖZFGgg`B``g|Tz(hiFCOY`]}qq+>"=zqsqn[uu|Ŝx$O#ϫ8nx;]w諢RZ}DAg5`iF JwR seas~+h*QxQ ɍ68u%i&hRT:H7Ϡ!YP%]F{Uզ;4d͌kx5#Pņ8f$zu;RF<9'Qz8Yr#p1?mTO o9 +򡆉dHe{g5\,WΨ.n#2p 9'Di+ŲD3ѰeLGEfPzxl ;jJ®6h9G 9+uܪB':ӫ^q適bb'%ӁeiMZդ|ҵ\i_0%N=4rxT^v8UKd=aq@K:C`=uTnԵe|A TUn(-FTqAJQП!X Tc#Z\X揓I+2TJxҥ|J# Ir}4 p+XM25:Jŷ,{p/\#QԉP.cC R=#fFZ*%XG(3Ao` `w},zsG!ʉTVT%d($j=KA*4t/A<;kkLSIzdJ%rf0&Bq5lm۝t@-qAs߶i.41YyyZqP!m` s[e:ȣsFr@eFnؖ]S*f)={IqV{;R4"yV#Z2xޗֲhAXdcV x羴_^$Qx4%kQfG,†>4ShR K-Pkl W`Yu^su`2cF鴓 QT^.Ycu_S2{M3Ag:/ĂOfFf-Izie/qР"f Pw cΗ:F̗S1mGBb ghݻG7}ٕ*sZv3:I!Xp`1?]UOXRZI[fJQ"Yr, =zfLU<L묊>|~[-)O6w-勈yCi~"Y5R[km*8̰H3n3γKC}mARRHbrpqƴ>UCvbYQUV=|}#4mI\&c' mcƊ% T WtS$+<4*LO։UA\dIJFf8끝 ښ =| [rF!FuL  i.ԕBI+?5Wأ>r{v3NBJ0\Xo0LJ.xsEoB^(hyI#򏦅YkmmUyD˰)h_VuCoYe<2~P"M\h5SM3CvX$ N=Uӝ-=O"컻sQZT0wrw0 J htbʐR 10>+xOilKí %F(up$W9#ZVjAFKOqkgKZE'DwL49kOM)FUz?EXFL3moPST 2W饪޲jfO߈X>Eر3Gb8:殺|nRvN5VO=4~ 0y>UV+3FbzϹ7Ϊwj.ً_9 5)-\֚\ep{}\n M4FrOtTYjxHdvY7j&(6|KΑڻT@A !<0:~|xoF%5k@Ε$jNJi%,Q4Ră19)Āl:Sou=Y5ft|0n}%HT0}s* >ץz<=uw"cXS#yF{uD ^ߠ?0}3SY5'Z KpV_W#I419'F>[*8i؁Q"czܹB>?yOPuujJkb02.CJ$ҤӐ@>2gD"#?SY5$sRgY[|>Q +r ('K&3s 񥋯Qx75Nq†8 ߷=KUݯ 'Qb'L0Ot'ZCIQqUSĻgː2w i^;6y$V[(RGP?"Uє8ǛFu<]VUim5mPVIsV\ \uoNcQ:NL%H0V#<ӌxEvX"u0:O<6&AfG=^zjnY*`12Bj޾{lbN&7A$5d0$:r{ WW=A`j| MDNDr|~`=OW*iu!*es}Fuڂ&66"ȃ&Mg𛝎0LT6&܃X`˓WElv{%cRBQS#N޺V;RGHd+WrGmR^g=!PP9[.$ZxmܶF _N\lP^᧖LeWb#bUF1δ~k}yec*dC)?38qyֆQ'T[zADR,Ņ\(2;ZmlVZڌʧG/RMv8Yc5VE+Uo+Z`w<F< $)/QI$x}y#8]f;:6i5#Wh#aRT}犯ҷ:VZIOJT4r7ezq\Ҿ>#-RޮFaM9RCH=jz7Z5"Ivγzj$u$rPl1oҥEƪcbJ <-r~WUNn(\q$Z;.s\i*Y#Y8YZS-yctCSr}tlĒxƍRu5Ա[$wHXbm9L!$H_]R8Ҥq<+e OuE{IJЬ"PeU2dă-OS)H H7CnwK ff ?ÞqRCO"QTK, 3xneKn%z W*^={ubYq݈#JU5֖jXjfXqoGiꠂ #$㼏vG;vM]NF344V#RYHey<2̄n ~Ǒw;=RD*3;Q3q<qg $USLiJCgBCs褠wF@ˎq-r.ئ 37\F#$ Z5RuU8NDUL`>w$^5UҺǙaG&/f>原dCf93ڣvf1˵q4{nq7DAC# X;G][,=llDT N{~9 @7@S:J;[)㿈\䌕c8S$TbCJ߂/3=ΟB:I(Y6P2{wnkLe9f^1q{:`j߷u;Ot8 Txx%'`^rI'U֛֘QkֱeU <}vGW]NeSU] ^"2cdUM5MAA${3"r=P wO77B3@}e #kN' O ?M躞t.@ H*IaqsΑ;GepS5IddAsN]WGij_X$Bʇ >i*u.p88yiӝ;7sءig18@4h}.(LR3 *q]_Su zz)`ZtcHI2k Q]a{2cfs[qH6Cj.YzKmeuuU\ZIp\=k/8MC=Fej:ȼP0rOviNzv}x/H@$1@cXx@<[:MdZjO:=CunY%FTTQ^4QSp{]:!u!<˽nnq_LZkx6sԝRڨ(kYONN^YIy yGSO]cKvYg1"mg z> x~~ S_WcOξF* #}.?|36$7#=Uݩ>ZVGGSX༊j`g'JC5E}L0ЖwlG`0su}ՉZD/f { yo' \Zz854Pbg'wsV: Ԓ_(xi)dNOc`m ˌOtSsF-j2ʱFVc?<#5Wy&f `\Yf%A(-GVFw*C7<?;R\nufJs*w$c>ћUE)UPE?POdNtHDq*$Y8,[TqFuTzryFfЋ]Ef#rtf:-M SJ;nW}+ZP]:ڦWmD~K6Td}αm0C%*DX!t;gbĘ eg_PS >ݡ=)䮐]羌 [Tq|]cY1ZݓVGRA$j2q"s羴CӪ ]p?dhAY$(Hܪ[26`].QW5; $PcM'ukKP.sM,uU#djQGmroiuMڗ헥s`+”rrFA (ECx\iw[zwDg dV]ORkޮUhJ|«,հ=taUAKMCDiiQL Y1$NN-uZ[Wj榤y7HTܞXi'"3}BC162x#SƁo/d?~ 5J0Qd}`8> nSIUqOٖ-憑`t>gJiwv;Zn䥶rVg="Yƪ TJ+~1KX$~ݽt#E :zvY4H%/+5㾴uJoWTVKRRdQe>E<}oU ^M OWY#-fx~Qjꡨ*9aC@>ƆVAf/w5>]rC3g`=ۥUG,`1|cin[b$FÏ\tu_~CHeH xqp'͜N,N=$ƨٍ}[mn6e{)B9e9SpZjcA~ +IcZHv `$Nx#LfUdF!*ٔ=~ՄP܍ 3SUGPZ6 GU=r:$O#*Fd$K K#E!Y$[8]m,ܢAWO" >aw3DA\dD,ڔHdTRp+F >?QZ(5Z > ~K+3P8|r~Ѧ, PP"9屓["X5JVIRI,~(ݕ۸cjYDUbUxdCWtiC/ 2\~TQQRY*⑇+P{P!zMcMrYQLwsS6LM3 LuCN c/{Tƒ4U,\n;p5ؿ&i@OJ(dL>k LQ6jUs?]F"XؠAi KDƙc#-\ zcJP0ߴ*v\*e =/^X. 'tjX()R#M鿇,w2 Ϡ!i9)=Hdcʠw@~kֵ+͉"SHHnoS Ao\4z{rc|m2uԤ §i> eTY =ID0~ E4PD` o\joi*BsjlUYaziЗ[`Oƃ::9vLswitRT-_j9d>H_"UTxc܋|}.GӰygOXH@<0*ry9=p}ΆSq[㥒@3F?Sz]M={%CBflFǯ}0QY1D>@yG.v1*:|Yjg(LFqjdWSv/Kթ#ے-߾5մ#MvOn9YUڥe'~1Λhn_* T~ buVGVThaw+cv7[bx@ \<)=ufeކSDNiIJFs(۞}4.lUDC=Ƨc)"1N HƎXWe/ǹL~#X0p먺)KM =Dk$Yм@sCgyIas鯝3[ŹNPN;\}ilv1O _qSbyEm𡧝e |6sgB:Acz״\59_.2퓏]OSu][b\5il"E xrGn1$ܺ,69o-,.%ٙтw^_j>rBշ Pi٧-/˾rq8}_[8f)j-e*,F"RAq}Iy#NFydUg( K!CNe]˂}{{?V{UNTT[A0 ˂@HEҶ4*c%eڻ?̣)k^Vy1KcQ8q|'Z{|PQ$JCO'7raC"^q6%U;9ͪ Zg`Xe Fc}5uf5KjKrS$tXdY# shBRZJ #,IDb{g 7{N:Սa9o3tN5G^1,%hP2HU3[`cQm )`dMzU^oZ(*V!Uq4 otia+&qՅj*-*0$pUQI`KymV\B:cUpZyk'#H$IΡ(⨎5]eb#o9> O tKFVͺB~xչj~jJzMcKS_Ss>77q2 2xKCY<#jk`Kmb{MtY|X.Y OJIx 5TA%_=XlDAx@xM'>CSe( iFe~Z-3&\F+U]I_c'a+c{gGAl۩)"c"Hg@A#8$fuTfOe&*w#߶+%K=4niscyǧ"8״;qH%Z1sJz*:uJHXG#yIu5[<3JB+1(U-2Tr3}qί5UL)DdMIp@;vt.B  zdXX$`3Z LI-ddJjevܞpYLʚ*Z3 Rc XFqwN\k*&5a$xiW$8 A`%+K) CEtFMEF1-t=|M 5 T`͑,ܫDavqm3OO ԕW[dB 'VD~avt+ *ö1R+$]2@Xރ;xڪJ)hn d Nrb0Sʈ_s?*q)KIzk9)?ɳqV><ׄYƑv%q3Ƽ1 ,cwogXjN|dVdbj螞ܝYq*c[_3C9$8oRĻVO%Z("cESy ^Nj{Py$;w,ɕs}N O|MI|[N:#|d&3<}<{9{GC[luU;NۑEtbSAn#^莙tNAgP-*soVv}q$]PXRC4rSY[2ƒBE ms96hGvE* *(O処zKE$O iP0?(]Ǟ3jW%pP8']CmԼGwaq{}/S, AM135A멨dX誟|=A< 槨(VN۾槞Zlջ,J?J?U#KlX'EFI {is\D˃Iy}UӮe*q8סzTUSCĠC@y:MC=A^٤f䕕|0*N<5V6j70bUwcmn5?9ydg_Ymhjݥ]p=34꫽抠UnJ׋9;vTY/DoR;pF#sY8'5^ 5R,s E˷8hQOt hy%X`ADskqq<\uI1AqW @tAm puu;g~cyTňg%<y͑Քnc:zz{$԰̓6shg*{K|<XI8䢁FRR Mubu 7kmLO+p=m`="Ġ~ (Z)t-ms*JsPN32$[VʪI,F熜8$sO/vH&hojl${a~SumRz_*% " ͕ał]X cQݒ[}1LN^Ѐܕ>W~ۺkuũ!.uBX\q!eMnsZJb OY\%,ߙUA8n]7FRt-x`/UƂ rILZoe^"JHI*i[tU uOmk-W9h)M%u&$#Nj }H:}=$͕diWl0nj+6/q3{ Z.|+V[Zu'r*s$utI#$0 hxEwkqG<0G';PѬ޲Os[BK#xP(='Ac(Qjj&RD)3zi.U.xNfl wU(Ǖa[a\7^FyNȚd&Fo1H*?ZN"drgW#OoM"m?n?}*s؟Ań7-VAP\Ϩv,́a;1أ{6ԝZd4LPn,WRf4WK.zb:%JI]b!'d;.=xgWay#X0[;w:Ծ.gy7+$<ƼtTHXx"XF>*6L ›}7[] !#T=3ٳ݁E?eU V'#`+׿gz;U"Y*T&ɂnڏު$L#-"X`)םw`)Kف[|gf r3T#+U=?EtudF '$OFUd['5,1oIHWQv q>[ȮW{\XbccvIƨqj/_k㯉-2˸?iv{w;o(y¬i,F0Ap4wee-E%df"!"&L;?is-?d#s3In8S`A&hT,䁄Gpr8l5 DUTY< 1{h 7mѼ[\x=ǠwiZCF$NXjE %MS,3(S8롶+eU9YL/Ѫ9|u$ֲ(k`'0XdP0Af-n58.#Tŀ wraot42j&IɅ 3'}uio!jiq 'klͼ݋y,Rp;c۩Zf*XݶrtW$Ub:eÙEgyvba!Yd-dy]%*2kOqt%@$0߯mRhqg1dM*M OUMr 8#p8wm(%h#*``gӷRKxh-SJĊm FH:]52]d{+T0b̀=9}u\u'tO5@i h`tzi*(2P,qǑ8$r9B6ZT4 pN9ڷf(E4,Zq89 jjUJڇMmq`| M!S-奭R*hv`0T=An=~-b\kEx$D|07.Ie }C׉*+ @N;|5'~FSZI7`~Kv\z(2peUUFM7kB) CE)2㻮yobsΉtOtjǁ Ƥ֜$ ̝Zֻljw0^5^꧆WDΥX qҿLQPU׶ˇBܖJ8j-JXMP nr0=?bwX0p$q+߷rxte@yu &Y8{(<<b;gdH݄4s $szjoJbAc4Z+Tp*tB QܟM1bDCwYdmάLmpНOu:=Z)pFT3`$N8΍5Uoթ$OA {$7cY[WEnDscܖwƭXk+,sQYFs6 Ρ;h[] RkCQUyfa#N9n}D-$7wJYgm]-ZzfEiv~Wfl< L7~w`њpKTOaN>ھQK4lR-,aM yQ[O=oW4e6ƻ8ԳZ*z[CLQڇmr$V! u5knMUP TGU'yƊArt8J,εh*"BaYcu騺⚞tSQ437|ZZܧ*8RxYzUDLv9N3Z&6;I`u]\:ۤnjV2#cF-ӏljXO)ib*[t,TqՏ~qm[ rp#~4 ZiY r#!LgSU;PM an[^.6ȭ0c(sL}~sB2_ 0G>+6^Oza%wxAܭG8GOv]$*c@iqz8 F6HjG[[h qǡlDS< MCAqYZǜlĺPVx+>iNtJP֙pXF3VfgGDRgt=%Kc;8iǧ-UYW*8,@47:p@@eyF < XψUcKo>ohXQXOP-4la, v,l{i&H:{iڞe]24V%mĖby:]V%Nn?nqd Jw`{ﯩz K/dm`'YRW4H\ 8ƨ4YgωWۙͪSqMM+-BsRu)zz+u!?e\Pn ~5-MQ)?,+){鮻Ic|bg) Fd8=-GK* tkҁ5KE`|=KS%y!Bn^3ޒS;\~vۨkU Zzt-9Sm,P?M P+qhUAh[ qtPJ$<`p=4֞js-^bCU8ii5i'  q'lw_XkRݒlc:s'LUo Ao#VPA$_1VņWF`29{VW+bXjEq$[*dP{ޙinJt*QRGxMOQ\MUX0M8%9OOH?w2”a=2x< iY(P[hGUN yKwOBh Zj:yj$.6S(Y/4eVGUrB@O$d𿾉$hKKuoSPG] Xߜp8Zj$鋕ԆBO8- =t7\s!r{{Eem%9dJ1h -eM$P:Ϊo$He`G9Ձt)\*7q؍ϙv綂 ޠ1Em'aRe`0cϮuı5,jeC(P3w'mCF*^FU)FRq`Զ{EQC; Bf0=ёW鞗ܲ|4"ƎBON)JOaLCLi&$ghC>њD$+(Mmh欌I+4ΪM :hH"U|HK)/y'Ԛ4&O čdssWH'1QA("DX஌ve 8p1JKU:y==y@3!XJ^ZcKT m$ϯ]%S;y5)QXg` `N>]Y[G,ţD;O73==εIfӕtf48Jmoř" O`{qMPS[byeI4-#@x_/ׁv֧ZWSTSIOӜP4b-d䦊!dȔ"pcaxs5;O r{+U%|d F|S| dN{5g :}Dmfhᤃixٸa+*mSدW9q'm'ԓ9T=Z:*׎%˒2x`y:Ydt *K_nUtlfO%B3e; {PG-$T & 3NP55;=_ιc>KEfi.%.45:㎍VUiN08Ϡ:o10Jja cB ~Lv,TZ$]I>Sǯwqړ}-7^<ʐF_ַi J%_Upbr~Z,o'ɦ'5VP Fd25Slꊪ9 oOWp<܃dgEh+jZJ*8P7󀋸n7p8:XrQYhBU)/4 @cl{C&Z&;82@OL ֹLO(cުpI 'ߍ0QhFb9ad$=s" (6X)bz-],_v'2q8ӽY n9YU#`ql#v5d\07IMkYS]@r@>}=շkueAGALrN8Itta@{tU\zr;{ 腖&+&uy,y<U_0_OtκQ[k`QR%k*/\S<-3&|: Hfhep|IqrꞺ#Zڨ<#L$ qWl(՜J☘(q{5"Dn\:~ L>JE6ø' 1t頛CQg;sx@dR].0ȑ+N}5O]V#Z M Id`;r@vKO=7- ގXf.[#op|ƶi F. ퟮnW)@&(@8'nޚs.ou4)>452 TpJUxu-'AάQRP4rI1Ŵd`~84mM5=|Ev9?3J zֻ\mAO$I'}9BiN#64C1c<~E %EM 5BTwLqoۥ+u] UұEL?rV5SQl@s#a*`;@ #= mK M%yY`@ s9,0<͞Lq%rafbXvE9R}4MU]ȫj)b:V!b68hjjJ{5K&"v$r9,rFye("|B &U|5g~^ޟlj䳛RWq\]Z-)Z#0+8S끓r>C*VV:XVf&#!SIкhx3QQ-T(0 @rPJhkBE#ӗJu\V*X{Ҳ1߾uxLz@l$+nvPuM!ԑ Vb%$i*;t+ia@ANrx'OCG|G pX6}miv^[)9aZpŀ|(c:pl7}.j!3.>TGn tnDq{IO]IF$sDu`v֟Y[V)kiiΐS,I}On]1Qƍ%Zj7wOP8Ul %lZK=IQa(Y#R>@89K~yTځc0>ZW` |DR=AJߺfc<ȇ,3y8kF kP.v N):zln,q'dds{5MyzWX=:78 ۸Z^H;C]i#${tj]9wd imW_&)y!T'TS6b!Eav*7P?aP߯´?JiҬz8b2=5g^Kʲ )x}frf']?Ju]I %$>RO (j"wop4v v8 s֓ڪ6WL)H $#GNvUs¦mrmi2{@ xqδ mLM4m8&O3nA/+ PCf3fº98֕{̏ӏ+Um'UNmă:fSDkw{$V0ZyR&bX= Nv#$5dC4۲ܩڢE<+@gd# Ft=W: dO!ZiLzqt5@*;$mE Uruz|e@T$,Qɴ!߻=2V+(ڕX2c8q8NxJS_S4UjT1 wն"Z+􊢚9,5FUKcBi2R)򳑸DLdc:`_Ru7sMZHtDyb#TQVM#e'KsOGY*C/crzFtًIƘz>GX*TBYW Ͱm/8M_ oY玶)j(_Ņ.'ӑcy;#~$ \m(Oh$U0/38PrTg]Δn{c5 H69΃^Rs(8#t]@^lZ(mҩcmdQ9|ݳ!Q=j/,*AHPu1Q=% &3jo I2,۳^ڪCG¢3¨?$mu4p5$e01?6s>UVTp7b>;uoa#Ϋ$q3܁M3%j>jIM6Б|n]K-}TQG+*~O:#lcƴc[2~BR[EmktJdfǻwcM+t|=Y􈶊e>BI=#f|WM8&#&3NH9+?]gOZAWEJCT7- [\p+x9BT* `0F\ۢQMC-5|«8Ao 0F'}/`QSMnt"/)p<}.4yw!.AS %v--7l.K+JE┆8YqYJwGN'[G% LS-p1e :u[l-,au[Z))+))*sSe7/}>i.$*ɅlHG=IWeE5Ϩ>f J=l1ݜq\Pt}֡ -Ԋ6W;vJio OA{.) h֯iVkW5}=D谀Hj_:BFۜ'Θ +a@R9 6dov8$aKs,1Y mJC #CF8g{Z-_eeF)19aI[֢.G39HuFuT(6j RZܯ!O#@Ր#ش;Ct{\S(WM($9':W LJ|$L_lMZGWuh(QdS2Cq{Ij`"8sWiPRZ6]QH7~`3םs+Thk"!XB?4^+Tx;ge1D+lUEF?Hwc'8oyoL[c PRsASHЃ2"?4?ӼQ^|H@_Z<@JΣ] 5pm0)84#B:xz!#:)R1sHKW9Kur~o=/ƤT6pF?tLh7n_)i>Z(wm8>ޚrf, dJ$1_@=~+ÊIb¹>=Z)?4b3UxH'jZ <i;ճMYn5p%H0lsbz]D)* bc飍=Ee|C0G'TjA1ԻH*ɵU 8f0T ddX$;AfW1M}EsJI#7D䑻}/&2')h {}SbjK/4O5=Ʊ*qsƫu]Y*iFIV r?mVxfW:Sͷ].p@[v$dwl B0墲:;U |%\.|Oԑ֥K:%ZPo >09eu)JT*;9 9'Mj¨n8Iq.Gw9_: fVhlQ=|7;4 ⃢I_ qH]ހKaEQ謆 ;\p lyǾU #A#`羦q.yQ (lO5T_<ӠW8֕GqT -DD{Hx9> T=֦XKl;Bmǀ}[TV`̠ b"cq#*ͭP m(, VEgX|N@3U-3宥i.>`<umgVFn h)i*H;T SƩ|$m07jAr 7#p8=W Z)L#̊<~cYFjyIQ 5VMHLv֊ܲ7v27 ,ayBpA11ۏMY*n$P^\݇'%c'7k(*_'퟾u7%4XOK)]t1*N3Գm?W ]mxe,x8#_Bڮ~y:]܉'"64˶0$_tn==?:QU-8J;3+1=ǗKd5X C7wߖz-Vݧ&U &y` T I(J̌K3USE0r͐=+T S==$ϗ]}X60Ӎ0l%,AoMd pSM54Ag>~(XCrZ`"{<6:{iy*d m`Q$s(NRSՎ<DbMs&?~{ş7zD$DCNeṛ#֏ճ] Zᠦ(!$\瓝)m^:fzo*B>T#@8B[.tRt5A+N,@sIa2_I Ziu͎҉%!aaÐpd]0=gMhQ"x? L5( k&F,֟2CGb=46jxv;Pq|"pwdxhpDPC)S1oD*#pJ3p14փ-450,7X|lzgLV+57GQk 1`lFK}=$WGP%*ʫrz8 y--kݱqs2M HC%Olzq EiF|3Uq N4Q, G+]=9ЩB۪Tf?3n8赙֜5I ,*@$z~Ƌގy|+P! nG 7ubhV>xU){ܐ\ovrf #@ƵVy$y!E) J4OG#.9?8D j6]ܕUq]u47z|Jf(ltǵG?ߤITbH9y|a4n~]Xk{VhTnv2?LvӹBMDEpf9YڒGS;?Lwn?{ )bжF`" }]EI;ZY QUwLE5GmH2:3RMDT#;=:ĎImL\Zr@ھbttի?dma=ef{GPVP6UelZ06eڄlTTmcbGL^@ NtOQV@ZG;- Hr=Ę,&I4VةᤖX,ŒTd@ӥ]BwS>kg)i&^| S}ǟQ=!hJMaTcd+LH &5vZ=޸-t$D ` ps܎8*Ħx22I)pwΈLֻdKqɱqXgj;-+iE")z%!7\7UHQ xB6cTv#q*$KtMɞn}9))RhdaR@#}F?7mHfAUUj?1=]5E$)4(w2 ) hzh\rGj G\܈#e$(qkNAWcg6!PG?4>KU-et`3fX22@ږI(*DmQq'qü9`現FԀ&x+Twڢ5&qYyQ{:v mPI,Jď".|ߒG{j XYjƮ|6'NuDs ?村(C;stp6U@Rr#Yݭꋸɜ^=ϧZk-%jO=-ervBx euߦUeC\dordI5T:pzgwE3&ƻ uqc'#0sI~.5JYWrH;6;cu.7Dy.!}@4O-*[u k*$K,$B{ Kh p060osDt'Q"wh7fܱ 64d*LW^fAARqĸ`BQ>T[cQҨ;ETK(at^]ձX奫GxǨy oF]L^*gɅ\uP57QTCMScky|q5}We{QCoJp6t< FM=k[єi+-(餛ށJ?WGW%LVB4*#fH)񤩑Y8lǷ:Lٍ;JaY֊)iEKц_ Ϊ<8<YOU^gNE9!v8֗qJ&Hra$5YG=HKu_+sE5MVj.O0 +N>a,ՕYj'Hk#7l܇'?Ts3;{:d9Z-H<C}:vMI)'d4E_)7pNU1،}>t}Idi*{;,I3L$Uc$wm[V 9:(Jl4HԂiYbǍ[r~''׌jWdT!*s7/t79!Pf8ዐcvmt~UTBU0?mZ[-d8h7: - qՎ$ujzicN\K]e%4Ϊ9A>|L6YfE9chb6ƕcM*"az0x>Nhǖ52Dc21:USws@o2cӿ]/O/ǒ4Yg;Sx9_=N-QiQ$kX.T{>ڱԯSq0Sƃ¡ڊ$y~F@8U Ir#IeXs$1@Nr1δžmzZt-98>^ijk(dbh\dq՛Qb]'Q#N-үv%hR7n3 |^$遝'F Q\m1HTd&;cSpc]q V7-9U=Nzi*!J#~@.vdEZ S@oO'Ko xP2Nb=M/(%BӥcyR=q·-WxTqĚC;v% #L=m561LuBIq7%-oA1phj_K7{4s9M#)99::ya31GM' UNdn=]65mvgUgڗ9MT`12곏=kra=/BjnQb\ ~鮜TȎN02́_;Ab'oqpxMDžϜA#}5~ Sʜݏ]ҽ=tXX ipgp~槣 Y#q y-hޠFEihdfʫr@ϿmTJrgG )X̭~q:1WSVVE%1H[q+QSSHf ^\j[!N^H < gFa!g5I,[Rwq=ptʠ w$Ўh^77:ʾƫHv7<7aCAI;o߹_HJ&`ޣxu;Y6#yK΍jr#LUy_gIiZuHϮHbg9]ۏ&` 'rA!c'8nb`S,5gH z0ͳp"TKik"g`#gqߌU7)V6 _RGY_= T14Ȅ T."Jk$S'1k-(x+2P]IMOl2U$ |"C y$Zl:ri3[Lq,g{6UWijsS,ӥur7#RrH 4,< ؔRqϷxU ;?nw!:)Fā)ž[vp8ܫ=휌D$T`t<䒫{~d7]jwƮl֭4T%40羽(1KгsRV U1!#直2=cT~FJiiyzQIKkj0Iyi::&#ˌC]Ii/4pit 5_ %]%:,@# '?" di>]BU|1~U6Ƨ5ڌNe`u!BpzdjKfyi&+3-e]Q?Sn-K]D" a}5`մ6j6[ڲ10we>:ǖ zIB+J%Zxb8(Q;Xhn }M;>._] OO4d<9ii k%EҌDj';A 4(CS}^Z(mS",#=hQJڏɨ#iG$`@A9ii֙j[ x㾖ZCKe9xgs JQth%߼GCKW^RC8+JlsɆSvO =S prGc,e>jפzz-Q[}4:U"o3•9_q!fNI_vDT(Q1*MOrS ǹCHspu" slW %<]?jTVώp<8<I:xiJod1jZ[QUPpxlum\V$Γ@H{_MZHdt4DM41E]FbqwAH+ZJA#?VZK[[ex*!2`ڒWKS$kXey Ƹ+p44R\Ijh"LRo zFF>ڻ55"TMNI)䜳q2clMM!''}V GLNϛOLhZ=5 LK*T *gǜ8ퟮyccu4l$zi4IJ t`A #|CKSW|.A:YJ 9a;ƘnS=K9UyoQAt% W%TpՒ"oe/%P%J2\+wc!+njSM= i(Y6]xƦ_z V;P[U8(C:mOS SҖO)XNS -+E! Rw6CXI|{Z8b9ش`XLv9'׷TY'!|jGNF{o-}IJB< ,r¹FY:G఍Ґ}nA p0N߁pOPY*x ̥V YpV \uqQUIoO>DNNN=8PG.Nrݳ}]J覹Ħ(7!ؼ&9/mvL l"u6q;Ms{5])q"@v$ q "#0UN d>,IQb$0zKigacanGe? ' nujrщ]*p5_oGGg#]j"ݾGP[)<:)3BGr;wB ltS4HwWS~P8#uI2Kp=c5' jZ4bw,wLkh-/j.x7ғFzSAOoW킲- ~W kf1M$M1 ўv>kQj:t,՘KP0 ,}ϡgGVD .B۶LsHTi\!>r]|Z& ᘖ*1#}ubyYibqgP+%/b&|P\Vb.Y=u^SOtKDvc'A?DTK s4ĬBiHxTK'!)!SrqpϮ="~w{lQZ8J e>8^N! !h vK5]6l~nD- tQ$mQ8 #P;dߞu0QdX~*g$r3nd$qg'tY.UcYe$VHV:$Gdg8U\WD RЪP4D;"{54Э\jSx ^߶:Y$(k*YWw#q=KleHL7W=-]{Y/ S܂2rN8Ɣk2\ʭf@*! }qq﫝YsGAK=LI46cUXx$=گ-K#Z@DqgT+zR,t: Ƽ6gӿqNtV_n2$4xµL)9>u5Tl˱sgRڻM5Zچ|Da"23d38\ yP:*+M2I9‚l] uUUgI۝G<1,EcB K6@ڟk=\j$Pִ 0r܂ ʿȺl ?Ev}D yD%\waOGMSQ d!-f@Al h}sl'HN18={'Mtd+JDOM@s15BKӔj54E_( HöqcSH ./Vٝ/PW/O6_ rAHyYğ55| p?)zzk~ :nfޞgxOl 3rqO)#I1ڻmH "#Zl;V6}5,lu}I uGm3 = HQC=%ғ_kd݃8 ^{*K<)ANEIv˲/};k[GFZV1öi~@7z q*xjy5Z Ga. ɍW+j t%Twesiczi,?vv2~gstfKJYmWNyOڡAWsGzu*KLA,ąP5 d 1'1Ç;em޳ěyIIu6ZO9U1eO8 SKB@ϪqCI#Q$dN ԦhG&IU$c[c鯖u+%]CCۑ-SV?慨~EH(aniP6E 6n%+45"j*e\2}4>%IWYw ;@_^tpb&aS4NAcwPC)H S1]FR{'>LY‚}p5qʒ]XdʬIvQQ*ȔkNqT Ag e*4suA:Rs+c%,_.pJw ('y֖hǮ;M<(6ES[=T$b9Ԏ2HlOƵر>C3L"/}5`UDSUcG,}śv-)b+B8*'Л_6p]G/DQGߌ>%MJ:pt&uzvz3>}0ƚ !yi骺թMCd%y=;~ G@u|D .z=)y$s餺#D|ʎml#ZـK?5}1mGlXϿҟUnrU(cZgSRO#KEKHb >Ē= }βj\" wbbIbؑOڭ֛5^o8`9b>U[Q\=s>};zmPBi(6q!-8c6>ڣGFSy$pMjQ=&DV]W,\)裥}UaꮟVJJ;e Rt02H;䑓B,]o]K1x s-֒S@H1OR"QŢ{ e5Z=񜃵9$s.=[Z`ng'MKY=eS%?QE6oTT:-tk3dIHV -W,H,xK5br# DO}}!}:*(ڟiYx'ԃQ*!UU,+]i6|_+zQQWҔ򋐃lV@rќ]OU$OHT5)q_[!*33qzwqtQM4%r6È騫kx_ϯcXk䮹=mhLʎsst[YF8I7$n®R s$uf] Jj$xp>YFX~ۈPC|&A^Ӆ|5 gך81JE\d;G 9e4olj}C[I J̃hsZNLYN@ǹΤvFs[J0s#MA%quBxG Yx5B12c~ LTWxxkFX#]0T#t!A,uИ wn_SU+Ӕ7Q,KTBZdAgf88nft(Sf,X]H@RX Gc<gtaR!t2ƴ }|+GpyWc!mr{g4ސfYv$ϩ8ƁYS9wvVF',>*F ь* -:SI!Wn=Qjr $}5JrHߘQ05 iB~U/r*khf5 Cܪ߶cS^&JHφWv'5BS=+$L#(۶%<:(U() Tڊܮ=OIun931RTO334C~,u5 ['ES8K\QZ*DNY98< 2(ᕤ*¶@cznt+\eɯWX))ژf c˴1s/-h9z~j7JdXgA~R$A5JzejU98'tIz~Y3MU4n(H'Ջ("`0Gji -A: C~O[o8#5aW$J4*4B>>< 28xF#,*'сSuBSQҗ5̀?;di]}窦ICq6PCjJS-jZx*YBr`{kY#|FMn۪2zC4aqTclH,%+c>}Z tOJ5=ǧ.4uCW Hxܞ'V3jo<@A %ԝJ#}uQRXU61B?#J+k6Q@ilgPZn TU<»U|1e;5KSq7aB9xZ.P@%tHMRr̟_OØz,jFth&.A g k H"ޅpPL!JV889f{IGc n0;]GmD+#}nߠۿ^{@YanLY*)ޖ\AJ !QZ]pSACsib1U%{4~Zedet !2Hml=oKo~{,peP(#u lZJzᚩ>pWƍ\::9`O;K*rۛ ˏt/-SG/-T4` 9֭Ɗ$`sւŀ+̞A$(e?f}gJ՗k2SNfDi 8T<`}Znm)k O@>ڟ:ZkTeXZH0" w OKWPKrTT2SC;l1z9w>֡,O_]|XJW2ʠ<&l4c뷬W[ /ͩ}_6|y1 s G࣪Tj! _}!mǜH|@z*[Ʈ4uSL"4˓;2+]+>x(tqSSn+iiqjRVUyq 141Q;AcCPQ?cSI=d 䃒 1y5gT>KxmOmwKɼQEcht+@!cWX~j\qxLA@}-EA3ӬŏVi\7M=WsӕN݅VkVeW;^B_+k,S;)Ǧ3ܪ?OWqҍJNY5n\xWd}btTHM -њ=jۅlԵ\jLgYrFKmxH,{kQ`t\a5gpOaFKunKF<B^=~+`O$#tOm+WIנ|'7=-RVN`rsj~/?<1''aq)U*(b*ĦbZ/>{ (U,5|簤_~ﱤ\oA==9hdJ!,#OuYj)jcA>:9MWS p~گҢK͕9T x5iVcYi1<9iaaQX\Y84YtQ'>R,Ԙ@ ޞ+|*:~bH2UaȋX-P)`p~q#6S8_/.Kƨ_)TV m)lw'@83 ȳ s=uFzʈӻNΘvֵ dؑ=8ϯ}Zkڅ˼Q:Vʢh`i ]>i$IzrbJ8;RUGi;dmoZڕ˜T· KJlٽAըX 7{ VSpN#[ض}ʡFӜɹ;p2N3:-M=PҰS*󱑀>u#c s\ ;-K2Sa7=u5%9ǮOY(Xy1J:XׂOIo_l ImK<.JGJDyّG?MYM@%xϱO >;o8S M+%)%[HC ^ms[.UAs~5PZ wJ'RBCѯ \z saGU1C*rs ;{'Vu/QA%cP"S-:ۗ'YOWWeRژUz}Ud{M]MW>V*ĢӕFBs _pEfp)` qPQV2XԕUH*MEXBGpBڽP<(m22 l: mZXI<(OrϴwNqlTI3G Ӳa>fi+,4-RN%agSUO=fp)w?Gz1m"jZJAOQ9y* *"Oaؾysk=Fvtq:۔ pƭO B5=ގyHr@<i(?飋OKG4wq #'[hjá[\nO5<;* Q{yq訕1<,L`YFEXV{Z 38(veLQh* ijecB}W8EsTҪ: i_QQv5QL>el0OCz%uKd c36*v"Ds44l>NI{dI3<>ޚȃ"E=1VUiQi#*ʻ[{u'&ӉʕW( aA̫ԑȩԥwDsAjK,t'54=8UJGWGLOCj$դMnA7+/qf8ۺYj"9xQ'Ԟ o{8kj]:wΕ%xu Fb:9'L[5П`Vd(v"fUqU2 Q}Zrvl瑭Vе6<$n+"H $zgΥA%z1LJ%I2U!^T<]ޠkuQ- 2f$?P|`ZC$pԼRBl~ #h/}G,qʊ=]STM*D_sÃoY/ ,#IQ}&ʻr511%q~S^*(ҕiF Typ9&Jd8ǏuߋYSlxY5(H:}:6O6Dd:u9.s6飫SoUr=[|RQO)"вA rJBQE מS\U7,ux@yx':ZE"S&ͼ1.yhlY"JznTpӎuo}ĸhy5B8H)(hy6T(%6Ojyci^, c;Kx%]Ҧ45f~[·N'A;3e=kSxټ$J X> z*䧍c*N 0lLTONUY!PBNcd맧`H&-Y81yyާR+昘܌ViG UZx9eI#w ΋V@ӴUd;F3"${Z&b|7L\؈ڠ6ĊDYc3FU  m3k %38~eRr{s@556 Qf4+)#g}Y\0q2dB)kO+i&D@f}}'u$r0q8{IH%D m;RMi(M9z#?Wm5;q7IzX+m߈k.o 6AS n|nG;v_^Q~*R#n ePI/,Ip8R}sjA!D͕K˚,P[GgUUXF`jNfy`yc8OM%ۢS0pC.܅7 X10eN@݌Vm-yj]&uutb58פzZ5؆%R#S `wNYu=YÀ;jt%#\ G`@`;2ްUAIWXmuVYbTv"?ƒщMTtuuʛqu>ǾkQ-jܭU|BS)l;Nڱ-UVSEQ V7n'j8H+69dj$FPLDyKW jRTWz*{j=Q\+s$*#F אַzzg5>#F,r1?TR9O"7+.{19 OWY^{RAPxl l}x}R7P 1waqιp/0Ku,K)}3=t~ H7]cn^S5[idڋS;Y 8ρw{G\KYWOArW L=Ɔ^j74Twyq?K̐gGW3\U bОȳ^j:s6Hs#t7dkJjUj15?#GJnneK<r8~EbKt4Ԯ|9\9NJ1x.[ S\0 M\jOcwaKMY%(AOM [:EԦ6^*4Ji*jf)"9#9˫S3[J`;{ku:TQ$B 0K c m%xHzEPHz:}5@L4Ao9=u\ R{o'&;I 5f`!>$,o s:|]q#!;񜁯GvQ,ubdʉOI?oN5OltoZSYS横p0X0Lsi蒆q7PPTX<6R19?ѿVS9' 9qCO5M<4M#w mO40i7 1>zcY[ I=uc#C`zq{uB=-a?7sަh)$]-;{^:`x5bEy];v\_(,@z]h?nlE+4kjQ"@{㶴CGk27pȃ?0F!%& s23߯ލT* /}:h\歜SL.T{ QCEiAV=C_F*T;1/A>(]"0䂊XrOsSW4$[@{=qΰA'r}8hg22|vv^|vIL4; s륷,O'#^ӿ/ r F\1rev=uҲZKdM%4GdK`n"jOrˎ(xwEGfX/JTWR%UBLôgvG?]aĩ6a|T/+2LѢpG_nAcI8س#0zizcnbH 8*̓q vjƪE¹J6f'*Ko\*m*;iA{~:,I5ك;~Q,W:Co oSD{IeCZey[ 1A(gQhkmM݇ƶ/dZBydX*gbvY2T$`͏ g4>O }Bu&VSxrh]SUZFtj04.9$?]htOP$k"Q3|TǗc7kvOՒB! ҍ=d3,PPokҮǎ<(!#=O*E-L,xAdM?t'ֆtQ=[AzvΚmTO%JAOqrqL= ⨺MSuHz@E;T2Fފ?h=5̨UՕU#CDds2zVYY B'0<]fr_q4+"gъ@DR$`'2k-L-Aj+^m}MQ '5O̥p[=Ef7c$5AV*nRRcJV(p2x uUU,t(## s=qTlO<&6y@qS+\Ҭx60[*djU o\0訨@ v$EWS0'YC3ɓW$ MwJI%g~ cمU[kjxJzψT=?ELjCy_:6$fUJ IKpONT+)ʷuZjPܧ>wOxN #-H61;zPZja#C+ n2WJ䠦 b q;yH':N 5-өMO4wiжyGIK(ldQ@\Z*UvhY,y>zxijZ1Pzl0Ƿ?YŏQ"SESngx 0`y?\TVȔ,eKU/r toYnw' O5 ۞iohghU@Z1%}&7GEt7,#,}>p^xgi zj"MBt,˅?m\ϙh dEFø#:Mg66P9? - J(F@ϡ?OkwJJ͒ ?Fg롔D7Dj`Yv6xkZss.?XHPFejEQhi?ӏS[-Ʀ{_ nB)+`Rd m@ԏmIOWSE=RԈ+ o>@PPtSOyEOBC4Dc?7J]tJ;@'GKΰJC/JX*b{48 3lk $xAH;k!x.9M_ܩO!%< @Ӥem̂d8;zT4{}tmbsS4XoؾǯJձU-DҲnTh @==ŬRO20U'rqϦ]_͑ !L1 Q1zNOیx%DDw3PԖ;M:֥&zT''?DJApyTHdV*Wcu l\,-t\ xfEDĨ{cOӾu q'S!20fu=GmVHғ5=/U$GKnሄ/%6J%A9zgj3Ȭ 'E2bWk.GOṱIN̎z\練PczJ5gUڒY@c{w5} B@)& Ny^Ǟڣ!ŐUR$& >z}l`+93큟X0$wuYHY@n qPCkr'H_sb#: PO(ϜsrTTHR"|Oi#鱭K4,NFpO:AKЈ(*L{t)6fF.W+@U 0VC?mII|*ƫJm5(Fy\@yRz]8t-L>-"MRv7*5צ) 2UEL*I($񑴞A:*xX(wjI<噱'A @+# նckR9L)._@9AUcWQ.<32vgOL?V4w^3Np%bA[{Lr Σ55DtX&Y䘌);@CoSt="H#w1?SK,aALqHD˽M#F*T" $vk&/T|ǭ1RwhisrI< hK3Kz9k&ro f(w\Y ZdDtQG5dS%dv-==]1j[J@kMEZsF0&2ȬpCΛ+-jU%؁}8+ECTffc0Lq?~8owYa^qxde b9Ɓr|FT$XGxXP׻`ie=P%1Cӿ;U^@ЎU fdI~rÌ:&LW&Y҆OTńqT#a;4u3$-*0 I<㓤3QWSa$?l՜|W jEu3u= UO㪂s>2!-8J-n8<}5Vt}I,$n$8Hǧ{Qu%V*8,n&-ߩlFJrT=\U@ϩ:|pߘ69Ju8C`qsrTnmuzjIMH<.A<]h=1Ԗn{=JVi f]dz9c ƂDU䨩,ήYvtWjME,B *5reB0=ǓWu˫(&bm%&;q݊ OII5U[x{!ݶ$1ԕ i?R[$`ӝcC[HQ51$Db?z]S]> rē#UikV8xjJ&-mҿO +2Fa3+UAx EU008PJHcsB*-L0"<8o|jĝ VTB!@1${i$*E**F 6ug" Q89?m*(<(\ :WR ;IӬ=@-)/SNK> }m.Qڥ9 "·{xnP}XpOii- ũ/Q}1 =& eGU{oT Rs7itsPYKLmc;([5ʁ">U<ϦZk<8(cP0y=}C6"XWYB"w軅ʔJPӳd}5XN/U/B $|y[leyu -mQW>g ]z6Mou OO@uOt09Հ8޾Uj[5,yI0 2.*SInxܡ'fGdsM4 qrՏ Q~r>MB[IVTMQ4lqn'۹CiKJƵPRJ2 @QD+ܶl+hQAAcC}!CR7*T cBqO,YP*Z:kULUi|1;~JKj3Scb<]#:/؋g{ҖQdfm >X`M^fHbv$/En+T[@SzQHmk*Ac篫 $/Nβ{uʣ;{ oԶGr7B'쑚n"f;tYKkR=P'\P *PJ0+~Ha%\h{;:Bw5Q!!AǮ1Yʢ@g0eV3P [t<2FF 6}S$[q2\kf/Q o2Ġ1cXmNDR 񟦆;!6f-#A3{ =؎}2otdQQԏfu$\88VI$֮CIQ{F},ۅ4E7#D$.2yԜ%qۍEkcQedAʴ e\ 5sܪ~VӬ*FXޱ`XƎM5$u$nx vXڲ"UW}M. g@nt*鏜 [>e۶mME5bʅnUDHjfBqvך &N}u X!nJZYfN\}5D8^ Nbũc*#BSPC(2Lv>cnbT1a[壓kq6:%"=%iٔƬ08f) 2M;UJR!ƮѼO ZI%b<M˱чAӐU.w}tt.<09(9x羑wiSt Txk&'I\$FF4. WmXD@ii7PSjh  ?_MeiȒԹtl ry:}H% pT"q{}t4ʺ 7U F<XW7`nW]sIӖkWR8}{mbx O(>T d\hgձZzxd x 5<S5GM(xytV&%p?0~h'P_oIĵU:m<H ~~WSJiDH6O}FWǀҊ 41E<=flfK!]TQ-\eX`nKP5BVVJ3 lcr/#=5Z%9PZ< ѪIJV'z ,N^qk/S6]p2綘aMmbʂ.di2r<]Kl#7*8;38RQ 8.I9#Ќqj#+Mmªa#cV-UZՊ,Ήd'x_Sm+5uڲEɷ=?]Ml0,U@nI9r !Y%-=BN6ALpҪHH՚Jja<0!JvY21b>kFN<0]vri@B  zn7{tpA*#3<&ԐeU~ڻ_/uP1~&OL[MA&U;;l$ձ }!AI*22|kf)^";.q,TSNdXlgEZV["5qLWC46#yC^%5|6YL"ܨ?u jhq]Re2" ۶V;5#gZ#g>i詡dqT}մȈS=~i H!wJ92+]=t1eeNV=Z5\F3SAU4q#oEq'#TjGJe$kۅ#T,rӤATi<5hP2ڼ%J)0)ڌoRʥ)؅QG4AA#ogQlVepgda+<0GVLȩ&${T4d9=NR3IKpu[C5'f98N3PmQC,7gis"sک}vrP;gQ Z(ȇm&݁|1k[SQhZB#Aǔc>wZ-u`I? F;}=u*ՙrJs%Lqʡ2ÿoӜjM5 Ki2 M E"LFRJ mڪXmHI@ԵU޾TCQ4Kg_S-<T'P%cJSv:z;T+c'(oc?QGsUAK G?~tUItpWk2N%wf ~A^Վ} њ^"icn۱>:;f O\e7MⵐLYYz]/CI˂I(P]m3l4A1e5F!r;8ވڝ%4-FNxu#0$&XL!Pm]$ZD1PXn#/TjZ8jke#}ÅR3gM^EO5hxp6)_?8ぁ2dPYZ0wīe*3TCS$p;].=5cA5bd)DZ_EUsXRa҅,NS^)yu#w>; V!.v6I%E \j#:'v SNuTu[JDm;{cC޹ۣjɊV1q}oJ9}ڶ NhbR*1m#뱹d`hK]cG[C_R.d@č?L=DD2\=9μ{t𖮖᧯3<`{ڳҲSum ZzXCA9{sa -t*#bFqG][Z.:DsJ.0ppI{iE|xH6{U/QSuKFjCAukL>fV'yΟY:q-)U*̧:_[KD/~ i?Zm4O9'QK%CIMXAs=ָȧp4ZZ+ȲBÞ11}K%gs_'OXAT5ΕRIHh*%q,ru.mNմԸZ~]*ݩ*U0ゼ]WU 7X_f݆$c|>)o+{'7-Oˎr{QQ GYd12 yee'UO2kGvA0zd;UCG$LhQ+g oNnKoM-u-Qx0L19cN. +Xm5Heg'!I>Փ^Ͼ*%lEDS<#0y=glzZjm,,W̍2['v?]1dz*, ؒn>P_R:DTnnqt28;φ;mEMr[TPA ;{Ǎ9|Oz)]Ja1N6〠v\j.GUvH0V#gNN\Φቡ 븲?]zNCM2Z7x{:SJ9Qƴ>]-OFV`gWo?H7taCZHD0Lgs'0VM'49fl<67nAf0նCJ\ݳ}6l ODu6%=@Zg.N7ײH d =M$abܮ}eZ`mYzG`#C#FzKvS\Lupr選F 8r&8'TSOM;̟0PF ˚_Ffˌ]*^gQ*I$^wK5b6e{kR[4f]ѺG8%`q24c$skhh,ͷvO#в=jGMb"$1&<>XR@DWkA׃kMtxϵiUs=N|&lZ*NО ҵѨ%dxv?\):|9TK#a_]p.ʰ8'%IJRGI tG-^{jml9CN/v}5DG(3j RA;ň.6lCiU, )tj p~Z=D-N 'JNrAAH+$c#֐0cda;n8 ek9lcYx 6:iCN+b99C) 8Jg] ЩXn1SmWMLg +^5Zj*jq](vB|}4@bR Z>gZz9LP84c5<' 6v d5j0 BVq~Zmk0cILy=&ϛڍʡH's#AIy}48$Hqq wD'(QTTۃn~M$-_[Q]In;]uU$23ct&MKYwj؉P2Y(%V$]% 4~:ՙ"J 8R탑BT[+x¥L,8>Í&ܺxGA= $kpö47&JĆgb#*'מڃpj3:˔oNk Bܩ=2%-Rc y[.tV1̊2\1R}Iԕ9ICyXǮ.J+}JhuJM]$#rp?:ZTk\ֆ,3zAxֺO "I2{ ӆ'b4=EJ =wիmH* "%\zv"{eBUK|(Dl{v?M_P-U==@T烑SJ\)7 BZ<}u~s=5TRFWi9!^HcPId;c.>c|ss8jjZqő>5˦궄WA_X miܛ0)qx棫*2Fr M@9MGI*c5$,gy!iJzƕ6Ftf[;AZoɌ0mC 0Y(^!gg+ZyZIRhnr̻%A} QT,j~ 9!HeX2ù'ԋ[$vY=pq3H$w|,CSUpTq`:XtmRT%𪋜M޻O?1ݛ.5C0 ~vWƒD]T c=:>RYj~Big1 ~Vrt3zT0{f776I.:ES)Ը&s}Y+mH#{񦿄=3MսkTyQ߁Ͼ)k3nx|.ŨY5sʴƩi N[PMl~`9ף>" ĠQFUEpSKxh|I881|eQ4/s▒@&|3sJ$!nqƬCue[Sv }ޤQV%M: rb`?^iaBq-gn c$]Yd>U)(0I$[ޝU @Eж;sJ*AYTgW815xnL %RUr}qc-ƻ(dqSը ҦS!Y$3kn5zg>pIr}MU-h}"MfE1VF0SVEsK) =f2F l1'˅3R_~N,0w,';Jn[7CtZ(2r(qƔnƍ@8$5v=LCVmPI ۨh-DQ̛qM e˵ e xYs9ƝɶmZI:F_BK5Hx qQ=SVGGV`6J'u7WX*l0GE<.H C,]U,~"X%f\HA%NN5؆UM==E : 2I|$Jg#԰JLkcpjT-ECxh$SXBy]jQjn F|/* ta~1zJU,nRUVV#A>*JmJ!O aί5mu%R)W}NOp8(cC)wpp9=5-nK_{<:Ubunck G {kmCȐI8܉!=zf=9Ǭo|[͖>,trJicQ;ӭ*IMeEy(L`qq":)m_UYW#5`%w_5uUU,P^X W'}EO5~"5ߡ+p^Dp#*ؾb~E:N582"B嘏:Һo69a6I3Ӱ n߫O.G(npF{iN'j/Ѻ uģƤP|C{`k9ӶzS^a-݁~Mi 3=꒮cuMs9:Fu[fٔcqpA2d=!=DWi# 2ˌd)# ۠zzx* L$y% w=ԓQAQßhSI3ܫEC̰Eǹ5GDG{mk0+y5Q%m"[F`$[g3Z/:*6!x mz+L|3pص72Ͱ^ݳiJl O 4n`k5).E-<-JӶ4׋SC3"!Ug$OS_ыzhʬ,9:t4L}i/ ƢQXoB\koB`' }yWjHyp v=0P,ОFLwnMʇLD#G*)G&1=>~#穪* @uaW0OQMmc%0u# ھ>'i?=xBUW#5 eU±^qk:SgZ\uznXVj8P@\ /L:qHc+]MBȰű;ҿGVbc8ε_7D^HdBN3I_ .KEU1,$daֳUy;Yb˥-KD'NjZ)2*G#=s|—cǵN?Bj:H=OHăE@d)$ah* Aa?w ZVw8ΞMUo.|}˻w8βm9 T?fh pO]U@6T'Cl܃qM`R7 lo {J3$LZ6B}ˎy/bY[+ME1l-5Lb[.,Xd]|{h6ha Q+9)8!BLtU_"<Ʈ\ϙc:Hn$ΌMvAv\zsS xH Bl zzswU,pqݧ 0x6UJa9h'vtG ,2lln^ޣZy|csGEad̮5Jt4  w`¼L.@Tl5EDΑVQUq}%p'fi Lٷ2M6'#V̑2ۣm'S`xwL"d.# p~Qp<@%T8zh8bi7!UmL*x |PUIbF ޟ]NH@9# -^ijщg`>{j+jU0W;rO>cM%>H3~++W+: .Ʒ2[x5,Fcm:uL $ 饌e#WTTt;u"BPӷ|`)]Kszoh=4$9GJQ=ڔiZq yMŦ-Qm9A#M{}(޲l&8γ!'yCR=Q`A%%uEEJ8]ҵZ(ZFfƃs7~)k.Gϖ8'?ƻN ȎU'i3O9OMyI52ҼBfC {U8 %nI'06E3bQ WGqs JTy@8Is ^57/ ADž auQ!2TF@__ҥ}'J XsEڿt%bn],ӳ/= R8D#raFxUѝQ'@#@-`_)PzOt qTHpƳV8!j9Q3mQJSƧ#M#\tNpqSYvQփ𺙑 ";.vz^r2u|\鶻LTJcY&/^IC*-Ӷ+h9Zuӷ}u\kAX;װqRojy#I?yQXzV!EL=8.Aƥ %bě LG$g”6#/SHS4sm#C][*,TvnW1dE!5C*ɳ ΘhvK.+ξPR4KF2f[%/!\Fđq[idcw'I IQ 9+*Z-UpSJd'ǁP7ʧ;GieI 2O5DZ Mh2d۪T*#ovU2p{jM=ŕDd*stX8CD]MW5kd^fCIWO핑RԥqUTe!SӰ:E RK 8 _|w>-5dSPbY>H 8QYS@21*Ap*|ۆ'+ϱ۠nf$a%1ǦW3Pdeo)I?N1T Y$ ˂=ȫdZu7V]3uĶKM%DYrA\\IaV(^XYroҒv Ed_5\+mt4~&[(XяBU*Ӫׁגּ oe`܌ Pi,HThuGb9Sɜ)z5_Zt f:*7$=Aω-=?e^'R|5|:rF73]z旣~RCSS-E 10c i[BLm`o-]̸ LLj('q"Ʈ\nI~T k1fs)Xa>ݾVjU]B:7cH ; =G}PáIa$q_:oCJ-9$QaqgnaMX&v(J_+hJjZ | }5s ęC+Wٞy? SlkZUE%ELq~4|X.[L)Pi_/]y[tu |,l $ ڒk}@d=C{iP+VPG`apsSXcԳ%">6i*#m*˜`{m.kE\d',xmr$r폩ν=`)CHa䓏)@o#nh`S|>pF3gW:*zM3Xv}/:g/bt/tf>tOӖji.)P8yohit3/r,5l?!v%veٿV2G>I[Md5NQxQԝ!r:hnu[l`x|a>ee*zS~*Ez5p۸G׾S2O1 iO:(:.kZe*rA,v^V]?S87"*mt-"\~)?/%4T5C\;#%qqӗŞAw*xҲyR1B7֛Ů rƬ O=8DžYfZ@iR!_Bcw]Wwy}voⴀ ^JxK6s{>ס:ӕJaܥa羼w.w: 349'?EjUmT ΡL1+R:RYP=2I3Jm𙺓n]Uy-I < /9=dcԝk.x*-JP`ܤm8ǯ;I>R_+X% &lyy5?û | crC`L*\tP4k}~ɵSTRnr1+F*I$)?dSvrTOxFzZ?tT\U̹bI$rsuUAIxWL^/HAv{mQ(euˑ1ꔱ{G~ @eMI 1|x4~?N_ԣ?WUW*N$}U|EV4P1Uq3Vۨo;<:In襁OLŒrum^jjfh5O\"j(34ˏE,k|_-3kތr@YTWUQ ϷOIAUjUՔ]46x_osѕn5-$AﮄP+g<`Tg^3zd+\V٣;cAQ$i8*}uB4l ̋w1ɓRU(;tDžzEI0O_&fM *FmenV5j$XXyH `PqGq}}S36$NCj28|~`#W@M"A175L0믓UE7 R2oa21>52Z۰0M֒82j[#;yξ_ZT#;q:_\u|kP4u #p!j>Pw8m E R ##JzYY"| |Dk<̾%A/OX:t4SN?}-V t$Dxx|29<*2 "ieJgy:tPR=>#/ՈZۘgWAg`{O'*HY*%u=Mx#=5]x]Oy"5X1)c#+@<ڣ%c3@>\FT AU@=9<uPǦ[:jQoU,T㶭HUec*!$ =@ѐ3CVI<`` -Ykӹ:d]Z!]Af?t%m);A$2 ˍ=EEt1@"T:k٠ƘX!|qRL5Щq/uuO.;pN~oa=&ZcoF!N>ORT[h]H>F=?U,j 6muD)KFLq1+ap@j:xC[Xvs}uQlJƒp~UqT34Do08:WNjԆYB`MYF)A zI4=1ޥ(fc7^]8m5N UP=3s'V;+3[jBцlUـkݽ6,4L3R]T4rLBnXv(`Xu&e_>_e_VoN^D?.1E+WPg}竩jxtʻ{h(Xy'H 981U8ֻXM.i推T@:bwMatOEX~1#x^J6epDN%51%m}|! 8 F^ yauE՗:=(a,q.7qƎSOS]yz吱VQ8vƲh|3qFU. `T}6T[PM"$jVO|F 0}lNWp&SCP tbeݕW/U51OR,9Ed#* xru!NGǀ[EO*O0YQ:|>Z3j,Ъn$->ʃ*ك#0zӔ "&ZeWUKW(dcE*I#dd,0ѫU};a\0QJ<ă=c@v8t3-9xr[}Z dTWnGS98Ƨ {kUUӻQ'3!v\v'P|,astK U Dx3 cpa5㊚(hUUzК}u [q*oCsEC W|脓έT VJ52H{rL*4(P$5m C,PW'϶|RF^Nc﫷^Զ5:7&[2 l4q[PA`c:ZJ_.NBƲӤ< p&骔j e 7z~*=f]Tdr>RAֵ}1nj:i"HdAcTl4<+qnH]\i>z=±ܻ$ q􀊡& ( G6[*_*s 1bV0&&GLIAYϮ,1#c執;]4*.t@a~}j1#G~s:j8_-nl}dؕ@sEa}AYM#GaEC D3"O99Ջ&NӬlH95@S#\d.50#iINwNc#GOH<7!Eyϰ)|%[>WڎOz.==6? ]es:[$^{Ē^vdq9)dsob)d'\3#P\md녹Rng71h<4_^ ' QM xZr9iMH(s߷}Z,k[Hܐ4VnW :+LHƐ3"C;gML E a$|P@1J !Sx,j3Nx xAժDb:s܌ZfSPp; Ah"JpNI1oI B1!}vvXx3*瓍\-QЕm@WKڪ_Zei,*_5&\Fۻvu#`p}nkmp%I5[o!X#g`IʝWs`=c﨤 }:Da-X"ݣpNqiX\h޼z!v=oq@ ) EFKe=i EZEUQKY< Fm8=}0.1zG<6 y@VmMVibpX~Mܸ2`5~'xsl{ENOYģIFL8?Ƕx[\- ,:]!dIKmH'b|n?M!Ï?ܿ U`!m0,Ԗ+4X(f'8kǧzn#tY9tu-K[ڎ 0*qKɀf{}j acGLtq{|!Y=mi2AA;FUlӞ /O5Z8 %JȦ1lfωx,x%R%yp@ۀye*ӳndB3  Vk6ABS ꊫaH@a먜+}J)D'O=xZjk]Ll6Q1:NjY߾PU[ŒW`nbut|vs+[Ǝ뎬g5'!d{|Q#eufޖ*]Goj-*#s8HrUMG( }x:V:dk}KF0nsT(_(M{GUm9TR;qA_#2R1*f>?4v=ΤaXV(ϷW)ƪn^~U46 Lp_kujAI(",Ӎ8uJZ.=' ^"6%y~M"d?VMd*2gq&_W&16M_TɾQڞ( >VzIfLD.`'-WVD;2H2 %q7yFAmn".bs7aOka ]jhm$!`8T|YqHKN~RFrN8G#Cq]ivkxOM?9T> t2&ȕiANOQC<&J.\& }yò溚nkhz)ӖULRNN\ݠL*•w'=zK \ S 5j>?]l*l2D2R)(s:yae]}u:tvƜm#N'xd~t O;O\?\wԟ c_F@Q;{hy$fЯs\D&nNFrOkRjmCUDs i$}k6-o}FbQ6!s::~ 5bDT 3)}h,ԎBGJ)R @ ]6x`~Eueu, 5CN<̺:J?Pa3Z#p0~32xcRH<g'@m8A'8k蕁'` JϱTn}6Xu>#- f&O,p8[>WANf+*.D@EM"u]7JPԛO2Fzɥ\j8j4sNqh:2R@T&S5ZBӛUHESEgb7q~aPJJY"Vm;te⢢ ih!BU+lI%.(F|,KIb@>z>Kge\IwcM}:u0bBxq@PME=&@,:LSʤ7שi8u`u0%N*F/Rc݄qc಍yPnᡄqzO ")^k1|+ZPW 'QkVp$T8U ϠBuʞ9G*429SZuu.N[]{ a1:'kdl|(l …~A1tA>U ̤c1BL%FR1R=Y$r5VYuFF`xXaa{_ xλh$?W;X!FN?m@ >2a( #G`102U.q羜 &x"P¹ݪ&3^Qp8>W76L+O$ꉶǐơٽrx']S, t#מG]D/C:m -!iQH^f$4q\)YթVOAy/Xc2\|ibi,~{gJ .Q(<5'&5>: In0`mku[;yDi%GSʨq[?cONbY 1 ohLq#;5ur HOkTKLymW *)')j^B 8':`][-Q(fm ?).5,`LcUP=}5S.}=ƦS*HW{z=bYT_}_EH |2'ESQTzj29co뫷h%ڞXHT;:ʺ|;9MУMU5܈9hPp"bpu$2a@멬(^/?wŽ={[(+I]E*"of2|D<@HTj}u]AkTcן@u7RNR1NJces=$M6#d??%PFbO]KC@Ǒ}4I*);"I s!S !8陾vE\)#8i9ֶjj&}Xٖ ێuMnu*9V`}4G_G$hHZw\ED_ 71i֥ m`8Q+G^9͜,ʅFim_Y׷a!Yb ;XO]F"\C ~',܅¯: "sb7BNM7~x*y'_-+rG4>NA(n*%W $i*h}'sY*/.[" ǎ;Smqܣ/#a[9xsyޭUQ)Zoryi^A#(qKyh唀+x;T鮡W44a@~edb*UizfZuΪ'J$KPy֮k,THPYc L8vd(?6I>BҲb*d6Br5ESiG#P-E*3&8V=w#c<`:PB ض4nDK)ö2=,0 +Akl=o| 8<m87LY#5ELd1*;cYGu r$u2A7UP[.R*+K @T9<; \ 8_bHAw=5NID;),~uLֶ ~G*p׳ïP[KnjB#n?`xs::6o+NV=xԴD$3ҷQU#mkEJ~5 W,^3vFq6t,Qu9o[UibiOᘺT̫ںnkQE;!xrGFc'3!s-2Hvf11F8+} L̹d@؅񵘖΍%<i1ƒ4(opGoZ,0-*//)OvT@HvcOQOOK$ K v.yictBj c5PbvIGTK 4x=t=ou2L"}7[_5/G̫3CockP`.7G*0c괮U"k8LoolZWrq`P3˟(5B0w+nӜq!MDLiZO? 9$ .$i3ޤwX,1DTozM?MmwB֒:}b_(  I%SH1)ݚXf gr\v`4"^|(eۀs^oER&o|`*† :}H59<9I]Op )8!?+7shʂQ_=$,h}uF]IB&Ɗ< 8C4HNHe$+_ 𥨹%1,r:j>$F2}ұ"!ۅƘݡh`ҹ |XˑM|YS aŁ!'@꺖B|I~UwF'#^Oz85"HcP|l{hMwT+bVmB6 Ƕ{>[)!T`>UwYD«'9ή:\+Oseހ,:< F^C DhO,Fi#J dXk U0||<@ x̒PNv$eD4BFYivd2_$2N@wvM6ްj&]3 !]5Vt%sb(AL~W=⨣$.s:]^ o-U=$ʍe#l=ʨK5<(Tpv|<>ns$h(DӁS8֠׍da,~VxIpHƬحw{Q[| ~F'pT6XJM]IKQxx>]C !`xi|oP8u3;ɠL TI'45/}Yjzm;c݇-Q%|Hp;v՛MYhH) / K$ǯ'UT{fZZ_2*)f''EgHU$] Ϋ|roW; fZh%qIΌO*PG$LvgHrD%P(ZgtKd42VY$W3餉u5B <@(g{gפֿZ}?v7Of6};:ʷ6hjj6S$~j =~}7tҺTHƓq'߇.["H>oo7~Mlꧦk(J) *{LB[a\p1Eq"OGm iha{GU_7ufKJu7#|lIbv}kb֪:imQUVW Ʊύ;OO 4V[d"Ifbpqp5g@T9bq̵uoՑ18yRxރ^ymTI5YQTK3P;7,ڪ-MTb)zp p6_[/N4ҬԵE@fBU3$?(- !42BhI,ŏRKDSN"BGJ)XU6F䏸B M)^[<$?6{FmG0*5Reb-`~K h؟>t 4TH).ɝﻸNV. IGmD$mX1U2=wGYٝ'lT*^q'X-ڂQH?G?Qԥ-=s&v㾝C fVzqI,w wpT䃎ڙ+mZͶrHk͖x-W()#]8 $ 4ORa4hԮNIop  IlRƞ-gyu``즙q gKUjƘ⨼=wa5 iX-}*9ГMRXÓ(NUc1{!UNw8J˕!^#p4QKuEo JQԟSl/hO)DpO;N2\JdHIUTlep7X#K,[[yX2;Q黅);98Bj]XU +] ' EW_kV"Ϸ'@A#`N]vѪ6rpk ̑f=鮭pGq]vqǞGw(C_Y"r9kĞjꉛ2T5t?*T7u0_e}UO@ M:V#ͦm2MJ 9,|GƖZics<=J, m7dTe.YFz+c0%S]'j|xg<Գ/! 8ƪQи2Tn0S#qh' #8Hߐ9/3RGl9RNr(L {-8CxΎpɴTͺTC'4ΊtfLѬt9Yc2(T:s;];I]A4,dq# +lфnb1θZ&V$M*뫉L fHk FgCUQ #mu's?IIc 5$N,c 2eB8ICjTŷ:#J$frxQ@eaaZs̥HX)3V0pې=*jveJX#2=jp/&Ͼt 1@ڻ竞IR(=lP* %jX)='Nvо"\mCt:v M4#? (Oo}c21OKWOD4>6wI=QCaYl&GEVX@*pt~50V8*HU*zmڐ+blaJ! W| 0ƛuoJ[\VQ9=Ʊxv6fqr[k.4rHF2_{55[*^ ;5=O*mrf0'pi:{I:T܎|zYgXjU3VO*ӟȐ' qy10oA ?HaT'i nRߪꮷ8.V8#* ''s 9] enib(Kr:7uj5UȊ0'1oJnE߫kޞcMȠr *Nk&r( ^y%9ojT; ;8uKySR0 Nux 7EB!I~Mtmi)tP,ߝ&6f:۽J)$mݪ/u[UM)iS*n QnZJxZ.cv0TןC@=i*([dEi'2I,y<~4EڋQFdgʖ$lqYU_jb,)9rǶI)gX3ּƁV(aS1Mm`$jL6m Ȏ!}H$WOkUԬoqN:&J0c^pPW[QJDQS<)wSDPI XFvI}tzdkGMF)P$S'$j-)V4F1۝u;R)"UFw> bgn#ipQ1ZpXs9*=Ϲ髑٩#VJAU:AV4`Gu33#gۡUrQT`Ϲ)ҞDcz(ngQ4L#bEvF3ʃj~ԥ3?F:vm5(YIv~;Oky4M3YH&+}#(̤gCjQۡ^3JtP nA{Vq #nxdn1@;̥%U4$b@5t<ըk@]*6*1NkIHܼm gD#A^ f+s+BΖf P}> QX$,$!٤أaθA'K2Hʇ*H?M-WMK;oB1שWVIYaH8~`_+BemA^g(ݞAMeCrK%239?F5ڨH)>He[JS,@FOaw׭VN3xz:F1̊qNS#ڤyR@tg3h<9&IN@?kAXjKEsb[)*w7# i a.cw>qYj#]ӟOmoAӿQGim,ϼ dQ:i sΪdIM&IsH-E AÃ,2ɾP2=8 YacK;q[vAw>C)k2]om"-zmEkc#iITO6ܞj+齘A8qu &iS.4X@)?CC3_Nre$imD,LA=C/[i=7a( ǩ{ܾW2^vh'Q-qa+ԩW[W'AMllfZ5"iA;P?53t2zhǟgZؤVu2/qszhǂ'"5H諵}# iV=xKbRCz}5\>&\Epp݀`FJj6fΚz'j*zb^)mOmpTž áIYި^:wͽL"ڹ`I`8ףj?zic6glAneuק+`HCSLce!~Z=ᣒ|-c뫕3fc8KoqQO<+AVHhqg]Ӽq܈rN뻵hՊIX@3q])JVp:XnH>eZ5DvЊ;g#G7s$SZYd²̈Cue=3T5HP#1c/5="ܩ9JiجJĎM>/`\XRY"#$Cqrr}}4wPQWˆ$x,2c ^*,ӳ$,KMQ ^VN@ӧJV+|U=m^ī^Zj\ : nq\KXsP8δLK;\-9 4[m"q?0iA$.z3ƶ֭*HwMqu dF,G%lj۩f Rj }%V9̏`wQM aT}_:u $/]Qqm>;T]LF1ǻi;vR1o1Lj7CiYġ+ apluښx̘]jBS]-0D2B Mms-P>y9Z:jo>J ZHgB4q8bfB2;Wqб ny$qς݁^p6vu D#xBQ{ :Z,0pUO}Qze>\ի$[ZeUAвg^j+a _{I=d\`N2Љb|c!Od`*xk,QޚLqG$~':麺9c>O˪ MJK=5!cubx#nzj-몍djP@bΪIGc49q 1vxJ wmzy L0V-7y$nAUFTθgq|G+iOx9G|-! 5 ~)zRA.@nWT2!*1p4OP=' 6cLz뼒Ѱ}E0ٽXr~}LNʆ<,>spEuyRBO-trUxT0QN_ .)c0]tYAj7Z\w]G4@WUc rǓ`g#yXG3ғ7]V#jCL+u #IĊNj,;68^fA㼒Y*HG86PA"GhNښ\Ti=Mm@K0:`RE`qNWژc3Vxuns jjZ(g#M@!YS'M}!]h}3@h!a3qJ 2: sV ֳT*24VNlz^4X`bF\$i* ~JM t}  䜜g)ZީIx\0 Yu|%j!Ю:6OZhbxcq؄G3MV"iaF'N$U}+X[m*Qj͝ݕ@ 禦Y@Urxqh5LuJYD .<yV:9*몑#(>EScR*wjj?i?{ jS]妈Sh$TK͞'kBNb@!lpIM%4Rʂ5fb) S(MGKWYQy(~xp*&IH@QS\B#XP+e c<|u-M57[&PbY0AsziXZdLrWREEh((<˝VWγ)sڱYpQ3WU#N$8u8$_ :)f_c }OdkS}L]#JD $};hŦMS]T|&x}oUt<2C%\qHP@@O-sMPG {#tYCy?OS),LS{T Gs_}kVD%IL)<TpF&;#▒ִHb!xMf' Mb,OW[YeC&8=?}QI<=]wnoje5%ڕ9sA41O wjx[2a#iJ QȞČ8C\[u 40rXRYQ_gz{B49g}\}4nf64Ԟ$m\ـ/&.MS_KG_FgG83A'tW)!g<G/tm5*=@ ("y@#%=TܫscU/灨p`(1wgֶS[isRr?}}㞱\!RC2G8͛ᄟ9UQxQ5Yr}2~/d3QGn-NA:9':wuuԶ W5(Iٞiq*죆D1BȠ5enjj2FuO 9ÝpqͺaEGOmX5IƦM EO-,~t^]"ī<*ȳT\{ve؈ Ezj[`c@glgGxQD>D`V>o)MʱN4Xb]:H! #dw*P]-}mI@ۿ 0Ӽs4X+#:V2)d#OE%IrMzؐOId]|'3\oĮtRJvya4ȃ,Iw2&#{ yڌ-4D~*4.pUVGo#? Ƃ[:9M;tQ~RH5sLfN\V I44zݡd.0wCjkdRFej4uTop!k\AcP<2AY:-KXj#,ȧۡ- آ@TD<91œ!5|4vmi5-T#\~lk>MK.ژSpI\]T24UpG:Akoe}Ȩfic&Z+FTJe8U2NuzO'Q\(LN3AJdčPXSi(-w'qN@XoW=]3Vܥ\3,QW֕Wuh>Ns:|rJ;NNqʮ5E?@ NJX>>)q-lm'&*~o0GLۺlU9떈7%ykpQ:qͅm'Qn>;S`.{ ~*@1296=ƣpT n5wi sFQJ#NHُcBp=fs JQ6;g:NRA,J8M3DS8_ )vJLz4q 9h%eLu-;Lfw'{7s]xHUWI yh@АM;~\dia;뙛c$/m~jȃ ˜w9jdX{cTp W+8]4Qq$W {Q3.P=5U738 N;樄bܸ=6yX$k=MEjL% {U+F֥zZ`^!fBqΆ=m36#B䩓*׾ 'p=sFO,*@7'P+rS3UoRoqH ,|H|edMUi&`U(}4sBEo u$1m^X`\gGO5Q;%7OQ$uR@&*'#<O&VX4)''8mVܪ?cjnMEOGqQ!g;`Ǧ!vYj0e]%U%Tq 1*;j8.W&@cHOg]^ Pb`@;}I=iySo<4ʟ@g#J&.\J:!Hb4>td5W"ʹ y!SvgSIPʁPFnN1  IJ'MEa@$ U1 PE@ Xدҟ]Yz꺀*<;q֤h:z^jMVO|(Y?}QUʙT`btGt Y <tԶ+?NT)hG/q%tgn}BJǡc MHjuJt{ Gtui tT¤m7@諾gd'*ˬ%gU$;ΘgS ʖLoRybAڙg1{zoP/c^=pI2- "USk'=iSJRđF=4c*i!I dFAƣ tl۩#X^:&Fc@$A/1JBJN T;c:X op ےRR EIN5 EԉVAhO:jx椄D"M#JZ@I{tdˆ 0 u徶]_ sYLP?ꊙ({s0R1/<E\1-rF_,{CnM*EI$yI>Q=;Mʘ>#tĒ?t xd["6aFz7bl2>cq4 PQxѦTtz*Y<yF.(dS,k7(G[ue$U]A leV EEekrtx$*>p5Aje_Fjr3]cZzZi`b2ۏ߁I%SLG*c: X#~ЖLHIUKMK48 vfpHGAEYo $mw3/҇Ċ9/9Vs7p|LBdd('yZ]4WZ ~H>5kd$@>sLהLij>&IάH>kC^K4M*}5҈cCIy[^=ntU5|xVKU䄌t(FڊBFB3jۓr1:TNh/Ό6tn;|>#sK<:IqGWtEMdBʫFP|ʪ1Ua!}J!pUѠGz);cH8!*,"ƽ+ƹ@wGY@۟!2;Tqښ6D O ڥk;i7I`d8.cih^dC$` d#bqHv \{U09?86YeWx&8rӢ5f6Qze_#9>0P Z!AiWh: Ʈ @]AWKsy\f`4ȡƋpy>>eh5:PY#@n$PaQO;0S8ד< FQSOM2.sNބT13L tQH{l>e9m,ӡ2p3ƱE}Kbb2n`^tldqܦ2meoFg`p=se|fS%EBx{ 䒝V٥D}mY),; h6xeJݴ嗈A ש#Ue({snk吼l18X\ ῘMTF2bE}'vBt/''rcV R>jQ"}Ƹ[c sΠXWd HڼwƿGGa9ԄyPr rs P$Ya0%G5 B':Dr»NH=D D06&:G#(mݓ}@].Tp7*xc|zk:j>Z <*@N 8'}Nۗ${SE %Jgzxme{8w'םg}!חQf/uO?/ jeQG n5fW_I-OjIa 3+eb<<ΰ)zĵ=k8"jF^r=q2oA0q׎U cӍ)_r2eIRtk:o=9Њ0x#8f#yf*6Qo8zkTE&'؜uշ95*MdKDƉPTC*FPG9 R=4j^Ih#ig+ؑUU<ǹ}ޝpmW3X~J9ڥxZlrߝ9"Q/}4|`W5 k;(ΔgvkeP+Hz\1 s8SXg~' g: gb12uar'@Κe5gF<ډ` ;4'vs̘k8#]fpz7p@bqr@ 9KQ$Gv^=!d۝UKcVēB2p23FJhFcg_KMuΩ#OH qwƥ#;:|GdG)\C{6j bgN4.7qrH0 zX`:Je/qu)_ ' TC1\d Ucqj]I䑜Y@3;m:βd:-!=I{Neh&z'Q#+:R;.4C;]VA؅=:̆TŒbV8Mt" zgRac$2u8*:v)HQ?CҸ'܌jۻ|*tt+ZK-4pP΁ޤYWu 8L@f,hԒ5|.HЕ|ʅroZ+j7+cӬPLҏ*SԠUoҟ%(Ij`_ p{;q7x.ѷ0=G:+= /LY"_dY|o!Ϡ43WʥO ƂuxdrJr i =j,F"+kJ}VbqT}駥i* x$tz*OpT+cahCF-ή).ȕΈ`*Zu4Αcg@7H%AioUimPb)`yze/ofV7$Nw>Uǩ:ֺ4uuE,4Y*(2NX@9>Ӧ]C}EsT ѬU2A%C9"pJ&3>ة"fj*)fŒܨ|Sp0;gLwAZe`*,s^Y D]Kl"TKRpl羝m)ҖjnD#`YJ(<GjJ`ӣW\. _bʼʎʯ^RwZoP]52𘑝<֣b["C=5#˄f1xh$WlV\-EeIJQs}GnNC./_+DtKB_Y]%y^"T*z`)0dqȾ<#]ȩ+"%>tU5NVHt<료.U,ͽoRO}k56P6/3*8Q1듁hO19DzZޯ"Q*9QWI= SԶ4SPR#в yg`y@)zJؚp-EIO$pjN 6@ϰI PTR׈%/;Gn2wd[&!GcvPOSȞQӅՎd6r1ugppM~ Q Qec@5@EmD@Ud#WmZ*Ut. 10y? w0adpc e%\ *b]^BKv޺L㤧/ h2;{*'r ʱ`u7LXybLXqؑw72'J`ۋ?lYzSGY$;qJ]_5I^#U 5-#Pj|>[iL-Q܃ajmDĢ0w$k89Ӷ,7oU_YdI:Xe"l{0Y 8Slohb,`< ]j۔;2`cT *,=uVZz"9TsĖۧZ‚L e{p?^>&Mʥyы=sFLaꌪ R'wz5UG8r_(k-2$ uJoNa vS6ZF׳@p#ZEz=)v8.{klgx,k.Er+" 9 O5⚎;sF%y3BcDMIU?Dz5 j;5ں87`3+:SMƚ(T_P橓JV Qf)5STl̳HH`̧;*\qUJqݵPs΍PRfAn 0Wxn~[Ic[f<;:y@WV,$ :bK<3(4Xw{% }7}=HXGJu55%*<nR 2%A|Q$F>ǧ>'>.`{Bt.NT/'=%g>(sq5J 1϶5yg먓eI]e29uCPgXrZjp5b4^s #>\( "[rFrpnx}=L"-WU:~e g#:LN]܀kQ#k) { YNd_x1#uO8c8ۣqjB[qΤ'}pFv#>)L E, $9}~&we?s:mPjU۷y촵gixc\3~l5\2$ '>Ohh5z /2oM@L{mWrAW@S]P{κ?G}UKLy$j]{74Ϧ1w] 0Fw =5(#Jn6o pdAkBNq8=L>m#81_Y1F^rpdz=u \sA$ۃQ>h9M$p;zK<4ur5 <4`Ynpt뮹„T穇mYx$ QaJv9q]-cBwzh:{>A# gF[G8Vnp}=F=m R@@#ԏmCqUnݡ >Ӵ*I1U\r jDw ( b?f1W9vf– M92ztfzs\y` { o9Sl6X|"F<6W?" cZRK$ZM/SS~mEV$WTy(XŽ bw?]V`)r 5s8;ﯙIΉ B_ nu6ښWvS1vxs~Жt].n+µ`O 3U=1wkQySJrejcsY`G۶ucڤm۬=#j[u]S\.SUP"$䌑V?NF% UZqL|${Tk]< g{灡w禋煒5V4M3_XjƞkwZ{]C{Ũz9 8θz۵9+R-mU\~h؁A< ǝ(KtIZ*S1V/'rVܮ5⾦9vˉ$L8OrLמ |&yE%azP6q UeD <c<,UPXz9u0,IC$g_HzvUԻt``df@?|yL^:jh P[#vUIb[Z,/Y pEU'5 ,}I%e+^%}Dƭ L qɋzݦ->j|d\NW>ž0M3JNFX1Pyr{=`I)$ V9bs3,C)"En{\P*'/7%i~jܮvlOe;zTgNwqv_| fYP!6'$c"Zjy'!YV.Be\Mv;Zc1VxmS/8Gj'L湥dz@jL֤פ&Zڹv Hz8/۴J*$[R)xu.L ؎,r ȥ;G[*|5JrSpA'1-JSdt zR϶4+oxUWa@=s*+TW!tMTNl3T>bi]Eǔp2;綏wYZ,A+SXwqFPcI("F(*sA H]\O}EhU zx[K8M;[|3ܞ{ Eq56L*eH18}ʿ@ wrx ?}ukdnd;JQ[QE͙%e(_sSMm{aA(;69_{i4?\zɑ=ۿ/NNjdᙳE0⢶$I:9>-͠L,lc>0ݪ*P6\g}J$ifzY6#ܝ1e;F {M!w+J˼x>϶69^x FSskZoxc{]:TM%CAv מPH=K,-S2woZOUVвVSFӪȊv?O]R[T pYp 'UY,Q%MHnm>w22٪o"뤾{Z8N  [IcmT F?VU@`ż5 ֵ޲>(z )=Sh]: ZW)5-4[j[8\j工-[usm%TebfqHIՉeWvBqO`Q4Xn˻=*X,7V@Wcw#jOʉKS3mKC@Gδ"-B VBI&@agĊ3}jLX"d_MHeoQ~=bi4UTE$ͺ[*vFVoLja#!PY#[zVMMp#{TS,nu_LA)e3ONڦ4Y F.,Um3<.o!eR8c_Y} S4u47rPOϿ,蠁V l۔}5}eQ q>A/ѵG%B['փn(a)?Ry:˗eփ9)¼ Ǔ3Ye# r589:.xf Ąv4<;ì 8T6OF*g;e*Ẇ5"+hG7> n?#_Yn]H+Rd>[ +ʀ=ʄw1Ё=qYRIk8- ==!EsRr,}s瑰뫔uP`aSUPl0#:Ix16)22')>j$NoH8@8Ď n Jab9 q;Bz7.^ԬnwZe+8qM [N?k-Ω5|Y,7{] `N1g͜+slk0_= sMZbFaIEIKl}k Hc5jWCp#vF.~qUa&r;M krScS!29j9$bn:+jI>\enN)}:I3.{}m4!*~a .q:)8S}ek`sp5DUW౦a=U G '8uڶ6*d1d嶎h$\rO1mβ[ K&Gb^Jyd;NP4 $ƇO)yln'"TVqeaQIw|j.L۪V0).ڂ4+ >ZȑGx³n^s*dopqTi^EMkfxcjngn BTۍLP6?](="]$8骈S⎠n2Ǧr'%;$-<8 'O7@ƭ$‘=В'V'3ΣtwKm†!Op4kD]s1ԝ-U^-Q<,5*v:[XGp;s Ǖ11hE^~OW, Ơv茝[IG CQFCo>Ɛ4~|UrӬ'L2E*=#TRKY4Ū > \drIΣkBZT)%@x>?ڊQ $hum#*]emhz#4B UR|=AjKUm4T8gsw9#.ƦR9OO#˳Tݢr1mնԣ[c|!S=.f`3=LjJSScq]1?Q7QVӺ"؀(-ReDHz :J'kvsh g?2ʜ,~rs)eU%p,6Їԟ}94+,b>jAvΥX!mDь0I,yꮿNaJZx>HQv>fCM *IQWu$25K)>E+2wXUK][yT[0G( ::mf9oTԉ.4ѳY۷[pQrygf$8K-ZHv6]L? KWKO ueA]XLMI}~MSZxAlt31 rr-pzGPKJY6n=nM\X':I"RNI:⊉jjW%TTS3q:` -T^*1b~V驑(vX!,#K:Ԍ᱂G:<zMO#3cQȌԳzu J4fi$4;w( oZjr(D!2w4\N97Ey2<=}VQs"Ƚb5`wmr UBUAw>vex Ɔ\k*̵;8$k!7cj&mĚH|i 峫4  c(f2ۿ(R;;JGХ-)iy)|s۩s64j6g^5YI UCP2`]Cabnԉ<6}4X5Qn4mv>PZO]XY8(Ǩ.@ڟ0'ƑS8qj9j܌ tr9G )T-\nU,{TxQ x]0^;s!34n]]:G2%ϛTl)lTUI-B?M}mTַ9%I/XI};KPpi$SjJ1'\oS}8.ξ7cT$$9ο,.f~M}_v*aO8S{vUiNqP/dP|6[裂!Aԟs՚Hy<uǎT6$Qμo flޡ\ XAf"be!5~v6͒<]v3i4bq尣r#C^ohQec9(=-LN 7kuo"zjҝ6Ou%BهqͥҖNMTثyҚy]sj g [gȗq }.Hτ0p{8É1v*H@`h+HaijD3ym_3w羵Gcɑ :`u!v}邊g\<}GEekbf@ c0")Nuz}({hϒ? ވELvoL]+,?kՌT9`;7VnJ:_ZO5zIĉM]p3Tua-. 7szD1'$PkH99El銘WlebIt^g $ue9Nb dEX,;2Ǯ|_*ghb9#]̩*` 8lռ"&d ʨ VђVw p@LWXC4Q 3ĭ3DU}(M)ȫqOB;xCt&yE~(QMGW^>nJCH,@1l0<+$jm,+GLgYj:zi{\8oZh,k =pײ$a㶄I5B^p58UC5/W\ t;W_RS&UD;@\w'KFL,CK)uB Ҫs/ؑ]EwcM$3o_P˜h %4VS,xA R.zUܪj# +xnZ Y;SA6Xjb3udcGV;BԆf h~#BwI0K~n ƃԱb=GsDŽ QQB׈V/m4԰P9 [#㝠iv {j_T$rI:'e²,cO;9ƹӵo {'j;6x)o =5jjby߹:f%KO_0H֞*B7ȤOoϤE% 0Fd9cT9W ԶZneq\vڴȔf4{`GkN $.>ă67Uƍ\V(I1v8_LӟrG=t1mb+sZURǀF4]/tRȳ|2Yw8[6=k$Q;}|VAxPv_Ds.HbSA+rI>L)mrmIF5i/yƘO*I.$ROЦA-Uf$b叾Δu &?Vx>k$ጮkhj% `1.Aʭ 6ǓSA2b72ܓ뮾h#'z-oyf1.w?|ڣY^C R͗Rvp;pX5suE !AտxiNo)는&$+Ի)]<%jFQ8Ƈ](c\FjJxaG`|ܰɽ9 <3¸MVkvm/+ṃrx9{`/̼CΘ#]ۚkĒөW"A^4μ26T+͍j\W>M`,O$ƾlٟmsq )uY=Ƹ';s٪q-<b}ũ/ * `~ by;H vg慠<@YW4Xk((Y)uFG,n1 dU@bOA4};^ڊUD9DG0y\r5ٙ<}yƘT[>hs #N;b(dlꐙ4qkS!`_HD GݓT&H۾:\}5zh LnF}>XÒN7czfI 8\5ee]C#˜#.r,rF?mG ,2}u/҇MҮkv2Jbo ǙPOXd5l"Dqm_0>ƿ4S0Wnp~ek E7?mUUyG}30!8 :9;$ u R ccSo]|,JUVmNᩒzUIHRIX|c]0>excM/ţ9 Y#KH݈:rOR) ΊN("d'*\GjR5oy;'Ƒ2L Vt) F5@;혲~]6_c%XIOIHhFQFHmQt=0=GA sC*5y.;|P*$v RaO#:NXG;8\&0ۈ&b+3 8+J:4lyHƴELHbBI277 y r+TOhtN=Ƶ-;xk x<oMQQƠB `pң=~)+ XᔆϮ.QNc'KTRh^6Ԍ62+q m$}5W~^6{k,p{]tcP!5 \Dž8'8qƣ kA2…eξo(}l-,]8!NWh$\oZy^ S!iߧޭ@?]gjgϮFX;)34҅s ߳GAN5YQn$^AϧnD2<Mj;JeJE"0+Z,+VQwx+ՏM PFq/ʙ`Oj(6`ﱁϷN ^N;K槨̊ _Pc Ulj f J*v) 2)`UB\>}|<`VW*I I]\j^?A(к*s1d%aEPѵs,GuX0$%1 ʏjUD$ N t*3]: wuU}#r6ڹ2Ӭ9$;mHm&Jnyd# amv ipfPIa`$5/  Ћ\1*}=qjv 2jfxv\衫g  ] mo goi?A`T]?S4j$R0N}4fz*o: yA u#aj(啽]~{*(s+FOFmUtR}R:9Ԁ~޺-J4 cj@QwqG]0V[$)?]D()^psna_z@ Q9S?_SRieTp$,+X#*uiiFGd>0tUKU4AU%y>]Zgl,H' #\r}5)cY$s'c"1m!YHt}PQ&I smJ!XAQ 2ep1nDCU[HXVOW'W8@97oj:I;:VEN[r J "Ӊ\ )@|V yE\?V䩘r}}t뉫"s7pbI:snMOSQ<@3[kpb>>~E#aΜ=ґi6FO 9s5[Ɗ*ڒ<8gTl.$<(m3>ع=)bٟsOF~\~\ShmՄOp=ϧQ]i4b bsBm+®xJOala 4o$O#OΐzwzO8WPp:RR]b0`IZ l3PT[̴KJ}ݎax:zfUe$ykM;$+YyPB}βNu$Οۨ `)um*DKO-C!.dr~]K_ޒ?6)LiMܝ3޾&Y-QYQfMF̠[] R@&#ݷ8n=3Y,;ejxiZQ_VY#"ĜcΛmMcX)HǝsC>2SɏʫW5F{v@O>]rrΚ}=91~#c:_g6d`85]nZJ +̑z2wHH;y5EzzLHO*{BW9RZhP# IՕ4ў7cw'Oն$ωO 5,λe^@暕dѱg~vV6M('kN<9Gy&t<V֩%1ѣ]M]5(U$̇$֎Nřn0555\K*7mU YN#hu [dv6r~c!#quJ 9n֕VmđCJFYFBち:^v#㾾ѕ UA 89Əl={.ǺHK*@U1ycuO<1˜p cPO _y8)Q ݄,D4eGcۏ+ېT` j"hBv=8X3G88fn啫!w`!ß_s|8^wLj#6"ϋz·t(;jPFyx{m6N%gT`f.Dqs@<J][V\#Bԑq -If`CqjzIڧ y֞`%F>/@!ZP,ʪtqN"=}Y4hh4 @v>pI'" x̉;)8Xwp}V3 xΌo]K4SHbSL~bKyA <_u^f<^ YP ~}N(!` _*a,6O1<'jPԉ!#+/>.Jq4(YG$g9 .(v w:)\Z* A}}$Ե/NTpm2iFd0nMDMtjw23mujeL KV!xHp$}5tVocF lbw'>aQn E$/"*0$COkN"ɶǟwδ<,@;L+kI%:W pi=Q DeKlhQD9C'mSD][py6WT<1P9=7O$t3|c:Uj3`Y"V.Z]{ԢHΌn8'E֌0HGِq:CA,b*?a,8y|\P#$<H&1>!ijw1*󯔶xC5 Ø&@ei>_e y?]rՕilmuR)*Cs5u zi}JY3A-Q])Ӗ>[]mV9]\HB0IimU) eݎuƔ=G- .üөܪc597vA:oNP!Z3HdhuŠ5[H*&p~eXPo V *{mϷbKn%NE~,SM;F b=4$d*vxCǩо{4vYv57u2Vf1_;UjMyS@FN@m?ۃ(ǿRd_\{땑|2w }=!DfI0bwƤ`\v:Si\suThh|yg]_Zud8=K#!]yS<"7#yr=RTR,~[i<}:Jͳ࿦3Ͼ z%V9ccG2$?AZ,fz:D,MqϾD[+K9,\ }z\$caʧ"'J6I`C!85BJFYcH"qt1:HXB¾(믭Sp| ǒdϮGtZ"MI>D}9o<C€r:p`6!‚Iټ$>P~멭if:2g!qSC0H"aAC?L"8T֠0h5j7e3Jr*KLJu -WjY0+oaVI"jǕq9T]ru<8̤1' =?ܬK aпM=M{[\(WA~zkZ-SҤ#9ka}urzӤPUdg/j?*ps#dʨ3TX{ U09ڄXe"Eq٬1r8>Db@|.p?M av(ns )*Y#5`DѴ##8?m%"5)T+eʁWMM"w'R8dtUUL" W!_?mY@~^Ts{c]?L!\9^:C*5ET҂AŽ3i*i?jzi$q LB=RHP{{LVD"#WY*$ 9J1هYCZpM lJqܮu}p+2IlcT#CU<V wD]peE°1h1# Ūxs#.YgDj"A0EU;ԟmOAjH,3| =qoQb܂rN[ FSSU9?xU7N;e:J@uC0GE;Rrq4E4io=s_TrA,WM\Pĵω,74&P=Ϯ٪k~n9]3}AQ+8_A)bap9|GZKv5f;JS*UQO?^[ms*$nqkgvWR{96mMRutO!, hDa YcS=MDhv峠f[+ƥAp hmSPaQ0Pn`9zHeU㓮{ `;3Η@20U?_I["T Ίw#\껬ȆiSG:j)iN YL QIJ Ƥ8Lx떅/v@JV>VB9#E(-$>)c+c?kA!IeF)D3QE$l5?ʵAH&s(Im%Q;sY0ĨyƨQ1 Cv2YCT'Obگ[͎N5~K]lU Y< N;}t-i(]WXn\\ՙv&XHϷ_~j00G6NN;{tPJ$CqSTki`itLޅK^cǮOT)Ա y+t`Ոڭ0, IBGX+ߎu04xo烏5@%}V~G<Ve@TۿoM2?vM-YhfE\}j's+p'5RȐ15fJ*)Fi'PTE@! '"8)?\z]SENir{{SJdi8FAehӦw'AoOMC=X%dAJ%hBAOkj ixKԬ1AÖ|.}h@%fb*֨a"n` uN;tlw #J1mJ`zU2SNXf*}SBS_hMTÖb۶;ODaɦvdQqWi',tEe<!e΢4ՠ(@'LUr߂ڭdۣ'!%9'}trL"AiN3 .dONPKSV ',JY\ȫT:2e `X 8;/L*B.eA+"'\-@MwW 9u#<*Z N5z*yRBJ\vunD9\m{G0˒3;0Ʌ-N9Όhr)CCd,Ŷ)ɜ f|*y9RR}p <^p@qH+c$ԩY^bc*~( "cʼVKCC#o F?}j QW LBCvU$wiU#H9 ~&&}c2VWcƩTO}?6Y{F**nf!&jcAS"OWkzU =耹S()[n³+UV\]15D<v^UP: H@,INmJ+Rö4ZnQHrb ^:HmSwQW[.SOoqKyT5ޡ"8}8uw8fF4H aI>Rn&lK3HN ? ^xI2XUNr4Ҫ5Zc"ģ/z b.aq`Cbo@? DXs~NX5:AN544#e'Y2 2@իOMXYSr3Xd~C>&„wغKr@ ?}H [8z[Laのb3aPbDE]6AV09c{($.M/_]YƥHe<dՓU0XɻUwXH8}], 0r3Osq#e0mדP}[\Ŧ)cM6ܐ=}j.oBheArqՖݤF #m;[5bl-\1;IhSGQT?CyE.)-t0Ȧ2H Ej44Dx"!$ƅC 1|F߾WO3ֻ'(PH'jKwZC, c|ͪ]&1j.1\'`{ǿWƔ\-ܣO+ToKU m0TJRH*'<a}/-U;&ʤ9w{I^E+]@9_t>KmMET4]\VtyĵN07b}7.wju 2T$'8<_OVb%_p]\ƉF@ +bU gCEg3jĆj:,}uiRz`bƾhCByV게 X!w`ꊀIaE87^K0^ubZZs'\@j VI@6;WҎS{}e䏤-TcZV-\?Bgk'\x܏]kZ)u~9!'kT(k{Q;R0rpͪ+t5I=CBS*I'ܝzwrƧ.ѝ1/ƈQPM-WB$" sT}/<Ԧ0CKj5[#Ì߾u(1`HH 8큠qDkTh/Ueeh<:rܩVSU!)p뽹FPC%RRrƉE<6 'h c2ycHn}MF0SRѓXstP'Օ|a?]!UQ}bh4pNo6>8LA%-U? mǟOoMPuEWj[I$u8kJMzDhBG;C~f\+R,U0ehhQqd9h9P?mv1MQ;T޹KҼ~TSɰaq%1$_oJD)EI ƿ8v"]]I[g%Ðsp~izoZI`e^Z<֣\,(!0PwxHA5M;Mi'Sl0M; ^hj-6ٜBe;>x::g Deu\h梫6hB9kzskıghbiu܍7mF_<~#όTufw-s_%`{%#DY u_- #ơ駧X2 bo}c6 2pU:Zj;6q!}N>cnKyd_m裶C Y IjIm Qid~Ce7cwu%kqQ (^=Ψ#6uDybc!’s뻥;K>K0 s:AlQ9wBW*s5r xUMϯ\v(c\@Qlʳ鮡V%e%ײnEzg'~Y9@D UR2 >Î5$GWX BI?N{kdT nNqϮ5nNjq(>`M 넬~bx" =ǧaPBEH9|?aʐ*A;ɂ1*zѝӣ?eT:76D ԗ*"MV*lZuu ~`>D)~fh˂#9Y "fpȸ\1Xbߘ"Kt "8u}%Y^G\IeC4 B뤵VI#6|K(lor)фpI=մ?ɴ1f;7cV* 9s7Zjj^3X%ę0 ,5LE,jq-K>!un?M*ORIV=Ɲ6J;jeU;|n 䑁IUr@aPBmsȴ@!|~VCU|;낐v1YʕuUi$kpG*&$D+ds.[P-4F%IB A0=K?b~+@PYbwcSn ņKpgS3䀔=\@=K⁌3H(ݘה3tkJzzrst.e}Fj%Tindu’O\K)YR''} A9E%eCKMj,7. yA<}?MJUsVPmE v? >QGP_.@wy=r um"P:΁H Taߏ] *jXرo5nܒ&^KdıO\ 'a rO$ zFRʅ[}G"KmL$l`0MEQpw*+ qͨ]V[4em̘.&$RDG#NHxDIɕG,cQI$lF>EY+mOz 1D&B˜ϱ԰T-<^[͌J:-]D p!Ip:iE>y^@r 4%Qw 2i-ȊjCebysƙZDX IѸ :6X.Wo5E$Q\Y+|$"4I":sUs>ډ'vm'͂>ڽ=r] hN#mc!c|G1Y=#%xg+PTcțf?RQY.t˃ $뛵-ucd+7 CzP*)&Yx Wb:4< z{Q(iGWs10H$ 70Ĥv)UϮRVUB#Q=Ω5!>;DTF継z* P 껭R-N >VmwI<5s5" ) {g($!%>rVId5^cj8ʼntPSs3#:Cs;5C֑hȷOD 8U>Au"\>JRVĈF(U?}N;E U[ ~Oqj7P&Ett&48z[sK_ǓǮ}4XX:gq:/e<` B:]7h 8XX⒲JVf6њAI3 ep9~iRJpYE,U0457DZ8^d];&g7Oke>Q$m΃.w8jyt>1'u%Y#U,q$ ďrudh3`a$xe)C9;t2<-̪XLmT<Ӥxvp58r<|1%b 6UF`I&+Jfizq;%X꜏V+#Fk(<&2pnwX dnq? ieT'8}3F`,0 GIԓ4P0W(_*23S nDTD)(Ϋ%T>,uY*+,S;#?i+ f'.B~~;v"Wh|_rGmGq#$glЪsj:2ɼj?-QTuʌ{iAxM-Sc 55ePF탪liLҴ~:9jeJ`b}1馦,\ a JHN0wwE0ijrg P#qPoNU]_Ngy呗pe}7JH+)/\}b2UUxPPEp( o*-Q5=J@aL QMQUxlqƯ4{x _(R'RvA?#RdID._4x徙Ԕs5EFǂT`~ YEDcaǦ4j v+x.d\@}%z*Xj\T PvZZsh 5;8*:ZzebGUϘ7$0AE#[ sH,]oNӵS #ܝK"TQ3e>@m!Y$l)#\"!ݢѵx3x"\'kȱI$1E5A.OGzx^|c3K5le8?O(#YEIwy|$(d55,Ԇ1ڊgԎQL-T.Z%IV(dNӘ$v='j4)HBq{sԒUJMRYSiSڶTm 5${˶0OYGv`UJ6Vb&pU'])cjh)!? FM-c6@,=@+b ua-&we AkE#5I k/mdDu%USqt:)Ovr~Us[,_/{\.%{}u\K"2sVXըJ7E!:1X%; %ԩ5Į FjN8lY whI!^}t OWQ4~vOHE$vRX#dv?MjG+ċfeIL& UÌ'[:nqhuE3H $a܃}ƻ^hȭEf#۟R5p7 F]RPV4*c`r:!/Pxdgv៷]s"W(dbAb56 SI$F pE@|>cT{dVZ2 qV˚IN(k]IL'z}=0$R%\lw+gq8+.s,m%pTaDJKrdJNJō嗸䟠]G]ia6AݜF+JD"H1&xt"Ud_(ُ2ܠi&@QAY2wh|cVIȈjI0ܳD!xN%ꕡ$1BN=0At XZU q/G!x6&>%9b1sŒOQtH*@U =J28~P\(%FULKUQ@ b&#zdI̭+$~ ԎvgPBwbqI~J.O?\))m|O,F|$jx8#݇WrG4HBuV=8Z|sMK H!}35n;įdw88SCKJx- mG\ّ"Tڰ9lK\ Αırvꆡo`cyv1RX05( vݐ4FȄZ%s+ cU ŊF\$=;DC;'6|{q29UhȌsE=5e=QZgk'uR :)6]VflgNB̚tHX+oV3hǛs{hώxI MlPAHO$`yVXI@v08QWB@YW-b;4H֚|5r]2gi(Ӊ'ou~X9Ĕ#,'ZLf9̜NROJH6%nXP42L3wGA[ viC[V'V4ܖ; A&m6zw6󫀻 $($=M TG/NJ!N\..6b iU"THPPTyX$aV2T$E$lv1*Z qԷXz5JJllv~@ ݋Pгeڹ=efy&'=rEIA|dlePڠfu ]Ɔ@Sj)Q#,GBIueڑ4RĤ |puve\D$OKY)Dv]ط $jjez_1urH!Մc~0lCyAlɖ M* qOrN|i (ϯT"lU^QRw<,9ƛkkKR.*dp{}=ũA# هϦdE8p3+eD#7?V\d1D ; &8ؕ>%oD#70I`=8[̔M"xEP6amte9dUBNW;\u%h _jJD(Íq9?ҴRE\*:ǩ;EL{ôP+mn1=3[zm-b֚99Ag3Z"G:$|iq P]yL~F(~Z**aI|iT 2Rt;E&0$RJv9-_OH$%;ϙ zj=$ >:ZĞQMKq>aSgY.TYOǁFg.*0ާQ943 qǐ4&RXzDa}~'W88zW*| -ݟ4Y\8*ʸΉW+"rt3+Ӆjǹ=HRPJSú#OU6n#."per"}=㍒HT*w6{3_9~ E HgWE41TS&%bJBO}d1A$pun*9#O3p8}Z.t ƗT`>3NkUIh ~ڲ5& T]UH|gQPך<IJRĤ |OF$ F v$1#mw98yA(p#ڄ(ږZx1I=TIszPrR>S[(3y i=,qIvNgDt+U-L҆]c^y5YLUpFagP #MTV,BKpsǾ;"jY$8!8y@inVSϓ 42JQyW@TALfw/;r~]E$4H꣚6d|j w K|Zv8'q aE.6ЫꬒҤ4УTQ38K<19ٌ_*diq~@֪~gWYXrS7@Om\\@aV.Fc1ToU4ѫ+EF*U4J3`If v[iY< CBy_ ]VjuB,'D!Cg<0~h$29E7ZzdDvS:8II#>xCFN A:iDDLמ 3K$$Ӫ-d;5@b˅%Ln\ 5B8ue,r7)}:--]K$S~FNSG<[G+*Laș@U*Rx2uZ[X7oWPEN]' _:b'+f;#߷_ . $o7RA'5-$ҤVU`qntmQojǧ2Sbϔ#%ν+䣸 m9Ο.TɛyU@HV96dOWRx q>w4 !prά@2)215+/gUZE,݀~q,"<#7VszIިH)2*ʟaIq(xaƢwPQTRHjp 4q>:`q4a}u $̾";{|OL0j%zʆ vAebF>Ý8xu] H,ޫ먩 @9M9[z^h~bZʹ bNŰ8$䓠؜l q`8$)Dx3yO} *b\ Ov0Sc !XBd'Z 7N]f1TG=)wtM͒{5CUWPV"$ vV * ƤC-BJP[1fTC+X#C;6T[`3g>?yQęRj2X3x$ϔ'w %Bk3"R驪 [` "bnnvF[gQ@,/j(HKεSNSPA%KE,b@suV2SCY8h;ATw'L$M쮽Zz&UZ0 ())DZTI3`n8 etӖ6CQ|c rq*?m^᧎5 q9 d #RĦϴ?;wf1A D1 9j)CrH8?ZC̔SGSN[()wo`zka] Xзl)q`q>{V!zuw!5FaV.UJ W߶.k#T%ٸP84~:%HYQ9hr=bFU~-YaiIeVIqR-3R TiVlc;QpPC$R01aAQԬљ J3pO9?|k@̪đ@)fR#UPX~X 5>A}.b˕LۧZd4rT>mfز0+b94455Ti(s~u;t2D)i\|jW5ZTїiaK_r""qD'NWELI?KG='&(2dPLq &H#d7NsTA "ʓ0d94_OYe"Pr+l2c m$ mܑk/BJcG(݆RӚs&4Dqg(n#8ԷiN`mg=~Z(̏¤~R }1pLo:Ҡ$g.KRI, wL&'I8t#+ XR}ܲSѱP G@^#pqFp%/>F|U(^5sshY[+gSKH+T>i+Ury^۹= Yc+p4FS52Da\` LO`Nf^LS#Uf@2ϟJ&ZtESϮGa Xn3i1.xUzwx!T@X6NӜfOJit ukN ({]}dFpxRG5RShFf. >V,Fq ۴{긓5<&M1D n%"18:=EE%3T5`as>vG[VWnO&܎ޞ#G(@G'jh TС~F;IO%$H:IOvǶ4TB;p:*dH䐦 hqu94U}p?釨e]T9 O_?Un=t64ťi7.]hÉf : RI;|jպf//!~\cRqDKbr۽=5^VmۤjS 1l{k;;ILQSW5DPEƮngI.m}^f3Ȭp{Ye%} p"j&CO4 %qp5:t?OOņ#>tRY/|vl` 8;kRyhJ7?sE7S+.{]̱KF#@_#5Bze~\ȶPƙ2EOJPmWJF cBj9ΉQVHR %מO颌kqQY@;iq?vCoω+6|^LIu%\F?Њ}%B5'2~&Hx\tU#Q"!P['9ku3|\i >՗ڠӭHiC$g]x=dx`Pa`9$_]I@\p9Sxu"ZVߔC8ITch;yja$f(GԐEU/K$d1_ҙTb1qRvpʴtm-LU!{QJzoS%,`9?jhiv${MS 2;XXd2~]Vn|H%Z9tHDj"Fa/_k*#7NqKi)0g9}95'H:ŔuU$˸r`v9>}QSӺՙgPOuzDZj;m mi#>Ƨ}p$|">jTV0џU,4jV 1F=>4N~-zJuUpIV'ۿ:>1tpA8BV;*P247klƦxRyysb\Tr庤*23WpE8x-ziUoƇJ1)Em_8AS^Vv.dbX/:+n3y}u("k&w)Yvjw+|^P[bigpa183n? :t'H9ueAΦPY$NUio鵝S87} f߈۳6}yHI6}vE;!2FA5OS4~l.Wq5սNόyH)`@N V܈ЋUvzt Xx @ms/MGE7 x۷cr|5Vg_ha _)~6܈u0Od3ElzcEH%WhKr^ cЭ${iz H,q@ bYTLJy4H]0y=]jµ)R'pGah$b {܁/yJGH-C 'Gɾ*ՏcD5J$PJn1oDRܷ$}5')Y2]2~cBΣFS|ye<[j%-`EWRki^ 1Fq5,$ =tVgEyYEF;#Jj[(fJxqyHDquZYVFXeږKN&Iqo 4PA^z3[E:Bz<)ϐMQ]q3v*[uRY猌:>?}{U_4. KwΨi PP. ,DputŠȪBΓи';םv3wƥQlC4Sq7#;|2ʡR[rDHx<ΉU ƎyRѰ m֣SCH؞iܫg^wYE!\Kϯhz=Ki~ݶ/WW[u1RU|3O5%-4/#g)9ԁLux4s'0>(}?s Vn2S1Vgx˞+.bBc$mԿƮ4;Ć(B߾|fƄƛ1cƯZfPw g8_TWdJj(XŰ&0˔bB2fU/=mC!lRN#I뺫YsM ?}K[mEɘxTr MY ~X6[mt ?Gdp'Ep2ʱ˯S#&W4J J2x~|~vnll&X̲0EtY?8ESFDe(\B+}X)PDqF q  }]iL'*Oe-Jy'.X\9ҪtFKQ dؔ㨨P챩(V3Wu]9ƦSi'RӤ40Q\wUUDFVUW|˃L)Ʀ҇f$.߾Q,,O$Q5%UD/ 3 ؒe uĞ^wMUReZYQ@3ԔӥLcA*mMtũiDM27>Ǔ:k]۩vm.sY`Wfݢ63T;dTq΢OpV8*|6iXWΜxrPw#i ѪGOGK8!)?\}7+*73 h!4m^Y)a&B&B}4vzځ2F+Ǧa=22[8ٺ2/4јE<ƄI:v4wdgec}Z9j?$+΀$=-=gj AkFݹNYZJjw+|5\}`E6EvOqI4ҳFv8F>WNT7\xOΠ=+$ghxy-u[´̏#P0RbCK،ȻAKȦd)mgV!+;gn#FMz8z3.LD.O-FD71?᧥2ݽUsJY)R6sƦb6D9YYraSO% UerNy9Զi)c?Rp!BƝOzÂ[mUBmB o}-9B-:]Ckj#hk$>o~!.|G.|~e;R&bFJ`2NNI*)":3b'=QKKKhG難7_HrdO,?, x i&PJRSUJl~J*mx%3} RcٍK'N,Gd(`!ESm&`|F1᷸1znYi~ѫ})f89ϡU}ċ#.BWӄxWpTi5 X'l}uNzʊjz0ӆ$}}teL?#v.ǮQ UK!&ՊQsT)jhayO%֬R?`tFqFeUi;YAǧ4YV |3U3ŠWGE޶!+Cc{zﶅu[`tbYB~u^{GORcF`!ީL+0A/TU*Ȼ`IV`@/m ,U/ I!A,sl%,T29d'4-ui*ڕ*ػ AwKKMS*FB F '*a0>tKU+}zECԼu4q.7Yg6߷m:]*h)JB8q5jKZ&H>[h_ҔEevu4|+}՛WWK 1-3}8Oƾ |?A5RRM" ϪUnal3žc?SROFON$"@:Gdx6TSQ(}ۖ|7C D* i_: rc/3X|QA92̟(Ѩ1kuʚ&J>!1 ϿmZhȨ1a&ҧiFGX 7n#vGif0$~ry'<]A%*2FS4v9v23"N1$c'gGhAhqG\4H*BlW))!F۹#8r}I:"Y Z'0Nj#O= $2%Zcp@όsuU)bN{=5`H%XPwԒ`b;u-t9 4gI]i*RKeeHHAƳUƏz($S\570, p3"ޠmU]㦞4Xw?]t{OorAuKdABHi3=CFe\jK\)*$(`KDT)g:K;/Nk( 6(bT(*tU?mZhYg0եG+esQIkަJwPG`tBh$DH>V>Z_ }CznH3L1ۓ+cɸ)w=;u6h %kd|ڧ <G`YrtVVD`}4$Ed"pNHN;ݼ1Y_!@<]1!- h]M5mu|"_~%q)u:^䩥Zf<ﯵ#64L?_mEz hLhu(LwXb$\<76@t7fGibQqILA~6+_P!f9cIA\Bu*\C$rOm.KLR! Ot-X#ÍS0җ$%#n9CCi;V%#75DBXtuϮmC]m0$dq}*R},\>/trIf/eXgij|matifh ^ϱMM*+"W뤯 ѢөUhIQx ^mO<޳ KgB75V` JuJZDp9H2\q#T;!3/⳷< Wb_!-_YޛC" 2¢%-du҅8׶42*ZD+Ǧgp,43( ÆX,}42Y:p z>,$p?Px'hRƻuNg Ĺ1z_c}uVV0FC:#lǫ'q/u\pb6Iod`Ofn~fY*i해6 - K1ѻ 5 (bEvJLQK#DG<{ObCQTj1HdWfN-5R>ymS$yf8g8>2uCE P:R@!쀅\͡0FʵpQOT_:p>tBԆܑ)*#zq4_si%EVdp"9,GB3o-Uu KrSǧ3KI?P^qY1hا}Y*ύKgŠs;Ͼ57GkZ9-S1fda(p=>Gϗ"H?WګbۣT4d|v' u\jrARMܝZ*U[d%[*)up&S%Q*ߠr&eKYڱߘ%[^u1$3F;((8rqi֖N.[UD ln_⥞8UCWӏӁ;l(E.vc*%6hޑe߉]?3ۃIT`/db73,q`\{CQQ@r#fyΩjb>{H}-pwRYRMjҫRC#;4$.C.ftめG⫹d'뮭 &HcycjǍ1.]YZKlZic ѹ=5h[.o{x ɑ8<:kնFJ#X"r|3}OSUV5J[SPS ؏^zoF\3?GΥXf}Uʄ(}h2fvOOEh-UsuVl_sN5a2i#҆&5[)Ѽq2|E0DQ$\$VH*)׻%U$Lì-ƦGSY x=Sx#PGyTbۥ&s?^8Χ"|#!<-SW#K#1sv8:lVu;ӊa3H;}2@Ukh))꧊] ߟQ ;|TxURwR۳'˙VǏPE IXj*govYa[uHU8ƚGѬ5QW&A `z}5;S[⩁YIڱNe`in+OKSWL>Xi8➛' 9 pfygbFW`2ƫY"[)OI\5EHRDqƇT~IԬn1&0q?M2cc:Vݱo҅¦?ijH <~ڦ<<Ѩsgxel9>B^\Kn=-DE+0=Rb 'H<Oםz@5`./퐔֧`UJWjPOWSK1 ®'2q଺R-\svU*e7p?G#M&s'*PTB1,ހ }[$NQ O~*T \_e5dUR KAwGE$4˴{km1nzH~k*IC{+V5EƓj'H)v }VQ+/ȭ2k-zuD v /IښĠݚ+ W'Ԯ5aFLcQ\oxQ j@xh)my8?_M"hib-{H4oNǐ j-˜Fcݱ~֙tbf~IYS)Q@=KQ庳2')S]G5<Kq%x!fl9:rݚ#H2e\5bY4#{-wƠҍ c)> Y$+-Ѝv㾍C~8_ `U nr|gT U4a]{:Nđ(ED;(&9$P =:mi~^s`0~:C+ N|@~9lҍ<\)(0?QWfa*wJ,m[ lʼ$XpuTFBBcs؊=k$M3<dj(#$Ӳy<+1PCGIL)8_ MB5]%ƩQѬWU`RJ|I6mTx᪊z) ɹ9uTTqU`gk- ]a4Edr4@|}qjn)aV(E82ÏeYT!I@{}N=t-;R38!>WSؾ4m{hx_ů  cq#}Ke=};260?QײiVm_p_^e pp>^CMR6<ޫxl&W OE1J(WgVtUʚQ e}EɶMzkpb4yuQSJ)|aDQBw|?QKnZ3&$S$]]n+4 ݵν>2牧ٚ~O^z%~$"G9;I> uU%U\ iIizAG ]2f8 ={L2XʦJjZRxQcׂ֙KOon.>DcdX)QKȞHFOlc[De^C)R3/qΒ{U]ᙌ:ǓץS; _^ͪ܄մWSNT=6cƵtWY.4SS#UHesN-K4UW2Ua:RENەQ@M+6\Jy߸q\fmsZ7h-<54R.Ёu}:qԯN*+5DnLՙb>[[ʕ (}a_xY*2h_šYW8D-[=EҚq#ƃ܅ 4W3Sδ 5D`J1A{jQK*u Fay< ^(XPiO9}ʮ Tj3I80=Tγ:jc(ad0Z2g}m^P3#36L@KSUj$s" 0΂wY%%]F?qӶ[Aq@䩌6#Q^9kU"qOkǺasqSP涙i$G }t`G T)>cWojdZZ\RA]k'!7% :qCH0j)[$ ñ}tzi)6Ə&p@䑥;5疩 S.a dm**j+U MOQ';9OL[PMWs3+oƔA,Q& )(?64G_Fܿ(zpL(\vZi:ISXQVI-Ues4q8Ga;kx :6{ ~~|^2QXDq.'[nq!LP,UT|đÌi{,50(J?xܧG<:j^JUĪ]I6y}>0u: a_Cۉ^Q%+0,DP$@Hժ{5*||7݈j[5Jv~$|.n']WƐU0A%T͑W ߋdmJ"T zW%|F#ߦEEVKo";Dkzi)66d~M?Qdm4#)EYSOP˺0hn&m]ibBI9퓮)N v{~*'hXXT袽FjkXG@YqC9lBǛmj=4p1ԍQg] TV^f1zg4t#] Ue7H0g=[ %MDU GMHcTwxťYH*d.~ZXZ#7gj;ܟAǹ;j5<\>A#qrgrJ̻5ζM=-z7=:SZ,sA,m W,2TAinLZjbxIQ& Ι89&Cˑ!8''j8|Zw-S7@GB~9sVy+'IAI_`ZXh-dG'5JNhfBJL`M>נ 6D˰ TR$g6J=?}Ф1e" gAK0V1IT.ǧPZvR2s慎Ӵr!z4[cq!w;V15xtUx ,LA?n[uLt#U4}jz#6܏VMJpYchҌP^I ԿI|vƺ[]!<v_j`KjdinRDax4TJb't$ BUz`vqC&K'($Wڪ X=\|ծXK v8q'ۜIԐ\}uD4*4aFPS+aCS#z!s!O4vuː@I9Mgϩ̊2afs jorJ5$¯SP 3UT9PxΆ!e?^a;PE1!3\!ʋ'dqۖoTdV0qJS_6@2; j)i5l#['\NÁ-sHwmb346wyɎ 5ycn\I cQApv ʒ1WY;uQ)I$aBȄ.ЍD+╉OMnsfeʴyi/< l_Զ=DT0̦@.{h-'Wl ?/IlzErwlz|qy7Co>!^jiWu= 6d, d9:oi.={YegVwTyBE@9ro}AQAt?xR1TU>kǁUT~[]#hh-\K#t`*B|G?,Tő(cqjNtxTRcH[%ֆU%o$3 d[_O((?҂[< .[9nk':(]m)6SƗqbI#On[]$b!,P -PÁNUOj#9>:'|$pwn.a刖Ku-O 'Pb'jm%;D=w?]etKW"9ʭ5VB {gNCɜ8|Օu&uom E]lI;D_(\n/;!ڠgID,]S=v+`꣩7|6Om1 _e>9~aߟTTI}0,+.?0,N~1dsr2ckt7%"@I!CcC_742&sQJGTPLj /L$͞h (W Fv}Omp\3M]2 XKċƻwႬ7gW#C7LO&FY_Ká(Ig8f'c@l ,H1K{V'~O95^ӥXC$̱]1k{ǧT_OFAQi%C?tu-+ˠ)WjXF~57[ZpyRěmSPx5U5i21@?!KQUN1'{kb@XzhIV{B[?[J7;LԇI$*&xk̍Y`f,g9'y)Qk#h SC[w'[aKZ $t\g{q?A[NG+K~ǁzr[e/Aak7[̀^;`vՑU ʠO3ǾhL@YqX6ePHQw;ҝ+&ŊlD-)]G"*Eb̍jTRcsc?OODP̘y3;/Zj&JU! Fv*ॺUB @qو:Q]?,]-®X4;\Alk})BKS3a&eI,>V}G:W[M:Ux1Ỹ9R=@}`-~6$h;4&eUY<4:5P =\^0LcHW: '1RO ~}4nvhfr$(q?ϔrGZ[K%`6}6~Y[RE]G;U]UL6zELGddV<0[PIԾ>NN;#cSq[SRQ74pČc Ǚ)om HKXS8B{BTSWWYi9TlY2az1r}!WڤʲIlsOЅ鑚X(aI7R"Ǚ{9]nqVU=OM!Edr78#IcC%a}iKiu}OڎiEs2b}=Ɩnp㬒`9apqK-+td1A"0~t'Š$$0 1#XS\l >ޟ90U^]b؊q3S?ƊW:Σ=AuК99t E:6v'}v, nx樔xʒ"s?+Y,!^N>\2B229Timu54,`<;{k^0*]^wkm!˷ ːW#un,Y|QN=IYZWL* 9j2ғx}D㶱PfRZ#a44.=),3E1IUNѝ4h" Cu @N()H<@2uKUS$Ӳa/2|:mR6xpDgBf"7icI0=FR ں),GvPG'P.܊&cj<* yuWP—`Vn_Nf!R xH㜏suWr $.#y]o_Gxv1\yxQ4n)Xce ՚FM;d9{@$n&#w%>d_>^ Z6Ɗ6"۬lm4Rz0}yQ=:i :*`I(b',ܜ5y&#NuCh[Uk6{кQK$a}pq53%%>' [cKIqASt7-mo\AqhH*[}_6HE:ܒx_ouI3N*1qEqմ1;D2O5wWzȪ%>q*G"-=юr8ՋŠHdea/CPWTF#^3ޡrsRJ!pT<fFOErijV;SJ*mB/#?mXRݺ WXwbI:uau ASiO#nr1~گ)05ڰ*b\\K<>jČ`x5MesU{*Tt@$F6dc0cKuWz{`ib7sځCM]qoQʤqVM<r>ToV* AM:?dKu\at Qa0˕|׫"fJ2bKcg lqpH ڥNSa%`FTRWEQҲ 8 j(zFC*W El1)4oSTS$HV#w.;b V Nv(asH>fOPcjXgs#SKFi 镃l`GZ|d/h-Ӳ@ȽBDj`)#3\H~ڎLqޑ)H4cҵ S vB!XeII"*GbpNOy,9os h_""SM$H| BeӘSnou20 ;tJgܒIi(xGhU%pP|E$ mistelix-0.33/data/themes/winter_menu_normal.svg0000644000175000017500000000060611246543334022427 0ustar00jordijordi00000000000000 mistelix-0.33/data/themes/europe_menu_highlight.svg0000644000175000017500000000060611246543334023075 0ustar00jordijordi00000000000000 mistelix-0.33/data/themes/europe_menu_normal.svg0000644000175000017500000000060411246543334022414 0ustar00jordijordi00000000000000 mistelix-0.33/data/Makefile.am0000644000175000017500000000366411514577441016564 0ustar00jordijordi00000000000000 themesdir = $(pkgdatadir) pixmapdir = $(datadir)/pixmaps pixmap_DATA = mistelix.png \ mistelix.svg hicolordir = $(datadir)/icons/hicolor images = $(datadir)/mistelix man_MANS = mistelix.1 tango_icons = \ mistelix.png \ mistelix.svg \ button-slideshow.svg \ button-dvd.svg install-data-local: @-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/scalable/apps $(INSTALL_DATA) $(srcdir)/mistelix.svg $(DESTDIR)$(hicolordir)/scalable/apps/mistelix.svg @-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/16x16/apps $(INSTALL_DATA) $(srcdir)/mistelix.png $(DESTDIR)$(hicolordir)/16x16/apps/mistelix.png @-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/32x32/apps $(INSTALL_DATA) $(srcdir)/mistelix.png $(DESTDIR)$(hicolordir)/32x32/apps/mistelix.png @-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/48x48/apps $(INSTALL_DATA) $(srcdir)/mistelix.png $(DESTDIR)$(hicolordir)/48x48/apps/mistelix.png gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor install-data-hook: @-if test -z "$(DESTDIR)"; then \ echo "Updating Gtk icon cache."; \ $(gtk_update_icon_cache); \ else \ echo "*** Icon cache not updated. After install, run this:"; \ echo "*** $(gtk_update_icon_cache)"; \ fi uninstall-hook: rm -f $(DESTDIR)$(hicolordir)/48x48/apps/mistelix.png rm -f $(DESTDIR)$(hicolordir)/32x32/apps/mistelix.png rm -f $(DESTDIR)$(hicolordir)/16x16/apps/mistelix.png rm -f $(DESTDIR)$(hicolordir)/scalable/apps/mistelix.svg noinst_DATA = themes_DATA = \ themes/Themes.xml \ themes/beach_mainmenu.jpg \ themes/beach_menu_highlight.svg \ themes/beach_menu_normal.svg \ themes/birthday_mainmenu.jpg \ themes/birthday_menu_highlight.svg \ themes/birthday_menu_normal.svg \ themes/europe_mainmenu.jpg \ themes/winter_mainmenu.jpg \ themes/winter_menu_highlight.svg \ themes/winter_menu_normal.svg \ themes/europe_menu_highlight.svg \ themes/europe_menu_normal.svg EXTRA_DIST = $(pixmap_DATA) $(tango_icons) $(man_MANS) $(themes_DATA) mistelix-0.33/data/Makefile.in0000644000175000017500000004425011514602272016560 0ustar00jordijordi00000000000000# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = data DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/mistelix.exe.config.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = mistelix.exe.config CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pixmapdir)" \ "$(DESTDIR)$(themesdir)" NROFF = nroff MANS = $(man_MANS) DATA = $(noinst_DATA) $(pixmap_DATA) $(themes_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CSC = @CSC@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GSTREAMER_REQUIRED_VERSION = @GSTREAMER_REQUIRED_VERSION@ GST_CFLAGS = @GST_CFLAGS@ GST_LIBS = @GST_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNOME_DESKOP_SO_MAP = @LIBGNOME_DESKOP_SO_MAP@ LIBMISTELIX_CFLAGS = @LIBMISTELIX_CFLAGS@ LIBMISTELIX_LIBS = @LIBMISTELIX_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MCS = @MCS@ MISTELIX_CFLAGS = @MISTELIX_CFLAGS@ MISTELIX_CORE_CFLAGS = @MISTELIX_CORE_CFLAGS@ MISTELIX_CORE_LIBS = @MISTELIX_CORE_LIBS@ MISTELIX_LIBS = @MISTELIX_LIBS@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MONO = @MONO@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ expanded_libdir = @expanded_libdir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ themesdir = $(pkgdatadir) pixmapdir = $(datadir)/pixmaps pixmap_DATA = mistelix.png \ mistelix.svg hicolordir = $(datadir)/icons/hicolor images = $(datadir)/mistelix man_MANS = mistelix.1 tango_icons = \ mistelix.png \ mistelix.svg \ button-slideshow.svg \ button-dvd.svg gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor noinst_DATA = themes_DATA = \ themes/Themes.xml \ themes/beach_mainmenu.jpg \ themes/beach_menu_highlight.svg \ themes/beach_menu_normal.svg \ themes/birthday_mainmenu.jpg \ themes/birthday_menu_highlight.svg \ themes/birthday_menu_normal.svg \ themes/europe_mainmenu.jpg \ themes/winter_mainmenu.jpg \ themes/winter_menu_highlight.svg \ themes/winter_menu_normal.svg \ themes/europe_menu_highlight.svg \ themes/europe_menu_normal.svg EXTRA_DIST = $(pixmap_DATA) $(tango_icons) $(man_MANS) $(themes_DATA) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu data/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mistelix.exe.config: $(top_builddir)/config.status $(srcdir)/mistelix.exe.config.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list=''; test -n "$(man1dir)" || exit 0; \ { for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ test -z "$$files" || { \ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } install-pixmapDATA: $(pixmap_DATA) @$(NORMAL_INSTALL) test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)" @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \ done uninstall-pixmapDATA: @$(NORMAL_UNINSTALL) @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(pixmapdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(pixmapdir)" && rm -f $$files install-themesDATA: $(themes_DATA) @$(NORMAL_INSTALL) test -z "$(themesdir)" || $(MKDIR_P) "$(DESTDIR)$(themesdir)" @list='$(themes_DATA)'; test -n "$(themesdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themesdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(themesdir)" || exit $$?; \ done uninstall-themesDATA: @$(NORMAL_UNINSTALL) @list='$(themes_DATA)'; test -n "$(themesdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ echo " ( cd '$(DESTDIR)$(themesdir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(themesdir)" && rm -f $$files tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @list='$(MANS)'; if test -n "$$list"; then \ list=`for p in $$list; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ if test -n "$$list" && \ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ echo " typically \`make maintainer-clean' will remove them" >&2; \ exit 1; \ else :; fi; \ else :; fi @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(MANS) $(DATA) installdirs: for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pixmapdir)" "$(DESTDIR)$(themesdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-data-local install-man install-pixmapDATA \ install-themesDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-man uninstall-pixmapDATA uninstall-themesDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook uninstall-man: uninstall-man1 .MAKE: install-am install-data-am install-strip uninstall-am .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-data-hook \ install-data-local install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-man1 install-pdf \ install-pdf-am install-pixmapDATA install-ps install-ps-am \ install-strip install-themesDATA installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am uninstall uninstall-am uninstall-hook uninstall-man \ uninstall-man1 uninstall-pixmapDATA uninstall-themesDATA install-data-local: @-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/scalable/apps $(INSTALL_DATA) $(srcdir)/mistelix.svg $(DESTDIR)$(hicolordir)/scalable/apps/mistelix.svg @-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/16x16/apps $(INSTALL_DATA) $(srcdir)/mistelix.png $(DESTDIR)$(hicolordir)/16x16/apps/mistelix.png @-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/32x32/apps $(INSTALL_DATA) $(srcdir)/mistelix.png $(DESTDIR)$(hicolordir)/32x32/apps/mistelix.png @-$(mkinstalldirs) $(DESTDIR)$(hicolordir)/48x48/apps $(INSTALL_DATA) $(srcdir)/mistelix.png $(DESTDIR)$(hicolordir)/48x48/apps/mistelix.png install-data-hook: @-if test -z "$(DESTDIR)"; then \ echo "Updating Gtk icon cache."; \ $(gtk_update_icon_cache); \ else \ echo "*** Icon cache not updated. After install, run this:"; \ echo "*** $(gtk_update_icon_cache)"; \ fi uninstall-hook: rm -f $(DESTDIR)$(hicolordir)/48x48/apps/mistelix.png rm -f $(DESTDIR)$(hicolordir)/32x32/apps/mistelix.png rm -f $(DESTDIR)$(hicolordir)/16x16/apps/mistelix.png rm -f $(DESTDIR)$(hicolordir)/scalable/apps/mistelix.svg # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: mistelix-0.33/data/mistelix.exe.config.in0000644000175000017500000000025611350176703020726 0ustar00jordijordi00000000000000 mistelix-0.33/data/mistelix.png0000644000175000017500000000350211246543334017057 0ustar00jordijordi00000000000000PNG  IHDR szz pHYs//tEXtSoftwarewww.inkscape.org<IDATXŗ{P.@eDrSML'hFQhv:v*I(Јm&idzh ^x)(B3q3*W-a'DF@3w3ss$&:[pseͬ nyd!񀞘'LF#A %&RVzՊ^ۍus $Z-ѱq9EQp:(Bu-DىszԪ9Ve@鈈dM E5UfϙûK/[ޡX@9~WQ|:!Bղf:-_L'$&.TI\Y٢M]4Y2'JU.<1O&aLt:K}ng-X0hOppZlƐdeבeK}ƹga EպtFG9\Y@֞lfiw/I EUIMæ .[m0y{3gneb(|olv͏^yKX]1?!LjAgn[CNH=`#R\ބmNDEy9r ^}{Pci90\Q ĥzy,ny&HX}~f!$!I1^ 0s^.I%]Y$X+C$<<ov;x XB(bL>>S+h7$Hv*'`0PW[ˡTW3i*\45wNޓ .7m&n^<:2};mmΛᓂS6__47ewve~= HYT_AK<$vzSXB 295U image/svg+xml mistelix-0.33/data/button-slideshow.svg0000644000175000017500000004373111246543334020556 0ustar00jordijordi00000000000000 image/svg+xml mistelix-0.33/data/button-dvd.svg0000644000175000017500000003036611246543334017332 0ustar00jordijordi00000000000000 image/svg+xml Removable drive Andreas Nilsson http://www.gnome.org Jakub Steiner mistelix-0.33/data/mistelix.10000644000175000017500000000111711246543334016433 0ustar00jordijordi00000000000000.TH MISTELIX 1 "March 18, 2009" .SH NAME mistelix \- graphical DVD authoring application .SH SYNOPSIS .B mistelix .SH DESCRIPTION .B mistelix is a DVD authoring application which also includes Theora slideshow creation capabilities. .PP For more information, see http://mistelix.org/. .SH BUGS Please report bugs at http://code.google.com/p/mistelix/issues/entry. .SH AUTHOR .B mistelix was written by Jordi Mas i Hernàndez . .PP This manual page was written by Siegfried-A. Gevatter Pujals for the Debian project (but may be used by others).