# HG changeset patch # User Richard Dunbar # Date 1592612861 14400 # Node ID 3fe6c059104191b1179075fa196914bf897370fe # Parent 06b9d6e33bee59d7a236a288a482a726d94a4c17 Down orc-0.4.29 to build parole diff -r 06b9d6e33bee -r 3fe6c0591041 orc-dev/receipt --- a/orc-dev/receipt Fri Jun 19 17:01:11 2020 +0000 +++ b/orc-dev/receipt Fri Jun 19 20:27:41 2020 -0400 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="orc-dev" -VERSION="0.4.31" +VERSION="0.4.29" CATEGORY="development" SHORT_DESC="Oil runtime compiler - development files." MAINTAINER="domcox@slitaz.org" diff -r 06b9d6e33bee -r 3fe6c0591041 orc/receipt --- a/orc/receipt Fri Jun 19 17:01:11 2020 +0000 +++ b/orc/receipt Fri Jun 19 20:27:41 2020 -0400 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="orc" -VERSION="0.4.31" +VERSION="0.4.29" CATEGORY="multimedia" SHORT_DESC="The Oil Runtime Compiler." MAINTAINER="domcox@slitaz.org" @@ -11,18 +11,17 @@ 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() { - meson . \ - _build \ - --prefix=/usr && - ninja -C _build && - ninja -C _build install + ./configure \ + --libexecdir=/usr/lib \ + --disable-static \ + $CONFIGURE_ARGS && + make $MAKEFLAGS && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.