summaryrefslogtreecommitdiffstats
path: root/capseo
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /capseo
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'capseo')
-rw-r--r--capseo/.footprint.i68615
-rw-r--r--capseo/.footprint.x86_6415
-rw-r--r--capseo/.md5sum.i6861
-rw-r--r--capseo/.md5sum.x86_641
-rw-r--r--capseo/Pkgfile21
5 files changed, 53 insertions, 0 deletions
diff --git a/capseo/.footprint.i686 b/capseo/.footprint.i686
new file mode 100644
index 000000000..3fc30c95e
--- /dev/null
+++ b/capseo/.footprint.i686
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cpsinfo
+-rwxr-xr-x root/root usr/bin/cpsplay
+-rwxr-xr-x root/root usr/bin/cpsrecode
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/capseo.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libcapseo.a
+-rwxr-xr-x root/root usr/lib/libcapseo.la
+lrwxrwxrwx root/root usr/lib/libcapseo.so -> libcapseo.so.0.3.0
+lrwxrwxrwx root/root usr/lib/libcapseo.so.0 -> libcapseo.so.0.3.0
+-rwxr-xr-x root/root usr/lib/libcapseo.so.0.3.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/capseo.pc
diff --git a/capseo/.footprint.x86_64 b/capseo/.footprint.x86_64
new file mode 100644
index 000000000..3fc30c95e
--- /dev/null
+++ b/capseo/.footprint.x86_64
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cpsinfo
+-rwxr-xr-x root/root usr/bin/cpsplay
+-rwxr-xr-x root/root usr/bin/cpsrecode
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/capseo.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libcapseo.a
+-rwxr-xr-x root/root usr/lib/libcapseo.la
+lrwxrwxrwx root/root usr/lib/libcapseo.so -> libcapseo.so.0.3.0
+lrwxrwxrwx root/root usr/lib/libcapseo.so.0 -> libcapseo.so.0.3.0
+-rwxr-xr-x root/root usr/lib/libcapseo.so.0.3.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/capseo.pc
diff --git a/capseo/.md5sum.i686 b/capseo/.md5sum.i686
new file mode 100644
index 000000000..8f9023516
--- /dev/null
+++ b/capseo/.md5sum.i686
@@ -0,0 +1 @@
+bd869e8c9b1081e90a44567092ea8c5e capseo-0.3.tar.gz
diff --git a/capseo/.md5sum.x86_64 b/capseo/.md5sum.x86_64
new file mode 100644
index 000000000..8f9023516
--- /dev/null
+++ b/capseo/.md5sum.x86_64
@@ -0,0 +1 @@
+bd869e8c9b1081e90a44567092ea8c5e capseo-0.3.tar.gz
diff --git a/capseo/Pkgfile b/capseo/Pkgfile
new file mode 100644
index 000000000..257b30f96
--- /dev/null
+++ b/capseo/Pkgfile
@@ -0,0 +1,21 @@
+# Description: codec video temps réel
+# URL: http://gitorious.org/projects/capseo/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libtool, mesa3d, libogg
+# Run on: mesa3d,libogg
+
+name=capseo
+version=0.3
+release=1
+source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.gz)
+
+build() {
+unset MAKEFLAGS
+./autogen.sh
+./configure --prefix=/usr
+make
+make DESTDIR=$PKG install
+}
+
+