mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
libass: update to 0.12.3.
This commit is contained in:
parent
fb4a06fe3e
commit
8ec03fc23c
1 changed files with 7 additions and 4 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template build file for 'libass.
|
# Template build file for 'libass.
|
||||||
pkgname=libass
|
pkgname=libass
|
||||||
version=0.12.2
|
version=0.12.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="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="A portable library for SSA/ASS subtitles rendering"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://code.google.com/p/libass/"
|
homepage="https://code.google.com/p/libass/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://github.com/libass/libass/releases/download/${version}/libass-${version}.tar.gz"
|
distfiles="https://github.com/libass/libass/archive/${version}.tar.gz"
|
||||||
checksum=b9288f9b30facb01aa8030d684ac341073dca7fc5dc3c1cec93d59567cb085a3
|
checksum=70c0650acd0ba854cde0372a5d29d1434c0831d34afa9dc44be9d36df5defda6
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue