[gnome-video-effects] revert previous commit, as it would break string freeze



commit 247dc437707dbfbeac9d5675945e34b0cf4ec5e7
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Sat Mar 12 20:43:56 2011 +0100

    revert previous commit, as it would break string freeze
    
    Revert "New effect: Image Overlay (Displays an SVG image over the video)"
    
    This reverts commit a324a6ebf7f78a67f5114e6a857889bc0376901b.

 AUTHORS                          |   14 -
 Makefile.am                      |    5 -
 configure.ac                     |    4 -
 effects/rsvgoverlay.effect.in    |    6 -
 effects/rsvgoverlay.effect.in.in |    6 -
 m4/ax_define_dir.m4              |   49 -
 pixmaps/frame_birthday.svg       | 1820 ----
 pixmaps/frame_car.svg            |  178 -
 pixmaps/frame_flowers.svg        |17375 --------------------------------------
 pixmaps/frame_kiss.svg           |  441 -
 pixmaps/frame_mic.svg            |  557 --
 pixmaps/frame_polaroid.svg       |  700 --
 pixmaps/frame_snow.svg           |  852 --
 pixmaps/frame_wanted.svg         |  489 --
 14 files changed, 0 insertions(+), 22496 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index c38a704..337d0c4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,15 +1 @@
 daniel g. siegel <dgsiegel gnome org>
-
-Image credits:
-
-frame_birthday.svg  http://www.openclipart.org/detail/32713
-                    http://www.openclipart.org/detail/34855
-                    http://www.openclipart.org/detail/28733
-                    http://www.openclipart.org/detail/26836
-frame_car.svg       MichaÅ? PrÄ?dotka <mpredotka gmail com>
-frame_flowers.svg   MichaÅ? PrÄ?dotka <mpredotka gmail com>
-frame_kiss.svg      Peter Shinners <pete shinners org>
-frame_mic.svg       http://www.openclipart.org/detail/20331
-frame_polaroid.svg  MichaÅ? PrÄ?dotka <mpredotka gmail com>
-frame_snow.svg      Peter Shinners <pete shinners org>
-frame_wanted.svg    Peter Shinners <pete shinners org>
diff --git a/Makefile.am b/Makefile.am
index 8dbf745..000f026 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,15 +13,10 @@ effects_in_files = $(wildcard effects/*.effect.in) \
 
 effects_DATA = $(effects_in_files:.effect.in=.effect)
 
-pixmapsdir = $(datadir)/gnome-video-effects/pixmaps
-pixmaps_DATA = $(wildcard pixmaps/*.svg) \
-	$(NULL)
-
 dist_noinst_SCRIPTS = autogen.sh
 
 EXTRA_DIST = \
 	$(effects_in_files) \
-	$(pixmaps_DATA) \
 	README \
 	$(NULL)
 
diff --git a/configure.ac b/configure.ac
index 98f29b2..ecb14a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,13 +25,9 @@ IT_PROG_INTLTOOL([0.40.0])
 
 AC_PROG_LN_S
 
-m4_include([m4/ax_define_dir.m4])
-AX_DEFINE_DIR([PIXMAPSDIR], [datarootdir/gnome-video-effects/pixmaps], [Path to SVG files, used in overlay effects.])
-
 AC_CONFIG_FILES([
 Makefile
 gnome-video-effects.pc
 po/Makefile.in
-effects/rsvgoverlay.effect.in
 ])
 AC_OUTPUT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]