diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-03 18:09:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-03 18:09:30 +0000 |
commit | 5651fe2f06d985c78dbc4772936b9d5981463568 (patch) | |
tree | 0a78515909ad0f607aa34ecedc48bd9f90495992 /finance | |
parent | 59f9c9a69f8d68e690c81d1d2049344775a995e4 (diff) | |
download | pkgsrc-5651fe2f06d985c78dbc4772936b9d5981463568.tar.gz |
Update to 1.4.5. All pkgsrc patches were integrated :-)
GStreamer core:
* 736969 : queue2: dead lock when buffering
* 738092 : basesink: clamp reported position based on direction
* 740001 : task: race condition when pausing and stopping
GStreamer Plugins Base:
* 741420 : video pools: should update size in configuration after applying alignment
* 715050 : add typefinder for audio/x-audible
* 739544 : tcp: Add test and fix memory leak in tcp elements
* 739840 : typefind should recognize Apple Core Audio Format (CAF)
* 740556 : videodecoder: don't complain when DTS != PTS on keyframes
* 740675 : playsink: continues playback, reset mute property
* 740730 : rtspconnection: don't remove child source if parent source is already destroyed
* 740853 : audiodecoder: Push pending events before sending EOS.
* 740952 : alsa: NetBSD fixes
* 741045 : audiorate can can lose timestamp precision in some cases
* 741198 : playbin: leaks GstPads
GStreamer Plugins Good:
* 711437 : apev2mux: should not put APEv2 tags at beginning of WavPack files
* 726194 : v4l2src does not cope well when a capture card is sometimes interlaced, sometimes progressive at the same resolution
* 736397 : flvdemux: Per-stream resyncing behavior causes A/V-desyncs
* 737603 : v4l2bufferpool: set buffer interlace flags when field is V4L2_FIELD_INTERLACED
* 739476 : vpx: fails to build against libvpx from git
* 739722 : matroskamux: Thread safe register GstMatroskamuxPad
* 739789 : v4l2allocator: fix error message if allocator is already active
* 739791 : v4l2bufferpool: unref pool when v4l2_allocator_new() fails
* 739792 : v4l2allocator: fix gst_v4l2_allocator_stop prototype
* 739996 : videomixer: Drops a lot of frames, if one of the sources is live
* 740040 : v4l2src: Fails in presence of V4L2_BUF_FLAG_ERROR
* 740392 : rtspsrc: mikey base64 decoded key-mgmt leak
* 740407 : qtmux limits capture to 4096x4096
* 740633 : v4l2src: RW io-mode is broken
* 740636 : v4l2src: framerate is not always set on driver
* 740671 : aspectratiocrop: crop needs to be reset when video size changes
* 740905 : v4l2: still has 1 include to linux/videodev.h
* 741271 : rtph264pay: Buffer leak in H.264 payloader when using SPS/PPS
* 741381 : rtph264pay: Race condition may cause crash when going from PAUSED- > READY
* 741407 : deinterlace: in query_caps return only supported formats if filter is interlaced
* 737579 : v4l2object: set colorspace for output devices
* 739754 : v4l2bufferpool: Should validate that all memories are writeable before queueing back
GStreamer Plugins Bad:
* 722764 : rawparse: fix SEEKING query handling
* 729768 : mpegtsbase: Raise limit to read more bytes initially to find PCR
* 739152 : gl/cocoa: build with GNUStep fails
* 740191 : dvbbasesink: segfaults on 32-bit (rpi)
* 740201 : gl/cocoa: Does not compile on OSX < 10.7 anymore
* 740451 : srtpdec: leaks rtp/rtcp sink events
* 740953 : configure.ac: unportable test(1) comparison operator
* 741321 : opusparse: fix header parsing esp. of encoded output of libopus
GStreamer RTSP Server:
* 739481 : rtsp-stream: leaks srtp decoder when leaving rtpbin
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-docs/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash-docs/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index cd837b9c92a..80c7916ed43 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2014/04/03 10:55:53 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/01/03 18:09:30 wiz Exp $ -DISTNAME= gnucash-docs-2.6.3 +DISTNAME= gnucash-docs-2.6.5 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} diff --git a/finance/gnucash-docs/distinfo b/finance/gnucash-docs/distinfo index 72bb80d45ef..007a2e4c3b6 100644 --- a/finance/gnucash-docs/distinfo +++ b/finance/gnucash-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2014/04/03 10:55:53 wiz Exp $ +$NetBSD: distinfo,v 1.10 2015/01/03 18:09:30 wiz Exp $ -SHA1 (gnucash-docs-2.6.3.tar.gz) = afbcf1edb9b7d22b3427488be2baeaae17625e49 -RMD160 (gnucash-docs-2.6.3.tar.gz) = 32367b4e299e4fbda9e001609cc7f477b31d98f9 -Size (gnucash-docs-2.6.3.tar.gz) = 58835557 bytes +SHA1 (gnucash-docs-2.6.5.tar.gz) = deca7b05e67c3e414363f4a96ed71e5b6febd0c2 +RMD160 (gnucash-docs-2.6.5.tar.gz) = a6ba6c18fcc0830be85e6cb7b2038ad7bec59bad +Size (gnucash-docs-2.6.5.tar.gz) = 58941882 bytes |