From owner-svn-ports-head@FreeBSD.ORG Mon Jul 21 20:19:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD68DCF4; Mon, 21 Jul 2014 20:19:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0AC02F36; Mon, 21 Jul 2014 20:19:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6LKJoqS019377; Mon, 21 Jul 2014 20:19:50 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6LKJoYe019374; Mon, 21 Jul 2014 20:19:50 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201407212019.s6LKJoYe019374@svn.freebsd.org> From: Juergen Lock Date: Mon, 21 Jul 2014 20:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362477 - in head/multimedia/vlc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 20:19:51 -0000 Author: nox Date: Mon Jul 21 20:19:49 2014 New Revision: 362477 URL: http://svnweb.freebsd.org/changeset/ports/362477 QAT: https://qat.redports.org/buildarchive/r362477/ Log: Update to 2.1.5 - changelog is here: https://www.videolan.org/developers/vlc-branch/NEWS Added: head/multimedia/vlc/files/patch-c1622c2c6e0e15a38fef723086ca8bf75a75b46b-2.1.5 - copied, changed from r362473, head/multimedia/vlc/files/patch-c1622c2c6e0e15a38fef723086ca8bf75a75b46b-2.1.4 Deleted: head/multimedia/vlc/files/patch-c1622c2c6e0e15a38fef723086ca8bf75a75b46b-2.1.4 Modified: head/multimedia/vlc/Makefile head/multimedia/vlc/distinfo Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Mon Jul 21 20:06:52 2014 (r362476) +++ head/multimedia/vlc/Makefile Mon Jul 21 20:19:49 2014 (r362477) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vlc -DISTVERSION= 2.1.4 -PORTREVISION= 10 +DISTVERSION= 2.1.5 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/multimedia/vlc/distinfo ============================================================================== --- head/multimedia/vlc/distinfo Mon Jul 21 20:06:52 2014 (r362476) +++ head/multimedia/vlc/distinfo Mon Jul 21 20:19:49 2014 (r362477) @@ -1,2 +1,2 @@ -SHA256 (vlc-2.1.4.tar.xz) = 3e566c7525478167e18cc53dc75d621e4af91eb40aabb6231e47db25d682d5d3 -SIZE (vlc-2.1.4.tar.xz) = 19560884 +SHA256 (vlc-2.1.5.tar.xz) = 6f6566ab6cd90d381395b7f0e401060b044cd3843e50ceb252b558a88e5d1f72 +SIZE (vlc-2.1.5.tar.xz) = 19574208 Copied and modified: head/multimedia/vlc/files/patch-c1622c2c6e0e15a38fef723086ca8bf75a75b46b-2.1.5 (from r362473, head/multimedia/vlc/files/patch-c1622c2c6e0e15a38fef723086ca8bf75a75b46b-2.1.4) ============================================================================== --- head/multimedia/vlc/files/patch-c1622c2c6e0e15a38fef723086ca8bf75a75b46b-2.1.4 Mon Jul 21 19:52:43 2014 (r362473, copy source) +++ head/multimedia/vlc/files/patch-c1622c2c6e0e15a38fef723086ca8bf75a75b46b-2.1.5 Mon Jul 21 20:19:49 2014 (r362477) @@ -12,7 +12,7 @@ Backported from: #ifndef SNDCTL_DSP_HALT # define SNDCTL_DSP_HALT SNDCTL_DSP_RESET -@@ -210,6 +211,22 @@ static int Start (audio_output_t *aout, +@@ -209,6 +210,22 @@ static int Start (audio_output_t *aout, } aout_FormatPrepare (fmt); @@ -32,6 +32,6 @@ Backported from: + msg_Err (aout, "cannot set 0x%08x fragment: %s", frag, + strerror_r(errno, buf, sizeof(buf) - 1)); + + sys->fd = fd; VolumeSync (aout); sys->starting = true; - sys->format = *fmt;