multimedia/xvst: Updated for version 2.4.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Larry Hajali 2010-09-08 18:17:22 -04:00 committed by dsomero
parent 843bbece24
commit efbcbe15fe
6 changed files with 14 additions and 20 deletions

View File

@ -4,3 +4,4 @@ you the ability to convert each video in most popular formats: AVI,
MPEG1, MPEG2, WMV, MP4, 3GP, MP3 file formats.
xvst requires ffmpeg as a runtime requirement for video conversion(s).
xvst can also use flvstreamer as an optional dependency.

View File

@ -1,4 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View File

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
xvst: xvst (Qt Gui for downloading favorite video clips from the web)
xvst:
xvst:
xvst: xVideoServiceThief is a tool for downloading your favourite video
xvst: clips from a lot of video websites. xVideoServiceThief also provides
xvst: you the ability to convert each video in most popular formats: AVI,
xvst: MPEG1, MPEG2, WMV, MP4, 3GP, MP3 file formats.
xvst:
xvst:
xvst: Homepage: http://xviservicethief.sourceforge.net/
xvst:
xvst:
xvst:
xvst:
xvst:
xvst:

View File

@ -5,8 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=xvst
VERSION=2.4
SRCVER=$(echo $VERSION | tr '.' '_')
VERSION=2.4.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -25,16 +24,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
@ -45,7 +40,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
mkdir $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
unzip $CWD/xVST_${SRCVER}_src.zip
unzip $CWD/xVST_${VERSION//\./_}_src.zip
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@ -56,7 +51,7 @@ find . \
# Change file from DOS to Unix, change path for plugins and language files
# and make translations.
sed -i 's/\r//g' "how to compile.txt"
sed -i "s|getApplicationPath()\ +\ \"|\"/usr/share/${PRGNAM}|g" src/options.cpp
sed -i "s|getApplicationPath()\ +\ \"|\"/usr/share/$PRGNAM|g" src/options.cpp
lrelease resources/translations/*.ts
rm -f resources/translations/template_for_new_translations.qm

View File

@ -1,6 +1,5 @@
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=xVideoServiceThief
GenericName=Video Downloader
GenericName[de]=Video-Downloader
@ -8,7 +7,7 @@ GenericName[cs]=Stahování videí
Comment=Download videos and convert it
Comment[de]=Videos herunterladen und konvertieren
Comment[cs]=Nástroj pro stahování a konvertování videí z různých portálů
Icon=xvst.png
Icon=xvst
Exec=xvst
Terminal=false
StartupNotify=false

View File

@ -1,10 +1,10 @@
PRGNAM="xvst"
VERSION="2.4"
VERSION="2.4.1"
HOMEPAGE="http://xviservicethief.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/xviservicethief/xVST_2_4_src.zip"
MD5SUM="27b83803906981b731ab5658b6b96528"
DOWNLOAD="http://downloads.sourceforge.net/xviservicethief/xVST_2_4_1_src.zip"
MD5SUM="7f8c2e79c3431cc46da306419abc16eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="Erik Hanson"
APPROVED="dsomero"