[SCM] libgroove/upstream: Release 4.1.0

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Sat Jun 14 01:19:27 UTC 2014


The following commit has been merged in the upstream branch:
commit 6c3db3c8e60d9ded2dea6e7916a5c426b81270bf
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Fri Jun 13 18:08:00 2014 -0700

    Release 4.1.0

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81eba0c..2021102 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+### Version 4.1.0 (2014-06-13)
+
+ * playlist: added `groove_playlist_set_fill_mode`. Allows you to choose between
+   buffering until all sinks are full and buffering until any sinks are full.
+
 ### Version 4.0.4 (2014-06-03)
 
  * Fixed a race condition where seeking to a different playlist item and then
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d7ac5a9..7270313 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,8 +5,8 @@ include(ExternalProject)
 
 set(LIBGROOVE_STATUS "yes")
 set(LIBGROOVE_VERSION_MAJOR 4)
-set(LIBGROOVE_VERSION_MINOR 0)
-set(LIBGROOVE_VERSION_PATCH 4)
+set(LIBGROOVE_VERSION_MINOR 1)
+set(LIBGROOVE_VERSION_PATCH 0)
 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