mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/gnash: Disable FFmpeg support (won't compile)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
09cead537b
commit
eb0951715b
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
Gnash is the GNU SWF movie player, which can be run standalone on the
|
||||
desktop or an embedded device, as well as as a plugin for several browsers.
|
||||
|
||||
Optional but recommended dependencies are speex, ffmpeg, gst-ffmpeg,
|
||||
Optional but recommended dependencies are speex, gst-ffmpeg,
|
||||
and gst-plugins-ugly
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=gnash
|
||||
VERSION=${VERSION:-0.8.10}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -76,6 +76,8 @@ patch -p1 < $CWD/patch/gnash-0.8.10-klash.patch
|
|||
patch -p1 < $CWD/patch/gnash-0.8.10-kde4-libdir.patch
|
||||
patch -p1 < $CWD/patch/gnash-0.8.10-cve-2012-1175.patch
|
||||
|
||||
# The FFmpeg engine doesn't compile with FFmpeg 0.11.1. Patches welcome.
|
||||
# In the meantime, set --enable-media=gst to avoid autodetecting FFmpeg.
|
||||
autoreconf
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -88,6 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--infodir=/usr/info \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux \
|
||||
--enable-media=gst \
|
||||
--enable-write \
|
||||
--without-gconf \
|
||||
--with-plugins-install=system \
|
||||
|
|
Loading…
Reference in a new issue