# HG changeset patch # User Hans-G?nter Theisgen # Date 1585387299 -3600 # Node ID a4fc902527746df77b8621b1f000dde8a4e7abfa # Parent 91d4ae5b79995a82e666e6c8fb9c3c7f61a76891 updated orc and orc-dev (0.4.29 -> 0.4.31) diff -r 91d4ae5b7999 -r a4fc90252774 orc-dev/receipt --- a/orc-dev/receipt Fri Mar 27 17:53:32 2020 +0100 +++ b/orc-dev/receipt Sat Mar 28 10:21:39 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="orc-dev" -VERSION="0.4.29" +VERSION="0.4.31" CATEGORY="development" SHORT_DESC="Oil runtime compiler - development files." MAINTAINER="domcox@slitaz.org" diff -r 91d4ae5b7999 -r a4fc90252774 orc/receipt --- a/orc/receipt Fri Mar 27 17:53:32 2020 +0100 +++ b/orc/receipt Sat Mar 28 10:21:39 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="orc" -VERSION="0.4.29" +VERSION="0.4.31" CATEGORY="multimedia" SHORT_DESC="The Oil Runtime Compiler." MAINTAINER="domcox@slitaz.org" @@ -11,17 +11,18 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://gstreamer.freedesktop.org/src/$PACKAGE/$TARBALL" +BUILD_DEPENDS="meson ninja" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - ./configure \ - --libexecdir=/usr/lib \ - --disable-static \ - $CONFIGURE_ARGS && - make $MAKEFLAGS && - make install + meson . \ + _build \ + --prefix=/usr && + ninja -C _build && + ninja -C _build install } # Rules to gen a SliTaz package suitable for Tazpkg.