Skip to content

Commit

Permalink
ports: Misc backports
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Feb 23, 2025
1 parent f21b6fd commit 40db082
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 15 deletions.
1 change: 1 addition & 0 deletions recipes/base
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#! /bin/sh

name=base
version=0.0
revision=1
deps="base-files kernel init bash binutils bzip2 coreutils diffutils findutils gawk gcc gmp grep gzip less make mpc mpfr nano ncurses pcre2 readline sed tar tzdata util-vinix xz zlib zstd"
2 changes: 1 addition & 1 deletion recipes/freestnd-c-hdrs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git_url="https://github.com/osdev0/freestnd-c-hdrs.git"
commit=${version}

build() {
cp -rp "${source_dir}"/. ./
cp -rpf "${source_dir}"/. ./
}

package() {
Expand Down
2 changes: 1 addition & 1 deletion recipes/freestnd-cxx-hdrs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git_url="https://github.com/osdev0/freestnd-cxx-hdrs.git"
commit=${version}

build() {
cp -rp "${source_dir}"/. ./
cp -rpf "${source_dir}"/. ./
}

package() {
Expand Down
2 changes: 1 addition & 1 deletion recipes/libwebp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tarball_url="https://storage.googleapis.com/downloads.webmproject.org/releases/w
tarball_blake2b="022cef190284b69af781718a82b28ee9806d7e6b1e642ee0833e608f64f691ef918a83e99db02335fb9f60d24d6f0cfc58e7e05e99a3f13d2118719d40a71722"
source_hostdeps="automake autoconf libtool pkg-config"
hostdeps="gcc autoconf automake libtool pkg-config"
deps="core-libs libjpeg-turbo libpng freeglut sdl2 libtiff"
deps="core-libs libjpeg-turbo libpng freeglut sdl2-compat libtiff"

prepare() {
autotools_recursive_regen
Expand Down
2 changes: 1 addition & 1 deletion recipes/mlibc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh

name=mlibc
version=06db168549d6d42823c8b20d12086d2b1d4b8f98
version=8f59583a20c1019e0b6349a8e7ffcce62784db57
revision=1
git_url="https://github.com/managarm/mlibc.git"
commit=${version}
Expand Down
16 changes: 8 additions & 8 deletions recipes/taisei
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#! /bin/sh

name=taisei
version=1.3.2
version=1.4.2
revision=1
tarball_url="https://github.com/taisei-project/taisei/releases/download/v${version}/taisei-v${version}.tar.xz"
tarball_blake2b="608b5db6f17e2693539ce0742a1812633e91e901b3935b9e54f91514827642334f6cb6f0217aff713f1ff9dd01d971ae895ac8c98b0360f254b52d3e49bfae61"
imagedeps="meson ninja-build"
tarball_url="https://github.com/taisei-project/taisei/releases/download/v${version}/taisei-${version}.tar.xz"
tarball_blake2b="382e6e02013573f4218a073ad9d19cd128f0b4366d3f3f586e8ab4de9a5948ffedd13a22cefc9a8af04cccd2cf0205c9d6c738b125fd332b363606acd5938e4a"
imagedeps="meson ninja-build build-essential"
hostdeps="gcc pkg-config"
deps="core-libs freetype2 libpng sdl2 libwebp zlib cglm openssl libzip"
deps="core-libs freetype2 libpng sdl2-compat libwebp zlib cglm openssl"

configure() {
meson_configure \
-Ddocs=false \
-Da_sdl2mixer=false \
-Ddocs=disabled \
-Da_default=null \
-Db_lto=false
-Db_lto=false \
-Da_sdl=disabled
}

build() {
Expand Down
3 changes: 0 additions & 3 deletions recipes/xorriso
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ prepare() {
}

configure() {
cp -rp "${source_dir}"/. ./

configure_script_path=./configure \
autotools_configure
}

Expand Down

0 comments on commit 40db082

Please sign in to comment.