package/lib*: fix wrapping of Config.in help text

The check-package script when ran gives warnings on text wrapping
on all of these Config files.  This patch cleans up all warnings
related to the text wrapping for the Config files starting with
lib in the package directory.

The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Adam Duskett 2017-07-31 09:53:50 -04:00 committed by Thomas Petazzoni
parent e874251c85
commit 5dccd7249e
56 changed files with 185 additions and 157 deletions

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBAO
bool "libao" bool "libao"
help help
Libao is a cross-platform audio library that allows programs Libao is a cross-platform audio library that allows programs
to output audio using a simple API on a wide variety of platforms. to output audio using a simple API on a wide variety of
platforms.
http://www.xiph.org/ao/ http://www.xiph.org/ao/

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBCAP_NG
The libcap-ng library is intended to make programming with The libcap-ng library is intended to make programming with
posix capabilities much easier than the traditional libcap posix capabilities much easier than the traditional libcap
library. It includes utilities that can analyse all currently library. It includes utilities that can analyse all currently
running applications and print out any capabilities and whether running applications and print out any capabilities and
or not it has an open ended bounding set. whether or not it has an open ended bounding set.
http://people.redhat.com/sgrubb/libcap-ng/ http://people.redhat.com/sgrubb/libcap-ng/

View File

@ -1,10 +1,11 @@
config BR2_PACKAGE_LIBCOAP config BR2_PACKAGE_LIBCOAP
bool "libcoap" bool "libcoap"
help help
libcoap is a C implementation of a lightweight application-protocol libcoap is a C implementation of a lightweight
for devices that are constrained their resources such as computing application-protocol for devices that are constrained their
power, RF range, memory, bandwith, or network packet sizes. This resources such as computing power, RF range, memory, bandwith,
protocol, CoAP, is standardized by the IETF as RFC 7252. For further or network packet sizes. This protocol, CoAP, is standardized
information related to CoAP, see <http://coap.technology>. by the IETF as RFC 7252. For further information related to
CoAP, see <http://coap.technology>.
https://github.com/obgm/libcoap https://github.com/obgm/libcoap

View File

@ -5,7 +5,8 @@ config BR2_PACKAGE_LIBCOFI
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
A replacement for memcpy and memset functionality for the A replacement for memcpy and memset functionality for the
Raspberry Pi with the intention of gaining greater performance. Raspberry Pi with the intention of gaining greater
performance.
https://github.com/simonjhall/copies-and-fills https://github.com/simonjhall/copies-and-fills

View File

@ -1,8 +1,9 @@
config BR2_PACKAGE_LIBCURL config BR2_PACKAGE_LIBCURL
bool "libcurl" bool "libcurl"
help help
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, cURL is a tool for getting files from FTP, HTTP, Gopher,
and Dict servers, using any of the supported protocols. Telnet, and Dict servers, using any of the supported
protocols.
http://curl.haxx.se/ http://curl.haxx.se/

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_LIBDMTX config BR2_PACKAGE_LIBDMTX
bool "libdmtx" bool "libdmtx"
help help
libdmtx is a software library that enables programs to read and write libdmtx is a software library that enables programs to read
Data Matrix barcodes of the modern ECC200 variety. and write Data Matrix barcodes of the modern ECC200 variety.
http://www.libdmtx.org/ http://www.libdmtx.org/

View File

@ -1,7 +1,8 @@
config BR2_PACKAGE_LIBDNET config BR2_PACKAGE_LIBDNET
bool "libdnet" bool "libdnet"
help help
libdnet - simplified interface to low-level networking routines. libdnet - simplified interface to low-level networking
routines.
http://libdnet.sourceforge.net/ http://libdnet.sourceforge.net/

View File

@ -1,9 +1,11 @@
config BR2_PACKAGE_LIBDVBCSA config BR2_PACKAGE_LIBDVBCSA
bool "libdvbcsa" bool "libdvbcsa"
help help
libdvbcsa is a free implementation of the DVB Common Scrambling libdvbcsa is a free implementation of the DVB Common
Algorithm - DVB/CSA - with encryption and decryption capabilities Scrambling Algorithm - DVB/CSA - with encryption and
decryption capabilities
As libdvbcsa implements a standard, it is completely legal to use it. As libdvbcsa implements a standard, it is completely legal to
use it.
http://www.videolan.org/developers/libdvbcsa.html http://www.videolan.org/developers/libdvbcsa.html

