openbsd-ports/meta/audacious/Makefile
bket eb3c6a1dda Update to audacious-4.2
Release notes can be found at
https://audacious-media-player.org/news/53-audacious-4-2-released.

Bumped minor of libaudqt, which is part of player. Player installs
system-wide icons so add x11/gtk+3,-guic as RDEP (found by portcheck).

OK caspar@
2022-07-12 17:28:04 +00:00

12 lines
242 B
Makefile

COMMENT = audacious meta-package
VERSION = 4.2
PKGNAME = audacious-${VERSION}
MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
RUN_DEPENDS = audio/audacious/player>=${VERSION} \
audio/audacious/plugins>=${VERSION}
.include <bsd.port.mk>