Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 17C3CA618A for ; Sat, 9 Nov 2013 22:51:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 30B1F14A243; Sat, 9 Nov 2013 22:51:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 495A214A23F for ; Sat, 9 Nov 2013 22:50:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id o3KpHNUhJL7i for ; Sat, 9 Nov 2013 22:50:56 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7C35B14A23B for ; Sat, 9 Nov 2013 22:50:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7557F96; Sat, 9 Nov 2013 22:50:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 9 Nov 2013 22:50:56 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/multimedia/phonon-backend-gstreamer To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20131109225056.7557F96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: markd Date: Sat Nov 9 22:50:56 UTC 2013 Modified Files: pkgsrc/multimedia/phonon-backend-gstreamer: Makefile PLIST distinfo Log Message: Update to phono-backend-gstreamer 4.7.0 * Backing for the new MediaController subtitle API. Bug Fixes * Resolved non-reentrant PulseAudio envrionment setup. * Disc playback (AudioCD/DVD/...) is now working correctly with more than one physical device. * Prevent reading from deleted StreamReaders. * Removed performance penalty caused by debug code even when debug was disabled. * Installed icons now have the correct pixel size. * VolumeFaderEffect can now internally abort fades when necessary. * Removed various minor memory leaks. * The logic behind the aboutToFinish signal has been revised. The signal will now only produce gapless transitions if GStreamer issued a callback more than 500 msec before the end of the current source. This prevents dead locks with short sources (e.g. notifications) but also prevents the queue mechanic from working when using short sources or sources of which the totalTime can not be identified (e.g. streams). It is advised that all applications make sure they handle the finished signal in addition to aboutToFinish to ensure that playback does not stop without user instruction. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ pkgsrc/multimedia/phonon-backend-gstreamer/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/multimedia/phonon-backend-gstreamer/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/phonon-backend-gstreamer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.