Skip to content

Commit e4c36c7

Browse files
author
vins
committed
sysutils/gvfs: options.mk: s/cdda/cdparanoia
* NFC, made to reflect the naming convention found in our options.description file. * Update DESCR.
1 parent 507cad5 commit e4c36c7

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

sysutils/gvfs/DESCR

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
gvfs is a userspace virtual filesystem designed to work with the i/o
2-
abstractions of gio (a library availible in glib >= 2.15.1). It
3-
installs several modules that are automatically used by applications
4-
using the APIs of libgio. There is also fuse support that allows
5-
applications not using gio to access the gvfs filesystems.
1+
GVfs is a userspace virtual filesystem implementation for GIO (a library
2+
available in GLib). GVfs comes with a set of backends, including trash
3+
support, SFTP, SMB, HTTP, DAV, and many others. GVfs also contains
4+
modules for GIO that implement volume monitors and persistent metadata
5+
storage. There is also FUSE support that provides limited access to the
6+
GVfs filesystems for applications not using GIO.

sysutils/gvfs/PLIST

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.18 2026/05/10 17:38:14 vins Exp $
1+
@comment $NetBSD: PLIST,v 1.19 2026/05/14 18:19:48 vins Exp $
22
lib/gio/modules/libgioremote-volume-monitor.so
33
lib/gio/modules/libgvfsdbus.so
44
lib/gvfs/libgvfscommon.so
@@ -13,7 +13,7 @@ libexec/gvfsd-afp
1313
libexec/gvfsd-afp-browse
1414
libexec/gvfsd-archive
1515
libexec/gvfsd-burn
16-
${PLIST.cdda}libexec/gvfsd-cdda
16+
${PLIST.cdparanoia}libexec/gvfsd-cdda
1717
libexec/gvfsd-computer
1818
libexec/gvfsd-dav
1919
${PLIST.dnssd}libexec/gvfsd-dnssd
@@ -54,7 +54,7 @@ share/gvfs/mounts/afp-browse.mount
5454
share/gvfs/mounts/afp.mount
5555
share/gvfs/mounts/archive.mount
5656
share/gvfs/mounts/burn.mount
57-
${PLIST.cdda}share/gvfs/mounts/cdda.mount
57+
${PLIST.cdparanoia}share/gvfs/mounts/cdda.mount
5858
share/gvfs/mounts/computer.mount
5959
share/gvfs/mounts/dav+sd.mount
6060
share/gvfs/mounts/dav.mount

sysutils/gvfs/options.mk

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: options.mk,v 1.7 2026/05/10 17:38:14 vins Exp $
1+
# $NetBSD: options.mk,v 1.8 2026/05/14 18:19:48 vins Exp $
22

33
PKG_OPTIONS_VAR= PKG_OPTIONS.gvfs
4-
PKG_SUPPORTED_OPTIONS= bluray cdda dnssd fuse goa gcr gphoto idevice libgdata \
4+
PKG_SUPPORTED_OPTIONS= bluray cdparanoia dnssd fuse goa gcr gphoto idevice libgdata \
55
libmtp polkit samba secret udev
66
PKG_SUGGESTED_OPTIONS= gcr dnssd secret
77

@@ -18,7 +18,7 @@ PKG_SUGGESTED_OPTIONS+= fuse
1818
.include "../../mk/udev.buildlink3.mk"
1919
.if ${UDEV_TYPE} != "none"
2020
PKG_SUGGESTED_OPTIONS+= udev
21-
PKG_SUGGESTED_OPTIONS+= cdda libmtp
21+
PKG_SUGGESTED_OPTIONS+= cdparanoia libmtp
2222
.endif
2323

2424
.if ${OPSYS} == "Linux"
@@ -77,14 +77,14 @@ MESON_ARGS+= -Dbluray=false
7777

7878
###
7979
### cdda://{DEVICE}
80-
### Access audio discs.
80+
### Access audio discs through cdparanoia.
8181
###
82-
PLIST_VARS+= cdda
83-
.if !empty(PKG_OPTIONS:Mcdda)
82+
PLIST_VARS+= cdparanoia
83+
.if !empty(PKG_OPTIONS:Mcdparanoia)
8484
MESON_ARGS+= -Dcdda=true
8585
GUDEV_REQUIRED= yes
8686
. include "../../misc/libcdio-paranoia/buildlink3.mk"
87-
PLIST.cdda= yes
87+
PLIST.cdparanoia= yes
8888
.else
8989
MESON_ARGS+= -Dcdda=false
9090
.endif

0 commit comments

Comments
 (0)