View File

@ -3,8 +3,8 @@ config BR2_PACKAGE_LIBDVBPSI
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
help help
libdvbpsi is a simple library designed for decoding and libdvbpsi is a simple library designed for decoding and
generation of MPEG TS and DVB PSI tables according to standards generation of MPEG TS and DVB PSI tables according to
ISO/IEC 13818 and ITU-T H.222.0. standards ISO/IEC 13818 and ITU-T H.222.0.
http://www.videolan.org/developers/libdvbpsi.html http://www.videolan.org/developers/libdvbpsi.html

View File

@ -4,9 +4,10 @@ config BR2_PACKAGE_LIBDVBSI
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
help help
C++ parsing library for Service Information (SI) in DVB systems. C++ parsing library for Service Information (SI) in DVB
With libdvbsi++ you can convert raw DVB service information to systems. With libdvbsi++ you can convert raw DVB service
a set of C++ objects, removing the need to parse data manually. information to a set of C++ objects, removing the need to
parse data manually.
http://www.saftware.de/ http://www.saftware.de/

View File

@ -11,8 +11,8 @@ config BR2_PACKAGE_LIBEDIT
http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/ http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/
Jess Thrysoee maintains an autotoolified package, which we use Jess Thrysoee maintains an autotoolified package, which we use
in Buildroot as it makes it much simpler than using the upstream in Buildroot as it makes it much simpler than using the
sources which require pmake. upstream sources which require pmake.
http://www.thrysoee.dk/editline http://www.thrysoee.dk/editline

View File

@ -10,7 +10,8 @@ config BR2_PACKAGE_LIBFASTJSON
Its aim is to provide: Its aim is to provide:
- a small library with essential json handling functions - a small library with essential json handling functions
- sufficiently good json support (not 100% standards compliant) - sufficiently good json support (not 100% standards
compliant)
- be very fast in processing - be very fast in processing
https://github.com/rsyslog/libfastjson/ https://github.com/rsyslog/libfastjson/

View File

@ -9,9 +9,9 @@ config BR2_PACKAGE_LIBFREEGLUT
help help
FreeGLUT is a free-software/open-source alternative to the FreeGLUT is a free-software/open-source alternative to the
OpenGL Utility Toolkit (GLUT) library. GLUT (and hence OpenGL Utility Toolkit (GLUT) library. GLUT (and hence
FreeGLUT) takes care of all the system-specific chores required FreeGLUT) takes care of all the system-specific chores
for creating windows, initializing OpenGL contexts, and required for creating windows, initializing OpenGL contexts,
handling input events, to allow for trully portable OpenGL and handling input events, to allow for trully portable OpenGL
programs. programs.
http://freeglut.sourceforge.net http://freeglut.sourceforge.net

View File

@ -7,11 +7,12 @@ config BR2_PACKAGE_LIBGLEW
select BR2_PACKAGE_XLIB_LIBXI select BR2_PACKAGE_XLIB_LIBXI
select BR2_PACKAGE_XLIB_LIBXMU select BR2_PACKAGE_XLIB_LIBXMU
help help
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++ The OpenGL Extension Wrangler Library (GLEW) is a
extension loading library. GLEW provides efficient run-time mechanisms cross-platform C/C++ extension loading library. GLEW provides
for determining which OpenGL extensions are supported on the target efficient run-time mechanisms for determining which OpenGL
platform. OpenGL core and extension functionality is exposed in a extensions are supported on the target platform. OpenGL core
single header file. and extension functionality is exposed in a single header
file.
http://glew.sourceforge.net http://glew.sourceforge.net

View File

