[SCM] libgroove/upstream: Release 3.0.7

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Mon Mar 17 02:20:50 UTC 2014


The following commit has been merged in the upstream branch:
commit 8d6e41eb45b61d5b618b199b74912000ffbc5e9a
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sun Mar 16 19:14:30 2014 -0700

    Release 3.0.7

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0e23dd..20d4900 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
-### Version 3.0.5 (release pending)
+### Version 3.0.7 (2014-03-16)
+
+ * build: fix cmake warnings
+ * use ebur128 true peak instead of sample peak
+ * fix bug where accessing "album" metadata would instead
+   return the "album_artist"
+ * update to libav 10 beta2
+ * use the compand filter to allow setting the gain to > 1.0. Closes #45
+ * log error when cannot set up filter graph
+ * loudness scanning: fix crash for songs with 0 frames. Closes #48
+ * playlist example: fix race condition
+
+### Version 3.0.6 (2014-02-20)
+
+ * build: avoid useless dependencies
+
+### Version 3.0.5 (2014-02-20)
 
  * update to libav dff1c19140e70. Closes #16 ASF seeking bug
+ * build: use GNUInstallDirs
 
 ### Version 3.0.4 (2014-02-09)
  
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc7d814..fd64ce0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ include(GNUInstallDirs)
 set(LIBGROOVE_STATUS "yes")
 set(LIBGROOVE_VERSION_MAJOR 3)
 set(LIBGROOVE_VERSION_MINOR 0)
-set(LIBGROOVE_VERSION_PATCH 6)
+set(LIBGROOVE_VERSION_PATCH 7)
 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