summaryrefslogtreecommitdiff
path: root/libdivx
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-06-26 17:05:44 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-06-27 01:07:07 +1000
commitd763ff2080ec061a6dfa468cd0a32c951376007f (patch)
tree07bd392f5a75892a7e71a822b0535d33e58d7f30 /libdivx
parent868a495574a470d274992d65150ae12b832f04f8 (diff)
downloadcontrib-d763ff2080ec061a6dfa468cd0a32c951376007f.tar.gz
contrib-d763ff2080ec061a6dfa468cd0a32c951376007f.tar.xz
libdivx: moved from romsters repo
Diffstat (limited to 'libdivx')
-rw-r--r--libdivx/.footprint23
-rw-r--r--libdivx/.md5sum1
-rw-r--r--libdivx/Pkgfile23
3 files changed, 47 insertions, 0 deletions
diff --git a/libdivx/.footprint b/libdivx/.footprint
new file mode 100644
index 000000000..fe7ea7f08
--- /dev/null
+++ b/libdivx/.footprint
@@ -0,0 +1,23 @@
+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/
+-rwxr-xr-x root/root usr/lib/libdivx.so
+lrwxrwxrwx root/root usr/lib/libdivx.so.0 -> /usr/lib/libdivx.so
diff --git a/libdivx/.md5sum b/libdivx/.md5sum
new file mode 100644
index 000000000..6229dc577
--- /dev/null
+++ b/libdivx/.md5sum
@@ -0,0 +1 @@
+9f5a224f036417375628cda747a170cd divx611-20060201-gcc4.0.1.tar.gz
diff --git a/libdivx/Pkgfile b/libdivx/Pkgfile
new file mode 100644
index 000000000..5147487a0
--- /dev/null
+++ b/libdivx/Pkgfile
@@ -0,0 +1,23 @@
+# Description: DivX Codecs for Linux (binary).
+# URL: http://labs.divx.com/DivXLinuxCodec
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Packager: Martin Opel, mo at obbl-net dot de
+# Depends on:
+
+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
+ mkdir -p tmp
+ unzip -d tmp -P h08pzt4 contents.dat
+ install -d $PKG/usr/include/divx/{common,decoder,encoder}
+ install -D -m755 tmp/lib/libdivx.so $PKG/usr/lib/libdivx.so
+ install -m644 tmp/include/common/* $PKG/usr/include/divx/common/
+ install -m644 tmp/include/decoder/* $PKG/usr/include/divx/decoder/
+ install -m644 tmp/include/encoder/* $PKG/usr/include/divx/encoder/
+ ln -fs /usr/lib/libdivx.so $PKG/usr/lib/libdivx.so.0
+}
+

Generated by cgit