aboutsummaryrefslogtreecommitdiff
blob: 0085f558cfd9ddeb2d57ac6c73e334e233d3b841 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Auto-Generated by cargo-ebuild 0.5.0

EAPI=8

CRATES="
	aho-corasick-0.7.15
	ansi_term-0.12.1
	anyhow-1.0.53
	arrayvec-0.5.2
	atty-0.2.14
	autocfg-1.0.1
	bindgen-0.59.2
	bitflags-1.3.2
	bitvec-0.19.6
	cairo-rs-0.15.1
	cairo-sys-rs-0.15.1
	cc-1.0.72
	cexpr-0.6.0
	cfg-expr-0.8.1
	cfg-expr-0.9.1
	cfg-if-0.1.10
	cfg-if-1.0.0
	clang-sys-1.3.0
	clap-2.34.0
	cookie-factory-0.3.2
	either-1.6.1
	env_logger-0.9.0
	errno-0.2.8
	errno-dragonfly-0.1.2
	field-offset-0.3.4
	funty-1.1.0
	futures-channel-0.3.19
	futures-core-0.3.19
	futures-executor-0.3.19
	futures-io-0.3.19
	futures-task-0.3.19
	futures-util-0.3.19
	gdk-pixbuf-0.15.4
	gdk-pixbuf-sys-0.15.1
	gdk4-0.4.6
	gdk4-sys-0.4.2
	gio-0.15.4
	gio-sys-0.15.4
	glib-0.15.4
	glib-macros-0.15.3
	glib-sys-0.15.4
	glob-0.3.0
	gobject-sys-0.15.1
	graphene-rs-0.15.1
	graphene-sys-0.15.1
	gsk4-0.4.6
	gsk4-sys-0.4.2
	gtk4-0.4.6
	gtk4-macros-0.4.3
	gtk4-sys-0.4.5
	heck-0.3.3
	heck-0.4.0
	hermit-abi-0.1.19
	humantime-2.1.0
	itertools-0.10.3
	lazy_static-1.4.0
	lazycell-1.3.0
	lexical-core-0.7.6
	libc-0.2.116
	libloading-0.7.3
	libspa-0.4.1
	libspa-sys-0.4.1
	log-0.4.14
	memchr-2.3.4
	memoffset-0.6.5
	minimal-lexical-0.2.1
	nix-0.14.1
	nom-6.2.1
	nom-7.1.0
	once_cell-1.9.0
	pango-0.15.2
	pango-sys-0.15.1
	peeking_take_while-0.1.2
	pest-2.1.3
	pin-project-lite-0.2.8
	pin-utils-0.1.0
	pipewire-0.4.1
	pipewire-sys-0.4.1
	pkg-config-0.3.24
	proc-macro-crate-1.1.0
	proc-macro-error-1.0.4
	proc-macro-error-attr-1.0.4
	proc-macro2-1.0.36
	quote-1.0.15
	radium-0.5.3
	regex-1.4.6
	regex-syntax-0.6.25
	rustc-hash-1.1.0
	rustc_version-0.3.3
	ryu-1.0.9
	semver-0.11.0
	semver-parser-0.10.2
	serde-1.0.136
	shlex-1.1.0
	signal-0.7.0
	slab-0.4.5
	smallvec-1.8.0
	static_assertions-1.1.0
	strsim-0.8.0
	strum-0.21.0
	strum_macros-0.21.1
	syn-1.0.86
	system-deps-3.2.0
	system-deps-6.0.1
	tap-1.0.1
	termcolor-1.1.2
	textwrap-0.11.0
	thiserror-1.0.30
	thiserror-impl-1.0.30
	toml-0.5.8
	ucd-trie-0.1.3
	unicode-segmentation-1.8.0
	unicode-width-0.1.9
	unicode-xid-0.2.2
	vec_map-0.8.2
	version-compare-0.0.11
	version-compare-0.1.0
	version_check-0.9.4
	void-1.0.2
	which-4.2.4
	winapi-0.3.9
	winapi-i686-pc-windows-gnu-0.4.0
	winapi-util-0.1.5
	winapi-x86_64-pc-windows-gnu-0.4.0
	wyz-0.2.0
"

inherit cargo

DESCRIPTION="A GTK patchbay for pipewire"
# Double check the homepage as the cargo_metadata crate
# does not provide this value so instead repository is used
HOMEPAGE="https://gitlab.freedesktop.org/pipewire/helvum"
SRC_URI="
	https://gitlab.freedesktop.org/pipewire/helvum/-/archive/${PV}/${P}.tar.gz
	$(cargo_crate_uris)
"
# License set may be more restrictive as OR is not respected
# use cargo-license for a more accurate license picture
LICENSE="Apache-2.0 BSD Boost-1.0 GPL-3 ISC MIT Unlicense"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="x11-libs/pango"