openbsd-ports/audio/amused/Makefile
op 433ecff279 update audio/amused to 0.10
changelog:

- changed the default output of 'amused status'
- print the status after 'amused consume' or 'amused repeat'
- fixed 'amused load' with an empty playlist
- the on|off argument to 'amused consume/repeat' is now optional
- added a consume mode
- pledge earlier
- rework (and document) the events reported by "amused monitor" (some were added/removed)
- added contrib/amused-monitor: ncurses tui written in perl (not installed by default)
- added 'amused status -f <fmt>' to customize the output format
- clarify how non-regular or non-supported files in the playlist are treated
- handle fdopen failures gracefully
- use (a modified version of) kristaps' oconfigure; amused is portable now!
- added ability to seek
- keep track of current position and total duration of the track
- don't get stuck if the server fails to start
- improved error reporting when failing to play a song
2022-07-13 13:54:20 +00:00

29 lines
469 B
Makefile

COMMENT = minimalistic music player
DISTNAME = amused-0.10
CATEGORIES = audio
HOMEPAGE = https://projects.omarpolo.com/amused.html
MAINTAINER = Omar Polo <op@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
# uses pledge
WANTLIB += FLAC c event mpg123 opusfile sndio util vorbisfile
MASTER_SITES = https://ftp.omarpolo.com/
LIB_DEPENDS = audio/flac \
audio/libvorbis \
audio/mpg123 \
audio/opusfile
CONFIGURE_STYLE = simple
NO_TEST = Yes
.include <bsd.port.mk>