Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 06:52:31 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392666 - head/audio/libgroove
Message-ID:  <201507220652.t6M6qVFO094263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Jul 22 06:52:30 2015
New Revision: 392666
URL: https://svnweb.freebsd.org/changeset/ports/392666

Log:
  - Belatedly update to version 4.2.1
  - Move SDL dependency from LIB_DEPENDS into USE_SDL
  - Add LICENSE_FILE, fix whitespace bugs, cleanup Makefile
  - Augment port description text while I'm here
  
  PR:	199211

Modified:
  head/audio/libgroove/Makefile
  head/audio/libgroove/distinfo
  head/audio/libgroove/pkg-descr

Modified: head/audio/libgroove/Makefile
==============================================================================
--- head/audio/libgroove/Makefile	Wed Jul 22 05:41:10 2015	(r392665)
+++ head/audio/libgroove/Makefile	Wed Jul 22 06:52:30 2015	(r392666)
@@ -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>

Modified: head/audio/libgroove/distinfo
==============================================================================
--- head/audio/libgroove/distinfo	Wed Jul 22 05:41:10 2015	(r392665)
+++ head/audio/libgroove/distinfo	Wed Jul 22 06:52:30 2015	(r392666)
@@ -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

Modified: head/audio/libgroove/pkg-descr
==============================================================================
--- head/audio/libgroove/pkg-descr	Wed Jul 22 05:41:10 2015	(r392665)
+++ head/audio/libgroove/pkg-descr	Wed Jul 22 06:52:30 2015	(r392666)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507220652.t6M6qVFO094263>