diff options
-rw-r--r-- | audio/libgroove/Makefile | 20 | ||||
-rw-r--r-- | audio/libgroove/distinfo | 4 | ||||
-rw-r--r-- | audio/libgroove/pkg-descr | 8 |
3 files changed, 17 insertions, 15 deletions
diff --git a/audio/libgroove/Makefile b/audio/libgroove/Makefile index 208a43ee4ed6..8219014660b0 100644 --- a/audio/libgroove/Makefile +++ b/audio/libgroove/Makefile @@ -1,29 +1,29 @@ -# Created by: gahr +# Created by: Pietro Cerutti <gahr@FreeBSD.org> # $FreeBSD$ PORTNAME= libgroove -PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTVERSION= 4.2.1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org COMMENT= Audio dispatching library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ - libchromaprint.so:${PORTSDIR}/audio/chromaprint \ + libchromaprint.so:${PORTSDIR}/audio/chromaprint \ libebur128.so:${PORTSDIR}/audio/libebur128 \ - libspeexdsp.so:${PORTSDIR}/audio/speexdsp \ - libSDL2.so:${PORTSDIR}/devel/sdl20 - -USES= cmake:outsource -USE_LDCONFIG= yes + libspeexdsp.so:${PORTSDIR}/audio/speexdsp USE_GITHUB= yes GH_ACCOUNT= andrewrk +USES= cmake:outsource +USE_SDL= sdl2 +USE_LDCONFIG= yes + PLIST_SUB+= VER1=${PORTVERSION:R:R} \ - VER3=${PORTVERSION} + VER3=${PORTVERSION} .include <bsd.port.mk> diff --git a/audio/libgroove/distinfo b/audio/libgroove/distinfo index f4a3cbc5b216..48aebd57d914 100644 --- a/audio/libgroove/distinfo +++ b/audio/libgroove/distinfo @@ -1,2 +1,2 @@ -SHA256 (andrewrk-libgroove-4.1.1_GH0.tar.gz) = a852936e5da65e1729bc85b20e2a6ace71c3813abd77dac44759b3db8659bea6 -SIZE (andrewrk-libgroove-4.1.1_GH0.tar.gz) = 8591724 +SHA256 (andrewrk-libgroove-4.2.1_GH0.tar.gz) = 82ba73ff44a3359f10899a11522521bdc9256b8bfad082a3fac49915e9f4d70f +SIZE (andrewrk-libgroove-4.2.1_GH0.tar.gz) = 46363 diff --git a/audio/libgroove/pkg-descr b/audio/libgroove/pkg-descr index fb7bb4e4d4d7..07349fa2cc0d 100644 --- a/audio/libgroove/pkg-descr +++ b/audio/libgroove/pkg-descr @@ -1,5 +1,7 @@ -Audio dispatching library. Generic sink-based interface. Provides decoding, -encoding, resampling, and gain adjustment. Perfect for the backend of a -music player. +This library provides decoding and encoding of audio on a playlist. It is +intended to be used as a backend for music player applications. That said, +it is also generic enough to be used as a backend for any streaming audio +processing utility. It provides decoding, encoding, resampling, and gain +adjustment. WWW: https://github.com/andrewrk/libgroove |