summaryrefslogtreecommitdiff
path: root/libdivx
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /libdivx
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'libdivx')
-rw-r--r--libdivx/.footprint8
-rw-r--r--libdivx/.md5sum1
-rw-r--r--libdivx/Pkgfile17
3 files changed, 26 insertions, 0 deletions
diff --git a/libdivx/.footprint b/libdivx/.footprint
new file mode 100644
index 000000000..bafb58000
--- /dev/null
+++ b/libdivx/.footprint
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/decore.h
+-rw-r--r-- root/root usr/include/encore2.h
+-rw-r--r-- root/root usr/include/portab.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libdivxdecore.so
+-rwxr-xr-x root/root usr/lib/libdivxencore.so
diff --git a/libdivx/.md5sum b/libdivx/.md5sum
new file mode 100644
index 000000000..15927f7e5
--- /dev/null
+++ b/libdivx/.md5sum
@@ -0,0 +1 @@
+6332d98ad949a40c588681acbf4078f4 divx4linux-std-20030428.tar.gz
diff --git a/libdivx/Pkgfile b/libdivx/Pkgfile
new file mode 100644
index 000000000..49c1304b0
--- /dev/null
+++ b/libdivx/Pkgfile
@@ -0,0 +1,17 @@
+# Description: DivX Codecs for Linux (binary-only!)
+# URL: http://www.divx.com/
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Packager: Martin Opel, mo at obbl-net dot de
+# Depends on:
+
+name=libdivx
+version=std-20030428
+release=1
+source=(http://download.divx.com/divx/divx4linux-$version.tar.gz)
+
+build() {
+ cd divx4linux-20030428
+ mkdir -p $PKG/usr/{lib,include}
+ cp *.so $PKG/usr/lib
+ cp *.h $PKG/usr/include
+}

Generated by cgit