diff --git a/recipes/wip/libs/audio/boca/recipe.toml b/recipes/wip/libs/audio/boca/recipe.toml index 3e63360b8..1c0dc6b10 100644 --- a/recipes/wip/libs/audio/boca/recipe.toml +++ b/recipes/wip/libs/audio/boca/recipe.toml @@ -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", diff --git a/recipes/wip/libs/audio/libcanberra/recipe.toml b/recipes/wip/libs/audio/libcanberra/recipe.toml index 760596d02..43ea189aa 100644 --- a/recipes/wip/libs/audio/libcanberra/recipe.toml +++ b/recipes/wip/libs/audio/libcanberra/recipe.toml @@ -12,8 +12,4 @@ dependencies = [ "libtool", "libvorbis", ] -template = "custom" -script = """ -DYNAMIC_INIT -cookbook_configure -""" +template = "configure" diff --git a/recipes/wip/libs/audio/libopenshot-audio/recipe.toml b/recipes/wip/libs/audio/libopenshot-audio/recipe.toml index 752959856..6a7b1ce59 100644 --- a/recipes/wip/libs/audio/libopenshot-audio/recipe.toml +++ b/recipes/wip/libs/audio/libopenshot-audio/recipe.toml @@ -6,3 +6,7 @@ rev = "v0.4.0" shallow_clone = true [build] template = "cmake" +cmakeflags = [ + "-DENABLE_AUDIO_DOCS=OFF", + "-DAUTO_INSTALL_DOCS=OFF", +] diff --git a/recipes/wip/libs/audio/zmusic/recipe.toml b/recipes/wip/libs/audio/zmusic/recipe.toml index afd756bac..e34779c81 100644 --- a/recipes/wip/libs/audio/zmusic/recipe.toml +++ b/recipes/wip/libs/audio/zmusic/recipe.toml @@ -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" diff --git a/recipes/wip/libs/debug/libbacktrace/recipe.toml b/recipes/wip/libs/debug/libbacktrace/recipe.toml index c5751ec6d..ca772a86d 100644 --- a/recipes/wip/libs/debug/libbacktrace/recipe.toml +++ b/recipes/wip/libs/debug/libbacktrace/recipe.toml @@ -2,5 +2,6 @@ [source] git = "https://github.com/ianlancetaylor/libbacktrace" rev = "b9e40069c0b47a722286b94eb5231f7f05c08713" +shallow_clone = true [build] template = "configure" diff --git a/recipes/wip/libs/fs/libnfs/recipe.toml b/recipes/wip/libs/fs/libnfs/recipe.toml index ea2431a1a..8b114f703 100644 --- a/recipes/wip/libs/fs/libnfs/recipe.toml +++ b/recipes/wip/libs/fs/libnfs/recipe.toml @@ -3,5 +3,6 @@ [source] git = "https://github.com/sahlberg/libnfs" rev = "libnfs-6.0.2" +shallow_clone = true [build] template = "cmake" diff --git a/recipes/wip/libs/fs/physicsfs/recipe.toml b/recipes/wip/libs/fs/physicsfs/recipe.toml index 31b92617b..ff7cca8f6 100644 --- a/recipes/wip/libs/fs/physicsfs/recipe.toml +++ b/recipes/wip/libs/fs/physicsfs/recipe.toml @@ -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", ]