diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:43:38 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:53:18 -0500 |
commit | a1ee349ffe1a08af0c688f38d891266f8f6dfd51 (patch) | |
tree | 0668a7479468bb0d0a6beeadfe4bff38211865a3 /multimedia | |
parent | 7bd5a779a7d3af256317edc4b05531942781146f (diff) | |
download | slackbuilds-a1ee349ffe1a08af0c688f38d891266f8f6dfd51.tar.gz |
multimedia/jmf: Removed (abandoned by maintainer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/jmf/README | 11 | ||||
-rw-r--r-- | multimedia/jmf/jmf.SlackBuild | 65 | ||||
-rw-r--r-- | multimedia/jmf/jmf.info | 10 | ||||
-rw-r--r-- | multimedia/jmf/slack-desc | 19 |
4 files changed, 0 insertions, 105 deletions
diff --git a/multimedia/jmf/README b/multimedia/jmf/README deleted file mode 100644 index f509d847f0..0000000000 --- a/multimedia/jmf/README +++ /dev/null @@ -1,11 +0,0 @@ -The Java Media Framework API (JMF) enables multimedia to be added to -Java applications. OpenOffice needs it to play audio and video, for -example, within Impress presentations. - -In summary, the media types supported are - audio: AIFF, AU, AVI, GSM, MIDI, MP2, QT, RMF, WAV - video: AVI, MPEG-1, QT, H.261, H.263 - other: HotMedia - -For a full list of the media types supported, see -http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html diff --git a/multimedia/jmf/jmf.SlackBuild b/multimedia/jmf/jmf.SlackBuild deleted file mode 100644 index 74019b8703..0000000000 --- a/multimedia/jmf/jmf.SlackBuild +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh - -# Slackware build script for Java Media Framework -# Written by David Spencer <nobbutl@yahoo.co.uk> -# This script is dedicated to the public domain - -# NOTE: No x86_64 capability --rworkman - -PRGNAM=jmf -VERSION=${VERSION:-2.1.1e} -ARCH=i586 # yes, it's a blob -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -UCPRGNAM=$(echo $PRGNAM | tr [:lower:] [:upper:]) -ULVERSION=$(echo $VERSION | sed 's/\./_/g') -STARTLINE=309 # from the source file: "tail +309 $0 > $outname" - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $UCPRGNAM-$VERSION - -tail +$STARTLINE $CWD/$PRGNAM-$ULVERSION-linux-i586.bin > $PRGNAM.zipsfx -unzip $PRGNAM.zipsfx || true - -cd $UCPRGNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -mkdir -p $PKG/usr/bin -mv bin/* $PKG/usr/bin - -mkdir -p $PKG/usr/lib/java/lib -mv lib/*.properties $PKG/usr/lib/java/lib - -mkdir -p $PKG/usr/lib/java/lib/ext -mv lib/*.jar $PKG/usr/lib/java/lib/ext - -mkdir -p $PKG/usr/lib/java/lib/i386 -mv lib/*.so $PKG/usr/lib/java/lib/i386 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv doc/* $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -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.${PKGTYPE:-tgz} diff --git a/multimedia/jmf/jmf.info b/multimedia/jmf/jmf.info deleted file mode 100644 index 94560f3fe4..0000000000 --- a/multimedia/jmf/jmf.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="jmf" -VERSION="2.1.1e" -HOMEPAGE="http://java.sun.com/javase/technologies/desktop/media/jmf/" -DOWNLOAD="http://caltechrobotics.googlecode.com/files/jmf-2_1_1e-linux-i586.bin" -MD5SUM="7dd3dbf6af76c07fba32d662ba4b5243" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="David Spencer" -EMAIL="nobbutl@yahoo.co.uk" -APPROVED="rworkman" diff --git a/multimedia/jmf/slack-desc b/multimedia/jmf/slack-desc deleted file mode 100644 index 141d8092c0..0000000000 --- a/multimedia/jmf/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------------------------------------------------------| -jmf: jmf (Java Media Framework) -jmf: -jmf: The Java Media Framework API (JMF) enables multimedia to be added to -jmf: Java applications. OpenOffice needs it to play audio and video, for -jmf: example within Impress presentations. -jmf: -jmf: Homepage: http://java.sun.com/javase/technologies/desktop/media/jmf/ -jmf: -jmf: -jmf: -jmf: |