mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libmpeg2: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c30c429766
commit
40da962400
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -PR $PKG_BUILD/libmpeg2/.libs/*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/libmpeg2/.libs/*.so* $INSTALL/usr/lib
|
||||||
cp -PR $PKG_BUILD/libmpeg2/convert/.libs/*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/libmpeg2/convert/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
14
packages/multimedia/libmpeg2/meta
Normal file
14
packages/multimedia/libmpeg2/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="libmpeg2"
|
||||||
|
PKG_VERSION="0.5.1"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://libmpeg2.sourceforge.net/"
|
||||||
|
PKG_URL="http://libmpeg2.sourceforge.net/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="multimedia"
|
||||||
|
PKG_SHORTDESC="libmpeg2: The MPEG Library - version 2"
|
||||||
|
PKG_LONGDESC="The MPEG Library is a collection of C routines to decode MPEG-1 and MPEG-2 movies and dither them in a variety of colour schemes."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user