summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-06 12:39:50 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-06 12:39:50 +0000
commit24a6e1997b7eea99c81c67c020e897ae1a46412e (patch)
tree00d0e8d06a100573d0396b71a87e655cf5cd7a51
parent4a46314721175069dbeb63c1330eedf2ba9e1db2 (diff)
downloadgstreamer-plugins-ugly-BRANCH-RELEASE-0_7_4.tar.gz
Original commit message from CVS: releasing
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am11
-rw-r--r--configure.ac2
-rw-r--r--po/nl.po2
4 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index eed814dc..4c9b9dec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+
+=== gst-plugins 0.7.4 ===
+
+2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
+ * configure.ac: changed for release
+
2004-02-04 David Schleef <ds@schleef.org>
* gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
diff --git a/Makefile.am b/Makefile.am
index 97ba31f2..65bf0f5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS = dist-bzip2
+
if USE_GCONFTOOL
GCONF_DIR=gconf
else
@@ -35,11 +37,18 @@ DIST_SUBDIRS=ext gst-libs \
pkgconfig
EXTRA_DIST=gst-plugins.spec depcomp \
- AUTHORS COPYING COPYING.LIB README RELEASE REQUIREMENTS \
+ AUTHORS COPYING COPYING.LIB README REQUIREMENTS \
ChangeLog autogen.sh common m4
DISTCLEANFILES=_stdint.h
+release: dist
+ make @PACKAGE@-@VERSION@.tar.gz.md5
+ make @PACKAGE@-@VERSION@.tar.bz2.md5
+
+%.md5: %
+ md5sum $< > $@
+
dist-hook:
rm -rf `find $(distdir)/common -name CVS`
rm -rf `find $(distdir)/m4 -name CVS`
diff --git a/configure.ac b/configure.ac
index 7b5c652b..0905d659 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 3, 2, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 4, 0, GST_CVS="no", GST_CVS="yes")
dnl add a suffix to apps
if test x$program_suffix = xNONE ; then
diff --git a/po/nl.po b/po/nl.po
index d1e64739..e9e06c42 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-05 19:24+0100\n"
+"POT-Creation-Date: 2004-02-04 22:48+0100\n"
"PO-Revision-Date: 2004-02-02 23:08+0100\n"
"Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n"
"Language-Team: Dutch <nl@li.org>\n"