1 SUBDIRS=1080to480 720to480 denoisemjpeg motion libfourier libeffecttv \
2 parametric bandslide bandwipe blur libcolors brightness burn aging cdripper \
3 chromakey colorbalance compressor crossfade deinterlace delayaudio delayvideo \
4 denoise denoisefft denoisevideo despike dissolve dot fieldframe flip framefield \
5 freeverb freezeframe gain holo huesaturation interpolateall invertaudio invertvideo \
6 irissquare ivtc normalize oilpainting pitch polar reframe resample reverb reverseaudio \
7 reversevideo rgb601 rotate scale sharpen shiftinterlace slide spectrogram swapchannels \
8 synthesizer timeavg timestretch titler translate videoscope wave whirl wipe yuv microtheme \
9 defaulttheme downsample flash gradient level linearblur \
10 perspective radialblur zoomblur \
13 AUTOMAKE_OPTIONS=foreign
15 noinst_PROGRAMS=bootstrap
16 bootstrap_SOURCES=bootstrap.c
18 EXTRA_DIST = install_plugins themes
21 @echo "Postprocessing plugins in $(DESTDIR)$(plugindir)"
22 for theme in `cat $(srcdir)/themes`; do \
23 echo $(DESTDIR)$(plugindir)/$$theme.so; \
24 ./bootstrap $(DESTDIR)$(plugindir)/$$theme.so $(srcdir)/$$theme/data/*.png; \
26 cd $(DESTDIR)$(plugindir); \
28 for file in *.so; do \
29 newfile=$${file/.so/.plugin}; \
30 mv -f $$file $$newfile; \
32 mv libcolors.plugin libcolors.so; \
33 mv libfourier.plugin libfourier.so; \
34 mv libeffecttv.plugin libeffecttv.so