View | Details | Raw Unified | Return to bug 263573
Collapse All | Expand All

(-)multimedia/smplayer/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
1
# Created by: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
2
2
3
PORTNAME=	smplayer
3
PORTNAME=	smplayer
4
DISTVERSION=	21.10.0
4
DISTVERSION=	22.2.0
5
CATEGORIES=	multimedia audio kde
5
CATEGORIES=	multimedia audio kde
6
MASTER_SITES=	SF/${PORTNAME}/SMPlayer/${PORTVERSION}
6
MASTER_SITES=	SF/${PORTNAME}/SMPlayer/${PORTVERSION}
7
7
(-)multimedia/smplayer/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1635601042
1
TIMESTAMP = 1650927145
2
SHA256 (smplayer-21.10.0.tar.bz2) = 2c0bf10add4bea2582104281553cda9792b74d41273a98bceaa147c70065db8a
2
SHA256 (smplayer-22.2.0.tar.bz2) = f8937e44a77e6ad8b3ab366731961f39a33c4c859ffb136b8ab06b6d997158ed
3
SIZE (smplayer-21.10.0.tar.bz2) = 5186253
3
SIZE (smplayer-22.2.0.tar.bz2) = 5165034
(-)multimedia/smplayer/files/patch-src_prefgeneral.cpp (-18 lines)
Lines 1-18 Link Here
1
--- src/prefgeneral.cpp
2
+++ src/prefgeneral.cpp
3
@@ -324,6 +324,7 @@
4
 	filesettings_method_changed = false;
5
 
6
 	QString player_path = mplayerPath();
7
+#ifdef MPLAYER_MPV_SELECTION
8
 	#ifdef OS_UNIX_NOT_MAC
9
 	if (player_path == PLAYER_COMBO_MPLAYER_PATH || player_path == PLAYER_COMBO_MPV_PATH || !QFile::exists(player_path)) {
10
 		QString player_name = QFileInfo(player_path).fileName();
11
@@ -331,6 +332,7 @@
12
 		if (!found_player.isEmpty()) player_path = found_player;
13
 	}
14
 	#endif
15
+#endif
16
 	qDebug() << "PrefGeneral::getData: player_path:" << player_path;
17
 
18
 	if (pref->mplayer_bin != player_path) {

Return to bug 263573