diff options
author | nia <nia@pkgsrc.org> | 2019-10-18 17:14:34 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-10-18 17:14:34 +0000 |
commit | 73a0a9a7fc297ec4cc45c53fbacf5567f486f614 (patch) | |
tree | 62c6908cbca945726238add30e4f91a1d5ceba76 /audio | |
parent | 198b10328b67826199693d5566e1c6d78a0c5ec8 (diff) | |
download | pkgsrc-73a0a9a7fc297ec4cc45c53fbacf5567f486f614.tar.gz |
moodbar: Update to 1.2
Switch to a live upstream. This should be a drop-in replacement...
Diffstat (limited to 'audio')
-rw-r--r-- | audio/moodbar/DESCR | 15 | ||||
-rw-r--r-- | audio/moodbar/Makefile | 28 | ||||
-rw-r--r-- | audio/moodbar/PLIST | 3 | ||||
-rw-r--r-- | audio/moodbar/distinfo | 10 |
4 files changed, 28 insertions, 28 deletions
diff --git a/audio/moodbar/DESCR b/audio/moodbar/DESCR index b5646782df6..563a0da25ee 100644 --- a/audio/moodbar/DESCR +++ b/audio/moodbar/DESCR @@ -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 --git a/audio/moodbar/Makefile b/audio/moodbar/Makefile index 817f4e59f3f..266b345927a 100644 --- a/audio/moodbar/Makefile +++ b/audio/moodbar/Makefile @@ -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 -#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 -GNU_CONFIGURE= yes -USE_LIBTOOL= yes USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++14 -.include "../../math/fftwf/buildlink3.mk" -.include "../../multimedia/gstreamer0.10/buildlink3.mk" +# C++14 +GCC_REQD+= 5 + +.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 --git a/audio/moodbar/PLIST b/audio/moodbar/PLIST index 1a744894e31..8b976e96d43 100644 --- a/audio/moodbar/PLIST +++ b/audio/moodbar/PLIST @@ -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 --git a/audio/moodbar/distinfo b/audio/moodbar/distinfo index d3bcd1ab1b9..d80f925abf3 100644 --- a/audio/moodbar/distinfo +++ b/audio/moodbar/distinfo @@ -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 |