Пакет fuse-siefs: Информация

    Исходный пакет: fuse-siefs
    Версия: 0.5-alt8.qa1
    Собран:  18 апреля 2013 г. 13:53
    Категория: Связь
    Сообщить об ошибке в пакете
    Домашняя страница: http://chaos.allsiemens.com/siefs/

    Лицензия: GPL
    О пакете: Work with storage memory of Siemens mobiles via datacable
    Описание: 
    SieFS is a virtual filesystem for accessing a storage memory (flexmem or
    MultiMediaCard) of Siemens mobile phones via datacable, IRDA or
    BlueTooth.  It is currently tested on S45, ME45, SL45(i), S55, SL55,
    M55, MC60, CX65, M65, but should work also on C55/M50/MT50 with enabled
    serial interface.  There should not be any problems with other new
    Siemens phones (C60, S65, etc).
    
    SieFS consists of filesystem module (siefs) and command-line utility
    (slink).  SieFS depends on Filesystem in USErspace (FUSE) package.
    
    The syntax of mount command is:
    
      "siefs [-o options] COMM_DEVICE MOUNT_DIR"
      "mount -t siefs [-o options] COMM_DEVICE MOUNT_DIR".
    
    After mounting, the phone's memory will be visible as an ordinary
    directory with files, you can copy, move, delete files, create
    directories on it.  You can enter mount command when your mobile is not
    connected to PC.  Also you can connect and disconnect it at any time
    without need to remount filesystem.
    
    For automatic mounting, add something like this to your /etc/fstab:
    
      "siefs  /mnt/mobile  siefs  device=/dev/ttyS0,allow_other  0 0".
    
    slink is an utility for working with phone's memory without mounting.
    Type "slink -h" to view all supported commands.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    fuse-siefs (x86_64, i586)
    fuse-siefs-debuginfo (x86_64, i586)

    Сопровождающий: Denis Smirnov

    Список участников:
    Dmitry V. Levin
    Denis Smirnov
    Sergey Vlasov
    canis

      1. libfuse-devel
      2. fuse >= 2.2

    Последнее изменение


    17 апреля 2013 г. Dmitry V. Levin 0.5-alt8.qa1
    - NMU: rebuilt for debuginfo.
    21 февраля 2007 г. Denis Smirnov 0.5-alt8
    - rebuild with new fuse
    - remove dependency to fuse version
    31 декабря 2006 г. Sergey Vlasov 0.5-alt7
    - Use BuildRequires(pre) to fix build with gear --hasher.
    - Fixed autogenerated dependency on current fuse version.
    - Removed obsolete siefs-0.4 patches from the package.
    - Added patches:
      + siefs-0.5-alt-fuse-pkgconfig.patch: use pkgconfig to find fuse headers and
        library (fixes possibly wrong compilation options and broken Makefile.am
        which did not work on x86_64)
      + siefs-0.5-alt-fix-getdir.patch: remove duplicate encoding conversion in
        getdir() which breaks with non-ASCII directory names
      + siefs-0.5-alt-fix-qwe3-close.patch: fix AT^SQWE=3 protocol close sequence
        (upstream fix added in 0.5 is incomplete)
      + siefs-0.5-alt-utf-8.patch: accept "utf-8" as a name for UTF-8
      + siefs-0.5-alt-includes.patch: add missing includes to avoid implicit
        declarations
      + siefs-0.5-alt-command-line.patch: enhanced command line parsing to allow
        passing of mount options and special command line options to the FUSE
        library (required for use in fstab to pass allow_other)
      + siefs-0.5-alt-man-pages.patch: add man page for siefs
    - Removed BuildArch: i586 (now the package builds on x86_64).