[SCM] libgroove/upstream: Release 4.0.3

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Sat May 31 19:00:02 UTC 2014


The following commit has been merged in the upstream branch:
commit 4fa7d7a6e754c779a73f1547d6de2a2c79dfe2d1
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sat May 31 11:56:31 2014 -0700

    Release 4.0.3

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25d987b..a46fff7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+### Version 4.0.3 (2014-05-31)
+
+ * build: update bundled libav to latest stable 10 release
+ * build: link player with -lrt for clock_gettime. closes #67
+ * playlist: fix case where filter graph was not being rebuilt. closes #65
+ * playlist: fix race condition segfault when attaching a sink
+ * encoder: properly reset encoding when flush or playlist end is encountered.
+   closes #66
+
 ### Version 4.0.2 (2014-05-20)
 
  * player: thread cleanup only if thread was initialized - fixes potential
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eaf17bf..b31381f 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 2)
+set(LIBGROOVE_VERSION_PATCH 3)
 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