Update for SMPlayer to 18.6:
http://www.smplayer.info/en/changes Tested by Josh thanks!
This commit is contained in:
parent
77e8942ee5
commit
652438b1fa
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2018/06/29 22:16:34 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2018/07/11 08:17:11 gonzalo Exp $
|
||||
|
||||
COMMENT = complete front-end for MPlayer and MPV
|
||||
|
||||
DISTNAME = smplayer-18.5.0
|
||||
DISTNAME = smplayer-18.6.0
|
||||
CATEGORIES = multimedia x11
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://smplayer.sourceforge.net/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (smplayer-18.5.0.tar.bz2) = NqOu2g8fy//fBQORhd12FgVRopBQVu+TP9O3cutHrTs=
|
||||
SIZE (smplayer-18.5.0.tar.bz2) = 5040367
|
||||
SHA256 (smplayer-18.6.0.tar.bz2) = HVv0sw9QHjiCXczEsS9fE3m83vfZglSdqcyXE6gwaF0=
|
||||
SIZE (smplayer-18.6.0.tar.bz2) = 5111791
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-src_preferences_cpp,v 1.15 2018/01/29 15:02:10 gonzalo Exp $
|
||||
$OpenBSD: patch-src_preferences_cpp,v 1.16 2018/07/11 08:17:11 gonzalo Exp $
|
||||
Index: src/preferences.cpp
|
||||
--- src/preferences.cpp.orig
|
||||
+++ src/preferences.cpp
|
||||
@@ -207,8 +207,8 @@ void Preferences::reset() {
|
||||
@@ -211,8 +211,8 @@ void Preferences::reset() {
|
||||
Drives (CD/DVD)
|
||||
*************** */
|
||||
|
||||
@ -13,7 +13,7 @@ Index: src/preferences.cpp
|
||||
#ifdef BLURAY_SUPPORT
|
||||
bluray_device = "";
|
||||
#endif
|
||||
@@ -330,13 +330,13 @@ void Preferences::reset() {
|
||||
@@ -334,13 +334,13 @@ void Preferences::reset() {
|
||||
mplayer_additional_audio_filters="";
|
||||
|
||||
#ifdef LOG_MPLAYER
|
||||
|
@ -1,12 +1,13 @@
|
||||
$OpenBSD: patch-webserver_Makefile,v 1.1 2017/03/01 13:04:15 gonzalo Exp $
|
||||
--- webserver/Makefile.orig Tue Feb 28 17:39:14 2017
|
||||
+++ webserver/Makefile Tue Feb 28 17:10:22 2017
|
||||
$OpenBSD: patch-webserver_Makefile,v 1.2 2018/07/11 08:17:11 gonzalo Exp $
|
||||
Index: webserver/Makefile
|
||||
--- webserver/Makefile.orig
|
||||
+++ webserver/Makefile
|
||||
@@ -4,16 +4,6 @@ MODULE_CFLAGS=-DMG_DISABLE_DAV_AUTH -DMG_ENABLE_HTTP_C
|
||||
SOURCES = main.c mongoose.c
|
||||
CFLAGS = -O2 -W -Wall -Werror -Wno-unused-function $(CFLAGS_EXTRA) $(MODULE_CFLAGS)
|
||||
|
||||
-ifeq ($(OS), Windows_NT)
|
||||
-CFLAGS += -lws2_32
|
||||
-CFLAGS += -lws2_32 -Wno-format
|
||||
-CC = gcc
|
||||
-DEL_FILE = del
|
||||
-PROG := $(PROG).exe
|
||||
|
Loading…
Reference in New Issue
Block a user