libmpeg2: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-15 13:36:39 +01:00
parent c30c429766
commit 40da962400
4 changed files with 16 additions and 5 deletions

View File

@ -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 \

View File

@ -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

View 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"

View File

@ -1 +0,0 @@
http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz