# HG changeset patch # User Hans-G?nter Theisgen # Date 1658335347 -3600 # Node ID 52493da6e18cd24e36e933d2541aa54ba9bd3423 # Parent 86b32ffcf7acdda309928027ef10f4dc95a3b754 updated smplayer (20.6.0 -> 22.7.0) diff -r 86b32ffcf7ac -r 52493da6e18c smplayer/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/smplayer/description.txt Wed Jul 20 17:42:27 2022 +0100 @@ -0,0 +1,21 @@ +SMPlayer is a free media player for Windows and Linux with +built-in codecs that can play virtually all video and audio +formats. +It doesn't need any external codecs. Just install SMPlayer +and you'll be able to play all formats without the hassle +to find and install codec packs. + +One of the most interesting features of SMPlayer: +it remembers the settings of all files you play. +So you start to watch a movie but you have to leave... +don't worry, when you open that movie again it will be +resumed at the same point you left it, and with the same +settings: audio track, subtitles, volume... + +SMPlayer is a graphical user interface (GUI) for the +award-winning MPlayer, which is capable of playing almost +all known video and audio formats. +But apart from providing access for the most common and useful +options of MPlayer, SMPlayer adds other interesting features +like the possibility to play Youtube videos or download +subtitles. diff -r 86b32ffcf7ac -r 52493da6e18c smplayer/receipt --- a/smplayer/receipt Wed Jul 20 17:27:26 2022 +0100 +++ b/smplayer/receipt Wed Jul 20 17:42:27 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="smplayer" -VERSION="20.6.0" +VERSION="22.7.0" CATEGORY="multimedia" TAGS="player audio video movie" SHORT_DESC="QT-based front-end for MPlayer or mpv." @@ -14,7 +14,7 @@ SUGGESTED="mpv smplayer-themes" DEPENDS="libQtCore libQtDBus libQtGui libQtScript libQtXml mplayer-cli" -BUILD_DEPENDS="Qt4-dev qmake" +BUILD_DEPENDS="qmake Qt4-dev" GENERIC_MENUS="no" @@ -51,8 +51,9 @@ cp -a $install/usr/share/$PACKAGE/translations/smplayer_$i.qm \ $fs/usr/share/$PACKAGE/translations/ done + for size in 64 128 192 256 512 scalable do - rm -rf $fs/usr/share/icons/hicolor/${size}* + rm -rf $fs/usr/share/icons/hicolor/${size}* done }