diff --git a/srcpkgs/libbluray/template b/srcpkgs/libbluray/template index a0c445bdb74..078c90d94fe 100644 --- a/srcpkgs/libbluray/template +++ b/srcpkgs/libbluray/template @@ -1,7 +1,7 @@ # Template file for 'libbluray' pkgname=libbluray -version=0.2.3 -revision=2 +version=0.4.0 +revision=1 build_style=gnu-configure configure_args="--disable-static --disable-bdjava" hostmakedepends="pkg-config" @@ -11,19 +11,20 @@ maintainer="Juan RP " homepage="http://www.videolan.org/developers/libbluray.html" license="LGPL-2.1" distfiles="ftp://ftp.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2" -checksum=2c65cfb02aeec31721f9ea65ee2c085a9bfe163e99dd01b52ccb3f53ba205eea +checksum=63a3218d69f179f4834ef3b48bfa95268ad62c302ff38bfc052e2fc6916ae3f8 libbluray-devel_package() { depends="${sourcepkg}>=${version}" - short_desc="${short_desc} -- development files" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" } } libbluray_package() { pkg_install() { - vmove usr + vmove all } }