diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2025-06-29 02:22:47 -0700 |
---|---|---|
committer | Síle Ekaterin Liszka <sheila@vulpine.house> | 2025-06-29 14:58:51 -0700 |
commit | 9adcf8e18bc312a27b5fedb3df260192a3ca5153 (patch) | |
tree | 21f12c3dfad9ada4a8093bccb01218603c2a1496 /user/vlc/use-vlc-static.patch | |
parent | 9f15fe63839a4a0e94618106662a25771902786b (diff) | |
download | packages-9adcf8e18bc312a27b5fedb3df260192a3ca5153.tar.gz packages-9adcf8e18bc312a27b5fedb3df260192a3ca5153.tar.bz2 packages-9adcf8e18bc312a27b5fedb3df260192a3ca5153.tar.xz packages-9adcf8e18bc312a27b5fedb3df260192a3ca5153.zip |
user/vlc: use slibtool
Diffstat (limited to 'user/vlc/use-vlc-static.patch')
-rw-r--r-- | user/vlc/use-vlc-static.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/vlc/use-vlc-static.patch b/user/vlc/use-vlc-static.patch new file mode 100644 index 000000000..f9cdf9586 --- /dev/null +++ b/user/vlc/use-vlc-static.patch @@ -0,0 +1,12 @@ +diff '--color=auto' -Nurd vlc-3.0.20/test/run_vlc.sh vlc-3.0.20.new/test/run_vlc.sh +--- vlc-3.0.20/test/run_vlc.sh 2023-02-11 01:33:19.000000000 -0800 ++++ vlc-3.0.20.new/test/run_vlc.sh 2025-06-29 02:08:28.915250802 -0700 +@@ -2,7 +2,7 @@ + + set -e + +-VLC="./vlc -I dummy --ignore-config --rc-fake-tty" ++VLC="bin/vlc-static -I dummy --ignore-config --rc-fake-tty" + + $VLC -H + $VLC -Idummy vlc://quit |