summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-16 13:09:23 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-16 13:09:23 +0000
commit4e6f057f1e7f1093dc0b08c8c685c4f88d4a6771 (patch)
tree33f6b43d7d53afad3a3bc2642e0d45714d147047
parentda60b83971a0d89cbeb9aebf8a96cb566fc99dc1 (diff)
Original commit message from CVS: releasing
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am3
-rw-r--r--NEWS1
-rw-r--r--RELEASE51
-rw-r--r--configure.ac4
6 files changed, 63 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index e69de29bb2..3f1dfbda07 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1 @@
+Ronald Bultje
diff --git a/ChangeLog b/ChangeLog
index e2b45a843c..5d014e541b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+=== gst-ffmpeg 0.8.0 ===
+
+2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac: release 0.8.0, "In Buildings"
+
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/ext/ffmpeg/.pc/cvsignore/doc/.cvsignore:
diff --git a/Makefile.am b/Makefile.am
index 53247aea4c..5096e2c52f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
SUBDIRS = gst-libs ext
-EXTRA_DIST=gst-ffmpeg.spec
+EXTRA_DIST=gst-ffmpeg.spec depcomp \
+ AUTHORS COPYING NEWS README ChangeLog
# to do a release, run "make release"
# this will generate all archives and md5sums
diff --git a/NEWS b/NEWS
index e69de29bb2..78302738b0 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1 @@
+This is GStreamer FFmpeg 0.8.0
diff --git a/RELEASE b/RELEASE
new file mode 100644
index 0000000000..f675b0e120
--- /dev/null
+++ b/RELEASE
@@ -0,0 +1,51 @@
+
+GStreamer: Release notes for GStreamer FFmpeg 0.8.0 "In Buildings"
+
+
+The GStreamer team is happy to announce the first stable release of the
+FFmpeg-based GStreamer plugin.
+
+
+This module is separated from GStreamer Plugins for easier maintenance
+and decoupled release cycles.
+Our CVS contains both the patched source code to FFmpeg, as well as the
+set of patches against upstream CVS, so we can send patches upstream
+regularly from our modifications.
+
+
+Features of this release
+
+ * codecs for most popular formats
+ * optimized colorspace conversion
+
+Download
+
+You find source releases of gst-ffmpeg in the download directory:
+http://gstreamer.freedesktop.org/src/gst-ffmpeg/
+
+GStreamer Homepage
+
+More details can be found on the project's website:
+http://gstreamer.freedesktop.org/
+
+Support and Bugs
+
+We use GNOME's bugzilla for bug reports and feature requests:
+http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
+
+Developers
+
+CVS is hosted on cvs.freedesktop.org.
+All code is in CVS and can be checked out from there.
+Interested developers of the core library, plug-ins, and applications should
+subscribe to the gstreamer-devel list. If there is sufficient interest we
+will create more lists as necessary.
+
+
+Contributors to this release
+
+ * Ronald Bultje
+ * Benjamin Otte
+ * David Schleef
+ * Thomas Vander Stichele
diff --git a/configure.ac b/configure.ac
index c4279b80ff..9450a0fee2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,12 +12,12 @@ 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-ffmpeg, GST_FFMPEG_VERSION, 0, 7, 1, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 0, 0, GST_CVS="no", GST_CVS="yes")
dnl we cheat here so we don't have to change the actual configure code bit
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
dnl required GStreamer version
-GST_REQ=0.7.5
+GST_REQ=0.8.0
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)