wok rev 25313

updated smplayer (20.6.0 -> 22.7.0)
author Hans-G?nter Theisgen
date Wed Jul 20 17:42:27 2022 +0100 (22 months ago)
parents 86b32ffcf7ac
children adaf06c5172f
files smplayer/description.txt smplayer/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/smplayer/description.txt	Wed Jul 20 17:42:27 2022 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +SMPlayer is a free media player for Windows and Linux with
     1.5 +built-in codecs that can play virtually all video and audio
     1.6 +formats.
     1.7 +It doesn't need any external codecs. Just install SMPlayer
     1.8 +and you'll be able to play all formats without the hassle
     1.9 +to find and install codec packs.
    1.10 +
    1.11 +One of the most interesting features of SMPlayer:
    1.12 +it remembers the settings of all files you play.
    1.13 +So you start to watch a movie but you have to leave...
    1.14 +don't worry, when you open that movie again it will be
    1.15 +resumed at the same point you left it, and with the same
    1.16 +settings: audio track, subtitles, volume...
    1.17 +
    1.18 +SMPlayer is a graphical user interface (GUI) for the
    1.19 +award-winning MPlayer, which is capable of playing almost
    1.20 +all known video and audio formats.
    1.21 +But apart from providing access for the most common and useful
    1.22 +options of MPlayer, SMPlayer adds other interesting features
    1.23 +like the possibility to play Youtube videos or download
    1.24 +subtitles.
     2.1 --- a/smplayer/receipt	Wed Jul 20 17:27:26 2022 +0100
     2.2 +++ b/smplayer/receipt	Wed Jul 20 17:42:27 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="smplayer"
     2.7 -VERSION="20.6.0"
     2.8 +VERSION="22.7.0"
     2.9  CATEGORY="multimedia"
    2.10  TAGS="player audio video movie"
    2.11  SHORT_DESC="QT-based front-end for MPlayer or mpv."
    2.12 @@ -14,7 +14,7 @@
    2.13  
    2.14  SUGGESTED="mpv smplayer-themes"
    2.15  DEPENDS="libQtCore libQtDBus libQtGui libQtScript libQtXml mplayer-cli"
    2.16 -BUILD_DEPENDS="Qt4-dev qmake"
    2.17 +BUILD_DEPENDS="qmake Qt4-dev"
    2.18  
    2.19  GENERIC_MENUS="no"
    2.20  
    2.21 @@ -51,8 +51,9 @@
    2.22  		cp -a $install/usr/share/$PACKAGE/translations/smplayer_$i.qm \
    2.23  			$fs/usr/share/$PACKAGE/translations/
    2.24  	  done
    2.25 +
    2.26  	for size in 64 128 192 256 512 scalable
    2.27  	  do
    2.28 -		rm -rf $fs/usr/share/icons/hicolor/${size}*
    2.29 +		rm -rf	$fs/usr/share/icons/hicolor/${size}*
    2.30  	  done
    2.31  }