2013-08-17 22:35:37 +02:00
|
|
|
menu "Target packages"
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/busybox/Config.in"
|
2015-10-10 09:39:12 +02:00
|
|
|
source "package/skeleton/Config.in"
|
package/skeleton: split out into skeleton-custom
For the custom skeleton, we practicaly do nothing, except ensure it
contains the basic, required directories, and that those are properly
setup wrt. merged /usr.
Furthermore, our current skeleton is not fit for systemd, and we'll
have to split things out into various skeletons.
So, off-load the custom skeleton into its own package.
Thus, the existing skeleton package is now limited to:
- when using our default skeleton, install and tweak it properly;
- when using a custom skeleton, do nothing except for depending on
the skeleton-custom package.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Arnout: split off in a separate patch doing only this]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-08-02 00:52:12 +02:00
|
|
|
source "package/skeleton-custom/Config.in"
|
2017-08-13 23:21:12 +02:00
|
|
|
source "package/skeleton-init-common/Config.in"
|
2017-08-13 23:21:09 +02:00
|
|
|
source "package/skeleton-init-none/Config.in"
|
2019-05-12 21:55:39 +02:00
|
|
|
source "package/skeleton-init-openrc/Config.in"
|
2017-08-13 23:21:10 +02:00
|
|
|
source "package/skeleton-init-systemd/Config.in"
|
2017-08-13 23:21:11 +02:00
|
|
|
source "package/skeleton-init-sysv/Config.in"
|
2007-09-24 23:10:43 +02:00
|
|
|
|
2013-08-30 11:05:57 +02:00
|
|
|
menu "Audio and video applications"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/alsa-utils/Config.in"
|
2017-04-09 19:44:02 +02:00
|
|
|
source "package/atest/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/aumix/Config.in"
|
2018-04-06 10:19:24 +02:00
|
|
|
source "package/bluez-alsa/Config.in"
|
2015-10-18 14:34:11 +02:00
|
|
|
source "package/dvblast/Config.in"
|
2015-01-13 02:55:56 +01:00
|
|
|
source "package/dvdauthor/Config.in"
|
2015-03-17 19:57:38 +01:00
|
|
|
source "package/dvdrw-tools/Config.in"
|
2014-04-30 16:21:53 +02:00
|
|
|
source "package/espeak/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/faad2/Config.in"
|
|
|
|
source "package/ffmpeg/Config.in"
|
|
|
|
source "package/flac/Config.in"
|
|
|
|
source "package/flite/Config.in"
|
2019-12-29 19:58:23 +01:00
|
|
|
source "package/fluid-soundfont/Config.in"
|
2019-12-09 21:03:24 +01:00
|
|
|
source "package/fluidsynth/Config.in"
|
2015-10-19 14:06:53 +02:00
|
|
|
source "package/gmrender-resurrect/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gstreamer1/Config.in"
|
2019-08-03 11:59:06 +02:00
|
|
|
source "package/jack1/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/jack2/Config.in"
|
2014-12-23 18:46:27 +01:00
|
|
|
source "package/kodi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lame/Config.in"
|
|
|
|
source "package/madplay/Config.in"
|
2016-12-10 13:21:54 +01:00
|
|
|
source "package/mimic/Config.in"
|
2019-09-09 20:23:45 +02:00
|
|
|
source "package/minimodem/Config.in"
|
2015-04-06 00:10:11 +02:00
|
|
|
source "package/miraclecast/Config.in"
|
2015-02-02 23:35:06 +01:00
|
|
|
source "package/mjpegtools/Config.in"
|
2014-10-19 02:00:46 +02:00
|
|
|
source "package/modplugtools/Config.in"
|
2016-09-27 23:37:47 +02:00
|
|
|
source "package/motion/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mpd/Config.in"
|
2014-12-12 22:24:39 +01:00
|
|
|
source "package/mpd-mpc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mpg123/Config.in"
|
2016-04-27 15:12:02 +02:00
|
|
|
source "package/mpv/Config.in"
|
2016-01-27 09:40:11 +01:00
|
|
|
source "package/multicat/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/musepack/Config.in"
|
2014-07-07 21:53:04 +02:00
|
|
|
source "package/ncmpc/Config.in"
|
package/omxplayer: new package
OMXplayer uses openMAX on the RPi to play videos with hardware
acceleration.
Compared to using a gstreamer pipe, OMXplayer uses a complete
"tunnel-mode", in which the video is piped (after demuxing) into the
hardware, all the way down to the display, whereas gstreamer composes
the video using the eglgles sink, which uses mem-to-mem copies.
So, when playing a locally-stored 1080p video, OMXplayer averages 20%
(with peaks up to ~30%, depending on the complexity of the video) CPU,
while gstreamer bursts up to 40+% when playing 720p and totally chokes
on a 1080p video; all on an non-overclocked RPi-1.
Note that we have to depend on rpi-userland. rpi-userland is a GLES/EGL
provider, so it can't be selected (as all providers of a virtual package
can't).
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[Thomas: add a depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-05-02 12:09:58 +02:00
|
|
|
source "package/omxplayer/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/on2-8170-libs/Config.in"
|
|
|
|
source "package/opus-tools/Config.in"
|
2022-07-10 09:25:31 +02:00
|
|
|
source "package/pipewire/Config.in"
|
|
|
|
source "package/pipewire-media-session/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/pulseaudio/Config.in"
|
2014-06-28 03:38:54 +02:00
|
|
|
source "package/sox/Config.in"
|
2023-01-06 22:08:26 +01:00
|
|
|
source "package/speechd/Config.in"
|
2015-09-29 13:08:13 +02:00
|
|
|
source "package/squeezelite/Config.in"
|
2022-10-29 13:53:21 +02:00
|
|
|
source "package/tinycompress/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tstools/Config.in"
|
2014-06-28 03:38:52 +02:00
|
|
|
source "package/twolame/Config.in"
|
2017-01-02 16:45:29 +01:00
|
|
|
source "package/udpxy/Config.in"
|
2014-07-14 22:52:47 +02:00
|
|
|
source "package/upmpdcli/Config.in"
|
2015-12-09 16:24:26 +01:00
|
|
|
source "package/v4l2grab/Config.in"
|
2017-06-20 21:11:38 +02:00
|
|
|
source "package/v4l2loopback/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/vlc/Config.in"
|
|
|
|
source "package/vorbis-tools/Config.in"
|
|
|
|
source "package/wavpack/Config.in"
|
|
|
|
source "package/yavta/Config.in"
|
2014-09-28 14:04:02 +02:00
|
|
|
source "package/ympd/Config.in"
|
2022-01-23 14:48:03 +01:00
|
|
|
source "package/zynaddsubfx/Config.in"
|
2013-08-30 11:05:57 +02:00
|
|
|
endmenu
|
2007-09-26 08:32:42 +02:00
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Compressors and decompressors"
|
2018-03-23 19:59:39 +01:00
|
|
|
source "package/brotli/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/bzip2/Config.in"
|
|
|
|
source "package/gzip/Config.in"
|
2019-09-08 10:03:16 +02:00
|
|
|
source "package/lrzip/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lzip/Config.in"
|
|
|
|
source "package/lzop/Config.in"
|
2016-05-31 23:57:51 +02:00
|
|
|
source "package/p7zip/Config.in"
|
2018-07-04 09:07:36 +02:00
|
|
|
source "package/pigz/Config.in"
|
2017-07-03 22:09:23 +02:00
|
|
|
source "package/pixz/Config.in"
|
2016-01-06 13:49:00 +01:00
|
|
|
source "package/unrar/Config.in"
|
2015-12-01 11:53:29 +01:00
|
|
|
source "package/unzip/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/xz/Config.in"
|
2015-11-27 18:38:00 +01:00
|
|
|
source "package/zip/Config.in"
|
2017-07-25 18:56:03 +02:00
|
|
|
source "package/zstd/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Debugging, profiling and benchmark"
|
package/babeltrace2: new package
Babeltrace 2 is a trace manipulation toolkit.
The Babeltrace 2 project offers a library with a C API, Python 3
bindings, and a command-line tool which makes it very easy for mere
mortals to view, convert, transform, and analyze traces.
See <https://babeltrace.org/> for more details.
Babeltrace 2 is a major update of Babeltrace 1 (Buildroot package
`lttng-babeltrace`). Both projects are coinstallable. Except for the
command-line tool (named `babeltrace2`), the Babeltrace 2 project is not
backward compatible with Babeltrace 1.
I'm naming this package `babeltrace2` instead of `lttng-babeltrace2`
because, although it can read LTTng traces, the two projects are
independent. All major distributions use `babeltrace2` as the
Babeltrace 2 package's name.
I'm keeping the `lttng-babeltrace` package because, as of this date, we
still add bug and security fixes from time to time, therefore the
project is not in EOL stage. Some external, custom packages could still
depend on the Babeltrace 1 library, for example.
As with `lttng-babeltrace`, you can build and install the host version
of Babeltrace 2 for the workflow where you trace the target, download
the resulting trace (or receive it during the tracing process), and then
read and analyze it with Babeltrace 2.
If you enable the `elfutils` package (`BR2_PACKAGE_ELFUTILS`), then
support for Babeltrace 2's debugging information filter component
class is enabled.
Tested with glibc, uClibc-ng, and musl.
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-06-23 22:01:53 +02:00
|
|
|
source "package/babeltrace2/Config.in"
|
2014-12-09 15:28:29 +01:00
|
|
|
source "package/blktrace/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/bonnie/Config.in"
|
2022-01-31 19:51:54 +01:00
|
|
|
source "package/bpftool/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cache-calibrator/Config.in"
|
2018-10-21 00:14:37 +02:00
|
|
|
source "package/clinfo/Config.in"
|
2022-01-16 18:53:20 +01:00
|
|
|
source "package/clpeak/Config.in"
|
2020-11-11 23:41:01 +01:00
|
|
|
source "package/coremark/Config.in"
|
2020-11-11 23:41:02 +01:00
|
|
|
source "package/coremark-pro/Config.in"
|
2019-02-18 22:55:03 +01:00
|
|
|
source "package/dacapo/Config.in"
|
2020-12-10 08:27:20 +01:00
|
|
|
source "package/delve/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dhrystone/Config.in"
|
2017-02-08 22:37:52 +01:00
|
|
|
source "package/dieharder/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dmalloc/Config.in"
|
|
|
|
source "package/dropwatch/Config.in"
|
|
|
|
source "package/dstat/Config.in"
|
2016-01-27 12:40:38 +01:00
|
|
|
source "package/dt/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/duma/Config.in"
|
|
|
|
source "package/fio/Config.in"
|
2016-10-04 16:52:22 +02:00
|
|
|
source "package/fwts/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gdb/Config.in"
|
2014-06-25 15:16:13 +02:00
|
|
|
source "package/google-breakpad/Config.in"
|
2022-05-19 10:28:00 +02:00
|
|
|
source "package/hyperfine/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/iozone/Config.in"
|
|
|
|
source "package/kexec/Config.in"
|
2014-06-17 07:21:47 +02:00
|
|
|
source "package/kexec-lite/Config.in"
|
2022-10-20 16:14:12 +02:00
|
|
|
source "package/kmemd/Config.in"
|
2016-08-18 01:02:36 +02:00
|
|
|
source "package/kvm-unit-tests/Config.in"
|
2015-06-12 00:51:33 +02:00
|
|
|
source "package/kyua/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/latencytop/Config.in"
|
2020-12-20 16:12:01 +01:00
|
|
|
source "package/libbpf/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lmbench/Config.in"
|
|
|
|
source "package/lsof/Config.in"
|
|
|
|
source "package/ltp-testsuite/Config.in"
|
|
|
|
source "package/ltrace/Config.in"
|
|
|
|
source "package/lttng-babeltrace/Config.in"
|
|
|
|
source "package/lttng-modules/Config.in"
|
|
|
|
source "package/lttng-tools/Config.in"
|
2023-05-26 20:47:07 +02:00
|
|
|
source "package/mbpoll/Config.in"
|
2022-07-28 13:28:40 +02:00
|
|
|
source "package/mbw/Config.in"
|
2014-11-21 21:59:06 +01:00
|
|
|
source "package/mcelog/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/memstat/Config.in"
|
|
|
|
source "package/netperf/Config.in"
|
2015-11-09 10:03:32 +01:00
|
|
|
source "package/netsniff-ng/Config.in"
|
2017-01-02 16:45:23 +01:00
|
|
|
source "package/nmon/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/oprofile/Config.in"
|
|
|
|
source "package/pax-utils/Config.in"
|
2018-12-07 02:20:23 +01:00
|
|
|
source "package/pcm-tools/Config.in"
|
2023-02-02 21:20:02 +01:00
|
|
|
source "package/perftest/Config.in"
|
2019-08-01 11:21:19 +02:00
|
|
|
source "package/piglit/Config.in"
|
2021-01-06 20:47:04 +01:00
|
|
|
source "package/ply/Config.in"
|
2021-05-17 17:56:26 +02:00
|
|
|
source "package/poke/Config.in"
|
2020-01-24 19:24:47 +01:00
|
|
|
source "package/ptm2human/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/pv/Config.in"
|
2015-05-23 00:18:41 +02:00
|
|
|
source "package/racehound/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ramsmp/Config.in"
|
|
|
|
source "package/ramspeed/Config.in"
|
|
|
|
source "package/rt-tests/Config.in"
|
2021-08-06 14:48:54 +02:00
|
|
|
source "package/rwmem/Config.in"
|
2020-09-15 23:01:22 +02:00
|
|
|
source "package/sentry-native/Config.in"
|
2022-03-17 18:03:17 +01:00
|
|
|
source "package/signal-estimator/Config.in"
|
2014-10-24 18:56:10 +02:00
|
|
|
source "package/spidev_test/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/strace/Config.in"
|
|
|
|
source "package/stress/Config.in"
|
2015-09-09 11:53:47 +02:00
|
|
|
source "package/stress-ng/Config.in"
|
2015-03-26 21:41:29 +01:00
|
|
|
source "package/sysdig/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sysprof/Config.in"
|
2018-01-02 18:39:25 +01:00
|
|
|
source "package/tcf-agent/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tinymembench/Config.in"
|
|
|
|
source "package/trace-cmd/Config.in"
|
2014-10-20 12:14:51 +02:00
|
|
|
source "package/trinity/Config.in"
|
2016-11-18 07:03:48 +01:00
|
|
|
source "package/uclibc-ng-test/Config.in"
|
2021-04-23 19:26:01 +02:00
|
|
|
source "package/uftrace/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/valgrind/Config.in"
|
2018-11-16 16:52:53 +01:00
|
|
|
source "package/vmtouch/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/whetstone/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Development tools"
|
2021-12-10 15:12:08 +01:00
|
|
|
source "package/avocado/Config.in"
|
2019-04-02 15:21:42 +02:00
|
|
|
source "package/bats-core/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/binutils/Config.in"
|
2020-07-06 11:37:43 +02:00
|
|
|
source "package/bitwise/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/bsdiff/Config.in"
|
|
|
|
source "package/bustle/Config.in"
|
2015-09-19 14:41:51 +02:00
|
|
|
source "package/check/Config.in"
|
2015-03-08 10:47:20 +01:00
|
|
|
source "package/cmake/Config.in"
|
2014-10-29 01:14:49 +01:00
|
|
|
source "package/cppunit/Config.in"
|
2020-05-05 15:22:43 +02:00
|
|
|
source "package/cukinia/Config.in"
|
2018-11-01 19:58:15 +01:00
|
|
|
source "package/cunit/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cvs/Config.in"
|
2015-12-18 10:27:14 +01:00
|
|
|
source "package/cxxtest/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/diffutils/Config.in"
|
2015-09-03 06:10:50 +02:00
|
|
|
source "package/dos2unix/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/findutils/Config.in"
|
|
|
|
source "package/flex/Config.in"
|
|
|
|
source "package/gawk/Config.in"
|
|
|
|
source "package/gettext/Config.in"
|
2019-03-28 00:08:30 +01:00
|
|
|
source "package/gettext-gnu/Config.in"
|
2019-03-28 00:08:31 +01:00
|
|
|
source "package/gettext-tiny/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/git/Config.in"
|
2017-01-30 14:55:17 +01:00
|
|
|
source "package/git-crypt/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gperf/Config.in"
|
|
|
|
source "package/grep/Config.in"
|
2017-03-20 17:00:06 +01:00
|
|
|
source "package/jo/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/jq/Config.in"
|
|
|
|
source "package/libtool/Config.in"
|
|
|
|
source "package/make/Config.in"
|
2021-03-04 14:40:49 +01:00
|
|
|
source "package/mawk/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/patch/Config.in"
|
|
|
|
source "package/pkgconf/Config.in"
|
2019-10-03 02:31:46 +02:00
|
|
|
source "package/ripgrep/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sed/Config.in"
|
|
|
|
source "package/subversion/Config.in"
|
|
|
|
source "package/tree/Config.in"
|
|
|
|
source "package/yasm/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2013-10-25 17:05:51 +02:00
|
|
|
menu "Filesystem and flash utilities"
|
2018-04-04 14:54:09 +02:00
|
|
|
source "package/abootimg/Config.in"
|
2016-07-17 14:50:37 +02:00
|
|
|
source "package/aufs/Config.in"
|
2016-07-17 14:50:39 +02:00
|
|
|
source "package/aufs-util/Config.in"
|
2015-12-22 17:51:10 +01:00
|
|
|
source "package/autofs/Config.in"
|
2021-06-21 23:01:06 +02:00
|
|
|
source "package/bmap-tools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/btrfs-progs/Config.in"
|
|
|
|
source "package/cifs-utils/Config.in"
|
2015-07-14 22:20:26 +02:00
|
|
|
source "package/cpio/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cramfs/Config.in"
|
|
|
|
source "package/curlftpfs/Config.in"
|
2018-06-22 15:33:25 +02:00
|
|
|
source "package/davfs2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dosfstools/Config.in"
|
2022-07-27 14:55:04 +02:00
|
|
|
source "package/dust/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/e2fsprogs/Config.in"
|
|
|
|
source "package/e2tools/Config.in"
|
|
|
|
source "package/ecryptfs-utils/Config.in"
|
2020-03-16 02:58:37 +01:00
|
|
|
source "package/erofs-utils/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/exfat/Config.in"
|
|
|
|
source "package/exfat-utils/Config.in"
|
2020-04-17 22:14:05 +02:00
|
|
|
source "package/exfatprogs/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/f2fs-tools/Config.in"
|
2021-10-05 17:46:51 +02:00
|
|
|
source "package/firmware-utils/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/flashbench/Config.in"
|
2017-09-12 19:00:56 +02:00
|
|
|
source "package/fscryptctl/Config.in"
|
2020-06-19 20:04:31 +02:00
|
|
|
source "package/fuse-overlayfs/Config.in"
|
2016-04-05 21:32:15 +02:00
|
|
|
source "package/fwup/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/genext2fs/Config.in"
|
2014-09-20 23:48:25 +02:00
|
|
|
source "package/genpart/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/genromfs/Config.in"
|
2021-10-11 01:46:55 +02:00
|
|
|
source "package/gocryptfs/Config.in"
|
2018-05-16 11:16:05 +02:00
|
|
|
source "package/imx-usb-loader/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mmc-utils/Config.in"
|
|
|
|
source "package/mtd/Config.in"
|
|
|
|
source "package/mtools/Config.in"
|
|
|
|
source "package/nfs-utils/Config.in"
|
2017-12-28 20:45:55 +01:00
|
|
|
source "package/nilfs-utils/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ntfs-3g/Config.in"
|
2015-08-18 23:17:52 +02:00
|
|
|
source "package/sp-oops-extract/Config.in"
|
2015-10-10 09:39:12 +02:00
|
|
|
source "package/squashfs/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sshfs/Config.in"
|
|
|
|
source "package/sunxi-tools/Config.in"
|
2018-01-22 22:31:38 +01:00
|
|
|
source "package/udftools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/unionfs/Config.in"
|
|
|
|
source "package/xfsprogs/Config.in"
|
2022-07-17 11:14:11 +02:00
|
|
|
source "package/zerofree/Config.in"
|
2021-03-17 10:52:30 +01:00
|
|
|
source "package/zfs/Config.in"
|
2013-10-25 17:05:51 +02:00
|
|
|
endmenu
|
|
|
|
|
2015-11-13 20:37:03 +01:00
|
|
|
menu "Fonts, cursors, icons, sounds and themes"
|
|
|
|
|
|
|
|
comment "Cursors"
|
2015-11-13 20:37:04 +01:00
|
|
|
source "package/comix-cursors/Config.in"
|
2015-11-13 20:37:03 +01:00
|
|
|
source "package/obsidian-cursors/Config.in"
|
2015-04-01 22:42:14 +02:00
|
|
|
|
|
|
|
comment "Fonts"
|
2015-04-11 12:51:14 +02:00
|
|
|
source "package/bitstream-vera/Config.in"
|
2015-11-13 20:37:05 +01:00
|
|
|
source "package/cantarell/Config.in"
|
2015-04-01 22:42:14 +02:00
|
|
|
source "package/dejavu/Config.in"
|
2016-02-17 10:56:52 +01:00
|
|
|
source "package/font-awesome/Config.in"
|
2015-04-01 22:42:14 +02:00
|
|
|
source "package/ghostscript-fonts/Config.in"
|
2015-04-11 12:51:15 +02:00
|
|
|
source "package/inconsolata/Config.in"
|
2015-04-01 22:42:14 +02:00
|
|
|
source "package/liberation/Config.in"
|
2020-12-04 15:17:37 +01:00
|
|
|
source "package/wqy-zenhei/Config.in"
|
2015-04-01 22:42:14 +02:00
|
|
|
|
|
|
|
comment "Icons"
|
|
|
|
source "package/adwaita-icon-theme/Config.in"
|
2015-07-01 05:22:59 +02:00
|
|
|
source "package/google-material-design-icons/Config.in"
|
2015-04-01 22:42:14 +02:00
|
|
|
source "package/hicolor-icon-theme/Config.in"
|
|
|
|
|
|
|
|
comment "Sounds"
|
|
|
|
source "package/sound-theme-borealis/Config.in"
|
|
|
|
source "package/sound-theme-freedesktop/Config.in"
|
|
|
|
|
|
|
|
comment "Themes"
|
|
|
|
source "package/gtk2-engines/Config.in"
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2015-04-11 12:51:13 +02:00
|
|
|
menu "Games"
|
2019-04-22 10:11:25 +02:00
|
|
|
source "package/ascii-invaders/Config.in"
|
2015-11-06 20:47:57 +01:00
|
|
|
source "package/chocolate-doom/Config.in"
|
2015-04-11 12:51:13 +02:00
|
|
|
source "package/doom-wad/Config.in"
|
2018-03-19 22:19:02 +01:00
|
|
|
source "package/flare-engine/Config.in"
|
2018-03-19 22:19:03 +01:00
|
|
|
source "package/flare-game/Config.in"
|
2020-04-30 16:44:41 +02:00
|
|
|
source "package/frotz/Config.in"
|
2015-04-11 12:51:13 +02:00
|
|
|
source "package/gnuchess/Config.in"
|
|
|
|
source "package/lbreakout2/Config.in"
|
|
|
|
source "package/ltris/Config.in"
|
2017-02-26 17:48:55 +01:00
|
|
|
source "package/lugaru/Config.in"
|
2017-07-13 14:40:43 +02:00
|
|
|
source "package/minetest/Config.in"
|
2017-07-13 14:40:52 +02:00
|
|
|
source "package/minetest-game/Config.in"
|
2015-04-11 12:51:13 +02:00
|
|
|
source "package/opentyrian/Config.in"
|
|
|
|
source "package/opentyrian-data/Config.in"
|
|
|
|
source "package/prboom/Config.in"
|
|
|
|
source "package/rubix/Config.in"
|
|
|
|
source "package/sl/Config.in"
|
2017-11-29 21:04:52 +01:00
|
|
|
source "package/solarus/Config.in"
|
2016-07-26 22:29:51 +02:00
|
|
|
source "package/stella/Config.in"
|
2017-03-25 22:58:59 +01:00
|
|
|
source "package/supertux/Config.in"
|
2016-07-03 23:49:37 +02:00
|
|
|
source "package/supertuxkart/Config.in"
|
2020-04-30 08:54:45 +02:00
|
|
|
source "package/xorcurses/Config.in"
|
2015-04-11 12:51:13 +02:00
|
|
|
endmenu
|
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Graphic libraries and applications (graphic/text)"
|
|
|
|
|
2010-06-23 22:22:16 +02:00
|
|
|
comment "Graphic applications"
|
2019-11-10 21:06:38 +01:00
|
|
|
source "package/cage/Config.in"
|
2019-02-05 21:41:52 +01:00
|
|
|
source "package/cog/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/fswebcam/Config.in"
|
2016-12-18 21:56:29 +01:00
|
|
|
source "package/ghostscript/Config.in"
|
2014-12-14 11:30:22 +01:00
|
|
|
source "package/glmark2/Config.in"
|
2019-08-23 22:57:11 +02:00
|
|
|
source "package/glslsandbox-player/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gnuplot/Config.in"
|
|
|
|
source "package/jhead/Config.in"
|
2017-02-15 11:31:42 +01:00
|
|
|
source "package/kmscube/Config.in"
|
2017-07-03 23:09:53 +02:00
|
|
|
source "package/libva-utils/Config.in"
|
2014-10-17 22:07:08 +02:00
|
|
|
source "package/mesa3d-demos/Config.in"
|
2021-11-04 01:36:07 +01:00
|
|
|
source "package/midori/Config.in"
|
2018-12-05 14:40:40 +01:00
|
|
|
source "package/netsurf/Config.in"
|
2017-04-08 17:18:03 +02:00
|
|
|
source "package/pngquant/Config.in"
|
2015-01-07 15:22:21 +01:00
|
|
|
source "package/qt5cinex/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rrdtool/Config.in"
|
2019-08-06 07:04:45 +02:00
|
|
|
source "package/stellarium/Config.in"
|
2022-10-31 13:46:25 +01:00
|
|
|
source "package/sway/Config.in"
|
2023-04-21 03:42:34 +02:00
|
|
|
source "package/swaybg/Config.in"
|
2017-03-19 09:07:53 +01:00
|
|
|
source "package/tesseract-ocr/Config.in"
|
2020-12-19 16:35:19 +01:00
|
|
|
source "package/tinifier/Config.in"
|
2010-06-23 22:22:16 +02:00
|
|
|
|
2013-10-25 17:05:52 +02:00
|
|
|
comment "Graphic libraries"
|
2020-03-23 19:03:30 +01:00
|
|
|
source "package/cegui/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/directfb/Config.in"
|
|
|
|
source "package/directfb-examples/Config.in"
|
2015-12-19 17:39:16 +01:00
|
|
|
source "package/efl/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/fb-test-app/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/fbdump/Config.in"
|
|
|
|
source "package/fbgrab/Config.in"
|
|
|
|
source "package/fbset/Config.in"
|
|
|
|
source "package/fbterm/Config.in"
|
|
|
|
source "package/fbv/Config.in"
|
2015-02-21 23:36:19 +01:00
|
|
|
source "package/freerdp/Config.in"
|
package/graphicsmagick: new package
GraphicsMagick is the swiss army knife of image processing.
It provides a robust and efficient collection of tools
and libraries which support reading, writing,
and manipulating an image in over 89 major formats
including important formats like DPX, GIF, JPEG, JPEG-2000,
PNG, PDF, PNM, TIFF, and WebP.
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-08-31 22:15:31 +02:00
|
|
|
source "package/graphicsmagick/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/imagemagick/Config.in"
|
package/libglvnd: new package
libglvnd is the GL Vendor-Neutral Dispatch library, used to dispatch
GL calls across multiple GL implementations at runtime.
Full GL support, as usual, requires (parts of) the X11 stack: libX11,
libXext, and xorgproto (for glproto). However, with just libX11, it is
possible to do EGL on X11. EGL and GLES have no dependencies.
Note: x11 and glx are 'features', so need to be 'enabled' or 'disabled'
(or 'auto', but we don't care in Buildroot), while egl and gles1/2 are
'booleans', so need to be 'true' or 'false'.
When an actual provider for GL, EGL, or GLES is enabled, so must the
corresponding flavour be enabled in libglvnd. Conversely, when there is
no actual provider, the corresponding support must be disabled in
libglvnd. So we make each flavour selectable with hidden options, which
actual providers will have to select.
The license for libglvnd itself is a custom license by NVidia. It is
pretty close to MIT, but it's different (although Debian does classify
it as MIT); SPDX has no identifier for that license either. As such, we
choose to just identify it as 'libglvnd license', and let users deal
that with their legal department. Additionally, libglvnd bundles some
code from other projects, so we list them explicitly as well.
Signed-off-by: Jakub Skrzypnik <jskrzypnik@novomatic-tech.com>
[yann.morin.1998@free.fr:
- provide help text
- don't force X11 libraries, split them between X11 and full GL
- make each flavour selectable
- fix make check-package issues
- fix and complete licensing information
- bump to 1.3.2
- expand commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2020-07-27 10:47:01 +02:00
|
|
|
source "package/libglvnd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/linux-fusion/Config.in"
|
|
|
|
source "package/lite/Config.in"
|
|
|
|
source "package/mesa3d/Config.in"
|
package/mesa3d-headers: new package
Some OpenGL/EGL/GLES/VG providers do not provide the corresponding
headers, and rely on using "the headers provided by the distribution".
In our case, we can not rely on such headers, because we are not a
distribution, and we have no way to provide those headers (not even
speaking about relying on the headers provided by hte host distribution,
because they might well not be installed at all).
Also, we can not rely on another package to provide those headers,
because we can only have one provider enabled in any configuration.
The Khronos group provides such headers, and they are the reference
headers, but we can not realy use them:
- most of them are not packaged: they are not versioned and not
provided in a tarball, but as separately downloadable files;
- those headers are anyway incomplete: there are headers not provided
by Khronos, like GL.h
Instead, we rely on mesa3d to provide those headers: mesa3d has all the
headers we need.
Modifying the existing mesa3d package would not be easy; we'd have to
differentiate whther we need only the headers or the full package. The
meas3d Config.in and .mk are already quite non-trivial that adding such
a feature would render them even more illegible.
So, we introduce mea3d-headers as a new package, that is in fact just
mesa3d with a much simplified Config.in and .mk, that other OpenXXX
providers may select if they do not provide the OpenXXX headers.
Note: we're not installing GLES3 headers, because what Buildroot
currently calls libgles is in fact libgles2; we have no way to specify
that we have libgles3. So, we just install headers for GLES and GLES2.
[Thomas:
- Wrap Config.in help text to a reasonable length.
- Don't rely on mesa3d to provide mesa3d-headers: they should be
mutually exclusive. Instead, error out if both packages are
selected.
- Take into account the update of mesa3d to 10.4.5.
- Don't copy each header file individually, use a cp -dpfr call to
copy entires header files directories.]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-02-10 21:01:10 +01:00
|
|
|
source "package/mesa3d-headers/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ocrad/Config.in"
|
2019-05-29 17:16:55 +02:00
|
|
|
source "package/ogre/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/psplash/Config.in"
|
|
|
|
source "package/sdl/Config.in"
|
|
|
|
source "package/sdl_gfx/Config.in"
|
|
|
|
source "package/sdl_image/Config.in"
|
|
|
|
source "package/sdl_mixer/Config.in"
|
|
|
|
source "package/sdl_net/Config.in"
|
|
|
|
source "package/sdl_sound/Config.in"
|
|
|
|
source "package/sdl_ttf/Config.in"
|
2015-07-18 20:54:58 +02:00
|
|
|
source "package/sdl2/Config.in"
|
sdl2_gfx: new package
Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
[Thomas:
- Rewrap Config.in help text.
- Remove unused SDL2_GFX_VERSION_MAJOR variable
- Add host-pkgconf to the dependencies, since pkg-config is used to
find sdl2. This fixes the build, otherwise -I/usr/include/sdl2 was
added to the CFLAGS when sdl2-config was found on the host machine.
- Remove --with-sdl2-prefix, since this option doesn't exist, and
using pkg-config is a better solution (--with-sdl-prefix exists,
but is not useful when pkg-config is available).
- Remove --enable-static, packages are not supposed to pass such an
option, it's not automatically by the autotools package
infrastructure.
- Pass --disable-sdltest instead of --disable-sdl2test since the
latter doesn't exist, while the former does.
- Pass SDL2_GFX_AUTORECONF = YES since the configure/Makefile.in are
not up-to-date and therefore it tries to use aclocal at build time.
- Adjust _LICENSE_FILES, since there is no file named 'LICENSE', use
the smallest source file instead, since it contains the license
text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-12 16:53:03 +02:00
|
|
|
source "package/sdl2_gfx/Config.in"
|
2016-07-12 16:53:04 +02:00
|
|
|
source "package/sdl2_image/Config.in"
|
2017-05-22 15:13:05 +02:00
|
|
|
source "package/sdl2_mixer/Config.in"
|
2017-05-22 15:13:06 +02:00
|
|
|
source "package/sdl2_net/Config.in"
|
2016-07-12 16:53:05 +02:00
|
|
|
source "package/sdl2_ttf/Config.in"
|
2018-04-20 10:29:01 +02:00
|
|
|
source "package/tk/Config.in"
|
2021-01-10 23:28:26 +01:00
|
|
|
source "package/vulkan-headers/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
|
2013-10-25 17:05:52 +02:00
|
|
|
comment "Other GUIs"
|
package: prepare to support modules that work with Qt or Qt5
Currently, all the Qt external modules (qtuio, qjson, etc.) can only
be compiled against Qt4. However, some of them (qjson, qextserialport
at least) can compile with either Qt4 or Qt5.
Therefore, this commit adjusts the Config.in logic to make it possible
for certain modules to be selected with either Qt4 or Qt5. We use the
same approach as the one of for Python 2 vs. Python 3 modules:
- in package/Config.in, the package Config.in files are included
either if BR2_PACKAGE_QT or BR2_PACKAGE_QT5 are enabled.
- each individual package is then responsible for having a dependency
on either BR2_PACKAGE_QT, or BR2_PACKAGE_QT5 or both depending on
what they support. In this commit, we add a dependency on
BR2_PACKAGE_QT to all packages, since for now, they only support
Qt4.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-11-01 23:15:08 +01:00
|
|
|
source "package/qt5/Config.in"
|
2019-02-06 15:10:58 +01:00
|
|
|
if BR2_PACKAGE_QT5
|
2012-09-21 22:59:49 +02:00
|
|
|
comment "QT libraries and helper libraries"
|
2018-07-17 22:46:13 +02:00
|
|
|
source "package/cutelyst/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/grantlee/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/kf5/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/qextserialport/Config.in"
|
|
|
|
source "package/qjson/Config.in"
|
2015-07-13 02:38:09 +02:00
|
|
|
source "package/quazip/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/qwt/Config.in"
|
2021-01-06 21:52:06 +01:00
|
|
|
source "package/simple-mail/Config.in"
|
2012-09-21 22:59:49 +02:00
|
|
|
endif
|
package/qt6/qt6base: new package
This commit proposes a very minimal package for qt6base. It only
supports building QtCore, so it *really* is minimal. But that's a
starting point, which we can progressively build on top. It is based
on initial work from Peter Seiderer.
This minimal QtCore build is however sufficient to build and run
simple non-graphical Qt applications.
A number of comments:
- Even though there's only qt6base for now, many other qt6 modules
will come later on, which is why we're using the same structure as
for qt5, with a subdir for package/qt6/
- Qt6 is mutually exclusive with Qt5. Even though the library names
on the target and the location of the header files are distinct,
the host tools (qmake, moc and al.) have the same name, so at least
for now, we make them mutually exclusive.
- We've chosen to use non-bundled libraries for zlib, bb2,
double-conversion and pcre2, for both the target and the host
qt6base packages.
- Contrary to qt5 where the target package was building the host
tools, now we have a host qt6base package building the host tools,
and which is needed as a dependency for the target qt6base package.
- qt6base is using CMake. However, it strongly recommends to use
Ninja as a backend instead of make, a recommendation that we follow
in this commit. Since we don't have support for Ninja in the
cmake-package infrastructure (yet), we do this manually in
qt6base.mk itself, by passing -Gninja to CMake at configure time,
and then by using cmake --build at build time and cmake --install
at install time, using explicitly provided build and install
commands. Hopefully these can go away once we have support for
Ninja directly in cmake-package.
- We disable a number of features or external libraries using FEATURE
options. However, because there are over 400 FEATURE options in
qt6base, we didn't go all the way to explicitly disabling *all* of
them (which would be needed for both the host and target
packages). We expect that this list of explicit FEATURE options
disabling will need to grow based on the feedback of users and
issues encountered.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-07-25 17:25:20 +02:00
|
|
|
source "package/qt6/Config.in"
|
2016-03-18 11:33:56 +01:00
|
|
|
source "package/tekui/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/weston/Config.in"
|
|
|
|
source "package/x11r7/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
|
|
|
|
comment "X applications"
|
2016-06-30 13:14:25 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
|
|
|
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/alsamixergui/Config.in"
|
|
|
|
source "package/apitrace/Config.in"
|
|
|
|
source "package/dillo/Config.in"
|
|
|
|
source "package/docker/Config.in"
|
|
|
|
source "package/feh/Config.in"
|
|
|
|
source "package/gmpc/Config.in"
|
|
|
|
source "package/gtkperf/Config.in"
|
|
|
|
source "package/leafpad/Config.in"
|
2020-02-07 10:37:04 +01:00
|
|
|
source "package/mupdf/Config.in"
|
2016-06-29 01:16:00 +02:00
|
|
|
source "package/nodm/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/pcmanfm/Config.in"
|
2015-02-25 17:53:16 +01:00
|
|
|
source "package/qt-webkit-kiosk/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rdesktop/Config.in"
|
|
|
|
source "package/synergy/Config.in"
|
2018-01-17 00:15:58 +01:00
|
|
|
source "package/vte/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/wmctrl/Config.in"
|
|
|
|
source "package/x11vnc/Config.in"
|
2015-12-29 02:59:27 +01:00
|
|
|
source "package/xdotool/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/xscreensaver/Config.in"
|
|
|
|
source "package/xterm/Config.in"
|
|
|
|
source "package/xvkbd/Config.in"
|
2015-10-30 16:39:27 +01:00
|
|
|
source "package/yad/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
|
2013-10-25 17:05:51 +02:00
|
|
|
comment "X libraries and helper libraries"
|
2016-06-30 13:14:25 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
|
|
|
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libsexy/Config.in"
|
|
|
|
source "package/x11r7/xkeyboard-config/Config.in"
|
2013-10-25 17:05:51 +02:00
|
|
|
|
2013-10-25 17:05:52 +02:00
|
|
|
comment "X window managers"
|
2016-06-30 13:14:25 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
|
|
|
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/enlightenment/Config.in"
|
|
|
|
source "package/fluxbox/Config.in"
|
|
|
|
source "package/matchbox/Config.in"
|
|
|
|
source "package/metacity/Config.in"
|
2015-11-30 16:30:58 +01:00
|
|
|
source "package/openbox/Config.in"
|
2017-06-01 16:33:49 +02:00
|
|
|
source "package/ratpoison/Config.in"
|
2012-09-12 14:54:19 +02:00
|
|
|
endmenu
|
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Hardware handling"
|
2013-10-25 17:05:52 +02:00
|
|
|
menu "Firmware"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/am33x-cm3/Config.in"
|
2017-12-08 08:28:30 +01:00
|
|
|
source "package/armbian-firmware/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/b43-firmware/Config.in"
|
2022-01-18 22:14:34 +01:00
|
|
|
source "package/brcmfmac_sdio-firmware-rpi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/linux-firmware/Config.in"
|
2019-05-10 10:35:04 +02:00
|
|
|
source "package/murata-cyw-fw/Config.in"
|
2020-07-17 18:46:41 +02:00
|
|
|
source "package/odroidc2-firmware/Config.in"
|
2020-11-19 10:08:52 +01:00
|
|
|
source "package/qcom-db410c-firmware/Config.in"
|
2021-01-12 11:51:53 +01:00
|
|
|
source "package/rcw-smarc-sal28/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rpi-firmware/Config.in"
|
|
|
|
source "package/sunxi-boards/Config.in"
|
2016-09-17 22:23:23 +02:00
|
|
|
source "package/ts4900-fpga/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ux500-firmware/Config.in"
|
2022-11-25 15:07:59 +01:00
|
|
|
source "package/versal-firmware/Config.in"
|
2022-04-23 00:36:09 +02:00
|
|
|
source "package/wilc-firmware/Config.in"
|
2017-03-13 15:35:27 +01:00
|
|
|
source "package/wilink-bt-firmware/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/zd1211-firmware/Config.in"
|
2013-01-03 12:18:57 +01:00
|
|
|
endmenu
|
2018-03-01 22:51:42 +01:00
|
|
|
source "package/18xx-ti-utils/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/a10disp/Config.in"
|
2016-07-03 12:45:35 +02:00
|
|
|
source "package/acpica/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/acpid/Config.in"
|
2016-03-26 19:26:16 +01:00
|
|
|
source "package/acpitool/Config.in"
|
2016-03-30 15:01:52 +02:00
|
|
|
source "package/aer-inject/Config.in"
|
2020-01-24 16:16:24 +01:00
|
|
|
source "package/altera-stapl/Config.in"
|
2014-10-12 15:38:58 +02:00
|
|
|
source "package/am335x-pru-package/Config.in"
|
2020-04-19 02:39:53 +02:00
|
|
|
source "package/apcupsd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/avrdude/Config.in"
|
2014-09-07 22:27:42 +02:00
|
|
|
source "package/bcache-tools/Config.in"
|
2014-10-12 10:33:35 +02:00
|
|
|
source "package/biosdevname/Config.in"
|
2019-02-23 02:04:53 +01:00
|
|
|
source "package/brickd/Config.in"
|
2017-11-27 23:56:45 +01:00
|
|
|
source "package/brltty/Config.in"
|
2016-12-19 22:08:21 +01:00
|
|
|
source "package/cbootimage/Config.in"
|
2015-05-02 21:03:33 +02:00
|
|
|
source "package/cc-tool/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cdrkit/Config.in"
|
2019-11-20 13:45:23 +01:00
|
|
|
source "package/cpuburn-arm/Config.in"
|
2022-07-13 18:33:32 +02:00
|
|
|
source "package/crucible/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cryptsetup/Config.in"
|
|
|
|
source "package/cwiid/Config.in"
|
package/dahdi-linux: new package
dahdi-linux provides kernel modules to drive a variety of telephony
cards, ranging from low-end one-channel to higher-end multi-channel
cards. It also provides headers for userland to talk to those cards.
With a bit of love, dahdi-linux can use our kernel-module
infrastructure. Wee! :-)
Still, there are a few specificities about dahdi-linux.
First, it needs to install a few binary firmware blobs, which it wants
to download at install time. Since we do want to be able to do
completely off-line builds, we need to downlaod them manually. So we
have the full list of firmware blobs (even if some can only be used on
an i386/x86_64 target, we still uconditionally download them), for which
we have locally-computed sha256 (no hash provided by upstream for the
blobs).
Second, the install procedure for the firmware blobs needs to have
access to the Linux kernel .config file, so it can decide whether to
install the blobs or not. We can force not to install them, but we can't
force to install them... :-/ And anyway, we'd have to do the same check
as is already done by dahdi-linux, so no need to duplicate that.
Finally, the licensing is relatively weird. Although it is obvious and
straightforward for the most part of dahdi-linux, consisting of mostly
GPLv2 and a few LGPLv2.1, there is one gotcha.
Of the firmware blobs, one is provided as a .o file, with no licensing
information whatsoever, without any source available from upstream, but
is directly linked to a GPLv2 file.
This is very concerning, but there is not much we can do about it,
except delegate to the legal reviewer whether that is acceptable or not.
AS an aside, dahdi-linux drivers do not build with a kernel 4.0 or
later, as it uses internals that have been removed in linux-4.0. There
has been no update upstream dahdi-linux to fix that. There's not much we
can do, except warn the user in the help text.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Arnout: use SPDX license names and add hashes for license files]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2017-09-09 23:39:26 +02:00
|
|
|
source "package/dahdi-linux/Config.in"
|
2017-09-09 23:39:27 +02:00
|
|
|
source "package/dahdi-tools/Config.in"
|
2021-11-14 18:53:10 +01:00
|
|
|
source "package/davinci-bootcount/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dbus/Config.in"
|
package/dbus-broker: new package
dbus-broker is an alternate implementation of a dbus daemon. It can be
used as a drop-in replacement for the system bus daemon, as well as the
session bus daemon.
dbus-broker is (basically, and as far as we're concerned in Buildroot)
split in two components:
- the actual message bus daemon, that relays messages across clients
- a launcher, which is responsible for setting various aspects of the
bus, like setting the policy et al. and opening the socket(s) the
message bus daemon will have to listen on...
The launcher can only be used in a systemd setup (it makes heavy use of
systemd facilities), while the message bus is generic. However, the
message bus daemon is useless without a launcher. There does not exist a
non-systemd launcher, which makes dbus-broker actually a systemd-only
package; this can be revisited when/if a non-systemd launcher appears.
Note, however, that libdbus is not provided by dbus-broker. People who
want to use dbus-broker as the bus daemon, and need libdbus, will have
to enable both.
If only original dbus is enabled, things stay as they are now. This is
for the moment still the default, though we should change that once
dbus-broker has proven to work.
If only dbus-broker is enabled, it installs the necessary socket
activation units and dbus configuration files. The daemon is not
launched at boot time; instead it is socket-activated when a client
connects to the bus the first time.
If both original dbus and dbus-broker are enabled, we have a conflict
with the configuration files, the socket activation file. Also, original
dbus activates the daemon as a service in multi-user.target.wants, so it
is not socket-activated and dbus-broker would never get the opportunity
to start.
Therefore, original dbus is updated to remove the conflicting files and
the activation of dbus-daemon. Since dbus-broker installs some of the
same file that original dbus removes, we have to add a dependency to
make sure that the ones installed by dbus-broker aren't removed.
If both are installed, it is still possible to revert back to using
original dbus as system bus:
- at build-time: by calling systemctl enable/disable from a
post-build script (preferred), or by providing drop-in units
or presets in an overlay (less preferred) or custom skeleton
(as a last resort),
- at runtime (on a RW filesystem): by calling systemctl
enable/disable
Note about the user: the path to the system bus socket is a so-called
"well-known location": it is expected to be there, by spec. Moving it
elsewhere is going to break existing programs. So, the user running the
system bus daemon must be able to create that socket.
As we may have two packages providing a system bus daemon, they have to
be both able to create the socket, and thus must both be able to write
in the directory containing the socket. And since they can be switched
at runtime, they must be running as the same user.
We can't just reference the original dbus user, so we duplicate the
entry. What is important, is that the user be named 'dbus', as that's
what we use in both cases.
If both original dbus and dbus-broker are selected, the dbus user is
included twice, but the specifications are identical so that's fine.
mkusers will create the user only once.
Finally, the licensing terms are pretty trivial for dbus-broker itself,
but it makes use of third-party code that it inherits as git submodules
(that are bundled in the release archive). Thus the licensing is a bit
convoluted... The third-party codes claim to be licensed as "Apache-2.0
and LGP-2.1+" in their AUTHORS files, but at the same time claim
"**Apache-2.0** OR **LGPL-2.1-or-later**" in their README files. The
individual source files (that are used) do not seem to have any
licensing header to clarify the situation. So we represent the situation
with "Apache-2.0 and/or LGPL-2.1+".
Signed-off-by: Norbert Lange <nolange79@gmail.com>
[yann.morin.1998@free.fr:
- don't select systemd; depend on it instead
- only install config files and systemd units without original dbus
- install a user to run the message bus as
- fix licensing info
- entirely reword and extend the commit log
- add myself to DEVELOPERS as well
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
[Arnout:
- Use dbus-broker as system bus if both are selected.
- Remove conflicting files from dbus installation.
- Simplify symbolic link creation.
- Add comment to remind update of session.conf and system.conf.
]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-01-09 23:16:47 +01:00
|
|
|
source "package/dbus-broker/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dbus-cpp/Config.in"
|
2022-01-28 12:12:58 +01:00
|
|
|
source "package/dbus-cxx/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dbus-glib/Config.in"
|
|
|
|
source "package/dbus-python/Config.in"
|
|
|
|
source "package/dbus-triggerd/Config.in"
|
2023-06-14 20:53:21 +02:00
|
|
|
source "package/dfu-programmer/Config.in"
|
2017-09-25 08:12:48 +02:00
|
|
|
source "package/dfu-util/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dmidecode/Config.in"
|
|
|
|
source "package/dmraid/Config.in"
|
2017-06-23 12:37:57 +02:00
|
|
|
source "package/dt-utils/Config.in"
|
2021-09-28 17:42:18 +02:00
|
|
|
source "package/dtbocfg/Config.in"
|
2014-12-13 09:18:01 +01:00
|
|
|
source "package/dtv-scan-tables/Config.in"
|
2017-09-30 22:07:43 +02:00
|
|
|
source "package/dump1090/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dvb-apps/Config.in"
|
|
|
|
source "package/dvbsnoop/Config.in"
|
2015-12-07 22:14:44 +01:00
|
|
|
source "package/edid-decode/Config.in"
|
2022-12-01 19:33:36 +01:00
|
|
|
source "package/edk2-non-osi/Config.in"
|
2021-05-12 20:36:08 +02:00
|
|
|
source "package/edk2-platforms/Config.in"
|
2023-07-11 23:55:02 +02:00
|
|
|
source "package/esp-hosted/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/eudev/Config.in"
|
2016-11-02 04:15:55 +01:00
|
|
|
source "package/ev3dev-linux-drivers/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/evemu/Config.in"
|
|
|
|
source "package/evtest/Config.in"
|
|
|
|
source "package/fan-ctrl/Config.in"
|
2015-01-03 21:01:47 +01:00
|
|
|
source "package/fbtft/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/fconfig/Config.in"
|
|
|
|
source "package/flashrom/Config.in"
|
|
|
|
source "package/fmtools/Config.in"
|
2021-12-27 13:44:17 +01:00
|
|
|
source "package/freeipmi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/freescale-imx/Config.in"
|
|
|
|
source "package/fxload/Config.in"
|
2019-11-14 09:55:28 +01:00
|
|
|
source "package/gcnano-binaries/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gpm/Config.in"
|
|
|
|
source "package/gpsd/Config.in"
|
|
|
|
source "package/gptfdisk/Config.in"
|
|
|
|
source "package/gvfs/Config.in"
|
2022-12-11 12:28:24 +01:00
|
|
|
source "package/hddtemp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/hdparm/Config.in"
|
|
|
|
source "package/hwdata/Config.in"
|
2015-03-19 06:29:19 +01:00
|
|
|
source "package/hwloc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/i2c-tools/Config.in"
|
2016-04-27 15:12:44 +02:00
|
|
|
source "package/i7z/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/input-event-daemon/Config.in"
|
|
|
|
source "package/intel-microcode/Config.in"
|
2014-09-12 01:12:48 +02:00
|
|
|
source "package/ipmitool/Config.in"
|
2014-10-08 17:00:03 +02:00
|
|
|
source "package/ipmiutil/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/irda-utils/Config.in"
|
|
|
|
source "package/iucode-tool/Config.in"
|
|
|
|
source "package/kbd/Config.in"
|
|
|
|
source "package/lcdproc/Config.in"
|
2020-04-24 19:04:35 +02:00
|
|
|
source "package/libiec61850/Config.in"
|
2022-06-01 23:09:38 +02:00
|
|
|
source "package/libmanette/Config.in"
|
2019-05-05 21:52:27 +02:00
|
|
|
source "package/libubootenv/Config.in"
|
2016-07-01 18:32:22 +02:00
|
|
|
source "package/libuio/Config.in"
|
2015-07-23 23:55:28 +02:00
|
|
|
source "package/linux-backports/Config.in"
|
2019-11-05 12:56:07 +01:00
|
|
|
source "package/linux-serial-test/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/linuxconsoletools/Config.in"
|
2015-03-24 22:40:28 +01:00
|
|
|
source "package/lirc-tools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lm-sensors/Config.in"
|
|
|
|
source "package/lshw/Config.in"
|
2017-05-12 14:41:01 +02:00
|
|
|
source "package/lsscsi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lsuio/Config.in"
|
2017-10-12 21:34:29 +02:00
|
|
|
source "package/luksmeta/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lvm2/Config.in"
|
2020-03-06 08:14:37 +01:00
|
|
|
source "package/mali-driver/Config.in"
|
2016-02-15 16:29:50 +01:00
|
|
|
source "package/mali-t76x/Config.in"
|
2020-05-18 05:48:58 +02:00
|
|
|
source "package/mbpfan/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mdadm/Config.in"
|
2019-09-29 19:10:17 +02:00
|
|
|
source "package/mdevd/Config.in"
|
2022-10-27 10:56:28 +02:00
|
|
|
source "package/mdio-tools/Config.in"
|
2015-02-01 01:00:01 +01:00
|
|
|
source "package/memtest86/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/memtester/Config.in"
|
2017-02-26 21:44:27 +01:00
|
|
|
source "package/memtool/Config.in"
|
2023-07-31 19:05:04 +02:00
|
|
|
source "package/mhz/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/minicom/Config.in"
|
2016-02-28 22:12:58 +01:00
|
|
|
source "package/msr-tools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/nanocom/Config.in"
|
|
|
|
source "package/neard/Config.in"
|
2015-02-10 21:01:12 +01:00
|
|
|
source "package/nvidia-driver/Config.in"
|
2020-11-19 08:53:24 +01:00
|
|
|
source "package/nvidia-modprobe/Config.in"
|
2016-02-14 12:01:40 +01:00
|
|
|
source "package/nvme/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ofono/Config.in"
|
package/ola: reintroduce package at version 0.10.8
The ola package (Open Lighting Architecture) version 0.10.2 was
removed in commit e692e1f2b2285c18057e2c70cc1d9d0cfdb15d5e due to an
incompatibility with the protobuf version 3.2.0 present in Buildroot
at that time.
ola was fixed to support newer protobuf version in:
https://github.com/OpenLightingProject/ola/pull/1630
This commit reintroduce this package at version 0.10.8.
For changelogs since its removal at 0.10.2, see:
- https://github.com/OpenLightingProject/ola/releases/tag/0.10.3
- https://github.com/OpenLightingProject/ola/releases/tag/0.10.4
- https://github.com/OpenLightingProject/ola/releases/tag/0.10.5
- https://github.com/OpenLightingProject/ola/releases/tag/0.10.6
- https://github.com/OpenLightingProject/ola/releases/tag/0.10.7
- https://github.com/OpenLightingProject/ola/releases/tag/0.10.8
This commit is based on the previously removed ola package, with the
following rework:
- Remove the dependency on BR2_HOST_GCC_AT_LEAST_4_5 as host gcc is
now guaranteed to be at least 4.8.
- Update target gcc dependency to >= 4.8 to reflect protobuf
requirement.
- Remove the BR2_PACKAGE_OLA_SLP option, which was removed in
ola 0.9.4.
- Change the "DMX4Linux" plugin option name to "Open DMX" to better
reflect the ola option (DMX4Linux is a legacy plugin for 2.6
Kernels).
- Update Python support to version 3.x only
- Remove patches, as they are no longer needed
- Add options for ola plugins: ftdidmx, gpio, karate,
openpixelcontrol, renard, spi, uartdmx, usbdmx
- Reorder options alphabetically
- Update project URL
- Add license hashes
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-02-13 17:11:07 +01:00
|
|
|
source "package/ola/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/on2-8170-modules/Config.in"
|
|
|
|
source "package/open2300/Config.in"
|
2020-02-18 09:32:47 +01:00
|
|
|
source "package/openfpgaloader/Config.in"
|
2015-07-21 12:11:40 +02:00
|
|
|
source "package/openipmi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/openocd/Config.in"
|
|
|
|
source "package/openpowerlink/Config.in"
|
|
|
|
source "package/owl-linux/Config.in"
|
|
|
|
source "package/parted/Config.in"
|
|
|
|
source "package/pciutils/Config.in"
|
2016-07-26 09:28:24 +02:00
|
|
|
source "package/pdbg/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/picocom/Config.in"
|
2014-06-21 17:58:20 +02:00
|
|
|
source "package/pifmrds/Config.in"
|
2018-09-28 20:00:33 +02:00
|
|
|
source "package/pigpio/Config.in"
|
2015-03-19 06:40:21 +01:00
|
|
|
source "package/powertop/Config.in"
|
2014-10-16 19:30:53 +02:00
|
|
|
source "package/pps-tools/Config.in"
|
2016-12-02 05:22:41 +01:00
|
|
|
source "package/pru-software-support/Config.in"
|
2015-03-19 11:08:28 +01:00
|
|
|
source "package/pulseview/Config.in"
|
2020-02-07 09:38:54 +01:00
|
|
|
source "package/qoriq-cadence-dp-firmware/Config.in"
|
2019-11-12 22:22:29 +01:00
|
|
|
source "package/raspi-gpio/Config.in"
|
2023-02-02 21:20:01 +01:00
|
|
|
source "package/rdma-core/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/read-edid/Config.in"
|
|
|
|
source "package/rng-tools/Config.in"
|
2020-03-06 08:14:36 +01:00
|
|
|
source "package/rockchip-mali/Config.in"
|
2023-07-26 20:04:31 +02:00
|
|
|
source "package/rockchip-rkbin/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rpi-userland/Config.in"
|
2016-07-05 10:38:50 +02:00
|
|
|
source "package/rs485conf/Config.in"
|
2019-01-15 10:32:29 +01:00
|
|
|
source "package/rtc-tools/Config.in"
|
2015-07-27 12:06:20 +02:00
|
|
|
source "package/rtl8188eu/Config.in"
|
2020-05-11 20:10:51 +02:00
|
|
|
source "package/rtl8189es/Config.in"
|
2018-05-05 21:22:38 +02:00
|
|
|
source "package/rtl8189fs/Config.in"
|
2022-10-14 22:09:18 +02:00
|
|
|
source "package/rtl8192eu/Config.in"
|
2017-11-27 10:01:19 +01:00
|
|
|
source "package/rtl8723bu/Config.in"
|
2022-05-27 12:33:35 +02:00
|
|
|
source "package/rtl8723ds/Config.in"
|
2022-12-16 09:04:31 +01:00
|
|
|
source "package/rtl8723ds-bt/Config.in"
|
2021-07-05 21:15:33 +02:00
|
|
|
source "package/rtl8812au-aircrack-ng/Config.in"
|
2015-07-25 19:51:01 +02:00
|
|
|
source "package/rtl8821au/Config.in"
|
2022-12-18 01:55:46 +01:00
|
|
|
source "package/rtl8821cu/Config.in"
|
2022-11-25 11:26:50 +01:00
|
|
|
source "package/rtl8822cs/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sane-backends/Config.in"
|
|
|
|
source "package/sdparm/Config.in"
|
2018-09-26 09:52:05 +02:00
|
|
|
source "package/sedutil/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/setserial/Config.in"
|
|
|
|
source "package/sg3_utils/Config.in"
|
2015-01-29 12:35:39 +01:00
|
|
|
source "package/sigrok-cli/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sispmctl/Config.in"
|
|
|
|
source "package/smartmontools/Config.in"
|
|
|
|
source "package/smstools3/Config.in"
|
2015-11-21 03:14:29 +01:00
|
|
|
source "package/spi-tools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sredird/Config.in"
|
|
|
|
source "package/statserial/Config.in"
|
2015-07-08 10:15:02 +02:00
|
|
|
source "package/stm32flash/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sunxi-cedarx/Config.in"
|
2021-11-05 23:17:56 +01:00
|
|
|
source "package/sunxi-mali-utgard/Config.in"
|
2021-11-05 23:17:57 +01:00
|
|
|
source "package/sunxi-mali-utgard-driver/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sysstat/Config.in"
|
2014-09-18 12:00:55 +02:00
|
|
|
source "package/targetcli-fb/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ti-gfx/Config.in"
|
2016-07-14 14:04:47 +02:00
|
|
|
source "package/ti-sgx-demos/Config.in"
|
2016-07-14 14:04:45 +02:00
|
|
|
source "package/ti-sgx-km/Config.in"
|
2016-07-14 14:04:46 +02:00
|
|
|
source "package/ti-sgx-um/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ti-uim/Config.in"
|
|
|
|
source "package/ti-utils/Config.in"
|
2019-12-22 23:12:03 +01:00
|
|
|
source "package/tio/Config.in"
|
2014-12-08 23:55:28 +01:00
|
|
|
source "package/triggerhappy/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/uboot-tools/Config.in"
|
2015-11-28 20:14:42 +01:00
|
|
|
source "package/ubus/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/udev/Config.in"
|
2020-02-27 15:51:22 +01:00
|
|
|
source "package/udev-gentoo-scripts/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/udisks/Config.in"
|
2017-08-22 15:11:20 +02:00
|
|
|
source "package/uhubctl/Config.in"
|
2019-11-13 12:21:36 +01:00
|
|
|
source "package/umtprd/Config.in"
|
2016-12-29 21:29:07 +01:00
|
|
|
source "package/upower/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/usb_modeswitch/Config.in"
|
|
|
|
source "package/usb_modeswitch_data/Config.in"
|
2021-06-08 14:32:10 +02:00
|
|
|
source "package/usbguard/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/usbmount/Config.in"
|
|
|
|
source "package/usbutils/Config.in"
|
|
|
|
source "package/w_scan/Config.in"
|
2015-02-03 15:33:25 +01:00
|
|
|
source "package/wf111/Config.in"
|
2022-04-23 00:36:11 +02:00
|
|
|
source "package/wilc-driver/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/wipe/Config.in"
|
xorriso: new package
xorriso cd/dvd/bd iso 9660 manipulation and disc burner.
libburnia is a project for reading, mastering and writing
optical discs. Currently it is comprised of libraries named
libisofs, libburn, libisoburn, a cdrecord emulator named cdrskin,
and an integrated multi-session tool named xorriso.
The software runs on GNU/Linux, FreeBSD, Solaris, NetBSD.
It is base of the GNU xorriso package and is actively maintained.
[Thomas:
- Rewrap Config.in help text
- Add optional dependencies on libcdio, readline, acl, attr, zlib,
bzip2.
- Handle thread support.
- Add hash file.]
Signed-off-by Stephen M. Kenton <skenton@ou.edu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-01-10 20:37:43 +01:00
|
|
|
source "package/xorriso/Config.in"
|
2017-06-18 20:41:59 +02:00
|
|
|
source "package/xr819-xradio/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Interpreter languages and scripting"
|
2016-07-05 21:05:20 +02:00
|
|
|
source "package/4th/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/enscript/Config.in"
|
|
|
|
source "package/erlang/Config.in"
|
2015-01-12 10:32:08 +01:00
|
|
|
if BR2_PACKAGE_ERLANG
|
|
|
|
menu "Erlang libraries/modules"
|
2020-01-06 17:11:07 +01:00
|
|
|
source "package/erlang-base64url/Config.in"
|
2018-11-26 12:08:06 +01:00
|
|
|
source "package/erlang-eimp/Config.in"
|
2015-01-12 10:32:08 +01:00
|
|
|
source "package/erlang-goldrush/Config.in"
|
2020-01-06 17:11:09 +01:00
|
|
|
source "package/erlang-idna/Config.in"
|
2017-05-31 18:35:42 +02:00
|
|
|
source "package/erlang-jiffy/Config.in"
|
2020-01-06 17:11:08 +01:00
|
|
|
source "package/erlang-jose/Config.in"
|
2015-01-12 10:32:09 +01:00
|
|
|
source "package/erlang-lager/Config.in"
|
2020-01-06 17:11:13 +01:00
|
|
|
source "package/erlang-p1-acme/Config.in"
|
2015-01-12 10:32:19 +01:00
|
|
|
source "package/erlang-p1-cache-tab/Config.in"
|
2020-01-06 17:11:10 +01:00
|
|
|
source "package/erlang-p1-mqtree/Config.in"
|
2017-06-06 16:33:10 +02:00
|
|
|
source "package/erlang-p1-oauth2/Config.in"
|
2020-01-06 17:11:11 +01:00
|
|
|
source "package/erlang-p1-pkix/Config.in"
|
2015-01-12 10:32:17 +01:00
|
|
|
source "package/erlang-p1-sip/Config.in"
|
2015-01-12 10:32:16 +01:00
|
|
|
source "package/erlang-p1-stringprep/Config.in"
|
2015-01-12 10:32:15 +01:00
|
|
|
source "package/erlang-p1-stun/Config.in"
|
2015-01-12 10:32:14 +01:00
|
|
|
source "package/erlang-p1-tls/Config.in"
|
2015-01-12 10:32:13 +01:00
|
|
|
source "package/erlang-p1-utils/Config.in"
|
2015-01-12 10:32:12 +01:00
|
|
|
source "package/erlang-p1-xml/Config.in"
|
2017-05-31 18:35:44 +02:00
|
|
|
source "package/erlang-p1-xmpp/Config.in"
|
2015-01-12 10:32:11 +01:00
|
|
|
source "package/erlang-p1-yaml/Config.in"
|
2020-01-06 17:11:12 +01:00
|
|
|
source "package/erlang-p1-yconf/Config.in"
|
2015-01-12 10:32:10 +01:00
|
|
|
source "package/erlang-p1-zlib/Config.in"
|
2015-01-12 10:32:08 +01:00
|
|
|
endmenu
|
|
|
|
endif
|
2016-12-19 22:29:08 +01:00
|
|
|
source "package/execline/Config.in"
|
2016-05-03 19:05:48 +02:00
|
|
|
source "package/ficl/Config.in"
|
2015-11-04 14:40:27 +01:00
|
|
|
source "package/gauche/Config.in"
|
2014-11-24 23:56:30 +01:00
|
|
|
source "package/guile/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/haserl/Config.in"
|
2021-02-13 12:39:28 +01:00
|
|
|
source "package/janet/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/jimtcl/Config.in"
|
|
|
|
source "package/lua/Config.in"
|
|
|
|
source "package/luainterpreter/Config.in"
|
|
|
|
source "package/luajit/Config.in"
|
2014-12-03 22:41:29 +01:00
|
|
|
if BR2_PACKAGE_HAS_LUAINTERPRETER && !BR2_STATIC_LIBS
|
2014-02-26 11:03:16 +01:00
|
|
|
# lua modules are dynamically loaded, so not available on static builds
|
2013-09-06 23:36:18 +02:00
|
|
|
menu "Lua libraries/modules"
|
2017-03-05 23:24:42 +01:00
|
|
|
# When adding lua packages, make sure the name start with "lua". If the
|
|
|
|
# upstream package is "luafoo", call it "luafoo" in Buildroot; if the upstream
|
|
|
|
# package is "foo", call it "lua-foo". Many packages currently don't follow
|
|
|
|
# this convention, but that's historical accident.
|
2016-06-02 17:05:53 +02:00
|
|
|
source "package/argparse/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cgilua/Config.in"
|
|
|
|
source "package/copas/Config.in"
|
|
|
|
source "package/coxpcall/Config.in"
|
|
|
|
source "package/dado/Config.in"
|
2016-12-07 15:49:05 +01:00
|
|
|
source "package/easydbus/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lbase64/Config.in"
|
|
|
|
source "package/ljlinenoise/Config.in"
|
|
|
|
source "package/ljsyscall/Config.in"
|
|
|
|
source "package/lpeg/Config.in"
|
|
|
|
source "package/lpty/Config.in"
|
|
|
|
source "package/lrandom/Config.in"
|
|
|
|
source "package/lsqlite3/Config.in"
|
2021-12-06 19:42:00 +01:00
|
|
|
source "package/lua-argon2/Config.in"
|
2021-10-04 10:38:19 +02:00
|
|
|
source "package/lua-augeas/Config.in"
|
2017-09-24 18:18:58 +02:00
|
|
|
source "package/lua-basexx/Config.in"
|
2019-03-28 18:20:45 +01:00
|
|
|
source "package/lua-binaryheap/Config.in"
|
2017-02-23 18:00:36 +01:00
|
|
|
source "package/lua-bit32/Config.in"
|
2021-03-21 16:49:03 +01:00
|
|
|
source "package/lua-cffi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lua-cjson/Config.in"
|
|
|
|
source "package/lua-coat/Config.in"
|
|
|
|
source "package/lua-coatpersistent/Config.in"
|
2019-09-05 10:08:39 +02:00
|
|
|
source "package/lua-codegen/Config.in"
|
2017-09-24 18:18:57 +02:00
|
|
|
source "package/lua-compat53/Config.in"
|
2017-09-24 18:18:56 +02:00
|
|
|
source "package/lua-cqueues/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lua-csnappy/Config.in"
|
2017-09-24 09:59:25 +02:00
|
|
|
source "package/lua-curl/Config.in"
|
2017-09-24 09:59:26 +02:00
|
|
|
source "package/lua-datafile/Config.in"
|
2023-03-15 10:07:55 +01:00
|
|
|
source "package/lua-dkjson/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lua-ev/Config.in"
|
2017-09-24 18:18:55 +02:00
|
|
|
source "package/lua-fifo/Config.in"
|
2017-06-20 17:16:31 +02:00
|
|
|
source "package/lua-flu/Config.in"
|
2019-03-27 11:30:47 +01:00
|
|
|
source "package/lua-gd/Config.in"
|
2017-10-11 15:19:56 +02:00
|
|
|
source "package/lua-http/Config.in"
|
2015-07-13 20:11:00 +02:00
|
|
|
source "package/lua-iconv/Config.in"
|
2020-05-18 07:23:45 +02:00
|
|
|
source "package/lua-inotify/Config.in"
|
2020-01-14 17:37:56 +01:00
|
|
|
source "package/lua-livr/Config.in"
|
2020-01-14 17:37:57 +01:00
|
|
|
source "package/lua-livr-extra/Config.in"
|
2017-10-11 15:19:55 +02:00
|
|
|
source "package/lua-lpeg-patterns/Config.in"
|
2019-04-03 15:06:08 +02:00
|
|
|
source "package/lua-lunitx/Config.in"
|
2021-06-13 17:42:53 +02:00
|
|
|
source "package/lua-lunix/Config.in"
|
2020-03-11 08:09:31 +01:00
|
|
|
source "package/lua-lyaml/Config.in"
|
2017-09-24 09:59:32 +02:00
|
|
|
source "package/lua-markdown/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lua-messagepack/Config.in"
|
2022-11-09 09:34:40 +01:00
|
|
|
source "package/lua-mqtt/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lua-msgpack-native/Config.in"
|
2015-02-02 16:35:35 +01:00
|
|
|
source "package/lua-periphery/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/lua-resty-http/Config.in"
|
2020-01-09 19:02:22 +01:00
|
|
|
source "package/lua-rotas/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/lua-sailor/Config.in"
|
2017-05-22 15:13:07 +02:00
|
|
|
source "package/lua-sdl2/Config.in"
|
2020-01-09 19:02:23 +01:00
|
|
|
source "package/lua-silva/Config.in"
|
2018-12-29 03:07:23 +01:00
|
|
|
source "package/lua-std-debug/Config.in"
|
2018-12-29 03:07:24 +01:00
|
|
|
source "package/lua-std-normalize/Config.in"
|
2017-06-26 17:19:41 +02:00
|
|
|
source "package/lua-stdlib/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lua-testmore/Config.in"
|
2018-01-14 18:25:12 +01:00
|
|
|
source "package/lua-utf8/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/lua-valua/Config.in"
|
2021-06-13 17:42:39 +02:00
|
|
|
source "package/lua-zlib/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/luabitop/Config.in"
|
2017-12-09 10:17:10 +01:00
|
|
|
source "package/luadbi/Config.in"
|
2017-12-09 10:17:11 +01:00
|
|
|
source "package/luadbi-sqlite3/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/luaexpat/Config.in"
|
|
|
|
source "package/luaexpatutils/Config.in"
|
|
|
|
source "package/luafilesystem/Config.in"
|
|
|
|
source "package/luajson/Config.in"
|
2020-12-20 14:55:14 +01:00
|
|
|
source "package/lualdap/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lualogging/Config.in"
|
2017-05-29 16:32:05 +02:00
|
|
|
source "package/luaossl/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/luaposix/Config.in"
|
|
|
|
source "package/luasec/Config.in"
|
|
|
|
source "package/luasocket/Config.in"
|
2014-12-13 09:18:01 +01:00
|
|
|
source "package/luasql-sqlite3/Config.in"
|
2019-06-12 21:09:28 +02:00
|
|
|
source "package/luasyslog/Config.in"
|
2017-02-23 18:00:23 +01:00
|
|
|
source "package/lutok/Config.in"
|
2015-07-28 22:03:49 +02:00
|
|
|
source "package/luv/Config.in"
|
2015-10-29 08:45:03 +01:00
|
|
|
source "package/luvi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lzlib/Config.in"
|
|
|
|
source "package/orbit/Config.in"
|
|
|
|
source "package/rings/Config.in"
|
2016-04-11 11:43:18 +02:00
|
|
|
source "package/turbolua/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/wsapi/Config.in"
|
2017-09-02 18:56:42 +02:00
|
|
|
source "package/wsapi-fcgi/Config.in"
|
2017-09-02 18:56:41 +02:00
|
|
|
source "package/wsapi-xavante/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/xavante/Config.in"
|
2010-05-10 19:58:33 +02:00
|
|
|
endmenu
|
2010-05-10 19:42:13 +02:00
|
|
|
endif
|
2015-09-17 01:29:58 +02:00
|
|
|
source "package/micropython/Config.in"
|
2015-09-17 01:29:59 +02:00
|
|
|
source "package/micropython-lib/Config.in"
|
2015-06-06 01:47:05 +02:00
|
|
|
source "package/moarvm/Config.in"
|
2014-10-22 22:22:10 +02:00
|
|
|
source "package/mono/Config.in"
|
2015-07-15 12:50:47 +02:00
|
|
|
if BR2_PACKAGE_MONO
|
|
|
|
menu "Mono libraries/modules"
|
|
|
|
source "package/mono-gtksharp3/Config.in"
|
|
|
|
endmenu
|
|
|
|
endif
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/nodejs/Config.in"
|
package/octave: new package
GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
other numerical experiments using a language that is mostly compatible
with Matlab. It may also be used as a batch-oriented language. Octave
has extensive tools for solving common numerical linear algebra
problems, finding the roots of nonlinear equations, integrating
ordinary functions, manipulating polynomials, and integrating ordinary
differential and differential-algebraic equations. It is easily
extensible and customizable via user-defined functions written in
Octave's own language, or using dynamically loaded modules written in
C++, C, Fortran, or other languages.
https://www.octave.org/
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-05-01 22:18:43 +02:00
|
|
|
source "package/octave/Config.in"
|
package/openjdk: new package
OpenJDK is a free and open-source implementation of the Java Platform.
This package provides the option to build a client or a server JVM
interpreter.
The default option is the server option, as that is what the majority
of users use. This JVM interpreter loads more slowly, putting more
effort into JIT compilations to yield higher performance.
Unlike most autotools packages, OpenJDK is exceptionally different and
has many quirks, some of which are below:
- X11, alsa, and cups are required to build Java, even if it's a headless build.
See
http://hg.openjdk.java.net/jdk10/jdk10/raw-file/tip/common/doc/building.html#external-library-requirements
for more information.
- host-zip is needed for the zip executable.
- There is no autogen.sh file, instead, a user must call "./configure
autogen."
- OpenJDK ignores some variables unless passed via the environment.
These variables are: PATH, LD, CC, CXX, and CPP.
- OpenJDK defaults ld to the ld binary but passes -Xlinker and -z as
arguments during the linking process, which causes linking failures.
To fix this issue, ld is set to gcc.
- Make -jn is unsupported. Instead, one must use the "--with-jobs="
configure option, and use $(MAKE1).
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[Thomas:
- drop explanations about CC, LD, CXX, etc. be set to their "actual
binaries" instead of ccache: TARGET_CC/TARGET_LD/TARGET_CXX point
to the compiler wrapper, so the usage of ccache is hidden
- make sure at least one of the variants is enabled in Config.in
- drop the submenu for variant selection
- use system zlib instead of the bundled one. This works fine when
BUILD_SYSROOT_CFLAGS and BUILD_SYSROOT_LDFLAGS are passed
- fix minor nits in the Config.in comments]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-03-15 21:52:31 +01:00
|
|
|
source "package/openjdk/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/perl/Config.in"
|
2012-10-19 05:13:53 +02:00
|
|
|
if BR2_PACKAGE_PERL
|
|
|
|
menu "Perl libraries/modules"
|
2018-10-06 18:55:18 +02:00
|
|
|
source "package/perl-apache-logformat-compiler/Config.in"
|
2018-08-10 18:14:45 +02:00
|
|
|
source "package/perl-appconfig/Config.in"
|
2018-08-10 18:14:46 +02:00
|
|
|
source "package/perl-astro-suntime/Config.in"
|
2018-10-06 18:55:05 +02:00
|
|
|
source "package/perl-class-inspector/Config.in"
|
2018-08-20 13:55:10 +02:00
|
|
|
source "package/perl-class-load/Config.in"
|
2018-10-10 10:18:24 +02:00
|
|
|
source "package/perl-class-method-modifiers/Config.in"
|
2018-08-10 18:14:48 +02:00
|
|
|
source "package/perl-class-std/Config.in"
|
2018-08-11 20:27:36 +02:00
|
|
|
source "package/perl-class-std-fast/Config.in"
|
2023-05-28 12:12:40 +02:00
|
|
|
source "package/perl-clone/Config.in"
|
2018-07-12 23:00:45 +02:00
|
|
|
source "package/perl-convert-asn1/Config.in"
|
2018-10-06 18:55:19 +02:00
|
|
|
source "package/perl-cookie-baker/Config.in"
|
2018-07-12 23:00:46 +02:00
|
|
|
source "package/perl-crypt-blowfish/Config.in"
|
2018-07-12 23:00:47 +02:00
|
|
|
source "package/perl-crypt-cbc/Config.in"
|
2019-12-18 21:18:42 +01:00
|
|
|
source "package/perl-crypt-openssl-aes/Config.in"
|
2015-04-19 12:17:17 +02:00
|
|
|
source "package/perl-crypt-openssl-random/Config.in"
|
2015-04-19 12:17:18 +02:00
|
|
|
source "package/perl-crypt-openssl-rsa/Config.in"
|
2018-08-20 13:55:04 +02:00
|
|
|
source "package/perl-data-dump/Config.in"
|
2018-08-11 20:27:37 +02:00
|
|
|
source "package/perl-data-optlist/Config.in"
|
2018-08-10 18:14:49 +02:00
|
|
|
source "package/perl-data-uuid/Config.in"
|
2018-08-10 18:14:50 +02:00
|
|
|
source "package/perl-date-manip/Config.in"
|
2014-07-22 20:17:53 +02:00
|
|
|
source "package/perl-datetime-tiny/Config.in"
|
2018-08-20 13:55:03 +02:00
|
|
|
source "package/perl-dbd-mysql/Config.in"
|
2018-08-10 18:14:51 +02:00
|
|
|
source "package/perl-dbi/Config.in"
|
2020-12-07 11:04:38 +01:00
|
|
|
source "package/perl-devel-cycle/Config.in"
|
2018-10-10 10:18:28 +02:00
|
|
|
source "package/perl-devel-globaldestruction/Config.in"
|
2020-12-07 11:04:39 +01:00
|
|
|
source "package/perl-devel-size/Config.in"
|
2018-10-06 18:55:06 +02:00
|
|
|
source "package/perl-devel-stacktrace/Config.in"
|
2018-10-06 18:55:07 +02:00
|
|
|
source "package/perl-devel-stacktrace-ashtml/Config.in"
|
2018-08-10 18:14:52 +02:00
|
|
|
source "package/perl-device-serialport/Config.in"
|
2015-04-19 10:33:14 +02:00
|
|
|
source "package/perl-digest-hmac/Config.in"
|
2015-04-19 12:17:15 +02:00
|
|
|
source "package/perl-digest-sha1/Config.in"
|
2018-08-20 13:55:08 +02:00
|
|
|
source "package/perl-dist-checkconflicts/Config.in"
|
2015-04-26 11:37:15 +02:00
|
|
|
source "package/perl-encode-detect/Config.in"
|
2015-04-19 12:17:01 +02:00
|
|
|
source "package/perl-encode-locale/Config.in"
|
2018-10-10 10:18:30 +02:00
|
|
|
source "package/perl-exporter-tiny/Config.in"
|
2015-04-19 12:17:03 +02:00
|
|
|
source "package/perl-file-listing/Config.in"
|
2018-10-06 18:55:23 +02:00
|
|
|
source "package/perl-file-sharedir/Config.in"
|
2018-08-10 18:14:53 +02:00
|
|
|
source "package/perl-file-slurp/Config.in"
|
2015-04-19 11:57:06 +02:00
|
|
|
source "package/perl-file-util/Config.in"
|
2018-10-06 18:55:08 +02:00
|
|
|
source "package/perl-filesys-notify-simple/Config.in"
|
2014-07-18 15:43:37 +02:00
|
|
|
source "package/perl-gd/Config.in"
|
2014-07-18 15:43:39 +02:00
|
|
|
source "package/perl-gdgraph/Config.in"
|
2014-07-18 15:43:38 +02:00
|
|
|
source "package/perl-gdtextutil/Config.in"
|
2018-10-06 18:55:09 +02:00
|
|
|
source "package/perl-hash-multivalue/Config.in"
|
2015-04-19 12:16:57 +02:00
|
|
|
source "package/perl-html-parser/Config.in"
|
2015-04-19 12:16:56 +02:00
|
|
|
source "package/perl-html-tagset/Config.in"
|
2015-04-19 12:17:08 +02:00
|
|
|
source "package/perl-http-cookies/Config.in"
|
2015-04-19 12:17:09 +02:00
|
|
|
source "package/perl-http-daemon/Config.in"
|
2015-04-19 12:17:02 +02:00
|
|
|
source "package/perl-http-date/Config.in"
|
2018-10-06 18:55:20 +02:00
|
|
|
source "package/perl-http-entity-parser/Config.in"
|
2018-10-06 18:55:21 +02:00
|
|
|
source "package/perl-http-headers-fast/Config.in"
|
2015-04-19 12:17:07 +02:00
|
|
|
source "package/perl-http-message/Config.in"
|
2018-10-06 18:55:10 +02:00
|
|
|
source "package/perl-http-multipartparser/Config.in"
|
2015-04-19 12:17:10 +02:00
|
|
|
source "package/perl-http-negotiate/Config.in"
|
2020-02-10 12:26:25 +01:00
|
|
|
source "package/perl-i18n/Config.in"
|
2022-12-19 22:33:43 +01:00
|
|
|
source "package/perl-image-exiftool/Config.in"
|
2015-04-19 12:17:04 +02:00
|
|
|
source "package/perl-io-html/Config.in"
|
2018-08-10 18:14:54 +02:00
|
|
|
source "package/perl-io-interface/Config.in"
|
2018-08-11 20:27:40 +02:00
|
|
|
source "package/perl-io-socket-multicast/Config.in"
|
2014-07-17 18:32:59 +02:00
|
|
|
source "package/perl-io-socket-ssl/Config.in"
|
2018-08-10 18:14:55 +02:00
|
|
|
source "package/perl-json-maybexs/Config.in"
|
2014-07-22 20:17:54 +02:00
|
|
|
source "package/perl-json-tiny/Config.in"
|
2015-04-25 15:14:02 +02:00
|
|
|
source "package/perl-libwww-perl/Config.in"
|
2020-02-10 12:26:24 +01:00
|
|
|
source "package/perl-locale-maketext-lexicon/Config.in"
|
2015-04-19 12:17:06 +02:00
|
|
|
source "package/perl-lwp-mediatypes/Config.in"
|
2020-02-10 12:26:32 +01:00
|
|
|
source "package/perl-lwp-protocol-https/Config.in"
|
2015-04-19 12:17:20 +02:00
|
|
|
source "package/perl-mail-dkim/Config.in"
|
2015-04-19 12:17:19 +02:00
|
|
|
source "package/perl-mailtools/Config.in"
|
2020-12-07 11:04:40 +01:00
|
|
|
source "package/perl-math-int64/Config.in"
|
2019-12-18 21:18:44 +01:00
|
|
|
source "package/perl-math-prime-util/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/perl-mime-base64-urlsafe/Config.in"
|
2018-08-11 20:27:41 +02:00
|
|
|
source "package/perl-mime-tools/Config.in"
|
2018-08-11 20:27:42 +02:00
|
|
|
source "package/perl-module-implementation/Config.in"
|
2018-08-10 18:14:56 +02:00
|
|
|
source "package/perl-module-runtime/Config.in"
|
2014-06-16 21:35:57 +02:00
|
|
|
source "package/perl-mojolicious/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/perl-mojolicious-plugin-authentication/Config.in"
|
2020-02-10 12:26:26 +01:00
|
|
|
source "package/perl-mojolicious-plugin-authorization/Config.in"
|
2020-02-10 12:26:27 +01:00
|
|
|
source "package/perl-mojolicious-plugin-cspheader/Config.in"
|
2020-02-10 12:26:28 +01:00
|
|
|
source "package/perl-mojolicious-plugin-i18n/Config.in"
|
2020-02-10 12:26:29 +01:00
|
|
|
source "package/perl-mojolicious-plugin-securityheader/Config.in"
|
2018-10-10 10:18:29 +02:00
|
|
|
source "package/perl-moo/Config.in"
|
2020-02-10 12:26:31 +01:00
|
|
|
source "package/perl-mozilla-ca/Config.in"
|
2015-04-19 12:16:59 +02:00
|
|
|
source "package/perl-net-dns/Config.in"
|
2015-04-19 12:17:11 +02:00
|
|
|
source "package/perl-net-http/Config.in"
|
2018-07-12 23:00:52 +02:00
|
|
|
source "package/perl-net-snmp/Config.in"
|
2018-07-12 23:00:53 +02:00
|
|
|
source "package/perl-net-ssh2/Config.in"
|
2014-06-23 20:14:45 +02:00
|
|
|
source "package/perl-net-ssleay/Config.in"
|
2018-07-12 23:00:54 +02:00
|
|
|
source "package/perl-net-telnet/Config.in"
|
2015-04-19 12:16:58 +02:00
|
|
|
source "package/perl-netaddr-ip/Config.in"
|
2018-08-10 18:14:57 +02:00
|
|
|
source "package/perl-number-bytes-human/Config.in"
|
2018-08-20 13:55:09 +02:00
|
|
|
source "package/perl-package-stash/Config.in"
|
2018-08-10 18:14:58 +02:00
|
|
|
source "package/perl-params-util/Config.in"
|
2021-03-27 18:13:35 +01:00
|
|
|
source "package/perl-parse-yapp/Config.in"
|
2014-07-22 20:17:55 +02:00
|
|
|
source "package/perl-path-tiny/Config.in"
|
2018-10-06 18:55:24 +02:00
|
|
|
source "package/perl-plack/Config.in"
|
2018-10-06 18:55:11 +02:00
|
|
|
source "package/perl-posix-strftime-compiler/Config.in"
|
2018-10-10 10:18:25 +02:00
|
|
|
source "package/perl-role-tiny/Config.in"
|
2018-10-06 18:55:12 +02:00
|
|
|
source "package/perl-stream-buffered/Config.in"
|
2018-10-10 10:18:26 +02:00
|
|
|
source "package/perl-sub-exporter-progressive/Config.in"
|
2018-08-10 18:14:59 +02:00
|
|
|
source "package/perl-sub-install/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/perl-sub-quote/Config.in"
|
2018-08-20 13:55:07 +02:00
|
|
|
source "package/perl-sys-cpu/Config.in"
|
2018-08-10 18:15:00 +02:00
|
|
|
source "package/perl-sys-meminfo/Config.in"
|
2018-08-10 18:15:01 +02:00
|
|
|
source "package/perl-sys-mmap/Config.in"
|
2018-08-20 13:55:05 +02:00
|
|
|
source "package/perl-time-parsedate/Config.in"
|
2015-04-19 12:17:16 +02:00
|
|
|
source "package/perl-timedate/Config.in"
|
2014-07-22 20:17:56 +02:00
|
|
|
source "package/perl-try-tiny/Config.in"
|
2018-10-10 10:18:31 +02:00
|
|
|
source "package/perl-type-tiny/Config.in"
|
2015-04-19 12:17:05 +02:00
|
|
|
source "package/perl-uri/Config.in"
|
2018-10-06 18:55:13 +02:00
|
|
|
source "package/perl-www-form-urlencoded/Config.in"
|
2015-04-19 12:17:12 +02:00
|
|
|
source "package/perl-www-robotrules/Config.in"
|
2018-08-20 13:55:06 +02:00
|
|
|
source "package/perl-x10/Config.in"
|
2014-06-29 10:49:34 +02:00
|
|
|
source "package/perl-xml-libxml/Config.in"
|
2014-06-29 10:48:24 +02:00
|
|
|
source "package/perl-xml-namespacesupport/Config.in"
|
2014-06-29 10:49:22 +02:00
|
|
|
source "package/perl-xml-sax/Config.in"
|
2014-12-13 09:18:01 +01:00
|
|
|
source "package/perl-xml-sax-base/Config.in"
|
2012-10-19 05:13:53 +02:00
|
|
|
endmenu
|
|
|
|
endif
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/php/Config.in"
|
2014-01-28 22:26:28 +01:00
|
|
|
if BR2_PACKAGE_PHP
|
2014-12-03 22:41:29 +01:00
|
|
|
if !BR2_STATIC_LIBS
|
2014-01-28 22:26:28 +01:00
|
|
|
menu "External php extensions"
|
2016-10-11 22:44:49 +02:00
|
|
|
source "package/php-amqp/Config.in"
|
2021-10-11 13:07:56 +02:00
|
|
|
source "package/php-apcu/Config.in"
|
2014-06-17 16:39:23 +02:00
|
|
|
source "package/php-geoip/Config.in"
|
2016-05-23 16:51:33 +02:00
|
|
|
source "package/php-gnupg/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/php-imagick/Config.in"
|
2021-10-14 14:13:50 +02:00
|
|
|
source "package/php-lua/Config.in"
|
2016-05-23 16:51:34 +02:00
|
|
|
source "package/php-memcached/Config.in"
|
2021-10-14 14:13:50 +02:00
|
|
|
source "package/php-pam/Config.in"
|
2021-10-11 10:54:49 +02:00
|
|
|
source "package/php-pecl-dbus/Config.in"
|
2016-05-23 16:51:35 +02:00
|
|
|
source "package/php-ssh2/Config.in"
|
2019-10-25 20:22:49 +02:00
|
|
|
source "package/php-xdebug/Config.in"
|
2016-05-23 16:51:36 +02:00
|
|
|
source "package/php-yaml/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/php-zmq/Config.in"
|
2014-01-28 22:26:28 +01:00
|
|
|
endmenu
|
|
|
|
endif
|
2014-12-03 22:41:29 +01:00
|
|
|
if BR2_STATIC_LIBS
|
2014-01-28 22:26:28 +01:00
|
|
|
comment "External PHP extensions need a toolchain w/ dynamic library"
|
|
|
|
endif
|
|
|
|
endif
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python3/Config.in"
|
2022-02-09 17:50:28 +01:00
|
|
|
if BR2_PACKAGE_PYTHON3
|
2015-10-10 09:39:11 +02:00
|
|
|
menu "External python modules"
|
2020-01-15 09:09:24 +01:00
|
|
|
source "package/python-aenum/Config.in"
|
2022-01-06 00:03:29 +01:00
|
|
|
source "package/python-aexpect/Config.in"
|
2019-03-13 23:02:52 +01:00
|
|
|
source "package/python-aioblescan/Config.in"
|
2017-09-13 16:18:59 +02:00
|
|
|
source "package/python-aiocoap/Config.in"
|
2019-03-04 00:44:19 +01:00
|
|
|
source "package/python-aioconsole/Config.in"
|
2018-11-12 09:09:16 +01:00
|
|
|
source "package/python-aiodns/Config.in"
|
2020-09-04 16:33:00 +02:00
|
|
|
source "package/python-aiofiles/Config.in"
|
2018-11-19 20:52:38 +01:00
|
|
|
source "package/python-aiohttp/Config.in"
|
2019-02-24 04:35:22 +01:00
|
|
|
source "package/python-aiohttp-cors/Config.in"
|
2019-12-11 03:02:52 +01:00
|
|
|
source "package/python-aiohttp-debugtoolbar/Config.in"
|
2018-12-07 09:52:57 +01:00
|
|
|
source "package/python-aiohttp-jinja2/Config.in"
|
2019-12-11 03:13:14 +01:00
|
|
|
source "package/python-aiohttp-mako/Config.in"
|
2018-12-07 00:49:30 +01:00
|
|
|
source "package/python-aiohttp-remotes/Config.in"
|
2018-12-07 09:49:41 +01:00
|
|
|
source "package/python-aiohttp-security/Config.in"
|
2018-12-07 09:42:43 +01:00
|
|
|
source "package/python-aiohttp-session/Config.in"
|
2018-12-07 09:45:08 +01:00
|
|
|
source "package/python-aiohttp-sse/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/python-aiojobs/Config.in"
|
2019-12-11 02:37:38 +01:00
|
|
|
source "package/python-aiologstash/Config.in"
|
2019-03-04 00:44:20 +01:00
|
|
|
source "package/python-aiomonitor/Config.in"
|
2021-08-14 04:12:23 +02:00
|
|
|
source "package/python-aioprocessing/Config.in"
|
2019-08-04 03:16:29 +02:00
|
|
|
source "package/python-aioredis/Config.in"
|
2018-12-07 01:08:04 +01:00
|
|
|
source "package/python-aiorwlock/Config.in"
|
2019-12-11 07:18:34 +01:00
|
|
|
source "package/python-aiosignal/Config.in"
|
2019-12-11 07:29:28 +01:00
|
|
|
source "package/python-aiozipkin/Config.in"
|
2022-06-02 09:35:46 +02:00
|
|
|
source "package/python-alembic/Config.in"
|
2014-12-02 23:56:44 +01:00
|
|
|
source "package/python-alsaaudio/Config.in"
|
2020-04-30 15:11:03 +02:00
|
|
|
source "package/python-ansicolors/Config.in"
|
2023-01-05 13:59:56 +01:00
|
|
|
source "package/python-apispec/Config.in"
|
2022-04-04 00:19:49 +02:00
|
|
|
source "package/python-appdirs/Config.in"
|
2016-05-06 08:21:24 +02:00
|
|
|
source "package/python-argh/Config.in"
|
2020-02-13 08:42:45 +01:00
|
|
|
source "package/python-argon2-cffi/Config.in"
|
2022-01-09 04:59:35 +01:00
|
|
|
source "package/python-argon2-cffi-bindings/Config.in"
|
2017-01-03 09:35:28 +01:00
|
|
|
source "package/python-arrow/Config.in"
|
2019-08-04 03:16:28 +02:00
|
|
|
source "package/python-asgiref/Config.in"
|
2017-07-18 09:06:58 +02:00
|
|
|
source "package/python-asn1crypto/Config.in"
|
2023-05-28 21:01:09 +02:00
|
|
|
source "package/python-asttokens/Config.in"
|
2023-01-29 04:52:26 +01:00
|
|
|
source "package/python-async-generator/Config.in"
|
2019-12-11 03:24:11 +01:00
|
|
|
source "package/python-async-lru/Config.in"
|
2018-10-22 11:37:08 +02:00
|
|
|
source "package/python-async-timeout/Config.in"
|
2017-02-06 16:56:23 +01:00
|
|
|
source "package/python-attrs/Config.in"
|
2021-06-21 22:34:54 +02:00
|
|
|
source "package/python-augeas/Config.in"
|
2016-02-11 11:58:47 +01:00
|
|
|
source "package/python-autobahn/Config.in"
|
2017-08-02 07:57:25 +02:00
|
|
|
source "package/python-automat/Config.in"
|
2019-12-23 18:23:57 +01:00
|
|
|
source "package/python-avro/Config.in"
|
2017-01-24 15:43:45 +01:00
|
|
|
source "package/python-babel/Config.in"
|
2019-04-19 11:19:28 +02:00
|
|
|
source "package/python-backcall/Config.in"
|
2017-06-12 16:30:02 +02:00
|
|
|
source "package/python-bcrypt/Config.in"
|
2016-01-14 22:21:00 +01:00
|
|
|
source "package/python-beautifulsoup4/Config.in"
|
2021-10-07 01:39:22 +02:00
|
|
|
source "package/python-bidict/Config.in"
|
2017-02-06 16:56:24 +01:00
|
|
|
source "package/python-bitstring/Config.in"
|
2020-12-21 19:28:00 +01:00
|
|
|
source "package/python-bleak/Config.in"
|
2023-07-13 09:38:50 +02:00
|
|
|
source "package/python-blinker/Config.in"
|
2019-09-26 21:27:18 +02:00
|
|
|
source "package/python-bluezero/Config.in"
|
2020-02-07 12:43:50 +01:00
|
|
|
source "package/python-boto3/Config.in"
|
2020-02-07 12:43:48 +01:00
|
|
|
source "package/python-botocore/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-bottle/Config.in"
|
2019-08-13 01:03:45 +02:00
|
|
|
source "package/python-brotli/Config.in"
|
2020-07-19 20:11:28 +02:00
|
|
|
source "package/python-bsdiff4/Config.in"
|
2018-03-09 20:16:56 +01:00
|
|
|
source "package/python-cached-property/Config.in"
|
2015-06-01 18:24:41 +02:00
|
|
|
source "package/python-can/Config.in"
|
2020-02-13 14:40:40 +01:00
|
|
|
source "package/python-canopen/Config.in"
|
2016-02-02 01:44:43 +01:00
|
|
|
source "package/python-cbor/Config.in"
|
2020-02-13 07:26:14 +01:00
|
|
|
source "package/python-cbor2/Config.in"
|
2018-11-12 00:23:12 +01:00
|
|
|
source "package/python-cchardet/Config.in"
|
2014-11-22 23:06:42 +01:00
|
|
|
source "package/python-certifi/Config.in"
|
2014-05-20 03:53:00 +02:00
|
|
|
source "package/python-cffi/Config.in"
|
2019-08-04 03:16:30 +02:00
|
|
|
source "package/python-channels/Config.in"
|
2019-08-04 03:16:31 +02:00
|
|
|
source "package/python-channels-redis/Config.in"
|
2016-02-06 23:59:47 +01:00
|
|
|
source "package/python-characteristic/Config.in"
|
2017-01-03 09:26:46 +01:00
|
|
|
source "package/python-chardet/Config.in"
|
2021-10-25 04:42:32 +02:00
|
|
|
source "package/python-charset-normalizer/Config.in"
|
2014-12-21 16:26:55 +01:00
|
|
|
source "package/python-cheetah/Config.in"
|
2017-06-16 09:27:57 +02:00
|
|
|
source "package/python-cheroot/Config.in"
|
2015-02-08 16:59:19 +01:00
|
|
|
source "package/python-cherrypy/Config.in"
|
2016-02-02 01:44:44 +01:00
|
|
|
source "package/python-click/Config.in"
|
2019-05-31 19:16:49 +02:00
|
|
|
source "package/python-colorama/Config.in"
|
2019-09-16 13:55:03 +02:00
|
|
|
source "package/python-colorlog/Config.in"
|
2020-06-13 21:20:31 +02:00
|
|
|
source "package/python-colorzero/Config.in"
|
2014-09-18 12:00:54 +02:00
|
|
|
source "package/python-configshell-fb/Config.in"
|
2016-12-19 09:22:34 +01:00
|
|
|
source "package/python-constantly/Config.in"
|
2022-08-03 17:42:48 +02:00
|
|
|
source "package/python-construct/Config.in"
|
2016-10-09 14:46:17 +02:00
|
|
|
source "package/python-couchdb/Config.in"
|
2020-09-01 16:37:29 +02:00
|
|
|
source "package/python-crayons/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-crc16/Config.in"
|
2016-08-22 07:34:28 +02:00
|
|
|
source "package/python-crcmod/Config.in"
|
2019-11-19 17:51:54 +01:00
|
|
|
source "package/python-crontab/Config.in"
|
2016-02-11 11:58:48 +01:00
|
|
|
source "package/python-crossbar/Config.in"
|
2016-02-20 15:39:17 +01:00
|
|
|
source "package/python-cryptography/Config.in"
|
2016-01-14 09:25:17 +01:00
|
|
|
source "package/python-cssselect/Config.in"
|
2021-11-27 12:37:30 +01:00
|
|
|
source "package/python-cssselect2/Config.in"
|
2016-10-09 14:46:22 +02:00
|
|
|
source "package/python-cssutils/Config.in"
|
2019-05-09 17:58:49 +02:00
|
|
|
source "package/python-cycler/Config.in"
|
2014-07-24 17:43:23 +02:00
|
|
|
source "package/python-daemon/Config.in"
|
2018-04-11 18:37:12 +02:00
|
|
|
source "package/python-daemonize/Config.in"
|
2019-08-04 03:16:27 +02:00
|
|
|
source "package/python-daphne/Config.in"
|
2016-06-09 09:37:52 +02:00
|
|
|
source "package/python-dataproperty/Config.in"
|
2016-06-08 15:25:30 +02:00
|
|
|
source "package/python-dateutil/Config.in"
|
2022-11-03 11:21:01 +01:00
|
|
|
source "package/python-dbus-fast/Config.in"
|
2021-05-09 10:09:50 +02:00
|
|
|
source "package/python-dbus-next/Config.in"
|
2017-04-27 23:33:31 +02:00
|
|
|
source "package/python-decorator/Config.in"
|
2020-11-27 15:10:38 +01:00
|
|
|
source "package/python-defusedxml/Config.in"
|
2016-07-07 16:31:51 +02:00
|
|
|
source "package/python-dialog3/Config.in"
|
2016-07-22 08:36:34 +02:00
|
|
|
source "package/python-dicttoxml/Config.in"
|
2022-11-23 11:30:22 +01:00
|
|
|
source "package/python-dicttoxml2/Config.in"
|
2022-01-09 18:02:00 +01:00
|
|
|
source "package/python-distro/Config.in"
|
2015-01-03 01:28:24 +01:00
|
|
|
source "package/python-django/Config.in"
|
2019-08-04 03:16:24 +02:00
|
|
|
source "package/python-django-enumfields/Config.in"
|
2019-11-10 23:26:53 +01:00
|
|
|
source "package/python-dnspython/Config.in"
|
2018-03-09 20:16:55 +01:00
|
|
|
source "package/python-docker/Config.in"
|
2018-03-09 20:16:52 +01:00
|
|
|
source "package/python-docker-pycreds/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/python-dockerpty/Config.in"
|
2014-12-09 11:28:13 +01:00
|
|
|
source "package/python-docopt/Config.in"
|
2016-09-21 15:40:43 +02:00
|
|
|
source "package/python-docutils/Config.in"
|
2016-06-20 10:07:01 +02:00
|
|
|
source "package/python-dominate/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-dpkt/Config.in"
|
2022-08-04 07:23:31 +02:00
|
|
|
source "package/python-dtschema/Config.in"
|
2016-01-16 17:41:13 +01:00
|
|
|
source "package/python-ecdsa/Config.in"
|
2016-07-01 12:06:18 +02:00
|
|
|
source "package/python-engineio/Config.in"
|
2019-10-21 15:40:24 +02:00
|
|
|
source "package/python-entrypoints/Config.in"
|
2019-11-07 18:05:04 +01:00
|
|
|
source "package/python-esptool/Config.in"
|
2023-04-17 15:03:42 +02:00
|
|
|
source "package/python-evdev/Config.in"
|
2023-05-28 21:01:07 +02:00
|
|
|
source "package/python-executing/Config.in"
|
2018-08-28 12:16:18 +02:00
|
|
|
source "package/python-falcon/Config.in"
|
2020-03-23 16:45:39 +01:00
|
|
|
source "package/python-filelock/Config.in"
|
2018-08-24 21:16:50 +02:00
|
|
|
source "package/python-fire/Config.in"
|
2014-11-14 19:00:11 +01:00
|
|
|
source "package/python-flask/Config.in"
|
2017-01-24 15:43:46 +01:00
|
|
|
source "package/python-flask-babel/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/python-flask-cors/Config.in"
|
2021-09-19 14:45:16 +02:00
|
|
|
source "package/python-flask-expects-json/Config.in"
|
2016-05-11 16:07:48 +02:00
|
|
|
source "package/python-flask-jsonrpc/Config.in"
|
2016-05-20 13:29:02 +02:00
|
|
|
source "package/python-flask-login/Config.in"
|
2023-01-05 14:00:00 +01:00
|
|
|
source "package/python-flask-smorest/Config.in"
|
2018-02-06 14:25:04 +01:00
|
|
|
source "package/python-flask-sqlalchemy/Config.in"
|
2021-03-08 20:59:12 +01:00
|
|
|
source "package/python-flask-wtf/Config.in"
|
2020-02-24 06:15:48 +01:00
|
|
|
source "package/python-flatbuffers/Config.in"
|
2014-05-25 10:24:17 +02:00
|
|
|
source "package/python-flup/Config.in"
|
2021-11-27 12:37:32 +01:00
|
|
|
source "package/python-fonttools/Config.in"
|
2019-12-11 07:18:33 +01:00
|
|
|
source "package/python-frozenlist/Config.in"
|
2019-11-10 23:26:55 +01:00
|
|
|
source "package/python-future/Config.in"
|
2021-09-19 14:45:17 +02:00
|
|
|
source "package/python-git/Config.in"
|
2019-11-29 22:29:07 +01:00
|
|
|
source "package/python-gitdb2/Config.in"
|
2022-01-10 21:01:51 +01:00
|
|
|
source "package/python-gnupg/Config.in"
|
2014-12-01 18:48:30 +01:00
|
|
|
source "package/python-gobject/Config.in"
|
2020-06-13 21:20:33 +02:00
|
|
|
source "package/python-gpiozero/Config.in"
|
2019-11-01 09:01:35 +01:00
|
|
|
source "package/python-greenlet/Config.in"
|
2017-01-30 15:11:17 +01:00
|
|
|
source "package/python-gunicorn/Config.in"
|
2023-02-06 14:48:38 +01:00
|
|
|
source "package/python-h11/Config.in"
|
2017-07-05 15:47:41 +02:00
|
|
|
source "package/python-h2/Config.in"
|
2019-03-17 20:05:39 +01:00
|
|
|
source "package/python-hiredis/Config.in"
|
2022-11-22 21:31:25 +01:00
|
|
|
source "package/python-hkdf/Config.in"
|
2017-07-05 15:47:40 +02:00
|
|
|
source "package/python-hpack/Config.in"
|
2016-01-13 16:18:10 +01:00
|
|
|
source "package/python-html5lib/Config.in"
|
2014-11-25 19:11:43 +01:00
|
|
|
source "package/python-httplib2/Config.in"
|
2019-11-10 23:26:54 +01:00
|
|
|
source "package/python-huepy/Config.in"
|
2016-07-06 09:18:16 +02:00
|
|
|
source "package/python-humanize/Config.in"
|
2023-03-13 22:34:39 +01:00
|
|
|
source "package/python-hwdata/Config.in"
|
2017-07-05 15:47:39 +02:00
|
|
|
source "package/python-hyperframe/Config.in"
|
2017-07-12 09:57:43 +02:00
|
|
|
source "package/python-hyperlink/Config.in"
|
2017-09-12 11:50:56 +02:00
|
|
|
source "package/python-ibmiotf/Config.in"
|
2015-12-14 09:24:50 +01:00
|
|
|
source "package/python-idna/Config.in"
|
2019-07-05 13:57:11 +02:00
|
|
|
source "package/python-ifaddr/Config.in"
|
2016-12-16 16:54:29 +01:00
|
|
|
source "package/python-incremental/Config.in"
|
2019-06-24 17:45:41 +02:00
|
|
|
source "package/python-inflection/Config.in"
|
2018-04-30 12:21:17 +02:00
|
|
|
source "package/python-influxdb/Config.in"
|
2020-09-01 19:16:43 +02:00
|
|
|
source "package/python-iniconfig/Config.in"
|
2016-01-30 23:46:09 +01:00
|
|
|
source "package/python-iniparse/Config.in"
|
2020-09-09 12:05:48 +02:00
|
|
|
source "package/python-intelhex/Config.in"
|
2016-04-22 15:36:28 +02:00
|
|
|
source "package/python-iowait/Config.in"
|
2020-05-28 11:52:04 +02:00
|
|
|
source "package/python-ipdb/Config.in"
|
2019-05-31 19:16:50 +02:00
|
|
|
source "package/python-iptables/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-ipy/Config.in"
|
2014-07-24 21:08:49 +02:00
|
|
|
source "package/python-ipython/Config.in"
|
2017-06-03 01:56:46 +02:00
|
|
|
source "package/python-ipython-genutils/Config.in"
|
2017-09-12 11:50:54 +02:00
|
|
|
source "package/python-iso8601/Config.in"
|
2014-11-14 18:25:04 +01:00
|
|
|
source "package/python-itsdangerous/Config.in"
|
2021-04-12 17:20:32 +02:00
|
|
|
source "package/python-iwlib/Config.in"
|
2019-12-11 03:30:50 +01:00
|
|
|
source "package/python-janus/Config.in"
|
2017-11-23 11:54:59 +01:00
|
|
|
source "package/python-jaraco-classes/Config.in"
|
2019-10-14 21:12:27 +02:00
|
|
|
source "package/python-jaraco-functools/Config.in"
|
2019-04-19 11:19:30 +02:00
|
|
|
source "package/python-jedi/Config.in"
|
2014-11-14 15:59:52 +01:00
|
|
|
source "package/python-jinja2/Config.in"
|
2020-02-07 12:43:47 +01:00
|
|
|
source "package/python-jmespath/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/python-json-schema-validator/Config.in"
|
2018-03-06 21:03:25 +01:00
|
|
|
source "package/python-jsonmodels/Config.in"
|
2017-01-17 11:17:23 +01:00
|
|
|
source "package/python-jsonschema/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-keyring/Config.in"
|
2019-09-17 10:50:33 +02:00
|
|
|
source "package/python-kiwisolver/Config.in"
|
2022-06-21 11:01:48 +02:00
|
|
|
source "package/python-lark/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-libconfig/Config.in"
|
2022-08-09 15:27:29 +02:00
|
|
|
source "package/python-libevdev/Config.in"
|
2017-09-04 17:19:54 +02:00
|
|
|
source "package/python-libusb1/Config.in"
|
2016-02-06 23:59:49 +01:00
|
|
|
source "package/python-lmdb/Config.in"
|
2019-11-25 20:38:49 +01:00
|
|
|
source "package/python-lockfile/Config.in"
|
2017-01-16 16:46:19 +01:00
|
|
|
source "package/python-logbook/Config.in"
|
2019-12-11 02:37:37 +01:00
|
|
|
source "package/python-logstash/Config.in"
|
2015-02-10 21:01:08 +01:00
|
|
|
source "package/python-lxml/Config.in"
|
2020-09-18 17:18:51 +02:00
|
|
|
source "package/python-m2crypto/Config.in"
|
2022-11-22 21:31:27 +01:00
|
|
|
source "package/python-magic-wormhole/Config.in"
|
2022-11-22 21:31:28 +01:00
|
|
|
source "package/python-magic-wormhole-mailbox-server/Config.in"
|
2022-11-22 21:31:29 +01:00
|
|
|
source "package/python-magic-wormhole-transit-relay/Config.in"
|
2015-10-10 09:39:12 +02:00
|
|
|
source "package/python-mako/Config.in"
|
2014-12-21 16:26:54 +01:00
|
|
|
source "package/python-markdown/Config.in"
|
2017-01-16 16:46:20 +01:00
|
|
|
source "package/python-markdown2/Config.in"
|
2014-11-17 16:49:38 +01:00
|
|
|
source "package/python-markupsafe/Config.in"
|
2023-01-05 13:59:58 +01:00
|
|
|
source "package/python-marshmallow/Config.in"
|
2023-01-05 13:59:59 +01:00
|
|
|
source "package/python-marshmallow-sqlalchemy/Config.in"
|
2019-05-09 17:58:50 +02:00
|
|
|
source "package/python-matplotlib/Config.in"
|
2016-12-16 16:02:47 +01:00
|
|
|
source "package/python-mbstrdecoder/Config.in"
|
2020-10-24 16:57:50 +02:00
|
|
|
source "package/python-memory-profiler/Config.in"
|
2023-01-03 21:00:45 +01:00
|
|
|
source "package/python-midiutil/Config.in"
|
2018-08-28 12:16:17 +02:00
|
|
|
source "package/python-mimeparse/Config.in"
|
2022-10-19 15:35:11 +02:00
|
|
|
source "package/python-minimalmodbus/Config.in"
|
2016-02-02 01:44:46 +01:00
|
|
|
source "package/python-mistune/Config.in"
|
2019-09-17 19:51:31 +02:00
|
|
|
source "package/python-modbus-tk/Config.in"
|
2017-12-13 10:04:21 +01:00
|
|
|
source "package/python-more-itertools/Config.in"
|
2022-01-06 00:15:43 +01:00
|
|
|
source "package/python-mpd2/Config.in"
|
2019-10-19 20:21:25 +02:00
|
|
|
source "package/python-msgfy/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-msgpack/Config.in"
|
2018-10-24 15:56:33 +02:00
|
|
|
source "package/python-multidict/Config.in"
|
2022-12-09 11:27:42 +01:00
|
|
|
source "package/python-munch/Config.in"
|
python-mutagen: new package
Mutagen is a Python module to handle audio metadata.
It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus,
Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack,
OptimFROG, and AIFF audio files. All versions of ID3v2 are supported,
and all standard ID3v2.4 frames are parsed.
It can read Xing headers to accurately calculate the bitrate and
length of MP3s. ID3 and APEv2 tags can be edited regardless of
audio format. It can also manipulate Ogg streams on an individual
packet/page level.
Mutagen works with Python 2.7, 3.3+ (CPython and PyPy) on Linux,
Windows and macOS, and has no dedependencies outside the
Python standard library.
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas:
- fix license, it's GPLv2, not LGPLv2+
- rewrap Config.in help text]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-25 17:26:10 +01:00
|
|
|
source "package/python-mutagen/Config.in"
|
2016-10-09 14:46:20 +02:00
|
|
|
source "package/python-mwclient/Config.in"
|
2016-10-09 14:46:21 +02:00
|
|
|
source "package/python-mwscrape/Config.in"
|
2016-10-09 16:31:44 +02:00
|
|
|
source "package/python-mwscrape2slob/Config.in"
|
2022-05-17 23:59:31 +02:00
|
|
|
source "package/python-mypy-extensions/Config.in"
|
2019-11-25 20:43:17 +01:00
|
|
|
source "package/python-nested-dict/Config.in"
|
2016-02-02 01:44:47 +01:00
|
|
|
source "package/python-netaddr/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-netifaces/Config.in"
|
2014-11-26 09:16:24 +01:00
|
|
|
source "package/python-networkmanager/Config.in"
|
2018-03-20 21:39:42 +01:00
|
|
|
source "package/python-networkx/Config.in"
|
2014-04-23 01:15:37 +02:00
|
|
|
source "package/python-numpy/Config.in"
|
2017-11-12 11:45:21 +01:00
|
|
|
source "package/python-oauthlib/Config.in"
|
2020-09-04 16:33:01 +02:00
|
|
|
source "package/python-opcua-asyncio/Config.in"
|
2022-04-19 23:24:47 +02:00
|
|
|
source "package/python-orjson/Config.in"
|
2023-01-29 04:52:28 +01:00
|
|
|
source "package/python-outcome/Config.in"
|
2020-04-30 15:11:29 +02:00
|
|
|
source "package/python-packaging/Config.in"
|
2015-12-30 09:13:27 +01:00
|
|
|
source "package/python-paho-mqtt/Config.in"
|
2016-01-16 17:41:14 +01:00
|
|
|
source "package/python-paramiko/Config.in"
|
2019-04-19 11:19:29 +02:00
|
|
|
source "package/python-parso/Config.in"
|
2018-09-26 17:35:01 +02:00
|
|
|
source "package/python-passlib/Config.in"
|
2017-01-17 11:17:21 +01:00
|
|
|
source "package/python-pathpy/Config.in"
|
2016-05-06 08:21:25 +02:00
|
|
|
source "package/python-pathtools/Config.in"
|
2016-06-09 09:37:53 +02:00
|
|
|
source "package/python-pathvalidate/Config.in"
|
2019-06-20 20:38:13 +02:00
|
|
|
source "package/python-periphery/Config.in"
|
2016-03-27 03:31:23 +02:00
|
|
|
source "package/python-pexpect/Config.in"
|
2017-06-13 01:42:13 +02:00
|
|
|
source "package/python-pickleshare/Config.in"
|
2020-09-01 16:37:30 +02:00
|
|
|
source "package/python-piexif/Config.in"
|
2018-09-28 20:00:34 +02:00
|
|
|
source "package/python-pigpio/Config.in"
|
2016-06-29 22:50:56 +02:00
|
|
|
source "package/python-pillow/Config.in"
|
2018-08-07 00:46:15 +02:00
|
|
|
source "package/python-pip/Config.in"
|
2020-09-01 19:16:42 +02:00
|
|
|
source "package/python-pluggy/Config.in"
|
2018-09-22 21:36:29 +02:00
|
|
|
source "package/python-ply/Config.in"
|
2017-06-16 09:27:56 +02:00
|
|
|
source "package/python-portend/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-posix-ipc/Config.in"
|
2017-07-05 15:47:42 +02:00
|
|
|
source "package/python-priority/Config.in"
|
2016-07-12 09:39:03 +02:00
|
|
|
source "package/python-prompt-toolkit/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-protobuf/Config.in"
|
2014-12-03 09:42:51 +01:00
|
|
|
source "package/python-psutil/Config.in"
|
2018-03-12 11:12:31 +01:00
|
|
|
source "package/python-psycopg2/Config.in"
|
2016-03-27 03:31:22 +02:00
|
|
|
source "package/python-ptyprocess/Config.in"
|
2016-12-30 08:52:19 +01:00
|
|
|
source "package/python-pudb/Config.in"
|
2023-05-28 21:01:08 +02:00
|
|
|
source "package/python-pure-eval/Config.in"
|
2018-10-12 14:34:41 +02:00
|
|
|
source "package/python-py/Config.in"
|
2019-11-07 18:05:03 +01:00
|
|
|
source "package/python-pyaes/Config.in"
|
2020-01-04 16:59:02 +01:00
|
|
|
source "package/python-pyalsa/Config.in"
|
2018-09-14 08:52:37 +02:00
|
|
|
source "package/python-pyasn1/Config.in"
|
2018-09-26 17:35:02 +02:00
|
|
|
source "package/python-pyasn1-modules/Config.in"
|
2020-06-08 23:30:43 +02:00
|
|
|
source "package/python-pybind/Config.in"
|
2019-06-21 22:19:55 +02:00
|
|
|
source "package/python-pycairo/Config.in"
|
2018-11-12 09:09:15 +01:00
|
|
|
source "package/python-pycares/Config.in"
|
2016-02-06 23:59:48 +01:00
|
|
|
source "package/python-pycparser/Config.in"
|
2022-10-29 10:02:29 +02:00
|
|
|
source "package/python-pycrate/Config.in"
|
2018-09-22 21:36:28 +02:00
|
|
|
source "package/python-pycryptodomex/Config.in"
|
2020-08-24 23:48:57 +02:00
|
|
|
source "package/python-pycups/Config.in"
|
2015-04-14 17:05:03 +02:00
|
|
|
source "package/python-pydal/Config.in"
|
2020-01-04 14:50:43 +01:00
|
|
|
source "package/python-pydantic/Config.in"
|
2022-05-03 09:44:26 +02:00
|
|
|
source "package/python-pydevmem/Config.in"
|
2021-11-27 12:37:34 +01:00
|
|
|
source "package/python-pydyf/Config.in"
|
2016-10-12 10:06:31 +02:00
|
|
|
source "package/python-pyelftools/Config.in"
|
2015-01-08 22:28:55 +01:00
|
|
|
source "package/python-pyftpdlib/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-pygame/Config.in"
|
2016-02-06 23:59:50 +01:00
|
|
|
source "package/python-pygments/Config.in"
|
2018-09-26 17:35:03 +02:00
|
|
|
source "package/python-pyhamcrest/Config.in"
|
2016-10-09 14:46:23 +02:00
|
|
|
source "package/python-pyicu/Config.in"
|
2015-01-14 21:11:06 +01:00
|
|
|
source "package/python-pyinotify/Config.in"
|
2018-08-30 12:18:48 +02:00
|
|
|
source "package/python-pyjwt/Config.in"
|
2022-05-11 10:01:48 +02:00
|
|
|
source "package/python-pylibfdt/Config.in"
|
2017-03-01 17:18:39 +01:00
|
|
|
source "package/python-pylibftdi/Config.in"
|
2016-10-09 14:46:19 +02:00
|
|
|
source "package/python-pylru/Config.in"
|
2018-03-14 14:17:50 +01:00
|
|
|
source "package/python-pymodbus/Config.in"
|
2020-02-07 10:37:05 +01:00
|
|
|
source "package/python-pymupdf/Config.in"
|
2016-04-12 23:39:11 +02:00
|
|
|
source "package/python-pymysql/Config.in"
|
2016-02-06 23:59:51 +01:00
|
|
|
source "package/python-pynacl/Config.in"
|
2021-10-12 19:48:37 +02:00
|
|
|
source "package/python-pyndiff/Config.in"
|
2016-02-08 10:04:22 +01:00
|
|
|
source "package/python-pyopenssl/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-pyparsing/Config.in"
|
2016-01-15 09:57:41 +01:00
|
|
|
source "package/python-pyparted/Config.in"
|
2021-11-27 12:37:31 +01:00
|
|
|
source "package/python-pyphen/Config.in"
|
2017-01-26 16:52:03 +01:00
|
|
|
source "package/python-pyqrcode/Config.in"
|
2016-08-23 11:26:06 +02:00
|
|
|
source "package/python-pyqt5/Config.in"
|
2015-09-15 18:07:09 +02:00
|
|
|
source "package/python-pyratemp/Config.in"
|
2015-08-11 17:35:26 +02:00
|
|
|
source "package/python-pyroute2/Config.in"
|
2022-05-10 15:02:48 +02:00
|
|
|
source "package/python-pyrsistent/Config.in"
|
2015-01-20 21:38:55 +01:00
|
|
|
source "package/python-pysendfile/Config.in"
|
2020-03-23 16:40:09 +01:00
|
|
|
source "package/python-pysftp/Config.in"
|
2015-12-21 11:15:07 +01:00
|
|
|
source "package/python-pysmb/Config.in"
|
2018-09-22 21:36:30 +02:00
|
|
|
source "package/python-pysmi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-pysnmp/Config.in"
|
|
|
|
source "package/python-pysnmp-mibs/Config.in"
|
2016-01-04 18:09:22 +01:00
|
|
|
source "package/python-pysocks/Config.in"
|
2022-11-23 10:35:37 +01:00
|
|
|
source "package/python-pyspnego/Config.in"
|
2017-01-17 11:17:24 +01:00
|
|
|
source "package/python-pytablereader/Config.in"
|
2016-06-21 09:10:38 +02:00
|
|
|
source "package/python-pytablewriter/Config.in"
|
2020-09-01 19:16:44 +02:00
|
|
|
source "package/python-pytest/Config.in"
|
2020-12-22 17:39:15 +01:00
|
|
|
source "package/python-pytest-asyncio/Config.in"
|
2016-02-06 23:59:52 +01:00
|
|
|
source "package/python-pytrie/Config.in"
|
2016-06-08 15:25:29 +02:00
|
|
|
source "package/python-pytz/Config.in"
|
2015-12-10 09:40:40 +01:00
|
|
|
source "package/python-pyudev/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-pyusb/Config.in"
|
2015-01-20 21:41:38 +01:00
|
|
|
source "package/python-pyxb/Config.in"
|
2015-07-26 14:12:17 +02:00
|
|
|
source "package/python-pyyaml/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-pyzmq/Config.in"
|
2022-08-08 11:04:12 +02:00
|
|
|
source "package/python-qrcode/Config.in"
|
2017-11-09 18:14:17 +01:00
|
|
|
source "package/python-raven/Config.in"
|
2019-03-17 20:05:40 +01:00
|
|
|
source "package/python-redis/Config.in"
|
2022-12-10 18:33:52 +01:00
|
|
|
source "package/python-reedsolo/Config.in"
|
2018-05-07 22:34:29 +02:00
|
|
|
source "package/python-reentry/Config.in"
|
2020-03-23 11:49:03 +01:00
|
|
|
source "package/python-regex/Config.in"
|
2018-02-02 22:42:05 +01:00
|
|
|
source "package/python-remi/Config.in"
|
2018-05-23 13:32:37 +02:00
|
|
|
source "package/python-request-id/Config.in"
|
2014-11-17 17:54:28 +01:00
|
|
|
source "package/python-requests/Config.in"
|
2017-11-12 11:45:22 +01:00
|
|
|
source "package/python-requests-oauthlib/Config.in"
|
2016-08-19 14:48:02 +02:00
|
|
|
source "package/python-requests-toolbelt/Config.in"
|
2022-05-10 09:14:30 +02:00
|
|
|
source "package/python-rfc3987/Config.in"
|
2023-07-27 18:42:24 +02:00
|
|
|
source "package/python-rpds-py/Config.in"
|
2016-01-09 10:24:56 +01:00
|
|
|
source "package/python-rpi-gpio/Config.in"
|
2019-09-21 12:31:42 +02:00
|
|
|
source "package/python-rpi-ws281x/Config.in"
|
2020-02-07 15:16:28 +01:00
|
|
|
source "package/python-rsa/Config.in"
|
2022-05-11 23:18:45 +02:00
|
|
|
source "package/python-rtoml/Config.in"
|
2014-09-18 12:00:53 +02:00
|
|
|
source "package/python-rtslib-fb/Config.in"
|
2022-05-10 11:45:56 +02:00
|
|
|
source "package/python-ruamel-yaml/Config.in"
|
2020-02-07 12:43:49 +01:00
|
|
|
source "package/python-s3transfer/Config.in"
|
2017-06-13 01:42:11 +02:00
|
|
|
source "package/python-scandir/Config.in"
|
2018-10-26 07:57:31 +02:00
|
|
|
source "package/python-scapy/Config.in"
|
2017-11-06 19:28:23 +01:00
|
|
|
source "package/python-schedule/Config.in"
|
2022-07-27 21:29:48 +02:00
|
|
|
source "package/python-scipy/Config.in"
|
2016-06-15 12:09:14 +02:00
|
|
|
source "package/python-sdnotify/Config.in"
|
2017-12-13 10:04:23 +01:00
|
|
|
source "package/python-secretstorage/Config.in"
|
2018-01-11 10:25:19 +01:00
|
|
|
source "package/python-see/Config.in"
|
2023-01-29 04:52:32 +01:00
|
|
|
source "package/python-selenium/Config.in"
|
2018-08-07 11:38:39 +02:00
|
|
|
source "package/python-semver/Config.in"
|
2018-12-10 20:22:28 +01:00
|
|
|
source "package/python-sentry-sdk/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-serial/Config.in"
|
2018-10-22 11:16:51 +02:00
|
|
|
source "package/python-serial-asyncio/Config.in"
|
2016-02-11 11:58:46 +01:00
|
|
|
source "package/python-service-identity/Config.in"
|
2016-02-07 00:00:01 +01:00
|
|
|
source "package/python-setproctitle/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-setuptools/Config.in"
|
2016-12-16 12:40:03 +01:00
|
|
|
source "package/python-sh/Config.in"
|
2016-02-06 23:59:54 +01:00
|
|
|
source "package/python-shutilwhich/Config.in"
|
2016-09-22 10:07:25 +02:00
|
|
|
source "package/python-simpleaudio/Config.in"
|
2017-04-27 23:33:33 +02:00
|
|
|
source "package/python-simplegeneric/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-simplejson/Config.in"
|
2019-09-16 18:23:03 +02:00
|
|
|
source "package/python-simplelogging/Config.in"
|
2017-09-04 08:21:22 +02:00
|
|
|
source "package/python-simplesqlite/Config.in"
|
2015-04-19 10:03:52 +02:00
|
|
|
source "package/python-sip/Config.in"
|
2015-01-28 22:05:43 +01:00
|
|
|
source "package/python-six/Config.in"
|
2016-10-09 14:46:24 +02:00
|
|
|
source "package/python-slob/Config.in"
|
2022-11-23 10:35:38 +01:00
|
|
|
source "package/python-smbprotocol/Config.in"
|
2015-12-31 23:08:30 +01:00
|
|
|
source "package/python-smbus-cffi/Config.in"
|
2019-11-29 21:38:40 +01:00
|
|
|
source "package/python-smmap2/Config.in"
|
2020-02-13 07:58:24 +01:00
|
|
|
source "package/python-snappy/Config.in"
|
2023-01-29 04:52:27 +01:00
|
|
|
source "package/python-sniffio/Config.in"
|
2016-07-01 12:06:19 +02:00
|
|
|
source "package/python-socketio/Config.in"
|
2019-12-11 02:51:43 +01:00
|
|
|
source "package/python-sockjs/Config.in"
|
2019-08-02 10:29:35 +02:00
|
|
|
source "package/python-sortedcontainers/Config.in"
|
2019-10-14 21:12:24 +02:00
|
|
|
source "package/python-soupsieve/Config.in"
|
2022-11-22 21:31:26 +01:00
|
|
|
source "package/python-spake2/Config.in"
|
2015-03-08 09:28:13 +01:00
|
|
|
source "package/python-spidev/Config.in"
|
2018-02-06 14:25:03 +01:00
|
|
|
source "package/python-sqlalchemy/Config.in"
|
2019-10-18 20:26:16 +02:00
|
|
|
source "package/python-sqliteschema/Config.in"
|
2019-08-04 03:16:25 +02:00
|
|
|
source "package/python-sqlparse/Config.in"
|
2023-05-28 21:01:10 +02:00
|
|
|
source "package/python-stack-data/Config.in"
|
2017-07-17 23:07:50 +02:00
|
|
|
source "package/python-systemd/Config.in"
|
2017-12-07 09:20:19 +01:00
|
|
|
source "package/python-tabledata/Config.in"
|
2017-06-16 09:27:55 +02:00
|
|
|
source "package/python-tempora/Config.in"
|
2019-07-27 08:33:04 +02:00
|
|
|
source "package/python-termcolor/Config.in"
|
2019-03-04 00:44:18 +01:00
|
|
|
source "package/python-terminaltables/Config.in"
|
2018-03-09 20:16:57 +01:00
|
|
|
source "package/python-texttable/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-thrift/Config.in"
|
2021-11-27 12:37:29 +01:00
|
|
|
source "package/python-tinycss2/Config.in"
|
2019-05-31 19:16:52 +02:00
|
|
|
source "package/python-tinyrpc/Config.in"
|
2016-06-30 09:55:04 +02:00
|
|
|
source "package/python-tomako/Config.in"
|
2017-01-16 16:46:18 +01:00
|
|
|
source "package/python-toml/Config.in"
|
2022-01-01 20:30:14 +01:00
|
|
|
source "package/python-tomli/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-tornado/Config.in"
|
2019-11-03 17:01:58 +01:00
|
|
|
source "package/python-tqdm/Config.in"
|
2017-06-13 01:42:10 +02:00
|
|
|
source "package/python-traitlets/Config.in"
|
2016-02-06 23:59:55 +01:00
|
|
|
source "package/python-treq/Config.in"
|
2023-01-29 04:52:29 +01:00
|
|
|
source "package/python-trio/Config.in"
|
2023-01-29 04:52:31 +01:00
|
|
|
source "package/python-trio-websocket/Config.in"
|
2015-01-26 00:47:30 +01:00
|
|
|
source "package/python-twisted/Config.in"
|
2016-02-06 23:59:56 +01:00
|
|
|
source "package/python-txaio/Config.in"
|
2019-05-31 19:16:53 +02:00
|
|
|
source "package/python-txdbus/Config.in"
|
2018-01-18 15:49:17 +01:00
|
|
|
source "package/python-txtorcon/Config.in"
|
2022-05-17 23:59:30 +02:00
|
|
|
source "package/python-typeguard/Config.in"
|
2018-05-06 11:57:21 +02:00
|
|
|
source "package/python-typepy/Config.in"
|
2020-12-23 17:12:23 +01:00
|
|
|
source "package/python-typing-extensions/Config.in"
|
2022-05-17 23:59:32 +02:00
|
|
|
source "package/python-typing-inspect/Config.in"
|
2016-05-06 09:37:23 +02:00
|
|
|
source "package/python-u-msgpack/Config.in"
|
2016-05-06 00:09:28 +02:00
|
|
|
source "package/python-ubjson/Config.in"
|
2023-01-17 05:16:10 +01:00
|
|
|
source "package/python-uhid/Config.in"
|
2016-02-06 23:59:59 +01:00
|
|
|
source "package/python-ujson/Config.in"
|
2021-11-02 23:21:26 +01:00
|
|
|
source "package/python-unittest-xml-reporting/Config.in"
|
2016-01-03 21:06:46 +01:00
|
|
|
source "package/python-urllib3/Config.in"
|
2014-09-18 12:00:52 +02:00
|
|
|
source "package/python-urwid/Config.in"
|
2018-10-31 20:02:38 +01:00
|
|
|
source "package/python-uvloop/Config.in"
|
2018-06-15 14:54:55 +02:00
|
|
|
source "package/python-validators/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/python-versiontools/Config.in"
|
2018-02-06 14:25:05 +01:00
|
|
|
source "package/python-visitor/Config.in"
|
2016-05-06 08:21:26 +02:00
|
|
|
source "package/python-watchdog/Config.in"
|
2016-07-12 09:39:02 +02:00
|
|
|
source "package/python-wcwidth/Config.in"
|
2021-11-27 12:37:35 +01:00
|
|
|
source "package/python-weasyprint/Config.in"
|
2015-04-14 17:05:04 +02:00
|
|
|
source "package/python-web2py/Config.in"
|
2023-01-05 13:59:57 +01:00
|
|
|
source "package/python-webargs/Config.in"
|
2019-10-09 21:31:36 +02:00
|
|
|
source "package/python-webencodings/Config.in"
|
2018-05-23 13:32:36 +02:00
|
|
|
source "package/python-webob/Config.in"
|
2014-11-12 01:27:04 +01:00
|
|
|
source "package/python-webpy/Config.in"
|
2018-03-09 20:16:53 +01:00
|
|
|
source "package/python-websocket-client/Config.in"
|
2017-11-03 23:25:33 +01:00
|
|
|
source "package/python-websockets/Config.in"
|
2014-11-14 15:15:10 +01:00
|
|
|
source "package/python-werkzeug/Config.in"
|
2017-01-02 16:45:26 +01:00
|
|
|
source "package/python-whoosh/Config.in"
|
2018-10-12 10:06:48 +02:00
|
|
|
source "package/python-wrapt/Config.in"
|
2015-02-08 21:56:08 +01:00
|
|
|
source "package/python-ws4py/Config.in"
|
2016-02-07 00:00:00 +01:00
|
|
|
source "package/python-wsaccel/Config.in"
|
2023-01-29 04:52:30 +01:00
|
|
|
source "package/python-wsproto/Config.in"
|
2018-11-07 16:59:53 +01:00
|
|
|
source "package/python-wtforms/Config.in"
|
2018-01-05 22:13:07 +01:00
|
|
|
source "package/python-xlib/Config.in"
|
2016-06-27 08:46:55 +02:00
|
|
|
source "package/python-xlrd/Config.in"
|
2016-06-06 14:47:12 +02:00
|
|
|
source "package/python-xlsxwriter/Config.in"
|
2016-06-29 08:27:05 +02:00
|
|
|
source "package/python-xlutils/Config.in"
|
2016-06-29 08:27:04 +02:00
|
|
|
source "package/python-xlwt/Config.in"
|
2021-10-12 19:48:36 +02:00
|
|
|
source "package/python-xmljson/Config.in"
|
2017-09-12 11:50:55 +02:00
|
|
|
source "package/python-xmltodict/Config.in"
|
2020-09-09 11:50:38 +02:00
|
|
|
source "package/python-xmodem/Config.in"
|
2018-10-22 11:31:36 +02:00
|
|
|
source "package/python-yarl/Config.in"
|
2020-06-11 22:56:06 +02:00
|
|
|
source "package/python-yatl/Config.in"
|
2019-10-21 15:40:29 +02:00
|
|
|
source "package/python-zc-lockfile/Config.in"
|
2018-08-31 11:27:55 +02:00
|
|
|
source "package/python-zeroconf/Config.in"
|
2022-04-04 00:19:50 +02:00
|
|
|
source "package/python-zlmdb/Config.in"
|
2015-01-24 21:28:58 +01:00
|
|
|
source "package/python-zope-interface/Config.in"
|
2021-11-27 12:37:33 +01:00
|
|
|
source "package/python-zopfli/Config.in"
|
2012-01-04 12:30:00 +01:00
|
|
|
endmenu
|
|
|
|
endif
|
2020-11-06 23:51:14 +01:00
|
|
|
source "package/quickjs/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ruby/Config.in"
|
|
|
|
source "package/tcl/Config.in"
|
2012-12-06 15:16:25 +01:00
|
|
|
if BR2_PACKAGE_TCL
|
2015-10-10 09:39:11 +02:00
|
|
|
menu "Tcl libraries/modules"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/expect/Config.in"
|
|
|
|
source "package/tcllib/Config.in"
|
2012-12-06 15:16:25 +01:00
|
|
|
endmenu
|
|
|
|
endif
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Libraries"
|
|
|
|
|
2012-04-30 05:48:16 +02:00
|
|
|
menu "Audio/Sound"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/alsa-lib/Config.in"
|
2021-06-15 02:59:23 +02:00
|
|
|
source "package/alsa-plugins/Config.in"
|
2020-01-05 12:31:59 +01:00
|
|
|
source "package/alure/Config.in"
|
2016-12-03 13:17:34 +01:00
|
|
|
source "package/aubio/Config.in"
|
2017-10-06 22:28:27 +02:00
|
|
|
source "package/bcg729/Config.in"
|
2019-10-14 13:26:55 +02:00
|
|
|
source "package/caps/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/fdk-aac/Config.in"
|
|
|
|
source "package/libao/Config.in"
|
2015-08-11 20:16:49 +02:00
|
|
|
source "package/libbroadvoice/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libcdaudio/Config.in"
|
2015-07-31 11:31:01 +02:00
|
|
|
source "package/libcddb/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libcdio/Config.in"
|
2018-03-09 23:33:37 +01:00
|
|
|
source "package/libcdio-paranoia/Config.in"
|
2015-08-11 20:16:50 +02:00
|
|
|
source "package/libcodec2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libcue/Config.in"
|
|
|
|
source "package/libcuefile/Config.in"
|
2016-07-24 17:53:17 +02:00
|
|
|
source "package/libebur128/Config.in"
|
2015-08-11 20:16:51 +02:00
|
|
|
source "package/libg7221/Config.in"
|
2016-12-30 11:29:06 +01:00
|
|
|
source "package/libgsm/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libid3tag/Config.in"
|
2015-08-11 20:16:52 +02:00
|
|
|
source "package/libilbc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/liblo/Config.in"
|
|
|
|
source "package/libmad/Config.in"
|
|
|
|
source "package/libmodplug/Config.in"
|
|
|
|
source "package/libmpd/Config.in"
|
2014-07-07 21:53:03 +02:00
|
|
|
source "package/libmpdclient/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libreplaygain/Config.in"
|
|
|
|
source "package/libsamplerate/Config.in"
|
2015-03-22 22:52:22 +01:00
|
|
|
source "package/libsidplay2/Config.in"
|
2015-08-11 20:16:48 +02:00
|
|
|
source "package/libsilk/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libsndfile/Config.in"
|
2015-08-11 20:16:54 +02:00
|
|
|
source "package/libsoundtouch/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libsoxr/Config.in"
|
|
|
|
source "package/libvorbis/Config.in"
|
2022-01-27 20:23:11 +01:00
|
|
|
source "package/lilv/Config.in"
|
2022-01-27 20:23:09 +01:00
|
|
|
source "package/lv2/Config.in"
|
2014-10-20 10:16:59 +02:00
|
|
|
source "package/mp4v2/Config.in"
|
2015-12-07 22:01:08 +01:00
|
|
|
source "package/openal/Config.in"
|
2014-06-28 03:38:53 +02:00
|
|
|
source "package/opencore-amr/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/opus/Config.in"
|
2015-02-25 14:06:25 +01:00
|
|
|
source "package/opusfile/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/portaudio/Config.in"
|
2015-12-14 12:29:44 +01:00
|
|
|
source "package/sbc/Config.in"
|
2018-10-03 15:13:57 +02:00
|
|
|
source "package/spandsp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/speex/Config.in"
|
2018-06-13 18:28:21 +02:00
|
|
|
source "package/speexdsp/Config.in"
|
2022-01-27 20:23:10 +01:00
|
|
|
source "package/sratom/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/taglib/Config.in"
|
2014-10-05 19:51:28 +02:00
|
|
|
source "package/tinyalsa/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tremor/Config.in"
|
|
|
|
source "package/vo-aacenc/Config.in"
|
|
|
|
source "package/webrtc-audio-processing/Config.in"
|
2012-04-30 05:48:16 +02:00
|
|
|
endmenu
|
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Compression and decompression"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libarchive/Config.in"
|
2022-07-27 20:13:02 +02:00
|
|
|
source "package/libdeflate/Config.in"
|
2019-10-05 22:59:20 +02:00
|
|
|
source "package/libmspack/Config.in"
|
2015-07-22 22:30:23 +02:00
|
|
|
source "package/libsquish/Config.in"
|
2015-10-10 09:39:12 +02:00
|
|
|
source "package/libzip/Config.in"
|
2020-05-23 19:34:25 +02:00
|
|
|
source "package/lz4/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lzo/Config.in"
|
2015-11-24 18:11:06 +01:00
|
|
|
source "package/minizip/Config.in"
|
2022-07-27 17:10:36 +02:00
|
|
|
source "package/minizip-zlib/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/snappy/Config.in"
|
2015-01-01 21:38:00 +01:00
|
|
|
source "package/szip/Config.in"
|
2021-12-09 10:31:29 +01:00
|
|
|
source "package/zchunk/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/zlib/Config.in"
|
2019-05-29 17:16:53 +02:00
|
|
|
source "package/zziplib/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Crypto"
|
2020-02-27 17:30:42 +01:00
|
|
|
source "package/bearssl/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/beecrypt/Config.in"
|
2014-10-06 19:34:57 +02:00
|
|
|
source "package/botan/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ca-certificates/Config.in"
|
2023-07-06 22:46:10 +02:00
|
|
|
source "package/cryptodev-linux/Config.in"
|
2020-07-28 11:53:46 +02:00
|
|
|
source "package/cryptopp/Config.in"
|
2015-11-13 20:41:37 +01:00
|
|
|
source "package/gcr/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gnutls/Config.in"
|
2019-11-21 09:12:23 +01:00
|
|
|
source "package/libargon2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libassuan/Config.in"
|
2022-07-25 17:25:18 +02:00
|
|
|
source "package/libb2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libgcrypt/Config.in"
|
|
|
|
source "package/libgpg-error/Config.in"
|
|
|
|
source "package/libgpgme/Config.in"
|
2017-03-17 10:11:19 +01:00
|
|
|
source "package/libkcapi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libksba/Config.in"
|
2022-01-08 23:38:28 +01:00
|
|
|
source "package/libmd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libmhash/Config.in"
|
|
|
|
source "package/libnss/Config.in"
|
2019-10-13 11:30:49 +02:00
|
|
|
source "package/libolm/Config.in"
|
package/libp11: new package
Library for using PKCS#11, which includes an engine for OpenSSL that
lets it use PKCS#11 modules. Which is really what this package is
about, not that libp11 library itself, which has no users outside the
of OpenSSL engine.
If p11-kit is enabled, configure the engine to use that as the default
PKCS#11 module. That module is a sort of multiplexer that allows
multiple modules to be used at once, so it makes sense to use it even
if there are other modules present, e.g. softhsm2, nssckbi,
pkcs11-proxy, ykcs11, etc.
A host package is created too, with a host configuration option.
Since this a dynamically loaded module, there is no build time reason
to select it from a host package. It could be used by host openssl,
to allow host rauc to sign a software update bundle using a key from a
HSM with a PKCS#11 interface.
Signed-off-by: Trent Piepho <tpiepho@impinj.com>
Tested-by: Frank Hunleth <fhunleth@troodon-software.com>
[Thomas:
- add entry in DEVELOPERS file
- add missing !BR2_STATIC_LIBS dependency
- fix license information, as noticed by Frank Hunleth
- add missing dependency on host-pkgconf, needed by the configure
script to detect openssl
- explicitly pass --with-enginesdir as the value returned by
pkg-config is incorrectly prefixed by the sysroot]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-12-07 19:13:30 +01:00
|
|
|
source "package/libp11/Config.in"
|
2017-02-09 14:45:55 +01:00
|
|
|
source "package/libscrypt/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libsecret/Config.in"
|
|
|
|
source "package/libsha1/Config.in"
|
2015-05-19 14:01:10 +02:00
|
|
|
source "package/libsodium/Config.in"
|
2015-08-30 18:05:10 +02:00
|
|
|
source "package/libssh/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libssh2/Config.in"
|
2016-04-10 16:55:25 +02:00
|
|
|
source "package/libtomcrypt/Config.in"
|
2015-10-29 08:13:01 +01:00
|
|
|
source "package/libuecc/Config.in"
|
2021-02-11 22:37:29 +01:00
|
|
|
source "package/libxcrypt/Config.in"
|
2015-12-29 16:03:07 +01:00
|
|
|
source "package/mbedtls/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/nettle/Config.in"
|
|
|
|
source "package/openssl/Config.in"
|
2019-10-30 01:56:03 +01:00
|
|
|
source "package/pkcs11-helper/Config.in"
|
2017-06-02 12:16:40 +02:00
|
|
|
source "package/rhash/Config.in"
|
2016-07-28 09:14:07 +02:00
|
|
|
source "package/tinydtls/Config.in"
|
2021-01-24 20:29:26 +01:00
|
|
|
source "package/tpm2-pkcs11/Config.in"
|
2018-02-02 16:56:11 +01:00
|
|
|
source "package/tpm2-tss/Config.in"
|
2015-11-04 18:47:04 +01:00
|
|
|
source "package/trousers/Config.in"
|
2016-10-17 13:02:23 +02:00
|
|
|
source "package/ustream-ssl/Config.in"
|
2017-12-23 17:32:15 +01:00
|
|
|
source "package/wolfssl/Config.in"
|
2022-06-01 21:47:46 +02:00
|
|
|
source "package/wolftpm/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Database"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/berkeleydb/Config.in"
|
|
|
|
source "package/cppdb/Config.in"
|
|
|
|
source "package/gdbm/Config.in"
|
2017-01-28 21:24:05 +01:00
|
|
|
source "package/hiredis/Config.in"
|
2015-09-14 23:45:15 +02:00
|
|
|
source "package/kompexsqlite/Config.in"
|
2015-01-13 11:53:57 +01:00
|
|
|
source "package/leveldb/Config.in"
|
2021-10-04 14:43:14 +02:00
|
|
|
source "package/libdbi/Config.in"
|
2021-10-04 14:43:15 +02:00
|
|
|
source "package/libdbi-drivers/Config.in"
|
2018-02-14 12:13:51 +01:00
|
|
|
source "package/libgit2/Config.in"
|
2020-11-27 14:51:43 +01:00
|
|
|
source "package/libmdbx/Config.in"
|
2020-07-06 17:30:37 +02:00
|
|
|
source "package/libodb/Config.in"
|
2020-07-06 17:30:40 +02:00
|
|
|
source "package/libodb-boost/Config.in"
|
2020-07-06 17:30:39 +02:00
|
|
|
source "package/libodb-mysql/Config.in"
|
2020-07-06 17:30:38 +02:00
|
|
|
source "package/libodb-pgsql/Config.in"
|
2016-07-28 23:44:58 +02:00
|
|
|
source "package/libpqxx/Config.in"
|
2019-02-10 15:26:19 +01:00
|
|
|
source "package/mongodb/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mysql/Config.in"
|
|
|
|
source "package/postgresql/Config.in"
|
2021-04-15 22:27:47 +02:00
|
|
|
if BR2_PACKAGE_POSTGRESQL
|
2021-04-28 06:12:15 +02:00
|
|
|
source "package/osm2pgsql/Config.in"
|
2021-04-08 08:28:30 +02:00
|
|
|
source "package/postgis/Config.in"
|
|
|
|
endif
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/redis/Config.in"
|
2022-10-07 23:19:32 +02:00
|
|
|
source "package/redis-plus-plus/Config.in"
|
2020-02-02 14:47:30 +01:00
|
|
|
source "package/rocksdb/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sqlcipher/Config.in"
|
|
|
|
source "package/sqlite/Config.in"
|
2020-10-05 12:19:51 +02:00
|
|
|
source "package/timescaledb/Config.in"
|
2015-03-13 21:25:06 +01:00
|
|
|
source "package/unixodbc/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Filesystem"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gamin/Config.in"
|
|
|
|
source "package/libconfig/Config.in"
|
|
|
|
source "package/libconfuse/Config.in"
|
|
|
|
source "package/libfuse/Config.in"
|
2020-04-17 15:18:55 +02:00
|
|
|
source "package/libfuse3/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/liblockfile/Config.in"
|
|
|
|
source "package/libnfs/Config.in"
|
|
|
|
source "package/libsysfs/Config.in"
|
|
|
|
source "package/lockdev/Config.in"
|
2017-03-25 22:58:58 +01:00
|
|
|
source "package/physfs/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Graphics"
|
2015-12-17 23:18:18 +01:00
|
|
|
source "package/assimp/Config.in"
|
2018-06-22 02:33:35 +02:00
|
|
|
source "package/at-spi2-core/Config.in"
|
2015-12-03 22:36:44 +01:00
|
|
|
source "package/atkmm/Config.in"
|
2023-02-24 09:42:52 +01:00
|
|
|
source "package/atkmm2_28/Config.in"
|
2019-03-14 16:34:34 +01:00
|
|
|
source "package/bayer2rgb-neon/Config.in"
|
2015-04-24 21:46:11 +02:00
|
|
|
source "package/bullet/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cairo/Config.in"
|
2015-12-03 22:36:42 +01:00
|
|
|
source "package/cairomm/Config.in"
|
2023-02-24 09:42:58 +01:00
|
|
|
source "package/cairomm1_14/Config.in"
|
2018-04-11 12:01:46 +02:00
|
|
|
source "package/chipmunk/Config.in"
|
2018-12-18 19:11:02 +01:00
|
|
|
source "package/exempi/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/exiv2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/fltk/Config.in"
|
|
|
|
source "package/fontconfig/Config.in"
|
|
|
|
source "package/freetype/Config.in"
|
|
|
|
source "package/gd/Config.in"
|
|
|
|
source "package/gdk-pixbuf/Config.in"
|
2022-03-02 18:44:55 +01:00
|
|
|
source "package/gdk-pixbuf-xlib/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/giblib/Config.in"
|
2015-01-26 20:24:16 +01:00
|
|
|
source "package/giflib/Config.in"
|
2016-03-09 14:15:45 +01:00
|
|
|
source "package/granite/Config.in"
|
2015-09-24 16:36:09 +02:00
|
|
|
source "package/graphite2/Config.in"
|
2015-12-03 22:36:45 +01:00
|
|
|
source "package/gtkmm3/Config.in"
|
2016-07-29 09:51:28 +02:00
|
|
|
source "package/gtksourceview/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/harfbuzz/Config.in"
|
2015-03-22 22:12:51 +01:00
|
|
|
source "package/ijs/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/imlib2/Config.in"
|
2019-01-31 13:15:21 +01:00
|
|
|
source "package/intel-gmmlib/Config.in"
|
2019-02-05 19:19:43 +01:00
|
|
|
source "package/intel-mediadriver/Config.in"
|
2019-02-05 19:19:44 +01:00
|
|
|
source "package/intel-mediasdk/Config.in"
|
2017-10-30 08:26:40 +01:00
|
|
|
source "package/irrlicht/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/jasper/Config.in"
|
2019-09-13 13:24:13 +02:00
|
|
|
source "package/jbig2dec/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/jpeg/Config.in"
|
2016-07-28 21:38:25 +02:00
|
|
|
source "package/kmsxx/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lcms2/Config.in"
|
2017-03-05 16:09:56 +01:00
|
|
|
source "package/lensfun/Config.in"
|
2017-03-19 09:07:52 +01:00
|
|
|
source "package/leptonica/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lesstif/Config.in"
|
|
|
|
source "package/libart/Config.in"
|
|
|
|
source "package/libdmtx/Config.in"
|
2015-03-11 21:30:22 +01:00
|
|
|
source "package/libdri2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libdrm/Config.in"
|
2016-03-09 10:58:39 +01:00
|
|
|
source "package/libepoxy/Config.in"
|
2015-12-22 17:37:43 +01:00
|
|
|
source "package/libexif/Config.in"
|
2014-11-21 16:33:09 +01:00
|
|
|
source "package/libfm/Config.in"
|
2014-11-21 16:33:07 +01:00
|
|
|
source "package/libfm-extra/Config.in"
|
2015-12-13 17:31:41 +01:00
|
|
|
source "package/libfreeglut/Config.in"
|
2015-04-13 11:16:38 +02:00
|
|
|
source "package/libfreeimage/Config.in"
|
2015-11-25 01:15:10 +01:00
|
|
|
source "package/libgdiplus/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libgeotiff/Config.in"
|
|
|
|
source "package/libglade/Config.in"
|
2014-07-17 07:42:59 +02:00
|
|
|
source "package/libglew/Config.in"
|
2015-11-07 17:50:51 +01:00
|
|
|
source "package/libglfw/Config.in"
|
2014-07-17 07:42:58 +02:00
|
|
|
source "package/libglu/Config.in"
|
2017-12-26 22:10:06 +01:00
|
|
|
source "package/libgta/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libgtk2/Config.in"
|
2014-10-13 14:54:23 +02:00
|
|
|
source "package/libgtk3/Config.in"
|
2022-11-24 23:05:52 +01:00
|
|
|
source "package/libjxl/Config.in"
|
2017-03-24 21:38:50 +01:00
|
|
|
source "package/libmediaart/Config.in"
|
2015-09-24 16:36:44 +02:00
|
|
|
source "package/libmng/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libpng/Config.in"
|
|
|
|
source "package/libqrencode/Config.in"
|
|
|
|
source "package/libraw/Config.in"
|
|
|
|
source "package/librsvg/Config.in"
|
|
|
|
source "package/libsvg/Config.in"
|
|
|
|
source "package/libsvg-cairo/Config.in"
|
|
|
|
source "package/libsvgtiny/Config.in"
|
2014-07-15 21:19:01 +02:00
|
|
|
source "package/libva/Config.in"
|
2014-07-15 21:19:02 +02:00
|
|
|
source "package/libva-intel-driver/Config.in"
|
2016-06-20 17:00:27 +02:00
|
|
|
source "package/libvdpau/Config.in"
|
2015-02-02 10:05:42 +01:00
|
|
|
source "package/libvips/Config.in"
|
2019-02-05 21:41:49 +01:00
|
|
|
source "package/libwpe/Config.in"
|
2014-11-21 16:33:08 +01:00
|
|
|
source "package/menu-cache/Config.in"
|
2022-01-16 18:53:19 +01:00
|
|
|
source "package/opencl-clhpp/Config.in"
|
2015-08-24 14:47:09 +02:00
|
|
|
source "package/opencv3/Config.in"
|
2020-12-26 11:42:59 +01:00
|
|
|
source "package/opencv4/Config.in"
|
2022-11-17 18:34:54 +01:00
|
|
|
source "package/opencv4-contrib/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/opengl/Config.in"
|
2015-03-22 22:12:49 +01:00
|
|
|
source "package/openjpeg/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/pango/Config.in"
|
2015-12-03 22:36:43 +01:00
|
|
|
source "package/pangomm/Config.in"
|
2023-02-24 09:43:02 +01:00
|
|
|
source "package/pangomm2_46/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/pixman/Config.in"
|
|
|
|
source "package/poppler/Config.in"
|
|
|
|
source "package/powervr/Config.in"
|
2022-11-07 03:24:56 +01:00
|
|
|
source "package/stb/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tiff/Config.in"
|
2020-06-23 23:41:54 +02:00
|
|
|
source "package/unclutter-xfixes/Config.in"
|
2018-09-22 12:56:25 +02:00
|
|
|
source "package/waffle/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/wayland/Config.in"
|
2016-03-09 10:58:44 +01:00
|
|
|
source "package/wayland-protocols/Config.in"
|
2020-08-01 00:13:47 +02:00
|
|
|
source "package/wayland-utils/Config.in"
|
2017-11-22 19:34:20 +01:00
|
|
|
source "package/waylandpp/Config.in"
|
2016-04-29 15:46:08 +02:00
|
|
|
source "package/webkitgtk/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/webp/Config.in"
|
2021-09-13 00:04:57 +02:00
|
|
|
source "package/wireplumber/Config.in"
|
2019-11-10 21:06:37 +01:00
|
|
|
source "package/wlroots/Config.in"
|
2018-03-23 19:59:40 +01:00
|
|
|
source "package/woff2/Config.in"
|
2019-02-05 21:41:50 +01:00
|
|
|
source "package/wpebackend-fdo/Config.in"
|
2019-02-05 21:41:51 +01:00
|
|
|
source "package/wpewebkit/Config.in"
|
2015-10-29 16:49:30 +01:00
|
|
|
source "package/zbar/Config.in"
|
2015-07-26 22:38:27 +02:00
|
|
|
source "package/zxing-cpp/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Hardware handling"
|
2015-12-30 16:16:23 +01:00
|
|
|
source "package/acsccid/Config.in"
|
2015-12-08 22:23:44 +01:00
|
|
|
source "package/bcm2835/Config.in"
|
2015-05-16 15:49:20 +02:00
|
|
|
source "package/c-periphery/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ccid/Config.in"
|
|
|
|
source "package/dtc/Config.in"
|
|
|
|
source "package/gnu-efi/Config.in"
|
2018-03-31 22:57:58 +02:00
|
|
|
source "package/hackrf/Config.in"
|
2015-11-16 17:54:12 +01:00
|
|
|
source "package/hidapi/Config.in"
|
2019-10-22 20:17:31 +02:00
|
|
|
source "package/jitterentropy-library/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lcdapi/Config.in"
|
2017-05-03 20:01:24 +02:00
|
|
|
source "package/let-me-create/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libaio/Config.in"
|
|
|
|
source "package/libatasmart/Config.in"
|
2020-07-26 01:06:07 +02:00
|
|
|
source "package/libblockdev/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libcec/Config.in"
|
2023-06-18 20:31:05 +02:00
|
|
|
source "package/libdisplay-info/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libfreefare/Config.in"
|
|
|
|
source "package/libftdi/Config.in"
|
2015-03-08 12:26:02 +01:00
|
|
|
source "package/libftdi1/Config.in"
|
2017-04-11 09:00:08 +02:00
|
|
|
source "package/libgphoto2/Config.in"
|
2017-01-19 13:01:49 +01:00
|
|
|
source "package/libgpiod/Config.in"
|
2015-08-24 17:44:14 +02:00
|
|
|
source "package/libgudev/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libhid/Config.in"
|
2014-12-16 10:34:06 +01:00
|
|
|
source "package/libiio/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libinput/Config.in"
|
|
|
|
source "package/libiqrf/Config.in"
|
|
|
|
source "package/libllcp/Config.in"
|
|
|
|
source "package/libmbim/Config.in"
|
|
|
|
source "package/libnfc/Config.in"
|
2014-10-18 19:41:30 +02:00
|
|
|
source "package/libpciaccess/Config.in"
|
2014-08-27 12:18:29 +02:00
|
|
|
source "package/libphidget/Config.in"
|
2017-09-09 23:39:32 +02:00
|
|
|
source "package/libpri/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libqmi/Config.in"
|
2021-03-25 18:58:31 +01:00
|
|
|
source "package/libqrtr-glib/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libraw1394/Config.in"
|
2015-05-19 07:59:55 +02:00
|
|
|
source "package/librtas/Config.in"
|
2014-07-01 23:00:25 +02:00
|
|
|
source "package/librtlsdr/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libserial/Config.in"
|
2015-01-29 12:35:37 +01:00
|
|
|
source "package/libserialport/Config.in"
|
2015-01-29 12:35:38 +01:00
|
|
|
source "package/libsigrok/Config.in"
|
2015-01-29 12:35:40 +01:00
|
|
|
source "package/libsigrokdecode/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libsoc/Config.in"
|
2017-09-09 23:39:30 +02:00
|
|
|
source "package/libss7/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libusb/Config.in"
|
|
|
|
source "package/libusb-compat/Config.in"
|
2016-04-27 12:18:48 +02:00
|
|
|
source "package/libusbgx/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libv4l/Config.in"
|
|
|
|
source "package/libxkbcommon/Config.in"
|
2016-01-09 09:36:52 +01:00
|
|
|
source "package/mraa/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mtdev/Config.in"
|
|
|
|
source "package/ne10/Config.in"
|
|
|
|
source "package/neardal/Config.in"
|
2023-02-22 21:41:33 +01:00
|
|
|
source "package/opencsd/Config.in"
|
2022-01-14 08:08:52 +01:00
|
|
|
source "package/opensc/Config.in"
|
2016-02-23 00:07:51 +01:00
|
|
|
source "package/owfs/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/pcsc-lite/Config.in"
|
2021-10-11 12:06:43 +02:00
|
|
|
source "package/rpi-rgb-led-matrix/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tslib/Config.in"
|
2020-08-24 14:02:46 +02:00
|
|
|
source "package/uhd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/urg/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
2011-12-18 23:11:14 +01:00
|
|
|
menu "Javascript"
|
2015-07-20 16:50:44 +02:00
|
|
|
source "package/angularjs/Config.in"
|
2016-12-07 19:34:44 +01:00
|
|
|
if BR2_PACKAGE_ANGULARJS
|
|
|
|
menu "External AngularJS plugins"
|
|
|
|
source "package/angular-websocket/Config.in"
|
|
|
|
endmenu
|
|
|
|
endif
|
2015-01-09 22:13:38 +01:00
|
|
|
source "package/bootstrap/Config.in"
|
2020-02-10 12:26:30 +01:00
|
|
|
source "package/chartjs/Config.in"
|
2020-12-08 19:05:25 +01:00
|
|
|
source "package/datatables/Config.in"
|
2020-12-08 19:05:26 +01:00
|
|
|
source "package/datatables-buttons/Config.in"
|
2020-12-08 19:05:27 +01:00
|
|
|
source "package/datatables-fixedcolumns/Config.in"
|
2020-12-08 19:05:28 +01:00
|
|
|
source "package/datatables-responsive/Config.in"
|
2018-09-05 20:23:20 +02:00
|
|
|
source "package/duktape/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/explorercanvas/Config.in"
|
|
|
|
source "package/flot/Config.in"
|
2022-08-26 15:08:43 +02:00
|
|
|
source "package/forge/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/jquery/Config.in"
|
2015-08-07 14:10:09 +02:00
|
|
|
if BR2_PACKAGE_JQUERY
|
2015-12-23 18:19:03 +01:00
|
|
|
menu "External jQuery plugins"
|
2015-07-28 20:14:27 +02:00
|
|
|
source "package/jquery-datetimepicker/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/jquery-keyboard/Config.in"
|
|
|
|
source "package/jquery-mobile/Config.in"
|
2015-12-23 07:34:35 +01:00
|
|
|
source "package/jquery-sidebar/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/jquery-sparkline/Config.in"
|
|
|
|
source "package/jquery-ui/Config.in"
|
|
|
|
source "package/jquery-ui-themes/Config.in"
|
|
|
|
source "package/jquery-validation/Config.in"
|
2015-08-07 14:10:09 +02:00
|
|
|
endmenu
|
|
|
|
endif
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/jsmin/Config.in"
|
|
|
|
source "package/json-javascript/Config.in"
|
2020-12-08 19:05:24 +01:00
|
|
|
source "package/jszip/Config.in"
|
2019-10-17 15:18:50 +02:00
|
|
|
source "package/openlayers/Config.in"
|
2020-12-08 19:16:38 +01:00
|
|
|
source "package/popperjs/Config.in"
|
2021-10-25 11:16:38 +02:00
|
|
|
source "package/vis-network/Config.in"
|
2020-03-25 15:04:24 +01:00
|
|
|
source "package/vuejs/Config.in"
|
2021-08-02 17:48:12 +02:00
|
|
|
if BR2_PACKAGE_VUEJS
|
|
|
|
comment "External Vue.js plugins"
|
|
|
|
source "package/vuejs-router/Config.in"
|
|
|
|
endif
|
2011-12-18 23:11:14 +01:00
|
|
|
endmenu
|
|
|
|
|
2013-10-25 17:05:51 +02:00
|
|
|
menu "JSON/XML"
|
2015-01-25 18:57:42 +01:00
|
|
|
source "package/benejson/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cjson/Config.in"
|
|
|
|
source "package/expat/Config.in"
|
|
|
|
source "package/jansson/Config.in"
|
2017-10-03 17:29:57 +02:00
|
|
|
source "package/jose/Config.in"
|
2017-01-03 12:01:44 +01:00
|
|
|
source "package/jsmn/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/json-c/Config.in"
|
json-for-modern-cpp: new package
A json library that aims to make json feel like a first class data
type using C++11, json for modern c++ is a easy to use, flexible,
modern json library.
Design goals include:
- Intuitive syntax. In languages such as Python, JSON feels like a
first class data type. All the operator magic of modern C++ is used
to achieve the same feeling in c++.
- Trivial integration. The whole code consists of a single header file
json.hpp. That's it. No library, no subproject, no dependencies, no
complex build system. The class is written in vanilla C++11. All in
all, everything should require no adjustment of compiler flags or
project settings.
- Serious testing. The class is heavily unit-tested and covers 100% of
the code, including all exceptional behavior. Furthermore, it is
checked with Valgrind that there are no memory leaks. To maintain
high quality, the project is following the Core Infrastructure
Initiative (CII) best practices.
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
[Thomas:
- use "json-for-modern-cpp" everywhere as the name of the package
- add <pkg>_INSTALL_TARGET = NO since it's a header only library]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-12-30 20:24:37 +01:00
|
|
|
source "package/json-for-modern-cpp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/json-glib/Config.in"
|
2015-03-08 13:01:23 +01:00
|
|
|
source "package/jsoncpp/Config.in"
|
2017-04-10 16:59:15 +02:00
|
|
|
source "package/libbson/Config.in"
|
2016-06-15 15:17:46 +02:00
|
|
|
source "package/libfastjson/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libjson/Config.in"
|
|
|
|
source "package/libroxml/Config.in"
|
2015-06-26 16:19:43 +02:00
|
|
|
source "package/libucl/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libxml2/Config.in"
|
|
|
|
source "package/libxmlpp/Config.in"
|
|
|
|
source "package/libxmlrpc/Config.in"
|
|
|
|
source "package/libxslt/Config.in"
|
|
|
|
source "package/libyaml/Config.in"
|
|
|
|
source "package/mxml/Config.in"
|
2016-09-07 17:37:07 +02:00
|
|
|
source "package/pugixml/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rapidjson/Config.in"
|
2015-08-05 06:46:23 +02:00
|
|
|
source "package/rapidxml/Config.in"
|
2016-03-22 11:14:01 +01:00
|
|
|
source "package/raptor/Config.in"
|
2022-01-27 20:23:07 +01:00
|
|
|
source "package/serd/Config.in"
|
2022-01-27 20:23:08 +01:00
|
|
|
source "package/sord/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tinyxml/Config.in"
|
2015-04-01 20:35:55 +02:00
|
|
|
source "package/tinyxml2/Config.in"
|
2016-04-14 11:27:56 +02:00
|
|
|
source "package/valijson/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/xerces/Config.in"
|
2021-04-12 18:23:47 +02:00
|
|
|
source "package/xml-security-c/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/yajl/Config.in"
|
2014-10-20 17:11:18 +02:00
|
|
|
source "package/yaml-cpp/Config.in"
|
2013-10-25 17:05:51 +02:00
|
|
|
endmenu
|
|
|
|
|
2014-03-18 17:01:43 +01:00
|
|
|
menu "Logging"
|
2015-06-10 07:50:49 +02:00
|
|
|
source "package/glog/Config.in"
|
2021-10-24 13:36:26 +02:00
|
|
|
source "package/hawktracer/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/liblog4c-localtime/Config.in"
|
|
|
|
source "package/liblogging/Config.in"
|
|
|
|
source "package/log4cplus/Config.in"
|
2016-06-08 15:47:01 +02:00
|
|
|
source "package/log4cpp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/log4cxx/Config.in"
|
2021-02-17 20:49:59 +01:00
|
|
|
source "package/log4qt/Config.in"
|
2018-01-04 13:28:31 +01:00
|
|
|
source "package/opentracing-cpp/Config.in"
|
2019-04-27 16:03:35 +02:00
|
|
|
source "package/spdlog/Config.in"
|
2022-01-10 15:50:04 +01:00
|
|
|
source "package/ulog/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/zlog/Config.in"
|
2014-03-18 17:01:43 +01:00
|
|
|
endmenu
|
|
|
|
|
2012-04-30 05:48:15 +02:00
|
|
|
menu "Multimedia"
|
2021-12-12 14:49:55 +01:00
|
|
|
source "package/bento4/Config.in"
|
2015-10-18 14:34:10 +02:00
|
|
|
source "package/bitstream/Config.in"
|
2019-08-10 10:00:21 +02:00
|
|
|
source "package/dav1d/Config.in"
|
2017-06-17 01:29:27 +02:00
|
|
|
source "package/kvazaar/Config.in"
|
2016-07-02 21:25:05 +02:00
|
|
|
source "package/libaacs/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libass/Config.in"
|
2016-07-02 21:25:07 +02:00
|
|
|
source "package/libbdplus/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libbluray/Config.in"
|
2019-04-03 13:29:02 +02:00
|
|
|
source "package/libcamera/Config.in"
|
2022-02-11 16:06:04 +01:00
|
|
|
source "package/libcamera-apps/Config.in"
|
2023-07-08 22:04:41 +02:00
|
|
|
source "package/libde265/Config.in"
|
2014-10-14 20:28:23 +02:00
|
|
|
source "package/libdvbcsa/Config.in"
|
2015-12-30 15:45:54 +01:00
|
|
|
source "package/libdvbpsi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libdvbsi/Config.in"
|
2016-06-19 18:20:25 +02:00
|
|
|
source "package/libdvdcss/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libdvdnav/Config.in"
|
|
|
|
source "package/libdvdread/Config.in"
|
|
|
|
source "package/libebml/Config.in"
|
2015-12-13 14:39:23 +01:00
|
|
|
source "package/libhdhomerun/Config.in"
|
2023-07-08 22:04:42 +02:00
|
|
|
source "package/libheif/Config.in"
|
2016-02-17 13:27:50 +01:00
|
|
|
source "package/libimxvpuapi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libmatroska/Config.in"
|
|
|
|
source "package/libmms/Config.in"
|
|
|
|
source "package/libmpeg2/Config.in"
|
|
|
|
source "package/libogg/Config.in"
|
2021-11-03 09:31:09 +01:00
|
|
|
source "package/libopenaptx/Config.in"
|
2015-08-11 20:16:53 +02:00
|
|
|
source "package/libopenh264/Config.in"
|
2018-05-17 20:38:24 +02:00
|
|
|
source "package/libopusenc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libtheora/Config.in"
|
2020-04-05 20:20:34 +02:00
|
|
|
source "package/libudfread/Config.in"
|
2015-11-01 18:30:04 +01:00
|
|
|
source "package/libvpx/Config.in"
|
2015-08-11 20:16:47 +02:00
|
|
|
source "package/libyuv/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/live555/Config.in"
|
|
|
|
source "package/mediastreamer/Config.in"
|
2014-10-05 18:29:56 +02:00
|
|
|
source "package/x264/Config.in"
|
2015-10-24 21:50:28 +02:00
|
|
|
source "package/x265/Config.in"
|
2012-04-30 05:48:15 +02:00
|
|
|
endmenu
|
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Networking"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/agentpp/Config.in"
|
2017-07-28 20:04:59 +02:00
|
|
|
source "package/azmq/Config.in"
|
2017-06-22 17:11:30 +02:00
|
|
|
source "package/azure-iot-sdk-c/Config.in"
|
2016-05-25 02:35:02 +02:00
|
|
|
source "package/batman-adv/Config.in"
|
2020-02-27 18:47:12 +01:00
|
|
|
source "package/belle-sip/Config.in"
|
2018-09-13 13:56:55 +02:00
|
|
|
source "package/bluez5_utils-headers/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/c-ares/Config.in"
|
2015-01-25 18:57:43 +01:00
|
|
|
source "package/cgic/Config.in"
|
2022-08-21 07:35:47 +02:00
|
|
|
source "package/cni-plugins/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cppzmq/Config.in"
|
2017-12-31 12:55:04 +01:00
|
|
|
source "package/curlpp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/czmq/Config.in"
|
2017-12-24 22:18:05 +01:00
|
|
|
source "package/daq/Config.in"
|
2021-04-25 19:22:22 +02:00
|
|
|
source "package/daq3/Config.in"
|
2018-10-24 19:59:36 +02:00
|
|
|
source "package/davici/Config.in"
|
2022-07-27 20:13:03 +02:00
|
|
|
source "package/dht/Config.in"
|
2019-04-22 19:10:47 +02:00
|
|
|
source "package/enet/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/filemq/Config.in"
|
2014-07-28 22:58:08 +02:00
|
|
|
source "package/flickcurl/Config.in"
|
2014-06-11 04:50:28 +02:00
|
|
|
source "package/fmlib/Config.in"
|
2015-10-10 09:39:12 +02:00
|
|
|
source "package/freeradius-client/Config.in"
|
2020-01-25 06:46:17 +01:00
|
|
|
source "package/gensio/Config.in"
|
2014-06-17 16:39:22 +02:00
|
|
|
source "package/geoip/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/glib-networking/Config.in"
|
2018-11-29 07:21:40 +01:00
|
|
|
source "package/grpc/Config.in"
|
2015-09-15 10:04:39 +02:00
|
|
|
source "package/gssdp/Config.in"
|
2015-09-15 10:04:40 +02:00
|
|
|
source "package/gupnp/Config.in"
|
2015-09-15 10:04:41 +02:00
|
|
|
source "package/gupnp-av/Config.in"
|
2016-07-28 10:12:38 +02:00
|
|
|
source "package/gupnp-dlna/Config.in"
|
2015-08-08 14:42:14 +02:00
|
|
|
source "package/ibrcommon/Config.in"
|
2015-08-08 14:49:05 +02:00
|
|
|
source "package/ibrdtn/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libcgi/Config.in"
|
|
|
|
source "package/libcgicc/Config.in"
|
2016-05-30 16:15:34 +02:00
|
|
|
source "package/libcoap/Config.in"
|
2018-01-14 20:56:44 +01:00
|
|
|
source "package/libcpprestsdk/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libcurl/Config.in"
|
|
|
|
source "package/libdnet/Config.in"
|
|
|
|
source "package/libeXosip2/Config.in"
|
2020-07-16 00:35:14 +02:00
|
|
|
source "package/libest/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libfcgi/Config.in"
|
|
|
|
source "package/libgsasl/Config.in"
|
2019-03-14 22:25:59 +01:00
|
|
|
source "package/libhtp/Config.in"
|
2015-08-27 22:54:56 +02:00
|
|
|
source "package/libhttpparser/Config.in"
|
2019-09-24 14:27:54 +02:00
|
|
|
source "package/libhttpserver/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libidn/Config.in"
|
2018-05-01 22:40:32 +02:00
|
|
|
source "package/libidn2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libiscsi/Config.in"
|
2018-03-07 21:15:57 +01:00
|
|
|
source "package/libkrb5/Config.in"
|
2015-08-29 12:53:38 +02:00
|
|
|
source "package/libldns/Config.in"
|
2017-02-12 21:26:56 +01:00
|
|
|
source "package/libmaxminddb/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libmbus/Config.in"
|
2014-07-17 23:20:14 +02:00
|
|
|
source "package/libmemcached/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libmicrohttpd/Config.in"
|
2016-07-03 00:18:11 +02:00
|
|
|
source "package/libminiupnpc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libmnl/Config.in"
|
|
|
|
source "package/libmodbus/Config.in"
|
2020-01-30 10:56:28 +01:00
|
|
|
source "package/libmodsecurity/Config.in"
|
2016-07-03 00:18:12 +02:00
|
|
|
source "package/libnatpmp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libndp/Config.in"
|
2015-11-09 10:03:31 +01:00
|
|
|
source "package/libnet/Config.in"
|
2019-10-11 14:40:43 +02:00
|
|
|
source "package/libnetconf2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libnetfilter_acct/Config.in"
|
|
|
|
source "package/libnetfilter_conntrack/Config.in"
|
|
|
|
source "package/libnetfilter_cthelper/Config.in"
|
|
|
|
source "package/libnetfilter_cttimeout/Config.in"
|
|
|
|
source "package/libnetfilter_log/Config.in"
|
|
|
|
source "package/libnetfilter_queue/Config.in"
|
|
|
|
source "package/libnfnetlink/Config.in"
|
|
|
|
source "package/libnftnl/Config.in"
|
2015-10-10 09:39:12 +02:00
|
|
|
source "package/libnice/Config.in"
|
2020-06-22 12:53:59 +02:00
|
|
|
source "package/libnids/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libnl/Config.in"
|
2020-06-23 22:31:24 +02:00
|
|
|
source "package/libnpupnp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/liboauth/Config.in"
|
|
|
|
source "package/liboping/Config.in"
|
|
|
|
source "package/libosip2/Config.in"
|
2018-02-16 16:21:25 +01:00
|
|
|
source "package/libpagekite/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libpcap/Config.in"
|
2016-03-05 00:32:43 +01:00
|
|
|
source "package/libpjsip/Config.in"
|
2021-05-21 12:37:36 +02:00
|
|
|
source "package/libpsl/Config.in"
|
2020-09-21 18:58:33 +02:00
|
|
|
source "package/librelp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/librsync/Config.in"
|
|
|
|
source "package/libshairplay/Config.in"
|
2014-10-15 23:23:48 +02:00
|
|
|
source "package/libshout/Config.in"
|
2014-12-13 09:18:01 +01:00
|
|
|
source "package/libsocketcan/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libsoup/Config.in"
|
2023-08-02 14:01:48 +02:00
|
|
|
source "package/libsoup3/Config.in"
|
2014-12-12 16:42:44 +01:00
|
|
|
source "package/libsrtp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libstrophe/Config.in"
|
2021-07-19 11:38:15 +02:00
|
|
|
source "package/libteam/Config.in"
|
2019-12-20 14:44:36 +01:00
|
|
|
source "package/libtelnet/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libtirpc/Config.in"
|
|
|
|
source "package/libtorrent/Config.in"
|
2018-11-23 19:14:25 +01:00
|
|
|
source "package/libtorrent-rasterbar/Config.in"
|
2020-07-20 22:48:24 +02:00
|
|
|
source "package/libuev/Config.in"
|
2020-04-04 19:04:28 +02:00
|
|
|
source "package/libuhttpd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libupnp/Config.in"
|
2014-10-21 22:11:59 +02:00
|
|
|
source "package/libupnpp/Config.in"
|
2014-11-23 20:56:51 +01:00
|
|
|
source "package/liburiparser/Config.in"
|
2022-02-05 19:08:17 +01:00
|
|
|
source "package/libutp/Config.in"
|
2019-09-14 18:23:02 +02:00
|
|
|
source "package/libuwsc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libvncserver/Config.in"
|
2014-12-12 16:42:45 +01:00
|
|
|
source "package/libwebsock/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libwebsockets/Config.in"
|
2019-10-11 14:40:42 +02:00
|
|
|
source "package/libyang/Config.in"
|
2016-03-02 22:07:51 +01:00
|
|
|
source "package/lksctp-tools/Config.in"
|
2020-02-11 14:46:52 +01:00
|
|
|
source "package/mbuffer/Config.in"
|
2023-01-23 06:52:58 +01:00
|
|
|
source "package/mdnsd/Config.in"
|
2015-12-14 22:44:54 +01:00
|
|
|
source "package/mongoose/Config.in"
|
2017-04-21 11:22:04 +02:00
|
|
|
source "package/nanomsg/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/neon/Config.in"
|
2020-06-16 14:16:45 +02:00
|
|
|
source "package/netopeer2/Config.in"
|
2018-07-19 15:54:08 +02:00
|
|
|
source "package/nghttp2/Config.in"
|
2016-03-09 10:35:41 +01:00
|
|
|
source "package/norm/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/nss-mdns/Config.in"
|
2018-05-29 10:00:12 +02:00
|
|
|
source "package/nss-myhostname/Config.in"
|
2015-05-24 21:12:32 +02:00
|
|
|
source "package/nss-pam-ldapd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/omniorb/Config.in"
|
2022-09-12 02:52:42 +02:00
|
|
|
source "package/open-isns/Config.in"
|
2020-01-16 23:05:39 +01:00
|
|
|
source "package/open62541/Config.in"
|
2015-01-25 23:19:20 +01:00
|
|
|
source "package/openldap/Config.in"
|
2016-05-20 13:01:00 +02:00
|
|
|
source "package/openmpi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/openpgm/Config.in"
|
2016-05-30 11:22:37 +02:00
|
|
|
source "package/openzwave/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ortp/Config.in"
|
2016-09-29 11:39:58 +02:00
|
|
|
source "package/paho-mqtt-c/Config.in"
|
2019-03-22 12:10:44 +01:00
|
|
|
source "package/paho-mqtt-cpp/Config.in"
|
2020-05-01 11:22:26 +02:00
|
|
|
source "package/pistache/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/qdecoder/Config.in"
|
2015-07-11 16:15:10 +02:00
|
|
|
source "package/qpid-proton/Config.in"
|
2015-11-18 11:42:07 +01:00
|
|
|
source "package/rabbitmq-c/Config.in"
|
2020-07-20 16:32:45 +02:00
|
|
|
source "package/resiprocate/Config.in"
|
2019-08-10 07:23:53 +02:00
|
|
|
source "package/restclient-cpp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rtmpdump/Config.in"
|
2021-03-10 08:38:44 +01:00
|
|
|
source "package/siproxd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/slirp/Config.in"
|
2022-06-14 20:01:52 +02:00
|
|
|
source "package/slirp4netns/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/snmppp/Config.in"
|
2014-12-12 16:42:46 +01:00
|
|
|
source "package/sofia-sip/Config.in"
|
2022-11-11 14:32:54 +01:00
|
|
|
source "package/sscep/Config.in"
|
2019-10-28 10:03:26 +01:00
|
|
|
source "package/sysrepo/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/thrift/Config.in"
|
|
|
|
source "package/usbredir/Config.in"
|
2018-06-28 15:50:08 +02:00
|
|
|
source "package/wampcc/Config.in"
|
2018-11-14 22:43:25 +01:00
|
|
|
source "package/websocketpp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/zeromq/Config.in"
|
|
|
|
source "package/zmqpp/Config.in"
|
|
|
|
source "package/zyre/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Other"
|
2021-04-13 15:41:39 +02:00
|
|
|
source "package/ace/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/apr/Config.in"
|
|
|
|
source "package/apr-util/Config.in"
|
|
|
|
source "package/argp-standalone/Config.in"
|
|
|
|
source "package/armadillo/Config.in"
|
2015-06-12 00:51:31 +02:00
|
|
|
source "package/atf/Config.in"
|
2019-12-23 18:23:56 +01:00
|
|
|
source "package/avro-c/Config.in"
|
2017-01-22 22:00:20 +01:00
|
|
|
source "package/bctoolbox/Config.in"
|
2014-11-24 23:56:28 +01:00
|
|
|
source "package/bdwgc/Config.in"
|
2020-02-27 18:47:13 +01:00
|
|
|
source "package/belr/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/boost/Config.in"
|
2019-08-01 11:44:40 +02:00
|
|
|
source "package/c-capnproto/Config.in"
|
2018-07-11 00:31:25 +02:00
|
|
|
source "package/capnproto/Config.in"
|
2022-10-25 21:01:09 +02:00
|
|
|
source "package/catch2/Config.in"
|
2019-12-22 14:23:14 +01:00
|
|
|
source "package/cctz/Config.in"
|
2019-12-23 16:10:59 +01:00
|
|
|
source "package/cereal/Config.in"
|
2023-07-22 23:48:45 +02:00
|
|
|
source "package/llvm-project/clang/Config.in"
|
2018-06-21 00:26:11 +02:00
|
|
|
source "package/cmocka/Config.in"
|
2023-07-22 23:48:45 +02:00
|
|
|
source "package/llvm-project/compiler-rt/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cppcms/Config.in"
|
2017-05-05 14:35:26 +02:00
|
|
|
source "package/cracklib/Config.in"
|
2015-08-03 11:16:03 +02:00
|
|
|
source "package/dawgdic/Config.in"
|
2014-12-12 16:42:41 +01:00
|
|
|
source "package/ding-libs/Config.in"
|
2023-01-06 22:08:25 +01:00
|
|
|
source "package/dotconf/Config.in"
|
2022-07-25 17:25:17 +02:00
|
|
|
source "package/double-conversion/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/eigen/Config.in"
|
|
|
|
source "package/elfutils/Config.in"
|
2018-11-05 23:04:25 +01:00
|
|
|
source "package/ell/Config.in"
|
2022-04-25 18:43:18 +02:00
|
|
|
source "package/falcosecurity-libs/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/fftw/Config.in"
|
|
|
|
source "package/flann/Config.in"
|
2017-12-18 22:10:39 +01:00
|
|
|
source "package/flatbuffers/Config.in"
|
2018-05-31 19:04:29 +02:00
|
|
|
source "package/flatcc/Config.in"
|
2023-01-27 15:10:51 +01:00
|
|
|
source "package/fxdiv/Config.in"
|
2017-11-21 03:02:58 +01:00
|
|
|
source "package/gconf/Config.in"
|
2022-05-07 11:46:50 +02:00
|
|
|
source "package/gdal/Config.in"
|
2015-06-10 07:50:48 +02:00
|
|
|
source "package/gflags/Config.in"
|
2019-04-10 19:57:46 +02:00
|
|
|
source "package/gli/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/glibmm/Config.in"
|
2023-02-24 09:42:44 +01:00
|
|
|
source "package/glibmm2_66/Config.in"
|
2014-08-15 19:19:38 +02:00
|
|
|
source "package/glm/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gmp/Config.in"
|
package/gobject-introspection: new package
GObject introspection is a middleware layer between C
libraries (using GObject) and language bindings. The C library
can be scanned at compile time and generate a metadata file,
in addition to the actual native C library. Then at runtime,
language bindings can read this metadata and automatically
provide bindings to call into the C library.
There's an XML format called GIR used by GObject-Introspection.
The purpose of it is to provide a standard structure to access the complete
available API that a library or other unit of code exports. It's
language-agnostic using namespaces to separate core, language, or
library-specific functionality.
Cross-compiling gobject-introspection is not an easy task. The main issue is
that in the process of creating the XML files, gobject-introspection must first
run and scan the binary, which, if the binary is cross-compiled, would not
typically be possible from the host system.
Because of this limitation, we use several wrappers to call instead first out
qemu, which runs the native scanner to create the binaries.
There are seven total patches and four different wrapper files needed to
successfully cross-compile and run this package, many of them are from
open-embedded, but one of them is of my own doing.
1) Revert a previous, incomplete attempt at adding cross-compiling support.
2) Add support for cross-compiling with meson.
3) Disable tests.
4) Add an option to use a binary wrapper; this patch will force giscanner to
use a wrapper executable to run binaries it's producing, instead of
attempting to run them from the host.
5) Add an option to use an LDD wrapper, again, useful for cross-compiled
environments.
6) Add a --lib-dirs-envar option to pass to giscanner. (See patch for details.)
7) Add rpath-links to ccompiler: when passing the PACKAGE_GIR_EXTRA_LIBS_PATH
to the ccompiler.py script, ccompiler.py needs to add -Wl,-rpath-link to the
environment for the package to correctly link against the passed on paths.
8) Ignore error return codes from ldd-wrapper because prelink-rtld returns 127
when it can't find a library, which breaks subprocess.check_output().
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Tested-by: Yegor Yefremov <yegorslists@googlemail.com>
Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
[yann.morin.1998@free.fr:
- host-prelink-cross has no Kconfig entry
- reorder dependencies for arch deps first
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-02-11 17:34:04 +01:00
|
|
|
source "package/gobject-introspection/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gsl/Config.in"
|
|
|
|
source "package/gtest/Config.in"
|
2021-07-01 01:47:14 +02:00
|
|
|
source "package/gumbo-parser/Config.in"
|
2022-11-24 23:05:51 +01:00
|
|
|
source "package/highway/Config.in"
|
2016-06-24 21:46:30 +02:00
|
|
|
source "package/jemalloc/Config.in"
|
2016-07-05 23:57:17 +02:00
|
|
|
source "package/lapack/Config.in"
|
2020-07-21 23:45:21 +02:00
|
|
|
source "package/libabseil-cpp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libargtable2/Config.in"
|
|
|
|
source "package/libatomic_ops/Config.in"
|
2019-10-11 14:40:41 +02:00
|
|
|
source "package/libavl/Config.in"
|
2017-08-11 18:00:47 +02:00
|
|
|
source "package/libb64/Config.in"
|
2020-08-15 11:11:27 +02:00
|
|
|
source "package/libbacktrace/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libbsd/Config.in"
|
2020-07-26 01:06:08 +02:00
|
|
|
source "package/libbytesize/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libcap/Config.in"
|
|
|
|
source "package/libcap-ng/Config.in"
|
|
|
|
source "package/libcgroup/Config.in"
|
2023-07-22 23:48:45 +02:00
|
|
|
source "package/llvm-project/libclc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libcofi/Config.in"
|
2018-10-10 01:46:49 +02:00
|
|
|
source "package/libcorrect/Config.in"
|
2015-09-28 21:27:01 +02:00
|
|
|
source "package/libcrossguid/Config.in"
|
2017-05-02 01:11:40 +02:00
|
|
|
source "package/libcsv/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libdaemon/Config.in"
|
2022-07-30 00:01:54 +02:00
|
|
|
source "package/libdill/Config.in"
|
2018-12-18 19:51:45 +01:00
|
|
|
source "package/libeastl/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libee/Config.in"
|
|
|
|
source "package/libev/Config.in"
|
|
|
|
source "package/libevdev/Config.in"
|
|
|
|
source "package/libevent/Config.in"
|
2021-12-30 22:51:48 +01:00
|
|
|
source "package/libexecinfo/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libffi/Config.in"
|
2022-01-10 15:50:05 +01:00
|
|
|
source "package/libfutils/Config.in"
|
2016-03-09 14:15:44 +01:00
|
|
|
source "package/libgee/Config.in"
|
2021-01-12 09:18:55 +01:00
|
|
|
source "package/libgeos/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libglib2/Config.in"
|
2016-08-01 21:58:36 +02:00
|
|
|
source "package/libglob/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libical/Config.in"
|
2016-10-13 05:42:45 +02:00
|
|
|
source "package/libite/Config.in"
|
2021-11-06 12:11:43 +01:00
|
|
|
source "package/libks/Config.in"
|
2014-12-14 18:20:30 +01:00
|
|
|
source "package/liblinear/Config.in"
|
2017-05-06 16:07:07 +02:00
|
|
|
source "package/libloki/Config.in"
|
2017-03-12 12:33:25 +01:00
|
|
|
source "package/libnpth/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libnspr/Config.in"
|
2021-04-28 06:12:14 +02:00
|
|
|
source "package/libosmium/Config.in"
|
2021-11-04 01:36:06 +01:00
|
|
|
source "package/libpeas/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libpfm4/Config.in"
|
2015-07-22 22:30:24 +02:00
|
|
|
source "package/libplatform/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libplist/Config.in"
|
|
|
|
source "package/libpthread-stubs/Config.in"
|
|
|
|
source "package/libpthsem/Config.in"
|
2017-05-05 14:35:27 +02:00
|
|
|
source "package/libpwquality/Config.in"
|
2021-06-08 14:32:09 +02:00
|
|
|
source "package/libqb/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libseccomp/Config.in"
|
2022-01-10 15:50:06 +01:00
|
|
|
source "package/libshdata/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libsigc/Config.in"
|
2023-02-24 09:42:34 +01:00
|
|
|
source "package/libsigc2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libsigsegv/Config.in"
|
2022-11-28 13:34:16 +01:00
|
|
|
source "package/libsolv/Config.in"
|
2017-06-12 22:53:59 +02:00
|
|
|
source "package/libspatialindex/Config.in"
|
2021-04-12 18:40:10 +02:00
|
|
|
source "package/libtalloc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libtasn1/Config.in"
|
2016-04-10 16:55:24 +02:00
|
|
|
source "package/libtommath/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libtpl/Config.in"
|
|
|
|
source "package/libubox/Config.in"
|
|
|
|
source "package/libuci/Config.in"
|
|
|
|
source "package/libunwind/Config.in"
|
|
|
|
source "package/liburcu/Config.in"
|
2022-01-04 19:11:06 +01:00
|
|
|
source "package/liburing/Config.in"
|
2014-07-18 22:24:18 +02:00
|
|
|
source "package/libuv/Config.in"
|
2014-08-06 01:00:10 +02:00
|
|
|
source "package/lightning/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/linux-pam/Config.in"
|
2015-08-19 22:46:48 +02:00
|
|
|
if BR2_PACKAGE_LINUX_PAM
|
|
|
|
comment "linux-pam plugins"
|
2019-12-22 13:05:00 +01:00
|
|
|
source "package/libpam-nfc/Config.in"
|
2015-08-19 22:46:48 +02:00
|
|
|
source "package/libpam-radius-auth/Config.in"
|
2015-08-20 18:16:26 +02:00
|
|
|
source "package/libpam-tacplus/Config.in"
|
2015-08-19 22:46:48 +02:00
|
|
|
endif
|
2015-10-09 19:20:16 +02:00
|
|
|
source "package/liquid-dsp/Config.in"
|
2023-06-15 15:43:06 +02:00
|
|
|
source "package/llvm-project/llvm/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lttng-libust/Config.in"
|
2020-04-28 08:42:24 +02:00
|
|
|
source "package/matio/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mpc/Config.in"
|
2014-07-23 20:33:18 +02:00
|
|
|
source "package/mpdecimal/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mpfr/Config.in"
|
2017-04-13 22:32:01 +02:00
|
|
|
source "package/mpir/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/msgpack/Config.in"
|
2016-08-18 23:50:13 +02:00
|
|
|
source "package/musl-compat-headers/Config.in"
|
2019-09-22 11:06:25 +02:00
|
|
|
source "package/musl-fts/Config.in"
|
2023-01-27 15:10:50 +01:00
|
|
|
source "package/neon-2-sse/Config.in"
|
2016-06-27 10:44:50 +02:00
|
|
|
source "package/openblas/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/orc/Config.in"
|
|
|
|
source "package/p11-kit/Config.in"
|
|
|
|
source "package/poco/Config.in"
|
|
|
|
source "package/protobuf/Config.in"
|
|
|
|
source "package/protobuf-c/Config.in"
|
2021-04-15 17:03:54 +02:00
|
|
|
source "package/protozero/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/qhull/Config.in"
|
2014-10-12 15:12:11 +02:00
|
|
|
source "package/qlibc/Config.in"
|
2022-11-28 13:34:17 +01:00
|
|
|
source "package/reproc/Config.in"
|
2016-12-28 23:18:05 +01:00
|
|
|
source "package/riemann-c-client/Config.in"
|
2016-07-31 14:45:50 +02:00
|
|
|
source "package/shapelib/Config.in"
|
2016-12-19 22:29:07 +01:00
|
|
|
source "package/skalibs/Config.in"
|
2016-03-02 08:40:41 +01:00
|
|
|
source "package/sphinxbase/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/startup-notification/Config.in"
|
2022-04-07 20:24:24 +02:00
|
|
|
source "package/tbb/Config.in"
|
2016-07-25 10:37:39 +02:00
|
|
|
source "package/tinycbor/Config.in"
|
2022-11-28 13:34:15 +01:00
|
|
|
source "package/tl-expected/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tz/Config.in"
|
|
|
|
source "package/tzdata/Config.in"
|
2019-10-26 16:02:04 +02:00
|
|
|
source "package/uvw/Config.in"
|
2022-02-08 17:24:08 +01:00
|
|
|
source "package/volk/Config.in"
|
2018-10-07 11:17:01 +02:00
|
|
|
source "package/xapian/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
|
|
|
|
2013-09-11 23:59:21 +02:00
|
|
|
menu "Security"
|
package/libapparmor: new package
The layout of the package is not amenable to building both the library
and the utilities at once, so this package will only install the
library.
The other apparmor-related tools however will almost all want to always
link with the static library (it's hard-coded in their Makefiles, like:
AALIB = -Wl,-Bstatic -lapparmor -Wl,-Bdynamic -lpthread), so we also
force the build of the static library.
The kernel headers 3.16 at least are required, for CAP_AUDIT_READ.
We need to force the C standard to gnu99, otherwise:
- autoconf uses wchar_t in C99 test, so considers it to be missing
on toolchains without wchar, but wchar is not otherwise needed for
libapparmor;
- c99 is not enough, otherwise the build fails with errors like:
kernel.c:503:15: error: expected declaration specifiers or ‘...’ before ‘(’ token
extern typeof((__change_hat)) __old_change_hat __attribute__((alias ("__change_hat")));
^
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
[yann.morin.1998@free.fr: strip down the patch to only build the lib]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Tested-by: Angelo Compagnucci <angelo@amarulasolutions.com>
2020-03-27 10:29:05 +01:00
|
|
|
source "package/libapparmor/Config.in"
|
2014-12-16 04:53:53 +01:00
|
|
|
source "package/libselinux/Config.in"
|
2014-12-16 04:53:55 +01:00
|
|
|
source "package/libsemanage/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libsepol/Config.in"
|
2017-12-19 20:12:04 +01:00
|
|
|
source "package/safeclib/Config.in"
|
2021-10-25 10:19:55 +02:00
|
|
|
source "package/softhsm2/Config.in"
|
2013-09-11 23:59:21 +02:00
|
|
|
endmenu
|
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Text and terminal handling"
|
2017-03-11 13:47:44 +01:00
|
|
|
source "package/augeas/Config.in"
|
2022-11-28 13:34:13 +01:00
|
|
|
source "package/cli11/Config.in"
|
2022-10-19 16:32:19 +02:00
|
|
|
source "package/docopt-cpp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/enchant/Config.in"
|
2017-04-06 17:41:17 +02:00
|
|
|
source "package/fmt/Config.in"
|
2019-09-21 21:28:02 +02:00
|
|
|
source "package/fstrcmp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/icu/Config.in"
|
2021-01-10 22:24:50 +01:00
|
|
|
source "package/inih/Config.in"
|
2015-01-14 15:58:44 +01:00
|
|
|
source "package/libcli/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/libedit/Config.in"
|
|
|
|
source "package/libenca/Config.in"
|
|
|
|
source "package/libestr/Config.in"
|
|
|
|
source "package/libfribidi/Config.in"
|
|
|
|
source "package/libiconv/Config.in"
|
2022-12-12 21:27:27 +01:00
|
|
|
source "package/libunibreak/Config.in"
|
2014-10-27 22:39:36 +01:00
|
|
|
source "package/libunistring/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/linenoise/Config.in"
|
|
|
|
source "package/ncurses/Config.in"
|
|
|
|
source "package/newt/Config.in"
|
2019-03-31 17:12:05 +02:00
|
|
|
source "package/oniguruma/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/pcre/Config.in"
|
2017-07-07 05:45:16 +02:00
|
|
|
source "package/pcre2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/popt/Config.in"
|
2020-08-13 16:45:48 +02:00
|
|
|
source "package/re2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/readline/Config.in"
|
|
|
|
source "package/slang/Config.in"
|
2014-06-11 04:50:29 +02:00
|
|
|
source "package/tclap/Config.in"
|
2022-11-28 13:34:14 +01:00
|
|
|
source "package/termcolor/Config.in"
|
2019-09-29 17:36:03 +02:00
|
|
|
source "package/utf8proc/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
2004-10-09 03:06:03 +02:00
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
2008-02-24 22:34:52 +01:00
|
|
|
|
2014-12-13 09:18:00 +01:00
|
|
|
menu "Mail"
|
|
|
|
source "package/dovecot/Config.in"
|
|
|
|
source "package/exim/Config.in"
|
|
|
|
source "package/fetchmail/Config.in"
|
|
|
|
source "package/heirloom-mailx/Config.in"
|
|
|
|
source "package/libesmtp/Config.in"
|
|
|
|
source "package/msmtp/Config.in"
|
|
|
|
source "package/mutt/Config.in"
|
|
|
|
source "package/sylpheed/Config.in"
|
|
|
|
endmenu
|
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Miscellaneous"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/aespipe/Config.in"
|
|
|
|
source "package/bc/Config.in"
|
2018-09-28 15:59:21 +02:00
|
|
|
source "package/bitcoin/Config.in"
|
2014-10-31 22:15:19 +01:00
|
|
|
source "package/clamav/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/collectd/Config.in"
|
2019-09-18 20:19:37 +02:00
|
|
|
source "package/collectl/Config.in"
|
2016-05-19 13:35:10 +02:00
|
|
|
source "package/domoticz/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/empty/Config.in"
|
2022-01-06 13:34:49 +01:00
|
|
|
source "package/gitlab-runner/Config.in"
|
2015-03-13 09:24:10 +01:00
|
|
|
source "package/gnuradio/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/googlefontdirectory/Config.in"
|
2017-02-10 15:01:12 +01:00
|
|
|
source "package/gqrx/Config.in"
|
2016-02-02 18:37:42 +01:00
|
|
|
source "package/gr-osmosdr/Config.in"
|
2016-05-23 23:08:03 +02:00
|
|
|
source "package/gsettings-desktop-schemas/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/haveged/Config.in"
|
2016-11-27 17:16:38 +01:00
|
|
|
source "package/linux-syscall-support/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mobile-broadband-provider-info/Config.in"
|
2020-03-20 16:25:16 +01:00
|
|
|
source "package/netdata/Config.in"
|
2017-12-17 00:52:59 +01:00
|
|
|
source "package/proj/Config.in"
|
2014-10-08 00:38:12 +02:00
|
|
|
source "package/qemu/Config.in"
|
2015-10-10 09:39:12 +02:00
|
|
|
source "package/qpdf/Config.in"
|
2021-07-25 14:58:31 +02:00
|
|
|
source "package/rtl_433/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/shared-mime-info/Config.in"
|
2019-10-11 23:32:19 +02:00
|
|
|
source "package/sunwait/Config.in"
|
2016-03-14 00:00:05 +01:00
|
|
|
source "package/taskd/Config.in"
|
2015-02-24 21:24:01 +01:00
|
|
|
source "package/wine/Config.in"
|
2021-05-24 14:29:01 +02:00
|
|
|
source "package/xmrig/Config.in"
|
2015-12-20 12:58:08 +01:00
|
|
|
source "package/xutil_util-macros/Config.in"
|
2022-11-19 13:05:18 +01:00
|
|
|
source "package/z3/Config.in"
|
2010-03-26 15:19:43 +01:00
|
|
|
endmenu
|
2007-01-17 13:27:27 +01:00
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Networking applications"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/aircrack-ng/Config.in"
|
2021-12-10 15:12:06 +01:00
|
|
|
source "package/alfred/Config.in"
|
2018-01-15 10:08:51 +01:00
|
|
|
source "package/aoetools/Config.in"
|
2015-02-07 11:41:03 +01:00
|
|
|
source "package/apache/Config.in"
|
2021-10-18 15:25:31 +02:00
|
|
|
if BR2_PACKAGE_APACHE
|
|
|
|
menu "External Apache modules"
|
|
|
|
source "package/modsecurity2/Config.in"
|
|
|
|
endmenu
|
|
|
|
endif
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/argus/Config.in"
|
2017-04-05 12:14:10 +02:00
|
|
|
source "package/arp-scan/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/arptables/Config.in"
|
package/asterisk: new package
Asterisk: the flagship of telephony on Linux. These are the lines of
code whose continuous mission is to power small and large enterprises
telephony systems, to boldly provide IP PBX where no one has done so
before.
But it is a hell to get compiled... :-(
For starters, it needs a host tool, menuselect, to prepare its build
configuration. Unfortunately, the way it handles menuselect does not
apply very well for cross-compilation: the main ./configure calls out to
menuselect's own ./configure, and of course that runs with the same
environement, which is wrong for cross-compilation (because of variables
like CC, CFLAGS and the likes).
Furthermore, the paths to menuselect are imbricated about everywhere in
the main Makefile, so making it find menuselect in PATH is a lost cause.
Instead, we just patch-out the handling of menuselect, build it as the
host variant and copy it in place.
Now, asterisk wants to install a default set of sound files (for
answering machine stuff, I guess). They come come pre-bundled in the
official archive [0], but the buildsystem will want to download (at
install time) the sha1 files for each sound archive, to validate that
said archive is correct. However, the download is done via plain http,
so it still risks an MITM attack. And for Buildroot, it is not always
possible to download at install time, so we patch-out the sha1 check.
[0] http://downloads.asterisk.org/pub/telephony/asterisk/releases/
The official archive contains the sound archives plus a full set of
documentation. This makes it very big. Unfortunately, the hosting site
is rather slow, topping at about ~204kbps. So we get the archive from
the official mirror on Github. But that archive is missing the sound
archives, so we download them separately.
Some tests, like the crypt() one, are broken and could not have ever
possibly worked at all. Worse, the FFmpeg test is looking for headers
that FFmpeg removed more than 10 years ago and are virtually no longer
available in any distro. So, FFmpeg support is definitely not tested
by upstream and can't possibly work at all. Finally, trying to run
test-code does not work in cross-compilation.
As a final stroke of genius, asterisk checks for the re-entrant variant
of res_ninit(), and concludes that all such functions are available,
including res_nsearch(). Uclibc-ng has the former but not the latter, so
the build fails. Since there is no cache variable for that check, we
can't pre-feed that result to configure, and fixing it is a bigger
endeavour. So we make asterisk depend on glibc for now, until someone
is brave enough to fix it.
Almost all features are disabled for now. Support for additional
features will be added in subsequent patches now that we have a working
base.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@openwide.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[Arnout:
- make libilbc a mandatory dependency instead of using the bundled one;
- add license, license files, and license file hashes;
- minor spelling corrections;
- remove redundant trailing backslash reported by check-package;
- rewrap help text to 72 columns instead of 68]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
fixup
2017-09-09 23:39:07 +02:00
|
|
|
source "package/asterisk/Config.in"
|
2014-06-23 16:47:48 +02:00
|
|
|
source "package/atftp/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/autossh/Config.in"
|
|
|
|
source "package/avahi/Config.in"
|
|
|
|
source "package/axel/Config.in"
|
2016-07-02 00:06:11 +02:00
|
|
|
source "package/babeld/Config.in"
|
2014-07-31 07:26:59 +02:00
|
|
|
source "package/bandwidthd/Config.in"
|
2015-02-09 21:22:18 +01:00
|
|
|
source "package/batctl/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/bcusdk/Config.in"
|
|
|
|
source "package/bind/Config.in"
|
2018-09-28 00:21:01 +02:00
|
|
|
source "package/bird/Config.in"
|
2017-02-09 22:26:16 +01:00
|
|
|
source "package/bluez-tools/Config.in"
|
2014-03-31 10:58:00 +02:00
|
|
|
source "package/bluez5_utils/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/bmon/Config.in"
|
2021-12-10 15:12:05 +01:00
|
|
|
source "package/bmx7/Config.in"
|
2017-10-29 17:12:55 +01:00
|
|
|
source "package/boinc/Config.in"
|
2018-12-24 18:28:47 +01:00
|
|
|
source "package/brcm-patchram-plus/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/bridge-utils/Config.in"
|
|
|
|
source "package/bwm-ng/Config.in"
|
2014-11-18 15:54:46 +01:00
|
|
|
source "package/c-icap/Config.in"
|
2014-11-18 15:54:47 +01:00
|
|
|
source "package/c-icap-modules/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/can-utils/Config.in"
|
2016-06-22 08:07:04 +02:00
|
|
|
source "package/cannelloni/Config.in"
|
2021-01-10 09:35:35 +01:00
|
|
|
source "package/casync/Config.in"
|
2021-12-12 14:07:45 +01:00
|
|
|
source "package/cfm/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/chrony/Config.in"
|
|
|
|
source "package/civetweb/Config.in"
|
|
|
|
source "package/connman/Config.in"
|
2016-03-10 15:52:37 +01:00
|
|
|
source "package/connman-gtk/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/conntrack-tools/Config.in"
|
2018-04-26 16:10:37 +02:00
|
|
|
source "package/corkscrew/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/crda/Config.in"
|
|
|
|
source "package/ctorrent/Config.in"
|
|
|
|
source "package/cups/Config.in"
|
2017-10-23 15:26:11 +02:00
|
|
|
source "package/cups-filters/Config.in"
|
2021-11-25 03:59:52 +01:00
|
|
|
source "package/cups-pk-helper/Config.in"
|
2016-07-02 10:47:58 +02:00
|
|
|
source "package/dante/Config.in"
|
2016-12-10 20:37:59 +01:00
|
|
|
source "package/darkhttpd/Config.in"
|
2018-06-18 14:13:09 +02:00
|
|
|
source "package/dehydrated/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dhcp/Config.in"
|
|
|
|
source "package/dhcpcd/Config.in"
|
|
|
|
source "package/dhcpdump/Config.in"
|
|
|
|
source "package/dnsmasq/Config.in"
|
2015-03-12 17:33:16 +01:00
|
|
|
source "package/drbd-utils/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dropbear/Config.in"
|
2020-08-29 09:24:16 +02:00
|
|
|
source "package/easyframes/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ebtables/Config.in"
|
2015-01-12 10:32:20 +01:00
|
|
|
source "package/ejabberd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ethtool/Config.in"
|
|
|
|
source "package/faifa/Config.in"
|
2018-11-25 00:24:22 +01:00
|
|
|
source "package/fail2ban/Config.in"
|
2015-10-29 08:13:02 +01:00
|
|
|
source "package/fastd/Config.in"
|
2015-05-29 18:15:11 +02:00
|
|
|
source "package/fcgiwrap/Config.in"
|
2016-04-04 21:31:49 +02:00
|
|
|
source "package/flannel/Config.in"
|
2014-06-14 19:09:18 +02:00
|
|
|
source "package/fmc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/fping/Config.in"
|
2022-01-04 22:55:41 +01:00
|
|
|
source "package/freeradius-server/Config.in"
|
2016-04-17 17:24:23 +02:00
|
|
|
source "package/freeswitch/Config.in"
|
2017-10-06 22:28:28 +02:00
|
|
|
source "package/freeswitch-mod-bcg729/Config.in"
|
2020-02-25 16:53:22 +01:00
|
|
|
source "package/frr/Config.in"
|
2018-05-20 10:28:53 +02:00
|
|
|
source "package/gerbera/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gesftpserver/Config.in"
|
2020-05-19 10:26:30 +02:00
|
|
|
source "package/gloox/Config.in"
|
2017-12-05 17:22:59 +01:00
|
|
|
source "package/glorytun/Config.in"
|
2016-10-06 09:20:11 +02:00
|
|
|
source "package/gupnp-tools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gutenprint/Config.in"
|
2015-02-21 13:45:12 +01:00
|
|
|
source "package/hans/Config.in"
|
2018-09-21 22:56:19 +02:00
|
|
|
source "package/haproxy/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/hiawatha/Config.in"
|
|
|
|
source "package/hostapd/Config.in"
|
|
|
|
source "package/hplip/Config.in"
|
2020-08-07 22:58:06 +02:00
|
|
|
source "package/htpdate/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/httping/Config.in"
|
2018-03-27 23:24:01 +02:00
|
|
|
source "package/i2pd/Config.in"
|
2015-08-09 02:00:19 +02:00
|
|
|
source "package/ibrdtn-tools/Config.in"
|
ibrdtnd: new package
[Thomas:
- add package to package/Config.in
- remove "select" on libdaemon, libcurl, sqlite and openssl from
Config.in, since those are optional dependency.
- add "select" on ibrcommon, since it is a mandatory dependency.
- remove bogus includes of package/ibrcommon/Config.in and
package/ibrdtn/Config.in, those are directly from
package/Config.in.
- fix Config.in comment dependency and indentation.
- remove INSTALL_STAGING = YES, since ibrdtnd does not install a
library.
- remove libdaemon, libcurl, sqlite and openssl as mandatory
dependencies, and handle them as optional dependencies.
- add ibrcommon in the dependencies (even if ibrdtn already depends
on it)
- remove custom INSTALL_STAGING_OPTS and INSTALL_TARGET_OPTS, they
are not needed, since the Makefiles are properly generated by
automake.
- explicitly disable features for which Buildroot doesn't have the
necessary dependencies (dtndht, wifip2p, vmime)
- add hash file.]
Signed-off-by: Tom Sparks <tom_a_sparks@yahoo.com.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-08 15:07:41 +02:00
|
|
|
source "package/ibrdtnd/Config.in"
|
2017-01-02 16:45:22 +01:00
|
|
|
source "package/ifenslave/Config.in"
|
2019-05-14 11:04:45 +02:00
|
|
|
source "package/ifmetric/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ifplugd/Config.in"
|
|
|
|
source "package/iftop/Config.in"
|
2014-11-27 18:00:29 +01:00
|
|
|
source "package/ifupdown/Config.in"
|
2017-07-02 16:35:50 +02:00
|
|
|
source "package/ifupdown-scripts/Config.in"
|
2016-07-21 14:05:57 +02:00
|
|
|
source "package/igd2-for-linux/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/igh-ethercat/Config.in"
|
|
|
|
source "package/igmpproxy/Config.in"
|
|
|
|
source "package/inadyn/Config.in"
|
2015-02-21 13:45:29 +01:00
|
|
|
source "package/iodine/Config.in"
|
2020-10-14 21:06:14 +02:00
|
|
|
source "package/ipcalc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/iperf/Config.in"
|
2014-12-17 13:59:05 +01:00
|
|
|
source "package/iperf3/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/iproute2/Config.in"
|
|
|
|
source "package/ipset/Config.in"
|
|
|
|
source "package/iptables/Config.in"
|
|
|
|
source "package/iptraf-ng/Config.in"
|
|
|
|
source "package/iputils/Config.in"
|
2015-10-31 02:56:21 +01:00
|
|
|
source "package/irssi/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/iw/Config.in"
|
2018-11-10 00:17:25 +01:00
|
|
|
source "package/iwd/Config.in"
|
2014-12-12 16:42:47 +01:00
|
|
|
source "package/janus-gateway/Config.in"
|
2017-02-15 09:38:52 +01:00
|
|
|
source "package/keepalived/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/kismet/Config.in"
|
|
|
|
source "package/knock/Config.in"
|
2022-01-01 14:57:37 +01:00
|
|
|
source "package/ksmbd-tools/Config.in"
|
2014-09-28 12:02:12 +02:00
|
|
|
source "package/leafnode2/Config.in"
|
2016-05-03 20:30:14 +02:00
|
|
|
source "package/lft/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lftp/Config.in"
|
|
|
|
source "package/lighttpd/Config.in"
|
|
|
|
source "package/linknx/Config.in"
|
|
|
|
source "package/links/Config.in"
|
|
|
|
source "package/linphone/Config.in"
|
|
|
|
source "package/linux-zigbee/Config.in"
|
2017-06-07 20:44:29 +02:00
|
|
|
source "package/linuxptp/Config.in"
|
2016-01-19 12:10:53 +01:00
|
|
|
source "package/lldpd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lrzsz/Config.in"
|
2017-12-12 19:41:28 +01:00
|
|
|
source "package/lynx/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/macchanger/Config.in"
|
2014-07-17 23:20:13 +02:00
|
|
|
source "package/memcached/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mii-diag/Config.in"
|
2018-11-22 19:36:09 +01:00
|
|
|
source "package/mini-snmpd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/minidlna/Config.in"
|
2016-07-29 16:28:37 +02:00
|
|
|
source "package/minissdpd/Config.in"
|
2015-01-26 21:51:11 +01:00
|
|
|
source "package/mjpg-streamer/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/modem-manager/Config.in"
|
|
|
|
source "package/mongrel2/Config.in"
|
2015-07-26 18:34:07 +02:00
|
|
|
source "package/mosh/Config.in"
|
2015-04-10 22:33:15 +02:00
|
|
|
source "package/mosquitto/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mrouted/Config.in"
|
2020-08-31 20:25:40 +02:00
|
|
|
source "package/mrp/Config.in"
|
2021-09-20 21:24:42 +02:00
|
|
|
source "package/mstpd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/mtr/Config.in"
|
|
|
|
source "package/nbd/Config.in"
|
|
|
|
source "package/ncftp/Config.in"
|
|
|
|
source "package/ndisc6/Config.in"
|
2019-06-11 22:49:45 +02:00
|
|
|
source "package/net-tools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/netatalk/Config.in"
|
2020-09-18 08:04:26 +02:00
|
|
|
source "package/netcalc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/netcat/Config.in"
|
2014-10-05 21:48:02 +02:00
|
|
|
source "package/netcat-openbsd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/netplug/Config.in"
|
|
|
|
source "package/netsnmp/Config.in"
|
|
|
|
source "package/netstat-nat/Config.in"
|
|
|
|
source "package/network-manager/Config.in"
|
2020-02-04 09:04:38 +01:00
|
|
|
source "package/network-manager-openvpn/Config.in"
|
2022-01-10 19:51:40 +01:00
|
|
|
source "package/networkd-dispatcher/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/nfacct/Config.in"
|
|
|
|
source "package/nftables/Config.in"
|
2014-10-05 12:46:22 +02:00
|
|
|
source "package/nginx/Config.in"
|
2016-07-15 05:10:17 +02:00
|
|
|
if BR2_PACKAGE_NGINX
|
|
|
|
menu "External nginx modules"
|
2016-11-29 17:47:51 +01:00
|
|
|
source "package/nginx-dav-ext/Config.in"
|
2020-01-30 10:56:29 +01:00
|
|
|
source "package/nginx-modsecurity/Config.in"
|
2016-07-15 19:45:12 +02:00
|
|
|
source "package/nginx-naxsi/Config.in"
|
2016-07-15 05:10:17 +02:00
|
|
|
source "package/nginx-upload/Config.in"
|
|
|
|
endmenu
|
|
|
|
endif
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ngircd/Config.in"
|
|
|
|
source "package/ngrep/Config.in"
|
2016-03-08 14:14:24 +01:00
|
|
|
source "package/nload/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/nmap/Config.in"
|
|
|
|
source "package/noip/Config.in"
|
|
|
|
source "package/ntp/Config.in"
|
2021-12-31 09:49:23 +01:00
|
|
|
source "package/ntpsec/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/nuttcp/Config.in"
|
2015-02-02 16:39:27 +01:00
|
|
|
source "package/odhcp6c/Config.in"
|
2014-08-09 20:06:57 +02:00
|
|
|
source "package/odhcploc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/olsr/Config.in"
|
2022-10-09 13:14:23 +02:00
|
|
|
source "package/open-iscsi/Config.in"
|
2018-01-16 16:01:52 +01:00
|
|
|
source "package/open-lldp/Config.in"
|
2014-10-05 22:02:42 +02:00
|
|
|
source "package/open-plc-utils/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/openntpd/Config.in"
|
|
|
|
source "package/openobex/Config.in"
|
2018-08-14 19:33:48 +02:00
|
|
|
source "package/openresolv/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/openssh/Config.in"
|
|
|
|
source "package/openswan/Config.in"
|
|
|
|
source "package/openvpn/Config.in"
|
|
|
|
source "package/p910nd/Config.in"
|
2020-07-02 05:53:27 +02:00
|
|
|
source "package/parprouted/Config.in"
|
2014-08-27 12:18:30 +02:00
|
|
|
source "package/phidgetwebservice/Config.in"
|
2017-04-13 11:33:20 +02:00
|
|
|
source "package/phytool/Config.in"
|
2017-12-11 23:17:41 +01:00
|
|
|
source "package/pimd/Config.in"
|
2018-04-12 15:18:51 +02:00
|
|
|
source "package/pixiewps/Config.in"
|
2016-02-05 23:43:12 +01:00
|
|
|
source "package/pound/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/pppd/Config.in"
|
|
|
|
source "package/pptp-linux/Config.in"
|
2016-02-10 14:23:30 +01:00
|
|
|
source "package/privoxy/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/proftpd/Config.in"
|
2017-10-01 00:13:03 +02:00
|
|
|
source "package/prosody/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/proxychains-ng/Config.in"
|
|
|
|
source "package/ptpd/Config.in"
|
|
|
|
source "package/ptpd2/Config.in"
|
2014-09-28 21:12:50 +02:00
|
|
|
source "package/pure-ftpd/Config.in"
|
2016-03-13 10:30:36 +01:00
|
|
|
source "package/putty/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/quagga/Config.in"
|
|
|
|
source "package/radvd/Config.in"
|
2018-04-12 13:44:33 +02:00
|
|
|
source "package/reaver/Config.in"
|
2020-07-20 22:48:23 +02:00
|
|
|
source "package/redir/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rp-pppoe/Config.in"
|
|
|
|
source "package/rpcbind/Config.in"
|
|
|
|
source "package/rsh-redone/Config.in"
|
|
|
|
source "package/rsync/Config.in"
|
|
|
|
source "package/rtorrent/Config.in"
|
|
|
|
source "package/rtptools/Config.in"
|
2017-10-31 09:39:33 +01:00
|
|
|
source "package/rygel/Config.in"
|
2016-12-19 22:29:10 +01:00
|
|
|
source "package/s6-dns/Config.in"
|
2016-12-19 22:29:11 +01:00
|
|
|
source "package/s6-networking/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/samba4/Config.in"
|
|
|
|
source "package/sconeserver/Config.in"
|
|
|
|
source "package/ser2net/Config.in"
|
2018-06-04 09:16:26 +02:00
|
|
|
source "package/shadowsocks-libev/Config.in"
|
2014-10-25 00:55:41 +02:00
|
|
|
source "package/shairport-sync/Config.in"
|
2016-07-06 04:27:31 +02:00
|
|
|
source "package/shellinabox/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/smcroute/Config.in"
|
2017-01-25 15:54:46 +01:00
|
|
|
source "package/sngrep/Config.in"
|
2019-10-09 19:24:21 +02:00
|
|
|
source "package/snmpclitools/Config.in"
|
2018-04-01 17:16:36 +02:00
|
|
|
source "package/snort/Config.in"
|
2021-04-25 19:22:23 +02:00
|
|
|
source "package/snort3/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/socat/Config.in"
|
|
|
|
source "package/socketcand/Config.in"
|
2014-10-04 23:44:58 +02:00
|
|
|
source "package/softether/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/spawn-fcgi/Config.in"
|
|
|
|
source "package/spice/Config.in"
|
|
|
|
source "package/spice-protocol/Config.in"
|
|
|
|
source "package/squid/Config.in"
|
2021-01-24 20:49:08 +01:00
|
|
|
source "package/ssdp-responder/Config.in"
|
2019-07-16 21:56:52 +02:00
|
|
|
source "package/sshguard/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sshpass/Config.in"
|
2017-01-26 10:40:36 +01:00
|
|
|
source "package/sslh/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/strongswan/Config.in"
|
|
|
|
source "package/stunnel/Config.in"
|
2019-04-15 22:44:10 +02:00
|
|
|
source "package/suricata/Config.in"
|
2021-08-01 00:27:52 +02:00
|
|
|
source "package/system-config-printer/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tcpdump/Config.in"
|
|
|
|
source "package/tcping/Config.in"
|
|
|
|
source "package/tcpreplay/Config.in"
|
|
|
|
source "package/tftpd/Config.in"
|
|
|
|
source "package/thttpd/Config.in"
|
2014-12-16 15:47:58 +01:00
|
|
|
source "package/tinc/Config.in"
|
2020-03-14 11:23:23 +01:00
|
|
|
source "package/tinyproxy/Config.in"
|
2019-08-20 01:44:13 +02:00
|
|
|
source "package/tinyssh/Config.in"
|
2015-04-20 19:51:37 +02:00
|
|
|
source "package/tor/Config.in"
|
2017-12-16 14:01:49 +01:00
|
|
|
source "package/traceroute/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/transmission/Config.in"
|
2016-07-23 16:18:50 +02:00
|
|
|
source "package/tunctl/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tvheadend/Config.in"
|
2019-05-01 16:12:34 +02:00
|
|
|
source "package/uacme/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/udpcast/Config.in"
|
2019-03-16 08:05:20 +01:00
|
|
|
source "package/uftp/Config.in"
|
2016-10-17 13:02:24 +02:00
|
|
|
source "package/uhttpd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ulogd/Config.in"
|
2020-03-29 20:00:16 +02:00
|
|
|
source "package/unbound/Config.in"
|
2021-10-16 23:54:00 +02:00
|
|
|
source "package/uqmi/Config.in"
|
2020-07-20 22:48:25 +02:00
|
|
|
source "package/uredir/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ushare/Config.in"
|
|
|
|
source "package/ussp-push/Config.in"
|
|
|
|
source "package/vde2/Config.in"
|
2016-08-06 09:41:58 +02:00
|
|
|
source "package/vdr/Config.in"
|
2016-08-06 09:41:59 +02:00
|
|
|
source "package/vdr-plugin-vnsiserver/Config.in"
|
2015-01-10 14:38:46 +01:00
|
|
|
source "package/vnstat/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/vpnc/Config.in"
|
|
|
|
source "package/vsftpd/Config.in"
|
|
|
|
source "package/vtun/Config.in"
|
2016-07-28 22:54:07 +02:00
|
|
|
source "package/wavemon/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/wget/Config.in"
|
2014-06-24 23:16:55 +02:00
|
|
|
source "package/whois/Config.in"
|
2020-01-09 10:16:19 +01:00
|
|
|
source "package/wireguard-linux-compat/Config.in"
|
2020-01-09 10:16:18 +01:00
|
|
|
source "package/wireguard-tools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/wireless-regdb/Config.in"
|
|
|
|
source "package/wireless_tools/Config.in"
|
|
|
|
source "package/wireshark/Config.in"
|
|
|
|
source "package/wpa_supplicant/Config.in"
|
2016-02-10 13:13:26 +01:00
|
|
|
source "package/wpan-tools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/xinetd/Config.in"
|
|
|
|
source "package/xl2tp/Config.in"
|
2014-10-21 23:10:50 +02:00
|
|
|
source "package/xtables-addons/Config.in"
|
2020-04-23 09:17:52 +02:00
|
|
|
source "package/zabbix/Config.in"
|
2022-01-07 22:52:30 +01:00
|
|
|
source "package/zeek/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/znc/Config.in"
|
2007-01-17 13:27:27 +01:00
|
|
|
|
2008-11-14 13:59:14 +01:00
|
|
|
endmenu
|
2007-01-17 13:27:27 +01:00
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Package managers"
|
2015-08-26 00:00:02 +02:00
|
|
|
comment "-------------------------------------------------------"
|
|
|
|
comment "Please note: "
|
|
|
|
comment "- Buildroot does *not* generate binary packages, "
|
|
|
|
comment "- Buildroot does *not* install any package database. "
|
|
|
|
comment "* "
|
|
|
|
comment "It is up to you to provide those by yourself if you "
|
|
|
|
comment "want to use any of those package managers. "
|
|
|
|
comment "* "
|
|
|
|
comment "See the manual: "
|
|
|
|
comment "http://buildroot.org/manual.html#faq-no-binary-packages"
|
|
|
|
comment "-------------------------------------------------------"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/opkg/Config.in"
|
2021-03-12 21:05:33 +01:00
|
|
|
source "package/opkg-utils/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rpm/Config.in"
|
2008-11-14 13:59:14 +01:00
|
|
|
endmenu
|
2007-01-21 17:08:27 +01:00
|
|
|
|
2011-09-17 22:22:52 +02:00
|
|
|
menu "Real-Time"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rtai/Config.in"
|
|
|
|
source "package/xenomai/Config.in"
|
2011-09-17 22:22:52 +02:00
|
|
|
endmenu
|
|
|
|
|
2015-06-02 15:28:18 +02:00
|
|
|
menu "Security"
|
package/apparmor: new package
The various AppArmor utilities are spread in a few sub-directories of
the apparmor source tree. For now, we build only the parser, but we'll
soon introduce support for a few other utilities, so we prepare the
package to be able to build more than just the parser, hence the
slightly convoluted build and install commands, and the use of the
APPARMOR_TOOLS and APPARMOR_MAKE_OPTS variables, which will come handy
in the following commits.
We must ensure the version matches that of libapparmor, but there is not
much we can do to enforce that, so as we do for various other packages,
we just add a comment to that effect.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
[yann.morin.1998@free.fr:
- make it a separate package
- split into its own patch, write a commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Tested-by: Angelo Compagnucci <angelo@amarulasolutions.com>
2020-03-27 21:38:37 +01:00
|
|
|
source "package/apparmor/Config.in"
|
2017-02-02 23:45:03 +01:00
|
|
|
source "package/checkpolicy/Config.in"
|
2019-10-29 01:34:36 +01:00
|
|
|
source "package/ima-evm-utils/Config.in"
|
2019-01-30 11:47:24 +01:00
|
|
|
source "package/optee-client/Config.in"
|
2019-01-30 11:47:25 +01:00
|
|
|
source "package/optee-examples/Config.in"
|
2019-01-30 11:47:26 +01:00
|
|
|
source "package/optee-test/Config.in"
|
2017-07-07 13:44:57 +02:00
|
|
|
source "package/paxtest/Config.in"
|
2016-10-25 21:26:03 +02:00
|
|
|
source "package/policycoreutils/Config.in"
|
2017-05-20 22:41:41 +02:00
|
|
|
source "package/refpolicy/Config.in"
|
2017-10-18 00:32:18 +02:00
|
|
|
source "package/restorecond/Config.in"
|
|
|
|
source "package/selinux-python/Config.in"
|
|
|
|
source "package/semodule-utils/Config.in"
|
2015-06-02 15:28:18 +02:00
|
|
|
source "package/setools/Config.in"
|
2020-07-20 17:20:10 +02:00
|
|
|
source "package/urandom-scripts/Config.in"
|
2015-06-02 15:28:18 +02:00
|
|
|
endmenu
|
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Shell and utilities"
|
2013-12-25 10:13:51 +01:00
|
|
|
comment "Shells"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/bash/Config.in"
|
|
|
|
source "package/dash/Config.in"
|
2016-09-28 14:39:53 +02:00
|
|
|
source "package/mksh/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/zsh/Config.in"
|
2013-12-25 10:13:51 +01:00
|
|
|
comment "Utilities"
|
2021-07-13 21:13:59 +02:00
|
|
|
source "package/apg/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/at/Config.in"
|
2018-04-24 11:28:22 +02:00
|
|
|
source "package/bash-completion/Config.in"
|
2022-08-21 06:14:17 +02:00
|
|
|
source "package/catatonit/Config.in"
|
2014-07-09 14:33:45 +02:00
|
|
|
source "package/ccrypt/Config.in"
|
2016-01-30 23:46:10 +01:00
|
|
|
source "package/crudini/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/dialog/Config.in"
|
|
|
|
source "package/dtach/Config.in"
|
2017-05-29 23:03:39 +02:00
|
|
|
source "package/easy-rsa/Config.in"
|
2017-10-30 08:26:40 +01:00
|
|
|
source "package/file/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/gnupg/Config.in"
|
2014-06-06 15:44:27 +02:00
|
|
|
source "package/gnupg2/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/inotify-tools/Config.in"
|
|
|
|
source "package/lockfile-progs/Config.in"
|
|
|
|
source "package/logrotate/Config.in"
|
|
|
|
source "package/logsurfer/Config.in"
|
2021-01-15 20:35:39 +01:00
|
|
|
source "package/neofetch/Config.in"
|
2017-08-29 00:22:29 +02:00
|
|
|
source "package/pdmenu/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/pinentry/Config.in"
|
2020-09-20 23:36:36 +02:00
|
|
|
source "package/qprint/Config.in"
|
2015-10-21 21:09:18 +02:00
|
|
|
source "package/ranger/Config.in"
|
2020-03-10 16:06:06 +01:00
|
|
|
source "package/rtty/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/screen/Config.in"
|
2021-01-14 10:33:47 +01:00
|
|
|
source "package/screenfetch/Config.in"
|
2023-01-17 11:59:45 +01:00
|
|
|
source "package/sexpect/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sudo/Config.in"
|
2016-07-17 22:36:21 +02:00
|
|
|
source "package/terminology/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/time/Config.in"
|
2018-08-10 20:42:55 +02:00
|
|
|
source "package/tini/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/tmux/Config.in"
|
2020-06-16 19:19:01 +02:00
|
|
|
source "package/ttyd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/which/Config.in"
|
2022-04-20 22:01:02 +02:00
|
|
|
source "package/wtfutil/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/xmlstarlet/Config.in"
|
2015-07-16 22:59:35 +02:00
|
|
|
source "package/xxhash/Config.in"
|
2019-09-04 23:21:17 +02:00
|
|
|
source "package/ytree/Config.in"
|
2008-11-14 13:59:14 +01:00
|
|
|
endmenu
|
2005-02-10 01:45:43 +01:00
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "System tools"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/acl/Config.in"
|
2015-11-23 17:27:12 +01:00
|
|
|
source "package/android-tools/Config.in"
|
2016-10-07 22:30:28 +02:00
|
|
|
source "package/atop/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/attr/Config.in"
|
2015-06-02 15:28:20 +02:00
|
|
|
source "package/audit/Config.in"
|
2020-12-16 09:42:46 +01:00
|
|
|
source "package/balena-engine/Config.in"
|
2019-09-20 17:31:04 +02:00
|
|
|
source "package/bubblewrap/Config.in"
|
2016-07-08 10:27:17 +02:00
|
|
|
source "package/cgroupfs-mount/Config.in"
|
2016-07-05 16:41:33 +02:00
|
|
|
source "package/circus/Config.in"
|
2023-05-22 22:23:45 +02:00
|
|
|
source "package/conmon/Config.in"
|
2021-05-03 05:12:50 +02:00
|
|
|
source "package/containerd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/coreutils/Config.in"
|
2022-05-05 19:22:20 +02:00
|
|
|
source "package/cpulimit/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/cpuload/Config.in"
|
2022-08-23 07:48:11 +02:00
|
|
|
source "package/crun/Config.in"
|
2017-05-02 07:07:44 +02:00
|
|
|
source "package/daemon/Config.in"
|
2017-03-27 10:32:10 +02:00
|
|
|
source "package/dc3dd/Config.in"
|
2014-07-08 12:21:32 +02:00
|
|
|
source "package/dcron/Config.in"
|
2017-02-09 18:48:29 +01:00
|
|
|
source "package/ddrescue/Config.in"
|
2014-11-18 18:01:50 +01:00
|
|
|
source "package/debianutils/Config.in"
|
2018-11-27 09:56:55 +01:00
|
|
|
source "package/docker-cli/Config.in"
|
2018-03-09 20:17:01 +01:00
|
|
|
source "package/docker-compose/Config.in"
|
2016-07-24 23:10:28 +02:00
|
|
|
source "package/docker-engine/Config.in"
|
2020-06-12 19:40:29 +02:00
|
|
|
source "package/earlyoom/Config.in"
|
2016-04-21 03:23:56 +02:00
|
|
|
source "package/efibootmgr/Config.in"
|
efivar: new package
efivar contains tools and libraries to manipulate EFI variables.
This package has some restrictions to build. It needs uchar.h which
apparently does not come in uClibc, and it also needs
__bswap_constant_*() definitions which are only present in glibc.
So, this package was limited to build with glibc toolchains.
Although it probably makes sense mostly on x86, x86-64 and aarch64
architectures, there are no architecture specific limitations which
would prevent it to build for other architectures, so this restriction
was not imposed. This package has been build-tested additionaly on many
architectures which support glibc, such as mips, MicroBlaze, sparc64,
ppc64. There were some build flag issues found when building to some of
these some architectures, although the flags can be also added in the
general case, so they were added by default.
It has also been found that in some host systems it failed to build due
to not generating the .pc files. This has been tracked to the use of
make 3.81, so a patch was prepared for it and was submitted upstream.
There's also a dependency on the linux/nvme.h header, which is somewhat
conturbed, as it has appeared in user space linux headers 3.12 and in
4.4 it was renamed. This has been solved by restricting it to build with
linux headers >= 3.12 and a patch from upstream was picked which fixes
it for linux headers >= 4.4.
Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
[Thomas:
- Pass TARGET_LDFLAGS in LDFLAGS.
- Pass -shared-libgcc only on Microblaze.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-21 03:23:55 +02:00
|
|
|
source "package/efivar/Config.in"
|
2021-10-11 01:46:54 +02:00
|
|
|
source "package/embiggen-disk/Config.in"
|
2015-12-22 11:36:36 +01:00
|
|
|
source "package/emlog/Config.in"
|
2023-01-25 17:05:13 +01:00
|
|
|
source "package/fluent-bit/Config.in"
|
2014-06-29 17:39:06 +02:00
|
|
|
source "package/ftop/Config.in"
|
getent: new package
The ecryptfs-utils scripts require the 'getent' program to be
installed to find the home directory of users. However, Buildroot
currently never installs this program, and therefore bug #7142 was
reported, explaining that ecryptfs-utils is not working properly.
In normal Linux systems, the getent program is provided by glibc, and
allows to query not only /etc/passwd, but also other NSS databases
such as LDAP and others.
In the context of Buildroot, this gives us several cases:
1/ Internal toolchain
a/ glibc/eglibc. In this case, the getent program is already built
and installed by Buildroot in the staging directory, so the
only thing missing is installing it in the target directory.
b/ uclibc. uClibc provides a simple shell script that emulates the
behavior of getent. It is located in extra/scripts/getent in
the uClibc sources, but is currently never installed.
c/ musl. There seems to be no getent implementation, and musl does
not support NSS.
2/ External toolchain
a/ glibc/eglibc. In several external toolchains that we tested,
there is a pre-built getent binary available in the sysroot,
but Buildroot is not installing it to the target.
b/ uclibc. The getent wrapper script is typically not part of any
external uClibc toolchain.
c/ musl. There is no getent implementation.
This patch proposes to solve this problem by introducing a getent
package, which has the following behavior:
- When the toolchain is glibc based (either internal or external), it
installs the getent program that was built and installed in the
staging directory. This covers cases 1/ a/ and 2/ a/ above.
- When the toolchain is uclibc or musl based, it installs a version
of uclibc's getent wrapper script that is built into the getent
package. This script is unlikely to change over time, so having it
directly built into the package should not cause much issues moving
forward. This covers all other cases above.
This solution allows to install a NSS-capable getent when glibc/eglibc
is used, and otherwise to rely on uClibc's wrapper script.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-08-18 11:54:08 +02:00
|
|
|
source "package/getent/Config.in"
|
2020-05-02 12:06:35 +02:00
|
|
|
source "package/gkrellm/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/htop/Config.in"
|
2020-01-03 16:16:57 +01:00
|
|
|
source "package/ibm-sw-tpm2/Config.in"
|
2015-07-13 23:00:08 +02:00
|
|
|
source "package/initscripts/Config.in"
|
2015-03-12 11:53:51 +01:00
|
|
|
source "package/iotop/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/iprutils/Config.in"
|
2015-01-08 16:43:56 +01:00
|
|
|
source "package/irqbalance/Config.in"
|
2019-07-02 11:58:39 +02:00
|
|
|
source "package/jailhouse/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/keyutils/Config.in"
|
|
|
|
source "package/kmod/Config.in"
|
2015-06-24 20:44:11 +02:00
|
|
|
source "package/kvmtool/Config.in"
|
2017-11-12 22:06:09 +01:00
|
|
|
source "package/libostree/Config.in"
|
2021-06-11 16:07:30 +02:00
|
|
|
source "package/libvirt/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/lxc/Config.in"
|
2020-09-05 21:47:49 +02:00
|
|
|
source "package/makedumpfile/Config.in"
|
2018-05-04 11:21:59 +02:00
|
|
|
source "package/mender/Config.in"
|
2022-06-22 20:48:24 +02:00
|
|
|
source "package/mender-connect/Config.in"
|
2019-06-06 17:52:15 +02:00
|
|
|
source "package/mender-grubenv/Config.in"
|
2019-12-20 19:14:56 +01:00
|
|
|
source "package/mfoc/Config.in"
|
2022-01-09 22:06:07 +01:00
|
|
|
source "package/moby-buildkit/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/monit/Config.in"
|
2020-09-06 11:19:43 +02:00
|
|
|
source "package/multipath-tools/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ncdu/Config.in"
|
2022-03-11 05:48:16 +01:00
|
|
|
source "package/nerdctl/Config.in"
|
2019-08-04 14:14:18 +02:00
|
|
|
source "package/netifrc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/numactl/Config.in"
|
|
|
|
source "package/nut/Config.in"
|
2019-05-12 21:55:38 +02:00
|
|
|
source "package/openrc/Config.in"
|
2014-09-02 18:13:36 +02:00
|
|
|
source "package/openvmtools/Config.in"
|
2019-02-04 15:33:55 +01:00
|
|
|
source "package/pamtester/Config.in"
|
2023-02-01 21:48:46 +01:00
|
|
|
source "package/petitboot/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/polkit/Config.in"
|
2014-12-13 09:18:01 +01:00
|
|
|
source "package/powerpc-utils/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/procps-ng/Config.in"
|
2016-02-23 16:54:48 +01:00
|
|
|
source "package/procrank_linux/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/psmisc/Config.in"
|
2014-07-01 02:44:05 +02:00
|
|
|
source "package/pwgen/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/quota/Config.in"
|
2018-02-03 23:07:33 +01:00
|
|
|
source "package/quotatool/Config.in"
|
2017-06-29 21:08:11 +02:00
|
|
|
source "package/rauc/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/rsyslog/Config.in"
|
2016-07-05 00:30:31 +02:00
|
|
|
source "package/runc/Config.in"
|
2020-09-17 06:08:02 +02:00
|
|
|
source "package/s390-tools/Config.in"
|
2016-12-19 22:29:09 +01:00
|
|
|
source "package/s6/Config.in"
|
2016-12-19 22:29:15 +01:00
|
|
|
source "package/s6-linux-init/Config.in"
|
2016-12-19 22:29:14 +01:00
|
|
|
source "package/s6-linux-utils/Config.in"
|
2016-12-19 22:29:13 +01:00
|
|
|
source "package/s6-portable-utils/Config.in"
|
2016-12-19 22:29:12 +01:00
|
|
|
source "package/s6-rc/Config.in"
|
2016-03-07 22:06:46 +01:00
|
|
|
source "package/scrub/Config.in"
|
2015-08-28 14:59:51 +02:00
|
|
|
source "package/scrypt/Config.in"
|
2020-11-13 18:18:45 +01:00
|
|
|
source "package/sdbus-cpp/Config.in"
|
2019-08-07 21:12:00 +02:00
|
|
|
source "package/sdbusplus/Config.in"
|
2021-05-18 15:54:20 +02:00
|
|
|
source "package/seatd/Config.in"
|
2022-12-24 18:19:20 +01:00
|
|
|
source "package/shadow/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/smack/Config.in"
|
2014-11-27 18:00:30 +01:00
|
|
|
source "package/start-stop-daemon/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/supervisor/Config.in"
|
2015-07-31 22:45:43 +02:00
|
|
|
source "package/swupdate/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sysklogd/Config.in"
|
2015-10-14 10:34:18 +02:00
|
|
|
source "package/syslog-ng/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/systemd/Config.in"
|
2016-07-02 15:59:14 +02:00
|
|
|
source "package/systemd-bootchart/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/sysvinit/Config.in"
|
2015-09-01 18:05:21 +02:00
|
|
|
source "package/tar/Config.in"
|
2022-01-17 00:18:14 +01:00
|
|
|
source "package/tealdeer/Config.in"
|
2019-12-31 04:12:55 +01:00
|
|
|
source "package/thermald/Config.in"
|
2015-11-04 18:47:05 +01:00
|
|
|
source "package/tpm-tools/Config.in"
|
2018-03-15 13:56:00 +01:00
|
|
|
source "package/tpm2-abrmd/Config.in"
|
2018-03-15 13:56:01 +01:00
|
|
|
source "package/tpm2-tools/Config.in"
|
2019-04-08 13:56:47 +02:00
|
|
|
source "package/tpm2-totp/Config.in"
|
2015-12-02 15:56:17 +01:00
|
|
|
source "package/unscd/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/util-linux/Config.in"
|
2020-08-08 23:48:15 +02:00
|
|
|
source "package/watchdog/Config.in"
|
2021-10-10 17:49:41 +02:00
|
|
|
source "package/watchdogd/Config.in"
|
2019-09-20 17:31:05 +02:00
|
|
|
source "package/xdg-dbus-proxy/Config.in"
|
2016-05-13 00:13:01 +02:00
|
|
|
source "package/xen/Config.in"
|
2016-09-13 21:45:34 +02:00
|
|
|
source "package/xvisor/Config.in"
|
2008-11-14 13:59:14 +01:00
|
|
|
endmenu
|
2007-01-21 17:08:27 +01:00
|
|
|
|
2010-03-26 15:19:43 +01:00
|
|
|
menu "Text editors and viewers"
|
2022-01-07 10:03:48 +01:00
|
|
|
source "package/bat/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/ed/Config.in"
|
|
|
|
source "package/joe/Config.in"
|
|
|
|
source "package/less/Config.in"
|
2015-03-24 20:57:47 +01:00
|
|
|
source "package/mc/Config.in"
|
2020-09-01 07:38:59 +02:00
|
|
|
source "package/mg/Config.in"
|
2019-04-13 22:40:57 +02:00
|
|
|
source "package/most/Config.in"
|
2014-05-08 23:35:43 +02:00
|
|
|
source "package/nano/Config.in"
|
|
|
|
source "package/uemacs/Config.in"
|
|
|
|
source "package/vim/Config.in"
|
2008-11-14 13:59:14 +01:00
|
|
|
endmenu
|
2008-08-04 21:07:51 +02:00
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
endmenu
|