From c487df0c017cbb9356292b4df66d78b739f53cd0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 5 Jan 2014 11:43:31 +0100 Subject: [PATCH] libtheora: move so symlinks to -devel pkg. --- srcpkgs/libtheora/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/libtheora/template b/srcpkgs/libtheora/template index 234259a7328..edd8f08693f 100644 --- a/srcpkgs/libtheora/template +++ b/srcpkgs/libtheora/template @@ -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 } }