mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
libbluray: update to 0.4.0.
This commit is contained in:
parent
85e6de2b60
commit
757b8cac25
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libbluray'
|
# Template file for 'libbluray'
|
||||||
pkgname=libbluray
|
pkgname=libbluray
|
||||||
version=0.2.3
|
version=0.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-bdjava"
|
configure_args="--disable-static --disable-bdjava"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,19 +11,20 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.videolan.org/developers/libbluray.html"
|
homepage="http://www.videolan.org/developers/libbluray.html"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="ftp://ftp.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||||
checksum=2c65cfb02aeec31721f9ea65ee2c085a9bfe163e99dd01b52ccb3f53ba205eea
|
checksum=63a3218d69f179f4834ef3b48bfa95268ad62c302ff38bfc052e2fc6916ae3f8
|
||||||
|
|
||||||
libbluray-devel_package() {
|
libbluray-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}"
|
depends="${sourcepkg}>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libbluray_package() {
|
libbluray_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue