# HG changeset patch # User Christophe Lincoln # Date 1352925791 -3600 # Node ID 611b193465d25359aed7ae97978b26cf4b0fcc70 # Parent 4a2f9814b85c63fcecbd8b1cf8728989a2a26613 Up: alsa-plugons (1.0.26) and fix missing build deps diff -r 4a2f9814b85c -r 611b193465d2 alsa-plugins/receipt --- a/alsa-plugins/receipt Wed Nov 14 14:55:26 2012 +0100 +++ b/alsa-plugins/receipt Wed Nov 14 21:43:11 2012 +0100 @@ -1,15 +1,17 @@ # SliTaz package receipt. PACKAGE="alsa-plugins" -VERSION="1.0.25" +VERSION="1.0.26" CATEGORY="multimedia" SHORT_DESC="Alsa sound system additionnal plugins." MAINTAINER="pankso@slitaz.org" -DEPENDS="alsa-lib libsamplerate" -BUILD_DEPENDS="pkg-config alsa-lib-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.alsa-project.org/" -WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL" +#WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL" +WGET_URL="http://alsa.cybermirror.org/plugins/$TARBALL" + +DEPENDS="alsa-lib libsamplerate speex" +BUILD_DEPENDS="pkg-config alsa-lib-dev libsamplerate-dev speex-dev" # Rules to configure and make the package. compile_rules() @@ -26,6 +28,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib/alsa-lib - cp -a $_pkg/usr/lib/alsa-lib/*.so $fs/usr/lib/alsa-lib + cp -a $install/usr/lib/alsa-lib/*.so $fs/usr/lib/alsa-lib } -