diff -Nru gst-libav1.0-1.0.4/ChangeLog gst-libav1.0-1.0.5/ChangeLog --- gst-libav1.0-1.0.4/ChangeLog 2012-12-18 20:41:36.000000000 +0000 +++ gst-libav1.0-1.0.5/ChangeLog 2013-01-08 10:50:12.000000000 +0000 @@ -1,9 +1,33 @@ +=== release 1.0.5 === + +2013-01-08 Tim-Philipp Müller + + * configure.ac: + releasing 1.0.5 + +2012-12-31 00:32:41 +0000 Tim-Philipp Müller + + * 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-21 14:28:57 +0100 Sebastian Dröge + + * configure.ac: + configure: Pass CC, LD, AS, AR and NM to the libav configure if set + === release 1.0.4 === -2012-12-18 Tim-Philipp Müller +2012-12-18 21:30:43 +0000 Tim-Philipp Müller + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.0.4 + * gst-libav.doap: + Release 1.0.4 2012-12-12 17:01:28 +0100 Wim Taymans diff -Nru gst-libav1.0-1.0.4/NEWS gst-libav1.0-1.0.5/NEWS --- gst-libav1.0-1.0.4/NEWS 2012-12-18 21:28:09.000000000 +0000 +++ gst-libav1.0-1.0.5/NEWS 2013-01-08 10:54:51.000000000 +0000 @@ -1,4 +1,8 @@ -This is GStreamer Libav Plugins 1.0.4 +This is GStreamer Libav Plugins 1.0.5 + +Changes since 1.0.4: + + * Pass CC, LD, AS, AR and NM to the libav configure if set Changes since 1.0.3: diff -Nru gst-libav1.0-1.0.4/aclocal.m4 gst-libav1.0-1.0.5/aclocal.m4 --- gst-libav1.0-1.0.4/aclocal.m4 2012-12-18 20:40:39.000000000 +0000 +++ gst-libav1.0-1.0.5/aclocal.m4 2013-01-04 15:08:25.000000000 +0000 @@ -416,18 +416,6 @@ [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 8 - -# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. -AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) - # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, diff -Nru gst-libav1.0-1.0.4/configure gst-libav1.0-1.0.5/configure --- gst-libav1.0-1.0.4/configure 2012-12-18 20:40:40.000000000 +0000 +++ gst-libav1.0-1.0.5/configure 2013-01-04 15:08:27.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GStreamer libav 1.0.4. +# Generated by GNU Autoconf 2.69 for GStreamer libav 1.0.5. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='GStreamer libav' PACKAGE_TARNAME='gst-libav' -PACKAGE_VERSION='1.0.4' -PACKAGE_STRING='GStreamer libav 1.0.4' +PACKAGE_VERSION='1.0.5' +PACKAGE_STRING='GStreamer libav 1.0.5' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -1505,7 +1505,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GStreamer libav 1.0.4 to adapt to many kinds of systems. +\`configure' configures GStreamer libav 1.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1576,7 +1576,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GStreamer libav 1.0.4:";; + short | recursive ) echo "Configuration of GStreamer libav 1.0.5:";; esac cat <<\_ACEOF @@ -1738,7 +1738,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GStreamer libav configure 1.0.4 +GStreamer libav configure 1.0.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2153,7 +2153,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GStreamer libav $as_me 1.0.4, which was +It was created by GStreamer libav $as_me 1.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3083,7 +3083,7 @@ # Define the identity of the package. PACKAGE='gst-libav' - VERSION='1.0.4' + VERSION='1.0.5' cat >>confdefs.h <<_ACEOF @@ -3206,9 +3206,9 @@ - PACKAGE_VERSION_MAJOR=$(echo 1.0.4 | cut -d'.' -f1) - PACKAGE_VERSION_MINOR=$(echo 1.0.4 | cut -d'.' -f2) - PACKAGE_VERSION_MICRO=$(echo 1.0.4 | cut -d'.' -f3) + PACKAGE_VERSION_MAJOR=$(echo 1.0.5 | cut -d'.' -f1) + PACKAGE_VERSION_MINOR=$(echo 1.0.5 | cut -d'.' -f2) + PACKAGE_VERSION_MICRO=$(echo 1.0.5 | cut -d'.' -f3) @@ -3219,7 +3219,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5 $as_echo_n "checking nano version... " >&6; } - NANO=$(echo 1.0.4 | cut -d'.' -f4) + NANO=$(echo 1.0.5 | cut -d'.' -f4) if test x"$NANO" = x || test "x$NANO" = "x0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 @@ -7806,10 +7806,10 @@ done - GST_CURRENT=4 + GST_CURRENT=5 GST_REVISION=0 - GST_AGE=4 - GST_LIBVERSION=4:0:4 + GST_AGE=5 + GST_LIBVERSION=5:0:5 @@ -17118,6 +17118,26 @@ ;; esac + if test x"$AR" != x; then + emblibav_configure_args="$emblibav_configure_args --ar=\\\"\\\$AR\\\"" + fi + + if test x"$AS" != x; then + emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$AS\\\"" + fi + + if test x"$CC" != x; then + emblibav_configure_args="$emblibav_configure_args --cc=\\\"\\\$CC\\\"" + fi + + if test x"$LD" != x; then + emblibav_configure_args="$emblibav_configure_args --ld=\\\"\\\$CC\\\"" + fi + + if test x"$NM" != x; then + emblibav_configure_args="$emblibav_configure_args --nm=\\\"\\\$NM\\\"" + fi + LIBAV_OPTS="(cd $srcdir/gst-libs/ext/libav && ./configure --help)" # Let's check if we can disable the building of the libav binary can_disable=`echo "$LIBAV_OPTS" | grep 'disable-ffmpeg'` @@ -17818,7 +17838,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GStreamer libav $as_me 1.0.4, which was +This file was extended by GStreamer libav $as_me 1.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17884,7 +17904,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GStreamer libav config.status 1.0.4 +GStreamer libav config.status 1.0.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru gst-libav1.0-1.0.4/configure.ac gst-libav1.0-1.0.5/configure.ac --- gst-libav1.0-1.0.4/configure.ac 2012-12-18 20:40:35.000000000 +0000 +++ gst-libav1.0-1.0.5/configure.ac 2013-01-04 15:07:34.000000000 +0000 @@ -3,7 +3,7 @@ dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer libav, 1.0.4, +AC_INIT(GStreamer libav, 1.0.5, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([ext/libav/gstav.c]) dnl define the output header for config -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) dnl AM_MAINTAINER_MODE only provides the option to configure to enable it AM_MAINTAINER_MODE([enable]) @@ -42,7 +42,7 @@ AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 4, 0, 4) +AS_LIBTOOL(GST, 5, 0, 5) dnl *** required versions of GStreamer stuff *** GST_REQ=1.0.0 @@ -337,6 +337,26 @@ ;; esac + if test x"$AR" != x; then + emblibav_configure_args="$emblibav_configure_args --ar=\\\"\\\$AR\\\"" + fi + + if test x"$AS" != x; then + emblibav_configure_args="$emblibav_configure_args --as=\\\"\\\$AS\\\"" + fi + + if test x"$CC" != x; then + emblibav_configure_args="$emblibav_configure_args --cc=\\\"\\\$CC\\\"" + fi + + if test x"$LD" != x; then + emblibav_configure_args="$emblibav_configure_args --ld=\\\"\\\$CC\\\"" + fi + + if test x"$NM" != x; then + emblibav_configure_args="$emblibav_configure_args --nm=\\\"\\\$NM\\\"" + fi + dnl checks for extra enable/disable flags LIBAV_OPTS="(cd $srcdir/gst-libs/ext/libav && ./configure --help)" # Let's check if we can disable the building of the libav binary diff -Nru gst-libav1.0-1.0.4/debian/changelog gst-libav1.0-1.0.5/debian/changelog --- gst-libav1.0-1.0.4/debian/changelog 2012-12-20 05:59:23.000000000 +0000 +++ gst-libav1.0-1.0.5/debian/changelog 2013-01-22 00:41:23.000000000 +0000 @@ -1,8 +1,14 @@ -gst-libav1.0 (1.0.4-1~ubuntu12.10.1~ppa1) quantal; urgency=low +gst-libav1.0 (1.0.5-1~ubuntu12.10.1~ppa1) quantal; urgency=low * No-change backport to quantal - -- Jason Gerard DeRose Wed, 19 Dec 2012 22:59:23 -0700 + -- Jason Gerard DeRose Mon, 21 Jan 2013 17:41:23 -0700 + +gst-libav1.0 (1.0.5-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Tue, 08 Jan 2013 14:00:08 +0100 gst-libav1.0 (1.0.4-1) unstable; urgency=low diff -Nru gst-libav1.0-1.0.4/gst-libav.doap gst-libav1.0-1.0.5/gst-libav.doap --- gst-libav1.0-1.0.4/gst-libav.doap 2012-12-18 13:54:07.000000000 +0000 +++ gst-libav1.0-1.0.5/gst-libav.doap 2013-01-08 00:59:01.000000000 +0000 @@ -34,6 +34,16 @@ + 1.0.5 + 1.0 + + 2013-01-08 + + + + + + 1.0.4 1.0 diff -Nru gst-libav1.0-1.0.4/gst-libav.spec gst-libav1.0-1.0.5/gst-libav.spec --- gst-libav1.0-1.0.4/gst-libav.spec 2012-12-18 20:40:46.000000000 +0000 +++ gst-libav1.0-1.0.5/gst-libav.spec 2013-01-04 15:08:39.000000000 +0000 @@ -4,7 +4,7 @@ %define gst_majorminor 1.0 Name: %{gstreamer}-libav -Version: 1.0.4 +Version: 1.0.5 Release: 1 Summary: GStreamer Streaming-media framework plug-in using libav (FFmpeg). Group: Libraries/Multimedia