commit d05e912

hovercats  ·  2024-10-11 22:22:24 +0000 UTC
parent 1c2c8e4
repo/: remove leftover READMEs
10 files changed,  +0, -446
+0, -39
 1@@ -1,39 +0,0 @@
 2-alsa-lib
 3-________________________________________________________________________________
 4-
 5-The ALSA library API is the interface to the ALSA drivers. Developers need to
 6-use the functions in this API to achieve native ALSA support for their
 7-applications. [0]
 8-
 9-Upstream: https://www.alsa-project.org/wiki/Main_Page
10-
11-
12-[000] Index
13-________________________________________________________________________________
14-
15-* Installation ........................................................... [001]
16-* Usage .................................................................. [002]
17-* References ............................................................. [003]
18-
19-
20-[001] Installation
21-________________________________________________________________________________
22-
23-+------------------------------------------------------------------------------+
24-|                                                                              |
25-|  $ kiss b alsa-lib                                                           |
26-|                                                                              |
27-+------------------------------------------------------------------------------+
28-
29-
30-[002] Usage
31-________________________________________________________________________________
32-
33-Refer to the online documentation as the package does not yet provide any. [0]
34-
35-
36-[003] References
37-________________________________________________________________________________
38-
39-[0] https://www.alsa-project.org/wiki/ALSA_Library_API
40-
+0, -72
 1@@ -1,72 +0,0 @@
 2-ccache
 3-________________________________________________________________________________
 4-
 5-Ccache is a software development tool that caches the output of C/C++
 6-compilation so that the next time, the same compilation can be avoided and the
 7-results can be taken from the cache. This can greatly speed up recompiling time.
 8-The detection is done by hashing different kinds of information that should be
 9-unique for the compilation and then using the hash sum to identify the cached
10-output. Ccache is licensed under the GNU General Public License. [0]
11-
12-Upstream: https://ccache.dev/
13-
14-
15-[000] Index
16-________________________________________________________________________________
17-
18-* Installation ........................................................... [001]
19-* Setup .................................................................. [002]
20-* Usage .................................................................. [003]
21-* Troubleshooting ........................................................ [004]
22-* References ............................................................. [005]
23-
24-
25-[001] Installation
26-________________________________________________________________________________
27-
28-+------------------------------------------------------------------------------+
29-|                                                                              |
30-|  $ kiss b ccache                                                             |
31-|                                                                              |
32-+------------------------------------------------------------------------------+
33-
34-
35-[002] Setup
36-________________________________________________________________________________
37-
38-To use ccache system-wide add the following to your .profile or shell runtime
39-configuration file. This will use ccache's wrappers in place of the actual
40-executables.
41-
42-+------------------------------------------------------------------------------+
43-|                                                                              |
44-| .profile                                                                     |
45-|                                                                              |
46-|  1 export PATH=/usr/lib/ccache/bin:$PATH                                     |
47-|                                                                              |
48-+------------------------------------------------------------------------------+
49-
50-If using clang as the system compiler the setup is a little different. Do the
51-above step and in addition, create the following symbolic links.
52-
53-+------------------------------------------------------------------------------+
54-|                                                                              |
55-|  $ ln -s /usr/bin/ccache /usr/lib/ccache/bin/clang                           |
56-|  $ ln -s /usr/bin/ccache /usr/lib/ccache/bin/clang++                         |
57-|                                                                              |
58-+------------------------------------------------------------------------------+
59-
60-
61-[003] Usage
62-________________________________________________________________________________
63-
64-Refer to the command help output. The package does not yet provide any such
65-documentation. There is also documentation available online. To verify that
66-ccache is working the 'ccache -s' command can be used.
67-
68-
69-[005] References
70-________________________________________________________________________________
71-
72-[0] https://en.wikipedia.org/wiki/Ccache
73-
+0, -42
 1@@ -1,42 +0,0 @@
 2-lame
 3-________________________________________________________________________________
 4-
 5-LAME is a software encoder that converts a digitized WAV audio file into the MP3
 6-audio coding file format. LAME is a free software project that was first
 7-released in 1998, and has incorporated many improvements since then, including
 8-an improved psychoacoustic model. The LAME encoder outperforms early encoders
 9-like L3enc. [0]
