libbluray: update to 1.0.1
Add -tools pkg.
This commit is contained in:
parent
c894694fbe
commit
08b7821222
2 changed files with 13 additions and 6 deletions
1
srcpkgs/libbluray-tools
Symbolic link
1
srcpkgs/libbluray-tools
Symbolic link
|
@ -0,0 +1 @@
|
|||
libbluray
|
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'libbluray'
|
||||
pkgname=libbluray
|
||||
version=1.0.0
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-bdjava"
|
||||
configure_args="--disable-static --disable-optimizations --disable-bdjava-jar"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libxml2-devel fontconfig-devel"
|
||||
short_desc="Library to access Blu-Ray disks for video playback"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.videolan.org/developers/libbluray.html"
|
||||
homepage="https://www.videolan.org/developers/libbluray.html"
|
||||
license="LGPL-2.1"
|
||||
distfiles="ftp://ftp.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||
checksum=f7e3add335c7bbef45824fcd2249a9bf293868598c13f8479352c44ec95374cc
|
||||
distfiles="https://download.videolan.org/pub/videolan/libbluray/${version}/libbluray-${version}.tar.bz2"
|
||||
checksum=0f9f9a1db2f48cafc70ed2596ff3594b597e2027408f5f2be6191c245d67853a
|
||||
|
||||
libbluray-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
@ -22,3 +22,9 @@ libbluray-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
libbluray-tools_package() {
|
||||
short_desc+=" - tools"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue