[0.11] gstreamer: build: avoid touching .po files during 'make'
Tim Müller
tpm at kemper.freedesktop.org
Sun Feb 26 16:14:29 PST 2012
Module: gstreamer
Branch: 0.11
Commit: 31861969a937d4daec993a07ca57aaeb1122a621
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=31861969a937d4daec993a07ca57aaeb1122a621
Author: Ryan Lortie <desrt at desrt.ca>
Date: Thu Feb 2 13:45:25 2012 -0500
build: avoid touching .po files during 'make'
A simple workaround to deal with GNU gettext automake integration
failing to deal with git.
https://bugzilla.gnome.org/show_bug.cgi?id=669207
---
autogen.sh | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 6a06491..b2e9ee4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -35,7 +35,9 @@ then
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
fi
-
+# GNU gettext automake support doesn't get along with git.
+# https://bugzilla.gnome.org/show_bug.cgi?id=661128
+touch -t 200001010000 po/gstreamer-0.10.pot
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-failing-tests --enable-poisoning --enable-gtk-doc --enable-docbook'
More information about the gstreamer-commits
mailing list