libass: update to 0.17.1, adopt.

This commit is contained in:
mhmdanas 2023-03-23 21:32:15 +00:00 committed by classabbyamp
parent ef990e19ed
commit 74e91eff8c

View file

@ -1,21 +1,26 @@
# Template file for 'libass' # Template file for 'libass'
pkgname=libass pkgname=libass
version=0.17.0 version=0.17.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool yasm pkg-config" hostmakedepends="automake libtool pkg-config"
makedepends="enca-devel fontconfig-devel fribidi-devel harfbuzz-devel" makedepends="enca-devel fontconfig-devel fribidi-devel harfbuzz-devel"
short_desc="Portable library for SSA/ASS subtitles rendering" short_desc="Portable library for SSA/ASS subtitles rendering"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Mohammed Anas <triallax@tutanota.com>"
license="MIT" license="MIT"
homepage="https://github.com/libass/libass/" homepage="https://github.com/libass/libass/"
changelog="https://raw.githubusercontent.com/libass/libass/master/Changelog" changelog="https://raw.githubusercontent.com/libass/libass/master/Changelog"
distfiles="https://github.com/libass/libass/archive/${version}.tar.gz" distfiles="https://github.com/libass/libass/archive/${version}.tar.gz"
checksum=90ca569bcd47eea1e170d8c5dfd1e6208f1c1b70f8cf67d4219916af02e34c09 checksum=5ba42655d7e8c5e87bba3ffc8a2b1bc19c29904240126bb0d4b924f39429219f
case "$XBPS_TARGET_MACHINE" in
i686* | x86_64*) hostmakedepends+=" nasm"
esac
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }
post_install() { post_install() {
vlicense COPYING vlicense COPYING
} }
@ -26,7 +31,7 @@ libass-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/lib/*.a vmove "usr/lib/*.a"
vmove usr/lib/*.so vmove "usr/lib/*.so"
} }
} }