ABIWORD="abiword-2.8.6"
ACPID="acpid-2.0.9"
+AGG="agg-2.5"
ALSA_LIB="alsa-lib-1.0.21"
ALSA_PLUGINS="alsa-plugins-1.0.21"
ALSA_UTILS="alsa-utils-1.0.21"
-
APR="apr-1.3.9"
APR_UTIL="apr-util-1.3.9"
AVR_GDB="gdb-6.4"
SANE_BACKENDS="sane-backends-1.0.22"
XSANE="xsane-0.996"
SASL2="cyrus-sasl-2.1.23"
+SDL="SDL-1.2.14"
SED="sed-4.2.1"
SENDMAIL="sendmail-8.14.4"
SENDMAIL_GID="bin"
ipkg -s qt ${QT}
ipkg -m noac ${LUA}
ipkg -m acnb ${VLC} "--enable-mozilla"
- ####ipkg ${GNASH}
- # GtkGLExt gstreamer SDL xulrunner
+ ipkg ${SDL}
+ ipkg -m noac ${AGG}
+ ipkg ${GNASH}
fi
ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin"
fpkg -e "tar.gz" ${QT} "http://get.qt.nokia.com/qt/source"
fpkg -e "tar.gz" ${LUA} "http://www.lua.org/ftp"
fpkg -e "tar.bz2" -m sf ${VLC}
+fpkg -e "tar.gz" ${SDL} "http://www.libsdl.org/release"
+fpkg -e "tar.gz" ${AGG} "http://www.antigrain.com"
fpkg ${GNASH} "http://ftp.gnu.org/pub/gnu/gnash/$(get_pkg_ver ${GNASH})"
fpkg -e "tar.gz" ${LIBSPF2} "http://libspf2.org/spf"
--- /dev/null
+#!/bin/bash
+
+hvconfig_pre()
+{
+ cd ${LFS_TMP}/${PACKAGE}
+ sh autogen.sh
+
+ CONFIGURE_OPTS=" \
+ ${CONFIGURE_OPTS} \
+ --disable-static \
+ --enable-ctrl \
+ --enable-gpc"
+}
CONFIGURE_OPTS=" \
${CONFIGURE_OPTS} \
--enable-gui=gtk \
- --enable-renderer=cairo"
+ --enable-media=gst \
+ --enable-renderer=cairo,agg \
+ --with-npapi-plugindir=/usr/lib/mozilla/plugins"
}
-hvconfig_post()
+hvbuild_post()
{
- install -m 755 plugin/.libs/libgnashplugin.so /usr/lib/firefox/plugins
+ make install-plugin
}