Index: head/audio/libgroove/Makefile =================================================================== --- head/audio/libgroove/Makefile (revision 392665) +++ head/audio/libgroove/Makefile (revision 392666) @@ -1,29 +1,29 @@ -# Created by: gahr +# Created by: Pietro Cerutti # $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 + libspeexdsp.so:${PORTSDIR}/audio/speexdsp -USES= cmake:outsource -USE_LDCONFIG= yes - 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 Index: head/audio/libgroove/distinfo =================================================================== --- head/audio/libgroove/distinfo (revision 392665) +++ head/audio/libgroove/distinfo (revision 392666) @@ -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 Index: head/audio/libgroove/pkg-descr =================================================================== --- head/audio/libgroove/pkg-descr (revision 392665) +++ head/audio/libgroove/pkg-descr (revision 392666) @@ -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