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

recipes/gui/sox/PAGBUILD.yaml main

44 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041424344
pkgname: sox
pkgver: '14.8.0.1'
pkgrel: '1'
pkgdesc: The Swiss Army knife of sound processing tools
url: 'https://sox.sourceforge.net/'
arch: x86_64
license:
- GPL2
- LGPL2.1
depends: []
makedepends:
- libsndfile
- libpng
- lame
- opencore-amr
- gsm
- libao
- libmad
- libid3tag
- wavpack
- pulseaudio
- opusfile
- autoconf
- m4
- libtool
source:
- 'https://codeberg.org/sox_ng/sox_ng/archive/sox_ng-${pkgver}.tar.gz'
sha256sums:
- 2f28a596760907ec6fc123d3308d954b2c3598a5cba3564595f57cf85d8dc896
build: |
  cd ${pkgname}_ng
  autoreconf -vfi

  ./configure --prefix=/usr     \
              --sysconfdir=/etc \
              --enable-replace  \
              --with-dyn-default \
              --with-distro="NuTyX"

  make
  make bindir=. installcheck
  make DESTDIR=${PKGDIR} install
package: |
  true