10-
11-Upstream: https://lame.sourceforge.io/
12-
13-
14-[000] Index
15-________________________________________________________________________________
16-
17-* Installation ........................................................... [001]
18-* Usage .................................................................. [002]
19-* References ............................................................. [003]
20-
21-
22-[001] Installation
23-________________________________________________________________________________
24-
25-+------------------------------------------------------------------------------+
26-|                                                                              |
27-|  $ kiss b lame                                                               |
28-|                                                                              |
29-+------------------------------------------------------------------------------+
30-
31-
32-[002] Usage
33-________________________________________________________________________________
34-
35-Refer to the manual pages and command help output. No library documentation is
36-yet provided.
37-
38-
39-[003] References
40-________________________________________________________________________________
41-
42-[0] https://en.wikipedia.org/wiki/LAME
43-
+0, -42
 1@@ -1,42 +0,0 @@
 2-libelf
 3-________________________________________________________________________________
 4-
 5-NOTE: The libelf implementation is one component of elfutils of which the
 6-      following information is about.
 7-
 8-elfutils is a collection of utilities and libraries to read, create and modify
 9-ELF binary files, find and handle DWARF debug data, symbols, thread state and
10-stacktraces for processes and core files on GNU/Linux. [0]
11-
12-Upstream: https://sourceware.org/elfutils/
13-
14-
15-[000] Index
16-________________________________________________________________________________
17-
18-* Installation ........................................................... [001]
19-* Usage .................................................................. [002]
20-* References ............................................................. [003]
21-
22-
23-[001] Installation
24-________________________________________________________________________________
25-
26-+------------------------------------------------------------------------------+
27-|                                                                              |
28-|  $ kiss b libelf                                                             |
29-|                                                                              |
30-+------------------------------------------------------------------------------+
31-
32-
33-[002] Usage
34-________________________________________________________________________________
35-
36-Refer to the manual pages for more information.
37-
38-
39-[003] References
40-________________________________________________________________________________
41-
42-[0] https://sourceware.org/elfutils/
43-
+0, -42
 1@@ -1,42 +0,0 @@
 2-libogg
 3-________________________________________________________________________________
 4-
 5-Ogg is a free, open container format maintained by the Xiph.Org Foundation. The
 6-creators of the Ogg format state that it is unrestricted by software patents and
 7-is designed to provide for efficient streaming and manipulation of high-quality
 8-digital multimedia. Its name is derived from "ogging", jargon from the computer
 9-game Netrek. [0]
10-
11-Upstream: https://www.xiph.org/ogg/
12-
13-
14-[000] Index
15-________________________________________________________________________________
16-
17-* Installation ........................................................... [001]
18-* Usage .................................................................. [002]
19-* References ............................................................. [003]
20-
21-
22-[001] Installation
23-________________________________________________________________________________
24-
25-+------------------------------------------------------------------------------+
26-|                                                                              |
27-|  $ kiss b libogg                                                             |
28-|                                                                              |
29-+------------------------------------------------------------------------------+
30-
31-
32-[002] Usage
33-________________________________________________________________________________
34-
35-No documentation is currently provided with the package, refer to online
36-documentation for the time being.
37-
38-
39-[003] References
40-________________________________________________________________________________
41-
42-[0] https://en.wikipedia.org/wiki/Ogg
43-
+0, -42
 1@@ -1,42 +0,0 @@
 2-libvorbis
 3-________________________________________________________________________________
 4-
 5-Vorbis is a free and open-source software project headed by the Xiph.Org
 6-Foundation. The project produces an audio coding format and software reference
 7-encoder/decoder (codec) for lossy audio compression. Vorbis is most commonly
 8-used in conjunction with the Ogg container format[9] and it is therefore often
 9-referred to as Ogg Vorbis. [0]
10-
11-Upstream: https://xiph.org/vorbis/
12-
13-
14-[000] Index
15-________________________________________________________________________________
16-
17-* Installation ........................................................... [001]
18-* Usage .................................................................. [002]
19-* References ............................................................. [003]
20-
21-
22-[001] Installation
23-________________________________________________________________________________
24-
25-+------------------------------------------------------------------------------+
26-|                                                                              |
27-|  $ kiss b libvorbis                                                          |
28-|                                                                              |
29-+------------------------------------------------------------------------------+
30-
31-
32-[002] Usage
33-________________________________________________________________________________
34-
35-No documentation is currently provided with the package, refer to online
36-documentation for the time being.
37-
38-
39-[003] References
40-________________________________________________________________________________
41-
42-[0] https://en.wikipedia.org/wiki/Vorbis
43-
+0, -41
 1@@ -1,41 +0,0 @@
 2-libvpx
 3-________________________________________________________________________________
 4-
 5-libvpx is a free software video codec library from Google and the Alliance for O
 6-pen Media (AOMedia). It serves as the reference software implementation for the
 7-VP8 and VP9 video coding formats, and for AV1 a special fork named libaom that
 8-was stripped of backwards compatibility. [0]
 9-