@ -42,13 +42,13 @@ config BR2_PACKAGE_LIBGTK3_BROADWAY
bool "Broadway GDK backend" bool "Broadway GDK backend"
default y default y
help help
This enables the Broadway backend for GDK, which provides support This enables the Broadway backend for GDK, which provides
for displaying GTK+ applications in a web browser, using HTML5 and support for displaying GTK+ applications in a web browser,
web sockets. using HTML5 and web sockets.
For example, to run gtk3-demo on a target which IP address is For example, to run gtk3-demo on a target which IP address is
192.168.0.1 and use it from a web browser, execute the following 192.168.0.1 and use it from a web browser, execute the
commands: following commands:
$ broadwayd -a 192.168.0.1 -p 8080 :2 & $ broadwayd -a 192.168.0.1 -p 8080 :2 &
$ export GDK_BACKEND=broadway $ export GDK_BACKEND=broadway

View File

@ -5,8 +5,8 @@ config BR2_PACKAGE_LIBICAL
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
select BR2_TARGET_TZ_INFO select BR2_TARGET_TZ_INFO
help help
libical is an Open Source (MPL/LGPL) implementation of the IETF's libical is an Open Source (MPL/LGPL) implementation of the
iCalendar Calendaring and Scheduling protocols. IETF's iCalendar Calendaring and Scheduling protocols.
http://libical.github.io/libical http://libical.github.io/libical

View File

@ -1,11 +1,12 @@
config BR2_PACKAGE_LIBISCSI config BR2_PACKAGE_LIBISCSI
bool "libiscsi" bool "libiscsi"
help help
Libiscsi is a client-side library to implement the iSCSI protocol Libiscsi is a client-side library to implement the iSCSI
that can be used to access resource of an iSCSI Target. protocol that can be used to access resource of an iSCSI
Target.
The library is fully async with regards to iscsi commands and scsi The library is fully async with regards to iscsi commands and
tasks, but a sync layer is also provided for ease of use for simpler scsi tasks, but a sync layer is also provided for ease of use
applications. for simpler applications.
https://github.com/sahlberg/libiscsi (no proper homepage) https://github.com/sahlberg/libiscsi (no proper homepage)

View File

@ -2,8 +2,8 @@ config BR2_PACKAGE_LIBLINEAR
bool "liblinear" bool "liblinear"
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
help help
liblinear is a linear classifier for data with millions of instances liblinear is a linear classifier for data with millions of
and features. instances and features.
http://www.csie.ntu.edu.tw/~cjlin/liblinear/ http://www.csie.ntu.edu.tw/~cjlin/liblinear/

View File

@ -4,8 +4,8 @@ config BR2_PACKAGE_LIBLOG4C_LOCALTIME
help help
Log4c is a library of C for flexible logging to files, syslog Log4c is a library of C for flexible logging to files, syslog
and other destinations. and other destinations.
This version is with localtime patch, to make lib show times in This version is with localtime patch, to make lib show times
local timezone. in local timezone.
https://github.com/rcmadruga/log4c-localtime https://github.com/rcmadruga/log4c-localtime
http://log4c.sourceforge.net/ http://log4c.sourceforge.net/

View File

@ -1,9 +1,9 @@
config BR2_PACKAGE_LIBMAD config BR2_PACKAGE_LIBMAD
bool "libmad" bool "libmad"
help help
High-quality MPEG audio decoder. All computations are performed High-quality MPEG audio decoder. All computations are
with fixed-point integer arithmetic, making it ideal for systems performed with fixed-point integer arithmetic, making it ideal
without a floating-point unit. for systems without a floating-point unit.
http://www.underbit.com/products/mad/ http://www.underbit.com/products/mad/

View File

@ -7,8 +7,8 @@ config BR2_PACKAGE_LIBMBIM
select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBGLIB2
help help
libmbim is a glib-based library for talking to WWAN modems and libmbim is a glib-based library for talking to WWAN modems and
devices which speak the Mobile Interface Broadband Model (MBIM) devices which speak the Mobile Interface Broadband Model
protocol. (MBIM) protocol.
http://www.freedesktop.org/wiki/Software/libmbim/ http://www.freedesktop.org/wiki/Software/libmbim/

View File

