2003-08-19 03:33:00 +02:00
|
|
|
# New ports collection makefile for: rhythmbox
|
|
|
|
# Date created: 17 August 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2003-05-18 19:20:19 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-11-05 06:29:26 +01:00
|
|
|
# $MCom: ports/audio/rhythmbox/Makefile,v 1.40 2005/10/28 08:03:53 jylefort Exp $
|
2003-05-18 19:20:19 +02:00
|
|
|
#
|
|
|
|
|
2003-08-19 03:33:00 +02:00
|
|
|
PORTNAME= rhythmbox
|
2006-04-19 08:17:15 +02:00
|
|
|
PORTVERSION= 0.9.4
|
2006-04-20 18:13:25 +02:00
|
|
|
PORTREVISION= 1
|
2003-05-18 19:20:19 +02:00
|
|
|
CATEGORIES= audio gnome
|
2004-04-16 22:53:40 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-11-05 06:29:26 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
|
2003-08-19 03:33:00 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
2003-05-18 19:20:19 +02:00
|
|
|
|
2005-07-20 19:19:48 +02:00
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
2003-05-18 19:20:19 +02:00
|
|
|
COMMENT= Audio player for the Gnome 2 desktop environment
|
|
|
|
|
2004-03-17 06:21:35 +01:00
|
|
|
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
2005-11-05 06:29:26 +01:00
|
|
|
id3tag.0:${PORTSDIR}/audio/libid3tag \
|
|
|
|
totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \
|
2006-04-19 08:17:15 +02:00
|
|
|
dbus-1.2:${PORTSDIR}/devel/dbus \
|
|
|
|
sexy.1:${PORTSDIR}/x11-toolkits/libsexy \
|
|
|
|
gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2
|
2003-05-18 19:20:19 +02:00
|
|
|
|
2004-04-16 22:53:40 +02:00
|
|
|
USE_BZIP2= yes
|
2003-05-18 19:20:19 +02:00
|
|
|
USE_X_PREFIX= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2003-05-18 19:20:19 +02:00
|
|
|
USE_GMAKE= yes
|
2005-11-05 06:29:26 +01:00
|
|
|
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner
|
2006-04-19 08:17:15 +02:00
|
|
|
WANT_GNOME= yes
|
2005-11-05 06:29:26 +01:00
|
|
|
USE_GSTREAMER= flac mad gnomevfs gconf jpeg
|
2006-04-19 08:17:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-12 01:38:18 +02:00
|
|
|
CONFIGURE_ARGS= --enable-nautilus-menu
|
2005-11-05 06:29:26 +01:00
|
|
|
CONFIGURE_ENV= LIBS="-lm" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
|
2004-01-09 03:42:09 +01:00
|
|
|
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
|
2003-05-18 19:20:19 +02:00
|
|
|
|
2004-11-24 01:14:56 +01:00
|
|
|
GCONF_SCHEMAS= rhythmbox.schemas
|
|
|
|
|
2005-11-05 06:29:26 +01:00
|
|
|
OPTIONS= IPOD "Enable iPod support" off \
|
|
|
|
DAAP "Enable iTunes music sharing" off \
|
2006-02-02 08:58:16 +01:00
|
|
|
FAAD "Enable FAAD decoder support" off \
|
2006-04-19 08:17:15 +02:00
|
|
|
NOTIFY "Enable libnotify support" on \
|
|
|
|
VORBIS "Enable Ogg/Vorbis support" on
|
2004-04-16 22:53:40 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-11-19 04:56:58 +01:00
|
|
|
.if ${OSVERSION} < 500000
|
2006-02-05 01:43:59 +01:00
|
|
|
BROKEN= Does not build on 4.X
|
2005-11-19 04:56:58 +01:00
|
|
|
.endif
|
|
|
|
|
2004-04-16 22:53:40 +02:00
|
|
|
.ifdef (WITH_IPOD)
|
|
|
|
CONFIGURE_ARGS+= --enable-ipod
|
|
|
|
.endif
|
2003-05-18 19:20:19 +02:00
|
|
|
|
2006-04-19 08:17:15 +02:00
|
|
|
.if !defined(WITHOUT_VORBIS)
|
2005-02-28 23:16:10 +01:00
|
|
|
USE_GSTREAMER+= vorbis
|
|
|
|
.else
|
2003-09-09 07:51:05 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest
|
2003-05-18 19:20:19 +02:00
|
|
|
.endif
|
|
|
|
|
2005-11-05 06:29:26 +01:00
|
|
|
.if defined(WITH_FAAD)
|
2005-02-28 23:16:10 +01:00
|
|
|
USE_GSTREAMER+= faad
|
|
|
|
.endif
|
|
|
|
|
2005-11-05 06:29:26 +01:00
|
|
|
.if defined(WITH_DAAP)
|
|
|
|
CONFIGURE_ARGS+= --enable-daap --with-mdns=howl
|
|
|
|
LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup \
|
|
|
|
howl.0:${PORTSDIR}/net/howl
|
|
|
|
.else
|
|
|
|
.if exists(${LOCALBASE}/lib/libhowl.a)
|
|
|
|
LIB_DEPENDS+= howl.0:${PORTSDIR}/net/howl
|
|
|
|
.endif
|
|
|
|
CONFIGURE_ARGS+= --disable-daap
|
|
|
|
.endif
|
|
|
|
|
2006-02-02 08:58:16 +01:00
|
|
|
.if !defined(WITHOUT_NOTIFY)
|
|
|
|
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-libnotify
|
|
|
|
.endif
|
|
|
|
|
2006-04-19 08:17:15 +02:00
|
|
|
.if ${HAVE_GNOME:Mpygtk2}!=""
|
|
|
|
USE_PYTHON= yes
|
|
|
|
.include "${PORTSDIR}/Mk/bsd.python.mk"
|
|
|
|
USE_GNOME+= pygtk2
|
|
|
|
CONFIGURE_ARGS+=--enable-python
|
|
|
|
PLIST_SUB+= PYTHON=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-python
|
|
|
|
PLIST_SUB+= PYTHON="@comment "
|
2003-09-21 19:07:18 +02:00
|
|
|
.endif
|
2003-05-18 19:20:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|