[SCM] libgroove/upstream: Release 3.1.0

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Sat Apr 19 22:37:16 UTC 2014


The following commit has been merged in the upstream branch:
commit 6070c3676a992e881a20c72f8ee78b86a66cc24e
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sat Apr 19 13:49:16 2014 -0700

    Release 3.1.0

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8adbd59..5af2cb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+### Version 3.1.0 (2014-04-19)
+
+ * add acoustid fingerprinter sink. Closes #19
+ * build: revert GNUInstallDirs
+ * update to libav 10.1
+
 ### Version 3.0.8 (2014-04-01)
 
  * loudness scanning: fix memory corruption when scanning large album
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 616f15f..0206da9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,8 +5,8 @@ include(ExternalProject)
 
 set(LIBGROOVE_STATUS "yes")
 set(LIBGROOVE_VERSION_MAJOR 3)
-set(LIBGROOVE_VERSION_MINOR 0)
-set(LIBGROOVE_VERSION_PATCH 8)
+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