Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting.git;a=commitdiff;h=753410cc715f5982ced0dd360b48866379aba188
commit 753410cc715f5982ced0dd360b48866379aba188 Author: James Buren <[email protected]> Date: Thu Apr 12 06:31:15 2012 -0500 alsa-plugins-1.0.25-1-x86_64 * new package diff --git a/source/multimedia/alsa-plugins/FrugalBuild b/source/multimedia/alsa-plugins/FrugalBuild new file mode 100644 index 0000000..30fb3be --- /dev/null +++ b/source/multimedia/alsa-plugins/FrugalBuild @@ -0,0 +1,40 @@ +# Compiling Time: 0.06 SBU +# Maintainer: James Buren <[email protected]> +# Contributor: Miklos Vajna <[email protected]> + +pkgname=alsa-plugins +pkgver=1.0.25 +pkgrel=1 +pkgdesc="Various plugins for ALSA." +url="http://www.alsa-project.org" +depends=("alsa-lib>=1.0.25") +makedepends=('pulseaudio') +options=('scriptlet') +groups=('multimedia') +archs=('i686' 'x86_64') +_F_archive_grepv='rc' +up2date="Flasttar $url" +source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2) +sha1sums=('ab66de081c5b0137943658a2991ba3d5efe91573') + +subname="alsa-plugin" +subdesc="ALSA plugin for" +subprefix="/usr/lib/alsa-lib/libasound_module" + +Faddsubpkg "$subname-ffmpeg" "$subdesc ffmpeg." "ffmpeg" "$pkgname=$pkgver" +Faddsubpkg "$subname-jack" "$subdesc jack." "jack" "$pkgname=$pkgver" +Faddsubpkg "$subname-pulseaudio" "$subdesc pulseaudio." "libpulse" "$pkgname=$pkgver" +Faddsubpkg "$subname-speex" "$subdesc speex." "speex" "$pkgname=$pkgver" +Faddsubpkg "$subname-samplerate" "$subdesc samplerate." "libsamplerate" "$pkgname=$pkgver" + +build() +{ + Fbuild + Fsplit $subname-ffmpeg ${subprefix}_{pcm_a52,rate_lavcrate}\* + Fsplit $subname-jack ${subprefix}_pcm_jack\* + Fsplit $subname-pulseaudio ${subprefix}_{ctl,pcm,conf}_pulse\* + Fsplit $subname-speex ${subprefix}_{pcm_speex,rate_speexrate}\* + Fsplit $subname-samplerate ${subprefix}_rate_samplerate\* +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
