diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-01-08 10:33:48 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-01-08 10:47:00 +0000 |
commit | 0a1a6c4a9fba11aaf981986cb738070a0b1558da (patch) | |
tree | 91875282de44628794ad50d9429e325205c52ca7 | |
parent | 615b9d0a93051b8c9fdee74a4f2a5a2f7c63d238 (diff) |
Release 1.0.51.0.5
-rw-r--r-- | ChangeLog | 45 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | RELEASE | 9 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-a52dec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-amrnb.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-amrwbdec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-asf.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-cdio.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdlpcmdec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdread.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdsub.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-lame.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mad.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mpeg2dec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-realmedia.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-siddec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-twolame.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-x264.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-xingmux.xml | 2 | ||||
-rw-r--r-- | gst-plugins-ugly.doap | 10 | ||||
-rw-r--r-- | po/ja.po | 24 | ||||
-rw-r--r-- | po/nb.po | 14 | ||||
-rw-r--r-- | win32/common/config.h | 8 |
24 files changed, 101 insertions, 52 deletions
@@ -1,9 +1,50 @@ +=== release 1.0.5 === + +2013-01-08 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + releasing 1.0.5 + +2012-12-30 23:56:14 +0000 Tim-Philipp Müller <tim@centricular.net> + + * configure.ac: + configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + AM_CONFIG_HEADER has been removed in the just-released automake 1.13: + https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html + https://bugzilla.gnome.org/show_bug.cgi?id=690881 + +2012-12-19 17:16:53 +0100 Thijs Vermeir <thijsvermeir@gmail.com> + + * ext/mpeg2dec/gstmpeg2dec.c: + mpeg2dec: use appropriate printf format for gsize + === release 1.0.4 === -2012-12-18 Tim-Philipp Müller <tim@centricular.net> +2012-12-18 22:52:18 +0000 Tim-Philipp Müller <tim@centricular.net> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.4 + * docs/plugins/inspect/plugin-a52dec.xml: + * docs/plugins/inspect/plugin-amrnb.xml: + * docs/plugins/inspect/plugin-amrwbdec.xml: + * docs/plugins/inspect/plugin-asf.xml: + * docs/plugins/inspect/plugin-cdio.xml: + * docs/plugins/inspect/plugin-dvdlpcmdec.xml: + * docs/plugins/inspect/plugin-dvdread.xml: + * docs/plugins/inspect/plugin-dvdsub.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-mad.xml: + * docs/plugins/inspect/plugin-mpeg2dec.xml: + * docs/plugins/inspect/plugin-realmedia.xml: + * docs/plugins/inspect/plugin-siddec.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-x264.xml: + * docs/plugins/inspect/plugin-xingmux.xml: + * gst-plugins-ugly.doap: + * win32/common/config.h: + Release 1.0.4 2012-12-18 18:56:48 +0000 Tim-Philipp Müller <tim@centricular.net> @@ -1,4 +1,9 @@ -This is GStreamer Ugly Plugins 1.0.4 +This is GStreamer Ugly Plugins 1.0.5 + +Changes since 1.0.4: + + * fix build with automake 1.13 + * mpeg2dec: debug logging printf format fixes Changes since 1.0.3: @@ -1,7 +1,7 @@ -Release notes for GStreamer Ugly Plugins 1.0.4 +Release notes for GStreamer Ugly Plugins 1.0.5 -The GStreamer team is proud to announce a new bug-fix release +The GStreamer team is pleased to announce a new bug-fix release in the 1.x stable series of the core of the GStreamer streaming media framework. @@ -58,7 +58,8 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Features of this release - * siddec: initialize debug category + * fix build with automake 1.13 + * mpeg2dec: debug logging printf format fixes There were no bugs fixed in this release @@ -98,6 +99,6 @@ subscribe to the gstreamer-devel list. Contributors to this release + * Thijs Vermeir * Tim-Philipp Müller - * Wim Taymans
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 60ab23fc..7e78dc1b 100644 --- a/configure.ac +++ b/configure.ac @@ -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, 1.0.4, +AC_INIT(GStreamer Ugly Plug-ins, 1.0.5, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-ugly) @@ -44,7 +44,7 @@ AC_SUBST(GST_API_VERSION) AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) -AS_LIBTOOL(GST, 4, 0, 4) +AS_LIBTOOL(GST, 5, 0, 5) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index badbf0e5..5c89d529 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,7 +3,7 @@ <description>Decodes ATSC A/52 encoded audio streams</description> <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename> <basename>libgsta52dec.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml index a5216406..36d671f9 100644 --- a/docs/plugins/inspect/plugin-amrnb.xml +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -3,7 +3,7 @@ <description>Adaptive Multi-Rate Narrow-Band</description> <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename> <basename>libgstamrnb.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>unknown</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml index 146d40e1..46f9830c 100644 --- a/docs/plugins/inspect/plugin-amrwbdec.xml +++ b/docs/plugins/inspect/plugin-amrwbdec.xml @@ -3,7 +3,7 @@ <description>Adaptive Multi-Rate Wide-Band Decoder</description> <filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename> <basename>libgstamrwbdec.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>unknown</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml index 786f6358..412f1665 100644 --- a/docs/plugins/inspect/plugin-asf.xml +++ b/docs/plugins/inspect/plugin-asf.xml @@ -3,7 +3,7 @@ <description>Demuxes and muxes audio and video in Microsofts ASF format</description> <filename>../../gst/asfdemux/.libs/libgstasf.so</filename> <basename>libgstasf.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml index 6d848636..ffc2d5ee 100644 --- a/docs/plugins/inspect/plugin-cdio.xml +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -3,7 +3,7 @@ <description>Read audio from audio CDs</description> <filename>../../ext/cdio/.libs/libgstcdio.so</filename> <basename>libgstcdio.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 994e39f6..ea16d871 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,7 +3,7 @@ <description>Decode DVD LPCM frames into standard PCM</description> <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename> <basename>libgstdvdlpcmdec.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml index 9e5077df..1a3273f1 100644 --- a/docs/plugins/inspect/plugin-dvdread.xml +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -3,7 +3,7 @@ <description>Access a DVD with dvdread</description> <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename> <basename>libgstdvdread.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml index 7de2f6b8..213aba24 100644 --- a/docs/plugins/inspect/plugin-dvdsub.xml +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -3,7 +3,7 @@ <description>DVD subtitle parser and decoder</description> <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename> <basename>libgstdvdsub.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 948c6215..4b16070a 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,7 +3,7 @@ <description>Encode MP3s with LAME</description> <filename>../../ext/lame/.libs/libgstlame.so</filename> <basename>libgstlame.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index ffd4228a..92ae89c2 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,7 +3,7 @@ <description>mp3 decoding based on the mad library</description> <filename>../../ext/mad/.libs/libgstmad.so</filename> <basename>libgstmad.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index e546a468..cbf79db5 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,7 +3,7 @@ <description>LibMpeg2 decoder</description> <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename> <basename>libgstmpeg2dec.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml index 05451cf8..88900766 100644 --- a/docs/plugins/inspect/plugin-realmedia.xml +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -3,7 +3,7 @@ <description>RealMedia support plugins</description> <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename> <basename>libgstrmdemux.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml index b71229c8..a001136e 100644 --- a/docs/plugins/inspect/plugin-siddec.xml +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -3,7 +3,7 @@ <description>Uses libsidplay to decode .sid files</description> <filename>../../ext/sidplay/.libs/libgstsid.so</filename> <basename>libgstsid.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml index b25863fb..b95c96d0 100644 --- a/docs/plugins/inspect/plugin-twolame.xml +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -3,7 +3,7 @@ <description>Encode MP2s with TwoLAME</description> <filename>../../ext/twolame/.libs/libgsttwolame.so</filename> <basename>libgsttwolame.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index b78201e0..92b6a6a4 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,7 +3,7 @@ <description>libx264-based H264 plugins</description> <filename>../../ext/x264/.libs/libgstx264.so</filename> <basename>libgstx264.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>GPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/docs/plugins/inspect/plugin-xingmux.xml b/docs/plugins/inspect/plugin-xingmux.xml index 07b0bf46..4e7dbde1 100644 --- a/docs/plugins/inspect/plugin-xingmux.xml +++ b/docs/plugins/inspect/plugin-xingmux.xml @@ -3,7 +3,7 @@ <description>Add XING tags to mpeg audio files</description> <filename>../../gst/xingmux/.libs/libgstxingmux.so</filename> <basename>libgstxingmux.so</basename> - <version>1.0.4</version> + <version>1.0.5</version> <license>LGPL</license> <source>gst-plugins-ugly</source> <package>GStreamer Ugly Plug-ins source release</package> diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap index d1117488..4197f8ce 100644 --- a/gst-plugins-ugly.doap +++ b/gst-plugins-ugly.doap @@ -35,6 +35,16 @@ might be widely known to present patent problems. <release> <Version> + <revision>1.0.5</revision> + <branch>1.0</branch> + <name></name> + <created>2013-01-08</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.0.5.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.0.4</revision> <branch>1.0</branch> <name></name> @@ -1,21 +1,22 @@ # Japanese translation of gst-plugins-ugly -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the gst-plugins-ugly package. # Makoto Kato <makoto.kt@gmail.com>, 2009-2011 +# Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>, 2012 # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" +"Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-06-07 16:28+0200\n" -"PO-Revision-Date: 2011-04-26 19:42+0900\n" -"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n" +"POT-Creation-Date: 2013-01-04 14:13+0000\n" +"PO-Revision-Date: 2012-12-22 19:42+0900\n" +"Last-Translator: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" msgid "Could not read from CD." msgstr "CDを読むことができません。" @@ -55,12 +56,11 @@ msgstr "" msgid "Could not read DVD." msgstr "DVDを読み込むことができません。" -#, fuzzy msgid "" "Failed to configure LAME mp3 audio encoder. Check your encoding parameters." msgstr "" -"TwoLAMEエンコーダーの構成に失敗しました。エンコード用のパラメータをチェックし" -"てください。" +"LAME MP3 音声エンコーダーの構成に失敗しました。エンコーディングパラメータを" +"チェックしてください。" #, c-format msgid "" @@ -81,12 +81,6 @@ msgstr "このストリームはデータを含んでいません。" msgid "Internal data stream error." msgstr "内部データストリームエラー。" -#, fuzzy -#~ msgid "" -#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters." -#~ msgstr "" -#~ "LAMEエンコーダーの構成に失敗しました。パラメータをチェックしてください。" - #~ msgid "Invalid title information on DVD." #~ msgstr "DVD上のタイトル情報が不正です。" @@ -6,18 +6,17 @@ # msgid "" msgstr "" -"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" +"Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2012-12-18 01:16+0000\n" -"PO-Revision-Date: 2012-07-28 07:02+0100\n" +"POT-Creation-Date: 2013-01-04 14:13+0000\n" +"PO-Revision-Date: 2012-12-21 21:38+0100\n" "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n" "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n" -"Language: \n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Norwegian Bokmal\n" -"X-Poedit-Country: NORWAY\n" +"X-Generator: Poedit 1.5.4\n" msgid "Could not read from CD." msgstr "Kunne ikke lese fra CD." @@ -57,10 +56,9 @@ msgstr "" msgid "Could not read DVD." msgstr "Kunne ikke lese DVD" -#, fuzzy msgid "" "Failed to configure LAME mp3 audio encoder. Check your encoding parameters." -msgstr "Kunne ikke konfigurere LAME-koder. Sjekk parameterene for kodingen." +msgstr "Kunne ikke konfigurere LAME-koder. Sjekk parametere for kodingen." #, c-format msgid "" diff --git a/win32/common/config.h b/win32/common/config.h index b0fae599..2e2a7e38 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -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-12-18" +#define GST_PACKAGE_RELEASE_DATETIME "2013-01-05" /* 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 1.0.4" +#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.0.5" /* 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 "1.0.4" +#define PACKAGE_VERSION "1.0.5" /* directory where plugins are located */ #ifdef _DEBUG @@ -288,7 +288,7 @@ #undef TARGET_CPU /* Version number of package */ -#define VERSION "1.0.4" +#define VERSION "1.0.5" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |