update recipes

This commit is contained in:
Ribbon 2024-03-05 23:12:08 +00:00
parent 13ad68ce5c
commit dbb65ed51a
4 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0.tar.xz"
[build]
template = "configure"

View File

@ -1,5 +1,5 @@
#TODO compiled but not tested
[source]
tar = "https://downloads.xiph.org/releases/opus/opus-1.4.tar.gz"
tar = "https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/altsem/gitu"
[build]
template = "cargo"