stefan pushed a commit to annotated tag v1.9.0. http://git.enlightenment.org/core/emotion_generic_players.git/commit/?id=485ee7e4cacf326b5f3458df929527b7a0b3efee
commit 485ee7e4cacf326b5f3458df929527b7a0b3efee Author: Stefan Schmidt <[email protected]> Date: Mon Feb 24 17:04:06 2014 +0100 Release version 1.9.0 --- NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d66fd76..bdebc48 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ Improvements: * Simplify player version dir fallback to match efl 1.9 simplification changes * Emotion_generic_players - commented out unused func. * Emotion VLC: no more need to send the size twice. + * Emotion VLC: use Eina_Bool instead of int for bools. + * Emotion VLC: defer the resource free until the video is actually stopped. Fixes: @@ -19,3 +21,7 @@ Fixes: * Check for libvlc >= 2.0 as a minimum as we use 2.x funcs * Emotion VLC: remove quite all the old hacks from loading stage which fixes the problem that audio was audible on start + * Emotion VLC: fix the random-player-stop bug !! + * Emotion VLC: fix send position_change while paused. + * Emotion VLC: recreate the player when end reached. + * Emotion VLC: fix the volume/mute bug. diff --git a/configure.ac b/configure.ac index cc603e0..a079f33 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || ech ##-- When released, remove the dnl on the below line dnl m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line -m4_define([relname], [beta2]) +m4_define([relname], [dev]) dnl m4_define([v_rel], [-release relname]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])], @@ -18,7 +18,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([emotion_generic_players], [v_ver-beta2], [[email protected]]) +AC_INIT([emotion_generic_players], [v_ver], [[email protected]]) AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) --
