diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-27 07:06:25 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-27 07:06:25 (GMT) |
commit | 2bac69d1f9fd1c40cb48fcf12272f11cc88e3e40 (patch) | |
tree | 25de850d42453cee201c4bbe95bc474c5bc19e63 /abs/extra-testing/libvisual-plugins/01_disable-gforce-dfsg.patch | |
parent | 102b301fdf579f541bb229f8089f7a156f1db2f1 (diff) | |
download | linhes_pkgbuild-2bac69d1f9fd1c40cb48fcf12272f11cc88e3e40.zip linhes_pkgbuild-2bac69d1f9fd1c40cb48fcf12272f11cc88e3e40.tar.gz linhes_pkgbuild-2bac69d1f9fd1c40cb48fcf12272f11cc88e3e40.tar.bz2 |
Patches to fix crashing w/ MythMusic. Bumped version.
Diffstat (limited to 'abs/extra-testing/libvisual-plugins/01_disable-gforce-dfsg.patch')
-rw-r--r-- | abs/extra-testing/libvisual-plugins/01_disable-gforce-dfsg.patch | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/abs/extra-testing/libvisual-plugins/01_disable-gforce-dfsg.patch b/abs/extra-testing/libvisual-plugins/01_disable-gforce-dfsg.patch new file mode 100644 index 0000000..686bde1 --- /dev/null +++ b/abs/extra-testing/libvisual-plugins/01_disable-gforce-dfsg.patch @@ -0,0 +1,52 @@ +diff -Nur libvisual-plugins-0.4.0/configure.ac libvisual-plugins-0.4.0.new/configure.ac +--- libvisual-plugins-0.4.0/configure.ac 2006-03-17 03:50:41.000000000 +1100 ++++ libvisual-plugins-0.4.0.new/configure.ac 2007-07-04 18:01:57.000000000 +1000 +@@ -414,7 +414,7 @@ + AS_HELP_STRING([--disable-gforce], + [Do not build the G-Force plugin @<:@default=enabled@:>@]), + [ENABLE_GFORCE=$enableval], +- [ENABLE_GFORCE=yes]) ++ [ENABLE_GFORCE=no]) + + if test "$ENABLE_GFORCE" = "yes"; then + build_actor_plugins="$build_actor_plugins G-Force" +@@ -558,28 +558,6 @@ + plugins/actor/nastyfft/Makefile + plugins/actor/oinksie/Makefile + plugins/actor/pseudotoad_flower/Makefile +- plugins/actor/G-Force/Makefile +- plugins/actor/G-Force/docs/Makefile +- plugins/actor/G-Force/Common/Makefile +- plugins/actor/G-Force/Common/GeneralTools/Makefile +- plugins/actor/G-Force/Common/GeneralTools/Headers/Makefile +- plugins/actor/G-Force/Common/io/Makefile +- plugins/actor/G-Force/Common/io/Headers/Makefile +- plugins/actor/G-Force/Common/math/Makefile +- plugins/actor/G-Force/Common/math/Headers/Makefile +- plugins/actor/G-Force/Common/UI/Makefile +- plugins/actor/G-Force/Common/UI/Headers/Makefile +- plugins/actor/G-Force/GForceCommon/Makefile +- plugins/actor/G-Force/GForceCommon/Headers/Makefile +- plugins/actor/G-Force/unix/Makefile +- plugins/actor/G-Force/unix/Headers/Makefile +- plugins/actor/G-Force/unix/libmfl/Makefile +- plugins/actor/G-Force/unix/libvisual/Makefile +- plugins/actor/G-Force/GForceColorMaps/Makefile +- plugins/actor/G-Force/GForceDeltaFields/Makefile +- plugins/actor/G-Force/GForceParticles/Makefile +- plugins/actor/G-Force/GForceWaveShapes/Makefile +- plugins/actor/G-Force/NotWorkingWaveShapes/Makefile + plugins/input/Makefile + plugins/input/esd/Makefile + plugins/input/alsa/Makefile +diff -Nur libvisual-plugins-0.4.0/plugins/actor/Makefile.am libvisual-plugins-0.4.0.new/plugins/actor/Makefile.am +--- libvisual-plugins-0.4.0/plugins/actor/Makefile.am 2006-03-17 03:50:41.000000000 +1100 ++++ libvisual-plugins-0.4.0.new/plugins/actor/Makefile.am 2007-07-04 18:02:30.000000000 +1000 +@@ -4,7 +4,6 @@ + DIST_SUBDIRS = \ + bumpscope \ + corona \ +- G-Force \ + gdkpixbuf \ + gstreamer \ + infinite \ |