mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package evas:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
9c150fb50c
commit
ba67e9fa5a
@ -1,48 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build eina
|
||||
$SCRIPTS/build eet
|
||||
$SCRIPTS/build libpng
|
||||
$SCRIPTS/build jpeg
|
||||
$SCRIPTS/build tiff
|
||||
$SCRIPTS/build libungif
|
||||
$SCRIPTS/build libiconv
|
||||
$SCRIPTS/build freetype
|
||||
$SCRIPTS/build fontconfig
|
||||
$SCRIPTS/build libpthread-stubs
|
||||
$SCRIPTS/build libX11
|
||||
$SCRIPTS/build libXext
|
||||
$SCRIPTS/build libXrender
|
||||
$SCRIPTS/build $MESA
|
||||
|
||||
cd $PKG_BUILD
|
||||
export LIBS="-liconv -lstdc++"
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-pthreads \
|
||||
--disable-doc \
|
||||
--enable-image-loader-eet \
|
||||
--enable-image-loader-gif \
|
||||
--enable-image-loader-jpeg \
|
||||
--enable-image-loader-png \
|
||||
--enable-image-loader-tiff \
|
||||
--enable-image-loader-pmaps \
|
||||
--enable-image-loader-xpm \
|
||||
--enable-font-loader-eet \
|
||||
--with-x \
|
||||
--enable-software-xlib \
|
||||
--disable-software-16-x11 \
|
||||
--enable-xrender-x11 \
|
||||
--disable-software-xcb \
|
||||
--disable-xrender-xcb \
|
||||
--enable-gl-x11 \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,43 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install eet
|
||||
$SCRIPTS/install libpng
|
||||
$SCRIPTS/install jpeg
|
||||
$SCRIPTS/install tiff
|
||||
$SCRIPTS/install libiconv
|
||||
$SCRIPTS/install freetype
|
||||
$SCRIPTS/install fontconfig
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXrender
|
||||
$SCRIPTS/install libXext
|
||||
$SCRIPTS/install $MESA
|
||||
|
||||
SVN_RELEASE="-ver-pre-svn-04"
|
||||
[ $TARGET_LIBC = uClibc ] && ELIBC=uclibc || ELIBC=gnu
|
||||
|
||||
SAVERS="eet jpeg png tiff"
|
||||
ENGINES="buffer gl_x11 software_x11 xrender_x11 software_generic" #software_16 software_16_x11"
|
||||
LOADERS="eet gif jpeg pmaps png tiff xpm"
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/lib/.libs/libevas*.so* $INSTALL/usr/lib
|
||||
|
||||
for i in $SAVERS; do
|
||||
mkdir -p $INSTALL/usr/lib/evas/modules/savers/$i/linux-${ELIBC}-${TARGET_FAMILY}${SVN_RELEASE}
|
||||
cp -PR $PKG_BUILD/src/modules/savers/$i/.libs/module.so \
|
||||
$INSTALL/usr/lib/evas/modules/savers/$i/linux-${ELIBC}-${TARGET_FAMILY}${SVN_RELEASE}
|
||||
done
|
||||
|
||||
for i in $ENGINES; do
|
||||
mkdir -p $INSTALL/usr/lib/evas/modules/engines/$i/linux-${ELIBC}-${TARGET_FAMILY}${SVN_RELEASE}
|
||||
cp -PR $PKG_BUILD/src/modules/engines/$i/.libs/module.so \
|
||||
$INSTALL/usr/lib/evas/modules/engines/$i/linux-${ELIBC}-${TARGET_FAMILY}${SVN_RELEASE}
|
||||
done
|
||||
|
||||
for i in $LOADERS; do
|
||||
mkdir -p $INSTALL/usr/lib/evas/modules/loaders/$i/linux-${ELIBC}-${TARGET_FAMILY}${SVN_RELEASE}
|
||||
cp -PR $PKG_BUILD/src/modules/loaders/$i/.libs/module.so \
|
||||
$INSTALL/usr/lib/evas/modules/loaders/$i/linux-${ELIBC}-${TARGET_FAMILY}${SVN_RELEASE}
|
||||
done
|
@ -1,12 +0,0 @@
|
||||
diff -Naur evas-43006/configure evas.patch/configure
|
||||
--- evas-43006/configure 2009-10-11 01:41:13.000000000 +0200
|
||||
+++ evas.patch/configure 2009-10-11 03:30:26.949656300 +0200
|
||||
@@ -26077,7 +26077,7 @@
|
||||
x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
|
||||
x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11"
|
||||
fi
|
||||
- evas_engine_gl_x11_cflags="-I/usr/include ${x_cflags}"
|
||||
+ evas_engine_gl_x11_cflags="${x_cflags}"
|
||||
evas_engine_gl_x11_libs="${x_libs} -lGL -lpthread"
|
||||
evas_engine_gl_common_libs="-lGL -lpthread"
|
||||
else
|
@ -1 +0,0 @@
|
||||
http://sources.openelec.tv/svn/evas-43006.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user