diff --git a/multimedia/kew/Makefile b/multimedia/kew/Makefile index 9f99c88f4d8c..5b7a5144da11 100644 --- a/multimedia/kew/Makefile +++ b/multimedia/kew/Makefile @@ -1,38 +1,38 @@ PORTNAME= kew DISTVERSIONPREFIX= v DISTVERSION= 2.7.2 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org -COMMENT= Command-line music player +COMMENT= Command-line music player with the terminal user interface (TUI) WWW= https://github.com/ravachol/kew LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation fails with incompatible pointer, see https://github.com/ravachol/kew/issues/118 LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libchafa.so:graphics/chafa \ libfftw3f.so:math/fftw3-float \ libfreeimage.so:graphics/freeimage \ libnotify.so:devel/libnotify \ libopus.so:audio/opus \ libopusfile.so:audio/opusfile \ libvorbis.so:audio/libvorbis USES= gettext-runtime gmake gnome pkgconfig USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= ravachol MAKE_ARGS= CC=${CC} PREFIX=${PREFIX} PLIST_FILES= bin/kew \ share/man/man1/kew.1.gz post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kew .include diff --git a/multimedia/kew/pkg-descr b/multimedia/kew/pkg-descr index a3f4c3a94508..bed4d615482a 100644 --- a/multimedia/kew/pkg-descr +++ b/multimedia/kew/pkg-descr @@ -1,10 +1,10 @@ kew is a command-line music player. Features: * Search a music library with partial titles. * Creates a playlist based on a matched directory. -* Has gapless playback (between files of the same format and type) and supports - 24-bit audio. * Control the player with previous, next and pause. -* Edit the playlist by enqueueing and removing songs. -* Private and offline, no data is collected by kew. +* Edit the playlist by adding and removing songs. +* Supports gapless playback (between files of the same format and type). +* Supports MP3, FLAC, MPEG-4 (AAC, M4A, MP4), OPUS, OGG and WAV audio. +* Private, no data is collected by kew.