Skip to content
Snippets Groups Projects
Commit 0f351273 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'abi-separation' into 'master'

Add partial ABI separation on recipe dependencies and improve names

See merge request redox-os/cookbook!311
parents 29c5b5b9 7f926bf6
No related branches found
No related tags found
1 merge request!311Add partial ABI separation on recipe dependencies and improve names
Showing
with 12 additions and 12 deletions
VERSION="1.16.0" VERSION="1.16.0"
TAR=https://www.cairographics.org/releases/cairo-$VERSION.tar.xz TAR=https://www.cairographics.org/releases/cairo-$VERSION.tar.xz
BUILD_DEPENDS=(expat freetype fontconfig libpng pixman zlib) BUILD_DEPENDS=(expat freetype2 fontconfig libpng pixman zlib)
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
VERSION="1.42.4" VERSION="1.42.4"
TAR="ftp.gnome.org/pub/GNOME/sources/pango/${VERSION%.*}/pango-${VERSION}.tar.xz" TAR="ftp.gnome.org/pub/GNOME/sources/pango/${VERSION%.*}/pango-${VERSION}.tar.xz"
BUILD_DEPENDS=(cairo expat fontconfig freetype fribidi gettext glib harfbuzz libffi libiconv libpng pcre pixman zlib) BUILD_DEPENDS=(cairo expat fontconfig freetype2 fribidi gettext glib harfbuzz libffi libiconv libpng pcre pixman zlib)
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
VERSION=2.0.25 VERSION=2.0.25
TAR=https://sourceforge.net/projects/sdlgfx/files/SDL_gfx-$VERSION.tar.gz TAR=https://sourceforge.net/projects/sdlgfx/files/SDL_gfx-$VERSION.tar.gz
BUILD_DEPENDS=(sdl liborbital libiconv) BUILD_DEPENDS=(sdl1 liborbital libiconv)
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
VERSION=1.2.12 VERSION=1.2.12
TAR=https://www.libsdl.org/projects/SDL_image/release/SDL_image-$VERSION.tar.gz TAR=https://www.libsdl.org/projects/SDL_image/release/SDL_image-$VERSION.tar.gz
BUILD_DEPENDS=(sdl liborbital libiconv libjpeg libpng zlib) BUILD_DEPENDS=(sdl1 liborbital libiconv libjpeg libpng zlib)
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
VERSION=1.2.12 VERSION=1.2.12
TAR=https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$VERSION.tar.gz TAR=https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$VERSION.tar.gz
BUILD_DEPENDS=(sdl liborbital libogg libvorbis) BUILD_DEPENDS=(sdl1 liborbital libogg libvorbis)
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
VERSION=2.0.11 VERSION=2.0.11
TAR=https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$VERSION.tar.gz TAR=https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$VERSION.tar.gz
BUILD_DEPENDS=(sdl liborbital freetype libpng zlib) BUILD_DEPENDS=(sdl1 liborbital freetype2 libpng zlib)
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
VERSION=2.0.15 VERSION=2.0.15
TAR=https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$VERSION.tar.gz TAR=https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$VERSION.tar.gz
BUILD_DEPENDS=(sdl2 liborbital llvm mesa freetype libpng zlib) BUILD_DEPENDS=(sdl2 liborbital llvm mesa freetype2 libpng zlib)
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
GIT=https://gitlab.redox-os.org/redox-os/webrender.git GIT=https://gitlab.redox-os.org/redox-os/webrender.git
GIT_UPSTREAM=https://github.com/servo/webrender.git GIT_UPSTREAM=https://github.com/servo/webrender.git
BRANCH=redox BRANCH=redox
BUILD_DEPENDS=(freetype libpng llvm mesa zlib) BUILD_DEPENDS=(freetype2 libpng llvm mesa zlib)
function recipe_build { function recipe_build {
sysroot="$(realpath ../sysroot)" sysroot="$(realpath ../sysroot)"
......
BUILD_DEPENDS=(cairo expat fontconfig freetype liborbital libpng pixman zlib) BUILD_DEPENDS=(cairo expat fontconfig freetype2 liborbital libpng pixman zlib)
function recipe_version { function recipe_version {
printf "1.0.0" printf "1.0.0"
......
BUILD_DEPENDS=(liborbital llvm mesa mesa_glu zlib) BUILD_DEPENDS=(liborbital llvm mesa mesa-glu zlib)
function recipe_version { function recipe_version {
printf "1.0.0" printf "1.0.0"
......
BUILD_DEPENDS=(liborbital llvm mesa mesa_glu zlib) BUILD_DEPENDS=(liborbital llvm mesa mesa-glu zlib)
function recipe_version { function recipe_version {
printf "1.0.0" printf "1.0.0"
......
GIT=https://gitlab.redox-os.org/redox-os/rust-cairo-demo.git GIT=https://gitlab.redox-os.org/redox-os/rust-cairo-demo.git
BUILD_DEPENDS=(cairo expat fontconfig freetype libpng pixman zlib) BUILD_DEPENDS=(cairo expat fontconfig freetype2 libpng pixman zlib)
function recipe_build { function recipe_build {
sysroot="$(realpath ../sysroot)" sysroot="$(realpath ../sysroot)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment