From 7735c2ff252dfb30a347f008e5abf5dd30623456 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 6 Nov 2016 14:48:18 -0600 Subject: multimedia/ExMplayer: README/slack-desc/script fixups and tweaks Signed-off-by: Robby Workman --- multimedia/ExMplayer/ExMplayer.SlackBuild | 8 +++----- multimedia/ExMplayer/README | 34 ++++++------------------------- multimedia/ExMplayer/slack-desc | 2 +- 3 files changed, 10 insertions(+), 34 deletions(-) (limited to 'multimedia/ExMplayer') diff --git a/multimedia/ExMplayer/ExMplayer.SlackBuild b/multimedia/ExMplayer/ExMplayer.SlackBuild index 5c2bbdc6d1..8fc21f13e7 100644 --- a/multimedia/ExMplayer/ExMplayer.SlackBuild +++ b/multimedia/ExMplayer/ExMplayer.SlackBuild @@ -29,7 +29,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -84,9 +84,7 @@ install -m644 linux_build/{sc_default.xml,fmts} $PKG/etc/exmplayer # to receive installed ffmpeg link (not 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 diff --git a/multimedia/ExMplayer/README b/multimedia/ExMplayer/README index d7ce6eecc4..b64d520c8a 100644 --- a/multimedia/ExMplayer/README +++ b/multimedia/ExMplayer/README @@ -1,31 +1,9 @@ -ExMplayer (Free media player for windows and linux) - -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. +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 Play any media files, convert, extract, animate and more. - -Features: - * 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 - * Play any files with out any codec,199 audio and 416 video built-in external codecs.So ExMplayer can play any media format.Supports network streaming and subtitles. - * Want to convert audio file ? here is it easy to use audio converter.ExMplayer audio converter supports more than 10 different audio file format conversions. - * Do you want to extract audio from video files? Hmm...here is it ExMplayer Audio Extractor,easy to use interface.High quality audio extraction without losing audio quality. - * Download video/audio from YouTube,facebook,dailymotion,metacafe and more - * Subtitle search enables to find movie subtitles very easily.Subtitle uploading also supported.Service provided by opensubtitles.org. - * Easy tool for extracting audio from your video files! - * Convert audio files to different formats (more than 10 popular formats) - * Cut your media file (Audio /video files ) using media cutter.Media quality preserved. +ExMplayer Play any media files, convert, extract, animate, and more. -Optional dependencie: youtube-dl +Optional dependency: youtube-dl diff --git a/multimedia/ExMplayer/slack-desc b/multimedia/ExMplayer/slack-desc index f3439759b3..17bd95861a 100644 --- a/multimedia/ExMplayer/slack-desc +++ b/multimedia/ExMplayer/slack-desc @@ -14,6 +14,6 @@ ExMplayer: (.vob), vcd, files(.mpg,.dat) etc and supports network streaming. It ExMplayer: supports subtitles, subtitle decoding is done by using ass library. ExMplayer: It can play any media formats without any external codecs. ExMplayer: -ExMplayer: ExMplayer Play any media files, convert, extract, animate and more. +ExMplayer: ExMplayer Play any media files, convert, extract, animate, and more. ExMplayer: ExMplayer: Home page: http://exmplayer.sourceforge.net/index.html -- cgit v1.2.3-65-gdbad