From 401080b597fb8dc0042edbe538d6704a7e1d181b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 5 May 2018 03:31:21 +0300 Subject: [PATCH] bin/: Upgrade debian to D9 "stretch" Replace mplayer/gmplayer/smplayer with mpv. --- bin/gmplay | 3 ++- bin/mplay | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) mode change 120000 => 100755 bin/gmplay diff --git a/bin/gmplay b/bin/gmplay deleted file mode 120000 index 015dece..0000000 --- a/bin/gmplay +++ /dev/null @@ -1 +0,0 @@ -mplay \ No newline at end of file diff --git a/bin/gmplay b/bin/gmplay new file mode 100755 index 0000000..578b322 --- /dev/null +++ b/bin/gmplay @@ -0,0 +1,2 @@ +#! /bin/sh +exec mplay --player-operation-mode=pseudo-gui "$@" diff --git a/bin/mplay b/bin/mplay index 4786233..613aeff 100755 --- a/bin/mplay +++ b/bin/mplay @@ -7,7 +7,7 @@ if [ "$DISPLAY" ]; then xset -dpms s off) & fi -cgmem_nice 500 "`basename $0`"er $options "$@" +cgmem_nice 500 mpv $options "$@" if [ "$DISPLAY" ]; then cd "$HOME" -- 2.39.2