head 1.2; access; symbols pkgsrc-2019Q1:1.1.0.58 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.56 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.54 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.52 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.50 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.48 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.46 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.42 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.40 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.38 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.36 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.34 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.32 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.30 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.28 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.26 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.24 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.22 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.20 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.18 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.16 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.14 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.12 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.10 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.8 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.6 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.4 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.2 pkgsrc-2012Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2019.06.18.12.38.36; author nia; state dead; branches; next 1.1; commitid ZJgRY8tOnibHvFrB; 1.1 date 2012.05.06.23.13.49; author dholland; state Exp; branches; next ; desc @@ 1.2 log @gxine: Update to 0.5.910. Fix build. pkgsrc changes: * Use newer spidermonkey instead of ancient firefox 3.6 xulrunner. * Use gtk3 by default. 0.5.910: 2017-12-28 * Improve Gtk3 support. (still not enabled by default, use --with-gtk3). * Fix running under Wayland. * Improve portability. * Improve build system. Require automake 1.11. * Fix memory and resource leaks. 0.5.909: 2017-07-18 * Dust removal. Support for recent glib and gtk+ versions. * Require glib 2.32 or later. * Require gtk+ 2.18 or later. * Portability improvements. * Linkage fixes. * #include fixes. * Fix memory and resource leaks. * Initial support for gtk+ 3. * Call XInitThreads even with XCB. (Fixes some video output methods.) 0.5.908: 2014-05-10 * Add input support for xineliboutput. * Use libgudev when available (HAL is obsolete). * Linkage fixes. * GLib #include fixes. * Stop g_remove_source() error spew. 0.5.907: 2012-02-21 * Fix compilation with that nice stable API in libmozjs. - There's a jsval change in Firefox 9. - Firefox 10 drops JSFloat64 (looks like cleanup). * Fix a build failure which occurs when how to retrieve certain HAL properties isn't known. (Observed on Debian hurd-i386.) * Quiet build (with automake 1.11 or later). Also silence inlining complaints (from libmozjs headers). * Playlist segmentation fault fix. * input_menu() works again. 0.5.906: 2011-08-11 * Reset pointer shape on stream stop/eject. * Use re-entrant versions of xine-lib's XML parser functions (if available). * gxine.desktop now says that gxine can accept files or URLs. * Handle gamma, sharpness and noise reduction controls (if supported by the selected video output driver). * Add vo_*.available (whether a given control is available). * Handle iconisation of the video window by preventing hiding & re-showing while the window is iconised. * Portability changes (pthreads, console redirection). * Czech translation update. * More GDK functions over X11: - prefer GDK for cursors and setting windows focus - prefer X11 for system tray and GTK video window * Windows port of GTK video widget. * Handle relative paths in m3u playlists. * Fix focus grabbing (in the absence of Xinerama). @ text @$NetBSD: patch-src_engine_c,v 1.1 2012/05/06 23:13:49 dholland Exp $ Fix build with latest glib2. --- src/engine.c~ 2009-12-19 16:18:41.000000000 +0000 +++ src/engine.c @@@@ -30,7 +30,7 @@@@ #include #include -#include +#include #include "engine.h" #include "ui.h" @ 1.1 log @Build fixes for new glib2. @ text @d1 1 a1 1 $NetBSD$ @