head 1.2; access; symbols pkgsrc-2019Q2:1.1.0.32 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.30 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.28 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.26 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.24 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.22 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.20 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.18 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.14 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.12 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.10 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.8 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.6 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.4 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2019.07.02.20.52.13; author nia; state dead; branches; next 1.1; commitid nhqtf6h7fEJULvtB; 1.1 date 2015.11.01.20.15.06; author tnn; state Exp; branches; next ; commitid IrnIEZ95clAFDqHy; desc @@ 1.2 log @vlc: Update to 3.0.7.1 Based on work in pkgsrc-wip. I've had the opportunity to test this in a NetBSD-8 bulk build - it seems the package is now fixed. Hopefully. The 3.0.x release series is considered for long-term support by upstream. Notably for pkgsrc, this means it will be the last release series that supports older compilers. Note that VLC now depends on Qt5 instead of Qt4. Various config flags have been tweaked (enabled/disabled) to match what other vendors (mainly FreeBSD) are doing. I have also added an alsa package option. The full list of upstream changes is probably too long to list. @ text @$NetBSD: patch-modules_gui_qt4_dialogs_messages.cpp,v 1.1 2015/11/01 20:15:06 tnn Exp $ Fix build with clang. &this->verbosity is unsigned. --- modules/gui/qt4/dialogs/messages.cpp.orig 2014-11-16 18:57:59.000000000 +0000 +++ modules/gui/qt4/dialogs/messages.cpp @@@@ -143,7 +143,7 @@@@ MessagesDialog::~MessagesDialog() void MessagesDialog::changeVerbosity( int i_verbosity ) { - atomic_store( &this->verbosity, i_verbosity ); + atomic_store( &this->verbosity, (unsigned int)i_verbosity ); } void MessagesDialog::updateConfig() @ 1.1 log @fix build with clang @ text @d1 1 a1 1 $NetBSD$ @