Release 0.11.94

This commit is contained in:
Tim-Philipp Müller 2012-09-14 02:48:43 +01:00
parent f4d83e3100
commit a9f020a0e2
4 changed files with 2357 additions and 11 deletions

2342
ChangeLog

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
AC_INIT(GStreamer Good Plug-ins, 0.11.93.1,
AC_INIT(GStreamer Good Plug-ins, 0.11.94,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
@ -48,8 +48,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.93
GSTPB_REQ=0.11.93
GST_REQ=0.11.94
GSTPB_REQ=0.11.94
dnl *** autotools stuff ****

View file

@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.94</revision>
<branch>0.11</branch>
<name>Beatiful Tango</name>
<created>2012-09-14</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.11.94.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.93</revision>

View file

@ -52,13 +52,13 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins git"
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-08-08T15:20Z"
#define GST_PACKAGE_RELEASE_DATETIME "2012-09-14"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
@ -366,7 +366,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.93.1"
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.94"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
@ -375,7 +375,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.93.1"
#define PACKAGE_VERSION "0.11.94"
/* directory where plugins are located */
#ifdef _DEBUG
@ -409,7 +409,7 @@
#undef TARGET_CPU
/* Version number of package */
#define VERSION "0.11.93.1"
#define VERSION "0.11.94"
/* old wavpack API */
#undef WAVPACK_OLD_API