This repository has been archived by the owner on May 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
view-buildroot-source-package-name-list--view-c9s--x86_64.txt
2238 lines (2238 loc) · 28.8 KB
/
view-buildroot-source-package-name-list--view-c9s--x86_64.txt
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
389-ds-base
Box2D
CUnit
Cython
HdrHistogram
HdrHistogram_c
Judy
LibRaw
ModemManager
NetworkManager
OpenIPMI
PEGTL
PackageKit
PyYAML
SDL
SDL2
SDL_sound
SLOF
SuperLU
Xaw3d
a52dec
accountsservice
acl
acpica-tools
adobe-mappings-cmap
adobe-mappings-pdf
adwaita-icon-theme
adwaita-qt
alex
alsa-lib
alsa-utils
anaconda
anaconda-user-help
annobin
ant
ant-contrib
anthy
anthy-unicode
antlr
antlr32
aopalliance
apache-commons-beanutils
apache-commons-cli
apache-commons-codec
apache-commons-collections
apache-commons-compress
apache-commons-exec
apache-commons-io
apache-commons-jxpath
apache-commons-lang
apache-commons-lang3
apache-commons-logging
apache-commons-net
apache-commons-parent
apache-ivy
apache-parent
apache-resource-bundles
apiguardian
appstream
appstream-data
apr
apr-util
aqute-bnd
argparse-manpage
args4j
asciidoc
asio
aspell
aspell-en
assertj-core
at
at-spi2-atk
at-spi2-core
atinject
atk
atkmm
atlas
attr
audit
augeas
auto
autoconf
autoconf-archive
automake
autotrace
avahi
babel
babeltrace
babl
basesystem
bash
bash-completion
batik
bc
bcc
bcel
bdftopcf
beakerlib
beust-jcommander
bind
binutils
bison
blis
blosc
bluez
bolt
boost
bouncycastle
brltty
brotli
bsf
bsh
bubblewrap
byacc
byaccj
byte-buddy
bzip2
c-ares
ca-certificates
cairo
cairomm
cal10n
capstone
catch1
cbi-plugins
cdi-api
cdparanoia
cdrkit
ceph
cglib
chan
check
checkpolicy
cheese
chkconfig
chrony
chrpath
cifs-utils
cim-schema
cjose
clang
classloader-leak-test-framework
cldr-emoji-annotation
clucene
clutter
clutter-gst3
clutter-gtk
cmake
cmocka
codehaus-parent
cogl
color-filesystem
colord
colord-gtk
compat-lua
compiler-rt
console-setup
copy-jdk-configs
coreutils
corosync
cpio
cppunit
cracklib
crash
createrepo_c
cronie
crontabs
cross-binutils
cross-gcc
crypto-policies
cryptsetup
cscope
culmus-fonts
cups
cups-filters
cups-pk-helper
curl
custodia
cyrus-sasl
dain-snappy
datefudge
dblatex
dbus
dbus-broker
dbus-glib
dbus-python
dconf
decentxml
dejagnu
dejavu-fonts
desktop-file-utils
dev86
device-mapper-multipath
device-mapper-persistent-data
dhcp
diffstat
diffutils
ding-libs
directory-maven-plugin
disruptor
dlm
dmidecode
dnf
dnf-plugins-core
dnsmasq
docbook-dtds
docbook-style-dsssl
docbook-style-xsl
docbook-utils
docbook2X
docbook5-schemas
docbook5-style-xsl
dom4j
dos2unix
dosfstools
dotconf
dotnet-build-reference-packages
dotnet3.1
double-conversion
dovecot
doxygen
dracut
dtc
dwarves
dwz
dyninst
e2fsprogs
easymock
ecj
eclipse
eclipse-ecf
eclipse-emf
eclipse-license
ed
edk2
efi-rpm-macros
efivar
egl-wayland
eglexternalplatform
eigen3
elfutils
elinks
emacs
enchant
enchant2
enscript
environment-modules
espeak-ng
evince
evolution
evolution-data-server
exec-maven-plugin
execstack
exempi
exiv2
expat
expect
fakeroot
fasterxml-oss-parent
fcode-utils
fdk-aac-free
felix-gogo-command
felix-gogo-parent
felix-gogo-runtime
felix-gogo-shell
felix-parent
felix-scr
felix-utils
fence-agents
fftw
file
filesystem
findutils
firewalld
fish
flac
flashrom
flatpak
flex
flexiblas
flite
flute
fmt
foma
fontawesome-fonts
fontconfig
fontforge
fonts-rpm-macros
fonttools
fonttosfnt
foomatic
foomatic-db
forge-parent
freeglut
freerdp
freetype
fribidi
fstrm
fuse
fuse3
fusesource-pom
future
fwupd
gawk
gc
gcab
gcc
gcr
gd
gdb
gdbm
gdisk
gdk-pixbuf2
gdk-pixbuf2-xlib
gdm
gedit
gegl04
geoclue2
geocode-glib
gettext
gfs2-utils
ghc
ghc-Glob
ghc-HTTP
ghc-HUnit
ghc-HsYAML
ghc-JuicyPixels
ghc-QuickCheck
ghc-SHA
ghc-aeson
ghc-aeson-pretty
ghc-ansi-terminal
ghc-ansi-wl-pprint
ghc-asn1-encoding
ghc-asn1-parse
ghc-asn1-types
ghc-async
ghc-attoparsec
ghc-base-compat
ghc-base-compat-batteries
ghc-base-orphans
ghc-base16-bytestring
ghc-base64-bytestring
ghc-basement
ghc-bitarray
ghc-blaze-builder
ghc-blaze-html
ghc-blaze-markup
ghc-call-stack
ghc-case-insensitive
ghc-cereal
ghc-clock
ghc-cmark-gfm
ghc-cmdargs
ghc-colour
ghc-connection
ghc-cookie
ghc-cryptonite
ghc-data-default
ghc-data-default-class
ghc-data-default-instances-containers
ghc-data-default-instances-dlist
ghc-data-default-instances-old-locale
ghc-digest
ghc-dlist
ghc-doctemplates
ghc-exceptions
ghc-foundation
ghc-haddock-library
ghc-hashable
ghc-hourglass
ghc-hslua
ghc-hslua-module-text
ghc-hspec
ghc-hspec-core
ghc-hspec-discover
ghc-hspec-expectations
ghc-http-client
ghc-http-client-tls
ghc-http-types
ghc-hxt
ghc-hxt-charproperties
ghc-hxt-regex-xmlschema
ghc-hxt-unicode
ghc-integer-logarithms
ghc-memory
ghc-mime-types
ghc-network
ghc-network-uri
ghc-old-locale
ghc-optparse-applicative
ghc-pandoc-types
ghc-pem
ghc-primitive
ghc-quickcheck-io
ghc-random
ghc-regex-base
ghc-regex-pcre
ghc-rpm-macros
ghc-safe
ghc-scientific
ghc-semigroups
ghc-setenv
ghc-skylighting
ghc-socks
ghc-split
ghc-srpm-macros
ghc-streaming-commons
ghc-syb
ghc-tagged
ghc-tagsoup
ghc-tasty
ghc-tasty-hunit
ghc-tasty-quickcheck
ghc-temporary
ghc-texmath
ghc-tf-random
ghc-th-abstraction
ghc-time-compat
ghc-tls
ghc-transformers-compat
ghc-unbounded-delays
ghc-unicode-transforms
ghc-unordered-containers
ghc-utf8-string
ghc-uuid-types
ghc-vector
ghc-x509
ghc-x509-store
ghc-x509-system
ghc-x509-validation
ghc-xml
ghc-zip-archive
ghc-zlib
ghostscript
giflib
git
gjs
gl-manpages
glade
glew
glib-networking
glib2
glibc
glibc32
glibmm24
glm
glslang
glusterfs
gmp
gnome-autoar
gnome-bluetooth
gnome-common
gnome-control-center
gnome-desktop3
gnome-keyring
gnome-online-accounts
gnome-session
gnome-settings-daemon
gnome-shell
gnome-themes-extra
gnu-efi
gnupg2
gnutls
go-rpm-macros
gobject-introspection
golang
golang-github-burntsushi-toml
golang-github-cpuguy83-md2man
golang-github-urfave-cli
golang-gopkg-russross-blackfriday-2
golang-gopkg-yaml-2
golist
gom
google-carlito-fonts
google-droid-fonts
google-gson
google-guice
google-noto-cjk-fonts
google-roboto-slab-fonts
gperf
gpgme
gpm
graphene
graphite2
graphviz
grep
grilo
groff
grub2
grubby
gsettings-desktop-schemas
gsl
gsm
gsound
gspell
gssproxy
gstreamer1
gstreamer1-plugins-bad-free
gstreamer1-plugins-base
gstreamer1-plugins-good
gtest
gtk-doc
gtk-vnc
gtk2
gtk3
gtk4
gtkmm30
gtksourceview4
gtkspell3
guava
gvfs
gzip
hamcrest
hamcrest2
harfbuzz
hawtjni
hdf5
help2man
hexedit
hicolor-icon-theme
hidapi
highlight
hivex
hostname
hscolour
hsqldb
http-parser
httpcomponents-client
httpcomponents-core
httpcomponents-project
httpd
hunspell
hunspell-de
hunspell-en
hunspell-es
hunspell-fr
hunspell-it
hunspell-ko
hwdata
hwloc
hyphen
ibus
ibus-table
ibus-table-chinese
ibus-table-others
icoutils
icu
icu4j
iio-sensor-proxy
ima-evm-utils
imaptest
inih
inkscape
intltool
ipa
ipa-healthcheck
ipcalc
iproute
ipset
iptables
iputils
ipxe
ipython
iscsi-initiator-utils
isl
isns-utils
iso-codes
isorelax
itstool
iw
jackson-annotations
jackson-bom
jackson-core
jackson-databind
jackson-jaxrs-providers
jackson-modules-base
jackson-parent
jakarta-activation
jakarta-annotations
jakarta-commons-httpclient
jakarta-el
jakarta-interceptors
jakarta-mail
jakarta-oro
jakarta-persistence
jakarta-saaj
jakarta-server-pages
jakarta-servlet
jakarta-ws-rs
jakarta-xml-ws
janino
jansi
jansi-native
jansi1
jansson
jasper
java-1.8.0-openjdk
java-11-openjdk
java_cup
javacc
javacc-maven-plugin
javapackages-tools
javaparser
javapoet
javassist
jaxb
jaxb-api
jaxb-dtd-parser
jaxb-fi
jaxb-istack-commons
jaxb-stax-ex
jaxen
jbig2dec
jbigkit
jboss-annotations-1.2-api
jboss-jaxrs-2.0-api
jboss-logging
jboss-logging-tools
jboss-logmanager
jboss-modules
jboss-parent
jctools
jdeparser
jdepend
jdependency
jdom
jdom2
jetty
jffi
jflex
jitterentropy
jline2
jmc-core
jmock
jna
jnr-constants
jnr-ffi
jnr-netdb
jnr-posix
jnr-x86asm
jose
jq
js-jquery
jsch
json-c
json-glib
jsoup
jsr-305
jss
jtidy
junit
junit5
jython
jzlib
kbd
kernel
kernel-srpm-macros
keybinder3
keyutils
kmod
krb5
kronosnet
ksh
ladspa
lame
langpacks
langtable
lapack
lasso
latex2html
lato-fonts
lcms2
ldapjdk
ldns
lensfun
leptonica
less
libEMF
libICE
libSM
libX11
libXScrnSaver
libXau
libXaw
libXcomposite
libXcursor
libXdamage
libXdmcp
libXext
libXfixes
libXfont2
libXft
libXi
libXinerama
libXmu
libXp
libXpm
libXpresent
libXrandr
libXrender
libXres
libXt
libXtst
libXv
libXxf86dga
libXxf86vm
libabigail
libabw
libaec
libaio
libao
libappstream-glib
libarchive
libassuan
libasyncns
libatasmart
libatomic_ops
libbase
libblockdev
libbpf
libbsd
libburn
libbytesize
libcacard
libcanberra
libcap
libcap-ng
libcbor
libcdio
libcdio-paranoia
libcdr
libcmis
libcomps
libconfig
libdaemon
libdatrie
libdazzle
libdb
libdmx
libdnf
libdrm
libdvdnav
libdvdread
libecap
libeconf
libedit
libell
libeot
libepoxy
libepubgen
liberation-fonts
libesmtp
libestr
libetonyek
libev
libevdev
libevent
libexif
libexttextcat
libfabric
libfastjson
libffi
libfido2
libfontenc
libfonts
libformula
libfprint
libfreehand
libgcrypt
libgdata
libgdl
libgee
libgexiv2
libglvnd
libgnomekbd
libgpg-error
libgphoto2
libgsf
libgtop2
libgudev
libguestfs
libgusb
libgweather
libgxps
libhandy
libhangul
libical
libidn
libidn2
libieee1284
libijs
libimagequant
libinput
libipt
libiptcdata
libiscsi
libisofs
libjcat
libjpeg-turbo
libkcapi
libksba
liblangtag
liblayout
libldac
libldb
libloader
liblockfile
liblognorm
liblouis
liblrdf
libmad
libmatchbox
libmaxminddb
libmbim
libmediaart
libmemcached
libmetalink
libmicrodns
libmicrohttpd
libmikmod
libmng
libmnl
libmodplug
libmodulemd
libmpc
libmpeg2
libmspack
libmspub
libmtp
libmusicbrainz5
libmwaw
libnbd
libndp
libnet
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_queue
libnfnetlink
libnfs
libnftnl
libnl3
libnma
libnotify
libnsl2
libnumbertext
liboauth
libodfgen
libogg
libopenmpt
liborcus
libosinfo
libotf
libotr
libpagemaker
libpaper
libpcap
libpciaccess
libpeas
libpfm
libpinyin
libpipeline
libpng
libpq
libproxy
libpsl
libpsm2
libpst
libpwquality
libqb
libqmi
libqxp
librabbitmq
libraqm
librdkafka
librelp
librepo
libreport
librepository
librevenge
librhsm
librsvg2
libsamplerate
libseccomp
libsecret
libselinux
libsemanage
libsepol
libserf
libserializer
libshout
libsigc++20
libsigsegv
libslirp
libsmbios
libsmi
libsndfile
libsodium
libsolv
libsoup
libspectre
libspiro
libsrtp
libssh
libssh2
libstaroffice
libstemmer
libstoragemgmt
libtalloc
libtar
libtasn1
libtdb
libteam
libtevent
libthai
libtheora
libtiff
libtimezonemap
libtirpc
libtool
libtpms
libtraceevent
libuninameslist
libunistring
libunwind
liburing
libusb
libusbx
libuser
libutempter
libuv
libva
libvdpau
libverto
libvirt
libvirt-glib
libvirt-python
libvisio
libvisual
libvoikko
libvorbis
libvpx
libwacom
libwebp
libwpd
libwpe
libwpg
libwps
libxcb
libxcrypt
libxkbcommon
libxkbfile
libxklavier
libxml2
libxmlb
libxshmfence
libxslt
libyaml
libyang
libzip
libzmf
linkchecker
linux-firmware
linuxconsoletools
linuxdoc-tools
lksctp-tools
lldb
lldpad
llvm
lm_sensors
lmdb
lockdev
log4j
logrotate
low-memory-monitor
lpsolve
lsof
lsscsi
lttng-ust
lua
lua-posix
lua-rpm-macros
lucene
luit
luksmeta
lvm2
lynx
lz4
lzo
lzop
m17n-db
m17n-lib
m4
mailcap
mailx
make
mallard-rng
man-db
mariadb