mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/libsndfile: fix depends for -dev package
needs libvorbis, flac and libogg
This commit is contained in:
parent
aad94236cd
commit
5dbed75dfc
@ -1,14 +1,15 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libsndfile
|
||||
pkgver=1.0.23
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A C library for reading and writing files containing sampled sound"
|
||||
url="http://www.mega-nerd.com/libsndfile"
|
||||
arch="all"
|
||||
license="LGPL"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
depends=
|
||||
makedepends="alsa-lib-dev flac-dev libvorbis-dev libogg-dev"
|
||||
depends_dev="flac-dev libvorbis-dev libogg-dev"
|
||||
makedepends="alsa-lib-dev $depends_dev"
|
||||
source="http://www.mega-nerd.com/$pkgname/files/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user