From af15ed799e946a939155e648ad55dcf1b8899d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 19 Nov 2018 11:33:10 +0100 Subject: [PATCH] libtheora: rebuild for metadata --- srcpkgs/libtheora/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libtheora/template b/srcpkgs/libtheora/template index c2c12d5ab3..ffff6bcc7b 100644 --- a/srcpkgs/libtheora/template +++ b/srcpkgs/libtheora/template @@ -1,18 +1,22 @@ -# Template file for 'libtheora'. +# Template file for 'libtheora' pkgname=libtheora version=1.1.1 -revision=7 +revision=8 build_style=gnu-configure configure_args="--disable-examples --disable-vorbistest --disable-sdltest" hostmakedepends="pkg-config" makedepends="libogg-devel" short_desc="Theora Video Compression Codec" maintainer="Juan RP " +license="BSD-3-Clause" homepage="http://www.theora.org" -license="BSD" distfiles="http://downloads.xiph.org/releases/theora/$pkgname-$version.tar.xz" checksum=f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61 +post_install() { + vlicense COPYING +} + libtheora-devel_package() { depends="libogg-devel libtheora>=${version}_${revision}" short_desc+=" - development files"