From 9fb8095b99a3dc5f2954951635a33680898470f2 Mon Sep 17 00:00:00 2001 From: Edinaldo P. Silva Date: Sun, 30 Jul 2017 08:16:19 +0700 Subject: multimedia/ExMplayer: Update script. Signed-off-by: Willy Sudiarto Raharjo --- multimedia/ExMplayer/ExMplayer.SlackBuild | 21 ++++++++------- multimedia/ExMplayer/ExMplayer.info | 4 +-- multimedia/ExMplayer/README | 45 ++++++++++++++++++++++++++----- multimedia/ExMplayer/slack-desc | 2 +- 4 files changed, 54 insertions(+), 18 deletions(-) (limited to 'multimedia/ExMplayer') diff --git a/multimedia/ExMplayer/ExMplayer.SlackBuild b/multimedia/ExMplayer/ExMplayer.SlackBuild index 8fc21f13e7..25c8c7ac84 100644 --- a/multimedia/ExMplayer/ExMplayer.SlackBuild +++ b/multimedia/ExMplayer/ExMplayer.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ExMPlayer. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=ExMplayer VERSION=${VERSION:-5.0.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -56,16 +56,20 @@ fi set -e -SRCNAM="exmplayer" - rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/${SRCNAM}_$VERSION.tar.gz -mv $PRGNAM $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +sed -i 's|this->setWindowFlags(!Qt::WindowStaysOnTopHint);|this->setWindowFlags(0);|' src/playerwindow.cpp make @@ -81,13 +85,12 @@ install -Dm644 debian/exmplayer.png $PKG/usr/share/pixmaps/exmplayer.png install -dm755 $PKG/etc/exmplayer install -m644 linux_build/{sc_default.xml,fmts} $PKG/etc/exmplayer -# to receive installed ffmpeg link (not a internal copy). +# to receive installed ffmpeg link (instead of a internal copy): install -dm755 $PKG/usr/share/exmplayer - ln -s /usr/bin/ffmpeg $PKG/usr/share/exmplayer/ffmpeg mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a debian/copyright README.md Release_notes.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp debian/{changelog,copyright} README.md Release_notes.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/multimedia/ExMplayer/ExMplayer.info b/multimedia/ExMplayer/ExMplayer.info index f8a079f1b6..3222fe4da9 100644 --- a/multimedia/ExMplayer/ExMplayer.info +++ b/multimedia/ExMplayer/ExMplayer.info @@ -1,8 +1,8 @@ PRGNAM="ExMplayer" VERSION="5.0.1" HOMEPAGE="http://exmplayer.sourceforge.net/index.html" -DOWNLOAD="https://launchpad.net/~exmplayer-dev/+archive/ubuntu/exmplayer/+files/exmplayer_5.0.1.tar.gz" -MD5SUM="e432230bdaffde582c9d002d12eaa424" +DOWNLOAD="https://github.com/rupeshs/ExMplayer/archive/v5.0.1/ExMplayer-5.0.1.tar.gz" +MD5SUM="60a32c7bd520fdfa9c187b2c6c66e3cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ffmpeg" diff --git a/multimedia/ExMplayer/README b/multimedia/ExMplayer/README index b64d520c8a..989077fce4 100644 --- a/multimedia/ExMplayer/README +++ b/multimedia/ExMplayer/README @@ -1,9 +1,42 @@ -ExMplayer (Extended MPlayer) is a GUI front-end for MPlayer with flow -view and tool like media cutter. It can play audio, video, dvd files -(.vob), vcd, files(.mpg,.dat) etc and supports network streaming. It -supports subtitles, subtitle decoding is done by using ass library. -It can play any media formats without any external codecs. +ExMplayer (MPlayer GUI front-end with 3D/2D video playback support) -ExMplayer Play any media files, convert, extract, animate, and more. +ExMplayer is a free GUI front-end for award-winning MPlayer with 3D/2D +video playback support, tools like audio converter, media cutter and +audio extractor. It can play audio, video, dvd files (.vob), vcd files +(.mpg,.dat) etc and supports network streaming. + +Plays hundreds of different video and audio formats, including MPEG-1, +-2 and -4 (DivX), H.264,H265 /HEVC, VP9, Ogg Vorbis and AAC. Supports +subtitles, subtitle decoding is done using the ASS library. So it can +play any media formats without any external codecs. + +ExMplayer also supports 3D video playback, wide variety of 3D formats +supported. You can easily watch low volume media files with volume +booster with volume boost up to 5000%.Media cutter can be used to cut +media files without quality loss. Audio extractor can be used to +extract audio from video files.Audio converter supports 11 different +audio formats. + +Download video/audio from YouTube, facebook, dailymotion, metacafe +and more sites. + +Features: + + * Video downloader + * Subtitle Search (Opensubtitles.org) + * 3D video playback support + * Volume booster + * Seekview + * Audio extractor + * Audio converter + * Media cutter + * Movie Animator + * 10 band audio equalizer + * video equalizer + * Winamp dsp plugins support + * 8 Audio effect filters + * 17 Video effect filters + * Configurable keyboard shortcuts and mouse + * Facebook sharing( Listening to... Watching....) Optional dependency: youtube-dl diff --git a/multimedia/ExMplayer/slack-desc b/multimedia/ExMplayer/slack-desc index 8924a0a179..534334ce73 100644 --- a/multimedia/ExMplayer/slack-desc +++ b/multimedia/ExMplayer/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -ExMplayer: ExMplayer (Free media player for windows and linux) +ExMplayer: ExMplayer (MPlayer GUI front-end with 3D/2D video playback support) ExMplayer: ExMplayer: ExMplayer (Extended MPlayer) is a GUI front-end for MPlayer with flow ExMplayer: view and tool like media cutter. It can play audio, video, dvd files -- cgit v1.2.3