macbookprocvr-2:~ christophe$ sudo port -v install totem ---> Computing dependencies for totem. ---> Fetching archive for totem ---> totem-3.38.2_1+python310.darwin_17.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified ---> Attempting to fetch totem-3.38.2_1+python310.darwin_17.x86_64.tbz2 from http://packages.macports.org/totem % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch totem-3.38.2_1+python310.darwin_17.x86_64.tbz2 from http://nue.de.packages.macports.org/totem % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch totem-3.38.2_1+python310.darwin_17.x86_64.tbz2 from http://fra.de.packages.macports.org/totem % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Fetching distfiles for totem ---> totem-3.38.2.tar.xz does not exist in /opt/local/var/macports/distfiles/totem ---> Attempting to fetch totem-3.38.2.tar.xz from http://distfiles.macports.org/totem % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2139k 100 2139k 0 0 1531k 0 0:00:01 0:00:01 --:--:-- 1531k ---> Verifying checksums for totem ---> Checksumming totem-3.38.2.tar.xz ---> Extracting totem ---> Extracting totem-3.38.2.tar.xz Executing: cd "/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work" && /opt/local/bin/xz -dc '/opt/local/var/macports/distfiles/totem/totem-3.38.2.tar.xz' | /usr/bin/tar -xf - ---> Applying patches to totem ---> Applying patch-meson-0.61.0.diff Executing: cd "/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2" && /usr/bin/patch -p0 < '/opt/mports/macports-ports/gnome/totem/files/patch-meson-0.61.0.diff' patching file data/appdata/meson.build patching file data/meson.build ---> Configuring totem Executing: cd "/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2" && /opt/local/bin/meson setup --prefix=/opt/local -Denable-easy-codec-installation=yes -Dwith-plugins=auto -Denable-python=yes -Denable-gtk-doc=true /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2 /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build --wrap-mode=default The Meson build system Version: 1.4.0 Source dir: /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2 Build dir: /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build Build type: native build Project name: totem Project version: 3.38.2 C compiler for the host machine: /usr/bin/clang (clang 10.0.0 "Apple LLVM version 10.0.0 (clang-1000.10.44.4)") C linker for the host machine: /usr/bin/clang ld64 409.12 Host machine cpu family: x86_64 Host machine cpu: x86_64 Compiler for C supports arguments -fno-strict-aliasing: YES Compiler for C supports arguments -Wcast-align: YES Compiler for C supports arguments -Wmissing-declarations: YES Compiler for C supports arguments -Wmissing-prototypes: YES Compiler for C supports arguments -Wnested-externs: YES Compiler for C supports arguments -Wpointer-arith: YES Compiler for C supports arguments -Werror=format=2: YES Compiler for C supports arguments -Werror=implicit-function-declaration: YES Compiler for C supports arguments -Werror=init-self: YES Compiler for C supports arguments -Werror=missing-include-dirs: YES Compiler for C supports arguments -Werror=missing-prototypes: YES Compiler for C supports arguments -Werror=pointer-arith: YES Compiler for C supports arguments -Werror=return-type: YES Compiler for C supports arguments -Wstrict-prototypes: YES Found pkg-config: YES (/opt/local/bin/pkg-config) 0.29.2 Run-time dependency glib-2.0 found: YES 2.78.4 Run-time dependency gobject-2.0 found: YES 2.78.4 Run-time dependency gio-2.0 found: YES 2.78.4 Run-time dependency gtk+-3.0 found: YES 3.24.38 Run-time dependency gstreamer-1.0 found: YES 1.16.2 Run-time dependency gstreamer-tag-1.0 found: YES 1.16.2 Run-time dependency gstreamer-video-1.0 found: YES 1.16.2 Run-time dependency gstreamer-pbutils-1.0 found: YES 1.16.2 Run-time dependency libpeas-1.0 found: YES 1.32.0 Run-time dependency libpeas-gtk-1.0 found: YES 1.32.0 Run-time dependency totem-plparser found: YES 3.26.6 Run-time dependency clutter-gtk-1.0 found: YES 1.8.4 Library m found: YES Executing subproject libgd libgd| Project name: libgd libgd| Project version: undefined libgd| C compiler for the host machine: /usr/bin/clang (clang 10.0.0 "Apple LLVM version 10.0.0 (clang-1000.10.44.4)") libgd| C linker for the host machine: /usr/bin/clang ld64 409.12 libgd| Dependency gtk+-3.0 found: YES 3.24.38 (cached) libgd| Library m found: YES libgd| Build targets in project: 1 libgd| Subproject libgd finished. Run-time dependency gobject-introspection-1.0 found: YES 1.78.1 Program python3 found: YES (/opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/python3) WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300 Run-time dependency pygobject-3.0 found: YES 3.46.0 Program pylint found: YES (/opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/pylint) Configuring config.h using configuration Program msgfmt found: YES (/opt/local/bin/msgfmt) Program msginit found: YES (/opt/local/bin/msginit) Program msgmerge found: YES (/opt/local/bin/msgmerge) Program xgettext found: YES (/opt/local/bin/xgettext) Program appstream-util found: YES (/opt/local/bin/appstream-util) Program desktop.sh found: YES (/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/desktop.sh) Program thumbnailer.sh found: YES (/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/thumbnailer.sh) Program mime-type-include.sh found: YES (/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/mime-type-include.sh) Program mime-type-imports.sh found: YES (/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/mime-type-imports.sh) Program uri-scheme-include.sh found: YES (/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/uri-scheme-include.sh) Program pod2man found: YES (/opt/local/bin/pod2man) Configuring org.gnome.Totem.desktop.in using configuration Program desktop-file-validate found: YES (/opt/local/bin/desktop-file-validate) Configuring org.gnome.Totem.service using configuration Configuring totem.thumbnailer using configuration Configuring org.gnome.totem.gschema.xml using configuration Program glib-compile-schemas found: YES (/opt/local/bin/glib-compile-schemas) Program itstool found: YES (/opt/local/bin/itstool) Program msgmerge found: YES (/opt/local/bin/msgmerge) Program msgfmt found: YES (/opt/local/bin/msgfmt) Run-time dependency gdk-pixbuf-2.0 found: YES 2.42.10 Program gst-inspect-1.0 found: YES (/opt/local/bin/gst-inspect-1.0) Dependency glib-2.0 found: YES 2.78.4 (cached) Program /opt/local/bin/glib-mkenums found: YES (/opt/local/bin/glib-mkenums) Dependency glib-2.0 found: YES 2.78.4 (cached) Program /opt/local/bin/glib-mkenums found: YES (/opt/local/bin/glib-mkenums) Run-time dependency gstreamer-base-1.0 found: YES 1.16.2 Run-time dependency gstreamer-plugins-base-1.0 found: YES 1.16.2 Run-time dependency gstreamer-audio-1.0 found: YES 1.16.2 Run-time dependency clutter-1.0 found: YES 1.26.4 Run-time dependency clutter-gst-3.0 found: YES 3.0.27 Run-time dependency cairo found: YES 1.17.6 Run-time dependency gsettings-desktop-schemas found: YES 3.38.0 Dependency glib-2.0 found: YES 2.78.4 (cached) Program /opt/local/bin/glib-mkenums found: YES (/opt/local/bin/glib-mkenums) Run-time dependency gmodule-2.0 found: YES 2.78.4 Run-time dependency grilo-0.3 found: YES 0.3.14 Run-time dependency grilo-pls-0.3 found: YES 0.3.14 Run-time dependency gnome-desktop-3.0 found: YES 3.38.9 Dependency gio-2.0 found: YES 2.78.4 (cached) Program /opt/local/bin/glib-compile-resources found: YES (/opt/local/bin/glib-compile-resources) Run-time dependency gdk-3.0 found: YES 3.24.38 Dependency gobject-introspection-1.0 found: YES 1.78.1 (cached) Dependency gobject-introspection-1.0 found: YES 1.78.1 (cached) Program /opt/local/bin/g-ir-scanner found: YES (/opt/local/bin/g-ir-scanner) Dependency gobject-introspection-1.0 found: YES 1.78.1 (cached) Program /opt/local/bin/g-ir-compiler found: YES (/opt/local/bin/g-ir-compiler) Program msgfmt found: YES (/opt/local/bin/msgfmt) Dependency gio-2.0 found: YES 2.78.4 (cached) Program /opt/local/bin/glib-compile-resources found: YES (/opt/local/bin/glib-compile-resources) Compiler for C supports arguments -Wno-error=format-nonliteral: YES Compiler for C supports arguments -Wno-format-nonliteral: YES Configuring org.gnome.totem.plugins.opensubtitles.gschema.xml using configuration Configuring org.gnome.totem.plugins.pythonconsole.gschema.xml using configuration Configuring version.xml using configuration Program gtkdoc-scan found: YES (/opt/local/bin/gtkdoc-scan) Program gtkdoc-scangobj found: YES (/opt/local/bin/gtkdoc-scangobj) Program gtkdoc-mkdb found: YES (/opt/local/bin/gtkdoc-mkdb) Program gtkdoc-mkhtml found: YES (/opt/local/bin/gtkdoc-mkhtml) Program gtkdoc-fixxref found: YES (/opt/local/bin/gtkdoc-fixxref) Program check-news.sh found: YES (/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/check-news.sh) Program remove-flatpak-dist.sh found: YES (/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/remove-flatpak-dist.sh) Message: Totem was configured with the following options: Message: ** Using the GStreamer-1.0 backend Message: Development build disabled Message: ** Easy codec installation support enabled Message: ** Python plugin support enabled Message: ** apple-trailers plugin enabled Message: ** autoload-subtitles plugin enabled Message: ** dbusservice plugin enabled Message: ** im-status plugin enabled Message: ** media-player-keys plugin enabled Message: ** open-directory plugin enabled Message: ** opensubtitles plugin enabled Message: ** properties plugin enabled Message: ** pythonconsole plugin enabled Message: ** recent plugin enabled Message: ** rotation plugin enabled Message: ** samplepython plugin enabled Message: ** save-file plugin enabled Message: ** screensaver plugin enabled Message: ** screenshot plugin enabled Message: ** skipto plugin enabled Message: ** variable-rate plugin enabled Message: ** vimeo plugin enabled Message: End options Build targets in project: 258 NOTICE: Future-deprecated features used: * 0.55.0: {'ExternalProgram.path'} * 0.56.0: {'dependency.get_pkgconfig_variable', 'meson.source_root'} totem 3.38.2 Subprojects libgd : YES User defined options prefix : /opt/local wrap_mode : default enable-easy-codec-installation: yes enable-gtk-doc : true enable-python : yes with-plugins : auto Found ninja-1.11.1 at /opt/local/bin/ninja ---> Building totem Executing: cd "/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build" && /opt/local/bin/ninja -j4 -v [1/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-types-catalog.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-types-catalog.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-types-catalog.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-types-catalog.c [2/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-entry-focus-hack.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-entry-focus-hack.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-entry-focus-hack.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-entry-focus-hack.c ../totem-3.38.2/subprojects/libgd/libgd/gd-entry-focus-hack.c:33:20: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] device_manager = gdk_display_get_device_manager (gtk_widget_get_display (widget)); ^ /opt/local/include/gtk-3.0/gdk/gdkdisplay.h:170:1: note: 'gdk_display_get_device_manager' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_20_FOR(gdk_display_get_default_seat) ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:399:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20_FOR' # define GDK_DEPRECATED_IN_3_20_FOR(f) GDK_DEPRECATED_FOR(f) ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-entry-focus-hack.c:34:13: warning: 'gdk_device_manager_list_devices' is deprecated [-Wdeprecated-declarations] devices = gdk_device_manager_list_devices (device_manager, GDK_DEVICE_TYPE_MASTER); ^ /opt/local/include/gtk-3.0/gdk/gdkdevicemanager.h:40:1: note: 'gdk_device_manager_list_devices' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_20 ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:398:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20' # define GDK_DEPRECATED_IN_3_20 GDK_DEPRECATED ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-entry-focus-hack.c:35:37: warning: 'gdk_device_manager_list_devices' is deprecated [-Wdeprecated-declarations] devices = g_list_concat (devices, gdk_device_manager_list_devices (device_manager, GDK_DEVICE_TYPE_SLAVE)); ^ /opt/local/include/gtk-3.0/gdk/gdkdevicemanager.h:40:1: note: 'gdk_device_manager_list_devices' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_20 ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:398:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20' # define GDK_DEPRECATED_IN_3_20 GDK_DEPRECATED ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-entry-focus-hack.c:36:37: warning: 'gdk_device_manager_list_devices' is deprecated [-Wdeprecated-declarations] devices = g_list_concat (devices, gdk_device_manager_list_devices (device_manager, GDK_DEVICE_TYPE_FLOATING)); ^ /opt/local/include/gtk-3.0/gdk/gdkdevicemanager.h:40:1: note: 'gdk_device_manager_list_devices' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_20 ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:398:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20' # define GDK_DEPRECATED_IN_3_20 GDK_DEPRECATED ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 4 warnings generated. [3/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-icon-utils.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-icon-utils.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-icon-utils.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-icon-utils.c [4/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-main-view-generic.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-main-view-generic.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-main-view-generic.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-main-view-generic.c [5/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-styled-text-renderer.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-styled-text-renderer.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-styled-text-renderer.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-styled-text-renderer.c ../totem-3.38.2/subprojects/libgd/libgd/gd-styled-text-renderer.c:82:3: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (GdStyledTextRendererPrivate)); ^ /opt/local/include/glib-2.0/gobject/gtype.h:1494:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-styled-text-renderer.c:88:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, GD_TYPE_STYLED_TEXT_RENDERER, ^ /opt/local/include/glib-2.0/gobject/gtype.h:686:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1299:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1296:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :118:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ 2 warnings generated. [6/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-toggle-pixbuf-renderer.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-toggle-pixbuf-renderer.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-toggle-pixbuf-renderer.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c ../totem-3.38.2/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c:107:3: warning: 'gtk_paint_spinner' is deprecated: Use 'GtkStyleContext and gtk_render_icon' instead [-Wdeprecated-declarations] gtk_paint_spinner (gtk_widget_get_style (widget), ^ /opt/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:693:1: note: 'gtk_paint_spinner' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext and gtk_render_icon) ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c:107:22: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] gtk_paint_spinner (gtk_widget_get_style (widget), ^ /opt/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h:741:1: note: 'gtk_widget_get_style' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_style_context) ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR' # define GDK_DEPRECATED_IN_3_0_FOR(f) GDK_DEPRECATED_FOR(f) ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c:109:22: warning: implicit conversion from enumeration type 'GtkStateFlags' to different enumeration type 'GtkStateType' [-Wenum-conversion] GTK_STATE_FLAG_ACTIVE, ^~~~~~~~~~~~~~~~~~~~~ ../totem-3.38.2/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c:253:3: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (GdTogglePixbufRendererPrivate)); ^ /opt/local/include/glib-2.0/gobject/gtype.h:1494:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-toggle-pixbuf-renderer.c:260:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, GD_TYPE_TOGGLE_PIXBUF_RENDERER, ^ /opt/local/include/glib-2.0/gobject/gtype.h:686:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1299:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1296:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :122:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ 5 warnings generated. [7/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-main-icon-view.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-main-icon-view.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-main-icon-view.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-main-icon-view.c ../totem-3.38.2/subprojects/libgd/libgd/gd-main-icon-view.c:309:4: warning: 'gtk_style_context_get_border_color' is deprecated: Use 'gtk_render_frame' instead [-Wdeprecated-declarations] gtk_style_context_get_border_color (context, ^ /opt/local/include/gtk-3.0/gtk/gtkstylecontext.h:1204:1: note: 'gtk_style_context_get_border_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16_FOR(gtk_render_frame) ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR' # define GDK_DEPRECATED_IN_3_16_FOR(f) GDK_DEPRECATED_FOR(f) ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. [8/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-two-lines-renderer.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-two-lines-renderer.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-two-lines-renderer.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-two-lines-renderer.c ../totem-3.38.2/subprojects/libgd/libgd/gd-two-lines-renderer.c:329:60: warning: implicit conversion from enumeration type 'GtkCellRendererState' to different enumeration type 'GtkStateFlags' [-Wenum-conversion] apply_subtitle_style_to_layout (context, layout_two, flags); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~ ../totem-3.38.2/subprojects/libgd/libgd/gd-two-lines-renderer.c:613:3: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (GdTwoLinesRendererPrivate)); ^ /opt/local/include/glib-2.0/gobject/gtype.h:1494:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-two-lines-renderer.c:620:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, GD_TYPE_TWO_LINES_RENDERER, ^ /opt/local/include/glib-2.0/gobject/gtype.h:686:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1299:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1296:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :122:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ 3 warnings generated. [9/306] /opt/local/bin/msgfmt -o po/af/LC_MESSAGES/totem.mo ../totem-3.38.2/po/af.po [10/306] /opt/local/bin/msgfmt -o po/am/LC_MESSAGES/totem.mo ../totem-3.38.2/po/am.po [11/306] /opt/local/bin/msgfmt -o po/ar/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ar.po [12/306] /opt/local/bin/msgfmt -o po/as/LC_MESSAGES/totem.mo ../totem-3.38.2/po/as.po [13/306] /opt/local/bin/msgfmt -o po/ast/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ast.po [14/306] /opt/local/bin/msgfmt -o po/az/LC_MESSAGES/totem.mo ../totem-3.38.2/po/az.po [15/306] /opt/local/bin/msgfmt -o po/be/LC_MESSAGES/totem.mo ../totem-3.38.2/po/be.po [16/306] /opt/local/bin/msgfmt -o po/be@latin/LC_MESSAGES/totem.mo ../totem-3.38.2/po/be@latin.po [17/306] /opt/local/bin/msgfmt -o po/bg/LC_MESSAGES/totem.mo ../totem-3.38.2/po/bg.po [18/306] /opt/local/bin/msgfmt -o po/bn/LC_MESSAGES/totem.mo ../totem-3.38.2/po/bn.po [19/306] /opt/local/bin/msgfmt -o po/bn_IN/LC_MESSAGES/totem.mo ../totem-3.38.2/po/bn_IN.po [20/306] /opt/local/bin/msgfmt -o po/bs/LC_MESSAGES/totem.mo ../totem-3.38.2/po/bs.po [21/306] /opt/local/bin/msgfmt -o po/ca/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ca.po [22/306] /opt/local/bin/msgfmt -o po/ca@valencia/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ca@valencia.po [23/306] /opt/local/bin/msgfmt -o po/crh/LC_MESSAGES/totem.mo ../totem-3.38.2/po/crh.po [24/306] /opt/local/bin/msgfmt -o po/cs/LC_MESSAGES/totem.mo ../totem-3.38.2/po/cs.po [25/306] /opt/local/bin/msgfmt -o po/cy/LC_MESSAGES/totem.mo ../totem-3.38.2/po/cy.po [26/306] /opt/local/bin/msgfmt -o po/da/LC_MESSAGES/totem.mo ../totem-3.38.2/po/da.po [27/306] /opt/local/bin/msgfmt -o po/de/LC_MESSAGES/totem.mo ../totem-3.38.2/po/de.po [28/306] /opt/local/bin/msgfmt -o po/dz/LC_MESSAGES/totem.mo ../totem-3.38.2/po/dz.po [29/306] /opt/local/bin/msgfmt -o po/el/LC_MESSAGES/totem.mo ../totem-3.38.2/po/el.po [30/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-main-list-view.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-main-list-view.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-main-list-view.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-main-list-view.c ../totem-3.38.2/subprojects/libgd/libgd/gd-main-list-view.c:187:3: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (GdMainListViewPrivate)); ^ /opt/local/include/glib-2.0/gobject/gtype.h:1494:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-main-list-view.c:213:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, GD_TYPE_MAIN_LIST_VIEW, GdMainListViewPrivate); ^ /opt/local/include/glib-2.0/gobject/gtype.h:686:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1299:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1296:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :126:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ 2 warnings generated. [31/306] /opt/local/bin/msgfmt -o po/en_CA/LC_MESSAGES/totem.mo ../totem-3.38.2/po/en_CA.po [32/306] /opt/local/bin/msgfmt -o po/en_GB/LC_MESSAGES/totem.mo ../totem-3.38.2/po/en_GB.po [33/306] /opt/local/bin/msgfmt -o po/en@shaw/LC_MESSAGES/totem.mo ../totem-3.38.2/po/en@shaw.po [34/306] /opt/local/bin/msgfmt -o po/eo/LC_MESSAGES/totem.mo ../totem-3.38.2/po/eo.po [35/306] /opt/local/bin/msgfmt -o po/es/LC_MESSAGES/totem.mo ../totem-3.38.2/po/es.po [36/306] /opt/local/bin/msgfmt -o po/et/LC_MESSAGES/totem.mo ../totem-3.38.2/po/et.po [37/306] /opt/local/bin/msgfmt -o po/eu/LC_MESSAGES/totem.mo ../totem-3.38.2/po/eu.po [38/306] /opt/local/bin/msgfmt -o po/fa/LC_MESSAGES/totem.mo ../totem-3.38.2/po/fa.po [39/306] /opt/local/bin/msgfmt -o po/fi/LC_MESSAGES/totem.mo ../totem-3.38.2/po/fi.po [40/306] /opt/local/bin/msgfmt -o po/fr/LC_MESSAGES/totem.mo ../totem-3.38.2/po/fr.po [41/306] /opt/local/bin/msgfmt -o po/fur/LC_MESSAGES/totem.mo ../totem-3.38.2/po/fur.po [42/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-main-view.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-main-view.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-main-view.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-main-view.c [43/306] /opt/local/bin/msgfmt -o po/ga/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ga.po [44/306] /opt/local/bin/msgfmt -o po/gd/LC_MESSAGES/totem.mo ../totem-3.38.2/po/gd.po [45/306] /opt/local/bin/msgfmt -o po/gl/LC_MESSAGES/totem.mo ../totem-3.38.2/po/gl.po [46/306] /opt/local/bin/msgfmt -o po/gu/LC_MESSAGES/totem.mo ../totem-3.38.2/po/gu.po [47/306] /opt/local/bin/msgfmt -o po/gv/LC_MESSAGES/totem.mo ../totem-3.38.2/po/gv.po [48/306] /opt/local/bin/msgfmt -o po/he/LC_MESSAGES/totem.mo ../totem-3.38.2/po/he.po [49/306] /opt/local/bin/msgfmt -o po/hi/LC_MESSAGES/totem.mo ../totem-3.38.2/po/hi.po [50/306] /opt/local/bin/msgfmt -o po/hr/LC_MESSAGES/totem.mo ../totem-3.38.2/po/hr.po [51/306] /opt/local/bin/msgfmt -o po/hu/LC_MESSAGES/totem.mo ../totem-3.38.2/po/hu.po [52/306] /opt/local/bin/msgfmt -o po/id/LC_MESSAGES/totem.mo ../totem-3.38.2/po/id.po [53/306] /opt/local/bin/msgfmt -o po/is/LC_MESSAGES/totem.mo ../totem-3.38.2/po/is.po [54/306] /opt/local/bin/msgfmt -o po/it/LC_MESSAGES/totem.mo ../totem-3.38.2/po/it.po [55/306] /opt/local/bin/msgfmt -o po/ja/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ja.po [56/306] /usr/bin/clang -Isubprojects/libgd/libgd/libgd.a.p -Isubprojects/libgd/libgd -I../totem-3.38.2/subprojects/libgd/libgd -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 '-DG_LOG_DOMAIN="libgd"' -DG_DISABLE_DEPRECATED -MD -MQ subprojects/libgd/libgd/libgd.a.p/gd-tagged-entry.c.o -MF subprojects/libgd/libgd/libgd.a.p/gd-tagged-entry.c.o.d -o subprojects/libgd/libgd/libgd.a.p/gd-tagged-entry.c.o -c ../totem-3.38.2/subprojects/libgd/libgd/gd-tagged-entry.c ../totem-3.38.2/subprojects/libgd/libgd/gd-tagged-entry.c:874:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, GD_TYPE_TAGGED_ENTRY, GdTaggedEntryPrivate); ^ /opt/local/include/glib-2.0/gobject/gtype.h:686:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1299:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1296:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :65:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-tagged-entry.c:960:3: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (GdTaggedEntryPrivate)); ^ /opt/local/include/glib-2.0/gobject/gtype.h:1494:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-tagged-entry.c:969:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, GD_TYPE_TAGGED_ENTRY_TAG, GdTaggedEntryTagPrivate); ^ /opt/local/include/glib-2.0/gobject/gtype.h:686:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1299:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1296:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :74:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ ../totem-3.38.2/subprojects/libgd/libgd/gd-tagged-entry.c:1062:3: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (GdTaggedEntryTagPrivate)); ^ /opt/local/include/glib-2.0/gobject/gtype.h:1494:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /opt/local/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 4 warnings generated. [57/306] /opt/local/bin/msgfmt -o po/kab/LC_MESSAGES/totem.mo ../totem-3.38.2/po/kab.po [58/306] /opt/local/bin/msgfmt -o po/ka/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ka.po [59/306] /opt/local/bin/msgfmt -o po/kk/LC_MESSAGES/totem.mo ../totem-3.38.2/po/kk.po [60/306] /opt/local/bin/msgfmt -o po/kn/LC_MESSAGES/totem.mo ../totem-3.38.2/po/kn.po [61/306] /opt/local/bin/msgfmt -o po/km/LC_MESSAGES/totem.mo ../totem-3.38.2/po/km.po [62/306] rm -f subprojects/libgd/libgd/libgd.a && ar csr subprojects/libgd/libgd/libgd.a subprojects/libgd/libgd/libgd.a.p/gd-types-catalog.c.o subprojects/libgd/libgd/libgd.a.p/gd-entry-focus-hack.c.o subprojects/libgd/libgd/libgd.a.p/gd-icon-utils.c.o subprojects/libgd/libgd/libgd.a.p/gd-main-view-generic.c.o subprojects/libgd/libgd/libgd.a.p/gd-styled-text-renderer.c.o subprojects/libgd/libgd/libgd.a.p/gd-two-lines-renderer.c.o subprojects/libgd/libgd/libgd.a.p/gd-main-icon-view.c.o subprojects/libgd/libgd/libgd.a.p/gd-toggle-pixbuf-renderer.c.o subprojects/libgd/libgd/libgd.a.p/gd-main-list-view.c.o subprojects/libgd/libgd/libgd.a.p/gd-main-view.c.o subprojects/libgd/libgd/libgd.a.p/gd-tagged-entry.c.o && ranlib -c subprojects/libgd/libgd/libgd.a [63/306] /opt/local/bin/msgfmt -o po/ko/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ko.po [64/306] /opt/local/bin/msgfmt -o po/ku/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ku.po [65/306] /opt/local/bin/msgfmt -o po/ky/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ky.po [66/306] /opt/local/bin/msgfmt -o po/lt/LC_MESSAGES/totem.mo ../totem-3.38.2/po/lt.po [67/306] /opt/local/bin/msgfmt -o po/lv/LC_MESSAGES/totem.mo ../totem-3.38.2/po/lv.po [68/306] /opt/local/bin/msgfmt -o po/mai/LC_MESSAGES/totem.mo ../totem-3.38.2/po/mai.po [69/306] /opt/local/bin/msgfmt -o po/mjw/LC_MESSAGES/totem.mo ../totem-3.38.2/po/mjw.po [70/306] /opt/local/bin/msgfmt -o po/mg/LC_MESSAGES/totem.mo ../totem-3.38.2/po/mg.po [71/306] /opt/local/bin/msgfmt -o po/mk/LC_MESSAGES/totem.mo ../totem-3.38.2/po/mk.po [72/306] /opt/local/bin/msgfmt -o po/ml/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ml.po [73/306] /opt/local/bin/msgfmt -o po/mr/LC_MESSAGES/totem.mo ../totem-3.38.2/po/mr.po [74/306] /opt/local/bin/msgfmt -o po/ms/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ms.po [75/306] /opt/local/bin/msgfmt -o po/my/LC_MESSAGES/totem.mo ../totem-3.38.2/po/my.po [76/306] /opt/local/bin/msgfmt -o po/nb/LC_MESSAGES/totem.mo ../totem-3.38.2/po/nb.po [77/306] /opt/local/bin/msgfmt -o po/ne/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ne.po [78/306] /opt/local/bin/msgfmt -o po/nl/LC_MESSAGES/totem.mo ../totem-3.38.2/po/nl.po [79/306] /opt/local/bin/msgfmt -o po/nn/LC_MESSAGES/totem.mo ../totem-3.38.2/po/nn.po [80/306] /opt/local/bin/msgfmt -o po/oc/LC_MESSAGES/totem.mo ../totem-3.38.2/po/oc.po [81/306] /opt/local/bin/msgfmt -o po/pl/LC_MESSAGES/totem.mo ../totem-3.38.2/po/pl.po [82/306] /opt/local/bin/msgfmt -o po/or/LC_MESSAGES/totem.mo ../totem-3.38.2/po/or.po [83/306] /opt/local/bin/msgfmt -o po/pa/LC_MESSAGES/totem.mo ../totem-3.38.2/po/pa.po [84/306] /opt/local/bin/msgfmt -o po/pt_BR/LC_MESSAGES/totem.mo ../totem-3.38.2/po/pt_BR.po [85/306] /opt/local/bin/msgfmt -o po/ro/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ro.po [86/306] /opt/local/bin/msgfmt -o po/pt/LC_MESSAGES/totem.mo ../totem-3.38.2/po/pt.po [87/306] /opt/local/bin/msgfmt -o po/ru/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ru.po [88/306] /opt/local/bin/msgfmt -o po/rw/LC_MESSAGES/totem.mo ../totem-3.38.2/po/rw.po [89/306] /opt/local/bin/msgfmt -o po/sk/LC_MESSAGES/totem.mo ../totem-3.38.2/po/sk.po [90/306] /opt/local/bin/msgfmt -o po/sl/LC_MESSAGES/totem.mo ../totem-3.38.2/po/sl.po [91/306] /opt/local/bin/msgfmt -o po/si/LC_MESSAGES/totem.mo ../totem-3.38.2/po/si.po [92/306] /opt/local/bin/msgfmt -o po/sq/LC_MESSAGES/totem.mo ../totem-3.38.2/po/sq.po [93/306] /opt/local/bin/msgfmt -o po/sr/LC_MESSAGES/totem.mo ../totem-3.38.2/po/sr.po [94/306] /opt/local/bin/msgfmt -o po/sv/LC_MESSAGES/totem.mo ../totem-3.38.2/po/sv.po [95/306] /opt/local/bin/msgfmt -o po/sr@latin/LC_MESSAGES/totem.mo ../totem-3.38.2/po/sr@latin.po [96/306] /opt/local/bin/msgfmt -o po/te/LC_MESSAGES/totem.mo ../totem-3.38.2/po/te.po [97/306] /opt/local/bin/msgfmt -o po/ta/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ta.po [98/306] /opt/local/bin/msgfmt -o po/tg/LC_MESSAGES/totem.mo ../totem-3.38.2/po/tg.po [99/306] /opt/local/bin/msgfmt -o po/th/LC_MESSAGES/totem.mo ../totem-3.38.2/po/th.po [100/306] /opt/local/bin/msgfmt -o po/uk/LC_MESSAGES/totem.mo ../totem-3.38.2/po/uk.po [101/306] /opt/local/bin/msgfmt -o po/tr/LC_MESSAGES/totem.mo ../totem-3.38.2/po/tr.po [102/306] /opt/local/bin/msgfmt -o po/ug/LC_MESSAGES/totem.mo ../totem-3.38.2/po/ug.po [103/306] /opt/local/bin/msgfmt -o po/vi/LC_MESSAGES/totem.mo ../totem-3.38.2/po/vi.po [104/306] /opt/local/bin/msgfmt -o po/xh/LC_MESSAGES/totem.mo ../totem-3.38.2/po/xh.po [105/306] /opt/local/bin/msgfmt -o po/wa/LC_MESSAGES/totem.mo ../totem-3.38.2/po/wa.po [106/306] /opt/local/bin/msgfmt -o po/zh_CN/LC_MESSAGES/totem.mo ../totem-3.38.2/po/zh_CN.po [107/306] /opt/local/bin/msgfmt -o po/zh_HK/LC_MESSAGES/totem.mo ../totem-3.38.2/po/zh_HK.po [108/306] /opt/local/bin/msgfmt -o po/zh_TW/LC_MESSAGES/totem.mo ../totem-3.38.2/po/zh_TW.po [109/306] /opt/local/bin/msgfmt -o po/zu/LC_MESSAGES/totem.mo ../totem-3.38.2/po/zu.po [110/306] /opt/local/bin/pod2man -c '""' -s 1 -q none -n totem-video-thumbnailer -r GNOME ../totem-3.38.2/data/totem-video-thumbnailer.pod data/totem-video-thumbnailer.1 [111/306] /opt/local/bin/meson --internal exe --capture data/totem-mime-types.h -- /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/mime-type-include.sh ../totem-3.38.2/data/mime-type-list.txt [112/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/bg/bg.po -o help/bg/totem-bg.gmo [113/306] /opt/local/bin/meson --internal exe --capture data/totem-uri-schemes.h -- /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/uri-scheme-include.sh ../totem-3.38.2/data/uri-schemes-list.txt [114/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/ca/ca.po -o help/ca/totem-ca.gmo [115/306] /opt/local/bin/itstool -m help/bg/totem-bg.gmo --lang bg -o help/bg ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [116/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/cs/cs.po -o help/cs/totem-cs.gmo [117/306] /opt/local/bin/itstool -m help/ca/totem-ca.gmo --lang ca -o help/ca ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [118/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/da/da.po -o help/da/totem-da.gmo [119/306] /opt/local/bin/meson --internal msgfmthelper --msgfmt=/opt/local/bin/msgfmt ../totem-3.38.2/data/appdata/org.gnome.Totem.appdata.xml.in data/appdata/org.gnome.Totem.appdata.xml xml /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po [120/306] /opt/local/bin/meson --internal msgfmthelper --msgfmt=/opt/local/bin/msgfmt data/org.gnome.Totem.desktop.in data/org.gnome.Totem.desktop desktop /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po [121/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/de/de.po -o help/de/totem-de.gmo [122/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/el/el.po -o help/el/totem-el.gmo [123/306] /opt/local/bin/itstool -m help/cs/totem-cs.gmo --lang cs -o help/cs ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [124/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/en_GB/en_GB.po -o help/en_GB/totem-en_GB.gmo [125/306] /opt/local/bin/itstool -m help/da/totem-da.gmo --lang da -o help/da ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [126/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/es/es.po -o help/es/totem-es.gmo [127/306] /opt/local/bin/itstool -m help/el/totem-el.gmo --lang el -o help/el ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [128/306] /opt/local/bin/itstool -m help/de/totem-de.gmo --lang de -o help/de ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [129/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/eu/eu.po -o help/eu/totem-eu.gmo [130/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/fi/fi.po -o help/fi/totem-fi.gmo [131/306] /opt/local/bin/itstool -m help/en_GB/totem-en_GB.gmo --lang en_GB -o help/en_GB ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [132/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/fr/fr.po -o help/fr/totem-fr.gmo [133/306] /opt/local/bin/itstool -m help/es/totem-es.gmo --lang es -o help/es ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [134/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/gl/gl.po -o help/gl/totem-gl.gmo [135/306] /opt/local/bin/itstool -m help/eu/totem-eu.gmo --lang eu -o help/eu ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [136/306] /opt/local/bin/itstool -m help/fi/totem-fi.gmo --lang fi -o help/fi ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [137/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/hr/hr.po -o help/hr/totem-hr.gmo [138/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/hu/hu.po -o help/hu/totem-hu.gmo [139/306] /opt/local/bin/itstool -m help/fr/totem-fr.gmo --lang fr -o help/fr ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [140/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/id/id.po -o help/id/totem-id.gmo [141/306] /opt/local/bin/itstool -m help/gl/totem-gl.gmo --lang gl -o help/gl ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [142/306] /opt/local/bin/itstool -m help/hr/totem-hr.gmo --lang hr -o help/hr ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [143/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/it/it.po -o help/it/totem-it.gmo [144/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/ja/ja.po -o help/ja/totem-ja.gmo [145/306] /opt/local/bin/itstool -m help/hu/totem-hu.gmo --lang hu -o help/hu ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [146/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/nb/nb.po -o help/nb/totem-nb.gmo [147/306] /opt/local/bin/itstool -m help/id/totem-id.gmo --lang id -o help/id ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [148/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/oc/oc.po -o help/oc/totem-oc.gmo [149/306] /opt/local/bin/itstool -m help/it/totem-it.gmo --lang it -o help/it ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [150/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/pa/pa.po -o help/pa/totem-pa.gmo [151/306] /opt/local/bin/itstool -m help/ja/totem-ja.gmo --lang ja -o help/ja ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [152/306] /opt/local/bin/itstool -m help/nb/totem-nb.gmo --lang nb -o help/nb ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [153/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/pl/pl.po -o help/pl/totem-pl.gmo [154/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/pt_BR/pt_BR.po -o help/pt_BR/totem-pt_BR.gmo [155/306] /opt/local/bin/itstool -m help/oc/totem-oc.gmo --lang oc -o help/oc ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [156/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/ro/ro.po -o help/ro/totem-ro.gmo [157/306] /opt/local/bin/itstool -m help/pa/totem-pa.gmo --lang pa -o help/pa ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [158/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/ru/ru.po -o help/ru/totem-ru.gmo [159/306] /opt/local/bin/itstool -m help/pl/totem-pl.gmo --lang pl -o help/pl ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [160/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/sl/sl.po -o help/sl/totem-sl.gmo [161/306] /opt/local/bin/itstool -m help/pt_BR/totem-pt_BR.gmo --lang pt_BR -o help/pt_BR ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [162/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/sv/sv.po -o help/sv/totem-sv.gmo [163/306] /opt/local/bin/itstool -m help/ro/totem-ro.gmo --lang ro -o help/ro ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [164/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/te/te.po -o help/te/totem-te.gmo [165/306] /opt/local/bin/itstool -m help/ru/totem-ru.gmo --lang ru -o help/ru ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [166/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/uk/uk.po -o help/uk/totem-uk.gmo [167/306] /opt/local/bin/itstool -m help/sl/totem-sl.gmo --lang sl -o help/sl ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [168/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/zh_CN/zh_CN.po -o help/zh_CN/totem-zh_CN.gmo [169/306] /opt/local/bin/itstool -m help/te/totem-te.gmo --lang te -o help/te ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [170/306] /opt/local/bin/itstool -m help/sv/totem-sv.gmo --lang sv -o help/sv ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [171/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/zh_HK/zh_HK.po -o help/zh_HK/totem-zh_HK.gmo [172/306] /opt/local/bin/msgfmt ../totem-3.38.2/help/zh_TW/zh_TW.po -o help/zh_TW/totem-zh_TW.gmo [173/306] /opt/local/bin/itstool -m help/uk/totem-uk.gmo --lang uk -o help/uk ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [174/306] /opt/local/bin/itstool -m help/zh_CN/totem-zh_CN.gmo --lang zh_CN -o help/zh_CN ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [175/306] /opt/local/bin/itstool -m help/zh_HK/totem-zh_HK.gmo --lang zh_HK -o help/zh_HK ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [176/306] /opt/local/bin/itstool -m help/zh_TW/totem-zh_TW.gmo --lang zh_TW -o help/zh_TW ../totem-3.38.2/help/C/adjust-speed.page ../totem-3.38.2/help/C/channels.page ../totem-3.38.2/help/C/file-open.page ../totem-3.38.2/help/C/index.page ../totem-3.38.2/help/C/navigation.page ../totem-3.38.2/help/C/playing-DVD.page ../totem-3.38.2/help/C/preferences.page ../totem-3.38.2/help/C/properties.page ../totem-3.38.2/help/C/screenshot-gallery.page ../totem-3.38.2/help/C/screenshot.page ../totem-3.38.2/help/C/sound-language.page ../totem-3.38.2/help/C/sound-volume.page ../totem-3.38.2/help/C/subtitles.page ../totem-3.38.2/help/C/supported-formats.page ../totem-3.38.2/help/C/troubleshooting-Audio-CD.page ../totem-3.38.2/help/C/troubleshooting-debug.page ../totem-3.38.2/help/C/troubleshooting-DVD.page ../totem-3.38.2/help/C/troubleshooting-subtitles.page ../totem-3.38.2/help/C/view-zoom.page /opt/local/bin/itstool:223: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', ' ', text).strip() != '': /opt/local/bin/itstool:321: SyntaxWarning: invalid escape sequence '\s' message = re.sub('\s+', ' ', message).strip() /opt/local/bin/itstool:459: SyntaxWarning: invalid escape sequence '\s' return re.sub('\s+', ' ', self.locnote).strip() /opt/local/bin/itstool:461: SyntaxWarning: invalid escape sequence '\s' return '(itstool) link: ' + re.sub('\s+', ' ', self.locnoteref).strip() /opt/local/bin/itstool:892: SyntaxWarning: invalid escape sequence '\<' regex = re.compile('(.*) \<(.*)\>, (.*)') /opt/local/bin/itstool:927: SyntaxWarning: invalid escape sequence '\s' if re.sub('\s+', '', prevtext) == '': /opt/local/bin/itstool:1471: SyntaxWarning: invalid escape sequence '\.' _locale_pattern = re.compile('([a-zA-Z0-9-]+)(_[A-Za-z0-9]+)?(@[A-Za-z0-9]+)?(\.[A-Za-z0-9]+)?') [177/306] /usr/bin/clang -Isrc/gst/libtotemgsthelpers.a.p -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -MD -MQ src/gst/libtotemgsthelpers.a.p/totem-gst-helpers.c.o -MF src/gst/libtotemgsthelpers.a.p/totem-gst-helpers.c.o.d -o src/gst/libtotemgsthelpers.a.p/totem-gst-helpers.c.o -c ../totem-3.38.2/src/gst/totem-gst-helpers.c [178/306] rm -f src/gst/libtotemgsthelpers.a && ar csr src/gst/libtotemgsthelpers.a src/gst/libtotemgsthelpers.a.p/totem-gst-helpers.c.o && ranlib -c src/gst/libtotemgsthelpers.a [179/306] /usr/bin/clang -Isrc/gst/libtotemtimehelpers.a.p -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -MD -MQ src/gst/libtotemtimehelpers.a.p/totem-time-helpers.c.o -MF src/gst/libtotemtimehelpers.a.p/totem-time-helpers.c.o.d -o src/gst/libtotemtimehelpers.a.p/totem-time-helpers.c.o -c ../totem-3.38.2/src/gst/totem-time-helpers.c [180/306] rm -f src/gst/libtotemtimehelpers.a && ar csr src/gst/libtotemtimehelpers.a src/gst/libtotemtimehelpers.a.p/totem-time-helpers.c.o && ranlib -c src/gst/libtotemtimehelpers.a [181/306] /opt/local/bin/meson --internal exe --capture src/backend/bacon-video-widget-enums.h -- /opt/local/bin/glib-mkenums --template /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/bacon-video-widget-enums.h.template /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/bacon-video-widget.h [182/306] /usr/bin/clang -Isrc/gst/libtotemgstpixbufhelpers.a.p -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/orc-0.4 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -MD -MQ src/gst/libtotemgstpixbufhelpers.a.p/totem-gst-pixbuf-helpers.c.o -MF src/gst/libtotemgstpixbufhelpers.a.p/totem-gst-pixbuf-helpers.c.o.d -o src/gst/libtotemgstpixbufhelpers.a.p/totem-gst-pixbuf-helpers.c.o -c ../totem-3.38.2/src/gst/totem-gst-pixbuf-helpers.c [183/306] /opt/local/bin/meson --internal exe --capture src/org.gnome.totem.enums.xml -- /opt/local/bin/glib-mkenums --comments '' --fhead '' --ftail '' --vhead ' <@type@ id="org.gnome.totem.@EnumName@">' --vprod ' ' --vtail ' ' /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/bacon-time-label.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/bacon-video-controls-actor.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/bacon-video-spinner-actor.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/bacon-video-widget-gst-missing-plugins.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/bacon-video-widget.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/clock.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/totem-aspect-frame.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/icon-helpers.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-grilo.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-interface.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-main-toolbar.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-menu.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-open-location.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-options.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-playlist.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-preferences.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-private.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-profile.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-resources.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-search-entry.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-selection-toolbar.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-session.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-subtitle-encoding.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem-uri.h /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/totem.h [184/306] rm -f src/gst/libtotemgstpixbufhelpers.a && ar csr src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemgstpixbufhelpers.a.p/totem-gst-pixbuf-helpers.c.o && ranlib -c src/gst/libtotemgstpixbufhelpers.a [185/306] /opt/local/bin/meson --internal exe --capture src/backend/bacon-video-widget-enums.c -- /opt/local/bin/glib-mkenums --template /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/bacon-video-widget-enums.c.template /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/../totem-3.38.2/src/backend/bacon-video-widget.h [186/306] /usr/bin/clang -Isrc/libtotem_player.a.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem_player.a.p/totem-interface.c.o -MF src/libtotem_player.a.p/totem-interface.c.o.d -o src/libtotem_player.a.p/totem-interface.c.o -c ../totem-3.38.2/src/totem-interface.c [187/306] /usr/bin/clang -Isrc/backend/libbaconvideowidget.a.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' -MD -MQ src/backend/libbaconvideowidget.a.p/bacon-time-label.c.o -MF src/backend/libbaconvideowidget.a.p/bacon-time-label.c.o.d -o src/backend/libbaconvideowidget.a.p/bacon-time-label.c.o -c ../totem-3.38.2/src/backend/bacon-time-label.c [188/306] /usr/bin/clang -Isrc/backend/libbaconvideowidget.a.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' -MD -MQ src/backend/libbaconvideowidget.a.p/bacon-video-controls-actor.c.o -MF src/backend/libbaconvideowidget.a.p/bacon-video-controls-actor.c.o.d -o src/backend/libbaconvideowidget.a.p/bacon-video-controls-actor.c.o -c ../totem-3.38.2/src/backend/bacon-video-controls-actor.c ../totem-3.38.2/src/backend/bacon-video-controls-actor.c:63:2: warning: 'gtk_widget_override_background_color' is deprecated [-Wdeprecated-declarations] gtk_widget_override_background_color (gtk_clutter_actor_get_widget (GTK_CLUTTER_ACTOR (object)), 0, &transparent); ^ /opt/local/include/gtk-3.0/gtk/gtkwidget.h:1147:1: note: 'gtk_widget_override_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16 ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:370:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16' # define GDK_DEPRECATED_IN_3_16 GDK_DEPRECATED ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/backend/bacon-video-controls-actor.c:96:2: warning: 'gtk_popover_set_transitions_enabled' is deprecated [-Wdeprecated-declarations] gtk_popover_set_transitions_enabled (popover, FALSE); ^ /opt/local/include/gtk-3.0/gtk/gtkpopover.h:100:1: note: 'gtk_popover_set_transitions_enabled' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22 ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:412:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22' # define GDK_DEPRECATED_IN_3_22 GDK_DEPRECATED ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 2 warnings generated. [189/306] /usr/bin/clang -Isrc/backend/libbaconvideowidget.a.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' -MD -MQ src/backend/libbaconvideowidget.a.p/meson-generated_.._bacon-video-widget-enums.c.o -MF src/backend/libbaconvideowidget.a.p/meson-generated_.._bacon-video-widget-enums.c.o.d -o src/backend/libbaconvideowidget.a.p/meson-generated_.._bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [190/306] /usr/bin/clang -Isrc/backend/libbaconvideowidget.a.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' -MD -MQ src/backend/libbaconvideowidget.a.p/bacon-video-spinner-actor.c.o -MF src/backend/libbaconvideowidget.a.p/bacon-video-spinner-actor.c.o.d -o src/backend/libbaconvideowidget.a.p/bacon-video-spinner-actor.c.o -c ../totem-3.38.2/src/backend/bacon-video-spinner-actor.c [191/306] /usr/bin/clang -Isrc/backend/libbaconvideowidget.a.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' -MD -MQ src/backend/libbaconvideowidget.a.p/clock.c.o -MF src/backend/libbaconvideowidget.a.p/clock.c.o.d -o src/backend/libbaconvideowidget.a.p/clock.c.o -c ../totem-3.38.2/src/backend/clock.c [192/306] /usr/bin/clang -Isrc/backend/libbaconvideowidget.a.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' -MD -MQ src/backend/libbaconvideowidget.a.p/bacon-video-widget-gst-missing-plugins.c.o -MF src/backend/libbaconvideowidget.a.p/bacon-video-widget-gst-missing-plugins.c.o.d -o src/backend/libbaconvideowidget.a.p/bacon-video-widget-gst-missing-plugins.c.o -c ../totem-3.38.2/src/backend/bacon-video-widget-gst-missing-plugins.c [193/306] /usr/bin/clang -Isrc/backend/libbaconvideowidget.a.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' -MD -MQ src/backend/libbaconvideowidget.a.p/totem-aspect-frame.c.o -MF src/backend/libbaconvideowidget.a.p/totem-aspect-frame.c.o.d -o src/backend/libbaconvideowidget.a.p/totem-aspect-frame.c.o -c ../totem-3.38.2/src/backend/totem-aspect-frame.c ../totem-3.38.2/src/backend/totem-aspect-frame.c:300:7: warning: 'cogl_clip_push_rectangle' is deprecated [-Wdeprecated-declarations] cogl_clip_push_rectangle (0.0, 0.0, width, height); ^ /opt/local/include/cogl/cogl/deprecated/cogl-clip-state.h:124:1: note: 'cogl_clip_push_rectangle' has been explicitly marked deprecated here COGL_DEPRECATED_IN_1_16_FOR (cogl_framebuffer_push_rectangle_clip) ^ /opt/local/include/cogl/cogl/cogl-macros.h:247:46: note: expanded from macro 'COGL_DEPRECATED_IN_1_16_FOR' # define COGL_DEPRECATED_IN_1_16_FOR(f) COGL_DEPRECATED_FOR(f) ^ /opt/local/include/cogl/cogl/cogl-macros.h:65:32: note: expanded from macro 'COGL_DEPRECATED_FOR' #define COGL_DEPRECATED_FOR(f) G_DEPRECATED ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/backend/totem-aspect-frame.c:302:7: warning: 'cogl_clip_pop' is deprecated [-Wdeprecated-declarations] cogl_clip_pop (); ^ /opt/local/include/cogl/cogl/deprecated/cogl-clip-state.h:205:1: note: 'cogl_clip_pop' has been explicitly marked deprecated here COGL_DEPRECATED_IN_1_16_FOR (cogl_framebuffer_pop_clip) ^ /opt/local/include/cogl/cogl/cogl-macros.h:247:46: note: expanded from macro 'COGL_DEPRECATED_IN_1_16_FOR' # define COGL_DEPRECATED_IN_1_16_FOR(f) COGL_DEPRECATED_FOR(f) ^ /opt/local/include/cogl/cogl/cogl-macros.h:65:32: note: expanded from macro 'COGL_DEPRECATED_FOR' #define COGL_DEPRECATED_FOR(f) G_DEPRECATED ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/backend/totem-aspect-frame.c:327:7: warning: 'cogl_clip_push_rectangle' is deprecated [-Wdeprecated-declarations] cogl_clip_push_rectangle (0.0, 0.0, box.x2 - box.x1, box.y2 - box.y1); ^ /opt/local/include/cogl/cogl/deprecated/cogl-clip-state.h:124:1: note: 'cogl_clip_push_rectangle' has been explicitly marked deprecated here COGL_DEPRECATED_IN_1_16_FOR (cogl_framebuffer_push_rectangle_clip) ^ /opt/local/include/cogl/cogl/cogl-macros.h:247:46: note: expanded from macro 'COGL_DEPRECATED_IN_1_16_FOR' # define COGL_DEPRECATED_IN_1_16_FOR(f) COGL_DEPRECATED_FOR(f) ^ /opt/local/include/cogl/cogl/cogl-macros.h:65:32: note: expanded from macro 'COGL_DEPRECATED_FOR' #define COGL_DEPRECATED_FOR(f) G_DEPRECATED ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/backend/totem-aspect-frame.c:329:7: warning: 'cogl_clip_pop' is deprecated [-Wdeprecated-declarations] cogl_clip_pop (); ^ /opt/local/include/cogl/cogl/deprecated/cogl-clip-state.h:205:1: note: 'cogl_clip_pop' has been explicitly marked deprecated here COGL_DEPRECATED_IN_1_16_FOR (cogl_framebuffer_pop_clip) ^ /opt/local/include/cogl/cogl/cogl-macros.h:247:46: note: expanded from macro 'COGL_DEPRECATED_IN_1_16_FOR' # define COGL_DEPRECATED_IN_1_16_FOR(f) COGL_DEPRECATED_FOR(f) ^ /opt/local/include/cogl/cogl/cogl-macros.h:65:32: note: expanded from macro 'COGL_DEPRECATED_FOR' #define COGL_DEPRECATED_FOR(f) G_DEPRECATED ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 4 warnings generated. [194/306] rm -f src/libtotem_player.a && ar csr src/libtotem_player.a src/libtotem_player.a.p/totem-interface.c.o && ranlib -c src/libtotem_player.a [195/306] /opt/local/bin/glib-compile-resources ../totem-3.38.2/src/grilo.gresource.xml --sourcedir ../totem-3.38.2/src --c-name _totem --generate --target src/griloresources.c --dependency-file src/griloresources.c.d [196/306] /opt/local/bin/glib-compile-resources ../totem-3.38.2/src/grilo.gresource.xml --sourcedir ../totem-3.38.2/src --c-name _totem --generate --target src/griloresources.h [197/306] /usr/bin/clang -Isrc/backend/bvw-test.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' '-DLOGO_PATH="/opt/local/share/totem/totem/totem_logo.png"' '-DG_LOG_DOMAIN="bvw-test"' -MD -MQ src/backend/bvw-test.p/meson-generated_.._bacon-video-widget-enums.c.o -MF src/backend/bvw-test.p/meson-generated_.._bacon-video-widget-enums.c.o.d -o src/backend/bvw-test.p/meson-generated_.._bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [198/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/meson-generated_.._griloresources.c.o -MF src/libtotem.0.dylib.p/meson-generated_.._griloresources.c.o.d -o src/libtotem.0.dylib.p/meson-generated_.._griloresources.c.o -c src/griloresources.c [199/306] /usr/bin/clang -Isrc/backend/bvw-test.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' '-DLOGO_PATH="/opt/local/share/totem/totem/totem_logo.png"' '-DG_LOG_DOMAIN="bvw-test"' -MD -MQ src/backend/bvw-test.p/bvw-test.c.o -MF src/backend/bvw-test.p/bvw-test.c.o.d -o src/backend/bvw-test.p/bvw-test.c.o -c ../totem-3.38.2/src/backend/bvw-test.c [200/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/meson-generated_.._backend_bacon-video-widget-enums.c.o -MF src/libtotem.0.dylib.p/meson-generated_.._backend_bacon-video-widget-enums.c.o.d -o src/libtotem.0.dylib.p/meson-generated_.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [201/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/plugins_totem-dirs.c.o -MF src/libtotem.0.dylib.p/plugins_totem-dirs.c.o.d -o src/libtotem.0.dylib.p/plugins_totem-dirs.c.o -c ../totem-3.38.2/src/plugins/totem-dirs.c [202/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/plugins_totem-plugins-engine.c.o -MF src/libtotem.0.dylib.p/plugins_totem-plugins-engine.c.o.d -o src/libtotem.0.dylib.p/plugins_totem-plugins-engine.c.o -c ../totem-3.38.2/src/plugins/totem-plugins-engine.c [203/306] /usr/bin/clang -Isrc/backend/libbaconvideowidget.a.p -Isrc/backend -I../totem-3.38.2/src/backend -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DDATADIR="/opt/local/share/totem"' -MD -MQ src/backend/libbaconvideowidget.a.p/bacon-video-widget.c.o -MF src/backend/libbaconvideowidget.a.p/bacon-video-widget.c.o.d -o src/backend/libbaconvideowidget.a.p/bacon-video-widget.c.o -c ../totem-3.38.2/src/backend/bacon-video-widget.c [204/306] rm -f src/backend/libbaconvideowidget.a && ar csr src/backend/libbaconvideowidget.a src/backend/libbaconvideowidget.a.p/meson-generated_.._bacon-video-widget-enums.c.o src/backend/libbaconvideowidget.a.p/bacon-time-label.c.o src/backend/libbaconvideowidget.a.p/bacon-video-controls-actor.c.o src/backend/libbaconvideowidget.a.p/bacon-video-spinner-actor.c.o src/backend/libbaconvideowidget.a.p/bacon-video-widget-gst-missing-plugins.c.o src/backend/libbaconvideowidget.a.p/bacon-video-widget.c.o src/backend/libbaconvideowidget.a.p/clock.c.o src/backend/libbaconvideowidget.a.p/totem-aspect-frame.c.o && ranlib -c src/backend/libbaconvideowidget.a [205/306] /usr/bin/clang -o src/backend/bvw-test src/backend/bvw-test.p/meson-generated_.._bacon-video-widget-enums.c.o src/backend/bvw-test.p/bvw-test.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,/opt/local/lib src/backend/libbaconvideowidget.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm [206/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/icon-helpers.c.o -MF src/libtotem.0.dylib.p/icon-helpers.c.o.d -o src/libtotem.0.dylib.p/icon-helpers.c.o -c ../totem-3.38.2/src/icon-helpers.c [207/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-main-toolbar.c.o -MF src/libtotem.0.dylib.p/totem-main-toolbar.c.o.d -o src/libtotem.0.dylib.p/totem-main-toolbar.c.o -c ../totem-3.38.2/src/totem-main-toolbar.c [208/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-menu.c.o -MF src/libtotem.0.dylib.p/totem-menu.c.o.d -o src/libtotem.0.dylib.p/totem-menu.c.o -c ../totem-3.38.2/src/totem-menu.c [209/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-grilo.c.o -MF src/libtotem.0.dylib.p/totem-grilo.c.o.d -o src/libtotem.0.dylib.p/totem-grilo.c.o -c ../totem-3.38.2/src/totem-grilo.c ../totem-3.38.2/src/totem-grilo.c:2527:9: warning: unused variable 's' [-Wunused-variable] GList *s; ^ ../totem-3.38.2/src/totem-grilo.c:2526:9: warning: unused variable 'sources' [-Wunused-variable] GList *sources; ^ ../totem-3.38.2/src/totem-grilo.c:2436:1: warning: unused function 'create_debug_window' [-Wunused-function] create_debug_window (TotemGrilo *self, ^ 3 warnings generated. [210/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-open-location.c.o -MF src/libtotem.0.dylib.p/totem-open-location.c.o.d -o src/libtotem.0.dylib.p/totem-open-location.c.o -c ../totem-3.38.2/src/totem-open-location.c [211/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-options.c.o -MF src/libtotem.0.dylib.p/totem-options.c.o.d -o src/libtotem.0.dylib.p/totem-options.c.o -c ../totem-3.38.2/src/totem-options.c [212/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-object.c.o -MF src/libtotem.0.dylib.p/totem-object.c.o.d -o src/libtotem.0.dylib.p/totem-object.c.o -c ../totem-3.38.2/src/totem-object.c ../totem-3.38.2/src/totem-object.c:3759:2: warning: 'gtk_widget_override_background_color' is deprecated [-Wdeprecated-declarations] gtk_widget_override_background_color (vbox, (GTK_STATE_FLAG_FOCUSED << 1), &black); ^ /opt/local/include/gtk-3.0/gtk/gtkwidget.h:1147:1: note: 'gtk_widget_override_background_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_16 ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:370:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16' # define GDK_DEPRECATED_IN_3_16 GDK_DEPRECATED ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/totem-object.c:3899:2: warning: 'gtk_popover_set_transitions_enabled' is deprecated [-Wdeprecated-declarations] gtk_popover_set_transitions_enabled (GTK_POPOVER (popover), FALSE); ^ /opt/local/include/gtk-3.0/gtk/gtkpopover.h:100:1: note: 'gtk_popover_set_transitions_enabled' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22 ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:412:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22' # define GDK_DEPRECATED_IN_3_22 GDK_DEPRECATED ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/totem-object.c:3924:2: warning: 'gtk_popover_set_transitions_enabled' is deprecated [-Wdeprecated-declarations] gtk_popover_set_transitions_enabled (GTK_POPOVER (popover), FALSE); ^ /opt/local/include/gtk-3.0/gtk/gtkpopover.h:100:1: note: 'gtk_popover_set_transitions_enabled' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22 ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:412:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22' # define GDK_DEPRECATED_IN_3_22 GDK_DEPRECATED ^ /opt/local/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 3 warnings generated. [213/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-playlist.c.o -MF src/libtotem.0.dylib.p/totem-playlist.c.o.d -o src/libtotem.0.dylib.p/totem-playlist.c.o -c ../totem-3.38.2/src/totem-playlist.c ../totem-3.38.2/src/totem-playlist.c:1094:17: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] async_result = g_simple_async_result_new (G_OBJECT (data->playlist), data->callback, data->user_data, totem_playlist_add_mrl); ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:52:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../totem-3.38.2/src/totem-playlist.c:1096:3: warning: 'g_simple_async_result_take_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_take_error (async_result, error); ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:117:1: note: 'g_simple_async_result_take_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/totem-playlist.c:1099:2: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gboolean (async_result, ret); ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:89:1: note: 'g_simple_async_result_set_op_res_gboolean' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/totem-playlist.c:1106:2: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (async_result); ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:105:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/totem-playlist.c:1138:12: warning: 'g_simple_async_result_get_source_tag' is deprecated [-Wdeprecated-declarations] g_assert (g_simple_async_result_get_source_tag (G_SIMPLE_ASYNC_RESULT (result)) == totem_playlist_add_mrl); ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_get_source_tag' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/totem-playlist.c:1140:6: warning: 'g_simple_async_result_get_op_res_gboolean' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_get_op_res_gboolean (G_SIMPLE_ASYNC_RESULT (result))) ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:92:1: note: 'g_simple_async_result_get_op_res_gboolean' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/totem-playlist.c:1142:2: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result), error); ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:120:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/totem-playlist.c:1270:18: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] async_result = g_simple_async_result_new (G_OBJECT (operation_data->playlist), operation_data->callback, operation_data->user_data, ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:52:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../totem-3.38.2/src/totem-playlist.c:1272:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (async_result); ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:105:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../totem-3.38.2/src/totem-playlist.c:1422:24: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, G_OBJECT (self), totem_playlist_add_mrls), FALSE); ^ /opt/local/include/glib-2.0/gio/gsimpleasyncresult.h:136:1: note: 'g_simple_async_result_is_valid' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /opt/local/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 10 warnings generated. [214/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-preferences.c.o -MF src/libtotem.0.dylib.p/totem-preferences.c.o.d -o src/libtotem.0.dylib.p/totem-preferences.c.o -c ../totem-3.38.2/src/totem-preferences.c [215/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-search-entry.c.o -MF src/libtotem.0.dylib.p/totem-search-entry.c.o.d -o src/libtotem.0.dylib.p/totem-search-entry.c.o -c ../totem-3.38.2/src/totem-search-entry.c [216/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-selection-toolbar.c.o -MF src/libtotem.0.dylib.p/totem-selection-toolbar.c.o.d -o src/libtotem.0.dylib.p/totem-selection-toolbar.c.o -c ../totem-3.38.2/src/totem-selection-toolbar.c [217/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-subtitle-encoding.c.o -MF src/libtotem.0.dylib.p/totem-subtitle-encoding.c.o.d -o src/libtotem.0.dylib.p/totem-subtitle-encoding.c.o -c ../totem-3.38.2/src/totem-subtitle-encoding.c [218/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-session.c.o -MF src/libtotem.0.dylib.p/totem-session.c.o.d -o src/libtotem.0.dylib.p/totem-session.c.o -c ../totem-3.38.2/src/totem-session.c [219/306] /usr/bin/clang -Isrc/totem-video-thumbnailer.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/orc-0.4 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="TotemVideoThumbnailer"' -MD -MQ src/totem-video-thumbnailer.p/totem-resources.c.o -MF src/totem-video-thumbnailer.p/totem-resources.c.o.d -o src/totem-video-thumbnailer.p/totem-resources.c.o -c ../totem-3.38.2/src/totem-resources.c [220/306] /usr/bin/clang -Isrc/totem.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/totem.p/meson-generated_.._backend_bacon-video-widget-enums.c.o -MF src/totem.p/meson-generated_.._backend_bacon-video-widget-enums.c.o.d -o src/totem.p/meson-generated_.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [221/306] /usr/bin/clang -Isrc/libtotem.0.dylib.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -Idata -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/libtotem.0.dylib.p/totem-uri.c.o -MF src/libtotem.0.dylib.p/totem-uri.c.o.d -o src/libtotem.0.dylib.p/totem-uri.c.o -c ../totem-3.38.2/src/totem-uri.c [222/306] /usr/bin/clang -o src/libtotem.0.dylib src/libtotem.0.dylib.p/meson-generated_.._griloresources.c.o src/libtotem.0.dylib.p/meson-generated_.._backend_bacon-video-widget-enums.c.o src/libtotem.0.dylib.p/plugins_totem-dirs.c.o src/libtotem.0.dylib.p/plugins_totem-plugins-engine.c.o src/libtotem.0.dylib.p/icon-helpers.c.o src/libtotem.0.dylib.p/totem-grilo.c.o src/libtotem.0.dylib.p/totem-main-toolbar.c.o src/libtotem.0.dylib.p/totem-menu.c.o src/libtotem.0.dylib.p/totem-object.c.o src/libtotem.0.dylib.p/totem-open-location.c.o src/libtotem.0.dylib.p/totem-options.c.o src/libtotem.0.dylib.p/totem-playlist.c.o src/libtotem.0.dylib.p/totem-preferences.c.o src/libtotem.0.dylib.p/totem-search-entry.c.o src/libtotem.0.dylib.p/totem-selection-toolbar.c.o src/libtotem.0.dylib.p/totem-session.c.o src/libtotem.0.dylib.p/totem-subtitle-encoding.c.o src/libtotem.0.dylib.p/totem-uri.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libtotem.0.dylib -compatibility_version 0 -current_version 0 -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,/opt/local/lib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [223/306] /usr/bin/clang -Isrc/totem-video-thumbnailer.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/orc-0.4 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="TotemVideoThumbnailer"' -MD -MQ src/totem-video-thumbnailer.p/totem-video-thumbnailer.c.o -MF src/totem-video-thumbnailer.p/totem-video-thumbnailer.c.o.d -o src/totem-video-thumbnailer.p/totem-video-thumbnailer.c.o -c ../totem-3.38.2/src/totem-video-thumbnailer.c [224/306] /usr/bin/clang -Isrc/totem.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/totem.p/totem.c.o -MF src/totem.p/totem.c.o.d -o src/totem.p/totem.c.o -c ../totem-3.38.2/src/totem.c [225/306] /usr/bin/clang -o src/totem-video-thumbnailer src/totem-video-thumbnailer.p/totem-resources.c.o src/totem-video-thumbnailer.p/totem-video-thumbnailer.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,/opt/local/lib src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgstbase-1.0.dylib -lm /opt/local/lib/libgdk_pixbuf-2.0.dylib [226/306] /opt/local/bin/meson --internal symbolextractor /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build src/libtotem.0.dylib src/libtotem.0.dylib src/libtotem.0.dylib.p/libtotem.0.dylib.symbols [227/306] /usr/bin/clang -o src/totem src/totem.p/meson-generated_.._backend_bacon-video-widget-enums.c.o src/totem.p/totem.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/ -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [228/306] /usr/bin/clang -Isrc/totem-gallery-thumbnailer.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/orc-0.4 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' '-DG_LOG_DOMAIN="TotemGalleryThumbnailer"' -MD -MQ src/totem-gallery-thumbnailer.p/totem-gallery-thumbnailer.c.o -MF src/totem-gallery-thumbnailer.p/totem-gallery-thumbnailer.c.o.d -o src/totem-gallery-thumbnailer.p/totem-gallery-thumbnailer.c.o -c ../totem-3.38.2/src/totem-gallery-thumbnailer.c ../totem-3.38.2/src/totem-gallery-thumbnailer.c:477:18: warning: cast from 'guchar *' (aka 'unsigned char *') to 'guint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] guint32 *row = (guint32*) (data + y * stride); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [229/306] /usr/bin/clang -o src/totem-gallery-thumbnailer src/totem-gallery-thumbnailer.p/totem-gallery-thumbnailer.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,/opt/local/lib src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgstbase-1.0.dylib -lm [230/306] /usr/bin/clang -Isrc/test-icons.p -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' -MD -MQ src/test-icons.p/meson-generated_.._backend_bacon-video-widget-enums.c.o -MF src/test-icons.p/meson-generated_.._backend_bacon-video-widget-enums.c.o.d -o src/test-icons.p/meson-generated_.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [231/306] /usr/bin/clang -Isrc/test-icons.p -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' -MD -MQ src/test-icons.p/icon-helpers.c.o -MF src/test-icons.p/icon-helpers.c.o.d -o src/test-icons.p/icon-helpers.c.o -c ../totem-3.38.2/src/icon-helpers.c [232/306] /usr/bin/clang -Isrc/test-icons.p -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes -DDBUS_API_SUBJECT_TO_CHANGE '-DGNOMELOCALEDIR="/opt/local/share/locale"' '-DDATADIR="/opt/local/share"' '-DLIBEXECDIR="/opt/local/libexec"' '-DTOTEM_PLUGIN_DIR="/opt/local/lib/totem/plugins"' '-DBINDIR="/opt/local/bin"' '-DGTKBUILDERDIR=""' -MD -MQ src/test-icons.p/test-icons.c.o -MF src/test-icons.p/test-icons.c.o.d -o src/test-icons.p/test-icons.c.o -c ../totem-3.38.2/src/test-icons.c [233/306] /usr/bin/clang -o src/test-icons src/test-icons.p/meson-generated_.._backend_bacon-video-widget-enums.c.o src/test-icons.p/icon-helpers.c.o src/test-icons.p/test-icons.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,/opt/local/lib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [234/306] /usr/bin/clang -Isrc/test-totem.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -MD -MQ src/test-totem.p/meson-generated_.._backend_bacon-video-widget-enums.c.o -MF src/test-totem.p/meson-generated_.._backend_bacon-video-widget-enums.c.o.d -o src/test-totem.p/meson-generated_.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [235/306] /usr/bin/clang -Isrc/test-totem.p -Isrc -I../totem-3.38.2/src -I. -I../totem-3.38.2 -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -MD -MQ src/test-totem.p/test-totem.c.o -MF src/test-totem.p/test-totem.c.o.d -o src/test-totem.p/test-totem.c.o -c ../totem-3.38.2/src/test-totem.c [236/306] /usr/bin/clang -o src/test-totem src/test-totem.p/meson-generated_.._backend_bacon-video-widget-enums.c.o src/test-totem.p/test-totem.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/ -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [237/306] /usr/bin/clang -Isrc/plugins/apple-trailers/libapple-trailers.dylib.p -Isrc/plugins/apple-trailers -I../totem-3.38.2/src/plugins/apple-trailers -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/apple-trailers/libapple-trailers.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/apple-trailers/libapple-trailers.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/apple-trailers/libapple-trailers.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [238/306] /usr/bin/clang -Isrc/plugins/apple-trailers/libapple-trailers.dylib.p -Isrc/plugins/apple-trailers -I../totem-3.38.2/src/plugins/apple-trailers -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/apple-trailers/libapple-trailers.dylib.p/totem-apple-trailers.c.o -MF src/plugins/apple-trailers/libapple-trailers.dylib.p/totem-apple-trailers.c.o.d -o src/plugins/apple-trailers/libapple-trailers.dylib.p/totem-apple-trailers.c.o -c ../totem-3.38.2/src/plugins/apple-trailers/totem-apple-trailers.c [239/306] /usr/bin/clang -o src/plugins/apple-trailers/libapple-trailers.dylib src/plugins/apple-trailers/libapple-trailers.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/apple-trailers/libapple-trailers.dylib.p/totem-apple-trailers.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [240/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/apple-trailers/apple-trailers.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/apple-trailers/apple-trailers.plugin [241/306] /usr/bin/clang -Isrc/plugins/autoload-subtitles/libautoload-subtitles.dylib.p -Isrc/plugins/autoload-subtitles -I../totem-3.38.2/src/plugins/autoload-subtitles -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/autoload-subtitles/libautoload-subtitles.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/autoload-subtitles/libautoload-subtitles.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/autoload-subtitles/libautoload-subtitles.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [242/306] /usr/bin/clang -Isrc/plugins/autoload-subtitles/libautoload-subtitles.dylib.p -Isrc/plugins/autoload-subtitles -I../totem-3.38.2/src/plugins/autoload-subtitles -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/autoload-subtitles/libautoload-subtitles.dylib.p/totem-autoload-subtitles.c.o -MF src/plugins/autoload-subtitles/libautoload-subtitles.dylib.p/totem-autoload-subtitles.c.o.d -o src/plugins/autoload-subtitles/libautoload-subtitles.dylib.p/totem-autoload-subtitles.c.o -c ../totem-3.38.2/src/plugins/autoload-subtitles/totem-autoload-subtitles.c [243/306] /usr/bin/clang -o src/plugins/autoload-subtitles/libautoload-subtitles.dylib src/plugins/autoload-subtitles/libautoload-subtitles.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/autoload-subtitles/libautoload-subtitles.dylib.p/totem-autoload-subtitles.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [244/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/autoload-subtitles/autoload-subtitles.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/autoload-subtitles/autoload-subtitles.plugin [245/306] /usr/bin/clang -Isrc/plugins/im-status/libtotem-im-status.dylib.p -Isrc/plugins/im-status -I../totem-3.38.2/src/plugins/im-status -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/im-status/libtotem-im-status.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/im-status/libtotem-im-status.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/im-status/libtotem-im-status.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [246/306] /usr/bin/clang -Isrc/plugins/im-status/libtotem-im-status.dylib.p -Isrc/plugins/im-status -I../totem-3.38.2/src/plugins/im-status -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/im-status/libtotem-im-status.dylib.p/totem-im-status.c.o -MF src/plugins/im-status/libtotem-im-status.dylib.p/totem-im-status.c.o.d -o src/plugins/im-status/libtotem-im-status.dylib.p/totem-im-status.c.o -c ../totem-3.38.2/src/plugins/im-status/totem-im-status.c [247/306] /usr/bin/clang -o src/plugins/im-status/libtotem-im-status.dylib src/plugins/im-status/libtotem-im-status.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/im-status/libtotem-im-status.dylib.p/totem-im-status.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [248/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/im-status/totem-im-status.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/im-status/totem-im-status.plugin [249/306] /usr/bin/clang -Isrc/plugins/media-player-keys/libmedia-player-keys.dylib.p -Isrc/plugins/media-player-keys -I../totem-3.38.2/src/plugins/media-player-keys -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/media-player-keys/libmedia-player-keys.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/media-player-keys/libmedia-player-keys.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/media-player-keys/libmedia-player-keys.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [250/306] env PKG_CONFIG_PATH=/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/pkgconfig:/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/meson-uninstalled PKG_CONFIG=/opt/local/bin/pkg-config /opt/local/bin/g-ir-scanner --quiet --no-libtool --namespace=Totem --nsversion=1.0 --warn-all --output src/Totem-1.0.gir --c-include=totem.h --pkg-export=totem -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/plugins -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/subprojects/libgd/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/subprojects/libgd/. --filelist=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/libtotem.0.dylib.p/Totem_1.0_gir_filelist --include=Gio-2.0 --include=GLib-2.0 --include=GObject-2.0 --include=Gtk-3.0 --include=TotemPlParser-1.0 --symbol-prefix=totem --identifier-prefix=Totem --cflags-begin -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/plugins -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/subprojects/libgd/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/subprojects/libgd/. -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -I/opt/local/include --cflags-end -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/. --add-include-path=/opt/local/share/gir-1.0 --add-include-path=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/. --add-include-path=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/. -L/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src --library totem -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib --extra-library=gstreamer-1.0 --extra-library=gobject-2.0 --extra-library=glib-2.0 --extra-library=intl --extra-library=gstbase-1.0 --extra-library=gstpbutils-1.0 --extra-library=gstaudio-1.0 --extra-library=gstvideo-1.0 --extra-library=gsttag-1.0 --extra-library=clutter-1.0 --extra-library=cogl-path --extra-library=atk-1.0 --extra-library=cogl-pango --extra-library=cogl --extra-library=gmodule-2.0 --extra-library=Xrandr --extra-library=json-glib-1.0 --extra-library=gio-2.0 --extra-library=gdk-3 --extra-library=pangocairo-1.0 --extra-library=pango-1.0 --extra-library=harfbuzz --extra-library=gdk_pixbuf-2.0 --extra-library=cairo-gobject --extra-library=cairo --extra-library=X11 --extra-library=Xext --extra-library=Xdamage --extra-library=Xfixes --extra-library=Xcomposite --extra-library=Xi --extra-library=clutter-gst-3.0 --extra-library=clutter-gtk-1.0 --extra-library=gtk-3 --extra-library=m --extra-library=totem-plparser --extra-library=girepository-1.0 --extra-library=peas-1.0 --extra-library=peas-gtk-1.0 --extra-library=grilo-0.3 --extra-library=xml2 --extra-library=grlpls-0.3 --extra-library=gnome-desktop-3 --sources-top-dirs /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/ --sources-top-dirs /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/ [251/306] /usr/bin/clang -Isrc/plugins/media-player-keys/libmedia-player-keys.dylib.p -Isrc/plugins/media-player-keys -I../totem-3.38.2/src/plugins/media-player-keys -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/media-player-keys/libmedia-player-keys.dylib.p/totem-media-player-keys.c.o -MF src/plugins/media-player-keys/libmedia-player-keys.dylib.p/totem-media-player-keys.c.o.d -o src/plugins/media-player-keys/libmedia-player-keys.dylib.p/totem-media-player-keys.c.o -c ../totem-3.38.2/src/plugins/media-player-keys/totem-media-player-keys.c [252/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/media-player-keys/media-player-keys.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/media-player-keys/media-player-keys.plugin [253/306] /usr/bin/clang -o src/plugins/media-player-keys/libmedia-player-keys.dylib src/plugins/media-player-keys/libmedia-player-keys.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/media-player-keys/libmedia-player-keys.dylib.p/totem-media-player-keys.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [254/306] /usr/bin/clang -Isrc/plugins/open-directory/libopen-directory.dylib.p -Isrc/plugins/open-directory -I../totem-3.38.2/src/plugins/open-directory -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/open-directory/libopen-directory.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/open-directory/libopen-directory.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/open-directory/libopen-directory.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [255/306] /opt/local/bin/glib-compile-resources ../totem-3.38.2/src/plugins/properties/properties.gresource.xml --sourcedir ../totem-3.38.2/src/plugins/properties --c-name totem_properties --internal --generate --target src/plugins/properties/properties-resources.c --dependency-file src/plugins/properties/properties-resources.c.d [256/306] /opt/local/bin/glib-compile-resources ../totem-3.38.2/src/plugins/properties/properties.gresource.xml --sourcedir ../totem-3.38.2/src/plugins/properties --c-name totem_properties --internal --generate --target src/plugins/properties/properties-resources.h [257/306] /usr/bin/clang -Isrc/plugins/properties/libmovie-properties.dylib.p -Isrc/plugins/properties -I../totem-3.38.2/src/plugins/properties -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/properties/libmovie-properties.dylib.p/meson-generated_.._properties-resources.c.o -MF src/plugins/properties/libmovie-properties.dylib.p/meson-generated_.._properties-resources.c.o.d -o src/plugins/properties/libmovie-properties.dylib.p/meson-generated_.._properties-resources.c.o -c src/plugins/properties/properties-resources.c [258/306] /usr/bin/clang -Isrc/plugins/open-directory/libopen-directory.dylib.p -Isrc/plugins/open-directory -I../totem-3.38.2/src/plugins/open-directory -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/open-directory/libopen-directory.dylib.p/totem-open-directory.c.o -MF src/plugins/open-directory/libopen-directory.dylib.p/totem-open-directory.c.o.d -o src/plugins/open-directory/libopen-directory.dylib.p/totem-open-directory.c.o -c ../totem-3.38.2/src/plugins/open-directory/totem-open-directory.c ../totem-3.38.2/src/plugins/open-directory/totem-open-directory.c:48:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal time; ^ /opt/local/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /opt/local/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1324:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /opt/local/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../totem-3.38.2/src/plugins/open-directory/totem-open-directory.c:50:2: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time (&time); ^ /opt/local/include/glib-2.0/glib/gmain.h:727:1: note: 'g_get_current_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time) ^ /opt/local/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' #define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /opt/local/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /opt/local/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. [259/306] /usr/bin/clang -o src/plugins/open-directory/libopen-directory.dylib src/plugins/open-directory/libopen-directory.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/open-directory/libopen-directory.dylib.p/totem-open-directory.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [260/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/open-directory/open-directory.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/open-directory/open-directory.plugin [261/306] /opt/local/bin/g-ir-compiler src/Totem-1.0.gir --output src/Totem-1.0.typelib --includedir=/opt/local/share/gir-1.0 --shared-library=/opt/local/lib/libtotem.0.dylib [262/306] /usr/bin/clang -Isrc/plugins/properties/libmovie-properties.dylib.p -Isrc/plugins/properties -I../totem-3.38.2/src/plugins/properties -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/properties/libmovie-properties.dylib.p/bacon-video-widget-properties.c.o -MF src/plugins/properties/libmovie-properties.dylib.p/bacon-video-widget-properties.c.o.d -o src/plugins/properties/libmovie-properties.dylib.p/bacon-video-widget-properties.c.o -c ../totem-3.38.2/src/plugins/properties/bacon-video-widget-properties.c [263/306] /usr/bin/clang -Isrc/plugins/properties/libmovie-properties.dylib.p -Isrc/plugins/properties -I../totem-3.38.2/src/plugins/properties -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/properties/libmovie-properties.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/properties/libmovie-properties.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/properties/libmovie-properties.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [264/306] /usr/bin/clang -Isrc/plugins/properties/libmovie-properties.dylib.p -Isrc/plugins/properties -I../totem-3.38.2/src/plugins/properties -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/properties/libmovie-properties.dylib.p/totem-movie-properties.c.o -MF src/plugins/properties/libmovie-properties.dylib.p/totem-movie-properties.c.o.d -o src/plugins/properties/libmovie-properties.dylib.p/totem-movie-properties.c.o -c ../totem-3.38.2/src/plugins/properties/totem-movie-properties.c [265/306] /usr/bin/clang -o src/plugins/properties/libmovie-properties.dylib src/plugins/properties/libmovie-properties.dylib.p/meson-generated_.._properties-resources.c.o src/plugins/properties/libmovie-properties.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/properties/libmovie-properties.dylib.p/totem-movie-properties.c.o src/plugins/properties/libmovie-properties.dylib.p/bacon-video-widget-properties.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [266/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/properties/movie-properties.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/properties/movie-properties.plugin [267/306] /usr/bin/clang -Isrc/plugins/recent/librecent.dylib.p -Isrc/plugins/recent -I../totem-3.38.2/src/plugins/recent -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/recent/librecent.dylib.p/totem-recent.c.o -MF src/plugins/recent/librecent.dylib.p/totem-recent.c.o.d -o src/plugins/recent/librecent.dylib.p/totem-recent.c.o -c ../totem-3.38.2/src/plugins/recent/totem-recent.c [268/306] /usr/bin/clang -Isrc/plugins/recent/librecent.dylib.p -Isrc/plugins/recent -I../totem-3.38.2/src/plugins/recent -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/recent/librecent.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/recent/librecent.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/recent/librecent.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [269/306] /usr/bin/clang -o src/plugins/recent/librecent.dylib src/plugins/recent/librecent.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/recent/librecent.dylib.p/totem-recent.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [270/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/recent/recent.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/recent/recent.plugin [271/306] /usr/bin/clang -Isrc/plugins/rotation/librotation.dylib.p -Isrc/plugins/rotation -I../totem-3.38.2/src/plugins/rotation -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/rotation/librotation.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/rotation/librotation.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/rotation/librotation.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [272/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/rotation/rotation.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/rotation/rotation.plugin [273/306] /usr/bin/clang -Isrc/plugins/rotation/librotation.dylib.p -Isrc/plugins/rotation -I../totem-3.38.2/src/plugins/rotation -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/rotation/librotation.dylib.p/totem-rotation.c.o -MF src/plugins/rotation/librotation.dylib.p/totem-rotation.c.o.d -o src/plugins/rotation/librotation.dylib.p/totem-rotation.c.o -c ../totem-3.38.2/src/plugins/rotation/totem-rotation.c [274/306] /usr/bin/clang -o src/plugins/rotation/librotation.dylib src/plugins/rotation/librotation.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/rotation/librotation.dylib.p/totem-rotation.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [275/306] /usr/bin/clang -Isrc/plugins/save-file/libsave-file.dylib.p -Isrc/plugins/save-file -I../totem-3.38.2/src/plugins/save-file -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/save-file/libsave-file.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/save-file/libsave-file.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/save-file/libsave-file.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [276/306] /usr/bin/clang -Isrc/plugins/save-file/libsave-file.dylib.p -Isrc/plugins/save-file -I../totem-3.38.2/src/plugins/save-file -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/save-file/libsave-file.dylib.p/totem-save-file.c.o -MF src/plugins/save-file/libsave-file.dylib.p/totem-save-file.c.o.d -o src/plugins/save-file/libsave-file.dylib.p/totem-save-file.c.o -c ../totem-3.38.2/src/plugins/save-file/totem-save-file.c [277/306] /usr/bin/clang -o src/plugins/save-file/libsave-file.dylib src/plugins/save-file/libsave-file.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/save-file/libsave-file.dylib.p/totem-save-file.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [278/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/save-file/save-file.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/save-file/save-file.plugin [279/306] /usr/bin/clang -Isrc/plugins/screensaver/libscreensaver.dylib.p -Isrc/plugins/screensaver -I../totem-3.38.2/src/plugins/screensaver -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/screensaver/libscreensaver.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/screensaver/libscreensaver.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/screensaver/libscreensaver.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [280/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/screensaver/screensaver.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/screensaver/screensaver.plugin [281/306] /usr/bin/clang -Isrc/plugins/screensaver/libscreensaver.dylib.p -Isrc/plugins/screensaver -I../totem-3.38.2/src/plugins/screensaver -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/screensaver/libscreensaver.dylib.p/totem-screensaver.c.o -MF src/plugins/screensaver/libscreensaver.dylib.p/totem-screensaver.c.o.d -o src/plugins/screensaver/libscreensaver.dylib.p/totem-screensaver.c.o -c ../totem-3.38.2/src/plugins/screensaver/totem-screensaver.c [282/306] /usr/bin/clang -o src/plugins/screensaver/libscreensaver.dylib src/plugins/screensaver/libscreensaver.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/screensaver/libscreensaver.dylib.p/totem-screensaver.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [283/306] /usr/bin/clang -Isrc/plugins/screenshot/libscreenshot.dylib.p -Isrc/plugins/screenshot -I../totem-3.38.2/src/plugins/screenshot -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -Wno-error=format-nonliteral -Wno-format-nonliteral '-DLIBEXECDIR="/opt/local/libexec"' -MD -MQ src/plugins/screenshot/libscreenshot.dylib.p/screenshot-filename-builder.c.o -MF src/plugins/screenshot/libscreenshot.dylib.p/screenshot-filename-builder.c.o.d -o src/plugins/screenshot/libscreenshot.dylib.p/screenshot-filename-builder.c.o -c ../totem-3.38.2/src/plugins/screenshot/screenshot-filename-builder.c [284/306] /usr/bin/clang -Isrc/plugins/screenshot/libscreenshot.dylib.p -Isrc/plugins/screenshot -I../totem-3.38.2/src/plugins/screenshot -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -Wno-error=format-nonliteral -Wno-format-nonliteral '-DLIBEXECDIR="/opt/local/libexec"' -MD -MQ src/plugins/screenshot/libscreenshot.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/screenshot/libscreenshot.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/screenshot/libscreenshot.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [285/306] /usr/bin/clang -Isrc/plugins/screenshot/libscreenshot.dylib.p -Isrc/plugins/screenshot -I../totem-3.38.2/src/plugins/screenshot -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -Wno-error=format-nonliteral -Wno-format-nonliteral '-DLIBEXECDIR="/opt/local/libexec"' -MD -MQ src/plugins/screenshot/libscreenshot.dylib.p/totem-gallery.c.o -MF src/plugins/screenshot/libscreenshot.dylib.p/totem-gallery.c.o.d -o src/plugins/screenshot/libscreenshot.dylib.p/totem-gallery.c.o -c ../totem-3.38.2/src/plugins/screenshot/totem-gallery.c [286/306] /usr/bin/clang -Isrc/plugins/screenshot/libscreenshot.dylib.p -Isrc/plugins/screenshot -I../totem-3.38.2/src/plugins/screenshot -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -Wno-error=format-nonliteral -Wno-format-nonliteral '-DLIBEXECDIR="/opt/local/libexec"' -MD -MQ src/plugins/screenshot/libscreenshot.dylib.p/totem-screenshot-plugin.c.o -MF src/plugins/screenshot/libscreenshot.dylib.p/totem-screenshot-plugin.c.o.d -o src/plugins/screenshot/libscreenshot.dylib.p/totem-screenshot-plugin.c.o -c ../totem-3.38.2/src/plugins/screenshot/totem-screenshot-plugin.c [287/306] /usr/bin/clang -Isrc/plugins/screenshot/libscreenshot.dylib.p -Isrc/plugins/screenshot -I../totem-3.38.2/src/plugins/screenshot -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -Wno-error=format-nonliteral -Wno-format-nonliteral '-DLIBEXECDIR="/opt/local/libexec"' -MD -MQ src/plugins/screenshot/libscreenshot.dylib.p/totem-gallery-progress.c.o -MF src/plugins/screenshot/libscreenshot.dylib.p/totem-gallery-progress.c.o.d -o src/plugins/screenshot/libscreenshot.dylib.p/totem-gallery-progress.c.o -c ../totem-3.38.2/src/plugins/screenshot/totem-gallery-progress.c [288/306] /usr/bin/clang -o src/plugins/screenshot/libscreenshot.dylib src/plugins/screenshot/libscreenshot.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/screenshot/libscreenshot.dylib.p/totem-screenshot-plugin.c.o src/plugins/screenshot/libscreenshot.dylib.p/screenshot-filename-builder.c.o src/plugins/screenshot/libscreenshot.dylib.p/totem-gallery.c.o src/plugins/screenshot/libscreenshot.dylib.p/totem-gallery-progress.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [289/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/screenshot/screenshot.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/screenshot/screenshot.plugin [290/306] /usr/bin/clang -Isrc/plugins/skipto/libskipto.dylib.p -Isrc/plugins/skipto -I../totem-3.38.2/src/plugins/skipto -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/skipto/libskipto.dylib.p/totem-skipto-plugin.c.o -MF src/plugins/skipto/libskipto.dylib.p/totem-skipto-plugin.c.o.d -o src/plugins/skipto/libskipto.dylib.p/totem-skipto-plugin.c.o -c ../totem-3.38.2/src/plugins/skipto/totem-skipto-plugin.c [291/306] /usr/bin/clang -Isrc/plugins/skipto/libskipto.dylib.p -Isrc/plugins/skipto -I../totem-3.38.2/src/plugins/skipto -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/skipto/libskipto.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/skipto/libskipto.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/skipto/libskipto.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [292/306] /usr/bin/clang -Isrc/plugins/skipto/libskipto.dylib.p -Isrc/plugins/skipto -I../totem-3.38.2/src/plugins/skipto -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/skipto/libskipto.dylib.p/totem-time-entry.c.o -MF src/plugins/skipto/libskipto.dylib.p/totem-time-entry.c.o.d -o src/plugins/skipto/libskipto.dylib.p/totem-time-entry.c.o -c ../totem-3.38.2/src/plugins/skipto/totem-time-entry.c [293/306] /usr/bin/clang -Isrc/plugins/skipto/libskipto.dylib.p -Isrc/plugins/skipto -I../totem-3.38.2/src/plugins/skipto -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/skipto/libskipto.dylib.p/totem-skipto.c.o -MF src/plugins/skipto/libskipto.dylib.p/totem-skipto.c.o.d -o src/plugins/skipto/libskipto.dylib.p/totem-skipto.c.o -c ../totem-3.38.2/src/plugins/skipto/totem-skipto.c [294/306] /usr/bin/clang -o src/plugins/skipto/libskipto.dylib src/plugins/skipto/libskipto.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/skipto/libskipto.dylib.p/totem-skipto-plugin.c.o src/plugins/skipto/libskipto.dylib.p/totem-time-entry.c.o src/plugins/skipto/libskipto.dylib.p/totem-skipto.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [295/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/skipto/skipto.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/skipto/skipto.plugin [296/306] /usr/bin/clang -Isrc/plugins/variable-rate/libvariable-rate.dylib.p -Isrc/plugins/variable-rate -I../totem-3.38.2/src/plugins/variable-rate -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/variable-rate/libvariable-rate.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/variable-rate/libvariable-rate.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/variable-rate/libvariable-rate.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [297/306] /usr/bin/clang -Isrc/plugins/variable-rate/libvariable-rate.dylib.p -Isrc/plugins/variable-rate -I../totem-3.38.2/src/plugins/variable-rate -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/variable-rate/libvariable-rate.dylib.p/totem-variable-rate-plugin.c.o -MF src/plugins/variable-rate/libvariable-rate.dylib.p/totem-variable-rate-plugin.c.o.d -o src/plugins/variable-rate/libvariable-rate.dylib.p/totem-variable-rate-plugin.c.o -c ../totem-3.38.2/src/plugins/variable-rate/totem-variable-rate-plugin.c [298/306] /usr/bin/clang -o src/plugins/variable-rate/libvariable-rate.dylib src/plugins/variable-rate/libvariable-rate.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/variable-rate/libvariable-rate.dylib.p/totem-variable-rate-plugin.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [299/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/variable-rate/variable-rate.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/variable-rate/variable-rate.plugin [300/306] /usr/bin/clang -Isrc/plugins/vimeo/libvimeo.dylib.p -Isrc/plugins/vimeo -I../totem-3.38.2/src/plugins/vimeo -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/vimeo/libvimeo.dylib.p/totem-vimeo.c.o -MF src/plugins/vimeo/libvimeo.dylib.p/totem-vimeo.c.o.d -o src/plugins/vimeo/libvimeo.dylib.p/totem-vimeo.c.o -c ../totem-3.38.2/src/plugins/vimeo/totem-vimeo.c [301/306] /usr/bin/clang -Isrc/plugins/vimeo/libvimeo.dylib.p -Isrc/plugins/vimeo -I../totem-3.38.2/src/plugins/vimeo -I. -I../totem-3.38.2 -Isrc/plugins -I../totem-3.38.2/src/plugins -Isrc -I../totem-3.38.2/src -Isrc/gst -I../totem-3.38.2/src/gst -Isrc/backend -I../totem-3.38.2/src/backend -Isubprojects/libgd -I../totem-3.38.2/subprojects/libgd -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -pipe -Os -arch x86_64 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror=format=2 -Werror=implicit-function-declaration -Werror=init-self -Werror=missing-include-dirs -Werror=missing-prototypes -Werror=pointer-arith -Werror=return-type -Wstrict-prototypes '-DG_LOG_DOMAIN="Totem"' -MD -MQ src/plugins/vimeo/libvimeo.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -MF src/plugins/vimeo/libvimeo.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o.d -o src/plugins/vimeo/libvimeo.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o -c src/backend/bacon-video-widget-enums.c [302/306] /usr/bin/clang -o src/plugins/vimeo/libvimeo.dylib src/plugins/vimeo/libvimeo.dylib.p/meson-generated_.._.._.._backend_bacon-video-widget-enums.c.o src/plugins/vimeo/libvimeo.dylib.p/totem-vimeo.c.o -L/opt/local/lib -I/opt/local/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -bundle -Wl,-undefined,dynamic_lookup -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -Wl,-rpath,@loader_path/../.. -Wl,-rpath,/opt/local/lib src/libtotem.0.dylib src/libtotem_player.a src/gst/libtotemgsthelpers.a src/gst/libtotemgstpixbufhelpers.a src/gst/libtotemtimehelpers.a src/backend/libbaconvideowidget.a subprojects/libgd/libgd/libgd.a /opt/local/lib/libgstreamer-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libgstbase-1.0.dylib /opt/local/lib/libgstpbutils-1.0.dylib /opt/local/lib/libgstaudio-1.0.dylib /opt/local/lib/libgstvideo-1.0.dylib /opt/local/lib/libgsttag-1.0.dylib /opt/local/lib/libclutter-1.0.dylib /opt/local/lib/libcogl-path.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/libcogl-pango.dylib /opt/local/lib/libcogl.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libXrandr.dylib /opt/local/lib/libjson-glib-1.0.dylib /opt/local/lib/libgio-2.0.dylib /opt/local/lib/libgdk-3.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/lib/libharfbuzz.dylib /opt/local/lib/libgdk_pixbuf-2.0.dylib /opt/local/lib/libcairo-gobject.dylib /opt/local/lib/libcairo.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXext.dylib /opt/local/lib/libXdamage.dylib /opt/local/lib/libXfixes.dylib /opt/local/lib/libXcomposite.dylib /opt/local/lib/libXi.dylib /opt/local/lib/libclutter-gst-3.0.dylib /opt/local/lib/libclutter-gtk-1.0.dylib /opt/local/lib/libgtk-3.dylib -lm /opt/local/lib/libtotem-plparser.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libpeas-1.0.dylib /opt/local/lib/libpeas-gtk-1.0.dylib /opt/local/lib/libgrilo-0.3.dylib /opt/local/lib/libxml2.dylib /opt/local/lib/libgrlpls-0.3.dylib /opt/local/lib/libgnome-desktop-3.dylib [303/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/vimeo/vimeo.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/vimeo/vimeo.plugin [304/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/opensubtitles/opensubtitles.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/opensubtitles/opensubtitles.plugin [305/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/dbusservice/dbusservice.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/dbusservice/dbusservice.plugin [306/306] /opt/local/bin/msgfmt --desktop --keyword=Name --keyword=Description --template=../totem-3.38.2/src/plugins/pythonconsole/pythonconsole.plugin.desktop.in -d /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/po --output=src/plugins/pythonconsole/pythonconsole.plugin ---> Staging totem into destroot . changed gid expected 0 found 80 modified ./usr missing (created) . missing (directory not created: File exists) ./Applications missing (created) ./Developer missing (created) ./Library missing (created) . changed gid expected 80 found 0 modified ./bin missing (created) ./etc missing (created) ./include missing (created) ./lib missing (created) ./lib/pkgconfig missing (created) ./libexec missing (created) ./sbin missing (created) ./share missing (created) ./share/doc missing (created) ./share/info missing (created) ./share/man missing (created) ./share/man/cat1 missing (created) ./share/man/cat2 missing (created) ./share/man/cat3 missing (created) ./share/man/cat4 missing (created) ./share/man/cat5 missing (created) ./share/man/cat6 missing (created) ./share/man/cat7 missing (created) ./share/man/cat8 missing (created) ./share/man/cat9 missing (created) ./share/man/catl missing (created) ./share/man/catn missing (created) ./share/man/man1 missing (created) ./share/man/man2 missing (created) ./share/man/man3 missing (created) ./share/man/man4 missing (created) ./share/man/man5 missing (created) ./share/man/man6 missing (created) ./share/man/man7 missing (created) ./share/man/man8 missing (created) ./share/man/man9 missing (created) ./share/man/manl missing (created) ./share/man/mann missing (created) ./share/nls missing (created) ./share/nls/C missing (created) ./share/nls/af_ZA.ISO8859-1 missing (created) ./share/nls/af_ZA.ISO8859-15 missing (created) ./share/nls/bg_BG.CP1251 missing (created) ./share/nls/cs_CZ.ISO8859-2 missing (created) ./share/nls/da_DK.ISO8859-1 missing (created) ./share/nls/da_DK.ISO8859-15 missing (created) ./share/nls/de_AT.ISO8859-1 missing (created) ./share/nls/de_AT.ISO8859-15 missing (created) ./share/nls/de_CH.ISO8859-1 missing (created) ./share/nls/de_CH.ISO8859-15 missing (created) ./share/nls/de_DE.ISO8859-1 missing (created) ./share/nls/de_DE.ISO8859-15 missing (created) ./share/nls/el_GR.ISO8859-7 missing (created) ./share/nls/en_AU.ISO8859-1 missing (created) ./share/nls/en_AU.ISO8859-15 missing (created) ./share/nls/en_AU.US-ASCII missing (created) ./share/nls/en_CA.ISO8859-1 missing (created) ./share/nls/en_CA.ISO8859-15 missing (created) ./share/nls/en_CA.US-ASCII missing (created) ./share/nls/en_GB.ISO8859-1 missing (created) ./share/nls/en_GB.ISO8859-15 missing (created) ./share/nls/en_GB.US-ASCII missing (created) ./share/nls/en_NZ.ISO8859-1 missing (created) ./share/nls/en_NZ.ISO8859-15 missing (created) ./share/nls/en_NZ.US-ASCII missing (created) ./share/nls/en_US.ISO8859-1 missing (created) ./share/nls/en_US.ISO8859-15 missing (created) ./share/nls/es_ES.ISO8859-1 missing (created) ./share/nls/es_ES.ISO8859-15 missing (created) ./share/nls/et_EE.ISO8859-15 missing (created) ./share/nls/fi_FI.ISO8859-1 missing (created) ./share/nls/fi_FI.ISO8859-15 missing (created) ./share/nls/fr_BE.ISO8859-1 missing (created) ./share/nls/fr_BE.ISO8859-15 missing (created) ./share/nls/fr_CA.ISO8859-1 missing (created) ./share/nls/fr_CA.ISO8859-15 missing (created) ./share/nls/fr_CH.ISO8859-1 missing (created) ./share/nls/fr_CH.ISO8859-15 missing (created) ./share/nls/fr_FR.ISO8859-1 missing (created) ./share/nls/fr_FR.ISO8859-15 missing (created) ./share/nls/hi_IN.ISCII-DEV missing (created) ./share/nls/hr_HR.ISO8859-2 missing (created) ./share/nls/hu_HU.ISO8859-2 missing (created) ./share/nls/is_IS.ISO8859-1 missing (created) ./share/nls/is_IS.ISO8859-15 missing (created) ./share/nls/it_CH.ISO8859-1 missing (created) ./share/nls/it_CH.ISO8859-15 missing (created) ./share/nls/it_IT.ISO8859-1 missing (created) ./share/nls/it_IT.ISO8859-15 missing (created) ./share/nls/ja_JP.SJIS missing (created) ./share/nls/ja_JP.eucJP missing (created) ./share/nls/ko_KR.eucKR missing (created) ./share/nls/la_LN.ISO8859-1 missing (created) ./share/nls/la_LN.ISO8859-15 missing (created) ./share/nls/la_LN.ISO8859-2 missing (created) ./share/nls/la_LN.ISO8859-4 missing (created) ./share/nls/la_LN.US-ASCII missing (created) ./share/nls/lt_LT.ISO8859-4 missing (created) ./share/nls/nl_BE.ISO8859-1 missing (created) ./share/nls/nl_BE.ISO8859-15 missing (created) ./share/nls/nl_NL.ISO8859-1 missing (created) ./share/nls/nl_NL.ISO8859-15 missing (created) ./share/nls/no_NO.ISO8859-1 missing (created) ./share/nls/no_NO.ISO8859-15 missing (created) ./share/nls/pl_PL.ISO8859-2 missing (created) ./share/nls/pt_BR.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-15 missing (created) ./share/nls/ro_RO.ISO8859-2 missing (created) ./share/nls/ru_RU.CP866 missing (created) ./share/nls/ru_RU.ISO8859-5 missing (created) ./share/nls/ru_RU.KOI8-R missing (created) ./share/nls/sk_SK.ISO8859-2 missing (created) ./share/nls/sl_SI.ISO8859-2 missing (created) ./share/nls/sv_SE.ISO8859-1 missing (created) ./share/nls/sv_SE.ISO8859-15 missing (created) ./share/nls/tr_TR.ISO8859-9 missing (created) ./share/nls/uk_UA.ISO8859-5 missing (created) ./share/nls/uk_UA.KOI8-U missing (created) ./share/nls/zh_CN.eucCN missing (created) ./share/nls/zh_TW.Big5 missing (created) ./share/skel missing (created) ./var missing (created) ./var/cache missing (created) ./var/db missing (created) ./var/log missing (created) ./var/run missing (created) ./var/spool missing (created) ./www missing (created) Executing: cd "/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build" && /opt/local/bin/meson install ninja: Entering directory `/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build' ninja: no work to do. Installing po/af/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/af/LC_MESSAGES Installing po/am/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/am/LC_MESSAGES Installing po/ar/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ar/LC_MESSAGES Installing po/as/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/as/LC_MESSAGES Installing po/ast/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ast/LC_MESSAGES Installing po/az/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/az/LC_MESSAGES Installing po/be/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/be/LC_MESSAGES Installing po/be@latin/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/be@latin/LC_MESSAGES Installing po/bg/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/bg/LC_MESSAGES Installing po/bn/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/bn/LC_MESSAGES Installing po/bn_IN/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/bn_IN/LC_MESSAGES Installing po/bs/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/bs/LC_MESSAGES Installing po/ca/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ca/LC_MESSAGES Installing po/ca@valencia/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ca@valencia/LC_MESSAGES Installing po/crh/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/crh/LC_MESSAGES Installing po/cs/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/cs/LC_MESSAGES Installing po/cy/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/cy/LC_MESSAGES Installing po/da/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/da/LC_MESSAGES Installing po/de/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/de/LC_MESSAGES Installing po/dz/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/dz/LC_MESSAGES Installing po/el/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/el/LC_MESSAGES Installing po/en_CA/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/en_CA/LC_MESSAGES Installing po/en_GB/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/en_GB/LC_MESSAGES Installing po/en@shaw/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/en@shaw/LC_MESSAGES Installing po/eo/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/eo/LC_MESSAGES Installing po/es/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/es/LC_MESSAGES Installing po/et/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/et/LC_MESSAGES Installing po/eu/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/eu/LC_MESSAGES Installing po/fa/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/fa/LC_MESSAGES Installing po/fi/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/fi/LC_MESSAGES Installing po/fr/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/fr/LC_MESSAGES Installing po/fur/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/fur/LC_MESSAGES Installing po/ga/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ga/LC_MESSAGES Installing po/gd/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/gd/LC_MESSAGES Installing po/gl/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/gl/LC_MESSAGES Installing po/gu/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/gu/LC_MESSAGES Installing po/gv/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/gv/LC_MESSAGES Installing po/he/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/he/LC_MESSAGES Installing po/hi/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/hi/LC_MESSAGES Installing po/hr/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/hr/LC_MESSAGES Installing po/hu/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/hu/LC_MESSAGES Installing po/id/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/id/LC_MESSAGES Installing po/is/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/is/LC_MESSAGES Installing po/it/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/it/LC_MESSAGES Installing po/ja/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ja/LC_MESSAGES Installing po/ka/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ka/LC_MESSAGES Installing po/kab/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/kab/LC_MESSAGES Installing po/kk/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/kk/LC_MESSAGES Installing po/km/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/km/LC_MESSAGES Installing po/kn/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/kn/LC_MESSAGES Installing po/ko/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ko/LC_MESSAGES Installing po/ku/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ku/LC_MESSAGES Installing po/ky/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ky/LC_MESSAGES Installing po/lt/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/lt/LC_MESSAGES Installing po/lv/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/lv/LC_MESSAGES Installing po/mai/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/mai/LC_MESSAGES Installing po/mg/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/mg/LC_MESSAGES Installing po/mjw/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/mjw/LC_MESSAGES Installing po/mk/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/mk/LC_MESSAGES Installing po/ml/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ml/LC_MESSAGES Installing po/mr/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/mr/LC_MESSAGES Installing po/ms/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ms/LC_MESSAGES Installing po/my/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/my/LC_MESSAGES Installing po/nb/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/nb/LC_MESSAGES Installing po/ne/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ne/LC_MESSAGES Installing po/nl/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/nl/LC_MESSAGES Installing po/nn/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/nn/LC_MESSAGES Installing po/oc/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/oc/LC_MESSAGES Installing po/or/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/or/LC_MESSAGES Installing po/pa/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/pa/LC_MESSAGES Installing po/pl/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/pl/LC_MESSAGES Installing po/pt/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/pt/LC_MESSAGES Installing po/pt_BR/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/pt_BR/LC_MESSAGES Installing po/ro/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ro/LC_MESSAGES Installing po/ru/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ru/LC_MESSAGES Installing po/rw/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/rw/LC_MESSAGES Installing po/si/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/si/LC_MESSAGES Installing po/sk/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/sk/LC_MESSAGES Installing po/sl/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/sl/LC_MESSAGES Installing po/sq/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/sq/LC_MESSAGES Installing po/sr/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/sr/LC_MESSAGES Installing po/sr@latin/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/sr@latin/LC_MESSAGES Installing po/sv/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/sv/LC_MESSAGES Installing po/ta/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ta/LC_MESSAGES Installing po/te/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/te/LC_MESSAGES Installing po/tg/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/tg/LC_MESSAGES Installing po/th/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/th/LC_MESSAGES Installing po/tr/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/tr/LC_MESSAGES Installing po/ug/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/ug/LC_MESSAGES Installing po/uk/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/uk/LC_MESSAGES Installing po/vi/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/vi/LC_MESSAGES Installing po/wa/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/wa/LC_MESSAGES Installing po/xh/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/xh/LC_MESSAGES Installing po/zh_CN/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/zh_CN/LC_MESSAGES Installing po/zh_HK/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/zh_HK/LC_MESSAGES Installing po/zh_TW/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/zh_TW/LC_MESSAGES Installing po/zu/LC_MESSAGES/totem.mo to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/locale/zu/LC_MESSAGES Installing data/appdata/org.gnome.Totem.appdata.xml to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/metainfo Installing data/totem-video-thumbnailer.1 to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/man/man1 Installing data/org.gnome.Totem.desktop to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/applications Installing help/bg/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/bg/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem Installing help/ca/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/ca/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem Installing help/cs/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/cs/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem Installing help/da/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/da/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem Installing help/de/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/de/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem Installing help/el/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/el/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem Installing help/en_GB/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/en_GB/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem Installing help/es/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/es/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem Installing help/eu/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/eu/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem Installing help/fi/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fi/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem Installing help/fr/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/fr/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem Installing help/gl/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/gl/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem Installing help/hr/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hr/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem Installing help/hu/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/hu/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem Installing help/id/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/id/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem Installing help/it/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/it/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem Installing help/ja/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/ja/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem Installing help/nb/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/nb/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem Installing help/oc/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/oc/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem Installing help/pa/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pa/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem Installing help/pl/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pl/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem Installing help/pt_BR/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/pt_BR/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem Installing help/ro/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ro/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem Installing help/ru/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/ru/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem Installing help/sl/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sl/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem Installing help/sv/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/sv/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem Installing help/te/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/te/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem Installing help/uk/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/uk/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem Installing help/zh_CN/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_CN/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem Installing help/zh_HK/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_HK/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem Installing help/zh_TW/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing help/zh_TW/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem Installing src/org.gnome.totem.enums.xml to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/glib-2.0/schemas Installing src/libtotem.0.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib Installing src/totem to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/bin Installing src/totem-video-thumbnailer to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/bin Installing src/totem-gallery-thumbnailer to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/libexec Installing src/Totem-1.0.gir to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/gir-1.0 Installing src/Totem-1.0.typelib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/girepository-1.0 Installing src/plugins/apple-trailers/libapple-trailers.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/apple-trailers Installing src/plugins/apple-trailers/apple-trailers.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/apple-trailers Installing src/plugins/autoload-subtitles/libautoload-subtitles.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/autoload-subtitles Installing src/plugins/autoload-subtitles/autoload-subtitles.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/autoload-subtitles Installing src/plugins/im-status/libtotem-im-status.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/im-status Installing src/plugins/im-status/totem-im-status.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/im-status Installing src/plugins/media-player-keys/libmedia-player-keys.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/media-player-keys Installing src/plugins/media-player-keys/media-player-keys.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/media-player-keys Installing src/plugins/open-directory/libopen-directory.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/open-directory Installing src/plugins/open-directory/open-directory.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/open-directory Installing src/plugins/properties/libmovie-properties.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/properties Installing src/plugins/properties/movie-properties.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/properties Installing src/plugins/recent/librecent.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/recent Installing src/plugins/recent/recent.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/recent Installing src/plugins/rotation/librotation.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/rotation Installing src/plugins/rotation/rotation.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/rotation Installing src/plugins/save-file/libsave-file.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/save-file Installing src/plugins/save-file/save-file.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/save-file Installing src/plugins/screensaver/libscreensaver.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/screensaver Installing src/plugins/screensaver/screensaver.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/screensaver Installing src/plugins/screenshot/libscreenshot.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/screenshot Installing src/plugins/screenshot/screenshot.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/screenshot Installing src/plugins/skipto/libskipto.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/skipto Installing src/plugins/skipto/skipto.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/skipto Installing src/plugins/variable-rate/libvariable-rate.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/variable-rate Installing src/plugins/variable-rate/variable-rate.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/variable-rate Installing src/plugins/vimeo/libvimeo.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/vimeo Installing src/plugins/vimeo/vimeo.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/vimeo Installing src/plugins/dbusservice/dbusservice.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/dbus Installing src/plugins/opensubtitles/opensubtitles.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/opensubtitles Installing src/plugins/pythonconsole/pythonconsole.plugin to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/pythonconsole Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/totem-plugin.h to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/include/totem/1.0 Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/totem-dirs.h to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/include/totem/1.0 Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/totem-interface.h to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/include/totem/1.0 Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/totem.h to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/include/totem/1.0 Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/icons/scalable/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/icons/hicolor/scalable/apps Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/icons/symbolic/org.gnome.Totem-symbolic.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/icons/hicolor/symbolic/apps Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/totem.1 to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/man/man1 Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/controls.ui to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/playlist.ui to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/preferences.ui to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/shortcuts.ui to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/totem.ui to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/uri.ui to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/data/org.gnome.Totem.service to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/dbus-1/services Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/data/totem.thumbnailer to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/thumbnailers Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/data/org.gnome.totem.gschema.xml to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/glib-2.0/schemas Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/data/totem.convert to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/GConf/gsettings Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/adjust-speed.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/channels.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/file-open.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/index.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/navigation.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/playing-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/preferences.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/properties.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/screenshot-gallery.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/screenshot.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/sound-language.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/sound-volume.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/supported-formats.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/troubleshooting-Audio-CD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/troubleshooting-debug.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/troubleshooting-DVD.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/troubleshooting-subtitles.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/view-zoom.page to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem/figures Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem/figures Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem/figures Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/help/C/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/C/totem/figures Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/meson-private/totem.pc to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/pkgconfig Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/screenshot/gallery.ui to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/screenshot Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/skipto/skipto.ui to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/skipto Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/dbusservice/dbusservice.py to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/dbus Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/opensubtitles/opensubtitles.py to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/opensubtitles Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/opensubtitles/hash.py to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/opensubtitles Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/opensubtitles/opensubtitles.ui to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/opensubtitles Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/plugins/opensubtitles/org.gnome.totem.plugins.opensubtitles.gschema.xml to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/glib-2.0/schemas Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/opensubtitles/opensubtitles.convert to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/GConf/gsettings Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/pythonconsole/pythonconsole.py to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/pythonconsole Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/pythonconsole/console.py to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/totem/plugins/pythonconsole Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/plugins/pythonconsole/org.gnome.totem.plugins.pythonconsole.gschema.xml to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/glib-2.0/schemas Installing /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/plugins/pythonconsole/pythonconsole.convert to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/GConf/gsettings Installing symlink pointing to libtotem.0.dylib to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/lib/libtotem.dylib Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/bg/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ca/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/cs/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/da/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/de/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/el/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/en_GB/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/es/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/eu/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fi/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/fr/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/gl/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hr/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/hu/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/id/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/it/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ja/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/nb/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/oc/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pa/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pl/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/pt_BR/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ro/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/ru/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sl/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/sv/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/te/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/uk/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_CN/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_HK/totem/figures/volume-button-slider.png Installing symlink pointing to ../../../C/totem/figures/dvd-gnome-notification.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem/figures/dvd-gnome-notification.png Installing symlink pointing to ../../../C/totem/figures/dvd-nautilus.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem/figures/dvd-nautilus.png Installing symlink pointing to ../../../C/totem/figures/org.gnome.Totem.svg to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem/figures/org.gnome.Totem.svg Installing symlink pointing to ../../../C/totem/figures/volume-button-slider.png to /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/destroot/opt/local/share/help/zh_TW/totem/figures/volume-button-slider.png Running custom install script '/opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 /opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/meson_compile_python.py' Running custom install script '/opt/local/bin/meson --internal gtkdoc --sourcedir=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2 --builddir=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build --subdir=docs/reference --headerdirs=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src --mainfile=totem-docs.xml --modulename=totem --moduleversion= --mode=auto --gtkdoc-scan=/opt/local/bin/gtkdoc-scan --gtkdoc-scangobj=/opt/local/bin/gtkdoc-scangobj --gtkdoc-mkdb=/opt/local/bin/gtkdoc-mkdb --gtkdoc-mkhtml=/opt/local/bin/gtkdoc-mkhtml --gtkdoc-fixxref=/opt/local/bin/gtkdoc-fixxref --htmlargs= --scanargs=--ignore-headers=bacon-resize.h bacon-time-label.h bacon-video-controls-actor.h bacon-video-spinner-actor.h bacon-video-widget-common.h bacon-video-widget-gst-missing-plugins.h bacon-video-widget-properties.h clock.h debug.h gd-fullscreen-filter.h gd-tagged-entry.h gnome-screenshot-widget.h gsd-media-keys-window.h gstscreenshot.h icon-helpers.h screenshot-filename-builder.h totem-aspect-frame.h totem-dnd-menu.h totem-dvb-setup.h totem-edit-chapter.h totem-fullscreen.h totem-gallery-progress.h totem-gallery.h totem-grilo.h totem-gst-helpers.h totem-gst-pixbuf-helpers.h totem-main-toolbar.h totem-menu.h totem-module.h totem-open-location.h totem-options.h totem-playlist.h totem-plugins-engine.h totem-plugin-manager.h totem-preferences.h totem-private.h totem-profile.h totem-python-plugin.h totem-resources.h totem-screenshot-plugin.h totem-screenshot.h totem-search-entry.h totem-selection-toolbar.h totem-session.h totem-skipto-plugin.h totem-skipto.h totem-statusbar.h totem-subtitle-encoding.h totem-time-entry.h totem-time-helpers.h totem-time-label.h totem-tracker-widget.h totem-uri.h video-utils.h --scanobjsargs= --gobjects-types-file=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/docs/reference/totem.types --fixxrefargs=--html-dir=/opt/local/share/gtk-doc/html/totem --mkdbargs=--name-space=totem --html-assets= --content-files= --expand-content-files= --ignore-headers= --installdir=/opt/local/share/gtk-doc/html/totem --cc=/usr/bin/clang --ld=/usr/bin/clang --cflags=-I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/. -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/subprojects/libgd/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/subprojects/libgd/. -pipe -Os -arch x86_64 -I/opt/local/include -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith --ldflags=-L/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src -Wl,-rpath,/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src -L/opt/local/lib -Wl,-rpath,/opt/local/lib -ltotem -L/opt/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lgstbase-1.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgsttag-1.0 -lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi -lclutter-gst-3.0 -lclutter-gtk-1.0 -lgtk-3 -lm -ltotem-plparser -lgirepository-1.0 -lpeas-1.0 -lpeas-gtk-1.0 -lgrilo-0.3 -lxml2 -lgrlpls-0.3 -lgnome-desktop-3 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -I/opt/local/include' --- stdout --- Building documentation for totem ERROR: Error in gtkdoc helper script: ERROR: ['/opt/local/bin/gtkdoc-scangobj', '--types=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/docs/reference/totem.types', '--module=totem', '--run=', '--cflags=-I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/. -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/subprojects/libgd/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/subprojects/libgd/. -pipe -Os -arch x86_64 -I/opt/local/include -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith', '--ldflags=-L/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src -Wl,-rpath,/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src -L/opt/local/lib -Wl,-rpath,/opt/local/lib -ltotem -L/opt/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lgstbase-1.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgsttag-1.0 -lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi -lclutter-gst-3.0 -lclutter-gtk-1.0 -lgtk-3 -lm -ltotem-plparser -lgirepository-1.0 -lpeas-1.0 -lpeas-gtk-1.0 -lgrilo-0.3 -lxml2 -lgrlpls-0.3 -lgnome-desktop-3 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -I/opt/local/include', '--cc=/usr/bin/clang', '--ld=/usr/bin/clang', '--output-dir=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/docs/reference'] failed with status 245 2024-03-26 12:15:55,980:scangobj.py:execute_command:1199:WARNING:Running scanner failed: -11, command: ./totem-scan --- stderr --- FAILED: install script '/opt/local/bin/meson --internal gtkdoc --sourcedir=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2 --builddir=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build --subdir=docs/reference --headerdirs=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src --mainfile=totem-docs.xml --modulename=totem --moduleversion= --mode=auto --gtkdoc-scan=/opt/local/bin/gtkdoc-scan --gtkdoc-scangobj=/opt/local/bin/gtkdoc-scangobj --gtkdoc-mkdb=/opt/local/bin/gtkdoc-mkdb --gtkdoc-mkhtml=/opt/local/bin/gtkdoc-mkhtml --gtkdoc-fixxref=/opt/local/bin/gtkdoc-fixxref --htmlargs= --scanargs=--ignore-headers=bacon-resize.h bacon-time-label.h bacon-video-controls-actor.h bacon-video-spinner-actor.h bacon-video-widget-common.h bacon-video-widget-gst-missing-plugins.h bacon-video-widget-properties.h clock.h debug.h gd-fullscreen-filter.h gd-tagged-entry.h gnome-screenshot-widget.h gsd-media-keys-window.h gstscreenshot.h icon-helpers.h screenshot-filename-builder.h totem-aspect-frame.h totem-dnd-menu.h totem-dvb-setup.h totem-edit-chapter.h totem-fullscreen.h totem-gallery-progress.h totem-gallery.h totem-grilo.h totem-gst-helpers.h totem-gst-pixbuf-helpers.h totem-main-toolbar.h totem-menu.h totem-module.h totem-open-location.h totem-options.h totem-playlist.h totem-plugins-engine.h totem-plugin-manager.h totem-preferences.h totem-private.h totem-profile.h totem-python-plugin.h totem-resources.h totem-screenshot-plugin.h totem-screenshot.h totem-search-entry.h totem-selection-toolbar.h totem-session.h totem-skipto-plugin.h totem-skipto.h totem-statusbar.h totem-subtitle-encoding.h totem-time-entry.h totem-time-helpers.h totem-time-label.h totem-tracker-widget.h totem-uri.h video-utils.h --scanobjsargs= --gobjects-types-file=/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/docs/reference/totem.types --fixxrefargs=--html-dir=/opt/local/share/gtk-doc/html/totem --mkdbargs=--name-space=totem --html-assets= --content-files= --expand-content-files= --ignore-headers= --installdir=/opt/local/share/gtk-doc/html/totem --cc=/usr/bin/clang --ld=/usr/bin/clang --cflags=-I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/. -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orc-0.4 -I/opt/local/include/clutter-1.0 -I/opt/local/include/cogl -I/opt/local/include/atk-1.0 -I/opt/local/include/json-glib-1.0 -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/fribidi -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/clutter-gst-3.0 -I/opt/local/include/clutter-gtk-1.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gsettings-desktop-schemas -I/opt/local/Library/Frameworks/Python.framework/Versions/3.10/include/pygobject-3.0 -I/opt/local/include/totem-pl-parser/1/plparser -I/opt/local/include/libxml2 -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/include/libpeas-1.0 -I/opt/local/include/grilo-0.3 -I/opt/local/include/gnome-desktop-3.0 -DLIBGD_GTK_HACKS=1 -DLIBGD__VIEW_COMMON=1 -DLIBGD_MAIN_ICON_VIEW=1 -DLIBGD_MAIN_LIST_VIEW=1 -DLIBGD_MAIN_VIEW=1 -DLIBGD_TAGGED_ENTRY=1 -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/gst/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src/backend/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/totem-3.38.2/subprojects/libgd/. -I/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/subprojects/libgd/. -pipe -Os -arch x86_64 -I/opt/local/include -DHAVE_CONFIG_H -D_REENTRANT -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -fno-strict-aliasing -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith --ldflags=-L/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src -Wl,-rpath,/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build/src -L/opt/local/lib -Wl,-rpath,/opt/local/lib -ltotem -L/opt/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lgstbase-1.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgsttag-1.0 -lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi -lclutter-gst-3.0 -lclutter-gtk-1.0 -lgtk-3 -lm -ltotem-plparser -lgirepository-1.0 -lpeas-1.0 -lpeas-gtk-1.0 -lgrilo-0.3 -lxml2 -lgrlpls-0.3 -lgnome-desktop-3 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -pipe -Os -arch x86_64 -I/opt/local/include' failed with exit code 1. Command failed: cd "/opt/local/var/macports/build/_opt_mports_macports-ports_gnome_totem/totem/work/build" && /opt/local/bin/meson install Exit code: 1 Error: Failed to destroot totem: command execution failed Error: See /opt/local/var/macports/logs/_opt_mports_macports-ports_gnome_totem/totem/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port totem failed macbookprocvr-2:~ christophe$