From 3b2a2ab633b36b907b9fb39eb71af85ef8a25a45 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Dec 2005 19:13:20 +0000 Subject: releasing 0.9.7 Original commit message from CVS: releasing 0.9.7 --- ChangeLog | 7 ++++++ LICENSE | 18 --------------- NEWS | 7 +++++- PORTED_09 | 27 ---------------------- RELEASE | 13 +++-------- common | 2 +- configure.ac | 13 +++-------- .../gst-plugins-bad-plugins-undocumented.txt | 6 ++--- docs/plugins/gst-plugins-bad-plugins.args | 20 ++++++++++++++++ docs/plugins/inspect/plugin-faad.xml | 2 +- docs/plugins/inspect/plugin-gsm.xml | 2 +- docs/plugins/inspect/plugin-qtdemux.xml | 2 +- docs/plugins/inspect/plugin-sdlvideosink.xml | 2 +- docs/plugins/inspect/plugin-speed.xml | 2 +- docs/plugins/inspect/plugin-tta.xml | 2 +- docs/random/LICENSE | 18 +++++++++++++++ docs/random/PORTED_09 | 27 ++++++++++++++++++++++ 17 files changed, 93 insertions(+), 77 deletions(-) delete mode 100644 LICENSE delete mode 100644 PORTED_09 create mode 100644 docs/random/LICENSE create mode 100644 docs/random/PORTED_09 diff --git a/ChangeLog b/ChangeLog index d2a10050c..900d781c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.9.7 === + +2005-12-01 + + * configure.ac: + releasing 0.9.7, "Arrigato Gasuimas Skebisan" + 2005-11-28 Edgard Lima * PORTED_09: diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 1fedf924c..000000000 --- a/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -/* GStreamer - * Copyright (C) <1999> Erik Walthinsen - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ diff --git a/NEWS b/NEWS index 6e11ea09c..d291ae3cb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -This is GStreamer Bad Plug-ins 0.9.6, "Hot Tea" +This is GStreamer Bad Plug-ins 0.9.7, "Arrigato Gasuimas Skebisan" + +Changes since 0.9.6: + + * wavpack ported + * libmms ported Changes since 0.9.5: diff --git a/PORTED_09 b/PORTED_09 deleted file mode 100644 index b9bdd8ab7..000000000 --- a/PORTED_09 +++ /dev/null @@ -1,27 +0,0 @@ -When porting a plugin start with 0.8 CVS head, not the old code in this module. There are many bugfixes which have gone into 0.8 which you want to keep. - -List of ported plugins (update when you commit a ported plugin): -libmms (alima) -wavpack (alima) -musepack (alima) -ivorbis (alima) -gsmdec (alima) -sdl (alima) -speed (fcarvalho) -gsmenc (fcarvalho) -faac (fcarvalho) -wavenc (fcarvalho) -effectv (wim) -mad (wim) -videofilter (wim) -aalib (wim) -libcaca (zeeshan) -law (wim) -shout2 (zaheer) - not fully tested -esdsink (arwed) - -osssink is partially done in the threaded branch (wim) - -- Remember that some plugins are already ported and now in the gst-plugins-base module. - -When you have ported a plugin remember to copy the relevant parts from configure.ac.orig into configure.ac and re-enable it in the Makefile.am files. diff --git a/RELEASE b/RELEASE index 12fe6ed60..5204b2f75 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.6 "Hot Tea" +GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.7 "Arrigato Gasuimas Skebisan" The GStreamer team is petrified to announce a new release @@ -60,12 +60,11 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * Fractional framerates + * wavpack ported + * libmms ported Bugs fixed in this release - * 320532 : [faac] set output samplerate and number of channels - * 321903 : [qtdemux] does not know fourcc DX50, as produced by DivX 5 Download @@ -95,13 +94,7 @@ Applications Contributors to this release - * Andy Wingo * Edgard Lima * Edward Hervey - * Jan Schmidt - * Julien MOUTTE - * Michael Smith * Thomas Vander Stichele - * Tim-Philipp Müller - * Wim Taymans   \ No newline at end of file diff --git a/common b/common index 33084fbe0..fe94837af 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 33084fbe0531733bc02aa1d9de608206d5553a15 +Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df diff --git a/configure.ac b/configure.ac index eb9ad1f58..58a9ec56d 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-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 6, 1, +AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 7, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) @@ -20,16 +20,9 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION) dnl our libraries and install dirs use major.minor as a version GST_MAJORMINOR=$GST_PLUGINS_BAD_VERSION_MAJOR.$GST_PLUGINS_BAD_VERSION_MINOR dnl we override it here if we need to for the release candidate of new series -GST_MAJORMINOR=0.9 +GST_MAJORMINOR=0.10 AC_SUBST(GST_MAJORMINOR) -dnl CURRENT, REVISION, AGE -dnl - library source changed -> increment REVISION -dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 -dnl - interfaces added -> increment AGE -dnl - interfaces removed -> AGE = 0 -dnl for 0.8.3 release, gst_play_get_all_by_interface was added, so update -AS_LIBTOOL(GST_PLUGINS, 1, 0, 1) AS_LIBTOOL_TAGS([CXX]) AM_PROG_LIBTOOL @@ -212,7 +205,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [ dnl check for gstreamer dnl uninstalled is selected preferentially -- see pkg-config(1) -GST_REQ=0.9.0.1 +GST_REQ=0.9.7 PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ, HAVE_GST="yes", HAVE_GST="no") diff --git a/docs/plugins/gst-plugins-bad-plugins-undocumented.txt b/docs/plugins/gst-plugins-bad-plugins-undocumented.txt index 298053bef..8c069436c 100644 --- a/docs/plugins/gst-plugins-bad-plugins-undocumented.txt +++ b/docs/plugins/gst-plugins-bad-plugins-undocumented.txt @@ -1,9 +1,7 @@ -75% symbol docs coverage. -3 symbols documented. -0 symbols incomplete. +50% symbol docs coverage. +1 symbols documented. 1 not documented. GstDfbVideoSink - diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 62fd24cfe..66e143137 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -28,3 +28,23 @@ 1 + +GstMMS::blocksize +gint +[0,65536] +rw +blocksize +How many bytes should be read at once. +2048 + + + +GstMMS::location +gchararray + +rw +location +Host URL to connect to. Accepted are mms://, mmsu://, mmst:// URL types. +NULL + + diff --git a/docs/plugins/inspect/plugin-faad.xml b/docs/plugins/inspect/plugin-faad.xml index 7215ec60f..57a9b8278 100644 --- a/docs/plugins/inspect/plugin-faad.xml +++ b/docs/plugins/inspect/plugin-faad.xml @@ -3,7 +3,7 @@ Free AAC Decoder (FAAD) ../../ext/faad/.libs/libgstfaad.so libgstfaad.so - 0.9.6 + 0.9.7 GPL gst-plugins-bad GStreamer source release diff --git a/docs/plugins/inspect/plugin-gsm.xml b/docs/plugins/inspect/plugin-gsm.xml index aa0cdeaa3..1161b1894 100644 --- a/docs/plugins/inspect/plugin-gsm.xml +++ b/docs/plugins/inspect/plugin-gsm.xml @@ -3,7 +3,7 @@ GSM encoder/decoder ../../ext/gsm/.libs/libgstgsm.so libgstgsm.so - 0.9.6 + 0.9.7 LGPL gst-plugins-bad Gstreamer diff --git a/docs/plugins/inspect/plugin-qtdemux.xml b/docs/plugins/inspect/plugin-qtdemux.xml index 12f809ac4..82c3a6f72 100644 --- a/docs/plugins/inspect/plugin-qtdemux.xml +++ b/docs/plugins/inspect/plugin-qtdemux.xml @@ -3,7 +3,7 @@ Quicktime stream demuxer ../../gst/qtdemux/.libs/libgstqtdemux.so libgstqtdemux.so - 0.9.6 + 0.9.7 LGPL gst-plugins-bad GStreamer source release diff --git a/docs/plugins/inspect/plugin-sdlvideosink.xml b/docs/plugins/inspect/plugin-sdlvideosink.xml index 43e51ec33..8ec2b7745 100644 --- a/docs/plugins/inspect/plugin-sdlvideosink.xml +++ b/docs/plugins/inspect/plugin-sdlvideosink.xml @@ -3,7 +3,7 @@ SDL Video Sink ../../ext/sdl/.libs/libgstsdlvideosink.so libgstsdlvideosink.so - 0.9.6 + 0.9.7 LGPL gst-plugins-bad GStreamer source release diff --git a/docs/plugins/inspect/plugin-speed.xml b/docs/plugins/inspect/plugin-speed.xml index 61da39608..82a5cb434 100644 --- a/docs/plugins/inspect/plugin-speed.xml +++ b/docs/plugins/inspect/plugin-speed.xml @@ -3,7 +3,7 @@ Set speed/pitch on audio/raw streams (resampler) ../../gst/speed/.libs/libgstspeed.so libgstspeed.so - 0.9.6 + 0.9.7 LGPL gst-plugins-bad GStreamer source release diff --git a/docs/plugins/inspect/plugin-tta.xml b/docs/plugins/inspect/plugin-tta.xml index ec49c2f93..e44f23e36 100644 --- a/docs/plugins/inspect/plugin-tta.xml +++ b/docs/plugins/inspect/plugin-tta.xml @@ -3,7 +3,7 @@ TTA lossless audio format handling ../../gst/tta/.libs/libgsttta.so libgsttta.so - 0.9.6 + 0.9.7 LGPL gst-plugins-bad gst-tta diff --git a/docs/random/LICENSE b/docs/random/LICENSE new file mode 100644 index 000000000..1fedf924c --- /dev/null +++ b/docs/random/LICENSE @@ -0,0 +1,18 @@ +/* GStreamer + * Copyright (C) <1999> Erik Walthinsen + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ diff --git a/docs/random/PORTED_09 b/docs/random/PORTED_09 new file mode 100644 index 000000000..b9bdd8ab7 --- /dev/null +++ b/docs/random/PORTED_09 @@ -0,0 +1,27 @@ +When porting a plugin start with 0.8 CVS head, not the old code in this module. There are many bugfixes which have gone into 0.8 which you want to keep. + +List of ported plugins (update when you commit a ported plugin): +libmms (alima) +wavpack (alima) +musepack (alima) +ivorbis (alima) +gsmdec (alima) +sdl (alima) +speed (fcarvalho) +gsmenc (fcarvalho) +faac (fcarvalho) +wavenc (fcarvalho) +effectv (wim) +mad (wim) +videofilter (wim) +aalib (wim) +libcaca (zeeshan) +law (wim) +shout2 (zaheer) - not fully tested +esdsink (arwed) + +osssink is partially done in the threaded branch (wim) + +- Remember that some plugins are already ported and now in the gst-plugins-base module. + +When you have ported a plugin remember to copy the relevant parts from configure.ac.orig into configure.ac and re-enable it in the Makefile.am files. -- cgit v1.2.1