commit 6ff32d0

hovercats  ·  2024-04-13 06:39:30 +0000 UTC
parent cb15340
lame: import
7 files changed,  +86, -0
+42, -0
 1@@ -0,0 +1,42 @@
 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+
+15, -0
 1@@ -0,0 +1,15 @@
 2+#!/bin/sh -e
 3+
 4+# Disable HTML documentation.
 5+sed 's/html man/man/' doc/Makefile.in > _
 6+mv -f _ doc/Makefile.in
 7+
 8+./configure \
 9+    ac_cv_lib_ncurses_initscr=no \
10+    ac_cv_lib_curses_initscr=no \
11+    --prefix=/usr \
12+    --enable-shared \
13+    --disable-gtktest
14+
15+make
16+make DESTDIR="$1" install
+1, -0
1@@ -0,0 +1 @@
2+18bd5d721dd053bdf9d4134690aeb118306eb07a530888f1f86617e5aad999c012
+0, -0
+26, -0
 1@@ -0,0 +1,26 @@
 2+/var/db/kiss/installed/lame/version
 3+/var/db/kiss/installed/lame/sources
 4+/var/db/kiss/installed/lame/manifest
 5+/var/db/kiss/installed/lame/checksums
 6+/var/db/kiss/installed/lame/build
 7+/var/db/kiss/installed/lame/README
 8+/var/db/kiss/installed/lame/
 9+/var/db/kiss/installed/
10+/var/db/kiss/
11+/var/db/
12+/var/
13+/usr/share/man/man1/lame.1
14+/usr/share/man/man1/
15+/usr/share/man/
16+/usr/share/
17+/usr/lib/libmp3lame.so.0.0.0
18+/usr/lib/libmp3lame.so.0
19+/usr/lib/libmp3lame.so
20+/usr/lib/libmp3lame.a
21+/usr/lib/
22+/usr/include/lame/lame.h
23+/usr/include/lame/
24+/usr/include/
25+/usr/bin/lame
26+/usr/bin/
27+/usr/
+1, -0
1@@ -0,0 +1 @@
2+https://fossies.org/linux/misc/lame-3.100.tar.gz
+1, -0
1@@ -0,0 +1 @@
2+3.100 2