@ -1,8 +1,8 @@
config BR2_PACKAGE_LIBMBUS config BR2_PACKAGE_LIBMBUS
bool "libmbus" bool "libmbus"
help help
libmbus is a library for communicating with energy metering devices. libmbus is a library for communicating with energy metering
It supports TCP and RS232 M-bus gateways. devices. It supports TCP and RS232 M-bus gateways.
(M-bus standard: http://www.m-bus.com/) (M-bus standard: http://www.m-bus.com/)
http://www.rscada.se/libmbus/ http://www.rscada.se/libmbus/

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_LIBMCRYPT config BR2_PACKAGE_LIBMCRYPT
bool "libmcrypt" bool "libmcrypt"
help help
libmcrypt is a library that provides uniform interface to access libmcrypt is a library that provides uniform interface to
several encryption algorithms. access several encryption algorithms.
http://mcrypt.sourceforge.net/ http://mcrypt.sourceforge.net/

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_LIBMHASH
help help
Mhash is a free (under GNU Lesser GPL) library which provides Mhash is a free (under GNU Lesser GPL) library which provides
a uniform interface to a large number of hash algorithms. a uniform interface to a large number of hash algorithms.
These algorithms can be used to compute checksums, message digests, These algorithms can be used to compute checksums, message
and other signatures. digests, and other signatures.
http://mhash.sourceforge.net/ http://mhash.sourceforge.net/

View File

@ -4,8 +4,8 @@ config BR2_PACKAGE_LIBMINIUPNPC
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
The UPnP protocol is supported by most home adsl/cable routers The UPnP protocol is supported by most home adsl/cable routers
and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is and Microsoft Windows 2K/XP. The aim of the MiniUPnP project
to bring a free software solution to support the "Internet is to bring a free software solution to support the "Internet
Gateway Device" part of the protocol. Gateway Device" part of the protocol.
Miniupnpc aims at the simplest library possible, with the Miniupnpc aims at the simplest library possible, with the

View File

@ -1,8 +1,8 @@
config BR2_PACKAGE_LIBMODBUS config BR2_PACKAGE_LIBMODBUS
bool "libmodbus" bool "libmodbus"
help help
libmodbus is a free software library to send/receive data according libmodbus is a free software library to send/receive data
to the Modbus protocol. This library is written in C and supports according to the Modbus protocol. This library is written in C
RTU (serial) and TCP (Ethernet) communications. and supports RTU (serial) and TCP (Ethernet) communications.
http://libmodbus.org http://libmodbus.org

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_LIBMPDCLIENT config BR2_PACKAGE_LIBMPDCLIENT
bool "libmpdclient" bool "libmpdclient"
help help
A stable, documented, asynchronous API library for interfacing MPD A stable, documented, asynchronous API library for interfacing
in the C, C++ & Objective C languages. MPD in the C, C++ & Objective C languages.
http://www.musicpd.org/libs/libmpdclient/ http://www.musicpd.org/libs/libmpdclient/

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_LIBNETFILTER_CTHELPER
select BR2_PACKAGE_LIBMNL select BR2_PACKAGE_LIBMNL
help help
libnetfilter_cthelper is the userspace library that provides libnetfilter_cthelper is the userspace library that provides
the programming interface to the user-space helper infrastructure the programming interface to the user-space helper
available since Linux kernel 3.6. infrastructure available since Linux kernel 3.6.
http://www.netfilter.org/projects/libnetfilter_cthelper/ http://www.netfilter.org/projects/libnetfilter_cthelper/

View File

@ -4,7 +4,8 @@ config BR2_PACKAGE_LIBNFC
select BR2_PACKAGE_LIBUSB select BR2_PACKAGE_LIBUSB
select BR2_PACKAGE_LIBUSB_COMPAT select BR2_PACKAGE_LIBUSB_COMPAT
help help
Public platform independent Near Field Communication (NFC) library. Public platform independent Near Field Communication (NFC)
library.
http://www.libnfc.org/ http://www.libnfc.org/

View File

@ -3,8 +3,9 @@ config BR2_PACKAGE_LIBOAUTH
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
help help
liboauth is a collection of c functions implementing the oAuth liboauth is a collection of c functions implementing the oAuth
Core 1.0 Rev A standard API. liboauth provides basic functions to Core 1.0 Rev A standard API. liboauth provides basic functions
escape and encode parameters according to oAuth specs and offers to escape and encode parameters according to oAuth specs and
high-level functions to sign requests or verify signatures. offers high-level functions to sign requests or verify
signatures.
http://liboauth.sourceforge.net/ http://liboauth.sourceforge.net/

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBPCAP
bool "libpcap" bool "libpcap"
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
A system-independent library for user-level network packet capture. A system-independent library for user-level network packet
capture.
http://www.tcpdump.org/ http://www.tcpdump.org/

View File

@ -4,20 +4,22 @@ config BR2_PACKAGE_LIBPHIDGET
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_LIBUSB select BR2_PACKAGE_LIBUSB
help help
The libphidget library provides an API for controlling Phidgets The libphidget library provides an API for controlling
USB devices. The library translates API function calls to libusb Phidgets USB devices. The library translates API function
function calls to control attached Phidgets devices that provide calls to libusb function calls to control attached Phidgets
GPIO's, DAC's, accelerometers, servo motors, and other capabilities devices that provide GPIO's, DAC's, accelerometers, servo
either singly or on combo devices. motors, and other capabilities either singly or on combo
devices.
To use libphidget for controlling locally attached devices you To use libphidget for controlling locally attached devices you
need to set up the userspace USB device tree /dev/bus/usb. See need to set up the userspace USB device tree /dev/bus/usb. See
file udev/99-phidgets.rules. file udev/99-phidgets.rules.
The libphidget library also contains an API for sending commands The libphidget library also contains an API for sending
to a local or remote phidgetwebservice using HTTP. The commands to a local or remote phidgetwebservice using HTTP.
phidgetwebservice then translates HTTP requests to libphidget API The phidgetwebservice then translates HTTP requests to
function calls to control locally attached Phidgets devices. libphidget API function calls to control locally attached
Phidgets devices.
http://phidgets.com/ http://phidgets.com/

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBPLATFORM config BR2_PACKAGE_LIBPLATFORM
bool bool
help help
Platform support library used by libCEC and binary add-ons for Kodi Platform support library used by libCEC and binary add-ons for
Kodi
https://github.com/Pulse-Eight/platform https://github.com/Pulse-Eight/platform

View File

@ -2,9 +2,9 @@ config BR2_PACKAGE_LIBPLAYER
bool "libplayer" bool "libplayer"
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
help help
libplayer provides a generic A/V API that relies on various multimedia libplayer provides a generic A/V API that relies on various
player for Linux systems. It currently supports MPlayer, xine VLC and multimedia player for Linux systems. It currently supports
GStreamer only MPlayer, xine VLC and GStreamer only
http://libplayer.geexbox.org/ http://libplayer.geexbox.org/

View File

@ -2,8 +2,8 @@ config BR2_PACKAGE_LIBPTHSEM
bool "libpthsem" bool "libpthsem"
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
help help
GNU pth is a user mode multi threading library. pthsem is an extend GNU pth is a user mode multi threading library. pthsem is an
version, with support for semaphores added. extend version, with support for semaphores added.
http://www.auto.tuwien.ac.at/~mkoegler/pth/ http://www.auto.tuwien.ac.at/~mkoegler/pth/

View File

@ -5,8 +5,8 @@ config BR2_PACKAGE_LIBQMI
depends on BR2_USE_MMU # libglib2 depends on BR2_USE_MMU # libglib2
select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBGLIB2
help help
libqmi is a glib-based library for talking to WWAN modems and devices libqmi is a glib-based library for talking to WWAN modems and
which speak the Qualcomm MSM Interface (QMI) protocol. devices which speak the Qualcomm MSM Interface (QMI) protocol.
http://www.freedesktop.org/wiki/Software/libqmi/ http://www.freedesktop.org/wiki/Software/libqmi/

View File

@ -3,9 +3,10 @@ config BR2_PACKAGE_LIBRTAS
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
depends on BR2_TOOLCHAIN_USES_GLIBC depends on BR2_TOOLCHAIN_USES_GLIBC
help help
The librtas package provides an interface for Run-Time Abstraction The librtas package provides an interface for Run-Time
Services (RTAS) calls on PAPR platforms. The libraries allow users to Abstraction Services (RTAS) calls on PAPR platforms.
examine and manipulate hardware, and parse RTAS events. The libraries allow users to examine and manipulate hardware,
and parse RTAS events.
http://librtas.sourceforge.net/ http://librtas.sourceforge.net/

View File

@ -13,12 +13,13 @@ config BR2_PACKAGE_LIBSECCOMP
help help
High level interface to the Linux Kernel's seccomp filter High level interface to the Linux Kernel's seccomp filter
The libseccomp library provides an easy to use, platform independent, The libseccomp library provides an easy to use, platform
interface to the Linux Kernel's syscall filtering mechanism: seccomp. independent, interface to the Linux Kernel's syscall filtering
The libseccomp API is designed to abstract away the underlying BPF mechanism: seccomp. The libseccomp API is designed to abstract
based syscall filter language and present a more conventional away the underlying BPF based syscall filter language and
function-call based filtering interface that should be familiar to, present a more conventional function-call based filtering
and easily adopted by application developers. interface that should be familiar to, and easily adopted by
application developers.
https://github.com/seccomp/libseccomp https://github.com/seccomp/libseccomp

View File

@ -5,10 +5,10 @@ config BR2_PACKAGE_LIBSECRET
depends on BR2_USE_MMU # libglib2 depends on BR2_USE_MMU # libglib2
select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBGLIB2
help help
libsecret is a library for storing and retrieving passwords and other libsecret is a library for storing and retrieving passwords
secrets. It communicates with the "Secret Service" using DBus. and other secrets. It communicates with the "Secret Service"
gnome-keyring and ksecretservice are both implementations of a Secret using DBus. gnome-keyring and ksecretservice are both
Service. implementations of a Secret Service.
https://wiki.gnome.org/Libsecret https://wiki.gnome.org/Libsecret

View File

@ -5,8 +5,8 @@ config BR2_PACKAGE_LIBSERIAL
depends on BR2_USE_WCHAR # boost depends on BR2_USE_WCHAR # boost
select BR2_PACKAGE_BOOST select BR2_PACKAGE_BOOST
help help
Simplified serial port programming in C++ under POSIX operating Simplified serial port programming in C++ under POSIX
systems. operating systems.
http://libserial.sourceforge.net/ http://libserial.sourceforge.net/

View File

@ -3,8 +3,9 @@ config BR2_PACKAGE_LIBSHOUT
select BR2_PACKAGE_LIBOGG select BR2_PACKAGE_LIBOGG
select BR2_PACKAGE_LIBVORBIS select BR2_PACKAGE_LIBVORBIS
help help
Libshout is a library for communicating with and sending data to an Libshout is a library for communicating with and sending data
icecast server. It handles the socket connection, the timing of the to an icecast server. It handles the socket connection, the
data, and prevents bad data from getting to the icecast server. timing of the data, and prevents bad data from getting to the
icecast server.
http://icecast.org/download/ http://icecast.org/download/

View File

@ -2,10 +2,11 @@ config BR2_PACKAGE_LIBSIDPLAY2
bool "libsidplay2" bool "libsidplay2"
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
help help
Sidplay 2 is the second in the Sidplay series originally developed by Sidplay 2 is the second in the Sidplay series originally
Michael Schwendt. This version is written by Simon White and is cycle developed by Michael Schwendt. This version is written by
accurate for improved sound reproduction. Sidplay 2 is capable of Simon White and is cycle accurate for improved sound
playing all C64 mono and stereo file formats. reproduction. Sidplay 2 is capable of playing all C64 mono and
stereo file formats.
http://sourceforge.net/projects/sidplay2 http://sourceforge.net/projects/sidplay2

View File

@ -3,10 +3,10 @@ config BR2_PACKAGE_LIBSIGC
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
help help
libsigc++ implements a typesafe callback system for standard C++. libsigc++ implements a typesafe callback system for standard
It allows you to define signals and to connect those signals to C++. It allows you to define signals and to connect those
any callback function, either global or a member function, signals to any callback function, either global or a member
regardless of whether it is static or virtual. function, regardless of whether it is static or virtual.
http://libsigc.sourceforge.net/ http://libsigc.sourceforge.net/

View File

@ -1,8 +1,8 @@
config BR2_PACKAGE_LIBSNDFILE config BR2_PACKAGE_LIBSNDFILE
bool "libsndfile" bool "libsndfile"
help help
Libsndfile is a C library for reading and writing files containing Libsndfile is a C library for reading and writing files
sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) containing sampled sound (such as MS Windows WAV and the
through one standard library interface. Apple/SGI AIFF format) through one standard library interface.
http://www.mega-nerd.com/libsndfile/ http://www.mega-nerd.com/libsndfile/

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_LIBTHEORA
select BR2_PACKAGE_LIBOGG select BR2_PACKAGE_LIBOGG
select BR2_PACKAGE_LIBVORBIS select BR2_PACKAGE_LIBVORBIS
help help
A library for the free and open video compression format "Theora" A library for the free and open video compression format
from the Xiph.org Foundation. "Theora" from the Xiph.org Foundation.
http://www.theora.org/ http://www.theora.org/

