From 11d4824f41838a1a9cd6b13c128b263dee54367c Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:08:32 +0200 Subject: multimedia/recordmydesktop: Removed from 13.0 repository --- multimedia/recordmydesktop/README | 8 --- .../recordmydesktop/recordmydesktop.SlackBuild | 57 ---------------------- multimedia/recordmydesktop/recordmydesktop.info | 8 --- multimedia/recordmydesktop/slack-desc | 19 -------- 4 files changed, 92 deletions(-) delete mode 100644 multimedia/recordmydesktop/README delete mode 100644 multimedia/recordmydesktop/recordmydesktop.SlackBuild delete mode 100644 multimedia/recordmydesktop/recordmydesktop.info delete mode 100644 multimedia/recordmydesktop/slack-desc (limited to 'multimedia') diff --git a/multimedia/recordmydesktop/README b/multimedia/recordmydesktop/README deleted file mode 100644 index c91986a1be..0000000000 --- a/multimedia/recordmydesktop/README +++ /dev/null @@ -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 diff --git a/multimedia/recordmydesktop/recordmydesktop.SlackBuild b/multimedia/recordmydesktop/recordmydesktop.SlackBuild deleted file mode 100644 index 1b5dbaf13b..0000000000 --- a/multimedia/recordmydesktop/recordmydesktop.SlackBuild +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh - -# Slackware build script for recordMydesktop - -# Written by Guilherme Portalegre - -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 diff --git a/multimedia/recordmydesktop/recordmydesktop.info b/multimedia/recordmydesktop/recordmydesktop.info deleted file mode 100644 index b3ce3047d9..0000000000 --- a/multimedia/recordmydesktop/recordmydesktop.info +++ /dev/null @@ -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" diff --git a/multimedia/recordmydesktop/slack-desc b/multimedia/recordmydesktop/slack-desc deleted file mode 100644 index 8b119405c0..0000000000 --- a/multimedia/recordmydesktop/slack-desc +++ /dev/null @@ -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: -- cgit v1.2.3