libogg: add metafile support, cleanups, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 13:49:17 +01:00
parent 59ad43611f
commit b8c14b9410
4 changed files with 16 additions and 5 deletions

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
@ -12,6 +10,6 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
$MAKE
make
$MAKEINSTALL

View File

@ -3,4 +3,4 @@
. config/options $1
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/src/.libs/libogg*.so* $INSTALL/usr/lib
cp -P $PKG_BUILD/src/.libs/libogg*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="libogg"
PKG_VERSION="1.2.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="http://www.xiph.org/ogg/"
PKG_URL="http://downloads.xiph.org/releases/ogg/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="audio"
PKG_SHORTDESC="libogg: Open source bitstream container format"
PKG_LONGDESC="Libogg contains necessary functionality to create, decode, and work with Ogg bitstreams."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://downloads.xiph.org/releases/ogg/libogg-1.2.1.tar.gz