Update SMPlayer to 17.5.0
Test by Josh and benoit@ OK benoit@
This commit is contained in:
parent
94c71bf634
commit
3eb3a84502
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.34 2017/03/06 14:40:24 gonzalo Exp $
|
# $OpenBSD: Makefile,v 1.35 2017/05/12 14:33:39 gonzalo Exp $
|
||||||
|
|
||||||
COMMENT = complete front-end for MPlayer
|
COMMENT = complete front-end for MPlayer
|
||||||
|
|
||||||
DISTNAME = smplayer-17.3.0
|
DISTNAME = smplayer-17.5.0
|
||||||
|
|
||||||
CATEGORIES = multimedia x11
|
CATEGORIES = multimedia x11
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (smplayer-17.3.0.tar.bz2) = smaGMp+54P3tCM0sQsfRpud4lT6AWcWqALiNPIs4Z3s=
|
SHA256 (smplayer-17.5.0.tar.bz2) = OLwZsulG+No1wZArOKM3VoPkKhFZHImAGIWz8W+OAog=
|
||||||
SIZE (smplayer-17.3.0.tar.bz2) = 4489157
|
SIZE (smplayer-17.5.0.tar.bz2) = 5012413
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
$OpenBSD: patch-src_preferences_cpp,v 1.11 2016/11/18 01:04:19 gonzalo Exp $
|
$OpenBSD: patch-src_preferences_cpp,v 1.12 2017/05/12 14:33:39 gonzalo Exp $
|
||||||
--- src/preferences.cpp.orig Mon Oct 17 17:50:53 2016
|
Index: src/preferences.cpp
|
||||||
+++ src/preferences.cpp Tue Nov 15 10:28:12 2016
|
--- src/preferences.cpp.orig
|
||||||
@@ -157,7 +157,7 @@ void Preferences::reset() {
|
+++ src/preferences.cpp
|
||||||
|
@@ -160,7 +160,7 @@ void Preferences::reset() {
|
||||||
softvol_max = 110; // 110 = default value in mplayer
|
softvol_max = 110; // 110 = default value in mplayer
|
||||||
use_scaletempo = Detect;
|
use_scaletempo = Detect;
|
||||||
use_hwac3 = false;
|
use_hwac3 = false;
|
||||||
@ -10,7 +11,7 @@ $OpenBSD: patch-src_preferences_cpp,v 1.11 2016/11/18 01:04:19 gonzalo Exp $
|
|||||||
|
|
||||||
global_volume = true;
|
global_volume = true;
|
||||||
volume = 50;
|
volume = 50;
|
||||||
@@ -191,8 +191,8 @@ void Preferences::reset() {
|
@@ -197,8 +197,8 @@ void Preferences::reset() {
|
||||||
Drives (CD/DVD)
|
Drives (CD/DVD)
|
||||||
*************** */
|
*************** */
|
||||||
|
|
||||||
@ -21,7 +22,7 @@ $OpenBSD: patch-src_preferences_cpp,v 1.11 2016/11/18 01:04:19 gonzalo Exp $
|
|||||||
#ifdef BLURAY_SUPPORT
|
#ifdef BLURAY_SUPPORT
|
||||||
bluray_device = "";
|
bluray_device = "";
|
||||||
#endif
|
#endif
|
||||||
@@ -314,13 +314,13 @@ void Preferences::reset() {
|
@@ -320,13 +320,13 @@ void Preferences::reset() {
|
||||||
mplayer_additional_audio_filters="";
|
mplayer_additional_audio_filters="";
|
||||||
|
|
||||||
#ifdef LOG_MPLAYER
|
#ifdef LOG_MPLAYER
|
||||||
|
Loading…
Reference in New Issue
Block a user