# HG changeset patch # User Pascal Bellard # Date 1278323796 -7200 # Node ID a59ebb0d6909cb24d3fc87be4e3d43c6a914558e # Parent 55b0f51a38c725025911db35c1333a5c198c0f55 Up speex (1.2rc1) diff -r 55b0f51a38c7 -r a59ebb0d6909 speex-dev/receipt --- a/speex-dev/receipt Sun Jul 04 15:44:26 2010 -0400 +++ b/speex-dev/receipt Mon Jul 05 11:56:36 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="speex-dev" -VERSION="1.0.5" +VERSION="1.2rc1" CATEGORY="development" SHORT_DESC="Low bandwith voice codec dev files." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,5 +14,6 @@ mkdir -p $fs/usr/lib $fs/usr/share cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/lib/*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib cp -a $_pkg/usr/share/aclocal $fs/usr/share } diff -r 55b0f51a38c7 -r a59ebb0d6909 speex/receipt --- a/speex/receipt Sun Jul 04 15:44:26 2010 -0400 +++ b/speex/receipt Mon Jul 05 11:56:36 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="speex" -VERSION="1.0.5" +VERSION="1.2rc1" CATEGORY="multimedia" SHORT_DESC="Low bandwith voice codec." MAINTAINER="pascal.bellard@slitaz.org" @@ -26,6 +26,4 @@ mkdir -p $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - # cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib } -