mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
SDL_mixer: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ebfe9c8049
commit
a541be5157
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build SDL
|
|
||||||
#$SCRIPTS/build flac
|
|
||||||
$SCRIPTS/build libmad
|
|
||||||
$SCRIPTS/build libogg
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
@ -2,10 +2,5 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install SDL
|
|
||||||
#$SCRIPTS/install flac
|
|
||||||
$SCRIPTS/install libmad
|
|
||||||
$SCRIPTS/install libogg
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/build/.libs/*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/build/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
14
packages/multimedia/SDL_mixer/meta
Normal file
14
packages/multimedia/SDL_mixer/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="SDL_mixer"
|
||||||
|
PKG_VERSION="1.2.11"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://www.libsdl.org/"
|
||||||
|
PKG_URL="http://www.libsdl.org/projects/SDL_mixer/release/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS="SDL libmad libogg"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain SDL libmad libogg"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="multimedia"
|
||||||
|
PKG_SHORTDESC="libsdl_mixer: Simple Directmedia Layer - Mixer"
|
||||||
|
PKG_LONGDESC="SDL_mixer is a sound mixing library that is used with the SDL library, and almost as portable. It allows a programmer to use multiple samples along with music without having to code a mixing algorithm themselves. It also simplyfies the handling of loading and playing samples and music from all sorts of file formats."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user