- enable daap support now that we have avahi
This commit is contained in:
parent
441f4abb76
commit
dd88596676
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2009/06/02 04:23:22 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2009/06/03 19:04:43 ajacoutot Exp $
|
||||
|
||||
COMMENT= music management application for GNOME
|
||||
|
||||
GNOME_PROJECT= rhythmbox
|
||||
GNOME_VERSION= 0.12.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
SHARED_LIBS += rhythmbox-core 0.0 # .0.0
|
||||
CATEGORIES= audio
|
||||
@ -20,20 +20,19 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
||||
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
||||
Xrender art_lgpl_2 asn1 atk-1.0 bonobo-2 sqlite3 \
|
||||
bonobo-activation bonoboui-2 c cairo com_err crypto \
|
||||
dbus-1 dbus-glib-1 expat fontconfig freetype \
|
||||
gailutil gconf-2 gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 \
|
||||
glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 \
|
||||
gnome-keyring gnomecanvas-2 gnomevfs-2 gnutls gobject-2.0 \
|
||||
gpg-error gssapi gstbase-0.10 gstcontroller-0.10 \
|
||||
gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10 \
|
||||
gthread-2.0 gtk-x11-2.0 krb5 m neon nspr4 nss3 \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
||||
plc4 plds4 png popt pthread smime3 softokn3 soup-2.4 \
|
||||
ssl ssl3 tasn1 util xml2 z
|
||||
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
|
||||
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
|
||||
WANTLIB += Xrender art_lgpl_2 asn1 atk-1.0 avahi-client avahi-common
|
||||
WANTLIB += avahi-glib bonobo-2 bonobo-activation bonoboui-2 c
|
||||
WANTLIB += cairo com_err crypto dbus-1 dbus-glib-1 expat fontconfig
|
||||
WANTLIB += freetype gailutil gconf-2 gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2
|
||||
WANTLIB += gnome-keyring gnomecanvas-2 gnomevfs-2 gnutls gobject-2.0
|
||||
WANTLIB += gpg-error gssapi gstbase-0.10 gstcontroller-0.10 gstinterfaces-0.10
|
||||
WANTLIB += gstpbutils-0.10 gstreamer-0.10 gthread-2.0 gtk-x11-2.0
|
||||
WANTLIB += krb5 m neon nspr4 nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 plc4 plds4 png popt pthread smime3 softokn3
|
||||
WANTLIB += soup-2.4 sqlite3 ssl ssl3 tasn1 util xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome \
|
||||
@ -70,8 +69,10 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-schemas-install \
|
||||
--with-database=tree \
|
||||
--with-gnome-keyring \
|
||||
--with-mdns=avahi \
|
||||
--with-x \
|
||||
--enable-python \
|
||||
--enable-daap \
|
||||
--disable-scrollkeeper \
|
||||
--without-hal \
|
||||
--without-mtp \
|
||||
@ -83,9 +84,6 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-browser-plugin \
|
||||
--disable-fm-radio \
|
||||
--disable-lirc
|
||||
# no need to enable avahi without daap
|
||||
CONFIGURE_ARGS+= --disable-daap \
|
||||
--without-mdns
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2009/05/31 14:11:36 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2009/06/03 19:04:43 ajacoutot Exp $
|
||||
@bin bin/rhythmbox
|
||||
@bin bin/rhythmbox-client
|
||||
lib/librhythmbox-core.la
|
||||
@ -42,6 +42,13 @@ lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml
|
||||
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin
|
||||
lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la
|
||||
lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
|
||||
lib/rhythmbox/plugins/daap/
|
||||
lib/rhythmbox/plugins/daap/daap-prefs.ui
|
||||
lib/rhythmbox/plugins/daap/daap-ui.xml
|
||||
lib/rhythmbox/plugins/daap/daap.rb-plugin
|
||||
lib/rhythmbox/plugins/daap/libdaap.la
|
||||
lib/rhythmbox/plugins/daap/libdaap.so
|
||||
lib/rhythmbox/plugins/daap/rb-daap-glue.h
|
||||
lib/rhythmbox/plugins/generic-player/
|
||||
lib/rhythmbox/plugins/generic-player/generic-player-ui.xml
|
||||
lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin
|
||||
|
Loading…
Reference in New Issue
Block a user