1 <?xml version=
"1.0" standalone=
"no"?> <!--*- mode: nxml -*-->
2 <!DOCTYPE moduleset SYSTEM
"moduleset.dtd">
3 <?xml-stylesheet type=
"text/xsl" href=
"moduleset.xsl"?>
7 <repository type=
"git" name=
"git.gnome.org" default=
"yes"
8 href=
"https://git.gnome.org/browse/"/>
9 <repository type=
"git" name=
"gitlab.gnome.org"
10 href=
"https://gitlab.gnome.org/"/>
11 <repository type=
"git" name=
"git.freedesktop.org"
12 href=
"https://anongit.freedesktop.org/git/"/>
13 <repository type=
"git" name=
"gitlab.com"
14 href=
"https://gitlab.com/"/>
15 <repository type=
"git" name=
"pagure.io"
16 href=
"https://pagure.io/"/>
17 <repository type=
"git" name=
"salsa.debian.org"
18 href=
"https://salsa.debian.org/"/>
20 <!-- WARNING: github.com is only allowed here under one of two conditions:
22 (a) The module has tarball releases elsewhere (e.g. GNOME infrastructure)
23 (b) The module is always built from tarball, never from git
25 If (a) does not apply then you must build from tarball (github-tar) if adding
26 a GitHub module here. Otherwise our release infrastructure will fail to handle
27 the module and we will just change it to use a tarball anyway.
29 <repository type=
"git" name=
"github.com"
30 href=
"https://github.com/"/>
32 <!-- tarball repos -->
33 <repository type=
"tarball" name=
"gnome.org"
34 href=
"https://download.gnome.org/sources/"/>
35 <repository type=
"tarball" name=
"cairo.org"
36 href=
"https://cairographics.org/"/>
37 <repository type=
"tarball" name=
"sourceforge.net"
38 href=
"https://sourceforge.net/projects/"/>
39 <repository type=
"tarball" name=
"webkitgtk.org"
40 href=
"https://webkitgtk.org/releases/"/>
41 <repository type=
"tarball" name=
"freedesktop.org"
42 href=
"https://freedesktop.org/software/"/>
43 <repository type=
"tarball" name=
"people.freedesktop.org"
44 href=
"https://people.freedesktop.org/"/>
45 <repository type=
"tarball" name=
"icon-theme.freedesktop.org"
46 href=
"https://icon-theme.freedesktop.org/releases/"/>
47 <repository type=
"tarball" name=
"ftp.gnu.org"
48 href=
"https://ftp.gnu.org/gnu/"/>
49 <repository type=
"tarball" name=
"mir"
50 href=
"https://launchpad.net/mir/"/>
51 <repository type=
"tarball" name=
"xorg-tar"
52 href=
"http://xorg.freedesktop.org/"/>
53 <repository type=
"tarball" name=
"github-tar"
54 href=
"https://github.com/"/>
55 <repository type=
"tarball" name=
"pcre"
56 href=
"https://ftp.pcre.org/pub/pcre/"/>
57 <repository type=
"tarball" name=
"speech-dispatcher"
58 href=
"https://devel.freebsoft.org/pub/projects/speechd/"/>
59 <repository type=
"tarball" name=
"spice"
60 href=
"https://www.spice-space.org/download/"/>
61 <repository type=
"tarball" name=
"savannah-download"
62 href=
"https://download.savannah.gnu.org/releases/"/>
63 <repository type=
"tarball" name=
"gnome-download"
64 href=
"https://download.gnome.org/"/>
66 <include href=
"gnome-sysdeps-latest.modules"/>
68 <!-- Please try to keep organized alphabetically -->
73 <dep package=
"m4-common"/>
74 <dep package=
"gtk-doc"/>
75 <dep package=
"gtk+-3"/>
79 <meson id=
"appstream-glib" mesonargs=
"-Dstemmer=false -Drpm=false">
80 <branch repo=
"github.com" module=
"hughsie/appstream-glib.git"/>
82 <dep package=
"freetype2"/>
84 <dep package=
"gdk-pixbuf"/>
86 <dep package=
"gobject-introspection"/>
87 <dep package=
"gperf"/>
88 <dep package=
"gtk+-3"/>
89 <dep package=
"json-glib"/>
90 <dep package=
"libarchive"/>
91 <dep package=
"libsoup"/>
92 <dep package=
"libuuid"/>
93 <dep package=
"libyaml"/>
94 <dep package=
"sqlite3"/>
101 <dep package=
"glib"/>
102 <dep package=
"gobject-introspection"/>
103 <dep package=
"gtk-doc"/>
107 <autotools id=
"atkmm-1.6">
108 <branch repo=
"gitlab.gnome.org" checkoutdir=
"atkmm-1.6" module=
"GNOME/atkmm.git" revision=
"atkmm-2-24"/>
110 <dep package=
"glibmm-2.4"/>
115 <autotools id=
"atkmm">
116 <branch repo=
"gitlab.gnome.org" checkoutdir=
"atkmm" module=
"GNOME/atkmm.git"/>
118 <dep package=
"glibmm"/>
123 <autotools id=
"babl">
124 <if condition-set=
"darwin">
125 <!-- https://bugzilla.gnome.org/show_bug.cgi?id=725530 -->
126 <autogenargs value=
"--disable-sse"/>
132 <branch repo=
"github-tar"
134 module=
"google/brotli/archive/v${version}.tar.gz"
135 hash=
"sha256:6870f9c2c63ef58d7da36e5212a3e1358427572f6ac5a8b5a73a815cf3e0c4a6"
137 rename-tarball=
"brotli-${version}.tar.gz"
138 checkoutdir=
"brotli">
142 <autotools id=
"cairo" autogenargs=
"--enable-gl">
143 <if condition-set=
"quartz">
144 <autogenargs value=
"--enable-quartz --disable-gl"/>
146 <branch repo=
"git.freedesktop.org" module=
"cairo"/>
148 <if condition-unset=
"quartz">
149 <dep package=
"fontconfig"/>
150 <dep package=
"freetype2"/>
153 <if condition-set=
"x11">
154 <dep package=
"libXext"/>
155 <dep package=
"libXrender"/>
158 <dep package=
"pixman"/>
159 <dep package=
"libpng"/>
160 <dep package=
"zlib"/>
164 <autotools id=
"cairomm-1.0" autogen-sh=
"configure">
165 <branch module=
"releases/cairomm-${version}.tar.gz"
168 hash=
"sha256:97a78bd7de6baf8af3da1f9b39f1317f8da9f1145b7694e928fbd5521da08ef6">
171 <dep package=
"cairo"/>
172 <dep package=
"libsigcplusplus-2.0"/>
176 <autotools id=
"cairomm">
177 <branch repo=
"git.freedesktop.org" module=
"cairomm"/>
179 <dep package=
"cairo"/>
180 <dep package=
"libsigcplusplus"/>
184 <meson id=
"cantarell-fonts">
188 <autotools id=
"clutter" autogenargs=
"--enable-installed-tests --disable-maintainer-flags">
189 <if condition-unset=
"quartz">
190 <autogenargs value=
"--enable-egl-backend"/>
192 <if condition-set=
"evdev">
193 <autogenargs value=
"--enable-evdev-input"/>
195 <if condition-set=
"wayland">
196 <autogenargs value=
"--enable-wayland-backend --enable-wayland-compositor"/>
198 <if condition-set=
"quartz">
199 <autogenargs value=
"--enable-quartz-backend"/>
203 <dep package=
"cogl"/>
205 <dep package=
"glib"/>
206 <dep package=
"cairo"/>
207 <dep package=
"json-glib"/>
208 <dep package=
"gobject-introspection"/>
209 <if condition-set=
"evdev">
210 <dep package=
"libinput"/>
211 <dep package=
"libxkbcommon"/>
213 <if condition-set=
"wayland">
214 <if condition-set=
"linux">
215 <dep package=
"wayland"/>
217 <dep package=
"libxkbcommon"/>
221 <dep package=
"gdk-pixbuf"/>
222 <if condition-set=
"wayland">
223 <dep package=
"libgudev"/>
228 <autotools id=
"clutter-gst">
229 <branch revision=
"clutter-gst-3.0" module=
"clutter-gst" checkoutdir=
"clutter-gst3"/>
231 <dep package=
"cogl"/>
232 <dep package=
"clutter"/>
233 <dep package=
"gstreamer"/>
234 <dep package=
"gst-plugins-base"/>
237 <dep package=
"gobject-introspection"/>
241 <meson id=
"clutter-gtk">
244 <dep package=
"gtk+-3"/>
245 <dep package=
"clutter"/>
249 <autotools id=
"cogl" autogenargs=
"--enable-cogl-gst --disable-maintainer-flags">
250 <if condition-set=
"x11">
251 <autogenargs value=
"--enable-xlib-egl-platform"/>
253 <if condition-set=
"wayland">
254 <autogenargs value=
"--enable-wayland-egl-platform --enable-wayland-egl-server --enable-kms-egl-platform"/>
256 <if condition-set=
"quartz">
257 <autogenargs value=
"--enable-gl"/>
259 <pkg-config>cogl-
1.0.pc
</pkg-config>
260 <branch revision=
"cogl-1.22"/>
262 <dep package=
"glib"/>
263 <dep package=
"gtk-doc"/>
264 <dep package=
"pango"/>
265 <dep package=
"gstreamer"/>
266 <dep package=
"gst-plugins-base"/>
267 <if condition-unset=
"quartz">
268 <dep package=
"libdrm"/>
270 <if condition-set=
"x11">
271 <dep package=
"libXcomposite"/>
272 <dep package=
"xcb-dri2" />
274 <if condition-set=
"wayland">
275 <if condition-set=
"linux">
276 <dep package=
"wayland"/>
278 <dep package=
"wayland-egl"/>
283 <dep package=
"gobject-introspection"/>
288 mesonargs=
"-Dbash_completion=false -Dvapi=true">
289 <if condition-unset=
"systemd">
290 <mesonargs value=
"-Dsystemd=false"/>
292 <if condition-unset=
"linux">
293 <mesonargs value=
"-Dudev_rules=false"/>
295 <if condition-unset=
"udev-hwdb">
296 <!-- Setting the path of pnp.ids file is required to disable hwdb -->
297 <if condition-set=
"freebsd">
298 <mesonargs value=
"-Dpnp_ids=/usr/local/share/pnpids/pnp.ids"/>
301 <branch repo=
"github.com" checkoutdir=
"colord" module=
"hughsie/colord.git"/>
303 <dep package=
"argyll"/>
304 <dep package=
"glib"/>
305 <dep package=
"dbus"/>
306 <dep package=
"sqlite3"/>
307 <dep package=
"lcms2"/>
308 <dep package=
"libgudev"/>
309 <dep package=
"gobject-introspection"/>
310 <dep package=
"docbook-utils"/>
311 <dep package=
"docbook-xml"/>
312 <dep package=
"vala"/>
315 <if condition-set=
"linux">
316 <dep package=
"libgusb"/>
317 <dep package=
"libusb1"/>
319 <if condition-set=
"systemd">
320 <dep package=
"libsystemd"/>
324 <dep package=
"polkit-gobject"/>
328 <autotools id=
"colord-gtk" autogenargs=
"--enable-vala">
329 <branch repo=
"github.com" checkoutdir=
"colord-gtk" module=
"hughsie/colord-gtk.git"/>
331 <dep package=
"glib"/>
332 <dep package=
"gtk+-3"/>
333 <dep package=
"colord"/>
334 <dep package=
"vala"/>
338 <autotools id=
"enchant-2"
339 autogen-sh=
"configure"
340 autogenargs=
"--with-hunspell --with-hunspell-dir=/usr/share/myspell">
341 <branch repo=
"github-tar"
343 module=
"AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
344 hash=
"sha256:abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d">
347 <dep package=
"hunspell"/>
348 <dep package=
"glib"/>
352 <cmake id=
"evolution-data-server"
353 cmakeargs=
"-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON -DENABLE_UOA=OFF -DENABLE_GOOGLE_AUTH=OFF">
354 <if condition-set=
"freebsd">
355 <cmakeargs value=
"-DWITH_LIBDB_CFLAGS=-I/usr/local/include/db5 -DWITH_LIBDB_LIBS=-ldb-5"/>
357 <if condition-unset=
"x11">
358 <cmakeargs value=
"-DENABLE_GTK=OFF"/>
362 <dep package=
"intltool"/>
363 <dep package=
"libsoup"/>
364 <dep package=
"libxml2"/>
365 <dep package=
"gtk+-3"/>
366 <dep package=
"sqlite3"/>
368 <dep package=
"libgweather"/>
369 <dep package=
"libical"/>
370 <dep package=
"libgdata"/>
371 <dep package=
"gnome-online-accounts"/>
372 <dep package=
"liboauth"/>
373 <dep package=
"vala"/>
374 <dep package=
"libdb"/>
375 <dep package=
"libsecret"/>
376 <dep package=
"WebKit"/>
377 <dep package=
"openldap"/>
378 <dep package=
"nspr"/>
380 <dep package=
"krb5"/>
381 <dep package=
"gperf"/>
385 <autotools id=
"folks"
386 autogenargs=
"--enable-eds-backend --disable-libsocialweb-backend --disable-fatal-warnings"
387 supports-non-srcdir-builds=
"no"
388 uninstall-before-install=
"true">
391 <dep package=
"dbus"/>
392 <dep package=
"dbus-glib"/>
393 <dep package=
"libgee"/>
394 <dep package=
"vala"/>
395 <dep package=
"gobject-introspection"/>
396 <dep package=
"telepathy-glib"/>
397 <dep package=
"evolution-data-server"/>
398 <dep package=
"shared-mime-info"/>
401 <dep package=
"telepathy-logger"/>
405 <autotools id=
"fribidi"
406 autogen-sh=
"autoreconf"
407 supports-non-srcdir-builds=
"no"
408 autogenargs=
"--disable-docs"
410 <branch repo=
"github.com" checkoutdir=
"fribidi" module=
"fribidi/fribidi"/>
412 <dep package=
"glib"/>
417 mesonargs=
"-Denable-colorhug=false -Denable-dell=false -Denable-synaptics=false">
418 <branch repo=
"github.com" checkoutdir=
"fwupd" module=
"hughsie/fwupd"/>
420 <dep package=
"appstream-glib"/>
421 <dep package=
"gcab"/>
422 <dep package=
"glib"/>
423 <dep package=
"libgudev"/>
424 <dep package=
"libarchive"/>
425 <dep package=
"libgusb"/>
426 <dep package=
"libsoup"/>
427 <dep package=
"polkit-gobject"/>
428 <dep package=
"sqlite3"/>
429 <dep package=
"gpgme"/>
430 <dep package=
"docbook-utils"/>
431 <dep package=
"libgusb"/>
432 <dep package=
"libelf"/>
433 <dep package=
"fwupdate"/>
440 <dep package=
"glib"/>
441 <dep package=
"gobject-introspection"/>
442 <dep package=
"vala"/>
443 <dep package=
"zlib"/>
447 <autotools id=
"gnome-autoar">
448 <branch repo=
"gitlab.gnome.org"
449 checkoutdir=
"gnome-autoar"
450 module=
"GNOME/gnome-autoar.git"/>
452 <dep package=
"glib"/>
453 <dep package=
"gobject-introspection"/>
454 <dep package=
"libarchive"/>
455 <dep package=
"gnome-common"/>
460 <if condition-unset=
"x11">
461 <autogenargs value=
"--without-gtk"/>
465 <dep package=
"gnome-common"/>
466 <dep package=
"glib"/>
467 <dep package=
"libgcrypt" />
468 <dep package=
"libtasn1" />
469 <dep package=
"p11-kit"/>
470 <dep package=
"vala"/>
471 <if condition-set=
"x11">
472 <dep package=
"gtk+-3"/>
477 <meson id=
"gdk-pixbuf">
480 <dep package=
"glib"/>
481 <dep package=
"gobject-introspection"/>
482 <dep package=
"gtk-doc"/>
483 <dep package=
"libjpeg"/>
484 <dep package=
"libpng"/>
485 <dep package=
"shared-mime-info"/>
489 <autotools id=
"gegl" autogenargs=
"--without-libavformat --without-jasper">
492 <dep package=
"babl"/>
493 <dep package=
"glib"/>
494 <dep package=
"cairo"/>
495 <dep package=
"gdk-pixbuf"/>
496 <dep package=
"json-glib"/>
497 <dep package=
"pango"/>
498 <dep package=
"libjpeg"/>
499 <dep package=
"libpng"/>
500 <dep package=
"libraw"/>
501 <dep package=
"librsvg"/>
505 <autotools id=
"geoclue" autogenargs=
"--with-systemdsystemunitdir=no">
506 <if condition-unset=
"linux">
507 <autogenargs value=
"--disable-3g-source --disable-modem-gps-source --disable-cdma-source"/>
509 <if condition-set=
"macos">
510 <autogenargs value=
"--disable-nmea-source"/>
512 <branch repo=
"git.freedesktop.org"/>
514 <dep package=
"glib"/>
515 <dep package=
"json-glib"/>
516 <dep package=
"libsoup"/>
517 <dep package=
"libxml2"/>
518 <if condition-set=
"linux">
519 <dep package=
"ModemManager"/>
524 <meson id=
"geocode-glib">
527 <dep package=
"glib"/>
528 <dep package=
"json-glib"/>
529 <dep package=
"libsoup"/>
530 <dep package=
"gobject-introspection"/>
531 <dep package=
"gtk-doc"/>
535 <autotools id=
"geoip" skip-autogen=
"never" autogen-sh=
"autoreconf">
536 <pkg-config>geoip.pc
</pkg-config>
537 <branch repo=
"github-tar"
539 module=
"maxmind/geoip-api-c/releases/download/v${version}/GeoIP-${version}.tar.gz"
540 hash=
"sha256:0ae1c95e69ad627d3a45cb897f79ce0c30f13fcd4b4a0dda073be0c9552521b3">
544 <autotools id=
"gettext" autogen-sh=
"configure">
545 <branch repo=
"ftp.gnu.org"
546 module=
"gettext/gettext-0.19.8.1.tar.xz" version=
"0.19.8.1"
548 hash=
"sha256:105556dbc5c3fbbc2aa0edb46d22d055748b6f5c7cd7a8d99f8e7eb84e938be4">
552 <meson id=
"glib" mesonargs=
"-Dlibmount=false">
553 <if condition-set=
"freebsd">
554 <mesonargs value=
"-Ddtrace=false -Diconv=gnu"/>
556 <if condition-set=
"macos">
557 <mesonargs value=
"-Dinternal_pcre=true"/>
559 <branch repo=
"gitlab.gnome.org" checkoutdir=
"glib" module=
"GNOME/glib.git"/>
561 <dep package=
"gettext"/>
562 <dep package=
"gtk-doc"/>
563 <dep package=
"libffi"/>
564 <dep package=
"zlib"/>
565 <if condition-unset=
"macos">
566 <dep package=
"libpcre"/>
570 <if condition-unset=
"macos">
571 <dep package=
"shared-mime-info"/>
576 <autotools id=
"glibmm-2.4" supports-non-srcdir-builds=
"no">
577 <branch repo=
"gitlab.gnome.org" checkoutdir=
"glibmm-2.4" module=
"GNOME/glibmm.git" revision=
"glibmm-2-56"/>
579 <dep package=
"glib"/>
580 <dep package=
"libsigcplusplus-2.0"/>
584 <autotools id=
"glibmm" supports-non-srcdir-builds=
"no">
585 <branch repo=
"gitlab.gnome.org" checkoutdir=
"glibmm" module=
"GNOME/glibmm.git"/>
587 <dep package=
"glib"/>
588 <dep package=
"libsigcplusplus"/>
592 <!-- This is a special module: it's needed to build from git, but not
593 needed to build from tarballs, so it doesn't need to be in our suites
594 and it doesn't need to be an external dependency -->
595 <autotools id=
"gnome-common">
599 <autotools id=
"gnome-online-accounts">
600 <if condition-set=
"freebsd">
601 <autogenargs value=
"--disable-kerberos"/>
605 <dep package=
"gtk+-3"/>
606 <dep package=
"WebKit"/>
607 <dep package=
"librest"/>
608 <dep package=
"libsoup"/>
609 <dep package=
"libsecret"/>
610 <dep package=
"json-glib"/>
611 <dep package=
"libsecret"/>
612 <dep package=
"libxml2"/>
613 <dep package=
"m4-common"/>
617 <autotools id=
"gnome-online-miners">
620 <dep package=
"glib"/>
621 <dep package=
"gnome-online-accounts"/>
622 <dep package=
"grilo"/>
623 <dep package=
"libgdata"/>
624 <dep package=
"libgfbgraph"/>
625 <dep package=
"libzapojit"/>
626 <dep package=
"tracker"/>
630 <autotools id=
"gnome-video-effects">
633 <dep package=
"gstreamer"/>
637 <autotools id=
"gjs" autogenargs=
"--enable-installed-tests">
638 <if condition-set=
"coverage">
639 <autogenargs value=
"--enable-coverage"/>
641 <if condition-unset=
"linux">
642 <autogenargs value=
"--disable-profiler"/>
646 <dep package=
"m4-common"/>
647 <dep package=
"dbus-glib"/>
648 <dep package=
"gobject-introspection"/>
649 <dep package=
"mozjs60"/>
650 <if condition-set=
"coverage">
651 <dep package=
"lcov"/>
656 <autotools id=
"gobject-introspection"
657 autogenargs=
"--with-python=python3">
658 <branch repo=
"gitlab.gnome.org" checkoutdir=
"gobject-introspection" module=
"GNOME/gobject-introspection.git"/>
660 <dep package=
"bison"/>
661 <dep package=
"flex"/>
662 <dep package=
"glib"/>
663 <dep package=
"cairo"/>
664 <dep package=
"python3-devel"/>
665 <dep package=
"m4-common"/>
672 <dep package=
"glib"/>
673 <dep package=
"sqlite3"/>
674 <dep package=
"gdk-pixbuf"/>
681 <dep package=
"glib"/>
682 <dep package=
"gobject-introspection"/>
683 <dep package=
"totem-pl-parser"/>
684 <dep package=
"libsoup"/>
685 <dep package=
"libxml2"/>
688 <dep package=
"gtk+-3"/>
689 <dep package=
"vala"/>
693 <autotools id=
"gmime3">
694 <if condition-set=
"freebsd">
695 <autogenargs value=
"--with-libiconv=gnu"/>
697 <branch checkoutdir=
"gmime3" module=
"gmime"/>
699 <dep package=
"gtk-doc"/>
700 <dep package=
"glib"/>
704 <meson id=
"grilo-plugins">
707 <dep package=
"grilo"/>
708 <dep package=
"libxml2"/>
709 <dep package=
"totem-pl-parser"/>
712 <dep package=
"avahi"/>
713 <dep package=
"gmime3"/>
714 <dep package=
"gnome-online-accounts"/>
716 <dep package=
"gssdp"/>
717 <dep package=
"gupnp"/>
718 <dep package=
"gupnp-av"/>
719 <dep package=
"json-glib"/>
720 <dep package=
"libarchive"/>
721 <dep package=
"libdmapsharing"/>
722 <dep package=
"libgcrypt"/>
723 <dep package=
"libgdata"/>
724 <dep package=
"libmediaart"/>
725 <dep package=
"liboauth"/>
726 <dep package=
"librest"/>
727 <dep package=
"libsoup"/>
728 <dep package=
"sqlite3"/>
729 <dep package=
"tracker"/>
733 <autotools id=
"gsound" autogenargs=
"--disable-gtk-doc">
734 <branch repo=
"gitlab.gnome.org" checkoutdir=
"gsound" module=
"GNOME/gsound.git"/>
736 <dep package=
"glib"/>
737 <dep package=
"gobject-introspection"/>
738 <dep package=
"libcanberra"/>
739 <dep package=
"vala"/>
743 <autotools id=
"gspell">
746 <dep package=
"gtk+-3"/>
747 <dep package=
"enchant-2"/>
748 <dep package=
"iso-codes"/>
749 <dep package=
"m4-common"/>
750 <if condition-set=
"macos">
751 <dep package=
"gtk-mac-integration"/>
756 <autotools id=
"gssdp" makeargs=
"CFLAGS=-Wno-error">
757 <branch revision=
"gssdp_1.0"/>
759 <dep package=
"glib"/>
760 <dep package=
"libsoup"/>
763 <dep package=
"gobject-introspection"/>
767 <meson id=
"gstreamer" mesonargs=
"-Dgtk_doc=disabled">
768 <branch repo=
"git.freedesktop.org"
769 module=
"gstreamer/gstreamer"
770 checkoutdir=
"gstreamer"/>
772 <dep package=
"glib"/>
773 <dep package=
"libxml2"/>
774 <dep package=
"gobject-introspection"/>
778 <meson id=
"graphene">
779 <branch repo=
"github.com" checkoutdir=
"graphene" module=
"ebassi/graphene.git"/>
781 <dep package=
"glib"/>
782 <dep package=
"gobject-introspection"/>
786 <meson id=
"gst-plugins-bad">
787 <branch repo=
"git.freedesktop.org"
788 checkoutdir=
"gst-plugins-bad"
789 module=
"gstreamer/gst-plugins-bad"/>
791 <dep package=
"gst-plugins-base"/>
794 <dep package=
"graphene"/>
798 <meson id=
"gst-plugins-base" mesonargs=
"-Dgtk_doc=disabled">
799 <branch repo=
"git.freedesktop.org"
800 module=
"gstreamer/gst-plugins-base"
801 checkoutdir=
"gst-plugins-base"/>
803 <dep package=
"gstreamer"/>
804 <dep package=
"iso-codes"/>
807 <if condition-set=
"udev">
808 <dep package=
"libgudev"/>
810 <!-- The examples require GTK+ 3, but they are optional -->
811 <dep package=
"gtk+-3"/>
815 <meson id=
"gst-plugins-good">
816 <branch repo=
"git.freedesktop.org"
817 module=
"gstreamer/gst-plugins-good"
818 checkoutdir=
"gst-plugins-good"/>
820 <dep package=
"gst-plugins-base"/>
821 <dep package=
"flac"/>
822 <dep package=
"libvpx"/>
823 <dep package=
"taglib"/>
824 <dep package=
"wavpack"/>
825 <if condition-unset=
"macos">
826 <dep package=
"libv4l"/>
830 <dep package=
"pulseaudio"/>
831 <dep package=
"gdk-pixbuf"/>
832 <if condition-set=
"udev">
833 <dep package=
"libgudev"/>
838 <autotools id=
"gst-libav">
839 <branch repo=
"git.freedesktop.org"
840 checkoutdir=
"gst-libav"
841 module=
"gstreamer/gst-libav"/>
843 <dep package=
"gst-plugins-base"/>
846 <dep package=
"yasm"/>
850 <meson id=
"gtk+" mesonargs=
"-Dbroadway-backend=true">
851 <if condition-unset=
"x11">
852 <mesonargs value=
"-Dx11-backend=false"/>
854 <if condition-unset=
"wayland">
855 <mesonargs value=
"-Dwayland-backend=false"/>
857 <if condition-set=
"mir">
858 <mesonargs value=
"-Dmir-backend=true"/>
860 <if condition-set=
"quartz">
861 <mesonargs value=
"-Dquartz-backend=true"/>
863 <branch repo=
"gitlab.gnome.org" checkoutdir=
"gtk+" module=
"GNOME/gtk.git"/>
866 <dep package=
"glib"/>
867 <dep package=
"cairo"/>
868 <dep package=
"pango"/>
869 <dep package=
"gdk-pixbuf"/>
870 <dep package=
"gtk-doc"/>
871 <dep package=
"gobject-introspection"/>
872 <dep package=
"graphene"/>
873 <dep package=
"libepoxy"/>
874 <dep package=
"m4-common"/>
875 <if condition-unset=
"quartz">
876 <dep package=
"at-spi2-atk"/>
878 <if condition-set=
"wayland">
879 <dep package=
"libxkbcommon"/>
880 <if condition-set=
"linux">
881 <dep package=
"wayland"/>
883 <dep package=
"wayland-egl"/>
884 <dep package=
"wayland-protocols"/>
886 <if condition-set=
"mir">
891 <!-- Many GTK+ apps require desktop-file-validate. -->
892 <dep package=
"desktop-file-utils"/>
893 <dep package=
"shared-mime-info"/>
894 <!-- GStreamer is the default media backend, but it is optional -->
895 <dep package=
"gst-plugins-bad"/>
896 <dep package=
"gst-plugins-base"/>
897 <dep package=
"gstreamer"/>
901 <autotools id=
"gtk+-3" autogenargs=
"--enable-broadway-backend --enable-installed-tests">
902 <if condition-set=
"x11">
903 <autogenargs value=
"--enable-x11-backend"/>
905 <if condition-set=
"wayland">
906 <autogenargs value=
"--enable-wayland-backend"/>
908 <if condition-set=
"mir">
909 <autogenargs value=
"--enable-mir-backend"/>
911 <if condition-set=
"quartz">
912 <autogenargs value=
"--enable-quartz-backend"/>
914 <branch repo=
"gitlab.gnome.org" checkoutdir=
"gtk+-3" module=
"GNOME/gtk.git" revision=
"gtk-3-24"/>
917 <dep package=
"glib"/>
918 <dep package=
"cairo"/>
919 <dep package=
"pango"/>
920 <dep package=
"gdk-pixbuf"/>
921 <dep package=
"gtk-doc"/>
922 <dep package=
"gobject-introspection"/>
923 <dep package=
"libepoxy"/>
924 <if condition-unset=
"quartz">
925 <dep package=
"at-spi2-atk"/>
927 <if condition-set=
"wayland">
928 <dep package=
"libxkbcommon"/>
929 <if condition-set=
"linux">
930 <dep package=
"wayland"/>
932 <dep package=
"wayland-egl"/>
933 <dep package=
"wayland-protocols"/>
935 <if condition-set=
"mir">
940 <!-- Many GTK+ apps require desktop-file-validate. -->
941 <dep package=
"desktop-file-utils"/>
942 <dep package=
"shared-mime-info"/>
946 <autotools id=
"gtk-doc">
949 <dep package=
"libxslt"/>
950 <dep package=
"yelp-tools"/>
951 <dep package=
"libtool"/>
952 <dep package=
"gettext"/>
953 <dep package=
"docbook-xml"/>
954 <dep package=
"docbook-xsl"/>
956 <if condition-unset=
"macos"> <!-- fall back to vim on macos -->
957 <dep package=
"source-highlight"/>
962 <autotools id=
"gtk-mac-integration">
965 <dep package=
"gobject-introspection"/>
966 <dep package=
"gtk+"/>
967 <dep package=
"pygobject"/>
971 <autotools id=
"gtk-vnc" autogenargs=
"--with-gtk=3.0 --enable-vala">
974 <dep package=
"cairo"/>
975 <dep package=
"gdk-pixbuf"/>
976 <dep package=
"glib"/>
977 <dep package=
"gtk+-3"/>
978 <dep package=
"pulseaudio"/>
979 <dep package=
"vala"/>
983 <autotools id=
"gtkmm">
984 <branch repo=
"gitlab.gnome.org" checkoutdir=
"gtkmm" module=
"GNOME/gtkmm.git"/>
986 <dep package=
"cairomm"/>
987 <dep package=
"pangomm"/>
988 <dep package=
"atkmm"/>
989 <dep package=
"gtk+"/>
990 <dep package=
"glib"/>
994 <autotools id=
"gtkmm-3">
995 <branch repo=
"gitlab.gnome.org" checkoutdir=
"gtkmm-3" module=
"GNOME/gtkmm.git" revision=
"gtkmm-3-24"/>
997 <dep package=
"cairomm-1.0"/>
998 <dep package=
"pangomm-1.4"/>
999 <dep package=
"atkmm-1.6"/>
1000 <dep package=
"gtk+-3"/>
1001 <dep package=
"glib"/>
1005 <autotools id=
"gtksourceview">
1008 <dep package=
"libxml2"/>
1009 <dep package=
"shared-mime-info"/>
1010 <dep package=
"gtk+-3"/>
1011 <dep package=
"m4-common"/>
1015 <autotools id=
"gtksourceview-3">
1016 <branch checkoutdir=
"gtksourceview-3" module=
"gtksourceview" revision=
"gnome-3-24"/>
1018 <dep package=
"libxml2"/>
1019 <dep package=
"shared-mime-info"/>
1020 <dep package=
"gtk+-3"/>
1021 <dep package=
"m4-common"/>
1025 <autotools id=
"libgudev" autogenargs=
"--disable-umockdev">
1028 <dep package=
"glib"/>
1031 <dep package=
"gobject-introspection"/>
1035 <autotools id=
"gupnp"
1036 autogenargs=
"--with-context-manager=network-manager">
1037 <branch revision=
"gupnp-1.0"/>
1039 <dep package=
"gssdp"/>
1040 <dep package=
"glib"/>
1041 <dep package=
"libsoup"/>
1042 <dep package=
"libxml2"/>
1043 <dep package=
"shared-mime-info"/>
1046 <dep package=
"gobject-introspection"/>
1047 <if condition-set=
"linux">
1048 <dep package=
"NetworkManager"/>
1053 <autotools id=
"gupnp-av">
1056 <dep package=
"glib"/>
1057 <dep package=
"gupnp"/>
1060 <dep package=
"gobject-introspection"/>
1064 <autotools id=
"gupnp-dlna">
1067 <dep package=
"libxml2"/>
1068 <dep package=
"glib"/>
1069 <dep package=
"gstreamer"/>
1070 <dep package=
"gst-plugins-base"/>
1073 <dep package=
"gst-plugins-good"/>
1077 <autotools id=
"gupnp-igd"
1078 autogenargs=
"--disable-python">
1081 <dep package=
"glib"/>
1082 <dep package=
"gupnp"/>
1086 <autotools id=
"harfbuzz" autogenargs=
"">
1087 <branch repo=
"github.com"
1088 module=
"behdad/harfbuzz" checkoutdir=
"harfbuzz"/>
1090 <dep package=
"c++"/>
1091 <dep package=
"freetype2"/>
1092 <dep package=
"glib"/>
1093 <dep package=
"libicu"/>
1094 <dep package=
"ragel"/>
1098 <autotools id=
"hicolor-icon-theme" supports-non-srcdir-builds=
"no"
1099 check-target=
"false">
1100 <branch module=
"hicolor-icon-theme-0.15.tar.xz" version=
"0.15"
1101 repo=
"icon-theme.freedesktop.org"
1102 hash=
"sha256:9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc"
1107 <autotools id=
"ibus"
1108 autogenargs=
"--disable-tests --disable-gconf --enable-dconf --disable-memconf --disable-ui GSETTINGS_SCHEMA_CONVERT=/usr/bin/false --with-python=python3 --disable-emoji-dict"
1109 supports-non-srcdir-builds=
"no">
1110 <if condition-set=
"freebsd">
1111 <autogenargs value=
"--with-ucd-dir=/usr/local/share/unicode/ucd"/>
1113 <branch repo=
"github-tar"
1115 module=
"ibus/ibus/releases/download/${version}/ibus-${version}.tar.gz"
1116 hash=
"sha256:8551f7d027fb65d48225642fc8f3b232412ea75a4eb375244dd72a4d73c2639e"
1118 <patch file=
"https://github.com/ibus/ibus/commit/5788be80685f397c3db3bdf4e672d67cfb9b3433.patch" strip=
"1"/>
1121 <dep package=
"dbus"/>
1122 <dep package=
"glib"/>
1123 <dep package=
"gobject-introspection"/>
1124 <dep package=
"dconf"/>
1125 <dep package=
"iso-codes"/>
1126 <dep package=
"gtk+-3"/>
1130 <autotools id=
"ibus-anthy"
1131 autogenargs=
"--enable-private-png=yes --with-python=python3"
1132 supports-non-srcdir-builds=
"no">
1133 <branch repo=
"github-tar"
1135 module=
"ibus/ibus-anthy/releases/download/${version}/ibus-anthy-${version}.tar.gz"
1136 hash=
"sha256:035c636bc884ff3131bb75aee6ec58db938d3797344687a2eb5f18542801896e"/>
1138 <dep package=
"glib"/>
1139 <dep package=
"gobject-introspection"/>
1140 <dep package=
"ibus"/>
1141 <dep package=
"anthy"/>
1145 <autotools id=
"ibus-hangul"
1146 autogen-sh=
"configure"
1147 supports-non-srcdir-builds=
"no">
1148 <branch repo=
"github-tar"
1150 module=
"choehwanjin/ibus-hangul/releases/download/${version}/ibus-hangul-${version}.tar.gz"
1151 hash=
"sha256:a22d4030bb20f73914a9d8a28c71b823123a5d1902a30f8328111af50f4f1788"/>
1153 <dep package=
"ibus"/>
1154 <dep package=
"libhangul"/>
1158 <autotools id=
"ibus-libpinyin"
1159 autogenargs=
"--disable-lua-extension --with-python=python3"
1160 supports-non-srcdir-builds=
"no">
1161 <branch repo=
"github-tar"
1163 module=
"libpinyin/ibus-libpinyin/archive/${version}.tar.gz"
1164 checkoutdir=
"ibus-libpinyin-${version}"
1165 hash=
"sha256:c8ec2450cec6f11870982b0130293dc967632631077029ca76c27ef349189e3e"/>
1167 <dep package=
"ibus"/>
1168 <dep package=
"libpinyin"/>
1169 <dep package=
"sqlite3"/>
1173 <autotools id=
"iso-codes">
1174 <pkg-config>iso-codes.pc
</pkg-config>
1175 <branch repo=
"salsa.debian.org"
1176 checkoutdir=
"iso-codes"
1177 module=
"iso-codes-team/iso-codes.git"
1178 revision=
"iso-codes-3.79"/>
1181 <meson id=
"json-glib">
1182 <branch repo=
"gitlab.gnome.org" checkoutdir=
"json-glib" module=
"GNOME/json-glib.git"/>
1184 <dep package=
"glib"/>
1187 <dep package=
"gobject-introspection"/>
1191 <autotools id=
"libchamplain" autogenargs=
"--enable-vala">
1194 <dep package=
"glib"/>
1195 <dep package=
"cairo"/>
1196 <dep package=
"clutter"/>
1197 <dep package=
"gtk+-3"/>
1198 <dep package=
"sqlite3"/>
1201 <dep package=
"libsoup"/>
1202 <dep package=
"clutter-gtk"/>
1206 <autotools id=
"libcroco" supports-non-srcdir-builds=
"no">
1207 <if condition-unset=
"gnu-elf">
1208 <autogenargs value=
"--disable-Bsymbolic"/>
1210 <pkg-config>libcroco-
0.6.pc
</pkg-config>
1213 <dep package=
"glib"/>
1214 <dep package=
"gtk-doc"/>
1215 <dep package=
"libxml2"/>
1219 <meson id=
"libdazzle">
1222 <dep package=
"glib"/>
1223 <dep package=
"gtk+-3"/>
1227 <autotools id=
"libgdata">
1228 <pkg-config>libgdata.pc
</pkg-config>
1231 <dep package=
"json-glib"/>
1232 <dep package=
"gcr"/>
1233 <dep package=
"glib"/>
1234 <dep package=
"gnome-online-accounts"/>
1235 <dep package=
"gobject-introspection"/>
1236 <dep package=
"libxml2"/>
1237 <dep package=
"libsoup"/>
1238 <dep package=
"liboauth"/>
1239 <dep package=
"m4-common"/>
1240 <dep package=
"uhttpmock"/>
1244 <autotools id=
"libgee" supports-non-srcdir-builds=
"no">
1245 <pkg-config>gee-
0.8.pc
</pkg-config>
1248 <dep package=
"glib"/>
1249 <dep package=
"gobject-introspection"/>
1250 <dep package=
"vala"/>
1254 <meson id=
"libgepub">
1255 <pkg-config>libgepub-
0.6.pc
</pkg-config>
1258 <dep package=
"WebKit"/>
1259 <dep package=
"libsoup"/>
1260 <dep package=
"glib"/>
1261 <dep package=
"libxml2"/>
1262 <dep package=
"libarchive"/>
1266 <autotools id=
"libgnomekbd">
1269 <dep package=
"gtk+-3" />
1270 <dep package=
"libxklavier" />
1274 <autotools id=
"libgfbgraph">
1277 <dep package=
"glib"/>
1278 <dep package=
"json-glib"/>
1279 <dep package=
"librest"/>
1280 <dep package=
"libsoup"/>
1281 <dep package=
"gnome-online-accounts"/>
1285 <autotools id=
"libgovirt">
1288 <dep package=
"librest"/>
1289 <dep package=
"gobject-introspection"/>
1293 <autotools id=
"libgrss">
1296 <dep package=
"glib"/>
1297 <dep package=
"libsoup"/>
1298 <dep package=
"libxml2"/>
1302 <autotools id=
"libgsf" autogenargs=
"--without-bonobo --without-gnome-vfs --enable-introspection">
1305 <dep package=
"intltool"/>
1306 <dep package=
"glib"/>
1309 <dep package=
"gdk-pixbuf"/>
1313 <autotools id=
"libgtop">
1316 <dep package=
"glib"/>
1317 <dep package=
"texinfo"/>
1321 <meson id=
"libgusb">
1322 <if condition-set=
"freebsd">
1323 <mesonargs value='-Dusb_ids=/usr/local/share/usbids/usb.ids'
/>
1325 <branch repo=
"github.com" checkoutdir=
"libgusb" module=
"hughsie/libgusb.git"/>
1327 <dep package=
"glib"/>
1328 <dep package=
"gobject-introspection"/>
1329 <dep package=
"vala"/>
1330 <dep package=
"libusb1"/>
1334 <meson id=
"libgweather">
1337 <dep package=
"libxml2"/>
1338 <dep package=
"geocode-glib"/>
1339 <dep package=
"glib"/>
1340 <dep package=
"gtk+-3"/>
1341 <dep package=
"libsoup"/>
1345 <meson id=
"libgxps">
1348 <dep package=
"glib"/>
1349 <dep package=
"gobject-introspection"/>
1350 <dep package=
"cairo"/>
1351 <dep package=
"lcms2"/>
1352 <dep package=
"libarchive"/>
1356 <meson id=
"libepoxy">
1357 <pkg-config>epoxy.pc
</pkg-config>
1358 <branch repo=
"github-tar"
1359 module=
"anholt/libepoxy/releases/download//${version}/libepoxy-${version}.tar.xz"
1361 checkoutdir=
"libepoxy-${version}"
1362 hash=
"sha256:a9562386519eb3fd7f03209f279f697a8cba520d3c155d6e253c3e138beca7d8">
1365 <dep package=
"egl"/>
1367 <if condition-set=
"x11">
1368 <dep package=
"x11"/>
1373 <meson id=
"libinput">
1374 <branch repo=
"git.freedesktop.org" checkoutdir=
"libinput" module=
"wayland/libinput.git" />
1376 <dep package=
"check"/>
1377 <dep package=
"libevdev"/>
1378 <dep package=
"libudev"/>
1379 <dep package=
"libunwind"/>
1380 <dep package=
"libwacom"/>
1381 <dep package=
"mtdev"/>
1385 <autotools id=
"libmbim">
1386 <branch repo=
"git.freedesktop.org"
1387 module=
"libmbim/libmbim.git"/>
1389 <dep package=
"glib"/>
1390 <dep package=
"gtk-doc"/>
1391 <dep package=
"libgudev"/>
1395 <autotools id=
"libmediaart" autogenargs=
"--disable-qt">
1398 <dep package=
"gdk-pixbuf"/>
1399 <dep package=
"glib"/>
1400 <dep package=
"gtk-doc"/>
1401 <dep package=
"vala"/>
1405 <autotools id=
"libnotify">
1408 <dep package=
"glib"/>
1409 <dep package=
"gtk+-3"/>
1410 <dep package=
"gobject-introspection"/>
1411 <dep package=
"gnome-common"/>
1415 <autotools id=
"libosinfo"
1416 autogenargs=
"--enable-werror=no">
1417 <branch repo=
"gitlab.com" module=
"libosinfo/libosinfo.git"/>
1419 <dep package=
"libsoup"/>
1420 <dep package=
"glib"/>
1421 <dep package=
"gobject-introspection"/>
1422 <dep package=
"vala"/>
1423 <dep package=
"wget"/>
1424 <dep package=
"osinfo-db-tools"/>
1428 <autotools id=
"libpinyin"
1429 autogenargs=
"--with-dbm=KyotoCabinet">
1430 <branch repo=
"github-tar"
1432 module=
"libpinyin/libpinyin/archive/${version}.tar.gz"
1433 checkoutdir=
"libpinyin-${version}"
1434 hash=
"sha256:0b78b483c179f6998a0df582aea3d77340bb1e9d887b52ed8fae677d535fd19d"/>
1436 <dep package=
"glib"/>
1437 <dep package=
"kyotocabinet"/>
1441 <autotools id=
"osinfo-db-tools">
1442 <branch repo=
"gitlab.com" module=
"libosinfo/osinfo-db-tools.git"/>
1444 <dep package=
"glib"/>
1448 <autotools id=
"libpeas"
1449 autogenargs=
"--enable-python3">
1452 <dep package=
"glib"/>
1453 <dep package=
"gobject-introspection"/>
1454 <dep package=
"gtk+-3"/>
1455 <dep package=
"pygobject"/>
1459 <autotools id=
"libqmi">
1460 <branch repo=
"git.freedesktop.org" module=
"libqmi.git"/>
1462 <dep package=
"glib"/>
1463 <dep package=
"gtk-doc"/>
1467 <autotools id=
"librest">
1468 <if condition-set=
"freebsd">
1469 <autogenargs value=
"--with-ca-certificates=/usr/local/share/certs/ca-root-nss.crt"/>
1471 <if condition-set=
"macos">
1472 <autogenargs value=
"--without-ca-certificates"/>
1474 <branch revision=
"librest-0-7"/>
1476 <dep package=
"glib"/>
1477 <dep package=
"libsoup"/>
1478 <dep package=
"libxml2"/>
1482 <autotools id=
"librsvg" supports-non-srcdir-builds=
"no" autogenargs=
"--enable-vala=yes">
1483 <if condition-unset=
"gnu-elf">
1484 <autogenargs value=
"--disable-Bsymbolic"/>
1486 <branch repo=
"gitlab.gnome.org"
1487 checkoutdir=
"librsvg"
1488 module=
"GNOME/librsvg.git"/>
1490 <dep package=
"cargo"/>
1491 <dep package=
"libxml2"/>
1492 <dep package=
"glib"/>
1493 <dep package=
"gdk-pixbuf"/>
1494 <dep package=
"gnome-common"/>
1495 <dep package=
"libcroco"/>
1496 <dep package=
"pango"/>
1497 <dep package=
"gobject-introspection"/>
1498 <dep package=
"vala"/>
1502 <autotools id=
"libsecret">
1503 <if condition-set=
"macos">
1504 <autogenargs value=
"--disable-manpages"/>
1508 <dep package=
"glib"/>
1509 <dep package=
"gobject-introspection"/>
1512 <dep package=
"libgcrypt"/>
1516 <autotools id=
"libsigcplusplus-2.0">
1517 <branch repo=
"github.com"
1518 checkoutdir=
"libsigcplusplus-2.0"
1519 module=
"libsigcplusplus/libsigcplusplus.git"
1520 revision=
"libsigc++-2-10"/>
1522 <dep package=
"mm-common"/>
1526 <autotools id=
"libsigcplusplus">
1527 <branch repo=
"github.com"
1528 checkoutdir=
"libsigcplusplus"
1529 module=
"libsigcplusplus/libsigcplusplus.git"/>
1531 <dep package=
"mm-common"/>
1535 <autotools id=
"libsoup" autogenargs=
"--disable-tls-check">
1538 <dep package=
"glib"/>
1539 <dep package=
"libxml2"/>
1540 <dep package=
"libpsl"/>
1541 <dep package=
"sqlite3"/>
1542 <dep package=
"gobject-introspection"/>
1543 <dep package=
"m4-common"/>
1544 <dep package=
"vala"/>
1547 <dep package=
"glib-networking"/>
1551 <autotools id=
"libvirt-glib" autogenargs=
"--enable-werror=no">
1552 <branch repo=
"github.com"
1553 checkoutdir=
"libvirt"
1554 module=
"libvirt/libvirt-glib.git"/>
1556 <dep package=
"glib"/>
1557 <dep package=
"gobject-introspection"/>
1558 <dep package=
"libvirt"/>
1559 <dep package=
"vala"/>
1563 <autotools id=
"libwacom">
1564 <branch repo=
"sourceforge.net"
1565 module=
"linuxwacom/files/libwacom/libwacom-${version}.tar.bz2" version=
"0.23"
1566 hash=
"sha256:a08ac59ff26dbdf5888a6ad7bd97a66741807cda6bb1c7e7f299a555129c3162"
1569 <dep package=
"glib"/>
1570 <dep package=
"libgudev"/>
1574 <autotools id=
"libzapojit">
1575 <branch repo=
"gitlab.gnome.org" checkoutdir=
"libzapojit" module=
"GNOME/libzapojit.git"/>
1577 <dep package=
"glib"/>
1578 <dep package=
"json-glib"/>
1579 <dep package=
"librest"/>
1580 <dep package=
"libsoup"/>
1581 <dep package=
"gnome-online-accounts"/>
1585 <!-- GNOME’s cache for autoconf-archive.
1586 Please keep this comment for greppability. -->
1587 <autotools id=
"m4-common">
1591 <cmake id=
"mir" cmakeargs=
"-DMIR_ENABLE_TESTS=0 -DMIR_PLATFORM=mesa">
1593 module=
"0.8/${version}/+download/mir-${version}.tar.bz2"
1595 hash=
"sha256:a907bb7e6cf4d5975bc02db8a7b0d6e2f668527e6d38ae402ec8b87a8ca0c5f1"
1597 <patch file=
"mir-gflags-noshutdown.patch" strip=
"1"/>
1598 <patch file=
"mir-progressbar-example.patch" strip=
"1"/>
1601 <dep package=
"boost"/>
1602 <dep package=
"protobuf"/>
1603 <dep package=
"mesa-libGLES"/>
1604 <dep package=
"google-glog"/>
1605 <dep package=
"google-gflags"/>
1606 <dep package=
"gbm"/>
1607 <dep package=
"egl"/>
1608 <dep package=
"glm"/>
1609 <dep package=
"lttng-ust"/>
1610 <dep package=
"lcov"/>
1611 <dep package=
"libudev"/>
1612 <dep package=
"libxkbcommon"/>
1616 <distutils id=
"meson" python3=
"1">
1617 <branch repo=
"github-tar"
1619 module=
"mesonbuild/meson/releases/download/${version}/meson-${version}.tar.gz"
1620 checkoutdir=
"meson-${version}"
1621 hash=
"sha256:d673de79f7bab064190a5ea06140eaa8415efb386d0121ba549f6d66c555ada6">
1624 <dep package=
"ninja"/>
1628 <autotools id=
"mm-common">
1629 <branch repo=
"gitlab.gnome.org" checkoutdir=
"mm-common" module=
"GNOME/mm-common.git"/>
1632 <autotools id=
"mobile-broadband-provider-info">
1636 <autotools id=
"ModemManager"
1637 autogenargs=
"--with-udev-base-dir=${libdir}/udev --with-systemdsystemunitdir=no --disable-more-warnings">
1638 <branch repo=
"git.freedesktop.org"
1639 module=
"ModemManager/ModemManager.git" checkoutdir=
"ModemManager" />
1641 <dep package=
"glib"/>
1642 <dep package=
"dbus-glib"/>
1643 <dep package=
"gtk-doc"/>
1644 <dep package=
"polkit-gobject"/>
1645 <dep package=
"libgudev"/>
1646 <dep package=
"ppp"/>
1647 <dep package=
"libmbim"/>
1648 <dep package=
"libqmi"/>
1652 <autotools id=
"mozjs60" autogen-sh=
"js/src/configure"
1653 force-non-srcdir-builds=
"yes"
1654 supports-unknown-configure-options=
"no"
1655 autogen-template=
"%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s"
1656 autogenargs=
"--enable-posix-nspr-emulation --with-system-zlib --with-intl-api --disable-jemalloc AUTOCONF=autoconf">
1657 <!-- prefix option must have an = sign in mozilla's configure -->
1658 <pkg-config>mozjs-
60.pc
</pkg-config>
1659 <branch repo=
"gnome-download" version=
"60.1.0"
1660 module=
"teams/releng/tarballs-needing-help/mozjs/mozjs-${version}.tar.bz2"
1661 hash=
"sha256:834ffe877fdbbd81315ae3c101221fa404096c354483a86c1a02ece19fca68fd"
1664 <dep package=
"libffi"/>
1665 <dep package=
"python2"/>
1666 <dep package=
"zlib"/>
1671 <branch repo=
"gitlab.gnome.org"
1673 module=
"GNOME/pango.git"/>
1675 <dep package=
"glib"/>
1676 <dep package=
"cairo"/>
1677 <dep package=
"freetype2"/>
1678 <dep package=
"fribidi"/>
1679 <dep package=
"gtk-doc"/>
1680 <dep package=
"gobject-introspection"/>
1681 <if condition-set=
"x11">
1682 <dep package=
"libXft"/>
1684 <if condition-unset=
"quartz">
1685 <dep package=
"harfbuzz"/>
1686 <dep package=
"fontconfig"/>
1691 <autotools id=
"pangomm-1.4">
1692 <branch repo=
"gitlab.gnome.org" checkoutdir=
"pangomm-1.4" module=
"GNOME/pangomm.git" revision=
"pangomm-2-40"/>
1694 <dep package=
"glibmm-2.4"/>
1695 <dep package=
"cairomm-1.0"/>
1696 <dep package=
"pango"/>
1697 <dep package=
"atk"/>
1701 <autotools id=
"pangomm">
1702 <branch repo=
"gitlab.gnome.org" checkoutdir=
"pangomm" module=
"GNOME/pangomm.git"/>
1704 <dep package=
"glibmm"/>
1705 <dep package=
"cairomm"/>
1706 <dep package=
"pango"/>
1707 <dep package=
"atk"/>
1711 <autotools id=
"pcre2"
1712 autogenargs=
"--enable-jit --enable-pcre2-8 --enable-pcre2-16 --enable-pcre2-32">
1714 module=
"pcre2-${version}.tar.bz2"
1716 hash=
"sha256:90bd41c605d30e3745771eb81928d779f158081a51b2f314bbcc1f73de5773db"
1720 <autotools id=
"phodav">
1723 <dep package=
"glib"/>
1724 <dep package=
"libsoup"/>
1725 <dep package=
"avahi"/>
1726 <dep package=
"libxml2"/>
1730 <autotools id=
"pyatspi2" autogenargs=
"--with-python=python3" >
1731 <branch repo=
"gitlab.gnome.org" checkoutdir=
"pyatspi2" module=
"GNOME/pyatspi2.git"/>
1733 <dep package=
"pygobject"/>
1736 <dep package=
"at-spi2-core"/>
1740 <distutils id=
"pycairo" python3=
"1">
1741 <branch repo=
"github.com"
1742 module=
"pygobject/pycairo.git"
1743 checkoutdir=
"pycairo-python3"/>
1745 <dep package=
"python3-devel"/>
1749 <!-- Python 3 build of pygobject -->
1750 <distutils id=
"pygobject" python3=
"1">
1751 <branch repo=
"gitlab.gnome.org" module=
"GNOME/pygobject.git"/>
1753 <dep package=
"glib"/>
1754 <dep package=
"pycairo"/>
1755 <dep package=
"python3-devel"/>
1756 <dep package=
"gobject-introspection"/>
1760 <autotools id=
"sound-theme-freedesktop">
1761 <branch repo=
"people.freedesktop.org"
1762 module=
"~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2"
1764 hash=
"sha256:cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14"
1768 <autotools id=
"speech-dispatcher"
1769 supports-non-srcdir-builds=
"no"
1770 autogenargs=
"--with-espeak">
1771 <branch repo=
"speech-dispatcher"
1772 module=
"speech-dispatcher-${version}.tar.gz"
1774 hash=
"sha256:3c2a89800d73403192b9d424a604f0e614c58db390428355a3b1c7c401986cf3"/>
1776 <dep package=
"dotconf"/>
1777 <dep package=
"espeak"/>
1778 <dep package=
"glib"/>
1779 <dep package=
"libsndfile"/>
1783 <autotools id=
"spice-gtk" autogenargs=
"--disable-smartcard --enable-vala --enable-webdav">
1784 <if condition-set=
"freebsd">
1785 <autogenargs value=
"SSL_CFLAGS=' ' SSL_LIBS='-lssl -lcrypto' OPENSSL_CFLAGS=' ' OPENSSL_LIBS='-lssl -lcrypto'"/>
1787 <branch repo=
"spice"
1788 module=
"gtk/spice-gtk-0.34.tar.bz2"
1790 hash=
"sha256:e9720e01165f8451c9f3f58ad50e3afb990993b81cc2db86b3661b7ac5b976ee"
1793 <dep package=
"cairo"/>
1794 <dep package=
"cyrus-sasl"/>
1795 <dep package=
"glib"/>
1796 <dep package=
"gtk-doc"/>
1797 <dep package=
"gtk+-3"/>
1798 <dep package=
"libjpeg"/>
1799 <dep package=
"openssl"/>
1800 <dep package=
"opus"/>
1801 <dep package=
"phodav"/>
1802 <dep package=
"pixman"/>
1803 <dep package=
"pulseaudio"/>
1804 <dep package=
"spice-protocol"/>
1805 <dep package=
"usbredir"/>
1806 <dep package=
"vala"/>
1807 <dep package=
"zlib"/>
1811 <autotools id=
"spice-protocol">
1812 <branch repo=
"spice"
1813 module=
"releases/spice-protocol-0.12.13.tar.bz2"
1815 hash=
"sha256:89ee11b202d2268e061788e6ace114e1ff18c7620ae64d1ca3aba252ee7c9933"
1821 <autotools id=
"telepathy-glib"
1822 supports-non-srcdir-builds=
"no"
1823 autogenargs=
"--enable-vala-bindings --disable-fatal-warnings">
1824 <pkg-config>telepathy-glib.pc
</pkg-config>
1825 <branch repo=
"git.freedesktop.org"
1826 module=
"telepathy/telepathy-glib"/>
1828 <dep package=
"glib"/>
1829 <dep package=
"gobject-introspection"/>
1830 <dep package=
"dbus"/>
1831 <dep package=
"dbus-glib"/>
1832 <dep package=
"libxslt"/>
1833 <dep package=
"vala"/>
1837 <autotools id=
"telepathy-logger" supports-non-srcdir-builds=
"no">
1838 <pkg-config>telepathy-logger-
0.2.pc
</pkg-config>
1839 <branch repo=
"git.freedesktop.org"
1840 module=
"telepathy/telepathy-logger"/>
1842 <dep package=
"dbus"/>
1843 <dep package=
"dbus-glib"/>
1844 <dep package=
"glib"/>
1845 <dep package=
"gobject-introspection"/>
1846 <dep package=
"gtk-doc"/>
1847 <dep package=
"libxml2"/>
1848 <dep package=
"sqlite3"/>
1849 <dep package=
"telepathy-glib"/>
1853 <meson id=
"totem-pl-parser">
1856 <dep package=
"intltool"/>
1857 <dep package=
"glib"/>
1858 <dep package=
"gmime3"/>
1859 <dep package=
"gobject-introspection"/>
1860 <dep package=
"libxml2"/>
1863 <dep package=
"libgcrypt"/>
1864 <!-- <dep package="libquvi-0.9"/> -->
1869 mesonargs=
"-Dunicode_support=icu -Dbash_completion=${prefix}/share/bash-completion/completions">
1870 <branch repo=
"gitlab.gnome.org"
1871 checkoutdir=
"tracker"
1872 module=
"GNOME/tracker.git"/>
1874 <dep package=
"glib"/>
1875 <dep package=
"json-glib"/>
1876 <dep package=
"libicu"/>
1877 <dep package=
"libuuid"/>
1878 <dep package=
"sqlite3"/>
1879 <dep package=
"vala"/>
1880 <dep package=
"libsoup"/>
1883 <dep package=
"upower"/>
1884 <dep package=
"dconf"/>
1885 <if condition-set=
"linux">
1886 <dep package=
"NetworkManager"/>
1891 <autotools id=
"tracker-miners"
1892 check-target=
"false"
1893 supports-non-srcdir-builds=
"no">
1896 <dep package=
"glib"/>
1897 <dep package=
"tracker"/>
1898 <dep package=
"libpng"/>
1899 <dep package=
"libgrss"/>
1900 <if condition-set=
"linux">
1901 <dep package=
"libseccomp"/>
1905 <dep package=
"libsecret"/>
1906 <dep package=
"gstreamer"/>
1907 <dep package=
"gst-plugins-base"/>
1908 <dep package=
"libgsf"/>
1909 <dep package=
"gdk-pixbuf"/>
1910 <dep package=
"poppler"/>
1911 <dep package=
"totem-pl-parser"/>
1912 <dep package=
"dconf"/>
1913 <if condition-set=
"linux">
1914 <dep package=
"NetworkManager"/>
1919 <autotools id=
"uhttpmock" supports-non-srcdir-builds=
"no">
1920 <branch repo=
"github.com" checkoutdir=
"uhttpmock" module=
"pwithnall/uhttpmock.git"/>
1922 <dep package=
"glib"/>
1923 <dep package=
"libsoup"/>
1924 <dep package=
"m4-common"/>
1928 <autotools id=
"vala" supports-non-srcdir-builds=
"no">
1929 <branch repo=
"gitlab.gnome.org" checkoutdir=
"vala" module=
"GNOME/vala.git"/>
1931 <dep package=
"bison"/>
1932 <dep package=
"flex"/>
1933 <dep package=
"glib"/>
1934 <dep package=
"graphviz"/>
1935 <dep package=
"vala-bootstrap"/>
1939 <autotools id=
"wayland-protocols">
1940 <branch repo=
"git.freedesktop.org"
1941 module=
"wayland/wayland-protocols"/>
1943 <if condition-set=
"linux">
1944 <dep package=
"wayland"/>
1949 <autotools id=
"wayland"
1950 autogenargs=
"--disable-documentation">
1951 <branch repo=
"git.freedesktop.org"
1952 module=
"wayland/wayland"/>
1954 <dep package=
"libffi"/>
1955 <dep package=
"doxygen"/>
1956 <dep package=
"xmlto"/>
1960 <cmake id=
"WebKit" cmakeargs=
"-DPORT=GTK -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_PLUGIN_PROCESS_GTK2=OFF">
1961 <if condition-unset=
"x11">
1962 <cmakeargs value=
"-DENABLE_X11_TARGET=OFF"/>
1964 <if condition-unset=
"wayland">
1965 <cmakeargs value=
"-DENABLE_WAYLAND_TARGET=OFF"/>
1967 <pkg-config>webkit2gtk-
4.0.pc
</pkg-config>
1968 <branch repo=
"webkitgtk.org"
1969 module=
"webkitgtk-2.21.91.tar.xz" version=
"2.21.91"
1970 hash=
"sha256:d9a35a84232c5d6ad7d0bb704918e110d30f8592f233770c830431a384c3bb0c"
1973 <dep package=
"c++"/>
1974 <dep package=
"at-spi2-core"/>
1975 <dep package=
"brotli"/>
1976 <dep package=
"cairo"/>
1977 <dep package=
"enchant-2"/>
1978 <dep package=
"fontconfig"/>
1979 <dep package=
"freetype2"/>
1980 <dep package=
"geoclue"/>
1981 <dep package=
"gobject-introspection"/>
1982 <dep package=
"gperf"/>
1983 <dep package=
"gst-plugins-bad"/>
1984 <dep package=
"gst-plugins-base"/>
1985 <dep package=
"gst-plugins-good"/>
1986 <dep package=
"gtk+-3"/>
1987 <dep package=
"harfbuzz"/>
1988 <dep package=
"hyphen"/>
1989 <dep package=
"libicu"/>
1990 <dep package=
"libjpeg"/>
1991 <dep package=
"libnotify"/>
1992 <dep package=
"libpng"/>
1993 <dep package=
"libsecret"/>
1994 <dep package=
"libsoup"/>
1995 <dep package=
"libwebp"/>
1996 <dep package=
"libxml2"/>
1997 <dep package=
"libxslt"/>
1998 <!-- Either libGL or libGLES is required. -->
1999 <dep package=
"mesa-libGLES"/>
2000 <dep package=
"pango"/>
2001 <dep package=
"ruby"/>
2002 <dep package=
"sqlite3"/>
2003 <dep package=
"upower"/>
2004 <dep package=
"woff2"/>
2005 <if condition-set=
"x11">
2006 <dep package=
"libXcomposite"/>
2007 <dep package=
"libXdamage"/>
2008 <dep package=
"libXrender"/>
2009 <dep package=
"libXt"/>
2011 <if condition-set=
"wayland">
2012 <if condition-set=
"linux">
2013 <dep package=
"wayland"/>
2018 <dep package=
"gst-libav"/>
2023 <branch repo=
"github-tar"
2025 module=
"google/woff2/archive/v${version}.tar.gz"
2026 hash=
"sha256:add272bb09e6384a4833ffca4896350fdb16e0ca22df68c0384773c67a175594"
2028 rename-tarball=
"woff2-${version}.tar.gz"
2029 checkoutdir=
"woff2">
2032 <dep package=
"brotli"/>
2037 autogenargs=
"--enable-introspection=yes"
2038 supports-non-srcdir-builds=
"no"
2039 uninstall-before-install=
"true">
2040 <!-- We uninstall the old copy before installing to avoid the version from
2041 the installed pkg-config file winding up in the new vapi. See bug #762780. -->
2042 <if condition-unset=
"gnu-elf">
2043 <autogenargs value=
"--disable-Bsymbolic"/>
2047 <dep package=
"intltool"/>
2048 <dep package=
"glib"/>
2049 <dep package=
"gtk+-3"/>
2050 <dep package=
"gnutls"/>
2051 <dep package=
"pcre2"/>
2052 <dep package=
"vala"/>
2056 <autotools id=
"yelp-tools">
2059 <dep package=
"libxslt"/>
2060 <dep package=
"libxml2"/>
2061 <dep package=
"yelp-xsl"/>
2062 <dep package=
"itstool"/>
2063 <dep package=
"xmllint"/>
2064 <dep package=
"xsltproc"/>
2068 <autotools id=
"yelp-xsl">
2071 <dep package=
"libxslt"/>
2072 <dep package=
"libxml2"/>
2073 <dep package=
"intltool"/>
2074 <dep package=
"itstool"/>
2078 <autotools id=
"zenity">
2081 <dep package=
"gtk+-3"/>
2082 <dep package=
"yelp-tools"/>