# HG changeset patch # User Hans-G?nter Theisgen # Date 1559202252 -3600 # Node ID 79721c381319dd841604b6a35357bf92cbd847f6 # Parent 9ccbd68e8f7e6aa1ea4d0f7712b40e16a7081e05 updated orc and orc-dev (0.4.18 -> 0.4.29) diff -r 9ccbd68e8f7e -r 79721c381319 orc-dev/receipt --- a/orc-dev/receipt Thu May 30 08:28:26 2019 +0100 +++ b/orc-dev/receipt Thu May 30 08:44:12 2019 +0100 @@ -1,23 +1,26 @@ # SliTaz package receipt. PACKAGE="orc-dev" -VERSION="0.4.18" +VERSION="0.4.29" CATEGORY="development" -SHORT_DESC="Oil runtime compiler devel files" +SHORT_DESC="Oil runtime compiler - development files." MAINTAINER="domcox@slitaz.org" LICENSE="BSD" -WEB_SITE="https://gstreamer.freedesktop.org/data/doc/orc/" -HOST_ARCH="i486 arm" +WEB_SITE="https://gstreamer.freedesktop.org/projects/orc.html" + +DEPENDS="orc pkg-config" WANTED="orc" -DEPENDS="orc pkg-config" +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib/ - cp -a $install/usr/share $fs/usr + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/share + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib/ + cp -a $install/usr/share $fs/usr } diff -r 9ccbd68e8f7e -r 79721c381319 orc/receipt --- a/orc/receipt Thu May 30 08:28:26 2019 +0100 +++ b/orc/receipt Thu May 30 08:44:12 2019 +0100 @@ -1,30 +1,34 @@ # SliTaz package receipt. PACKAGE="orc" -VERSION="0.4.18" +VERSION="0.4.29" CATEGORY="multimedia" -SHORT_DESC="The Oil Runtime Compiler" +SHORT_DESC="The Oil Runtime Compiler." MAINTAINER="domcox@slitaz.org" LICENSE="BSD" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://gstreamer.freedesktop.org/data/doc/orc/" -WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL" +WEB_SITE="https://gstreamer.freedesktop.org/projects/orc.html" + +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://gstreamer.freedesktop.org/src/$PACKAGE/$TARBALL" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - ./configure \ - --libexecdir=/usr/lib \ - --disable-static \ + ./configure \ + --libexecdir=/usr/lib \ + --disable-static \ $CONFIGURE_ARGS && - make $MAKEFLAGS && make install + make $MAKEFLAGS && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib }