summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox3/Makefile
blob: 4bad9554179ac8ecf8f4c3794ee66e2422d933ca (plain) (blame)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# New ports collection makefile for:    rhythmbox
# Date created:     17 August 2003
# Whom:         Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/audio/rhythmbox3/Makefile,v 1.1 2011/05/04 18:44:36 kwm Exp $
#

PORTNAME=   rhythmbox
PORTVERSION=    2.90.1
CATEGORIES= audio gnome
#MASTER_SITES=  GNOME
MASTER_SITES=   LOCAL/kwm
DIST_SUBDIR=    gnome3

MAINTAINER= marcus@FreeBSD.org
COMMENT=    Audio player for GNOME

BUILD_DEPENDS=  ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \
        g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS=    musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
            musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \
        totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \
        dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
        peas-1.0.0:${PORTSDIR}/devel/libpeas \
        json-glib-1.0.0:${PORTSDIR}/devel/json-glib \
        soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \
        gnome-media-profiles-3.0.0:${PORTSDIR}/multimedia/libgnome-media-profiles \
        brasero-media3.3:${PORTSDIR}/sysutils/brasero3

CONFLICTS=  rhythmbox-0.[0-9]*

LATEST_LINK=    rhythmbox3
USE_BZIP2=  yes
USE_GETTEXT=    yes
INSTALLS_OMF=   yes
USE_XORG=   ice xproto
USE_GMAKE=  yes
USE_GNOME=  gnomehack intlhack gnomeprefix gtk30
WANT_GNOME= yes
USE_GSTREAMER=  flac mp3 jpeg cdparanoia vorbis
USE_AUTOTOOLS=  libtool
CONFIGURE_ARGS= --disable-vala
INSTALLS_ICONS= yes
INSTALLS_OMF=   yes
USE_LDCONFIG=   yes
CPPFLAGS=   -I${LOCALBASE}/include
CONFIGURE_ENV=  LDFLAGS="-L${LOCALBASE}/lib"

GLIB_SCHEMAS=   org.gnome.rhythmbox.gschema.xml

#OPTIONS=   DAAP "Enable iTunes music sharing" off \
OPTIONS=    IPOD "Enable iPod support" off \
        FAAD "Enable FAAD decoder support" off \
        NOTIFY "Enable libnotify support" on \
        PYTHON "Enable python based plugins" on \
        LIRC "Enable Infrared syncing support" off \
        MTP "Enable MS Media Transfer Protocol support" off \
        WEBKIT "Enable HTML view" off \
        ITMS_PLUGIN "Enable iTunes browser plugin" off

MAN1=       rhythmbox-client.1 rhythmbox.1

.include <bsd.port.options.mk>

.if defined(WITH_FAAD)
USE_GSTREAMER+= faad
.endif

.if defined(WITH_LIRC)
LIB_DEPENDS+=   lirc_client.2:${PORTSDIR}/comms/lirc
PLIST_SUB+= LIRC=""
CONFIGURE_ARGS+=--enable-lirc
.else
CONFIGURE_ARGS+=--disable-lirc
PLIST_SUB+= LIRC="@comment "
.endif

.if defined(WITH_MTP)
LIB_DEPENDS+=   mtp.11:${PORTSDIR}/audio/libmtp \
        hal.1:${PORTSDIR}/sysutils/hal
PLIST_SUB+= MTP=""
CONFIGURE_ARGS+=--with-mtp
.else
CONFIGURE_ARGS+=--without-mtp
PLIST_SUB+= MTP="@comment "
.endif

#.if defined(WITH_DAAP)
# needs http://www.flyn.org/projects/libdmapsharing/
#CONFIGURE_ARGS+=--enable-daap  --with-mdns=avahi
#LIB_DEPENDS+=  avahi-client:${PORTSDIR}/net/avahi-app \
#           gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
#PLIST_SUB+=    DAAP=""
#.else
#.if exists(${LOCALBASE}/lib/libavahi-client.a)
#LIB_DEPENDS+=  avahi-client:${PORTSDIR}/net/avahi-app
#.endif
CONFIGURE_ARGS+=--disable-daap
PLIST_SUB+= DAAP="@comment "
#.endif

.if !defined(WITHOUT_NOTIFY)
LIB_DEPENDS+=   notify.4:${PORTSDIR}/devel/libnotify
PLIST_SUB+= NOTIFY=""
.else
CONFIGURE_ARGS+=--disable-libnotify
PLIST_SUB+= NOTIFY="@comment "
.endif

.if defined(WITH_PYTHON)
USE_PYTHON= yes
USE_GSTREAMER+= python
CONFIGURE_ARGS+=--enable-python
PLIST_SUB+= PYTHON=""
.else
CONFIGURE_ARGS+=--disable-python
PLIST_SUB+= PYTHON="@comment "
.endif

.if !defined(WITHOUT_IPOD)
LIB_DEPENDS+=   gpod.7:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-ipod
PLIST_SUB+= IPOD=""
.else
CONFIGURE_ARGS+=--without-ipod
PLIST_SUB+= IPOD="@comment "
.endif

.if !defined(WITHOUT_ITMS_PLUGIN)
USE_WEBPLUGINS= gecko19 webkit-gtk3
WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"

CONFIGURE_ARGS+=--enable-browser-plugin
CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR}
PLIST_SUB+= ITMS_PLUGIN=""
.else
CONFIGURE_ARGS+=--disable-browser-plugin
PLIST_SUB+= ITMS_PLUGIN="@comment "
.endif

.if defined(WITH_WEBKIT)
LIB_DEPENDS+=   webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3
CONFIGURE_ARGS+=--with-webkit
PLIST_SUB+= WEBKIT=""
.else
CONFIGURE_ARGS+=--without-webkit
PLIST_SUB+= WEBKIT="@comment "
.endif

.include <bsd.port.mk>