# New ports collection makefile for: rhythmbox # Date created: 17 August 2003 # Whom: Joe Marcus Clarke # # $FreeBSD$ # $MCom: ports/audio/rhythmbox/Makefile,v 1.67 2006/10/12 19:04:47 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.7 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org COMMENT= Audio player for GNOME LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ id3tag.0:${PORTSDIR}/audio/libid3tag \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ soup-2.2.8:${PORTSDIR}/devel/libsoup \ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media USE_BZIP2= yes USE_XLIB= yes USE_GETTEXT= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner WANT_GNOME= yes USE_GSTREAMER= flac mad gnomevfs gconf jpeg USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 INSTALLS_ICONS= yes CONFIGURE_ENV= LIBS="-lm" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" GCONF_SCHEMAS= rhythmbox.schemas OPTIONS= DAAP "Enable iTunes music sharing" off \ IPOD "Enable iPod support" on \ FAAD "Enable FAAD decoder support" off \ NOTIFY "Enable libnotify support" on \ VORBIS "Enable Ogg/Vorbis support" on \ GDA "Enable GDA database storage" off \ LIRC "Enable Infrared syncing support" off .include .if ${OSVERSION} < 500000 BROKEN= Does not build on 4.X .endif .if !defined(WITHOUT_VORBIS) USE_GSTREAMER+= vorbis .else CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest .endif .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif .if defined(WITH_GDA) USE_GNOME+= libgda2 CONFIGURE_ARGS+=--with-database=libgda .else CONFIGURE_ARGS+=--with-database=tree .endif .if defined(WITH_LIRC) LIB_DEPENDS+= lirc_client.so:${PORTSDIR}/comms/lirc PLIST_SUB+= LIRC="" CONFIGURE_ARGS+=--enable-lirc .else CONFIGURE_ARGS+=--disable-lirc PLIST_SUB+= LIRC="@comment " .endif .if defined(WITH_DAAP) CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi PLIST_SUB+= DAAP="" .else .if exists(${LOCALBASE}/lib/libavahi-client.a) LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi .endif CONFIGURE_ARGS+= --disable-daap PLIST_SUB+= DAAP="@comment " .endif .if !defined(WITHOUT_NOTIFY) LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+= --disable-libnotify .endif .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 " .endif .if !defined(WITHOUT_IPOD) LIB_DEPENDS+= gpod.400:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-ipod PLIST_SUB+= IPOD="" .else CONFIGURE_ARGS+=--without-ipod PLIST_SUB+= IPOD="@comment " .endif post-patch: @${CP} ${FILESDIR}/audioscrobbler-ui.xml \ ${WRKSRC}/plugins/audioscrobbler .include FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.arrowd2018-06-301-1/+1
* Update lang/ghc 8.4.2 and the hs-* ports the newer versionstcberner2018-05-261-1/+1
* Switch C compiler used to compile GHC to base Clang.tcberner2018-02-101-0/+1
* - Update The Glorious Glasgow Haskell Compiler to version 8.0.2tcberner2017-08-092-3/+4
* - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-212-5/+4
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.8.3pgj2014-08-113-6/+5
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-291-1/+1
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
* - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-101-1/+0
* - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-101-1/+1
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Add an explicit dependency on pkgconfantoine2013-09-121-0/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-051-3/+1
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-061-1/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-201-6/+1
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-1/+1
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-041-1/+1
* - update png to 1.5.10dinoex2012-06-011-0/+1
* - Update to 0.12.1pgj2012-02-132-6/+3
* Bump PORTREVISION of all ports dependent on lang/ghc as duringashish2011-05-261-0/+1