Skip to content

Commit 8f5ffaf

Browse files
descenderhartwork
authored andcommitted
* configure.ac, plugins/actor/Makefile.am, po/POTFILES.in: Remove dancing particles, finescope, goom2k4, nebulus and plazma from distribution.
1 parent 77f032e commit 8f5ffaf

File tree

4 files changed

+6
-78
lines changed

4 files changed

+6
-78
lines changed

libvisual-plugins/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2006-03-17 Chong Kai Xiong <[email protected]>
2+
3+
* configure.ac, plugins/actor/Makefile.am, po/POTFILES.in: Remove
4+
dancing particles, finescope, goom2k4, nebulus and plazma from
5+
distribution.
6+
17
2006-03-08 Chong Kai Xiong <[email protected]>
28

39
* configure.ac: Make configure die if neither Bison nor Yacc

libvisual-plugins/configure.ac

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -305,22 +305,6 @@ if test "$ENABLE_MADSPIN" = "yes"; then
305305
fi
306306
fi
307307

308-
dnl Dancing Particles
309-
AC_ARG_ENABLE([dancingparticles],
310-
AS_HELP_STRING([--disable-dancingparticles],
311-
[Do not build Dancing Particles plugin @<:@default=enabled@:>@]),
312-
[ENABLE_DANCINGPARTICLES=$enableval],
313-
[ENABLE_DANCINGPARTICLES=yes])
314-
315-
if test "$ENABLE_DANCINGPARTICLES" = "yes"; then
316-
if test "$HAVE_OPENGL" = "yes"; then
317-
build_actor_plugins="$build_actor_plugins dancingparticles"
318-
else
319-
AC_MSG_WARN([*** No OpenGL found.
320-
Dancing Particles plugin will not be built.])
321-
fi
322-
fi
323-
324308
dnl Pseudotoad Flower
325309
AC_ARG_ENABLE([flower],
326310
AS_HELP_STRING([--disable-flower],
@@ -337,22 +321,6 @@ if test "$ENABLE_FLOWER" = "yes"; then
337321
fi
338322
fi
339323

340-
dnl Nebulus
341-
AC_ARG_ENABLE([nebulus],
342-
AS_HELP_STRING([--disable-nebulus],
343-
[Do not build Nebulus plugin @<:@default=enabled@:>@]),
344-
[ENABLE_NEBULUS=$enableval],
345-
[ENABLE_NEBULUS=yes])
346-
347-
if test "$ENABLE_NEBULUS" = "yes"; then
348-
if test "$HAVE_OPENGL" = "yes"; then
349-
build_actor_plugins="$build_actor_plugins nebulus"
350-
else
351-
AC_MSG_WARN([*** No OpenGL found.
352-
Nebulus plugin will not be built.])
353-
fi
354-
fi
355-
356324
dnl Infinite
357325
AC_ARG_ENABLE([infinite],
358326
AS_HELP_STRING([--disable-infinite],
@@ -397,17 +365,6 @@ if test "$ENABLE_ANALYZER" = xyes; then
397365
build_actor_plugins="$build_actor_plugins lv_analyzer"
398366
fi
399367

400-
dnl Finespectrum
401-
AC_ARG_ENABLE([finespectrum],
402-
AS_HELP_STRING([--disable-finespectrum],
403-
[Do not build Finespectrum plugin @<:@default=enabled@:>@]),
404-
[ENABLE_FINESPECTRUM=$enableval],
405-
[ENABLE_FINESPECTRUM=yes])
406-
407-
if test "$ENABLE_FINESPECTRUM" = "yes"; then
408-
build_actor_plugins="$build_actor_plugins finespectrum"
409-
fi
410-
411368
dnl Scope
412369
AC_ARG_ENABLE([scope],
413370
AS_HELP_STRING([--disable-scope],
@@ -441,17 +398,6 @@ if test "$ENABLE_JAKDAW" = "yes"; then
441398
build_actor_plugins="$build_actor_plugins jakdaw"
442399
fi
443400

444-
dnl Plazma
445-
AC_ARG_ENABLE([plazma],
446-
AS_HELP_STRING([--disable-plazma],
447-
[Do not build plazma plugin @<:@default=enabled@:>@]),
448-
[ENABLE_PLAZMA=$enableval],
449-
[ENABLE_PLAZMA=yes])
450-
451-
if test "$ENABLE_PLAZMA" = "yes"; then
452-
build_actor_plugins="$build_actor_plugins plazma"
453-
fi
454-
455401
dnl Bumpscope
456402
AC_ARG_ENABLE([bumpscope],
457403
AS_HELP_STRING([--disable-bumpscope],
@@ -478,17 +424,6 @@ if test "$ENABLE_GFORCE" = "yes"; then
478424
AC_SUBST([GFORCE_FLAGS])
479425
fi
480426

481-
dnl goom2k4
482-
AC_ARG_ENABLE([goom2k4],
483-
AS_HELP_STRING([--disable-goom2k4],
484-
[Do not build goom2k4 plugin @<:@default=enabled@:>@]),
485-
[ENABLE_GOOM2K4=$enableval],
486-
[ENABLE_GOOM2K4=yes])
487-
488-
if test "$ENABLE_GOOM2K4" = "yes"; then
489-
build_actor_plugins="$build_actor_plugins goom2k4"
490-
fi
491-
492427
dnl Alphabend
493428
AC_ARG_ENABLE([alphablend],
494429
AS_HELP_STRING([--disable-alphablend],
@@ -611,10 +546,7 @@ AC_CONFIG_FILES([
611546
plugins/actor/Makefile
612547
plugins/actor/bumpscope/Makefile
613548
plugins/actor/corona/Makefile
614-
plugins/actor/dancingparticles/Makefile
615-
plugins/actor/finespectrum/Makefile
616549
plugins/actor/gdkpixbuf/Makefile
617-
plugins/actor/goom2k4/Makefile
618550
plugins/actor/gstreamer/Makefile
619551
plugins/actor/infinite/Makefile
620552
plugins/actor/jakdaw/Makefile
@@ -624,9 +556,7 @@ AC_CONFIG_FILES([
624556
plugins/actor/lv_scope/Makefile
625557
plugins/actor/madspin/Makefile
626558
plugins/actor/nastyfft/Makefile
627-
plugins/actor/nebulus/Makefile
628559
plugins/actor/oinksie/Makefile
629-
plugins/actor/plazma/Makefile
630560
plugins/actor/pseudotoad_flower/Makefile
631561
plugins/actor/G-Force/Makefile
632562
plugins/actor/G-Force/docs/Makefile

libvisual-plugins/plugins/actor/Makefile.am

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ SUBDIRS = $(build_actor_plugins)
44
DIST_SUBDIRS = \
55
bumpscope \
66
corona \
7-
dancingparticles \
8-
finespectrum \
97
G-Force \
108
gdkpixbuf \
11-
goom2k4 \
129
gstreamer \
1310
infinite \
1411
jakdaw \
@@ -18,7 +15,5 @@ DIST_SUBDIRS = \
1815
lv_scope \
1916
madspin \
2017
nastyfft \
21-
nebulus \
2218
oinksie \
23-
plazma \
2419
pseudotoad_flower

libvisual-plugins/po/POTFILES.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Package source files
44
plugins/actor/bumpscope/actor_bumpscope.c
55
plugins/actor/corona/actor_corona.cpp
6-
plugins/actor/dancingparticles/actor_dancingparticles.cpp
76
plugins/actor/gdkpixbuf/actor_gdkpixbuf.c
87
plugins/actor/G-Force/GForceCommon/G-Force.cpp
98
plugins/actor/G-Force/unix/libvisual/actor_gforce.cpp
@@ -15,9 +14,7 @@ plugins/actor/lv_analyzer/actor_lv_analyzer.c
1514
plugins/actor/lv_gltest/actor_lv_gltest.c
1615
plugins/actor/lv_scope/actor_lv_scope.c
1716
plugins/actor/madspin/madspin.c
18-
plugins/actor/nebulus/nebulus.c
1917
plugins/actor/oinksie/oinksie.c
20-
plugins/actor/plazma/actor_plazma.c
2118
plugins/actor/pseudotoad_flower/actor_flower.c
2219
plugins/input/esd/input_esd.c
2320
plugins/input/alsa/input_alsa.c

0 commit comments

Comments
 (0)