Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c521ba591f2551523d1479fe9664db27156e3d4f
commit c521ba591f2551523d1479fe9664db27156e3d4f Author: crazy <[email protected]> Date: Tue Dec 20 12:37:35 2016 +0100 sndlib-20160821-1-x86_64 * removed , nothing seems to need it diff --git a/source/multimedia-extra/sndlib/FrugalBuild b/source/multimedia-extra/sndlib/FrugalBuild deleted file mode 100644 index 07a6804..0000000 --- a/source/multimedia-extra/sndlib/FrugalBuild +++ /dev/null @@ -1,55 +0,0 @@ -# Compiling Time: 0.23 SBU -# Maintainer: Devil505 <[email protected]> - -pkgname=sndlib -pkgver=20160821 -pkgrel=1 -pkgdesc="The Snd/CLM sound library" -url="http://ccrma-ftp.stanford.edu/" -depends=('alsa-lib' 'jack' 'portaudio' 'esd>=0.2.41' 'gsl>=2.1' 'libsamplerate') -groups=('multimedia-extra') -archs=('i686' 'x86_64') -options=('noversrc') -up2date="$pkgver" -source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname.tar.gz) -sha1sums=('e80298b8a8702e6ce9af4e4c3e8ca06d930dc304') - -build() { - Fcd $pkgname - - # x86_64 fPIC - export CFLAGS="$CFLAGS -fPIC" - - # add missing LDFLAGS - export LDFLAGS="$LDFLAGS `pkg-config --libs alsa jack esound portaudio-2.0`" - - # use gcc -shared instead of ld - sed -i "s|@SO_LD@|gcc -shared|" makefile.in || Fdie - - # replace repeated -lm with missing -lesd in sndlib-config - sed -i "s|lm|lesd|" sndlib-config.in || Fdie - - # enable most - Fmake --prefix=/usr \ - --with-esd \ - --with-alsa \ - --with-oss \ - --with-jack \ - --with-doubles \ - --with-gsl \ - --with-s7 \ - --with-portaudio - - # prepare dirs - Fmkdir /usr/{bin,include,lib} - - # config tool - Fexerel sndlib-config usr/bin/ - - # shared lib - Fexerel libsndlib.so usr/lib/ - - # headers - Finstallrel 644 [^_]*.h usr/include/ -} -# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