View File

@ -3,9 +3,9 @@ config BR2_PACKAGE_LIBTOMCRYPT
select BR2_PACKAGE_LIBTOMMATH select BR2_PACKAGE_LIBTOMMATH
help help
LibTomCrypt is a fairly comprehensive, modular and portable LibTomCrypt is a fairly comprehensive, modular and portable
cryptographic toolkit that provides developers with a vast array cryptographic toolkit that provides developers with a vast
of well known published block ciphers, one-way hash functions, array of well known published block ciphers, one-way hash
chaining modes, pseudo-random number generators, public key functions, chaining modes, pseudo-random number generators,
cryptography and a plethora of other routines. public key cryptography and a plethora of other routines.
http://www.libtom.net http://www.libtom.net

View File

@ -1,7 +1,8 @@
config BR2_PACKAGE_LIBTOOL config BR2_PACKAGE_LIBTOOL
bool "libtool" bool "libtool"
help help
Library that hides the complexity of using shared/static libraries Library that hides the complexity of using shared/static
on different platforms behind a consistent, portable interface. libraries on different platforms behind a consistent, portable
interface.
http://www.gnu.org/software/libtool/ http://www.gnu.org/software/libtool/

View File

@ -2,10 +2,11 @@ config BR2_PACKAGE_LIBUPNP
bool "libupnp" bool "libupnp"
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
help help
The portable SDK for UPnP(tm) Devices (libupnp) provides developers The portable SDK for UPnP(tm) Devices (libupnp) provides
with an API and open source code for building control points, developers with an API and open source code for building
devices, and bridges that are compliant with Version 1.0 of the control points, devices, and bridges that are compliant with
Universal Plug and Play Device Architecture Specification Version 1.0 of the Universal Plug and Play Device Architecture
Specification
http://pupnp.sourceforge.net/ http://pupnp.sourceforge.net/

