blob: 686bde12bc890fe9a64ee0645f23fb7da05da7e8 (
plain)
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
|
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 \
|