summaryrefslogtreecommitdiffstats
path: root/multimedia/xjadeo
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xjadeo')
-rw-r--r--multimedia/xjadeo/README18
-rw-r--r--multimedia/xjadeo/xjadeo.SlackBuild21
-rw-r--r--multimedia/xjadeo/xjadeo.desktop2
-rw-r--r--multimedia/xjadeo/xjadeo.info8
4 files changed, 31 insertions, 18 deletions
diff --git a/multimedia/xjadeo/README b/multimedia/xjadeo/README
index ec02eb4707..450311e4e5 100644
--- a/multimedia/xjadeo/README
+++ b/multimedia/xjadeo/README
@@ -1,12 +1,12 @@
-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 task 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
-options, file history, video import/transcoding and control of Xjadeo's
-run-time parameters.
+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.
-Optional dependencies are portmidi, lash, jack-audio-connection-kit, and imlib2
+Optional dependencies are portmidi, lash, jack, and imlib2.
diff --git a/multimedia/xjadeo/xjadeo.SlackBuild b/multimedia/xjadeo/xjadeo.SlackBuild
index e05d12130c..886942009e 100644
--- a/multimedia/xjadeo/xjadeo.SlackBuild
+++ b/multimedia/xjadeo/xjadeo.SlackBuild
@@ -1,11 +1,14 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for <xjadeo>
# Written by Michales Michaloudes korgie@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=xjadeo
-VERSION=${VERSION:-0.8.7}
+VERSION=${VERSION:-0.8.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -15,7 +18,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -49,6 +59,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# libporttime is included in libportmidi
+sed -i 's/-lporttime//g' configure
+
CFLAGS="$SLKCFLAGS -fgnu89-inline" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -89,4 +102,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/multimedia/xjadeo/xjadeo.desktop b/multimedia/xjadeo/xjadeo.desktop
index 2c3a7972df..d27ff0e8cf 100644
--- a/multimedia/xjadeo/xjadeo.desktop
+++ b/multimedia/xjadeo/xjadeo.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Exec=qjadeo
+Exec=xjadeo
Icon=/usr/share/xjadeo/qjadeo_102.xpm
Name=jadeo
GenericName=Video player for sync with jack
diff --git a/multimedia/xjadeo/xjadeo.info b/multimedia/xjadeo/xjadeo.info
index 39f7502d66..4c6dffd142 100644
--- a/multimedia/xjadeo/xjadeo.info
+++ b/multimedia/xjadeo/xjadeo.info
@@ -1,10 +1,10 @@
PRGNAM="xjadeo"
-VERSION="0.8.7"
+VERSION="0.8.13"
HOMEPAGE="http://xjadeo.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/project/xjadeo/xjadeo/v0.8.7/xjadeo-0.8.7.tar.gz"
-MD5SUM="9c929f80b44c9549fbda372b26a19462"
+DOWNLOAD="http://downloads.sourceforge.net/xjadeo/xjadeo-0.8.13.tar.gz"
+MD5SUM="37210f929853f3de35973501f7b4615b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ffmpeg liblo"
+REQUIRES="liblo"
MAINTAINER="Michales Michaloudes"
EMAIL="korgie@gmail.com"