From 5bfe3063da38b2ad4d7d5695a72fdad2961932bd Mon Sep 17 00:00:00 2001
From: Cecil <knoppmyth@gmail.com>
Date: Mon, 8 Aug 2011 15:21:14 -0700
Subject: libvisual-plugins:Disables visualizations that cause mythfrontend to
 crash.

---
 abs/core/libvisual-plugins/PKGBUILD                |  6 +-
 abs/core/libvisual-plugins/__changelog             |  3 +
 .../libvisual-plugins-2:0.4.0-3-i686-build.log.1   | 85 ----------------------
 3 files changed, 6 insertions(+), 88 deletions(-)
 create mode 100644 abs/core/libvisual-plugins/__changelog
 delete mode 100644 abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1

diff --git a/abs/core/libvisual-plugins/PKGBUILD b/abs/core/libvisual-plugins/PKGBUILD
index e22ff1a..ae42455 100644
--- a/abs/core/libvisual-plugins/PKGBUILD
+++ b/abs/core/libvisual-plugins/PKGBUILD
@@ -3,8 +3,7 @@
 
 pkgname=libvisual-plugins
 pkgver=0.4.0
-pkgrel=3
-epoch=1
+pkgrel=8
 pkgdesc="plugins for libvisual"
 arch=("i686" "x86_64")
 license=('GPL')
@@ -17,7 +16,8 @@ options=(!libtool)
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr  --enable-alsa --disable-gstreamer-plugin || return 1
+  ./configure --prefix=/usr  --enable-alsa --disable-gstreamer-plugin \
+  --disable-gdkpixbuf-plugin --disable-nastyfft --disable-madspin --disable-flower --disable-bumpscope --disable-gltest
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }
diff --git a/abs/core/libvisual-plugins/__changelog b/abs/core/libvisual-plugins/__changelog
new file mode 100644
index 0000000..bce7c81
--- /dev/null
+++ b/abs/core/libvisual-plugins/__changelog
@@ -0,0 +1,3 @@
+disable plugins that cause mythmusic to oops
+  --disable-gdkpixbuf-plugin   --disable-nastyfft --disable-madspin  --disable-flower --disable-bumpscope --disable-gltest
+
diff --git a/abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1 b/abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1
deleted file mode 100644
index a66212a..0000000
--- a/abs/core/libvisual-plugins/libvisual-plugins-2:0.4.0-3-i686-build.log.1
+++ /dev/null
@@ -1,85 +0,0 @@
-configure: WARNING: you should use --build, --host, --target
-configure: WARNING: invalid host type:  
-configure: loading cache /dev/null
-/dev/null: line 1: ./configure:: No such file or directory
-checking for a BSD-compatible install... /bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... gawk
-checking whether make sets $(MAKE)... yes
-checking for -pkg-config... no
-checking for pkg-config... /usr/bin/pkg-config
-checking pkg-config is at least version 0.14... yes
-checking for LIBVISUAL... yes
-checking for -gcc... no
-checking for gcc... gcc
-checking for C compiler default output file name... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables... 
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking for style of include used by make... GNU
-checking dependency style of gcc... gcc3
-checking for -g++... no
-checking for -c++... no
-checking for -gpp... no
-checking for -aCC... no
-checking for -CC... no
-checking for -cxx... no
-checking for -cc++... no
-checking for -cl... no
-checking for -FCC... no
-checking for -KCC... no
-checking for -RCC... no
-checking for -xlC_r... no
-checking for -xlC... no
-checking for g++... g++
-checking whether we are using the GNU C++ compiler... yes
-checking whether g++ accepts -g... yes
-checking dependency style of g++... gcc3
-checking for an ANSI C-conforming const... yes
-checking for inline... inline
-checking whether time.h and sys/time.h may both be included... yes
-checking how to run the C preprocessor... gcc -E
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking fcntl.h usability... yes
-checking fcntl.h presence... yes
-checking for fcntl.h... yes
-checking for unistd.h... (cached) yes
-checking for stdlib.h... (cached) yes
-checking for string.h... (cached) yes
-checking sys/time.h usability... yes
-checking sys/time.h presence... yes
-checking for sys/time.h... yes
-checking for stdlib.h... (cached) yes
-checking for GNU libc compatible malloc... yes
-checking for floor... no
-checking for gettimeofday... yes
-checking for memmove... yes
-checking for memset... yes
-checking for pow... no
-checking for sqrt... no
-checking for munmap... yes
-checking for stdlib.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking for getpagesize... yes
-checking for working mmap... yes
-checking for a BSD-compatible install... /bin/install -c
-checking whether ln -s works... yes
-checking build system type... config.sub: missing argument
-Try `config.sub --help' for more information.
-configure: error: /bin/sh ./config.sub   failed
-==> ERROR:(B A failure occurred in build().(B
-    Aborting...(B
-- 
cgit v0.12