diff options
author | markd <markd@pkgsrc.org> | 2019-12-22 06:17:10 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-12-22 06:17:10 +0000 |
commit | 9c8f179980e4fa1799e83d58d158dcd123a5c530 (patch) | |
tree | 7047b860df596f37de4bcf9bb15f0951d8c8221c /audio | |
parent | 1d8bb0b184ae9a5b0a1bc7bbb379ba3d1d89e999 (diff) | |
download | pkgsrc-9c8f179980e4fa1799e83d58d158dcd123a5c530.tar.gz |
rhythmbox: fix "hal" option handling and PLIST
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox/Makefile | 7 | ||||
-rw-r--r-- | audio/rhythmbox/PLIST | 8 | ||||
-rw-r--r-- | audio/rhythmbox/options.mk | 8 |
3 files changed, 11 insertions, 12 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index ce8911f2cd3..230683f164a 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.165 2019/11/06 14:34:29 wiz Exp $ +# $NetBSD: Makefile,v 1.166 2019/12/22 06:17:10 markd Exp $ DISTNAME= rhythmbox-3.4.2 PKGREVISION= 12 @@ -26,16 +26,18 @@ CONFIGURE_ARGS+= --disable-fm-radio CONFIGURE_ARGS+= --without-gudev CONFIGURE_ARGS+= --enable-vala CONFIGURE_ARGS+= --with-brasero +CONFIGURE_ARGS+= --with-ipod BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool DEPENDS+= gst-plugins1-libav-[0-9]*:../../multimedia/gst-plugins1-libav -DEPENDS+= gst-plugins1-good-[0-9]*:../../multimedia/gst-plugins1-libav +DEPENDS+= gst-plugins1-good-[0-9]*:../../multimedia/gst-plugins1-good DEPENDS+= gst-plugins1-oss-[0-9]*:../../audio/gst-plugins1-oss DEPENDS+= grilo-plugins-[0-9]*:../../net/grilo-plugins DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 .include "../../lang/python/application.mk" +.include "../../audio/libgpod/buildlink3.mk" .include "../../comms/lirc/buildlink3.mk" .include "../../databases/tdb/buildlink3.mk" .include "../../devel/dconf/buildlink3.mk" @@ -43,7 +45,6 @@ DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 .include "../../devel/glib2/schemas.mk" .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/libpeas/buildlink3.mk" -.include "../../devel/libmtp/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/vala/buildlink3.mk" .include "../../multimedia/gstreamer1/buildlink3.mk" diff --git a/audio/rhythmbox/PLIST b/audio/rhythmbox/PLIST index 03fba45e216..3d0c6d36808 100644 --- a/audio/rhythmbox/PLIST +++ b/audio/rhythmbox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2018/05/29 03:26:10 youri Exp $ +@comment $NetBSD: PLIST,v 1.30 2019/12/22 06:17:10 markd Exp $ bin/rhythmbox bin/rhythmbox-client include/rhythmbox/backends/rb-encoder.h @@ -85,6 +85,8 @@ lib/rhythmbox/plugins/audiocd/audiocd.plugin lib/rhythmbox/plugins/audiocd/libaudiocd.la lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.plugin lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la +lib/rhythmbox/plugins/cd-recorder/cd-recorder.plugin +lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.plugin lib/rhythmbox/plugins/dbus-media-server/libdbus-media-server.la lib/rhythmbox/plugins/generic-player/generic-player.plugin @@ -97,8 +99,8 @@ lib/rhythmbox/plugins/mmkeys/libmmkeys.la lib/rhythmbox/plugins/mmkeys/mmkeys.plugin lib/rhythmbox/plugins/mpris/libmpris.la lib/rhythmbox/plugins/mpris/mpris.plugin -lib/rhythmbox/plugins/mtpdevice/libmtpdevice.la -lib/rhythmbox/plugins/mtpdevice/mtpdevice.plugin +${PLIST.hal}lib/rhythmbox/plugins/mtpdevice/libmtpdevice.la +${PLIST.hal}lib/rhythmbox/plugins/mtpdevice/mtpdevice.plugin lib/rhythmbox/plugins/notification/libnotification.la lib/rhythmbox/plugins/notification/notification.plugin lib/rhythmbox/plugins/power-manager/libpower-manager.la diff --git a/audio/rhythmbox/options.mk b/audio/rhythmbox/options.mk index 73e1247fbf7..64c4a3b299e 100644 --- a/audio/rhythmbox/options.mk +++ b/audio/rhythmbox/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2010/02/03 12:45:15 drochner Exp $ +# $NetBSD: options.mk,v 1.3 2019/12/22 06:17:10 markd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.rhythmbox PKG_SUPPORTED_OPTIONS= hal daap @@ -8,13 +8,9 @@ PLIST_VARS+= hal daap .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mhal) -CONFIGURE_ARGS+= --with-ipod -.include "../../audio/libgpod/buildlink3.mk" -# needs a newer libmtp -#CONFIGURE_ARGS+= --with-mtp -#.include "../../devel/libmtp/buildlink3.mk" CONFIGURE_ARGS+= --with-hal PLIST.hal= yes +.include "../../devel/libmtp/buildlink3.mk" .include "../../sysutils/hal/buildlink3.mk" .else CONFIGURE_ARGS+= --without-hal |