yngwin 15/07/20 05:24:17 Added: mkvtoolnix-8.2.0-fix-curl-support.patch Log: Add upstream curl patch and introduce curl useflag (bug #555340). Remove old and broken ebuilds. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.1 media-video/mkvtoolnix/files/mkvtoolnix-8.2.0-fix-curl-support.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/files/mkvtoolnix-8.2.0-fix-curl-support.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/files/mkvtoolnix-8.2.0-fix-curl-support.patch?rev=1.1&content-type=text/plain Index: mkvtoolnix-8.2.0-fix-curl-support.patch =================================================================== --- a/src/mkvtoolnix-gui/main_window/main_window.cpp +++ b/src/mkvtoolnix-gui/main_window/main_window.cpp @@ -118,7 +118,7 @@ MainWindow::setupMenu() { #if defined(HAVE_CURL_EASY_H) connect(ui->actionHelpCheckForUpdates, &QAction::triggered, this, &MainWindow::checkForUpdates); #else - ui->actionGUICheckForUpdates->setVisible(false); + ui->actionHelpCheckForUpdates->setVisible(false); #endif // HAVE_CURL_EASY_H }