libass: update to 0.15.1.
This commit is contained in:
parent
72eeea2974
commit
50458639f1
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'libass.
|
# Template file for 'libass'
|
||||||
pkgname=libass
|
pkgname=libass
|
||||||
version=0.15.0
|
version=0.15.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool yasm pkg-config"
|
hostmakedepends="automake libtool yasm pkg-config"
|
||||||
makedepends="enca-devel fontconfig-devel fribidi-devel harfbuzz-devel"
|
makedepends="enca-devel fontconfig-devel fribidi-devel harfbuzz-devel"
|
||||||
short_desc="A portable library for SSA/ASS subtitles rendering"
|
short_desc="Portable library for SSA/ASS subtitles rendering"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="https://github.com/libass/libass/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/libass/libass/"
|
||||||
distfiles="https://github.com/libass/libass/archive/${version}.tar.gz"
|
distfiles="https://github.com/libass/libass/archive/${version}.tar.gz"
|
||||||
checksum=232b1339c633e6a93c153cac7a483e536944921605f35fcbaedc661c62fb49ec
|
checksum=61538871aa7779620caa01fb52e9344a1840848e8a55b8aaa33d16dd88f97417
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in New Issue