fix underquotedness, add freetype2.m4
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Mar 2004 11:53:51 +0000 (11:53 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Mar 2004 11:53:51 +0000 (11:53 +0000)
Original commit message from CVS:
fix underquotedness, add freetype2.m4

ChangeLog
HACKING

index 64aaede..f5d76fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * gst-libs/ext/ffmpeg/m4/imlib.m4:
+       * gst-libs/ext/ffmpeg/m4/sdl.m4:
+       * gst-libs/ext/ffmpeg/m4/freetype2.m4:
+       * gst-libs/ext/ffmpeg/patches/autotools.patch:
+          fix underquotedness, add freetype2.m4
+
+2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * gst-libs/ext/ffmpeg/patches/autotools.patch:
           put in sdl.m4 and imlib.m4
 
diff --git a/HACKING b/HACKING
index d8e1f5a..93f4dea 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -29,9 +29,23 @@ On head, the following things have been commited on top of this:
 Both the actually patched CVS ffmpeg code as well as the .pc dir need to be
 commited to CVS so the state of quilt wrt. the source is in sync.
 
+THE WARNING
+-----------
+
+***
+
+NEVER EVER commit stuff in gst-libs/ext/ffmpeg UNLESS your quilt stack is
+completely applied !
+This means, ALWAYS make sure quilt push -a has been run without problems.
+
+What's more, if you want to be on the safe side, make sure that you can
+unapply and reapply without problems, by running quilt pop -a then
+quilt push -a.
+
+***
+
 THE WAY
 -------
-
 - If you want to hack on our copy of the FFmpeg code, there are some basic
   rules you need to respect:
   - you need to use quilt.  If you don't use quilt, you can't hack on it.