View File

@ -7,8 +7,8 @@ config BR2_PACKAGE_LIBUPNPP
select BR2_PACKAGE_LIBCURL select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBUPNP select BR2_PACKAGE_LIBUPNP
help help
The libupnpp C++ library wraps libupnp for easier use by upmpdcli and The libupnpp C++ library wraps libupnp for easier use by
upplay. upmpdcli and upplay.
http://www.lesbonscomptes.com/upmpdcli/ http://www.lesbonscomptes.com/upmpdcli/

View File

@ -16,8 +16,8 @@ config BR2_PACKAGE_LIBURCU
On ARM, because of bug: On ARM, because of bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854
liburcu cannot be built using gcc 4.8.0, 4.8.1 or 4.8.2 without the liburcu cannot be built using gcc 4.8.0, 4.8.1 or 4.8.2
following bug fix: without the following bug fix:
http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=204665 http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=204665
http://lttng.org/urcu http://lttng.org/urcu

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_LIBURIPARSER config BR2_PACKAGE_LIBURIPARSER
bool "liburiparser" bool "liburiparser"
help help
uriparser is a strictly RFC 3986 compliant URI parsing and handling uriparser is a strictly RFC 3986 compliant URI parsing and
library written in C. handling library written in C.
http://uriparser.sourceforge.net http://uriparser.sourceforge.net

