mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/QMPlay2: Updated for version 17.02.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1654005735
commit
a7196ae288
3 changed files with 15 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=QMPlay2
|
||||
VERSION=${VERSION:-16.12.23}
|
||||
VERSION=${VERSION:-17.02.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,6 +73,8 @@ cmake \
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLANGUAGES=All \
|
||||
-DUSE_LINK_TIME_OPTIMIZATION=ON \
|
||||
-DUSE_QT5=NO \
|
||||
-DUSE_JEMALLOC=OFF \
|
||||
-DUSE_CHIPTUNE_SID=OFF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="QMPlay2"
|
||||
VERSION="16.12.23"
|
||||
VERSION="17.02.12"
|
||||
HOMEPAGE="https://github.com/zaps166/QMPlay2"
|
||||
DOWNLOAD="https://github.com/zaps166/QMPlay2/archive/16.12.23/QMPlay2-16.12.23.tar.gz"
|
||||
MD5SUM="08c8f822047928c8578915b99b35ebb5"
|
||||
DOWNLOAD="https://github.com/zaps166/QMPlay2/archive/17.02.12/QMPlay2-17.02.12.tar.gz"
|
||||
MD5SUM="2957b8ae56441ec138782842052511a7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg libass libgme"
|
||||
|
|
|
@ -2,16 +2,21 @@ QMPlay2 (video/audio player which can play most formats and codecs)
|
|||
|
||||
QMPlay2 is a video and audio player. It can play all formats supported
|
||||
by FFmpeg, libmodplug (including J2B and SFX). It also supports Audio
|
||||
CD, raw files, Rayman 2 music and chiptunes. It contains YouTube and
|
||||
CD, raw files, Rayman 2 music and chiptunes. It contains YouTube and
|
||||
Prostopleer browser.
|
||||
|
||||
Optional dependencies: qt5, libsidplayfp, youtube-dl.
|
||||
|
||||
NOTES:
|
||||
qt5 and libsidplayfp also are optional dependencies if you need.
|
||||
NOTE1: qt5 and libsidplayfp also are optional dependencies if you need,
|
||||
install them and modify SlackBuild, changing the value -DUSE_QT5=NO to
|
||||
-DUSE_QT5=YES and DUSE_CHIPTUNE_SID=OFF to DUSE_CHIPTUNE_SID=ON, or
|
||||
simply remove these lines.
|
||||
|
||||
If youtube-dl is not installed, you will be asked if you want
|
||||
NOTE2: If youtube-dl is not installed, you will be asked if you want
|
||||
QMPlay2 to download it for you.
|
||||
|
||||
NOTE3: QMPlay2 contains modified libmodplug sources which are used by
|
||||
Modplug module and uses Concept icons created by Alexey Varfolomeev.
|
||||
|
||||
QMPlay2 is available with English, German, Spanish, French, Polish,
|
||||
Russian and Chinese languages.
|
||||
|
|
Loading…
Reference in a new issue