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

recipes/utils/rubberband/PAGBUILD.yaml main

43 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243
pkgname: rubberband
pkgver: '4.0.0'
pkgrel: '1'
pkgdesc: 'Time-stretching and pitch-shifting audio library and utility'
url: 'https://www.breakfastquay.com/rubberband/'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- meson
- ninja
- python
- ladspa
- libsamplerate
- fftw
- 'vamp-plugin-sdk'

source:
- 'https://breakfastquay.com/files/releases/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  mkdir build
  cd    build

  meson setup ..   \
        --prefix=/usr \
        --buildtype=release

  ninja

  DESTDIR=${PKGDIR} ninja install

  install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true