forked from ports/contrib
libdivx: contrib -> romster
This commit is contained in:
parent
4786fd4344
commit
cc353e487a
@ -1,23 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/divx/
|
||||
drwxr-xr-x root/root usr/include/divx/common/
|
||||
-rw-r--r-- root/root usr/include/divx/common/DivXPortable.h
|
||||
-rw-r--r-- root/root usr/include/divx/common/FormatInfo.h
|
||||
-rw-r--r-- root/root usr/include/divx/common/FourCC.h
|
||||
-rw-r--r-- root/root usr/include/divx/common/FourCCs.h
|
||||
drwxr-xr-x root/root usr/include/divx/decoder/
|
||||
-rw-r--r-- root/root usr/include/divx/decoder/LibQDec.h
|
||||
drwxr-xr-x root/root usr/include/divx/encoder/
|
||||
-rw-r--r-- root/root usr/include/divx/encoder/Cli.h
|
||||
-rw-r--r-- root/root usr/include/divx/encoder/DivXException.h
|
||||
-rw-r--r-- root/root usr/include/divx/encoder/EncoderCallback.h
|
||||
-rw-r--r-- root/root usr/include/divx/encoder/EncoderInterface.h
|
||||
-rw-r--r-- root/root usr/include/divx/encoder/FeedbackInterface.h
|
||||
-rw-r--r-- root/root usr/include/divx/encoder/FrameInput.h
|
||||
-rw-r--r-- root/root usr/include/divx/encoder/FrameOutput.h
|
||||
-rw-r--r-- root/root usr/include/divx/encoder/FrameResult.h
|
||||
-rw-r--r-- root/root usr/include/divx/encoder/Settings.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libdivx.so -> /usr/lib/libdivx.so.0
|
||||
-rw-r--r-- root/root usr/lib/libdivx.so.0
|
@ -1 +0,0 @@
|
||||
9f5a224f036417375628cda747a170cd divx611-20060201-gcc4.0.1.tar.gz
|
@ -1,22 +0,0 @@
|
||||
# Description: DivX Codecs for Linux (binary).
|
||||
# URL: http://labs.divx.com/DivXLinuxCodec
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Martin Opel, mo at obbl-net dot de
|
||||
|
||||
name=libdivx
|
||||
version=6.1.1
|
||||
release=1
|
||||
source=(http://download.divx.com/labs/divx${version//./}-20060201-gcc4.0.1.tar.gz)
|
||||
|
||||
build() {
|
||||
cd divx${version//./}-20060201-gcc4.0.1
|
||||
install -d tmp
|
||||
unzip -d tmp -P h08pzt4 contents.dat
|
||||
install -d $PKG/usr/include/divx/{common,decoder,encoder}
|
||||
install -m 0644 -D tmp/lib/libdivx.so $PKG/usr/lib/libdivx.so.0
|
||||
install -m 0644 -t $PKG/usr/include/divx/common/ tmp/include/common/*
|
||||
install -m 0644 -t $PKG/usr/include/divx/decoder/ tmp/include/decoder/*
|
||||
install -m 0644 -t $PKG/usr/include/divx/encoder/ tmp/include/encoder/*
|
||||
ln -s /usr/lib/libdivx.so.0 $PKG/usr/lib/libdivx.so
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user