summaryrefslogtreecommitdiffstats
path: root/xorg-videoproto
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-videoproto')
-rw-r--r--xorg-videoproto/.footprint12
-rw-r--r--xorg-videoproto/.md5sum1
-rw-r--r--xorg-videoproto/Pkgfile19
-rw-r--r--xorg-videoproto/Pkgfile.old20
4 files changed, 52 insertions, 0 deletions
diff --git a/xorg-videoproto/.footprint b/xorg-videoproto/.footprint
new file mode 100644
index 0000000..4c0c282
--- /dev/null
+++ b/xorg-videoproto/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/X11/
+drwxr-xr-x root/root usr/include/X11/extensions/
+-rw-r--r-- root/root usr/include/X11/extensions/Xv.h
+-rw-r--r-- root/root usr/include/X11/extensions/XvMC.h
+-rw-r--r-- root/root usr/include/X11/extensions/XvMCproto.h
+-rw-r--r-- root/root usr/include/X11/extensions/Xvproto.h
+-rw-r--r-- root/root usr/include/X11/extensions/vldXvMC.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/videoproto.pc
diff --git a/xorg-videoproto/.md5sum b/xorg-videoproto/.md5sum
new file mode 100644
index 0000000..3a0e8b1
--- /dev/null
+++ b/xorg-videoproto/.md5sum
@@ -0,0 +1 @@
+c3b348c6e2031b72b11ae63fc7f805c2 videoproto-2.3.1.tar.bz2
diff --git a/xorg-videoproto/Pkgfile b/xorg-videoproto/Pkgfile
new file mode 100644
index 0000000..31ecc08
--- /dev/null
+++ b/xorg-videoproto/Pkgfile
@@ -0,0 +1,19 @@
+description="xorg proto videoproto"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=()
+
+name=xorg-videoproto
+version=2.3.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/videoproto-2.3.1.tar.bz2)
+build ()
+{
+ cd videoproto-$version;
+ ./configure --prefix=/usr;
+ make;
+ make DESTDIR=$PKG install;
+ rm $PKG/usr/share/doc/videoproto/xv-protocol-v2.txt;
+ rmdir $PKG/usr/share/{doc/videoproto,doc,}
+}
diff --git a/xorg-videoproto/Pkgfile.old b/xorg-videoproto/Pkgfile.old
new file mode 100644
index 0000000..a3861b6
--- /dev/null
+++ b/xorg-videoproto/Pkgfile.old
@@ -0,0 +1,20 @@
+# Description: xorg proto videoproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-videoproto
+version=2.3.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/videoproto-$version.tar.bz2)
+
+build() {
+ cd videoproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm $PKG/usr/share/doc/videoproto/xv-protocol-v2.txt
+ rmdir $PKG/usr/share/{doc/videoproto,doc,}
+}