mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>this.brayan@proton.me</email>
|
|
<name>Brayan M. Salazar</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Media Player written in C++ and Qt.
|
|
Network can optionally be enabled to autodetect other running instances,
|
|
in order to tell that one to show itself instead of opening a new one.
|
|
Although it's called network, <pkg>media-sound/qbitmplayer</pkg> doesn't
|
|
actually do any network related stuff, it just opens a local server for
|
|
subsequent calls to <pkg>media-sound/qbitmplayer</pkg> to connect to it.
|
|
That's the mechanism it uses to detect running instances.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="network">
|
|
Allow a single instance of itself, thus subsequent calls to
|
|
<pkg>media-sound/qbitmplayer</pkg> will just open the already
|
|
opened instance of it.
|
|
</flag>
|
|
<flag name="video">
|
|
Make <pkg>media-sound/qbitmplayer</pkg> not just a Music Player,
|
|
but a Media Player by enabling its ability to play video files as well.
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">brookiestein/QBitMPlayer</remote-id>
|
|
<bugs-to>https://github.com/brookiestein/QBitMPlayer/issues</bugs-to>
|
|
</upstream>
|
|
</pkgmetadata>
|