10-Upstream: https://github.com/webmproject/libvpx
11-
12-
13-[000] Index
14-________________________________________________________________________________
15-
16-* Installation ........................................................... [001]
17-* Usage .................................................................. [002]
18-* References ............................................................. [003]
19-
20-
21-[001] Installation
22-________________________________________________________________________________
23-
24-+------------------------------------------------------------------------------+
25-|                                                                              |
26-|  $ kiss b libvpx                                                             |
27-|                                                                              |
28-+------------------------------------------------------------------------------+
29-
30-
31-[002] Usage
32-________________________________________________________________________________
33-
34-No documentation is currently provided with the package, refer to online
35-documentation for the time being.
36-
37-
38-[003] References
39-________________________________________________________________________________
40-
41-[0] https://en.wikipedia.org/wiki/Libvpx
42-
+0, -40
 1@@ -1,40 +0,0 @@
 2-m4
 3-________________________________________________________________________________
 4-
 5-GNU m4 is an implementation of m4 for the GNU Project. It is designed to avoid
 6-many kinds of arbitrary limits found in traditional m4 implementations, such as
 7-maximum line lengths, maximum size of a macro and number of macros. Removing
 8-such arbitrary limits is one of the stated goals of the GNU Project. [0]
 9-
10-Upstream: https://www.gnu.org/software/m4/
11-
12-
13-[000] Index
14-________________________________________________________________________________
15-
16-* Installation ........................................................... [001]
17-* Usage .................................................................. [002]
18-* References ............................................................. [003]
19-
20-
21-[001] Installation
22-________________________________________________________________________________
23-
24-+------------------------------------------------------------------------------+
25-|                                                                              |
26-|  $ kiss b m4                                                                 |
27-|                                                                              |
28-+------------------------------------------------------------------------------+
29-
30-
31-[002] Usage
32-________________________________________________________________________________
33-
34-Refer to the manual pages and command help output.
35-
36-
37-[003] References
38-________________________________________________________________________________
39-
40-[0] https://en.wikipedia.org/wiki/M4_(computer_language)
41-
+0, -44
 1@@ -1,44 +0,0 @@
 2-opus
 3-________________________________________________________________________________
 4-
 5-Opus is a lossy audio coding format developed by the Xiph.Org Foundation and
 6-standardized by the Internet Engineering Task Force, designed to efficiently
 7-code speech and general audio in a single format, while remaining low-latency
 8-enough for real-time interactive communication and low-complexity enough for
 9-low-end embedded processors. Opus replaces both Vorbis and Speex for new
10-applications, and several blind listening tests have ranked it higher-quality
11-than any other standard audio format at any given bitrate until transparency is
12-reached, including MP3, AAC, and HE-AAC. [0]
13-
14-Upstream: https://opus-codec.org/
15-
16-
17-[000] Index
18-________________________________________________________________________________
19-
20-* Installation ........................................................... [001]
21-* Usage .................................................................. [002]
22-* References ............................................................. [003]
23-
24-
25-[001] Installation
26-________________________________________________________________________________
27-
28-+------------------------------------------------------------------------------+
29-|                                                                              |
30-|  $ kiss b opus                                                               |
31-|                                                                              |
32-+------------------------------------------------------------------------------+
33-
34-
35-[002] Usage
36-________________________________________________________________________________
37-
38-Refer to the manual pages and command help output.
39-
40-
41-[003] References
42-________________________________________________________________________________
43-
44-[0] https://en.wikipedia.org/wiki/Opus_(audio_format)
45-
+0, -42
 1@@ -1,42 +0,0 @@
 2-xvidcore
 3-________________________________________________________________________________
 4-
 5-Xvid (formerly "XviD") is a video codec library following the MPEG-4 video
 6-coding standard, specifically MPEG-4 Part 2 Advanced Simple Profile (ASP). It
 7-uses ASP features such as b-frames, global and quarter pixel motion
 8-compensation, lumi masking, trellis quantization, and H.263, MPEG and custom
 9-quantization matrices. [0]
10-
11-Upstream: https://labs.xvid.com/source/
12-
13-
14-[000] Index
15-________________________________________________________________________________
16-
17-* Installation ........................................................... [001]
18-* Usage .................................................................. [002]
19-* References ............................................................. [003]
20-
21-
22-[001] Installation
23-________________________________________________________________________________
24-
25-+------------------------------------------------------------------------------+
26-|                                                                              |
27-|  $ kiss b xvidcore                                                           |
28-|                                                                              |
29-+------------------------------------------------------------------------------+
30-
31-
32-[002] Usage
33-________________________________________________________________________________
34-
35-No documentation is currently provided with the package, refer to online
36-documentation for the time being.
37-
38-
39-[003] References
40-________________________________________________________________________________
41-
42-[0] https://en.wikipedia.org/wiki/Xvid
43-