multimedia/recordmydesktop: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:08:32 +02:00
parent 3535f508b2
commit 11d4824f41
4 changed files with 0 additions and 92 deletions

View file

@ -1,8 +0,0 @@
recordmydesktop (record desktop sessions to an Ogg-Theora-Vorbis file)
recordMyDesktop produces a file(default out.ogg) that contains a video
and audio recording of a desktop session. It attempts to be easy to
use, yet also effective at it's primary task.
It's suggested that you read the User Guide before using recordMyDesktop.
Online guide: http://recordmydesktop.iovar.org/rug/toc.php

View file

@ -1,57 +0,0 @@
#!/bin/sh
# Slackware build script for recordMydesktop
# Written by Guilherme Portalegre <deltas4@gmail.com>
set -e
PRGNAM=recordmydesktop
VERSION=0.3.6
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
#chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc \
--localstatedir=/var
make
make install DESTDIR=$PKG
strip --strip-unneeded $PKG/usr/bin/$PRGNAM
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
$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
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -1,8 +0,0 @@
PRGNAM="recordmydesktop"
VERSION="0.3.6"
HOMEPAGE="http://recordmydesktop.iovar.org/"
DOWNLOAD="http://downloads.sourceforge.net/recordmydesktop/recordmydesktop-0.3.6.tar.gz"
MD5SUM="67bf75182cb7c5189ed985672378e315"
MAINTAINER="Guilherme Portalegre"
EMAIL="deltas4@gmail.com"
APPROVED="rworkman"

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------------------------------------------------------|
recordmydesktop: recordmydesktop (a desktop session recorder)
recordmydesktop:
recordmydesktop: recordMyDesktop is a desktop session recorder for GNU/Linux
recordmydesktop: that attemps to be easy to use, yet also effective at it's
recordmydesktop: primary task.
recordmydesktop:
recordmydesktop: Homepage: http://recordmydesktop.iovar.org/
recordmydesktop:
recordmydesktop:
recordmydesktop:
recordmydesktop: