freebsd-ports/audio/kscd-kde4/Makefile
Jason E. Hale 71d691f01b MFH: r476022
The webservice that audio/libmusicbrainz3 interfaces with will cease operation
on 2018-08-01. Add upstream patch to use audio/libmusicbrainz5 for track lookup
operations instead.

Reviewed by:	rakuco
Obtained from:	KDE git repo
Differential Revision:	https://reviews.freebsd.org/D16536

Approved by:	ports-secteam (blanket)
2018-07-31 21:17:37 +00:00

27 lines
595 B
Makefile

# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
# $FreeBSD$
PORTNAME= kscd
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 5
CATEGORIES= audio kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= CD Player for KDE
LICENSE= GPLv2
LIB_DEPENDS= libdiscid.so:audio/libdiscid \
libmusicbrainz5.so:audio/libmusicbrainz5
USES= cmake:outsource kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= phonon moc_build qmake_build rcc_build uic_build
OPTIONS_DEFINE= ALSA
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_EXTRA_PATCHES_OFF= ${FILESDIR}/extrapatch-no_alsa
.include <bsd.port.mk>