summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2018-06-07 12:41:50 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2018-06-07 12:41:50 +0200
commit5d780999b6ee7a84d737fdb5dbc07ea9a25e4cde (patch)
tree98df5350e13b9e2fb11ceb83081162d95a7d5c30
parente579b201d081dce9b4b832b224c921b5682b7fff (diff)
Clean patches
-rw-r--r--debian/patches/07-disable-chromecast.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/debian/patches/07-disable-chromecast.patch b/debian/patches/07-disable-chromecast.patch
deleted file mode 100644
index afef27d..0000000
--- a/debian/patches/07-disable-chromecast.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Description: Disable Chromecast support to workaround security issues in Mongoose Simple web server
-Author: Reinhard Tartler <siretart@debian.org>
-Bug-Debian: http://bugs.debian.org/898943
-Last-Update: 2018-06-3
-
---- a/src/smplayer.pro
-+++ b/src/smplayer.pro
-@@ -38,7 +38,7 @@ DEFINES += MOUSE_GESTURES
- DEFINES += GLOBALSHORTCUTS
- DEFINES += ADD_BLACKBORDERS_FS
- DEFINES += INITIAL_BLACKBORDERS
--DEFINES += CHROMECAST_SUPPORT
-+# DEFINES += CHROMECAST_SUPPORT
-
- DEFINES += MPV_SUPPORT
- DEFINES += MPLAYER_SUPPORT
---- a/Makefile
-+++ b/Makefile
-@@ -21,7 +21,7 @@ DEFS=DATA_PATH=\\\"$(DATA_PATH)\\\" \
- DOC_PATH=\\\"$(DOC_PATH)\\\" THEMES_PATH=\\\"$(THEMES_PATH)\\\" \
- SHORTCUTS_PATH=\\\"$(SHORTCUTS_PATH)\\\"
-
--all: src/smplayer webserver/simple_web_server
-+all: src/smplayer #webserver/simple_web_server
-
- src/smplayer:
- ./get_svn_revision.sh
-@@ -29,7 +29,8 @@ src/smplayer:
- cd src && $(LRELEASE) smplayer.pro
-
- webserver/simple_web_server:
-- cd webserver && make
-+ #cd webserver && make
-+ touch $@
-
- clean:
- if [ -f src/Makefile ]; then cd src && make distclean; fi
-@@ -46,7 +47,7 @@ install: all
- -install -d $(DESTDIR)$(DOC_PATH)
- install -m 644 Changelog *.txt $(DESTDIR)$(DOC_PATH)
-
-- install -m 755 webserver/simple_web_server $(DESTDIR)$(PREFIX)/bin/
-+# install -m 755 webserver/simple_web_server $(DESTDIR)$(PREFIX)/bin/
-
- -install -d $(DESTDIR)$(DOC_PATH)
- tar -C docs/ --exclude=.svn -c -f - . | tar -C $(DESTDIR)$(DOC_PATH) -x -f -