summaryrefslogtreecommitdiffstats
path: root/gnash
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-09-14 20:35:41 +0000
committer Eric Hameleers <alien@slackware.com>2010-09-14 20:35:41 +0000
commit23ad63b705a78f273362600a9eb6632437b64399 (patch)
tree77038351cf494d68e4871497e4f7afeacf48e63d /gnash
parenta5b19b377c1099c5c4086f8f998940deebace7df (diff)
downloadasb-23ad63b705a78f273362600a9eb6632437b64399.tar.gz
asb-23ad63b705a78f273362600a9eb6632437b64399.tar.xz
This one builds !
Diffstat (limited to 'gnash')
-rwxr-xr-xgnash/build/gnash.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/gnash/build/gnash.SlackBuild b/gnash/build/gnash.SlackBuild
index 1aca3385..62c9d370 100755
--- a/gnash/build/gnash.SlackBuild
+++ b/gnash/build/gnash.SlackBuild
@@ -41,7 +41,8 @@
# * Update, many exciting new features (youtube should work now).
# 0.8.8-2: 14/sep/2010 by Eric Hameleers <alien@slackware.com>
# * Needs patching to be able to view youtube videos. Also try to
-# use ffmpeg directly instead of gstreamer.
+# use ffmpeg directly for media rendering, instead of through
+# gstreamer.
#
# Run 'sh gnash.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -173,8 +174,8 @@ chmod -R u+w,go+r-w,a+X-s .
echo Building ...
LDFLAGS="$SLKLDFLAGS" \
-CXXFLAGS="-I$(pwd)/libvaapi $SLKCFLAGS" \
-CFLAGS="-I$(pwd)/libvaapi $SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
@@ -184,18 +185,20 @@ CFLAGS="-I$(pwd)/libvaapi $SLKCFLAGS" \
--sysconfdir=/etc \
--enable-gui=gtk,qt4,sdl \
--with-kde4-plugindir=/usr/lib${LIBDIRSUFFIX}/kde4/plugins \
- --enable-renderer=cairo,ogl \
+ --enable-renderer=ogl,cairo \
--enable-sound=sdl \
--enable-media=ffmpeg \
--with-plugins-install=system \
--with-npapi-install=system \
--with-npapi-plugindir=/usr/lib${LIBDIRSUFFIX}/mozilla/plugins \
+ --enable-hwaccel=none \
--enable-write \
--enable-python \
--program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
+ # this only works with --enable-media=gst :
#--enable-hwaccel=vaapi \
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log