[ubuntu/quantal] gst-plugins-bad0.10 0.10.23-7ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Sat Sep 15 11:50:41 UTC 2012


gst-plugins-bad0.10 (0.10.23-7ubuntu1) quantal; urgency=low

  * Resynchronize with Debian wheezy (LP: #1051153). Remaining changes:
    - debian/gstreamer-plugins-bad.install
      don't include autoconvert, camerabin, dtmf, jpegformat, liveadder,
      rtpmux, and shm, we include them in -good.
    - Fix the short description of libgstreamer-plugins-bad.
    - Drop files from the split library and dev-package that were moved to
      -good.
    - Add patch cherrypicked from upstream commit 53735eaa to add a "realtime"
      profile to vp8.
    - Drop ltmain_as_needed patch and do this through dh-autoreconf.
    - Add patch glib-single-include to only include glib.h, not individual
      headers, the facility for which was dropped in glib 2.32.
    - Break and Replace transmageddon versions which contained GstVP8Enc.prs;
      we're shipping it here now.
  * Add upstream fix-h264-parsing.patch, which fixes a regression in H264
    support. Thanks Doug McMahon for reporting and identifying the fix
    (LP: #973014)
  * Set speed=7 in vp8-realtime-preset.patch

gst-plugins-bad0.10 (0.10.23-7) unstable; urgency=low

  * debian/patches/*opus*:
    + Backport Opus plugin patches from upstream GIT to fix major
      problems with handling of Opus streams. This caused invalid
      files to be created and assertions on valid files (Closes: #683919).

gst-plugins-bad0.10 (0.10.23-6) unstable; urgency=low

  * debian/rules,
    debian/gstreamer-plugins-bad.install:
    + Build the cdaudio plugin on kfreebsd too (Closes: #675973).

gst-plugins-bad0.10 (0.10.23-5) unstable; urgency=low

  * debian/build-deps.in:
    + Drop unconditional libcdaudio build dependency.
      It's not available on hurd.

gst-plugins-bad0.10 (0.10.23-4) unstable; urgency=low

  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Build OPUS plugin and drop CELT plugin (Closes: #674653).
  * debian/control.in,
    debian/gstreamer-sdl.install,
    debian/build-deps.in:
    + Drop SDL plugin, it's in a bad state and nothing uses it (Closes: #669552).

gst-plugins-bad0.10 (0.10.23-3) unstable; urgency=medium

  * debian/patches/0001-vp8enc-fix-target-bitrate-config-with-libvpx-1.1.0.patch:
    + Patch from upstream GIT to fix encoding with libvpx 1.1.0.
  * debian/build-deps.in:
    + Drop build-dependency on lv2core, not necessary anymore.

gst-plugins-bad0.10 (0.10.23-2) unstable; urgency=low

  [ Timo Aaltonen ]
  * control, gstreamer-plugins-bad.install:
    - Drop libmusicbrainz4-dev from the build-depends, don't try to
      install libgsttrm.so. The old API hasn't worked for a long time.
      (Closes: #657011)

  [ Sebastian Dröge ]
  * debian/build-deps.in:
    + Really don't build-depend on the old musicbrainz library.
  * debian/build-deps.in,
    debian/rules,
    debian/gstreamer-plugins-bad.install:
    + Drop SPC plugin because the library is going away (Closes: #667918).
  * debian/build-deps.in:
    + Build-depend on libpng-dev instead of libpng12-dev (Closes: #662364).
    + Build-depend on libpulse-dev as libsdl-dev is missing this
      dependency (Closes: #669552).
    + Build-depend on libcaca-dev as libsdl-dev is missing this
      dependency (Closes: #669552).

gst-plugins-bad0.10 (0.10.23-1) unstable; urgency=low

  * New upstream stable release, "The Game Has Changed":
    + debian/rules,
      debian/build-deps.in:
      - (Build-) depend on GStreamer core/base >= 0.10.36.

Date: Sat, 15 Sep 2012 07:41:12 -0400
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/gst-plugins-bad0.10/0.10.23-7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 15 Sep 2012 07:41:12 -0400
Source: gst-plugins-bad0.10
Binary: gstreamer0.10-plugins-bad-doc gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-dbg libgstreamer-plugins-bad0.10-0 libgstreamer-plugins-bad0.10-dev
Architecture: source
Version: 0.10.23-7ubuntu1
Distribution: quantal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description: 
 gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set
 gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the "bad" set (debug symbols)
 gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins from the "bad" set
 libgstreamer-plugins-bad0.10-0 - GStreamer shared libraries from the "bad" set
 libgstreamer-plugins-bad0.10-dev - GStreamer development files for libraries from the "bad" set
Closes: 657011 662364 667918 669552 674653 675973 683919
Launchpad-Bugs-Fixed: 973014 1051153
Changes: 
 gst-plugins-bad0.10 (0.10.23-7ubuntu1) quantal; urgency=low
 .
   * Resynchronize with Debian wheezy (LP: #1051153). Remaining changes:
     - debian/gstreamer-plugins-bad.install
       don't include autoconvert, camerabin, dtmf, jpegformat, liveadder,
       rtpmux, and shm, we include them in -good.
     - Fix the short description of libgstreamer-plugins-bad.
     - Drop files from the split library and dev-package that were moved to
       -good.
     - Add patch cherrypicked from upstream commit 53735eaa to add a "realtime"
       profile to vp8.
     - Drop ltmain_as_needed patch and do this through dh-autoreconf.
     - Add patch glib-single-include to only include glib.h, not individual
       headers, the facility for which was dropped in glib 2.32.
     - Break and Replace transmageddon versions which contained GstVP8Enc.prs;
       we're shipping it here now.
   * Add upstream fix-h264-parsing.patch, which fixes a regression in H264
     support. Thanks Doug McMahon for reporting and identifying the fix
     (LP: #973014)
   * Set speed=7 in vp8-realtime-preset.patch
 .
 gst-plugins-bad0.10 (0.10.23-7) unstable; urgency=low
 .
   * debian/patches/*opus*:
     + Backport Opus plugin patches from upstream GIT to fix major
       problems with handling of Opus streams. This caused invalid
       files to be created and assertions on valid files (Closes: #683919).
 .
 gst-plugins-bad0.10 (0.10.23-6) unstable; urgency=low
 .
   * debian/rules,
     debian/gstreamer-plugins-bad.install:
     + Build the cdaudio plugin on kfreebsd too (Closes: #675973).
 .
 gst-plugins-bad0.10 (0.10.23-5) unstable; urgency=low
 .
   * debian/build-deps.in:
     + Drop unconditional libcdaudio build dependency.
       It's not available on hurd.
 .
 gst-plugins-bad0.10 (0.10.23-4) unstable; urgency=low
 .
   * debian/build-deps.in,
     debian/gstreamer-plugins-bad.install:
     + Build OPUS plugin and drop CELT plugin (Closes: #674653).
   * debian/control.in,
     debian/gstreamer-sdl.install,
     debian/build-deps.in:
     + Drop SDL plugin, it's in a bad state and nothing uses it (Closes: #669552).
 .
 gst-plugins-bad0.10 (0.10.23-3) unstable; urgency=medium
 .
   * debian/patches/0001-vp8enc-fix-target-bitrate-config-with-libvpx-1.1.0.patch:
     + Patch from upstream GIT to fix encoding with libvpx 1.1.0.
   * debian/build-deps.in:
     + Drop build-dependency on lv2core, not necessary anymore.
 .
 gst-plugins-bad0.10 (0.10.23-2) unstable; urgency=low
 .
   [ Timo Aaltonen ]
   * control, gstreamer-plugins-bad.install:
     - Drop libmusicbrainz4-dev from the build-depends, don't try to
       install libgsttrm.so. The old API hasn't worked for a long time.
       (Closes: #657011)
 .
   [ Sebastian Dröge ]
   * debian/build-deps.in:
     + Really don't build-depend on the old musicbrainz library.
   * debian/build-deps.in,
     debian/rules,
     debian/gstreamer-plugins-bad.install:
     + Drop SPC plugin because the library is going away (Closes: #667918).
   * debian/build-deps.in:
     + Build-depend on libpng-dev instead of libpng12-dev (Closes: #662364).
     + Build-depend on libpulse-dev as libsdl-dev is missing this
       dependency (Closes: #669552).
     + Build-depend on libcaca-dev as libsdl-dev is missing this
       dependency (Closes: #669552).
 .
 gst-plugins-bad0.10 (0.10.23-1) unstable; urgency=low
 .
   * New upstream stable release, "The Game Has Changed":
     + debian/rules,
       debian/build-deps.in:
       - (Build-) depend on GStreamer core/base >= 0.10.36.
Checksums-Sha1: 
 2955e9ce6fe279b24a585de2d44f08599e05063b 4014 gst-plugins-bad0.10_0.10.23-7ubuntu1.dsc
 46208d7bcebaac31310e2a884cc840c51034781a 4001543 gst-plugins-bad0.10_0.10.23.orig.tar.bz2
 cb40e9ce615b2dc13af65df36cb602bc0cae6195 30906 gst-plugins-bad0.10_0.10.23-7ubuntu1.debian.tar.gz
Checksums-Sha256: 
 f5d2096fb4e0c7f02c72ffb065b13a15ff573dfe6426563666b36ef7f0738a3e 4014 gst-plugins-bad0.10_0.10.23-7ubuntu1.dsc
 0eae7d1a1357ae8377fded6a1b42e663887beabe0e6cc336e2ef9ada42e11491 4001543 gst-plugins-bad0.10_0.10.23.orig.tar.bz2
 3ddff45372fecfa7995487d373eac01d4ba4479fa9754bacaa57ba7495790a4b 30906 gst-plugins-bad0.10_0.10.23-7ubuntu1.debian.tar.gz
Files: 
 b0d2f8c3d4b1f2df54b2ec4fa9b65dd8 4014 libs extra gst-plugins-bad0.10_0.10.23-7ubuntu1.dsc
 fcb09798114461955260e4d940db5987 4001543 libs extra gst-plugins-bad0.10_0.10.23.orig.tar.bz2
 e057b648bfb2ee8216d8bfa0f10a8e4e 30906 libs extra gst-plugins-bad0.10_0.10.23-7ubuntu1.debian.tar.gz
Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJQVGobAAoJEOZsd1rr/mx9tn8QAIUMvHAHF+KoIAl25hYNfbsT
8ZLXZEgd8l6NbNOg/NrXZn15cMh7xjiUg/hWthXqh4EuzMqAYJGw4h1Flo0LcnVm
YgzgYPqP3da5B6IYJaFwOYQgyBhiGddy9mdC6vs/NlIss51rMkhhnLBk4AA1ZWjh
Be1TLrSEtOB8/8TOrL6dCxnnv3OpBfk4n0SBQ/24SoynNkp7l0ObjX8EUBmN9D03
xygbWv3VUIxmft5jkQ3/dYSS0Xi1Z30jZUeEzpa/p+kF2D0W0DLcyc10P11YkMM0
BvbV5vNKJqTpyRFsYg7k8TsqSW8/0u8X0d231Lk/ABG9yAg4WopDpcVHyaORwm2B
JEhZ9UZRbP9+DdT51RAX9+OogQzi2niHGLnMicQzwmWmpbphW3foTgKAS1i1cAhq
QoEbj8OEbnkougcQA5yb8lePVk8uTAkX7fWwd9QCbfV0DXQ3jOtO0QgHJ27f831a
OtImCYVxBfXI2rpcKrGH/PhLouvmxoFIO73useqM0oHGXy+wCJrnqFnps8gXrCrx
FTuXbQuDwFBEhoyAA9TagmUrMXsg2htua3UDPdLJrqaeF0GuEGYpOU9Q4n9DcRJV
DtF1K+Oa+RLKwq5ikp0QGr7PQRRLle/y+VBKIvobvhavQ3u3EGTu91WPpTT54mrc
irAlpCOATRG9wdnhvch1
=xsfe
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list