diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 16:13:10 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 21:05:49 +0200 |
commit | 042d9ead88a8127a8e4cad00be2d0969f84ad5d6 (patch) | |
tree | 081c389cf9abe9b1d8d292f936bfa3715294a703 /audio | |
parent | irc/ircII: Update MASTER_SITES and WWW entries (diff) |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aqualung/Makefile | 11 |
1 files 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;" "" |