summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-03-05 13:31:35 +0100
committersibel <sibel@free.fr>2010-03-05 13:31:35 +0100
commitb39a5785da8f6058dedd1599abca9552ef2a1f44 (patch)
treeeb365f400440f79c974e968a595000ca53734f6c
parent78a2390aa00d1e9dce6e30dc48b666833ee48b6b (diff)
parenta984f4b016a50433aa84b027d7ad957e0cb75a2c (diff)
downloadnutyx-extra-b39a5785da8f6058dedd1599abca9552ef2a1f44.tar.gz
nutyx-extra-b39a5785da8f6058dedd1599abca9552ef2a1f44.tar.bz2
nutyx-extra-b39a5785da8f6058dedd1599abca9552ef2a1f44.tar.xz
nutyx-extra-b39a5785da8f6058dedd1599abca9552ef2a1f44.zip
Merge remote branch 'nutyx-2009/master'
-rw-r--r--base/binutils/.footprint9
-rw-r--r--base/binutils/.md5sum2
-rwxr-xr-xbase/binutils/Pkgfile9
-rw-r--r--extra/pyalsaaudio/.footprint6
-rw-r--r--extra/pyalsaaudio/.md5sum1
-rw-r--r--extra/pyalsaaudio/Pkgfile16
-rw-r--r--extra/pyfeeparser/.footprint7
-rw-r--r--extra/pyfeeparser/.md5sum2
-rw-r--r--extra/pyfeeparser/Pkgfile18
-rw-r--r--extra/pyfeeparser/feedparser_utf8_decoding.patch12
-rw-r--r--extra/smile/.footprint336
-rw-r--r--extra/smile/.md5sum2
-rw-r--r--extra/smile/Pkgfile27
-rw-r--r--extra/smile/smile.desktop10
14 files changed, 445 insertions, 12 deletions
diff --git a/base/binutils/.footprint b/base/binutils/.footprint
index 47544449b..737470595 100644
--- a/base/binutils/.footprint
+++ b/base/binutils/.footprint
@@ -41,22 +41,21 @@ drwxr-xr-x root/root usr/lib/ldscripts/
-rw-r--r-- root/root usr/lib/ldscripts/i386linux.xn
-rw-r--r-- root/root usr/lib/ldscripts/i386linux.xr
-rw-r--r-- root/root usr/lib/ldscripts/i386linux.xu
--rwxr-xr-x root/root usr/lib/libbfd-2.19.1.so
+-rwxr-xr-x root/root usr/lib/libbfd-2.20.1.20100303.so
-rw-r--r-- root/root usr/lib/libbfd.a
-rwxr-xr-x root/root usr/lib/libbfd.la
-lrwxrwxrwx root/root usr/lib/libbfd.so -> libbfd-2.19.1.so
+lrwxrwxrwx root/root usr/lib/libbfd.so -> libbfd-2.20.1.20100303.so
-rw-r--r-- root/root usr/lib/libiberty.a
--rwxr-xr-x root/root usr/lib/libopcodes-2.19.1.so
+-rwxr-xr-x root/root usr/lib/libopcodes-2.20.1.20100303.so
-rw-r--r-- root/root usr/lib/libopcodes.a
-rwxr-xr-x root/root usr/lib/libopcodes.la
-lrwxrwxrwx root/root usr/lib/libopcodes.so -> libopcodes-2.19.1.so
+lrwxrwxrwx root/root usr/lib/libopcodes.so -> libopcodes-2.20.1.20100303.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/as.info.gz
-rw-r--r-- root/root usr/share/info/bfd.info.gz
-rw-r--r-- root/root usr/share/info/binutils.info.gz
-rw-r--r-- root/root usr/share/info/configure.info.gz
--rw-r--r-- root/root usr/share/info/dir.gz
-rw-r--r-- root/root usr/share/info/gprof.info.gz
-rw-r--r-- root/root usr/share/info/ld.info.gz
drwxr-xr-x root/root usr/share/locale/
diff --git a/base/binutils/.md5sum b/base/binutils/.md5sum
index 452d8f2e0..1691323cb 100644
--- a/base/binutils/.md5sum
+++ b/base/binutils/.md5sum
@@ -1 +1 @@
-09a8c5821a2dfdbb20665bc0bd680791 binutils-2.19.1.tar.bz2
+9cdfb9d6ec0578c166d3beae5e15c4e5 binutils-2.20.1.tar.bz2
diff --git a/base/binutils/Pkgfile b/base/binutils/Pkgfile
index ca19bdd33..4b2e56ab0 100755
--- a/base/binutils/Pkgfile
+++ b/base/binutils/Pkgfile
@@ -2,11 +2,10 @@
# URL: http://sources.redhat.com/binutils/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
name=binutils
-version=2.19.1
-release=2
+version=2.20.1
+release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
build() {
@@ -24,13 +23,11 @@ cd ../binutils-build
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--enable-shared
-sed -i -e "s:mandir \= \/usr\/share:mandir \= ${pkgdir}\/usr\/share:" Makefile
-sed -i -e "s:infodir \= \/usr\/share:infodir \= ${pkgdir}\/usr\/share:" Makefile
make tooldir=/usr
make check
make tooldir=/usr DESTDIR=$PKG install
cp ../$name-$version/include/libiberty.h $PKG/usr/include
-rm -rf $PKG/usr/info
+rm $PKG/usr/share/info/dir
sed -i "s|-L$SRC[^ ]* ||g" $PKG/usr/lib/libbfd.la
}
diff --git a/extra/pyalsaaudio/.footprint b/extra/pyalsaaudio/.footprint
new file mode 100644
index 000000000..c4b4e6727
--- /dev/null
+++ b/extra/pyalsaaudio/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.6/
+drwxr-xr-x root/root usr/lib/python2.6/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.6/site-packages/alsaaudio.so
+-rw-r--r-- root/root usr/lib/python2.6/site-packages/pyalsaaudio-0.6-py2.6.egg-info
diff --git a/extra/pyalsaaudio/.md5sum b/extra/pyalsaaudio/.md5sum
new file mode 100644
index 000000000..78728482f
--- /dev/null
+++ b/extra/pyalsaaudio/.md5sum
@@ -0,0 +1 @@
+94811fc4de883996eac4046d36fe2364 pyalsaaudio-0.6.tar.gz
diff --git a/extra/pyalsaaudio/Pkgfile b/extra/pyalsaaudio/Pkgfile
new file mode 100644
index 000000000..fc12f70aa
--- /dev/null
+++ b/extra/pyalsaaudio/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Connecteur Python pour la librairie cairo
+# URL: http://www.cairographics.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: python alsa-lib
+
+name=pyalsaaudio
+version=0.6
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ python setup.py build
+ python setup.py install --prefix=/usr --root=$PKG
+}
diff --git a/extra/pyfeeparser/.footprint b/extra/pyfeeparser/.footprint
new file mode 100644
index 000000000..e16bfa4d8
--- /dev/null
+++ b/extra/pyfeeparser/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.6/
+drwxr-xr-x root/root usr/lib/python2.6/site-packages/
+-rw-r--r-- root/root usr/lib/python2.6/site-packages/feedparser-4.1-py2.6.egg-info
+-rw-r--r-- root/root usr/lib/python2.6/site-packages/feedparser.py
+-rw-r--r-- root/root usr/lib/python2.6/site-packages/feedparser.pyc
diff --git a/extra/pyfeeparser/.md5sum b/extra/pyfeeparser/.md5sum
new file mode 100644
index 000000000..cf723f2bf
--- /dev/null
+++ b/extra/pyfeeparser/.md5sum
@@ -0,0 +1,2 @@
+7ab1140c1e29d4cd52ab20fa7b1f8640 feedparser-4.1.zip
+2ec7ad9aa5ebd1959eadf69cf46fd2b5 feedparser_utf8_decoding.patch
diff --git a/extra/pyfeeparser/Pkgfile b/extra/pyfeeparser/Pkgfile
new file mode 100644
index 000000000..88f929619
--- /dev/null
+++ b/extra/pyfeeparser/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Connecteur Python pour Parse RSS
+# URL: http://feedparser.sf.net
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: python libxml2
+
+name=pyfeedparser
+version=4.1
+release=1
+source=(http://downloads.sourceforge.net/feedparser/feedparser-$version.zip\
+ feedparser_utf8_decoding.patch)
+
+build() {
+ patch -Np0 -i feedparser_utf8_decoding.patch
+
+ python setup.py build
+ python setup.py install --prefix=/usr --root=$PKG
+}
diff --git a/extra/pyfeeparser/feedparser_utf8_decoding.patch b/extra/pyfeeparser/feedparser_utf8_decoding.patch
new file mode 100644
index 000000000..c1779c7e9
--- /dev/null
+++ b/extra/pyfeeparser/feedparser_utf8_decoding.patch
@@ -0,0 +1,12 @@
+--- /var/lib/python-support/python2.5/feedparser.py 2008-01-23 20:10:27.000000000 +0100
++++ feedparser.py 2008-07-28 11:01:38.000000000 +0200
+@@ -1455,7 +1455,7 @@
+ # thanks to Kevin Marks for this breathtaking hack to deal with (valid) high-bit attribute values in UTF-8 feeds
+ for key, value in attrs:
+ if type(value) != type(u''):
+- value = unicode(value, self.encoding)
++ value = unicode(value, self.encoding, errors='replace')
+ uattrs.append((unicode(key, self.encoding), value))
+ strattrs = u''.join([u' %s="%s"' % (key, value) for key, value in uattrs]).encode(self.encoding)
+ if tag in self.elements_no_end_tag:
+
diff --git a/extra/smile/.footprint b/extra/smile/.footprint
new file mode 100644
index 000000000..b9abb5242
--- /dev/null
+++ b/extra/smile/.footprint
@@ -0,0 +1,336 @@
+drwxr-xr-x root/root opt/
+drwxr-xr-x root/root opt/smile/
+drwxr-xr-x root/root opt/smile/Eff_sup/
+-rwxr-xr-x root/root opt/smile/Eff_sup/abeille_001.gif
+-rwxr-xr-x root/root opt/smile/Eff_sup/bamboo.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/bird_001.gif
+-rwxr-xr-x root/root opt/smile/Eff_sup/bulle_001.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/bulle_002.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/cheval_001.gif
+-rwxr-xr-x root/root opt/smile/Eff_sup/chevalier_001.gif
+-rwxr-xr-x root/root opt/smile/Eff_sup/clownfish.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/coeur_001.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/explosion.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/fire.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/fireworks.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/fireworks2.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/fleur_001.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/lapin_001.gif
+-rwxr-xr-x root/root opt/smile/Eff_sup/licence.txt
+-rwxr-xr-x root/root opt/smile/Eff_sup/licence.txt~ (EMPTY)
+-rwxr-xr-x root/root opt/smile/Eff_sup/monitor.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/neon_001.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/soleil2.gif
+-rwxr-xr-x root/root opt/smile/Eff_sup/trefle_001.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/woman_dancing.png
+-rwxr-xr-x root/root opt/smile/Eff_sup/woman_police_officer.png
+drwxr-xr-x root/root opt/smile/Help/
+-rwxr-xr-x root/root opt/smile/Help/doc_en.html
+-rwxr-xr-x root/root opt/smile/Help/doc_en.html~
+-rwxr-xr-x root/root opt/smile/Help/doc_fr.html
+-rwxr-xr-x root/root opt/smile/Help/gpl-2.0.txt
+drwxr-xr-x root/root opt/smile/Help/images/
+-rwxr-xr-x root/root opt/smile/Help/images/.directory
+-rwxr-xr-x root/root opt/smile/Help/images/Eggibault_3.png
+-rwxr-xr-x root/root opt/smile/Help/images/ban.png
+-rwxr-xr-x root/root opt/smile/Help/images/color.png
+-rwxr-xr-x root/root opt/smile/Help/images/ex_timeline.png
+-rwxr-xr-x root/root opt/smile/Help/images/flags.png
+-rwxr-xr-x root/root opt/smile/Help/images/mandvd.png
+-rwxr-xr-x root/root opt/smile/Help/images/manslide.jpg
+-rwxr-xr-x root/root opt/smile/Help/images/manslide2.jpg
+-rwxr-xr-x root/root opt/smile/Help/images/move.png
+-rwxr-xr-x root/root opt/smile/Help/images/play.png
+-rwxr-xr-x root/root opt/smile/Help/images/qdial.png
+drwxr-xr-x root/root opt/smile/Help/images_en/
+-rwxr-xr-x root/root opt/smile/Help/images_en/.directory
+-rwxr-xr-x root/root opt/smile/Help/images_en/audio.png
+-rwxr-xr-x root/root opt/smile/Help/images_en/crop.png
+-rwxr-xr-x root/root opt/smile/Help/images_en/draw.png
+-rwxr-xr-x root/root opt/smile/Help/images_en/form.png
+-rwxr-xr-x root/root opt/smile/Help/images_en/import.png
+-rwxr-xr-x root/root opt/smile/Help/images_en/interface.png
+-rwxr-xr-x root/root opt/smile/Help/images_en/rendering.png
+-rwxr-xr-x root/root opt/smile/Help/images_en/rotation.png
+-rwxr-xr-x root/root opt/smile/Help/images_en/toolbox.png
+-rwxr-xr-x root/root opt/smile/Help/images_en/type.png
+drwxr-xr-x root/root opt/smile/Help/images_fr/
+-rwxr-xr-x root/root opt/smile/Help/images_fr/.directory
+-rwxr-xr-x root/root opt/smile/Help/images_fr/audio.png
+-rwxr-xr-x root/root opt/smile/Help/images_fr/crop.png
+-rwxr-xr-x root/root opt/smile/Help/images_fr/draw.png
+-rwxr-xr-x root/root opt/smile/Help/images_fr/form.png
+-rwxr-xr-x root/root opt/smile/Help/images_fr/import.png
+-rwxr-xr-x root/root opt/smile/Help/images_fr/interface.png
+-rwxr-xr-x root/root opt/smile/Help/images_fr/rendering.png
+-rwxr-xr-x root/root opt/smile/Help/images_fr/rotation.png
+-rwxr-xr-x root/root opt/smile/Help/images_fr/toolbox.png
+-rwxr-xr-x root/root opt/smile/Help/images_fr/type.png
+-rwxr-xr-x root/root opt/smile/Help/style.css
+drwxr-xr-x root/root opt/smile/Interface/
+drwxr-xr-x root/root opt/smile/Interface/Theme/
+-rwxr-xr-x root/root opt/smile/Interface/Theme/1downarrow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/1leftarrow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/1rightarrow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/1uparrow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/2downarrow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/2uparrow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/addvideo.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/applications_graphics.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/blur_icon.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/bookmark.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/brush_branche.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/brush_coeur.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/brush_etoile.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/brush_fleur.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/brush_girl.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/brush_nuage.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/brush_ronde.png
+-rw-r--r-- root/root opt/smile/Interface/Theme/bubble.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/button_ok.png
+-rw-r--r-- root/root opt/smile/Interface/Theme/calabaza.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/camera_photo.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/chronometer.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/coeur.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/color_B.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/color_C.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/color_J.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/color_M.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/color_R.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/color_V.png
+-rwx------ root/root opt/smile/Interface/Theme/combo.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/comment.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/contents.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/contrast.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/copy.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/crossfade.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/diapositive.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/document_new.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/document_open.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/document_save.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/editpaste.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/emptydiapo.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/eraser.png
+-rw-r--r-- root/root opt/smile/Interface/Theme/fantasma.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/feuillesnow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/fileimport.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/filesaveas.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/flag_green.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/flag_grey.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/flag_red.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/fleur.png
+-rw-r--r-- root/root opt/smile/Interface/Theme/flower.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/flowersnow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/folder.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/fonts.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/format_justify_center.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/format_justify_fill.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/format_justify_left.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/format_justify_right.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/format_stroke_color.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/format_text_bold.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/format_text_italic.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/forme_thum.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/frame_edit.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/frame_image.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/heartsnow.png
+-rw-r--r-- root/root opt/smile/Interface/Theme/heartsnow2.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/help_about.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/image.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/insert_text.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/insertion.gif
+-rwxr-xr-x root/root opt/smile/Interface/Theme/kruler.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/lightbulb.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/logostart.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/lune.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/mini_book.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/mini_cube.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/mini_f_a.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/mini_f_s.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/mini_p_h.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/mini_p_v.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/mini_plaque.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/mini_window.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/nounourssnow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/nuage.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/nullpixmap.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/plasmagik.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/player_end.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/player_play.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/player_start.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/player_stop.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/preferences_desktop_display.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/preferences_other.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/preferences_system.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/puzzle.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/rainsnow.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/reload.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/roll.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/rotate.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/rotateX.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/rotateY.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/rotateZ.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/rotate_angle.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/rotate_angleplus.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/run.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/selection.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/sharpen_icon.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/signature.png
+-rw-r--r-- root/root opt/smile/Interface/Theme/skull.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/smile.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/smile_splash.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/snowflakes.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/soleil.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/splash_smile.jpg
+-rw-r--r-- root/root opt/smile/Interface/Theme/splash_smile.xcf
+-rwxr-xr-x root/root opt/smile/Interface/Theme/star.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/stock-eye-20.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/stock-tool-eraser-22.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/stock-tool-paintbrush-16.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/tab_duplicate.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/tip.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/tools_report_bug.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/transform_move.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/trash_empty.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/window_close.png
+-rwxr-xr-x root/root opt/smile/Interface/Theme/zoom_in.png
+drwxr-xr-x root/root opt/smile/Luma/
+-rwxr-xr-x root/root opt/smile/Luma/Blinds_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Blinds_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Brule_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Brule_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Brule_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Carre_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Carre_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Cercle_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Cercle_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Coeur.png
+-rwxr-xr-x root/root opt/smile/Luma/CrustCurd.png
+-rwxr-xr-x root/root opt/smile/Luma/CrustLarge.png
+-rwxr-xr-x root/root opt/smile/Luma/CrustSmallPox.png
+-rwxr-xr-x root/root opt/smile/Luma/CrustWave.png
+-rwxr-xr-x root/root opt/smile/Luma/Damier_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Damier_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Damier_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Damier_004.png
+-rwxr-xr-x root/root opt/smile/Luma/Damier_005.png
+-rwxr-xr-x root/root opt/smile/Luma/Damier_006.png
+-rwxr-xr-x root/root opt/smile/Luma/Etoile_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Etoile_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Etoile_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Etoile_004.png
+-rwxr-xr-x root/root opt/smile/Luma/Flammes.png
+-rwxr-xr-x root/root opt/smile/Luma/Fleurs_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Fleurs_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Fractale_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Helice_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Helice_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Marble Fractal with Spiral Blur.png
+-rwxr-xr-x root/root opt/smile/Luma/Mer_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Nature Fractal.png
+-rwxr-xr-x root/root opt/smile/Luma/Nuages_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Nuages_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Nuages_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Ondes_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Pattern_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Pattern_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Pattern_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Pendule_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Pendule_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Pluie_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Points_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Points_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Points_003.png
+-rwxr-xr-x root/root opt/smile/Luma/PuzzleB.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_Radial.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_Radial_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_Radial_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_bandes_3D.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_bandes_horizontales_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_bandes_horizontales_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_bandes_verticales_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_bandes_verticales_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_bandes_verticales_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_bas.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_droite.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_gauche.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_haut.png
+-rwxr-xr-x root/root opt/smile/Luma/Recouvrement_radial_angle.png
+-rwxr-xr-x root/root opt/smile/Luma/Rideau_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Rideau_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Rideau_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Rideau_004.png
+-rwxr-xr-x root/root opt/smile/Luma/Rond_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Rond_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Sinus1.png
+-rwxr-xr-x root/root opt/smile/Luma/Sinus2.png
+-rwxr-xr-x root/root opt/smile/Luma/Sinus3.png
+-rwxr-xr-x root/root opt/smile/Luma/Sinus4.png
+-rwxr-xr-x root/root opt/smile/Luma/Sinus5.png
+-rwxr-xr-x root/root opt/smile/Luma/Sinus6.png
+-rwxr-xr-x root/root opt/smile/Luma/Sinus7.png
+-rwxr-xr-x root/root opt/smile/Luma/Sinus8.png
+-rwxr-xr-x root/root opt/smile/Luma/Sinus9.png
+-rwxr-xr-x root/root opt/smile/Luma/Smoke_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Spirale_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Spirale_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Spirale_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Spirale_004.png
+-rwxr-xr-x root/root opt/smile/Luma/Spirale_005.png
+-rwxr-xr-x root/root opt/smile/Luma/Spirale_006.png
+-rwxr-xr-x root/root opt/smile/Luma/Spirale_007.png
+-rwxr-xr-x root/root opt/smile/Luma/Spirale_008.png
+-rwxr-xr-x root/root opt/smile/Luma/Spirale_009.png
+-rwxr-xr-x root/root opt/smile/Luma/Star3out1.png
+-rwxr-xr-x root/root opt/smile/Luma/Star3out3.png
+-rwxr-xr-x root/root opt/smile/Luma/Star3out4.png
+-rwxr-xr-x root/root opt/smile/Luma/Star5out2.png
+-rwxr-xr-x root/root opt/smile/Luma/Star5out3.png
+-rwxr-xr-x root/root opt/smile/Luma/Star5out5.png
+-rwxr-xr-x root/root opt/smile/Luma/Star5out6.png
+-rwxr-xr-x root/root opt/smile/Luma/Star5out8.png
+-rwxr-xr-x root/root opt/smile/Luma/Star6out2.png
+-rwxr-xr-x root/root opt/smile/Luma/TwistedFish.png
+-rwxr-xr-x root/root opt/smile/Luma/Vague_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Vague_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Vague_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Zigzag_001.png
+-rwxr-xr-x root/root opt/smile/Luma/Zigzag_002.png
+-rwxr-xr-x root/root opt/smile/Luma/Zigzag_003.png
+-rwxr-xr-x root/root opt/smile/Luma/Zigzag_004.png
+-rwxr-xr-x root/root opt/smile/Luma/crossfade.png
+-rwxr-xr-x root/root opt/smile/Luma/marc1.png
+-rwxr-xr-x root/root opt/smile/Luma/marc2.png
+-rwxr-xr-x root/root opt/smile/Luma/marc3.png
+-rwxr-xr-x root/root opt/smile/Luma/marc4.png
+-rwxr-xr-x root/root opt/smile/Luma/marc5.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern21.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern22.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern23.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern24.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern25.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern26.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern27.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern28.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern29.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern30.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern31.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern32.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern33.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern37.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern38.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern39.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern40.png
+-rwxr-xr-x root/root opt/smile/Luma/pattern48.png
+-rwxr-xr-x root/root opt/smile/Luma/polar.png
+-rwxr-xr-x root/root opt/smile/Luma/reliefwipedown.png
+-rwxr-xr-x root/root opt/smile/Luma/snakerelief.png
+drwxr-xr-x root/root opt/smile/bin/
+-rwx------ root/root opt/smile/bin/fake.pl
+-rwxr-xr-x root/root opt/smile/bin/smile
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/smile.desktop
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/smile.png
diff --git a/extra/smile/.md5sum b/extra/smile/.md5sum
new file mode 100644
index 000000000..0208ab9ac
--- /dev/null
+++ b/extra/smile/.md5sum
@@ -0,0 +1,2 @@
+7f1fa1b1e0ab661d5a74ac4b8ee02511 smile-1.0.tar.gz
+5518092af05ba4c78c05f622a420bb77 smile.desktop
diff --git a/extra/smile/Pkgfile b/extra/smile/Pkgfile
new file mode 100644
index 000000000..0978131d3
--- /dev/null
+++ b/extra/smile/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Slideshow Maker In Linux Environnement
+# URL: http://smile.tuxfamily.org/
+# Packager: ranger42 at free dot fr
+# Depends on: qt, sox, mplayer, imagemagick, perl
+
+name=smile
+version=1.0
+release=1
+source=(http://download.tuxfamily.org/smiletool/$name-$version.tar.gz \
+ smile.desktop)
+
+
+
+build() {
+ cd $name
+
+ qmake
+ make clean
+ make
+ mkdir -p $PKG/{opt/smile/bin,usr/share/{applications,pixmaps}}
+ cp -R BIB_ManSlide/* $PKG/opt/smile/
+ cp -R Interface $PKG/opt/smile/
+ cp smile fake.pl $PKG/opt/smile/bin
+ install -D -m644 $SRC/smile.desktop $PKG/usr/share/applications/smile.desktop
+ install -D -m644 Interface/Theme/logostart.png $PKG/usr/share/pixmaps/smile.png
+ chmod 755 -R $PKG/opt/smile/Luma
+}
diff --git a/extra/smile/smile.desktop b/extra/smile/smile.desktop
new file mode 100644
index 000000000..149e682ed
--- /dev/null
+++ b/extra/smile/smile.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Smile
+Exec=smile
+Icon=smile
+Categories=AudioVideo;
+Comment=Slideshow Maker In Linux Environement
+Comment[fr]=Utilitaire pour créer des diaporamas dans Linux
+Terminal=false
+Type=Application
+StartupNotify=true