1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Description: make configure.ac compliant with new upstream tarball (without
plugins/actor/G-Force directory because it had non DFSG-free
source code).
Author: David Schleef <ds@schleef.org>
Reviewed-by: Richard James Edmands <dmz@internode.on.net>
Last-Update: 2007-10-10
Index: libvisual-plugins/configure.ac
===================================================================
--- libvisual-plugins.orig/configure.ac
+++ libvisual-plugins/configure.ac
@@ -414,7 +414,7 @@ AC_ARG_ENABLE([gforce],
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 @@ AC_CONFIG_FILES([
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
Index: libvisual-plugins/plugins/actor/Makefile.am
===================================================================
--- libvisual-plugins.orig/plugins/actor/Makefile.am
+++ libvisual-plugins/plugins/actor/Makefile.am
@@ -4,7 +4,6 @@ SUBDIRS = $(build_actor_plugins)
DIST_SUBDIRS = \
bumpscope \
corona \
- G-Force \
gdkpixbuf \
gstreamer \
infinite \
|