libtheora: move so symlinks to -devel pkg.

This commit is contained in:
Juan RP 2014-01-05 11:43:31 +01:00
parent d9d1fce138
commit c487df0c01
1 changed files with 3 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libtheora'.
pkgname=libtheora
version=1.1.1
revision=4
revision=5
build_style=gnu-configure
configure_args="--disable-examples --disable-vorbistest --disable-sdltest"
hostmakedepends="pkg-config"
@ -12,21 +12,15 @@ homepage="http://www.xiph.org"
license="BSD"
distfiles="http://downloads.xiph.org/releases/theora/$pkgname-$version.tar.xz"
checksum=f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61
long_desc="
Theora is Xiph.Org first publicly released video codec, intended
for use within the Ogg project Ogg multimedia streaming system.
Theora is derived directly from On2 VP3 codec; Currently the two are
nearly identical, varying only in encapsulating decoder tables in the
bitstream headers, but Theora will make use of this extra freedom
in the future to improve over what is possible with VP3."
libtheora-devel_package() {
depends="libogg-devel libtheora>=${version}"
depends="libogg-devel libtheora>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share
}
}