diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:32 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:32 +0200 |
commit | 11d4824f41838a1a9cd6b13c128b263dee54367c (patch) | |
tree | 0d0211107e392e44e3fb40a81e7b4beb9bb5cf78 /multimedia | |
parent | 3535f508b2173f386bb5ad6d34465d9aba830c4d (diff) |
multimedia/recordmydesktop: Removed from 13.0 repository
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/recordmydesktop/README | 8 | ||||
-rw-r--r-- | multimedia/recordmydesktop/recordmydesktop.SlackBuild | 57 | ||||
-rw-r--r-- | multimedia/recordmydesktop/recordmydesktop.info | 8 | ||||
-rw-r--r-- | multimedia/recordmydesktop/slack-desc | 19 |
4 files changed, 0 insertions, 92 deletions
diff --git a/multimedia/recordmydesktop/README b/multimedia/recordmydesktop/README deleted file mode 100644 index c91986a1bea6..000000000000 --- 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 1b5dbaf13b1d..000000000000 --- a/multimedia/recordmydesktop/recordmydesktop.SlackBuild +++ /dev/null @@ -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 diff --git a/multimedia/recordmydesktop/recordmydesktop.info b/multimedia/recordmydesktop/recordmydesktop.info deleted file mode 100644 index b3ce3047d906..000000000000 --- 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 8b119405c07d..000000000000 --- 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: |