1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:27:35 +00:00

Ports: add libvorbis

This commit is contained in:
Alexander 2021-04-01 00:12:26 +02:00 committed by Andreas Kling
parent 1ea8d73628
commit 86ecbd809f
3 changed files with 19 additions and 0 deletions

7
Ports/libvorbis/package.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libvorbis
version=1.3.7
useconfigure=true
configopts="--prefix=${SERENITY_BUILD_DIR}/Root/usr/local"
files="https://github.com/xiph/vorbis/releases/download/v${version}/libvorbis-${version}.tar.gz libvorbis-${version}.tar.gz"
depends=libogg