From 994a9131f88964fd6e9ac571d36609f9d9c1cf91 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 20 Apr 2004 16:07:04 +0000 Subject: up required gst version fix po download snippet Original commit message from CVS: up required gst version fix po download snippet --- ChangeLog | 7 ++++++- Makefile.am | 3 +++ configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 859a5a99..caacad6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-20 Thomas Vander Stichele + + * configure.ac: + update required version of GStreamer because of GST_TIME_FORMAT + 2004-04-20 Benjamin Otte * ext/mad/gstid3tag.c: (gst_id3_tag_init): @@ -10,7 +15,7 @@ * sys/ximage/ximagesink.c: (plugin_init): * sys/xvimage/xvimagesink.c: (plugin_init): - add debuggin categories + add debugging categories 2004-04-20 Thomas Vander Stichele diff --git a/Makefile.am b/Makefile.am index 49668139..63003e63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,3 +45,6 @@ EXTRA_DIST=gst-plugins.spec depcomp \ DISTCLEANFILES=_stdint.h include $(top_srcdir)/common/release.mak +# a rule to redownload po files +download-po: + cd po && for LI in `cat LINGUAS`; do echo Checking $$LI.po; wget -q -O $$LI.po.tmp http://www.iro.umontreal.ca/translation/maint/gst-plugins/$$LI.po; if ! diff $$LI.po $$LI.po.tmp > /dev/null 2>&1; then echo "Updating $$LI.po"; mv $$LI.po.tmp $$LI.po; else rm $$LI.po.tmp; fi; done diff --git a/configure.ac b/configure.ac index 0952bcaa..1130e9cc 100644 --- a/configure.ac +++ b/configure.ac @@ -188,7 +188,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [ ]) dnl check for gstreamer; uninstalled is selected preferentially -- see pkg-config(1) -GST_REQ=0.8.0 +GST_REQ=0.8.1 PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ, HAVE_GST="yes", HAVE_GST="no") -- cgit v1.2.1