mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-14 00:41:07 +00:00
0761e3ad85
These do the same thing as the stable variant but instead fetch via Git.
10 lines
424 B
Bash
10 lines
424 B
Bash
description "Library for decoding Ogg Vorbis codec files"
|
|
dependencies libogg
|
|
check_pkgconfig vorbis
|
|
variant stable fetch_download \
|
|
https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.5.tar.gz \
|
|
6efbcecdd3e5dfbf090341b485da9d176eb250d893e3eb378c428a2db38301ce
|
|
GIT_URL=https://github.com/xiph/vorbis.git
|
|
variant stable_git fetch_git $GIT_URL v1.3.5
|
|
variant latest fetch_git $GIT_URL master
|
|
build_autotools
|