2013-01-29 23:24:21 +00:00
|
|
|
# Template file for 'libbluray'
|
|
|
|
pkgname=libbluray
|
2015-01-28 08:30:02 +00:00
|
|
|
version=0.7.0
|
2013-11-02 08:12:12 +00:00
|
|
|
revision=1
|
2013-01-29 23:24:21 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static --disable-bdjava"
|
2013-04-13 08:15:49 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2015-01-28 08:30:02 +00:00
|
|
|
makedepends="libxml2-devel fontconfig-devel"
|
2013-01-29 23:24:21 +00:00
|
|
|
short_desc="Library to access Blu-Ray disks for video playback"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
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"
|
2015-01-28 08:30:02 +00:00
|
|
|
checksum=f79beb9fbb24117cbb1264c919e686ae9e6349c0ad08b48c4b6233b2887eb68d
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
libbluray-devel_package() {
|
2014-09-18 19:38:54 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2013-11-02 08:12:12 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-11-02 08:12:12 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
}
|
|
|
|
}
|