summaryrefslogtreecommitdiff
path: root/xorg-libxv
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-04-07 18:48:00 +0200
commitfa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch)
tree1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-libxv
downloadxorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz
xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz
initial import
Diffstat (limited to 'xorg-libxv')
-rw-r--r--xorg-libxv/.footprint35
-rw-r--r--xorg-libxv/.md5sum1
-rw-r--r--xorg-libxv/Pkgfile18
3 files changed, 54 insertions, 0 deletions
diff --git a/xorg-libxv/.footprint b/xorg-libxv/.footprint
new file mode 100644
index 00000000..2855267b
--- /dev/null
+++ b/xorg-libxv/.footprint
@@ -0,0 +1,35 @@
+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/Xvlib.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXv.a
+-rwxr-xr-x root/root usr/lib/libXv.la
+lrwxrwxrwx root/root usr/lib/libXv.so -> libXv.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libXv.so.1 -> libXv.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libXv.so.1.0.0
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-rw-r--r-- root/root usr/man/man3/Xv.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvFreeAdaptorInfo.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvFreeEncodingInfo.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvGetPortAttribute.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvGetStill.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvGetVideo.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvGrabPort.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvPortNotify.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvPutStill.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvPutVideo.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvQueryAdaptors.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvQueryBestSize.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvQueryEncodings.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvQueryExtension.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvSelectPortNotify.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvSelectVideoNotify.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvSetPortAttribute.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvStopVideo.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvUngrabPort.3x.gz
+-rw-r--r-- root/root usr/man/man3/XvVideoNotify.3x.gz
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xv.pc
diff --git a/xorg-libxv/.md5sum b/xorg-libxv/.md5sum
new file mode 100644
index 00000000..72789515
--- /dev/null
+++ b/xorg-libxv/.md5sum
@@ -0,0 +1 @@
+148ef85597a152009109fb3b06680dde libXv-1.0.1.tar.bz2
diff --git a/xorg-libxv/Pkgfile b/xorg-libxv/Pkgfile
new file mode 100644
index 00000000..403fffa5
--- /dev/null
+++ b/xorg-libxv/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg lib libXv
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Depends on: xorg-libx11, xorg-libxext, xorg-videoproto
+
+name=xorg-libxv
+version=1.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/libXv-$version.tar.bz2)
+
+build() {
+ cd libXv-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit