[SCM] smplayer/master: add missing (

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Fri Apr 8 09:58:27 UTC 2016


The following commit has been merged in the master branch:
commit fa0fa770fc83eeebd486f35ac4ff5b0c5fbb45fd
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Fri Apr 8 11:56:17 2016 +0200

    add missing (

diff --git a/debian/patches/01-add-mplayer2-detection.patch b/debian/patches/01-add-mplayer2-detection.patch
index fddde3c..3d73f59 100644
--- a/debian/patches/01-add-mplayer2-detection.patch
+++ b/debian/patches/01-add-mplayer2-detection.patch
@@ -24,7 +24,7 @@ dpkg-specific, but light-weight check.
  #ifdef MPLAYER2_SUPPORT
 -	if (fi.baseName().toLower() == "mplayer2") {
 +	// debian/ubuntu specific check if we are using mplayer2
-+	if (fi.baseName().toLower() == "mplayer2") || !access("/usr/share/doc/mplayer2/copyright", F_OK)) {
++	if ((fi.baseName().toLower() == "mplayer2") || !access("/usr/share/doc/mplayer2/copyright", F_OK)) {
 +		qDebug("Core::startMplayer: this seems mplayer2");
  		if (!pref->mplayer_is_mplayer2) {
 -			qDebug("Core::startMplayer: this seems mplayer2");

-- 
smplayer packaging



More information about the pkg-multimedia-commits mailing list