add recipes

This commit is contained in:
Ribbon 2024-03-01 01:05:47 +00:00
parent 387abb7d75
commit 5047c6cfc5
5 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/ONdraid/reve"
[build]
template = "custom"
script = """
cookbook_cargo --features reve-cli reve-gui
"""

View File

@ -0,0 +1,10 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/sekrit-twc/zimg"
rev = "e5b0de6bebbcbc66732ed5afaafef6b2c7dfef87"
[build]
template = "custom"
script = """
./autogen.sh
cookbook_configure
"""

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/gamebooster/soundboard"
[build]
template = "custom"
script = """
cookbook_cargo --features full
"""

View File

@ -0,0 +1,11 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/master-of-zen/Av1an"
[build]
template = "custom"
dependencies = [
"ffmpeg6",
]
script = """
cookbook_cargo_packages av1an
"""

View File

@ -0,0 +1,13 @@
#TODO maybe wrong script, see https://vapoursynth.com/doc/installation.html#linux-and-os-x-compilation
[source]
git = "https://github.com/vapoursynth/vapoursynth"
rev = "3157049549a0940359b37004aeeeebd8f1db665e"
[build]
template = "custom"
dependencies = [
"library1",
]
script = """
./autogen.sh
cookbook_configure
"""