mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
libsndfile: use python3 on hostmakedepends
see https://github.com/libsndfile/libsndfile/issues/490
This commit is contained in:
parent
85504140d8
commit
fc749c3a95
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@ pkgname=libsndfile
|
||||||
version=1.0.30
|
version=1.0.30
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="alsa-lib-devel libvorbis-devel libflac-devel sqlite-devel opus-devel"
|
makedepends="alsa-lib-devel libvorbis-devel libflac-devel sqlite-devel opus-devel"
|
||||||
short_desc="C library for reading and writing files containing sampled sound"
|
short_desc="C library for reading and writing files containing sampled sound"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.mega-nerd.com/libsndfile"
|
homepage="https://libsndfile.github.io/libsndfile/"
|
||||||
distfiles="https://github.com/erikd/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/libsndfile/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=9df273302c4fa160567f412e10cc4f76666b66281e7ba48370fb544e87e4611a
|
checksum=9df273302c4fa160567f412e10cc4f76666b66281e7ba48370fb544e87e4611a
|
||||||
|
|
||||||
libsndfile-progs_package() {
|
libsndfile-progs_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue