mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/divx4linux: Removed from 13.0 repository
This commit is contained in:
parent
bbd6af0e03
commit
00c6ddae6e
4 changed files with 0 additions and 80 deletions
|
@ -1,7 +0,0 @@
|
|||
divx4linux (DivX codec for Linux)
|
||||
Provides the DivX video codec header and libraries for Linux.
|
||||
http://sourceforge.net/projects/avifile/
|
||||
|
||||
This package has no dependencies as it is distributed in binary form. However,
|
||||
it won't be any use unless you have a media player such as MPlayer to use the
|
||||
codec.
|
|
@ -1,46 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for divx4linux
|
||||
# Written by Jonathan Yu <yumigator [at] moldysoup [dot] com>
|
||||
|
||||
# Adapted from install.sh included with package
|
||||
# Slightly modified by the SlackBuilds.org project
|
||||
set -e # Exit on most errors
|
||||
|
||||
PRGNAM=divx4linux
|
||||
VERSION=20020418
|
||||
ARCH=${ARCH:-i386} # binary package, do not change
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tgz
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
# Building package from binaries; no compiling necessary
|
||||
mkdir -p $PKG/usr/{lib,include}
|
||||
cp -f libdivx{de,en}core.so $PKG/usr/lib/
|
||||
cp -f {decore,encore2}.h $PKG/usr/include/
|
||||
chown root.root $PKG/usr/lib/libdivx{en,de}core.so
|
||||
chmod 755 $PKG/usr/lib/libdivx{en,de}core.so
|
||||
rm -f $PKG/usr/lib/libdivx{en,de}core.so.0
|
||||
ln -s libdivxencore.so $PKG/usr/lib/libdivxencore.so.0
|
||||
ln -s libdivxdecore.so $PKG/usr/lib/libdivxdecore.so.0
|
||||
chown root.root $PKG/usr/include/{decore,encore2}.h
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp "DivX MPEG-4 Codec and Its Interface.pdf" $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cp RELNOTES.linux $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
chmod -x "$PKG/usr/doc/$PRGNAM-$VERSION/DivX MPEG-4 Codec and Its Interface.pdf"
|
||||
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
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="divx4linux"
|
||||
VERSION="20020418"
|
||||
HOMEPAGE="http://sourceforge.net/projects/avifile/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/avifile/divx4linux-20020418.tgz"
|
||||
MD5SUM="dd0a1214bd95b72a2a06c2365abc0339"
|
||||
MAINTAINER="Jonathan Yu"
|
||||
EMAIL="yumigator@moldysoup.com"
|
||||
APPROVED="BP{k}"
|
|
@ -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------------------------------------------------------|
|
||||
divx4linux: divx4linux (DivX codec for Linux)
|
||||
divx4linux:
|
||||
divx4linux: Provides the DivX video codec header and libraries for Linux.
|
||||
divx4linux:
|
||||
divx4linux: http://sourceforge.net/projects/avifile/
|
||||
divx4linux:
|
||||
divx4linux:
|
||||
divx4linux:
|
||||
divx4linux:
|
||||
divx4linux:
|
||||
divx4linux:
|
Loading…
Reference in a new issue