[SCM] libgroove/upstream: Release 4.0.1

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Wed May 14 02:26:58 UTC 2014


The following commit has been merged in the upstream branch:
commit 91fd49c9231e1658a49ad207752c8094c1cdf03b
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Tue May 13 18:27:20 2014 -0700

    Release 4.0.1

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e813227..110570c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+### Version 4.0.1 (2014-05-13)
+
+ * groove_playlist_get_position: always set seconds even when item is NULL
+ * playlist: correct generation of the sink map
+   - fixes potential error when adding multiple sinks
+   - optimizes some cases where sinks can share filter graph chain
+   - dummy player now uses disable_resample optimization
+ * dummy player: avoid floating point error accumulation
+
 ### Version 4.0.0 (2014-05-12)
 
  * GrooveBuffer struct contains the presentation time stamp
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eeb5150..6f794f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ include(ExternalProject)
 set(LIBGROOVE_STATUS "yes")
 set(LIBGROOVE_VERSION_MAJOR 4)
 set(LIBGROOVE_VERSION_MINOR 0)
-set(LIBGROOVE_VERSION_PATCH 0)
+set(LIBGROOVE_VERSION_PATCH 1)
 set(LIBGROOVE_VERSION "${LIBGROOVE_VERSION_MAJOR}.${LIBGROOVE_VERSION_MINOR}.${LIBGROOVE_VERSION_PATCH}")
 message("Configuring libgroove version ${LIBGROOVE_VERSION}")
 file(GLOB_RECURSE LIBGROOVE_SOURCES ${CMAKE_SOURCE_DIR}/groove/*.c)

-- 
libgroove packaging



More information about the pkg-multimedia-commits mailing list