commit a155bf5
hovercats
·
2024-04-13 06:38:07 +0000 UTC
parent d001ac5
libogg: import
7 files changed,
+84,
-0
+42,
-0
1@@ -0,0 +1,42 @@
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+
+12,
-0
1@@ -0,0 +1,12 @@
2+#!/bin/sh -e
3+
4+export DESTDIR="$1"
5+
6+./configure \
7+ --prefix=/usr
8+
9+make -C src
10+make -C include install
11+make -C src install
12+
13+make install-m4dataDATA install-pkgconfigDATA
+1,
-0
1@@ -0,0 +1 @@
2+3f6c106afa5b026ca7b8a0cc56fdb100bf2f93aee5c84f46beec4c7e1fe6c45255
+0,
-0
+27,
-0
1@@ -0,0 +1,27 @@
2+/var/db/kiss/installed/libogg/version
3+/var/db/kiss/installed/libogg/sources
4+/var/db/kiss/installed/libogg/manifest
5+/var/db/kiss/installed/libogg/checksums
6+/var/db/kiss/installed/libogg/build
7+/var/db/kiss/installed/libogg/README
8+/var/db/kiss/installed/libogg/
9+/var/db/kiss/installed/
10+/var/db/kiss/
11+/var/db/
12+/var/
13+/usr/share/aclocal/ogg.m4
14+/usr/share/aclocal/
15+/usr/share/
16+/usr/lib/pkgconfig/ogg.pc
17+/usr/lib/pkgconfig/
18+/usr/lib/libogg.so.0.8.5
19+/usr/lib/libogg.so.0
20+/usr/lib/libogg.so
21+/usr/lib/libogg.a
22+/usr/lib/
23+/usr/include/ogg/os_types.h
24+/usr/include/ogg/ogg.h
25+/usr/include/ogg/config_types.h
26+/usr/include/ogg/
27+/usr/include/
28+/usr/
+1,
-0
1@@ -0,0 +1 @@
2+https://github.com/xiph/ogg/releases/download/v1.3.5/libogg-1.3.5.tar.xz
+1,
-0
1@@ -0,0 +1 @@
2+1.3.5 1