git » base-pkgbuilds.git » main » tree

[main] / order

   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
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
openssh
sudo
git
fuse3
pcre2
grep
python-packaging
python-docutils
gobject-introspection
glib2
sshfs
libuv
icu
libxml2
libnghttp2
cmake
libndp
gc
libunistring
guile
python-cython
python-pyproject-metadata
meson-python
python-numpy
boost
jansson
libyaml
libseccomp
ctags
source-highlight
gdb
nettle
libidn2
gnutls
libmicrohttpd
elfutils
docbook-xsl
docbook-xml
libgpg-error
libgcrypt
libxslt
python-lxml
itstool
python-pyproject-hooks
yelp-xsl
python-build
python-installer
mallard-ducktype
yelp-tools
python-pathspec
python-typing_extensions
python-setuptools-scm
python-pluggy
python-editables
python-calver
python-trove-classifiers
python-wcag-contrast-ratio
python-hatchling
python-pygments
gtk-doc
python-future
python-commonmark
xxhash
popt
rsync
ntp
dhcpcd
publicsuffix-list
libpsl
wget
libnl
iw
wpa_supplicant
mercurial
zip
nspr
python-six
gyp
nss
pcre
slang
libnewt
libmnl
libnftnl
procps-ng
libnghttp3
libngtcp2
brotli
c-ares
nodejs
npm
fmt
libpng
libjpeg-turbo
libtiff
poppler-data
libpaper
freetype2 FREETYPE_NO_HARFBUZZ
libidn
fontconfig
ghostscript
graphviz
doxygen
perl-locale-gettext
help2man
noto-fonts
vala
libical
alsa-topology-conf
alsa-ucm-conf
alsa-lib
json-c
ell
libusb
cups
hicolor-icon-theme
bluez
libpcap
dhcp
gdbm
chrpath
libtool
unixodbc
libsodium
asciidoc
nftables
libnfnetlink
libnetfilter_conntrack
dnsmasq
iwd
perl-yaml
duktape
polkit
ppp
pixman
xorg-util-macros
xorgproto
libxau
libxdmcp
xcb-proto
libxcb
xtrans
libx11
libxext
libice
libsm
libxss
libxt
libxmu
libxpm
libxaw
libxfixes
libxcomposite
libxrender
default-cursors
libxcursor
libxdamage
libfontenc
xorg-mkfontscale
xorg-font-util
xorg-fonts-encodings
libxfont2
libxft
libxi
libxinerama
libxrandr
libxres
libxtst
libxv
libxvmc
libxxf86vm
libpciaccess
libxkbfile
libxshmfence
libxpresent
libxcvt
xcb-util
xcb-util-image
xcb-util-keysyms
xcb-util-renderutil
xcb-util-wm
xcb-util-cursor
python-mako
libdrm
xmlto
wayland
wayland-protocols
libglvnd
mesa
xbitmaps
xorg-iceauth
xorg-sessreg
xorg-setxkbmap
xorg-smproxy
xorg-x11perf
xorg-xauth
xorg-xbacklight
xorg-xcmsdb
xorg-xcursorgen
xorg-xdpyinfo
xorg-xdriinfo
xorg-xev
xorg-xgamma
xorg-xhost
xorg-xrandr
xorg-xinput
xorg-xkbcomp
xorg-xkbevd
xorg-xkbutils
xorg-xkill
xorg-xlsatoms
xorg-xlsclients
xorg-xmessage
xorg-xmodmap
xorg-xpr
xorg-xprop
xorg-xrdb
xorg-xrefresh
xorg-xset
xorg-xsetroot
xorg-xvinfo
xorg-xwd
xorg-xwininfo
xorg-xwud
xcursor-themes
bash-completion
libxkbcommon
xkeyboard-config
libepoxy
libtirpc
eglexternalplatform
egl-wayland
libunwind
xorg-server
xorg-xwayland
libevdev
mtdev
libinput
xf86-input-libinput
xf86-input-evdev
xorg-twm
libutempter
luit
xterm
xorg-xclock
xorg-xinit
graphite
harfbuzz HARFBUZZ_NO_CAIRO
freetype2
libssh2
libedit
python-psutil
armlfs-update-builder
llvm
lld
rust
lzo
cairo
harfbuzz
fribidi
libdatrie
libthai
pango
shared-mime-info
gdk-pixbuf2
librsvg
lcms2
libgudev
umockdev
python-magic
cython0
python-yaml
python-markdown
python-smartypants
python-typogrify
gi-docgen
json-glib
libgusb
ftjam
unzip
argyllcms
perl-file-which
ffcall
libsigsegv
clisp
giflib
libwebp
aom
dav1d
cargo-c
rav1e
svt-av1
libyuv
libavif
libde265
x265
libheif
gd
gsm
lame
libunibreak
libass
libogg
libvorbis
flac
mpg123 MPG123_NO_PULSE
opus
libsndfile
libbs2b
potrace
t1lib
apr
nss
apr-util
libutf8proc
lz4
scons
serf
python-py3c
swig
subversion
zziplib
texlive-bin
texlive-core
texlive-latexextra
libieee1284
rrdtool
lm_sensors
libnsl
net-snmp
v4l-utils
autoconf-archive
libexif
libgphoto2
sane
dconf
colord
scdoc
seatd
weston
setconf
spirv-headers
spirv-tools
glslang
hwdata
libdisplay-info
xcb-util-errors
wlroots
sway
wmenu
dmenu
tllist
fcft
foot
python-hatch-vcs
python-hatch-fancy-pypi-readme
python-attrs
libei
gsettings-desktop-schemas
at-spi2-core
libsass
sassc
iso-codes
desktop-file-utils
gtk3
adwaita-icon-theme
snowball
json-glib
appstream-glib
cantarell-fonts
valabind
gtk-layer-shell
vte3
libxfce4util
xfconf
startup-notification
libgtop
libxfce4ui
xfce4-terminal
iptables
python-cairo
pygobject
perl-yaml-tiny
perl-mime-charset
perl-test-pod
perl-unicode-linebreak
perl-text-charwidth
perl-text-wrapi18n
perl-term-readkey
perl-sgmls
perl-inc-latest
perl-module-build
perl-pod-parser
po4a
run-parts
networkmanager
compiler-rt
clang
fftw
lynx
libasyncns
libsoxr
orc
vim
rtkit
sbc
speexdsp
tdb
gtest
abseil-cpp
webrtc-audio-processing-1
perl-encode-locale
perl-timedate
perl-http-date
perl-file-listing
perl-html-tagset
perl-clone
perl-io-html
perl-lwp-mediatypes
perl-uri
perl-http-message
perl-html-parser
perl-http-cookies
perl-extutils-config
perl-extutils-helpers
perl-extutils-installpaths
perl-module-build-tiny
perl-http-daemon
perl-http-cookiejar
perl-http-negotiate
perl-net-http
perl-try-tiny
perl-www-robotrules
perl-libwww
xmltoman
pulseaudio
cbindgen
imake
mime-types
hidapi
libnotify
dbus-python
python-configobj
python-urllib3
python-dulwich
python-fastbencode
python-merge3
python-patiencediff
python-tomli
python-setuptools-gettext
python-semantic-version
python-setuptools-rust
python-bcrypt
python-pycparser
python-cffi
python-cryptography
python-pynacl
python-paramiko
python-fastimport
python-tzlocal
breezy
gnome-common
libdbusmenu
unicode-character-database
unicode-cldr
unicode-emoji
ibus
uthash
extra-cmake-modules
xcb-imdkit
fcitx5
libdecor
sdl2
libbs2b
ladspa
libmodplug
glad
nuklear
zimg
xvidcore
vmaf
vid.stab
vapoursynth
opencore-amr
libssh
libvpx
libtheora
l-smash
x264
srt
libsamplerate
python-fastjsonschema
python-lark-parser
python-poetry-core
isodate
python-pyparsing
python-rdflib
lv2
rubberband
speex
benchmark
snappy
openjpeg2
ffmpeg
strace
firefox
glu
freeglut
mesa-demos
screen
firmware-bcm4354
alsa-utils
libsigcplusplus
mm-common
glibmm
atkmm
sound-theme-freedesktop
cairomm
pangomm
gtkmm3
libcanberra
pavucontrol
dbus-glib
libappindicator
libsecret
libksba
libassuan
npth
pinentry
gnupg
gcr-4
libnma
network-manager-applet
libtommath
editline
libtomcrypt
re2
xdg-utils
tslib
libproxy
md4c
libfbclient
sgml-common
docbook-sgml
double-conversion
cdparanoia
aalib
valgrind
libspectre
libid3tag
imlib2
libshout
glib-networking
shaderc
graphene
liburing
libdex
gtk4
libxmlb
appstream
libadwaita
libpanel
sysprof
keyutils
krb5
python-dnspython
libmd
libbsd
talloc
cmocka
tevent
lmdb
ldb
perl-parse-yapp
rpcsvc-proto
perl-json
fuse2
libaio
liburcu
rpcbind
gperftools
glusterfs
patchelf
libavtp
alsa-plugins
cage
greetd
greetd-regreet
luajit
mujs
cunit
libmysofa
openal
uchardet
libplacebo
mpv
exo
garcon
libwnck3
xfce4-panel
thunar
feh
iotop
swaybg
xorg-xeyes
firefox-i18n
perl-xml-sax-base
perl-xml-namespacesupport
perl-xml-sax
perl-xml-sax-expat
opensp
perl-perl4-corelibs
openjade
docbook2x
lua
libcap-ng
audit
python-notify2
db
apache
apparmor
lxc
libglibutil
libgbinder
python-gbinder
xclip
wl-clipboard
python-pyclip
waydroid
parallel
bats
bats-support
bats-assert
mkinitcpio-busybox
lzop
mkinitcpio
iotop-c
ext4fuse-git
squashfs-tools
waydroid-image-gapps
tk
ruby _bootstrap
rubygems
ruby-rake
ruby-hoe
ruby-kpeg
ruby-rdoc
ruby-irb
ruby-power_assert
ruby-test-unit _bootstrap
ruby-webrick
unix-tree
ruby-erb
ruby
rubygems
ruby-rake
ruby-bundler
ruby-webrick
ruby-rake-compiler
ruby-erb
ruby-power_assert
ruby-test-unit
ruby-diff-lcs
ruby-rspec-support
ruby-rspec-core
ruby-rspec-expectations
ruby-rspec-mocks
ruby-rspec
ruby-rr
ruby-test-unit-rr
ruby-debug
ruby-irb
ruby-minitest
ruby-hoe
ruby-kpeg
ruby-racc
ruby-rdoc
ruby-typeprof
libmpeg2
libcaca
a52dec
python-aaf2
imath
pybind11
opentimelineio
utf8cpp
taglib
twolame
wavpack
chromaprint
faac
faad2
neon
sdl12-compat
libdv
libdca
libfdk-aac
libfreeaptx
libgme
liblc3
libldac
raptor
liblrdf
libltc
libmicrodns
libcue
libreplaygain
musepack
samba
libsoup3
gssdp
gupnp
gupnp-igd
libnice
portaudio
libopenmpt
libsrtp
serd
zix
sord
sratom
lilv
mjpegtools
rtmpdump
soundtouch
spandsp
qrencode
wildmidi
liblqr
libraqm
djvulibre
jbigkit
jasper
libraw
gsfonts
libwmf
libzip
opencl-headers
libdeflate
openexr
imagemagick
zbar
zvbi
zxing-cpp
libcdio
libinstpatch
fluidsynth
libdvdread
libdvdnav
protobuf
python-absl
perl-io-tty
mosh
cython
libplist
libimobiledevice-glue
libusbmuxd
libimobiledevice
media-player-info
usbmuxd
reiserfsprogs
btrfs-progs
thin-provisioning-tools
lvm2
upower
argon2
dosfstools
exfatprogs
cryptsetup
libnvme
mdadm
iniparser
libtraceevent
libtracefs
ndctl
parted
gpgme
volume_key
libbytesize
libatasmart
libblockdev
udisks2
hunspell
aspell
hspell
libvoikko
flite
festival
pyxdg
dotconf
gstreamer
libao
speech-dispatcher
pkcs11-helper
botan
editorconfig-core-c
libinih
exiv2
convertlit
ebook-tools
catdoc
squashfuse
xdg-utils-cxx
libappimage
libdmtx
aribb24
pcsclite
aribb25
libdvbpsi
libmad
libebml
libmatroska
libtar
libupnp
libdaemon
libevent
libdvdcss
libgoom2
libkate
libmtp
libnfs
libtiger
confuse
libusb-compat
libftdi
lirc
live-media
glm
ftgl
glew
sdl_image
vcdimager
xosd
taglib1
minizip
jsoncpp
libaccounts-glib
libebur128
lapack
suitesparse
eigen
movit
gavl
frei0r-plugins
rtaudio
opusfile
sox
xapian-core
discount
chmlib
cfitsio
wayland-utils
aha
dmidecode
libqalculate
accountsservice
ttf-hack
smartmontools
socat
i2c-tools
ddcutil
scim
xf86-input-synaptics
xdg-user-dirs
libfakekey
python-distro
python-ply
python-breathe
texlive-texmf
woff2
dvisvgm
gl2ps
jxrlib
freeimage
pugixml
rapidjson
opencascade
ngspice
http-parser
libgit2
libmspack
nanosvg
unifdef
bubblewrap
nuspell
enchant
hyphen
libmanette
libwpe
wpebackend-fdo
xdg-dbus-proxy
webkit2gtk-4.1
wxwidgets
python-charset-normalizer
python-idna
python-pysocks
python-requests
python-attrdict
sip
waf
python-wxpython
cgal
python-fonttools
python-pyqt5-sip
pyopengl
assimp
kicad
libspnav
lib3mf
kicad-library
asciidoctor
coin
libaec
time
hdf5
cgns
nlohmann-json
blosc
netcdf
xerces-c
python-smmap
python-gitdb
python-gitpython
verdict
hwloc
onetbb
cli11
fast_float
libcerf
libotf
tree-sitter
m17n-db
anthy
ispell
m17n-lib
emacs
libharu
jemalloc
log4cplus
cppunit
glfw
zfp
proj
python-certifi
yt-dlp
fuse2fs
vboot-utils
graphicsmagick
gsl
gspell
autoconf2.13
js115
gjs
glade
gtksourceview4
ragel
lib2geom
librevenge
libgsf
libwpd
libwpg
libcdr
libsoup
libvisio
python-appdirs
python-soupsieve
python-beautifulsoup4
python-filelock
python-msgpack
python-cachecontrol
python-chardet
python-coverage
python-cssselect
python-pbr
python-lockfile
libimagequant
python-pillow
python-pyserial
python-zstandard
scour
libstaroffice
doctest
box2d
libnumbertext
libqxp
libfreehand
libepubgen
libptytty
rxvt-unicode
libzmf
libcmis
libexttextcat
mdds
spdlog
libixion
liborcus
liblangtag
coin-or-data-sample
glpk
coin-or-coinutils
coin-or-asl
coin-or-osi
coin-or-clp
coin-or-cgl
nauty
coin-or-cbc
coin-or-mp
libmwaw
libe-book
libabw
libpagemaker
libatomic_ops
libmythes
clucene
perl-archive-zip
libmspub
libwps
rasqal
redland
lpsolve
libetonyek
libodfgen
libspiro
libuninameslist
fontforge
ttf-liberation
perl-io-string
perl-font-ttf
ttf-dejavu
ttf-carlito
catch2
immer
lager
babl
libgexiv2
lensfun
xsimd12
zug
tinyxml
pystring
minizip-ng
yaml-cpp
opencolorio
mousepad
numactl
ghc-bin
python-sphinx-alabaster-theme
python-pytz
python-babel
python-imagesize
python-snowballstemmer
python-sphinxcontrib-applehelp
python-sphinxcontrib-devhelp
python-sphinxcontrib-htmlhelp
python-sphinxcontrib-jsmath
python-sphinxcontrib-qthelp
python-sphinxcontrib-serializinghtml
python-sphinx
python-sphinxcontrib-jquery
python-sphinx_rtd_theme
cronie
dht
libsigcplusplus-3.0
glibmm-2.68
cairomm-1.16
pangomm-2.48
gtkmm-4.0
libb64
libnatpmp
lsb-release
miniupnpc
geoip-database
geoip
go-1.20
go
tweak-hexeditor
python-bottle
git-arr
python-userpath
python-argcomplete
python-platformdirs
python-pipx
abc
python-libusb1
iverilog
yosys
libftdi-compat
icestorm
usbutils
python-pyinotify
git _doc
linux-armlfs
linux-firmware
linux-armlfs-lts
linux-armlfs-lts61
linux-armlfs-test
dtc
uboot-tools
nmap
rdfind
flashprog
openboardview
appmenu-gtk-module
catch2-v2
libsbsms
portmidi
portsmf
vamp-plugin-sdk
python-sphinx-lv2-theme
python-webencodings
python-html5lib
python-sphinxygen
suil
vst3sdk
audacity
openttd-opengfx
openttd-opensfx
openttd
freepats-general-midi
appmenu-gtk-module
sfml
csfml
extremetuxracer
libmikmod
oniguruma
jq
licenses
python-pkgconfig
pyalpm
python-boolean.py
python-license-expression
python-pyelftools
namcap
uqm
soundfont-generaluser
physfs
libslirp
dosbox-x
txt2man
aubio
libev
libwebsockets
liblo
ardour
cracklib
judy
mariadb
libofa
loudmouth