multimedia/xjadeo: Updated for version 0.6.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Michales Michaloudes 2012-05-20 17:06:46 -04:00 committed by Erik Hanson
parent 9a79d0f1e8
commit e68ba6bae8
4 changed files with 12 additions and 13 deletions

View file

@ -1,11 +1,11 @@
Xjadeo is a software video player that displays a video-clip in sync with
an external time source (MTC, LTC, JACK-transport).
Xjadeo is a software video player that displays a video-clip in sync with an
external time source (MTC, LTC, JACK-transport).
Xjadeo is useful in soundtrack composition, video monitoring or any taski
that requires to synchronizing movie frames with audio events.
Xjadeo is useful in soundtrack composition, video monitoring or any task that
requires to synchronizing movie frames with audio events.
Xjadeo supports a multitude of video file formats, display libraries and
sync sources. It includes an optional GUI called qjadeo that provides setup
Xjadeo supports a multitude of video file formats, display libraries and sync
sources. It includes an optional GUI called qjadeo that provides setup
options, file history, video import/transcoding and control of Xjadeo's
run-time parameters.

View file

@ -3,7 +3,7 @@
# Written by Michales Michaloudes korgie@gmail.com
PRGNAM=xjadeo
VERSION=${VERSION:-0.6.1}
VERSION=${VERSION:-0.6.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,7 +73,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
# cp KDE desktop icon
mkdir -p $PKG/usr/share/applications
mkdir -p $PKG/usr/share/$PRGNAM
cp -a $CWD/$PRGNAM.desktop $PKG/usr/share/applications
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
# convert png icon to xpm
convert src/qt-gui/images/qjadeo.png $PKG/usr/share/$PRGNAM/qjadeo_102.xpm

View file

@ -1,5 +1,4 @@
[Desktop Entry]
Encoding=UTF-8
Exec=qjadeo
Icon=/usr/share/xjadeo/qjadeo_102.xpm
Name=jadeo

View file

@ -1,10 +1,10 @@
PRGNAM="xjadeo"
VERSION="0.6.1"
VERSION="0.6.3"
HOMEPAGE="http://xjadeo.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/project/xjadeo/xjadeo/v0.6.1/xjadeo-0.6.1.tar.gz"
MD5SUM="5cb531b7bd4bccb236bc9593c6d6c563"
DOWNLOAD="http://downloads.sourceforge.net/project/xjadeo/xjadeo/v0.6.3/xjadeo-0.6.3.tar.gz"
MD5SUM="bae0d49f1e1cc6a4efb8ccfd6cc5647f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michales Michaloudes"
EMAIL="korgie@gmail.com"
APPROVED="Niels Horn"
APPROVED="dsomero"