Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 19:08:04 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 042d9ead88a8 - main - audio/aqualung: Remove support for libcddb and some minor changes to Makefile
Message-ID:  <202406061908.456J84se077641@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=042d9ead88a8127a8e4cad00be2d0969f84ad5d6

commit 042d9ead88a8127a8e4cad00be2d0969f84ad5d6
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-06 14:13:10 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-06 19:05:49 +0000

    audio/aqualung: Remove support for libcddb and some minor changes to Makefile
    
    * Remove support for deprecated library libcddb
    * Remove GNU_CONFIGURE_MANPREFIX
    * Move USE_GNOME to USES section
    
    Approved by:    portmgr (blanket, build and compliance)
---
 audio/aqualung/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile
index 347c92970d54..cae31bc61971 100644
--- a/audio/aqualung/Makefile
+++ b/audio/aqualung/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	aqualung
 DISTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	portmaster@BSDforge.com
@@ -11,7 +12,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libFLAC.so:audio/flac \
 		libmp3lame.so:audio/lame \
-		libcddb.so:audio/libcddb \
 		libmad.so:audio/libmad \
 		libmodplug.so:audio/libmodplug \
 		libogg.so:audio/libogg \
@@ -32,12 +32,15 @@ LIB_DEPENDS=	libFLAC.so:audio/flac \
 		libfontconfig.so:x11-fonts/fontconfig
 
 USES=		autoreconf compiler:c++11-lang cpe gettext gnome localbase lua:52 pkgconfig
+USE_GNOME=	cairo gdkpixbuf2 gtk20 libxml2 libxslt
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	jeremyevans
-USE_GNOME=	cairo gdkpixbuf2 gtk20 libxml2 libxslt
+
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
-CONFIGURE_ARGS=	--with-ifp=no
+
+CONFIGURE_ARGS=	--with-cddb=no \
+		--with-ifp=no
 
 DESKTOP_ENTRIES="Aqualung" "" "${DATADIR}/general.png" "aqualung" \
 		"Audio;AudioVideo;GTK;" ""



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