diff options
author | danfe <danfe@FreeBSD.org> | 2016-03-03 02:44:30 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-03-03 02:44:30 +0000 |
commit | 426ef42748f02854c67c97e73307c850c458c65f (patch) | |
tree | 52e53061b75c507a33358408677d4540f941a457 | |
parent | 5448970c41d5e933aa8623a49230e040ff306645 (diff) | |
download | FreeBSD-ports-426ef42748f02854c67c97e73307c850c458c65f.zip FreeBSD-ports-426ef42748f02854c67c97e73307c850c458c65f.tar.gz |
- Provide better port description text
- Point WWW line to a working homepage
- Transfer maintainership to submitter
- Convert to USES=localbase while here
PR: 201379
-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 4375b2c..d780ded 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 9091f16..ffb12a5 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/ |