summaryrefslogtreecommitdiff
path: root/sys-apps/cpu-x/metadata.xml
blob: b6c32365ed5298fa68d56f28276ead9c4eae307c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>bkohler@gentoo.org</email>
    <name>Ben Kohler</name>
  </maintainer>
  <longdescription>
    <pkg>sys-apps/cpu-x</pkg> is similar to CPU-Z (Windows), but, unlike
		the latter, it is a Free and Open Source software, written in C and
		designed for GNU/Linux. It can also be used in graphical mode by using
		<pkg>x11-libs/gtk+</pkg>, than in text-based mode with the use of
		<pkg>sys-libs/ncurses</pkg>.
	</longdescription>
  <longdescription lang="fr">
    <pkg>sys-apps/cpu-x</pkg> est similaire à CPU-Z (Windows), mais,
		contrairement à ce dernier, c'est un logiciel Libre et Open Source,
		écrit en C et concu pour GNU/Linux. Il peut être aussi bien utilisé en
		mode graphique en utlisant <pkg>x11-libs/gtk+</pkg>, qu'en mode textuel
		avec l'utilisation de <pkg>sys-libs/ncurses</pkg>.
	</longdescription>
  <use>
    <flag name="cpu">Use the <pkg>dev-libs/libcpuid</pkg> library for CPU info</flag>
    <flag name="force-libstatgrab">Use <pkg>sys-libs/libstatgrab</pkg> to instead of <pkg>sys-process/procps</pkg>
    </flag>
    <flag name="gpu">Use the <pkg>media-libs/glfw</pkg> library for GPU info</flag>
    <flag name="pci">Use the <pkg>sys-apps/pciutils</pkg> library for PCI info</flag>
  </use>
  <use lang="fr">
    <flag name="cpu">Utiliser la bibliothèque <pkg>dev-libs/libcpuid</pkg> pour les informations liées au C.P.U.</flag>
    <flag name="force-libstatgrab">Utiliser <pkg>sys-libs/libstatgrab</pkg> à la place de <pkg>sys-process/procps</pkg>
    </flag>
    <flag name="gpu">Utiliser la bibliothèque <pkg>media-libs/glfw</pkg> pour les informations liées au G.P.U.</flag>
    <flag name="pci">Utiliser la bibliothèque <pkg>sys-apps/pciutils</pkg> pour les informations liées aux bus P.C.I.</flag>
  </use>
  <upstream>
    <maintainer status="active">
      <name>TheTumultuousUnicornOfDarkness</name>
    </maintainer>
    <changelog>https://raw.githubusercontent.com/TheTumultuousUnicornOfDarkness/CPU-X/master/ChangeLog.md</changelog>
    <doc>https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/wiki/</doc>
    <bugs-to>https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/issues/</bugs-to>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>