mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Improve some library recipes
This commit is contained in:
parent
ab2d15510c
commit
5fdaba25a1
@ -1,12 +1,11 @@
|
||||
#TODO missing script for gnu make
|
||||
# build instructions - https://github.com/enzo1982/boca/#installation
|
||||
#TODO missing script for gnu make: https://github.com/enzo1982/boca/#installation
|
||||
[source]
|
||||
tar = "https://github.com/enzo1982/BoCA/releases/download/v1.0.7/boca-1.0.7.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libsmooth",
|
||||
"pulseaudio",
|
||||
"libpulse",
|
||||
"libcdio",
|
||||
"libcdio-paranoia",
|
||||
"expat",
|
||||
|
||||
@ -12,8 +12,4 @@ dependencies = [
|
||||
"libtool",
|
||||
"libvorbis",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
template = "configure"
|
||||
|
||||
@ -6,3 +6,7 @@ rev = "v0.4.0"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
cmakeflags = [
|
||||
"-DENABLE_AUDIO_DOCS=OFF",
|
||||
"-DAUTO_INSTALL_DOCS=OFF",
|
||||
]
|
||||
|
||||
@ -2,5 +2,7 @@
|
||||
# build instructions: https://github.com/ZDoom/ZMusic#readme
|
||||
[source]
|
||||
git = "https://github.com/ZDoom/ZMusic"
|
||||
rev = "1.3.0"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
|
||||
@ -2,5 +2,6 @@
|
||||
[source]
|
||||
git = "https://github.com/ianlancetaylor/libbacktrace"
|
||||
rev = "b9e40069c0b47a722286b94eb5231f7f05c08713"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "configure"
|
||||
|
||||
@ -3,5 +3,6 @@
|
||||
[source]
|
||||
git = "https://github.com/sahlberg/libnfs"
|
||||
rev = "libnfs-6.0.2"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
|
||||
@ -3,8 +3,10 @@
|
||||
[source]
|
||||
git = "https://github.com/icculus/physfs"
|
||||
branch = "stable-3.2"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
cmakeflags = [
|
||||
"-DPHYSFS_BUILD_TEST=OFF",
|
||||
"-DPHYSFS_BUILD_DOCS=OFF",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user