From 4e6f057f1e7f1093dc0b08c8c685c4f88d4a6771 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 16 Mar 2004 13:09:23 +0000 Subject: [PATCH] releasing Original commit message from CVS: releasing --- AUTHORS | 1 + ChangeLog | 6 ++++++ Makefile.am | 3 ++- NEWS | 1 + RELEASE | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 6 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 RELEASE diff --git a/AUTHORS b/AUTHORS index e69de29..3f1dfbd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1 @@ +Ronald Bultje diff --git a/ChangeLog b/ChangeLog index e2b45a8..5d014e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +=== gst-ffmpeg 0.8.0 === + +2004-03-16 Thomas Vander Stichele + + * configure.ac: release 0.8.0, "In Buildings" + 2004-03-15 Thomas Vander Stichele * gst-libs/ext/ffmpeg/.pc/cvsignore/doc/.cvsignore: diff --git a/Makefile.am b/Makefile.am index 53247ae..5096e2c 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 e69de29..7830273 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 0000000..f675b0e --- /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 c4279b8..9450a0f 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) -- 2.7.4