🔒 Repository is read-only – file editing is disabled.

recipes/utils/webrtc-audio-processing/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: 'webrtc-audio-processing'
pkgver: '2.1'
pkgrel: '1'
pkgdesc: 'AudioProcessing library based on Google''s implementation of WebRTC'
url: 'https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/'
arch: x86_64
depends: []
makedepends:
- libtool
- autoconf
- git

source: []
sha256sums: []
build: |
  git clone https://anongit.freedesktop.org/git/pulseaudio/webrtc-audio-processing ${pkgname}
  cd ${pkgname}
  git checkout e882a5442ac22c93648e12837248d651d18b9247
  NOCONFIGURE=1 ./autogen.sh

  ./configure --prefix=/usr --disable-static

  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libwebrtc_audio_processing.la

package: |
  true