Subject: CVS commit: pkgsrc/multimedia/omxplayer
From: Nick Hudson
Date: 2015-11-13 16:12:15
Message id: 20151113151216.0B5D798@cvs.netbsd.org

Log Message:
Pull over two fixes from FreeBSD

SingleLock.h
Do not create copy of CCriticalSection for each CSingleLock instance

Use reference to CCriticalSection as a CSingleLock member. Otherwise
assignment operator just byte-copies content of CCriticalSection
and for each copy destructor will destroy mutex which may lead
to undefined behaviour

OMXThread.cpp
Fix order of operations on pthread attribute: init first, then modify

Bump PKGREVISION

Files:
RevisionActionfile
1.5modifypkgsrc/multimedia/omxplayer/Makefile
1.6modifypkgsrc/multimedia/omxplayer/distinfo
1.1addpkgsrc/multimedia/omxplayer/patches/patch-OMXThread.cpp
1.1addpkgsrc/multimedia/omxplayer/patches/patch-utils_SingleLock.h