summaryrefslogtreecommitdiffstats
path: root/extra/capseo
diff options
context:
space:
mode:
Diffstat (limited to 'extra/capseo')
-rw-r--r--extra/capseo/.footprint.i68615
-rw-r--r--extra/capseo/.footprint.x86_6415
-rw-r--r--extra/capseo/.md5sum.i6861
-rw-r--r--extra/capseo/.md5sum.x86_641
-rw-r--r--extra/capseo/Pkgfile21
5 files changed, 0 insertions, 53 deletions
diff --git a/extra/capseo/.footprint.i686 b/extra/capseo/.footprint.i686
deleted file mode 100644
index 3fc30c95e..000000000
--- a/extra/capseo/.footprint.i686
+++ /dev/null
@@ -1,15 +0,0 @@
-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/extra/capseo/.footprint.x86_64 b/extra/capseo/.footprint.x86_64
deleted file mode 100644
index 3fc30c95e..000000000
--- a/extra/capseo/.footprint.x86_64
+++ /dev/null
@@ -1,15 +0,0 @@
-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/extra/capseo/.md5sum.i686 b/extra/capseo/.md5sum.i686
deleted file mode 100644
index 8f9023516..000000000
--- a/extra/capseo/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-bd869e8c9b1081e90a44567092ea8c5e capseo-0.3.tar.gz
diff --git a/extra/capseo/.md5sum.x86_64 b/extra/capseo/.md5sum.x86_64
deleted file mode 100644
index 8f9023516..000000000
--- a/extra/capseo/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-bd869e8c9b1081e90a44567092ea8c5e capseo-0.3.tar.gz
diff --git a/extra/capseo/Pkgfile b/extra/capseo/Pkgfile
deleted file mode 100644
index 257b30f96..000000000
--- a/extra/capseo/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-}
-
-