Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eaa2f9e0e7223a2650b0c0ef84a5426ff356b795)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eaa2f9e0e7223a2650b0c0ef84a5426ff356b795)
  • Date: Sun, 22 Aug 2021 19:39:29 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

audio-libs/chromaprint/DEPENDS | 7 +++----
audio-libs/chromaprint/DETAILS | 1 +
audio-libs/chromaprint/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit eaa2f9e0e7223a2650b0c0ef84a5426ff356b795
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

chromaprint: Switch dep to LIBAVCODEC; PATCHLEVEL++

diff --git a/audio-libs/chromaprint/DEPENDS b/audio-libs/chromaprint/DEPENDS
index 7836a1f..f1cf28b 100755
--- a/audio-libs/chromaprint/DEPENDS
+++ b/audio-libs/chromaprint/DEPENDS
@@ -1,4 +1,3 @@
-source $GRIMOIRE/CMAKE_DEPENDS &&
-
-depends ffmpeg &&
-depends -sub CXX gcc
+. "$GRIMOIRE"/CMAKE_DEPENDS &&
+depends LIBAVCODEC &&
+depends -sub CXX gcc
diff --git a/audio-libs/chromaprint/DETAILS b/audio-libs/chromaprint/DETAILS
index b78068f..cdc2a66 100755
--- a/audio-libs/chromaprint/DETAILS
+++ b/audio-libs/chromaprint/DETAILS
@@ -1,6 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=chromaprint
VERSION=1.5.0
+ PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/acoustid/chromaprint/releases/download/v$VERSION/$SOURCE

SOURCE_HASH=sha512:25ab3f7834581a8204ac09614fef6036c801f5f8b7b72a864701ca0de8082b2458a2bd7c075d53451581d770898576411cdcfb23ce609bc82f9d9b395cc1a129
diff --git a/audio-libs/chromaprint/HISTORY b/audio-libs/chromaprint/HISTORY
index 56d731f..af2dc42 100644
--- a/audio-libs/chromaprint/HISTORY
+++ b/audio-libs/chromaprint/HISTORY
@@ -1,3 +1,7 @@
+2021-08-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: switched to LIBAVCODEC; it can build against either version
+ * DETAILS: PATCHLEVEL++
+
2020-08-10 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.5.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eaa2f9e0e7223a2650b0c0ef84a5426ff356b795), Ismael Luceno, 08/22/2021

Archive powered by MHonArc 2.6.24.

Top of Page