Ports: Add LAME
This commit is contained in:
parent
33a545a753
commit
e6bcd8aa64
Notes:
sideshowbarker
2024-07-17 06:33:00 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/e6bcd8aa64 Pull-request: https://github.com/SerenityOS/serenity/pull/21142 Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/timschumi ✅
2 changed files with 14 additions and 0 deletions
|
@ -133,6 +133,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`julius`](julius/) | julius | 1.7.0 | https://github.com/bvschaik/julius |
|
||||
| [`kakoune`](kakoune/) | Modal text editor | 24d6072 | https://github.com/mawww/kakoune |
|
||||
| [`klong`](klong/) | Klong | 20220315 | https://t3x.org/klong/ |
|
||||
| [`lame`](lame/) | LAME Ain't an MP3 Encoder | 3.100 | https://lame.sourceforge.io/ |
|
||||
| [`lcms2`](lcms2/) | Small-footprint color management engine | 2.15 | https://github.com/mm2/Little-CMS |
|
||||
| [`less`](less/) | less | 590 | https://www.greenwoodsoftware.com/less/ |
|
||||
| [`libarchive`](libarchive/) | libarchive | 3.6.1 | https://libarchive.org/ |
|
||||
|
|
13
Ports/lame/package.sh
Executable file
13
Ports/lame/package.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='lame'
|
||||
version='3.100'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
configopts=(
|
||||
'--disable-static'
|
||||
'--enable-shared'
|
||||
'--enable-dynamic-frontends'
|
||||
)
|
||||
files=(
|
||||
"https://downloads.sourceforge.net/project/lame/lame/${version}/lame-${version}.tar.gz#ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e"
|
||||
)
|
Loading…
Add table
Reference in a new issue