mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
new package: add package 'libbluray'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c24203385b
commit
618d47f711
14
packages/multimedia/libbluray/build
Executable file
14
packages/multimedia/libbluray/build
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make -C src SUBDIRS="."
|
||||
|
||||
$MAKEINSTALL -C src SUBDIRS="."
|
6
packages/multimedia/libbluray/install
Executable file
6
packages/multimedia/libbluray/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
14
packages/multimedia/libbluray/meta
Normal file
14
packages/multimedia/libbluray/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="libbluray"
|
||||
PKG_VERSION="20100728"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.videolan.org/developers/libbluray.html"
|
||||
PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="openssl"
|
||||
PKG_BUILD_DEPENDS="toolchain openssl"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="libbluray: A Blu-Ray Discs playback library"
|
||||
PKG_LONGDESC="libbluray is an open-source library designed for Blu-Ray Discs playback for media players, like VLC or MPlayer."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user