[SCM] libgroove/upstream: Release 4.0.4

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Tue Jun 3 17:46:01 UTC 2014


The following commit has been merged in the upstream branch:
commit 44159e38ba2ffc9152885ae66c3541f462364383
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Tue Jun 3 10:44:13 2014 -0700

    Release 4.0.4

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a46fff7..81eba0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+### Version 4.0.4 (2014-06-03)
+
+ * Fixed a race condition where seeking to a different playlist item and then
+   back would have a window of time where it could report the wrong position.
+ * Properly play and pause network streams.
+
 ### Version 4.0.3 (2014-05-31)
 
  * build: update bundled libav to latest stable 10 release
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b31381f..d7ac5a9 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 3)
+set(LIBGROOVE_VERSION_PATCH 4)
 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