forked from pool/smplayer
ec65815957
- update to 23.6: * Fix the issue of YouTube playback limited to 720p. * Update mpv and mplayer. * New option in preferences to keep the playback speed for all videos. * Other bug fixes. OBS-URL: https://build.opensuse.org/request/show/1101191 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/smplayer?expand=0&rev=83
22 lines
705 B
Diff
22 lines
705 B
Diff
Index: smplayer-23.6.0/Makefile
|
|
===================================================================
|
|
--- smplayer-23.6.0.orig/Makefile
|
|
+++ smplayer-23.6.0/Makefile
|
|
@@ -26,7 +26,7 @@ all: src/smplayer webserver/simple_web_s
|
|
|
|
src/smplayer:
|
|
./get_svn_revision.sh
|
|
- +cd src && $(QMAKE) $(QMAKE_OPTS) && $(DEFS) make
|
|
+ +cd src && $(QMAKE) $(QMAKE_OPTS) && $(DEFS) make $(MAKEFLAGS)
|
|
cd src && $(LRELEASE) smplayer.pro
|
|
|
|
webserver/simple_web_server:
|
|
@@ -85,7 +85,6 @@ install: all
|
|
|
|
-install -d $(DESTDIR)$(PREFIX)/share/man/man1/
|
|
install -m 644 man/smplayer.1 $(DESTDIR)$(PREFIX)/share/man/man1/
|
|
- gzip -9 -f $(DESTDIR)$(PREFIX)/share/man/man1/smplayer.1
|
|
|
|
uninstall:
|
|
-rm -f $(PREFIX)/bin/smplayer
|