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

    Исходный пакет: cdemu-daemon
    Версия: 3.2.4-alt3
    Собран:  20 марта 2021 г. 13:32 в задании #268111
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://cdemu.sourceforge.net

    Лицензия: GPLv2+
    О пакете: CDEmu daemon
    Описание: 
    This is CDEmu daemon, the userspace daemon part of the userspace-cdemu suite, a
    free, GPL CD/DVD-ROM device emulator for linux.
    
    It receives SCSI commands from kernel module and processes them, passing the
    requested data back to the kernel. Daemon implements the actual virtual device;
    one instance per each device registered by kernel module. It uses libMirage, an
    image access library that is part of userspace-cdemu suite, for the image access
    (e.g. sector reading).
    
    The daemon registers itself on D-BUS' system or session bus (depending on the
    options passed to it) where it exposes an interface that can be used by clients
    to control it.

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

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

    Список участников:
    Nazarov Denis

      1. cmake
      2. libmirage-devel >= 3.2.0
      3. libmount-devel
      4. libpcre-devel
      5. intltool
      6. libao-devel >= 0.8.0
      7. libblkid-devel
      8. zlib-devel
      9. libselinux-devel

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


    20 марта 2021 г. Nazarov Denis 3.2.4-alt3
    - Autoload vhba module without unit service (ALT #32492)
    19 марта 2021 г. Nazarov Denis 3.2.4-alt2.1
    - Don't bzip sources to speedup rpmbuild -bp
    - Update build requires
    13 декабря 2020 г. Nazarov Denis 3.2.4-alt2
    - Build with -fcommon instead -fno-common by default