View File

@ -6,9 +6,10 @@ config BR2_PACKAGE_LIBV4L
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help help
libv4l is a collection of libraries which adds a thin abstraction libv4l is a collection of libraries which adds a thin
layer on top of video4linux2 devices. libv4l consists of 3 different abstraction layer on top of video4linux2 devices. libv4l
libraries: libv4lconvert, libv4l1 and libv4l2. consists of 3 different libraries: libv4lconvert, libv4l1 and
libv4l2.
http://linuxtv.org/wiki/index.php/V4l-utils http://linuxtv.org/wiki/index.php/V4l-utils
@ -20,7 +21,8 @@ comment "libv4l JPEG support not enabled"
config BR2_PACKAGE_LIBV4L_UTILS config BR2_PACKAGE_LIBV4L_UTILS
bool "v4l-utils tools" bool "v4l-utils tools"
help help
v4l-utils is a collection of various video4linux and DVB utilities. v4l-utils is a collection of various video4linux and DVB
utilities.
Enable this if you want to build the following tools: Enable this if you want to build the following tools:
- cx18-ctl - cx18-ctl
- dvb-fe-tool, dvbv5-zap, dvbv5-scan, dvb-format-convert - dvb-fe-tool, dvbv5-zap, dvbv5-scan, dvb-format-convert

