# HG changeset patch # User Hans-G?nter Theisgen # Date 1555685464 -3600 # Node ID 3ed0c77db49595ce3271545acefef11a0d289ef8 # Parent 094f58ac81837a50b11b2377a33ed48c81c57736 updated libvorbis and libvorbis-dev (1.3.3 -> 1.3.6) diff -r 094f58ac8183 -r 3ed0c77db495 libvorbis-dev/receipt --- a/libvorbis-dev/receipt Fri Apr 19 15:52:41 2019 +0200 +++ b/libvorbis-dev/receipt Fri Apr 19 15:51:04 2019 +0100 @@ -1,23 +1,26 @@ # SliTaz package receipt. PACKAGE="libvorbis-dev" -VERSION="1.3.3" +VERSION="1.3.6" CATEGORY="development" -SHORT_DESC="Vorbis base library." +SHORT_DESC="Vorbis base library - development files." MAINTAINER="pankso@slitaz.org" -LICENSE="other" +LICENSE="BSD" +WEB_SITE="https://www.xiph.org/vorbis/" + WANTED="libvorbis" -WEB_SITE="https://www.xiph.org/" +DEPENDS="libogg-dev libvorbis pkg-config" + HOST_ARCH="i486 arm" -DEPENDS="libogg-dev libvorbis pkg-config" - # 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/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/share/aclocal $fs/usr/share + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/share + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/share/aclocal $fs/usr/share } diff -r 094f58ac8183 -r 3ed0c77db495 libvorbis/receipt --- a/libvorbis/receipt Fri Apr 19 15:52:41 2019 +0200 +++ b/libvorbis/receipt Fri Apr 19 15:51:04 2019 +0100 @@ -1,25 +1,27 @@ # SliTaz package receipt. PACKAGE="libvorbis" -VERSION="1.3.3" +VERSION="1.3.6" CATEGORY="multimedia" SHORT_DESC="Vorbis base library." MAINTAINER="pankso@slitaz.org" -LICENSE="other" +LICENSE="BSD" +WEB_SITE="https://www.xiph.org/vorbis/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.xiph.org/" WGET_URL="https://downloads.xiph.org/releases/vorbis/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="libogg" BUILD_DEPENDS="libogg-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { ./configure \ $CONFIGURE_ARGS && - make && + make -j 1 && make DESTDIR=$DESTDIR install } @@ -34,4 +36,3 @@ cp -a $install/usr/lib/*.so* $fs/usr/lib } -