opusfile: switch to libressl.
This commit is contained in:
parent
ed9670fa41
commit
474c574287
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'opusfile'
|
# Template file for 'opusfile'
|
||||||
pkgname=opusfile
|
pkgname=opusfile
|
||||||
version=0.6
|
version=0.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libogg-devel opus-devel openssl-devel"
|
makedepends="libogg-devel opus-devel libressl-devel"
|
||||||
short_desc="Library for opening, seeking, and decoding .opus files"
|
short_desc="Library for opening, seeking, and decoding .opus files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.opus-codec.org/"
|
homepage="http://www.opus-codec.org/"
|
||||||
|
|
Loading…
Reference in New Issue