2021-04-27 23:00:52 +03:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
|
|
|
port=libtheora
|
|
|
|
version=1.1.1
|
|
|
|
useconfigure=true
|
2022-06-03 18:03:35 +03:00
|
|
|
configopts=()
|
2022-01-08 16:32:29 +03:00
|
|
|
use_fresh_config_sub=true
|
2023-07-10 14:10:29 +03:00
|
|
|
files=(
|
2023-09-02 07:32:27 +03:00
|
|
|
"https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-${version}.tar.bz2#b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc"
|
2023-07-10 14:10:29 +03:00
|
|
|
)
|
2021-09-27 01:16:18 +03:00
|
|
|
depends=("libvorbis")
|
2022-06-03 18:03:35 +03:00
|
|
|
configopts=("--disable-examples" "--disable-static" "--enable-shared")
|