Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qtilities/omgmounter
CDEmu CD/DVD image mounter GUI for Linux
https://github.com/qtilities/omgmounter
cd disk-image dvd mounter
Last synced: 3 months ago
JSON representation
CDEmu CD/DVD image mounter GUI for Linux
- Host: GitHub
- URL: https://github.com/qtilities/omgmounter
- Owner: qtilities
- License: gpl-3.0
- Created: 2024-03-03T09:21:42.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-24T08:51:41.000Z (10 months ago)
- Last Synced: 2024-04-24T14:25:41.517Z (10 months ago)
- Topics: cd, disk-image, dvd, mounter
- Language: C++
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# OMGMounter - CD/DVD image mounter GUI
[![CI]](https://github.com/qtilities/omgmounter/actions/workflows/build.yml)
## Overview
This is a fork of [KDE CDEmu Manager], a frontend for [CDEmu], a Linux CD/DVD image mounter.
Currently it has the same features, except it differs in code because it doesn't depends on KDE libraries.## Dependencies
Runtime:
- Qt5/6 base
- [CDEmu]
- [StatusNotifierItemQt]Build:
- CMake
- Qt Linguist Tools
- [Qtilitools] CMake modules
- Git (optional, to pull latest VCS checkouts)## Build
`CMAKE_BUILD_TYPE` is usually set to `Release`, though `None` might be a valid [alternative].
`CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems.
Using `sudo make install` is discouraged, instead use the system package manager where possible.```bash
cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr -W no-dev
cmake --build build --verbose
DESTDIR="$(pwd)/package" cmake --install build
```## Packages
[![Packaging status]](https://repology.org/project/omgmounter/versions)
## Translations
For contributing translations the [LXQt Weblate] platform can be used.
[![Translation status]](https://translate.lxqt-project.org/widgets/qtilities/)
## Licenses
- Licensed under the [GPL-3.0-only] license.
[alternative]: https://wiki.archlinux.org/title/CMake_package_guidelines#Fixing_the_automatic_optimization_flag_override
[CDEmu]: https://cdemu.sourceforge.net/
[CI]: https://github.com/qtilities/omgmounter/actions/workflows/build.yml/badge.svg
[GPL-3.0-only]: COPYING
[KDE CDEmu Manager]: https://sourceforge.net/projects/kde-cdemu-manager/
[LXQt Weblate]: https://translate.lxqt-project.org/projects/qtilities/omgmounter/
[Packaging status]: https://repology.org/badge/vertical-allrepos/omgmounter.svg
[Qtilitools]: https://github.com/qtilities/qtilitools/
[StatusNotifierItemQt]: https://github.com/qtilities/libstatusnotifieritem-qt/
[Translation status]: https://translate.lxqt-project.org/widgets/qtilities/-/omgmounter/multi-auto.svg