summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibelle <lesibel@ree.fr>2010-06-03 09:34:23 +0200
committerSibelle <lesibel@ree.fr>2010-06-03 09:34:23 +0200
commit6ebb9b04b4771c07b16935b88f2c2bffdaa5a5b5 (patch)
treedfbac045ebba6553330e8f705914e4376eab4a45
parent6c571706c4ae46304b0818d5c94d9a071a5e5788 (diff)
parent0da7efa6c6df89496f9cf93e67885f810f7627c1 (diff)
downloadnutyx-extra-6ebb9b04b4771c07b16935b88f2c2bffdaa5a5b5.tar.gz
nutyx-extra-6ebb9b04b4771c07b16935b88f2c2bffdaa5a5b5.tar.bz2
nutyx-extra-6ebb9b04b4771c07b16935b88f2c2bffdaa5a5b5.tar.xz
nutyx-extra-6ebb9b04b4771c07b16935b88f2c2bffdaa5a5b5.zip
Merge remote branch 'nutyx-attapu/master'
-rw-r--r--extra/cluster/.footprint39
-rw-r--r--extra/cluster/.md5sum1
-rw-r--r--extra/cluster/Pkgfile17
-rw-r--r--extra/unetbootin/.footprint3
-rw-r--r--extra/unetbootin/.md5sum1
-rw-r--r--extra/unetbootin/Pkgfile23
-rw-r--r--extra/xvidcap/.footprint184
-rw-r--r--extra/xvidcap/.md5sum1
-rw-r--r--extra/xvidcap/Pkgfile19
-rw-r--r--kde/akonadi/.footprint8
10 files changed, 292 insertions, 4 deletions
diff --git a/extra/cluster/.footprint b/extra/cluster/.footprint
new file mode 100644
index 000000000..956027521
--- /dev/null
+++ b/extra/cluster/.footprint
@@ -0,0 +1,39 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cluster
+drwxr-xr-x root/root usr/cluster/
+drwxr-xr-x root/root usr/cluster/doc/
+-rw-r--r-- root/root usr/cluster/doc/cluster3.pdf
+-rw-r--r-- root/root usr/cluster/format.xpm
+drwxr-xr-x root/root usr/cluster/html/
+-rw-r--r-- root/root usr/cluster/html/Bibliography.html
+-rw-r--r-- root/root usr/cluster/html/Cluster.html
+-rw-r--r-- root/root usr/cluster/html/Command.html
+-rw-r--r-- root/root usr/cluster/html/Contents.html
+-rw-r--r-- root/root usr/cluster/html/Data.html
+-rw-r--r-- root/root usr/cluster/html/Development.html
+-rw-r--r-- root/root usr/cluster/html/Distance.html
+-rw-r--r-- root/root usr/cluster/html/Hierarchical.html
+-rw-r--r-- root/root usr/cluster/html/Introduction.html
+-rw-r--r-- root/root usr/cluster/html/KMeans.html
+-rw-r--r-- root/root usr/cluster/html/PCA.html
+-rw-r--r-- root/root usr/cluster/html/SOM.html
+-rw-r--r-- root/root usr/cluster/html/TreeView.html
+drwxr-xr-x root/root usr/cluster/html/images/
+-rw-r--r-- root/root usr/cluster/html/images/accept.png
+-rw-r--r-- root/root usr/cluster/html/images/adjust.png
+-rw-r--r-- root/root usr/cluster/html/images/cluster.png
+-rw-r--r-- root/root usr/cluster/html/images/fileerror.png
+-rw-r--r-- root/root usr/cluster/html/images/filemanager.png
+-rw-r--r-- root/root usr/cluster/html/images/filter.png
+-rw-r--r-- root/root usr/cluster/html/images/format.png
+-rw-r--r-- root/root usr/cluster/html/images/hierarchical.png
+-rw-r--r-- root/root usr/cluster/html/images/kmeans.png
+-rw-r--r-- root/root usr/cluster/html/images/maxifile.png
+-rw-r--r-- root/root usr/cluster/html/images/minifile.png
+-rw-r--r-- root/root usr/cluster/html/images/order.png
+-rw-r--r-- root/root usr/cluster/html/images/pca.png
+-rw-r--r-- root/root usr/cluster/html/images/som.png
+-rw-r--r-- root/root usr/cluster/html/images/tree.png
+-rw-r--r-- root/root usr/cluster/html/images/weight.png
+-rw-r--r-- root/root usr/cluster/html/index.html
diff --git a/extra/cluster/.md5sum b/extra/cluster/.md5sum
new file mode 100644
index 000000000..9b1b0a94b
--- /dev/null
+++ b/extra/cluster/.md5sum
@@ -0,0 +1 @@
+6a67b3d2fd07609e892a9c029842a7f7 cluster-1.49.tar.gz
diff --git a/extra/cluster/Pkgfile b/extra/cluster/Pkgfile
new file mode 100644
index 000000000..3b884d3fc
--- /dev/null
+++ b/extra/cluster/Pkgfile
@@ -0,0 +1,17 @@
+# Description: outil de Clustering
+# URL: http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/software.htm
+# Maintainer: NuTyX core team
+# Packager: Shai_- romain.gailleton at gmail dot com
+# Depends on:
+name=cluster
+version=1.49
+release=1
+source=(http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/$name/$name-$version.tar.gz)
+build(){
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}
diff --git a/extra/unetbootin/.footprint b/extra/unetbootin/.footprint
new file mode 100644
index 000000000..a6556e106
--- /dev/null
+++ b/extra/unetbootin/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/unetbootin
diff --git a/extra/unetbootin/.md5sum b/extra/unetbootin/.md5sum
new file mode 100644
index 000000000..e4445771a
--- /dev/null
+++ b/extra/unetbootin/.md5sum
@@ -0,0 +1 @@
+98419ac58d9be7e47d9ba39d334eb1e4 unetbootin-source-clean-latest.tar.gz
diff --git a/extra/unetbootin/Pkgfile b/extra/unetbootin/Pkgfile
new file mode 100644
index 000000000..a4d58b4e5
--- /dev/null
+++ b/extra/unetbootin/Pkgfile
@@ -0,0 +1,23 @@
+# Description: créé des liveUSB depuis une LiveISO
+# URL: http://unetbootin.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: Shai_- < romain dot gailleton at gmail dot com >
+# Depends on: syslinux,p7zip,qt
+
+name=unetbootin
+version=442
+release=1
+source=(http://unetbootin.sourceforge.net/$name-source-clean-latest.tar.gz)
+build() {
+
+ cp unetbootin.pro unetbootin-pro.bak
+ sed -i '/^RESOURCES/d' unetbootin.pro
+ lupdate unetbootin.pro
+ lrelease unetbootin.pro
+ qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc"
+ make
+ mv unetbootin-pro.bak unetbootin.pro
+ mkdir -p $PKG/usr/bin
+ cp unetbootin $PKG/usr/bin/
+
+}
diff --git a/extra/xvidcap/.footprint b/extra/xvidcap/.footprint
new file mode 100644
index 000000000..d95645c57
--- /dev/null
+++ b/extra/xvidcap/.footprint
@@ -0,0 +1,184 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xvidcap
+-rwxr-xr-x root/root usr/bin/xvidcap-dbus-client
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/xvidcap.desktop
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/services/
+-rw-r--r-- root/root usr/share/dbus-1/services/net.jarre_de_the.Xvidcap.service
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/xvidcap/
+-rw-r--r-- root/root usr/share/doc/xvidcap/AUTHORS
+-rw-r--r-- root/root usr/share/doc/xvidcap/COPYING
+-rw-r--r-- root/root usr/share/doc/xvidcap/ChangeLog
+-rw-r--r-- root/root usr/share/doc/xvidcap/README
+drwxr-xr-x root/root usr/share/gnome/
+drwxr-xr-x root/root usr/share/gnome/help/
+drwxr-xr-x root/root usr/share/gnome/help/xvidcap/
+drwxr-xr-x root/root usr/share/gnome/help/xvidcap/C/
+drwxr-xr-x root/root usr/share/gnome/help/xvidcap/C/figures/
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/back-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/edit-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/filename-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/frame-drop-meter.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/fwd-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/lock-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-about.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-animate.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-cont.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-help.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-make-video.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-mf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-prefs.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-quit.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-save-prefs.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-sf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu-show-frame.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/menu.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/pause-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/prefs-commands.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/prefs-general.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/prefs-mf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/prefs-sf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/record-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/results-dialog-ask.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/results-dialog.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/selector-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/step-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/stop-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/xvidcap-main-ctrl.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/figures/xvidcap-warning.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/C/xvidcap.xml
+drwxr-xr-x root/root usr/share/gnome/help/xvidcap/de/
+drwxr-xr-x root/root usr/share/gnome/help/xvidcap/de/figures/
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/back-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/edit-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/filename-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/frame-drop-meter.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/fwd-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/lock-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-about.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-animate.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-cont.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-help.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-make-video.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-mf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-prefs.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-quit.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-save-prefs.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-sf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu-show-frame.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/menu.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/pause-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/prefs-commands.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/prefs-general.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/prefs-mf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/prefs-sf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/record-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/results-dialog-ask.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/results-dialog.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/selector-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/step-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/stop-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/xvidcap-main-ctrl.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/figures/xvidcap-warning.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/de/xvidcap.xml
+drwxr-xr-x root/root usr/share/gnome/help/xvidcap/es/
+drwxr-xr-x root/root usr/share/gnome/help/xvidcap/es/figures/
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/back-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/edit-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/filename-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/frame-drop-meter.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/fwd-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/lock-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-about.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-animate.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-cont.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-help.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-make-video.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-mf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-prefs.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-quit.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-save-prefs.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu-sf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/menu.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/pause-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/prefs-commands.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/prefs-general.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/prefs-mf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/prefs-sf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/record-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/results-dialog-ask.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/results-dialog.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/selector-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/step-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/stop-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/xvidcap-main-ctrl.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/figures/xvidcap-warning.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/es/xvidcap.xml
+drwxr-xr-x root/root usr/share/gnome/help/xvidcap/it/
+drwxr-xr-x root/root usr/share/gnome/help/xvidcap/it/figures/
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/back-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/edit-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/filename-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/frame-drop-meter.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/fwd-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/lock-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-about.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-animate.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-cont.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-help.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-make-video.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-mf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-prefs.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-quit.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-save-prefs.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu-sf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/menu.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/pause-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/prefs-commands.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/prefs-general.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/prefs-mf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/prefs-sf.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/record-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/results-dialog-ask.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/results-dialog.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/selector-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/step-button.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/stop-toggle.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/xvidcap-ctrl.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/xvidcap-main-ctrl.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/figures/xvidcap-warning.png
+-rw-r--r-- root/root usr/share/gnome/help/xvidcap/it/xvidcap.xml
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/de/
+drwxr-xr-x root/root usr/share/man/de/man1/
+-rw-r--r-- root/root usr/share/man/de/man1/xvidcap-dbus-client.1.gz
+-rw-r--r-- root/root usr/share/man/de/man1/xvidcap.1.gz
+drwxr-xr-x root/root usr/share/man/es/
+drwxr-xr-x root/root usr/share/man/es/man1/
+-rw-r--r-- root/root usr/share/man/es/man1/xvidcap.1.gz
+drwxr-xr-x root/root usr/share/man/it/
+drwxr-xr-x root/root usr/share/man/it/man1/
+-rw-r--r-- root/root usr/share/man/it/man1/xvidcap.1.gz
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xvidcap-dbus-client.1.gz
+-rw-r--r-- root/root usr/share/man/man1/xvidcap.1.gz
+drwxr-xr-x root/root usr/share/omf/
+drwxr-xr-x root/root usr/share/omf/xvidcap/
+-rw-r--r-- root/root usr/share/omf/xvidcap/xvidcap-C.omf
+-rw-r--r-- root/root usr/share/omf/xvidcap/xvidcap-de.omf
+-rw-r--r-- root/root usr/share/omf/xvidcap/xvidcap-es.omf
+-rw-r--r-- root/root usr/share/omf/xvidcap/xvidcap-it.omf
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/xvidcap.png
+drwxr-xr-x root/root usr/share/xvidcap/
+drwxr-xr-x root/root usr/share/xvidcap/glade/
+-rw-r--r-- root/root usr/share/xvidcap/glade/gnome-xvidcap.glade
+-rw-r--r-- root/root usr/share/xvidcap/glade/xvidcap_logo.png
+-rwxr-xr-x root/root usr/share/xvidcap/ppm2mpeg.sh
+-rw-r--r-- root/root usr/share/xvidcap/xvidcap.desktop
+-rw-r--r-- root/root usr/share/xvidcap/xvidcap.png
diff --git a/extra/xvidcap/.md5sum b/extra/xvidcap/.md5sum
new file mode 100644
index 000000000..25e370a2b
--- /dev/null
+++ b/extra/xvidcap/.md5sum
@@ -0,0 +1 @@
+b39a682d3ef9fcbf424af771936780e2 xvidcap-1.1.7.tar.gz
diff --git a/extra/xvidcap/Pkgfile b/extra/xvidcap/Pkgfile
new file mode 100644
index 000000000..ac41909f3
--- /dev/null
+++ b/extra/xvidcap/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Utilitaire de capture vidéo d'écran
+# URL: http://xvidcap.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: Shai_- <romain.gailleton at gmail dot com>
+# Depends on: gtk
+name=xvidcap
+version=1.1.7
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
+build() {
+ cd $name-$version
+
+ sed -e 's,<X11/extensions/shmstr.h>,<X11/extensions/shmproto.h>,' -i src/capture.c
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+} \ No newline at end of file
diff --git a/kde/akonadi/.footprint b/kde/akonadi/.footprint
index c7a973a4c..e63d3ef9e 100644
--- a/kde/akonadi/.footprint
+++ b/kde/akonadi/.footprint
@@ -20,11 +20,11 @@ drwxr-xr-x root/root usr/lib/cmake/Akonadi/
-rw-r--r-- root/root usr/lib/cmake/Akonadi/AkonadiConfig.cmake
-rw-r--r-- root/root usr/lib/cmake/Akonadi/AkonadiConfigVersion.cmake
lrwxrwxrwx root/root usr/lib/libakonadiprivate.so -> libakonadiprivate.so.1
-lrwxrwxrwx root/root usr/lib/libakonadiprivate.so.1 -> libakonadiprivate.so.1.3.60
--rwxr-xr-x root/root usr/lib/libakonadiprivate.so.1.3.60
+lrwxrwxrwx root/root usr/lib/libakonadiprivate.so.1 -> libakonadiprivate.so.1.3.80
+-rwxr-xr-x root/root usr/lib/libakonadiprivate.so.1.3.80
lrwxrwxrwx root/root usr/lib/libakonadiprotocolinternals.so -> libakonadiprotocolinternals.so.1
-lrwxrwxrwx root/root usr/lib/libakonadiprotocolinternals.so.1 -> libakonadiprotocolinternals.so.1.3.60
--rwxr-xr-x root/root usr/lib/libakonadiprotocolinternals.so.1.3.60
+lrwxrwxrwx root/root usr/lib/libakonadiprotocolinternals.so.1 -> libakonadiprotocolinternals.so.1.3.80
+-rwxr-xr-x root/root usr/lib/libakonadiprotocolinternals.so.1.3.80
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/akonadi.pc
drwxr-xr-x root/root usr/share/