pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/rhythmbox



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Dec 22 06:17:10 UTC 2019

Modified Files:
        pkgsrc/audio/rhythmbox: Makefile PLIST options.mk

Log Message:
rhythmbox: fix "hal" option handling and PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 pkgsrc/audio/rhythmbox/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/rhythmbox/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/rhythmbox/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/rhythmbox/Makefile
diff -u pkgsrc/audio/rhythmbox/Makefile:1.165 pkgsrc/audio/rhythmbox/Makefile:1.166
--- pkgsrc/audio/rhythmbox/Makefile:1.165       Wed Nov  6 14:34:29 2019
+++ pkgsrc/audio/rhythmbox/Makefile     Sun Dec 22 06:17:10 2019
@@ -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]*
 .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"

Index: pkgsrc/audio/rhythmbox/PLIST
diff -u pkgsrc/audio/rhythmbox/PLIST:1.29 pkgsrc/audio/rhythmbox/PLIST:1.30
--- pkgsrc/audio/rhythmbox/PLIST:1.29   Tue May 29 03:26:10 2018
+++ pkgsrc/audio/rhythmbox/PLIST        Sun Dec 22 06:17:10 2019
@@ -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.pl
 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.l
 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

Index: pkgsrc/audio/rhythmbox/options.mk
diff -u pkgsrc/audio/rhythmbox/options.mk:1.2 pkgsrc/audio/rhythmbox/options.mk:1.3
--- pkgsrc/audio/rhythmbox/options.mk:1.2       Wed Feb  3 12:45:15 2010
+++ pkgsrc/audio/rhythmbox/options.mk   Sun Dec 22 06:17:10 2019
@@ -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



Home | Main Index | Thread Index | Old Index