wok-next diff speex/receipt @ rev 20095
Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 28 16:45:22 2017 +0300 (2017-10-28) |
parents | 9278a60d6895 |
children | 6d173c4b9591 |
line diff
1.1 --- a/speex/receipt Mon Jun 05 16:48:55 2017 +0300 1.2 +++ b/speex/receipt Sat Oct 28 16:45:22 2017 +0300 1.3 @@ -7,27 +7,36 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="BSD" 1.6 WEB_SITE="https://www.speex.org/" 1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/speex.html" 1.8 HOST_ARCH="i486 arm" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 -WGET_URL="http://downloads.us.xiph.org/releases/speex/$TARBALL" 1.12 +WGET_URL="https://downloads.xiph.org/releases/speex/$TARBALL" 1.13 1.14 -BUILD_DEPENDS="libogg-dev gfortran" 1.15 -SPLIT="speex-dev" 1.16 +BUILD_DEPENDS="speexdsp-dev libogg-dev" 1.17 +SPLIT="speex-bin speex-dev" 1.18 1.19 -# Rules to configure and make the package. 1.20 -compile_rules() 1.21 -{ 1.22 - ./configure $CONFIGURE_ARGS && make && make -j1 install 1.23 +compile_rules() { 1.24 + ./configure \ 1.25 + --disable-static \ 1.26 + --docdir=/usr/share/doc/$PACKAGE-$VERSION \ 1.27 + \ 1.28 + --enable-binaries \ 1.29 + $CONFIGURE_ARGS && 1.30 + make && 1.31 + make -j1 install 1.32 } 1.33 1.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 -genpkg_rules() 1.36 -{ 1.37 +genpkg_rules() { 1.38 case $PACKAGE in 1.39 speex) 1.40 - copy @std 1.41 - DEPENDS="libogg" 1.42 + copy *.so* 1.43 + CAT="multimedia|library" 1.44 + ;; 1.45 + *-bin) 1.46 + copy bin/ 1.47 + CAT="multimedia|encoder and decoder" 1.48 + DEPENDS="libogg speex speexdsp" 1.49 ;; 1.50 *-dev) 1.51 copy @dev