[SCM] libgroove/upstream: Release 4.0.2

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 1ad2c7a2e1cc01f534ffe54354c577bbd1f18015
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Tue May 20 16:13:32 2014 -0700

    Release 4.0.2

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 110570c..25d987b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+### Version 4.0.2 (2014-05-20)
+
+ * player: thread cleanup only if thread was initialized - fixes potential
+   crash on player detach
+ * build: look for includes in the current source tree. Fixes an issue when a
+   previous version of the library is installed.
+ * build: on unix link with -lm
+
 ### Version 4.0.1 (2014-05-13)
 
  * groove_playlist_get_position: always set seconds even when item is NULL
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a182808..0cf792e 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 1)
+set(LIBGROOVE_VERSION_PATCH 2)
 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