Release 0.11.99

This commit is contained in:
Tim-Philipp Müller 2012-09-17 17:59:57 +01:00
parent a98f1533db
commit 2fe4042abf
4 changed files with 52 additions and 7 deletions

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, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(GStreamer Ugly Plug-ins, 0.11.94.1,
AC_INIT(GStreamer Ugly Plug-ins, 0.11.99,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
@ -47,8 +47,8 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.94
GSTPB_REQ=0.11.94
GST_REQ=0.11.99
GSTPB_REQ=0.11.99
dnl *** autotools stuff ****

View file

@ -0,0 +1,34 @@
<plugin>
<name>xingmux</name>
<description>Add XING tags to mpeg audio files</description>
<filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
<basename>libgstxingmux.so</basename>
<version>0.11.99</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>xingmux</name>
<longname>MP3 Xing muxer</longname>
<class>Formatter/Metadata</class>
<description>Adds a Xing header to the beginning of a VBR MP3 file</description>
<author>Christophe Fergeau &lt;teuf@gnome.org&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details>
</caps>
</pads>
</element>
</elements>
</plugin>

View file

@ -33,6 +33,17 @@ might be widely known to present patent problems.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.99</revision>
<branch>0.11</branch>
<name>Stole Many a Mans Soul and Faith</name>
<created>2012-09-17</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.99.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.94</revision>

View file

@ -61,7 +61,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-09-14"
#define GST_PACKAGE_RELEASE_DATETIME "2012-09-17"
/* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC
@ -248,7 +248,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.94"
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.99"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@ -257,7 +257,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.94"
#define PACKAGE_VERSION "0.11.99"
/* directory where plugins are located */
#ifdef _DEBUG
@ -288,7 +288,7 @@
#undef TARGET_CPU
/* Version number of package */
#define VERSION "0.11.94"
#define VERSION "0.11.99"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */