libass: update to 0.10.2 (soname bump).
This commit is contained in:
parent
211227761a
commit
83559a9bb1
|
@ -974,7 +974,7 @@ libfarstream-0.1.so.0 farstream-0.1.1_1
|
|||
libfarstream-0.2.so.2 farstream-0.2.0_1
|
||||
libtelepathy-farstream.so.2 telepathy-farstream-0.2.3_1
|
||||
libtelepathy-farstream.so.3 telepathy-farstream-0.6.0_1
|
||||
libass.so.4 libass-0.10.0_1
|
||||
libass.so.5 libass-0.10.2_1
|
||||
libcryptui.so.0 libcryptui-3.4.0_1
|
||||
libwx_gtk2u-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
libwx_gtk2u_gl-2.8.so.0 wxGTK-2.8.12.1_1
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
# Template build file for 'libass.
|
||||
pkgname=libass
|
||||
version=0.10.1
|
||||
revision=2
|
||||
version=0.10.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="enca-devel fontconfig-devel fribidi-devel harfbuzz-devel>=0.9.5"
|
||||
short_desc="A portable library for SSA/ASS subtitles rendering"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
homepage="https://code.google.com/p/libass/"
|
||||
license="MIT"
|
||||
distfiles="http://libass.googlecode.com/files/${pkgname}-${version}.tar.xz"
|
||||
checksum=fbf287ac6d0dbdf015783b7354280ad8371c106326ad3f77a99471bc5aa18210
|
||||
checksum=f02afcc6410b800f0007dc7c282e897dab64f817c23b37d171fd6ff7fc4ca1d8
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
||||
libass-devel_package() {
|
||||
depends="fontconfig-devel enca-devel fribidi-devel
|
||||
libass-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue