svn commit: r362477 - in head/multimedia/vlc: . files

Juergen Lock nox at FreeBSD.org
Mon Jul 21 20:19:51 UTC 2014


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;


More information about the svn-ports-all mailing list