[SCM] smplayer/master: fix typo

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


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

    fix typo

diff --git a/debian/patches/01-add-mplayer2-detection.patch b/debian/patches/01-add-mplayer2-detection.patch
index 765f5db..fddde3c 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