add recipes

This commit is contained in:
Ribbon 2024-03-01 00:11:53 +00:00
parent 5326dc8f08
commit 387abb7d75
9 changed files with 82 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/gopher64/gopher64"
[build]
template = "cargo"
dependencies = [
"sdl2",
]

View File

@ -0,0 +1,11 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/jsgroth/jgenesis"
[build]
template = "custom"
dependencies = [
"sdl2",
]
script = """
cookbook_cargo_packages jgenesis-cli
"""

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/KieronJ/rpsx"
[build]
template = "cargo"
dependencies = [
"sdl2",
]

View File

@ -0,0 +1,12 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/scottlamb/moonfire-nvr"
[build]
template = "custom"
dependencies = [
"sqlite3",
]
script = """
cd server
cookbook_cargo
"""

View File

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

View File

@ -0,0 +1,11 @@
#TODO maybe missing dependencies, see https://github.com/gyroflow/gyroflow/blob/master/_scripts/linux.just
[source]
git = "https://github.com/gyroflow/gyroflow"
[build]
template = "cargo"
dependencies = [
"fontconfig",
"freetype2",
"ffmpeg6",
"qt6-base",
]

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/timelens/timelens"
[build]
template = "cargo"
dependencies = [
"gstreamer",
]

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/tgotwig/vidmerger"
[build]
template = "cargo"
dependencies = [
"ffmpeg6",
]