pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/moodbar moodbar: Update to 1.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f2cfe131450
branches: trunk
changeset: 342372:7f2cfe131450
user: nia <nia%pkgsrc.org@localhost>
date: Fri Oct 18 17:14:34 2019 +0000
description:
moodbar: Update to 1.2
Switch to a live upstream. This should be a drop-in replacement...
diffstat:
audio/moodbar/DESCR | 15 ++++++---------
audio/moodbar/Makefile | 30 +++++++++++++++++-------------
audio/moodbar/PLIST | 3 +--
audio/moodbar/distinfo | 10 +++++-----
4 files changed, 29 insertions(+), 29 deletions(-)
diffs (83 lines):
diff -r 7538a6e1ab77 -r 7f2cfe131450 audio/moodbar/DESCR
--- a/audio/moodbar/DESCR Fri Oct 18 16:55:50 2019 +0000
+++ b/audio/moodbar/DESCR Fri Oct 18 17:14:34 2019 +0000
@@ -1,9 +1,6 @@
-The Moodbar is an algorithm for creating a colorful visual
-representation of the contents of an audio file, giving an idea of
-its "mood" (this is a rather fanciful term for the simple analysis
-it actually does). The Moodbar was invented by Gavin Wood and
-Simon O'Keefe for inclusion in the Amarok music player.
-
-This package contains a GStreamer plugin with elements that are
-used in the moodbar analysis, and an application that actually does
-the analysis.
+Moodbar is a music visualization method that assigns colors to different
+parts of a track and presents them as a timeline. Applied to a music player,
+the main goal is to help the user navigate within a particular track. For
+example, if the user wants to skip to the first chorus of a song, a good
+moodbar implementation should be able to provide a hint of where this might
+occur in the timeline.
diff -r 7538a6e1ab77 -r 7f2cfe131450 audio/moodbar/Makefile
--- a/audio/moodbar/Makefile Fri Oct 18 16:55:50 2019 +0000
+++ b/audio/moodbar/Makefile Fri Oct 18 17:14:34 2019 +0000
@@ -1,20 +1,24 @@
-# $NetBSD: Makefile,v 1.9 2017/09/03 08:36:49 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.10 2019/10/18 17:14:34 nia Exp $
-DISTNAME= moodbar-0.1.2
-PKGREVISION= 5
+DISTNAME= moodbar-1.2
CATEGORIES= audio
-MASTER_SITES= http://pwsp.net/~qbob/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=exaile/}
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE= https://amarok.kde.org/wiki/Moodbar
-COMMENT= Tool to show the "mood" of a track
-LICENSE= gnu-gpl-v2
+HOMEPAGE= https://github.com/exaile/moodbar
+COMMENT= Audio timeline visualization
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++14
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
+# C++14
+GCC_REQD+= 5
-.include "../../math/fftwf/buildlink3.mk"
-.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../devel/meson/build.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7538a6e1ab77 -r 7f2cfe131450 audio/moodbar/PLIST
--- a/audio/moodbar/PLIST Fri Oct 18 16:55:50 2019 +0000
+++ b/audio/moodbar/PLIST Fri Oct 18 17:14:34 2019 +0000
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/15 17:16:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/10/18 17:14:34 nia Exp $
bin/moodbar
-lib/gstreamer-0.10/libmoodbar.la
diff -r 7538a6e1ab77 -r 7f2cfe131450 audio/moodbar/distinfo
--- a/audio/moodbar/distinfo Fri Oct 18 16:55:50 2019 +0000
+++ b/audio/moodbar/distinfo Fri Oct 18 17:14:34 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:12:41 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/10/18 17:14:34 nia Exp $
-SHA1 (moodbar-0.1.2.tar.gz) = cd7bd8243aa432100694c5d09ab67b78bbfe1d74
-RMD160 (moodbar-0.1.2.tar.gz) = 240d9ad764bbcd95e886fd1de3169d3a0395a674
-SHA512 (moodbar-0.1.2.tar.gz) = 52616c870eedd643198792e398807205dd257ecc092dfd4b909a98c77b8f4d986bbfe9694fcc5653b07253f88e175f185b1cf3b397af2089eefd2625a13b70f3
-Size (moodbar-0.1.2.tar.gz) = 327715 bytes
+SHA1 (moodbar-1.2.tar.xz) = d8c42db9c6eb9cacad22f10e1122cea922cad1e3
+RMD160 (moodbar-1.2.tar.xz) = 6e8a8e337a8f0f0540dc547295f32dbbd247dfcf
+SHA512 (moodbar-1.2.tar.xz) = 810dbc259e5224a5a5966d2f5f7fff0c0a364f264f536c566190d180ad1fdacc58e71d1a655ef5415eb8d029f442128adf97d10fbd6e840bda5a8cc3d78cb5c4
+Size (moodbar-1.2.tar.xz) = 26136 bytes
Home |
Main Index |
Thread Index |
Old Index