diff options
author | danfe <danfe@FreeBSD.org> | 2016-03-03 10:44:30 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-03-03 10:44:30 +0800 |
commit | 16b01bc19373ca579d0ce96ecc0e60f8c4a591b1 (patch) | |
tree | 52e53061b75c507a33358408677d4540f941a457 /audio | |
parent | 0eb0f9ed5452d915ede601e6b21f0f4b63824b9c (diff) | |
download | freebsd-ports-gnome-16b01bc19373ca579d0ce96ecc0e60f8c4a591b1.tar.gz freebsd-ports-gnome-16b01bc19373ca579d0ce96ecc0e60f8c4a591b1.tar.zst freebsd-ports-gnome-16b01bc19373ca579d0ce96ecc0e60f8c4a591b1.zip |
- Provide better port description text
- Point WWW line to a working homepage
- Transfer maintainership to submitter
- Convert to USES=localbase while here
PR: 201379
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aqualung/Makefile | 7 | ||||
-rw-r--r-- | audio/aqualung/pkg-descr | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index 4375b2cb4208..d780ded212dd 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.0 CATEGORIES= audio MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Music player with rich features LICENSE= GPLv2+ @@ -29,14 +29,11 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libcdio_paranoia.so:${PORTSDIR}/sysutils/libcdio-paranoia \ liblrdf.so:${PORTSDIR}/textproc/liblrdf -USES= gettext lua pkgconfig +USES= gettext localbase lua pkgconfig USE_GNOME= gtk20 libxml2 libxslt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ifp=no -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - DESKTOP_ENTRIES="Aqualung" "" "${DATADIR}/general.png" "aqualung" \ "Audio;AudioVideo;GTK;" "" diff --git a/audio/aqualung/pkg-descr b/audio/aqualung/pkg-descr index 9091f16e6232..ffb12a525e2c 100644 --- a/audio/aqualung/pkg-descr +++ b/audio/aqualung/pkg-descr @@ -1,4 +1,8 @@ -Aqualung is a music player. It plays audio files from your filesystem -and has the feature of inserting no gaps between adjacent tracks. +Aqualung is an advanced music player originally targeted at the GNU/Linux +operating system. Today it is also running on FreeBSD and OpenBSD, with +native ports to Mac OS X and even Microsoft Windows. It plays audio CDs, +internet radio streams and podcasts as well as sound files in just about +any audio format, and has a feature of inserting no gaps between adjacent +tracks. -WWW: http://aqualung.factorial.hu/ +WWW: http://aqualung.jeremyevans.net/ |