summaryrefslogtreecommitdiffstats
path: root/xorg-libxv
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxv')
-rw-r--r--xorg-libxv/.footprint41
-rw-r--r--xorg-libxv/.md5sum1
-rw-r--r--xorg-libxv/Pkgfile17
-rw-r--r--xorg-libxv/Pkgfile.old18
4 files changed, 77 insertions, 0 deletions
diff --git a/xorg-libxv/.footprint b/xorg-libxv/.footprint
new file mode 100644
index 0000000..cadd576
--- /dev/null
+++ b/xorg-libxv/.footprint
@@ -0,0 +1,41 @@
+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/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xv.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-rw-r--r-- root/root usr/man/man3/Xv.3.gz
+-rw-r--r-- root/root usr/man/man3/XvCreateImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XvFreeAdaptorInfo.3.gz
+-rw-r--r-- root/root usr/man/man3/XvFreeEncodingInfo.3.gz
+-rw-r--r-- root/root usr/man/man3/XvGetPortAttribute.3.gz
+-rw-r--r-- root/root usr/man/man3/XvGetStill.3.gz
+-rw-r--r-- root/root usr/man/man3/XvGetVideo.3.gz
+-rw-r--r-- root/root usr/man/man3/XvGrabPort.3.gz
+-rw-r--r-- root/root usr/man/man3/XvListImageFormats.3.gz
+-rw-r--r-- root/root usr/man/man3/XvPortNotify.3.gz
+-rw-r--r-- root/root usr/man/man3/XvPutImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XvPutStill.3.gz
+-rw-r--r-- root/root usr/man/man3/XvPutVideo.3.gz
+-rw-r--r-- root/root usr/man/man3/XvQueryAdaptors.3.gz
+-rw-r--r-- root/root usr/man/man3/XvQueryBestSize.3.gz
+-rw-r--r-- root/root usr/man/man3/XvQueryEncodings.3.gz
+-rw-r--r-- root/root usr/man/man3/XvQueryExtension.3.gz
+-rw-r--r-- root/root usr/man/man3/XvQueryPortAttributes.3.gz
+-rw-r--r-- root/root usr/man/man3/XvSelectPortNotify.3.gz
+-rw-r--r-- root/root usr/man/man3/XvSelectVideoNotify.3.gz
+-rw-r--r-- root/root usr/man/man3/XvSetPortAttribute.3.gz
+-rw-r--r-- root/root usr/man/man3/XvShmCreateImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XvShmPutImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XvStopVideo.3.gz
+-rw-r--r-- root/root usr/man/man3/XvUngrabPort.3.gz
+-rw-r--r-- root/root usr/man/man3/XvVideoNotify.3.gz
diff --git a/xorg-libxv/.md5sum b/xorg-libxv/.md5sum
new file mode 100644
index 0000000..996a95a
--- /dev/null
+++ b/xorg-libxv/.md5sum
@@ -0,0 +1 @@
+1d97798b1d8bbf8d9085e1b223a0738f libXv-1.0.5.tar.bz2
diff --git a/xorg-libxv/Pkgfile b/xorg-libxv/Pkgfile
new file mode 100644
index 0000000..f6d810a
--- /dev/null
+++ b/xorg-libxv/Pkgfile
@@ -0,0 +1,17 @@
+description="X Video extension client library"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libx11 xorg-libxext xorg-videoproto)
+
+name=xorg-libxv
+version=1.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXv-1.0.5.tar.bz2)
+build ()
+{
+ cd libXv-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-libxv/Pkgfile.old b/xorg-libxv/Pkgfile.old
new file mode 100644
index 0000000..8c31d2c
--- /dev/null
+++ b/xorg-libxv/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: X Video extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-libxext, xorg-videoproto
+
+name=xorg-libxv
+version=1.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXv-$version.tar.bz2)
+
+build() {
+ cd libXv-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}