This also updates its backends, due to some API changes it's easier to this in a single batch. The biggest news here are that phonon-gstreamer switches to GStreamer 1.0, finally.
15 lines
548 B
Makefile
15 lines
548 B
Makefile
# $OpenBSD: phonon.port.mk,v 1.4 2014/11/01 20:32:54 zhuk Exp $
|
|
MODPHONON_WANTLIB = ${MODKDE4_LIB_DIR}/phonon_s
|
|
MODPHONON_LIB_DEPENDS = phonon->=4.8.0:multimedia/phonon
|
|
|
|
# If enabled (default), make sure at least one Phonon backend is
|
|
# installed prior installing affected port.
|
|
MODPHONON_PLUGIN_DEPS ?= Yes
|
|
.if ${MODPHONON_PLUGIN_DEPS:L} == "yes"
|
|
MODPHONON_RUN_DEPENDS = phonon-vlc-*|phonon-vlc-*:multimedia/phonon-backend/vlc
|
|
.endif
|
|
|
|
WANTLIB += ${MODPHONON_WANTLIB}
|
|
LIB_DEPENDS += ${MODPHONON_LIB_DEPENDS}
|
|
RUN_DEPENDS += ${MODPHONON_RUN_DEPENDS}
|