View File

@ -7,10 +7,11 @@ config BR2_PACKAGE_LIBVA
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7 select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7 select BR2_PACKAGE_XLIB_LIBXFIXES if BR2_PACKAGE_XORG7
help help
The main motivation for VA-API (Video Acceleration API) is to enable The main motivation for VA-API (Video Acceleration API) is to
hardware accelerated video decode/encode at various entry-points (VLD, enable hardware accelerated video decode/encode at various
IDCT, Motion Compensation etc.) for the prevailing coding standards entry-points (VLD, IDCT, Motion Compensation etc.) for the
today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3). prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263,
MPEG-4 AVC/H.264, and VC-1/VMW3).
https://01.org/linuxmedia/vaapi https://01.org/linuxmedia/vaapi

View File

@ -3,12 +3,13 @@ config BR2_PACKAGE_LIBVORBIS
select BR2_PACKAGE_LIBOGG select BR2_PACKAGE_LIBOGG
help help
Library for the Vorbis open source audio decoder Library for the Vorbis open source audio decoder
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, Ogg Vorbis is a fully open, non-proprietary,
general-purpose compressed audio format for mid to high quality patent-and-royalty-free, general-purpose compressed audio
(8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and format for mid to high quality (8kHz-48.0kHz, 16+ bit,
variable bitrates from 16 to 128 kbps/channel. polyphonic) audio and music at fixed and variable bitrates
from 16 to 128 kbps/channel.
This places Vorbis in the same competitive class as audio This places Vorbis in the same competitive class as audio
representations such as MPEG-4 (AAC), and similar to, but higher representations such as MPEG-4 (AAC), and similar to, but
performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), higher performance than MPEG-1/2 audio layer 3, MPEG-4 audio
WMA and PAC. (TwinVQ), WMA and PAC.

View File

@ -3,8 +3,9 @@ config BR2_PACKAGE_LIBZIP
depends on !BR2_STATIC_LIBS # dlsym() depends on !BR2_STATIC_LIBS # dlsym()
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
C library for reading, creating, and modifying zip archives. This C library for reading, creating, and modifying zip archives.
package also contains zipcmp, ziptorrent and zipmerge utilities. This package also contains zipcmp, ziptorrent and zipmerge
utilities.
http://www.nih.at/libzip/ http://www.nih.at/libzip/