mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Update to 2.1.5 - changelog is here:
https://www.videolan.org/developers/vlc-branch/NEWS
This commit is contained in:
parent
8692fe824d
commit
4faed76628
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362477
@ -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$//}/ \
|
||||
|
@ -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
|
||||
|
@ -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;
|
Loading…
Reference in New Issue
Block a user