Skip to content

Add Gvfs 1.42.0 #1373

Merged
merged 21 commits into from
Oct 1, 2019
Merged

Add Gvfs 1.42.0 #1373

merged 21 commits into from
Oct 1, 2019

Commits on Sep 30, 2019

  1. Revert "gvfs: Remove version 1.24.0 replaced by gio from GLib"

    This reverts commit 2d9b063.
    
    Gvfs is still needed. Only the tools were moved to GLib.
    
    http://www.linuxfromscratch.org/blfs/view/9.0/gnome/gvfs.html
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    ebf4ff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da81d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f90a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4210e76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0809578 View commit details
    Browse the repository at this point in the history
  6. libmtp: Strip trailing space

    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    db3c16d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a132d52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b38643 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c6e046 View commit details
    Browse the repository at this point in the history
  10. libmtp: Update version from 1.1.8 to 1.1.16

    Add the latest version for Gvfs 1.42.0.
    
        Run-time dependency libmtp found: NO (tried cmake)
    
        meson.build:441:2: ERROR: Invalid version of dependency, need 'libmtp' ['>= 1.1.12'] found '1.1.8'.
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    91d139f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91dedd5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    328e879 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    016c880 View commit details
    Browse the repository at this point in the history
  14. gvfs: Disable DNS-SD backend

    Work around the configure failure below.
    
        Run-time dependency avahi-client found: NO (tried pkgconfig and cmake)
    
        meson.build:319:2: ERROR: Dependency "avahi-client" not found, tried pkgconfig and cmake
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    e8ae831 View commit details
    Browse the repository at this point in the history
  15. gvfs: Disable FUSE

    Work around the configure error below.
    
        Run-time dependency fuse3 found: NO (tried pkgconfig and cmake)
    
        meson.build:334:2: ERROR: Dependency "fuse3" not found, tried pkgconfig and cmake
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    92b2ef9 View commit details
    Browse the repository at this point in the history
  16. gvfs: Disable AFC backend

    Work around the configure error below.
    
        Run-time dependency libimobiledevice-1.0 found: NO (tried pkgconfig and cmake)
    
        meson.build:360:2: ERROR: Dependency "libimobiledevice-1.0" not found, tried pkgconfig and cmake
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    dcee470 View commit details
    Browse the repository at this point in the history
  17. gvfs: Disable Gnome Online Account (GOA) volume monitor

    Work around the configure error below.
    
        Run-time dependency goa-1.0 found: NO (tried pkgconfig and cmake)
    
        meson.build:367:2: ERROR: Dependency "goa-1.0" not found, tried pkgconfig and cmake
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3c48304 View commit details
    Browse the repository at this point in the history
  18. gvfs: Disable SMB

    Work around the configure error below.
    
        Run-time dependency smbclient found: NO (tried pkgconfig and cmake)
    
        meson.build:394:2: ERROR: Dependency "smbclient" not found, tried pkgconfig and cmake
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    c8b57a9 View commit details
    Browse the repository at this point in the history
  19. gvfs: Disable CDDA backend

        Run-time dependency libcdio_paranoia found: NO (tried pkgconfig and cmake)
    
        meson.build:410:2: ERROR: Dependency "libcdio_paranoia" not found, tried pkgconfig and cmake
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3aecd29 View commit details
    Browse the repository at this point in the history
  20. gvfs: Disable Google backend

    Work around the configure error below.
    
        meson.build:417:2: ERROR: Assert failed: Google backend requested but GOA is required
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d178077 View commit details
    Browse the repository at this point in the history
  21. gvfs: Disable NFS backend

        Run-time dependency libnfs found: NO (tried pkgconfig and cmake)
    
        meson.build:454:2: ERROR: Dependency "libnfs" not found, tried pkgconfig and cmake
    pmenzel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    e4da467 View commit details
    Browse the repository at this point in the history