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

recipes/utils/soundtouch/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: soundtouch
pkgver: '2.4.1'
pkgrel: '1'
pkgdesc: Audio processing library that allows changing the sound tempo, pitch and playback rate.
url: 'https://www.surina.net/soundtouch/'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- libtool
- m4
- sed
- grep
source:
- 'https://codeberg.org/soundtouch/soundtouch/archive/2.3.1.tar.gz'
sha256sums:
- 42633774f372d8cb0a33333a0ea3b30f357c548626526ac9f6ce018c94042692
build: |
  cd ${pkgname}
  ./bootstrap
  ./configure --prefix=/usr \
  --docdir=/usr/share/doc/${pkgname}-${pkgver}
  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libSoundTouch.la
package: |
  true