New package: libbluray-0.2.3.
This commit is contained in:
parent
15b5e40184
commit
475663d7b1
|
@ -1175,3 +1175,4 @@ libgranite.so.0 granite-0.1.1_2
|
|||
libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1
|
||||
librlog.so.5 librlog-1.4_1
|
||||
libtinyxml.so.0 tinyxml-2.6.2_1
|
||||
libbluray.so.1 libbluray-0.2.3_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libbluray
|
|
@ -0,0 +1,10 @@
|
|||
# Template file for 'libbluray-devel'.
|
||||
#
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'libbluray'
|
||||
pkgname=libbluray
|
||||
version=0.2.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-bdjava"
|
||||
makedepends="pkg-config libxml2-devel"
|
||||
subpackages="${pkgname}-devel"
|
||||
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"
|
||||
checksum=2c65cfb02aeec31721f9ea65ee2c085a9bfe163e99dd01b52ccb3f53ba205eea
|
Loading…
Reference in New Issue