[SCM] libgroove/upstream: Release 3.1.1

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Mon Apr 21 07:10:45 UTC 2014


The following commit has been merged in the upstream branch:
commit 9ac0d0590600ec94a6831ecb786262cc25753a54
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon Apr 21 00:09:21 2014 -0700

    Release 3.1.1

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5af2cb1..01c178f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+### Version 3.1.1 (2014-04-21)
+ * fingerprinter example: add --raw option
+ * fingerprinter sink: add error checking to chromaprint function calls
+ * fingerprinter sink: fix documentation. raw fingerprints are signed 32-bit
+   integers, not unsigned 32-bit integers.
+ * fingerprinter sink: change `void *` to `int32_t *` for encode/decode
+   functions
+
 ### Version 3.1.0 (2014-04-19)
 
  * add acoustid fingerprinter sink. Closes #19
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0206da9..90069cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ include(ExternalProject)
 set(LIBGROOVE_STATUS "yes")
 set(LIBGROOVE_VERSION_MAJOR 3)
 set(LIBGROOVE_VERSION_MINOR 1)
-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