multimedia/LiVES: Removed (not compatible with the newer ffmpeg).

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-11-09 09:33:43 +01:00 committed by Robby Workman
parent b17dcf2f5b
commit e7fb9a184c
6 changed files with 0 additions and 130 deletions

View file

@ -1,82 +0,0 @@
#!/bin/sh
# Slackware build script for LiVES
#
# this SlackBuild maintained by Klaatu at hackerpublicradio.org
#
# but all the real work was done by rworkman and the good folk
# at slackbuilds.org
PRGNAM=LiVES
VERSION=${VERSION:-r1566}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
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="-02"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
mv lives-$VERSION $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+w,g-w+r,o-w+r .
sh autogen.sh || true
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--program-prefix="" \
--build=$ARCH-slackware-linux
make docdir=/usr/doc/$PRGNAM-$VERSION
make install-strip docdir=/usr/doc/$PRGNAM-$VERSION DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING INSTALL NEWS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
# Fix a broken symlink.
cd $PKG/usr/bin
rm -f lives
ln -sf lives-exe lives
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,10 +0,0 @@
PRGNAM="LiVES"
VERSION="r1566"
HOMEPAGE="http://lives.sourceforge.net"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/LiVES-r1566.tar.xz"
MD5SUM="96ee9524ea350ea33ca4f6efafc5fb02"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack-audio-connection-kit mjpegtools transcode"
MAINTAINER="klaatu"
EMAIL="klaatu@hackerpublicradio.org"

View file

@ -1,11 +0,0 @@
--- trunk/src/callbacks.c 2012/03/23 01:30:32 1462
+++ trunk/src/callbacks.c 2012/03/30 22:41:23 1465
@@ -3999,7 +3999,7 @@
lives_alarm_clear(alarm_handle);
frames_written=mainw->jackd->frames_written;
seek_pos=mainw->jackd->seek_pos;
- audio_ticks=mainw->pulsed->audio_ticks;
+ audio_ticks=mainw->jackd->audio_ticks;
jack_message.command=ASERVER_CMD_FILE_CLOSE;
jack_message.data=NULL;

View file

@ -1,4 +0,0 @@
LiVES is a frame and sample accurate realtime and non-linear video editor.
Features include keyboard-based editing, a dedicated clip editor, JACK
support, realtime effects, support for most major multimedia formats, the
ability to be used for live VJ'ing, and much more.

View file

@ -1,4 +0,0 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
fi

View file

@ -1,19 +0,0 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
LiVES: LiVES (a Video Editing System)
LiVES:
LiVES: LiVES is a frame and sample accurate realtime and non-linear
LiVES: video editor. Features include keyboard-based editing, a dedicated
LiVES: clip editor, JACK support, realtime effects, support for most major
LiVES: multimedia formats.
LiVES:
LiVES: For more information, see http://lives.sourceforge.net
LiVES:
LiVES:
LiVES: