summaryrefslogtreecommitdiffstats
path: root/audio/moc/Makefile
blob: e76286ff28f6b5ea84d3059ec6c0d9e60b3d83a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Created by: Revis Zinkov <rzinkov@gmail.com>
# $FreeBSD$

PORTNAME=	moc
PORTVERSION=	2.4.4
PORTREVISION=	13
CATEGORIES=	audio
MASTER_SITES=	ftp://ftp.daper.net/pub/soft/moc/stable/

MAINTAINER=	rzinkov@gmail.com
COMMENT=	Console audio player designed to be powerful and easy to use

USES=		gmake pkgconfig
USE_BZIP2=	yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

OPTIONS_DEFINE=	JACK MP3 FFMPEG MUSEPACK VORBIS FLAC SNDFILE SPEEX SAMPLERATE CURL RCC
OPTIONS_DEFAULT=	MP3 VORBIS FLAC CURL
CURL_DESC=	curl support (Internet streams)
RCC_DESC=	RCC support

JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
JACK_CONFIGURE_OFF=	--without-jack

MP3_LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad \
		libid3tag.so:${PORTSDIR}/audio/libid3tag
MP3_PLIST_FILES=	lib/moc/decoder_plugins/libmp3_decoder.a \
		lib/moc/decoder_plugins/libmp3_decoder.la \
		lib/moc/decoder_plugins/libmp3_decoder.so
MP3_CONFIGURE_OFF=	--without-mp3

MUSEPACK_LIB_DEPENDS=	libmpcdec.so:${PORTSDIR}/audio/musepack \
		libtag_c.so:${PORTSDIR}/audio/taglib
MUSE_PACK_PLIST_FILES=	lib/moc/decoder_plugins/libmusepack_decoder.a \
		lib/moc/decoder_plugins/libmusepack_decoder.la \
		lib/moc/decoder_plugins/libmusepack_decoder.so
MUSEPACK_CONFIGURE_OFF=	--without-musepack

VORBIS_LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
VORBIS_PLIST_FILES=	lib/moc/decoder_plugins/libvorbis_decoder.a \
		lib/moc/decoder_plugins/libvorbis_decoder.la \
		lib/moc/decoder_plugins/libvorbis_decoder.so
VORBIS_CONFIGURE_OFF=	--without-ogg

FLAC_LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audio/flac
FLAC_PLIST_FILES=	lib/moc/decoder_plugins/libflac_decoder.a \
		lib/moc/decoder_plugins/libflac_decoder.la \
		lib/moc/decoder_plugins/libflac_decoder.so
FLAC_CONFIGURE_OFF=	--without-flac

FFMPEG_LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
FFMPEG_PLIST_FILES=   lib/moc/decoder_plugins/libffmpeg_decoder.a \
		lib/moc/decoder_plugins/libffmpeg_decoder.la \
		lib/moc/decoder_plugins/libffmpeg_decoder.so
FFMPEG_CONFIGURE_OFF=	--without-ffmpeg

SNDFILE_LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile
SNDFILE_PLIST_FILES=	lib/moc/decoder_plugins/libsndfile_formats_decoder.a \
		lib/moc/decoder_plugins/libsndfile_formats_decoder.la \
		lib/moc/decoder_plugins/libsndfile_formats_decoder.so
SNDFILE_CONFIGURE_OFF=	--without-sndfile

SPEEX_LIB_DEPENDS=	libspeex.so:${PORTSDIR}/audio/speex
SPEEX_PLIST_FILES=	lib/moc/decoder_plugins/libspeex_decoder.a \
		lib/moc/decoder_plugins/libspeex_decoder.la \
		lib/moc/decoder_plugins/libspeex_decoder.so
SPEEX_CONFIGURE_OFF=	--without-speex

SAMPLERATE_LIB_DEPENDS=	libsamplerate.so:${PORTSDIR}/audio/libsamplerate
SAMPLERATE_CONFIGURE_OFF=	--without-samplerate

CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
CURL_CONFIGURE_OFF=	--without-curl

RCC_LIB_DEPENDS=	librcc.so:${PORTSDIR}/devel/librcc \
		librcd.so:${PORTSDIR}/devel/librcd
RCC_CONFIGURE_OFF=	--without-rcc

.include <bsd.port.mk>
OpenPOWER on IntegriCloud