summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibelle <lesibel@free.fr>2010-02-24 23:49:07 +0100
committersibelle <lesibel@free.fr>2010-02-24 23:49:07 +0100
commit5e3245e46d998ecd5004d1358f449b5df5987987 (patch)
tree257cc84982b7dd06abb5c03343855c2caea43529 /extra
parent1df3238f9210e8f4dbb4c670e3fbdba65ed92910 (diff)
parente7ae426196644b630f21e88b36ea4ea931d113ae (diff)
downloadnutyx-extra-5e3245e46d998ecd5004d1358f449b5df5987987.tar.gz
nutyx-extra-5e3245e46d998ecd5004d1358f449b5df5987987.tar.bz2
nutyx-extra-5e3245e46d998ecd5004d1358f449b5df5987987.tar.xz
nutyx-extra-5e3245e46d998ecd5004d1358f449b5df5987987.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra')
-rw-r--r--extra/feh/.footprint32
-rw-r--r--extra/feh/.md5sum1
-rw-r--r--extra/feh/Pkgfile22
-rw-r--r--extra/gobject-introspection/.md5sum2
-rw-r--r--extra/gobject-introspection/Pkgfile2
-rw-r--r--extra/lua/.footprint20
-rw-r--r--extra/lua/.md5sum1
-rw-r--r--extra/streamripper/.footprint7
-rw-r--r--extra/streamripper/.md5sum1
-rw-r--r--extra/streamripper/Pkgfile17
-rw-r--r--extra/streamtuner/.footprint118
-rw-r--r--extra/streamtuner/.md5sum3
-rw-r--r--extra/streamtuner/Pkgfile21
-rw-r--r--extra/wxpython/Pkgfile2
14 files changed, 246 insertions, 3 deletions
diff --git a/extra/feh/.footprint b/extra/feh/.footprint
new file mode 100644
index 000000000..720705499
--- /dev/null
+++ b/extra/feh/.footprint
@@ -0,0 +1,32 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cam
+-rwxr-xr-x root/root usr/bin/feh
+-rwxr-xr-x root/root usr/bin/gen_cam_menu.sh
+drwxr-xr-x root/root usr/doc/
+drwxr-xr-x root/root usr/doc/feh/
+-rw-r--r-- root/root usr/doc/feh/AUTHORS
+-rw-r--r-- root/root usr/doc/feh/ChangeLog
+-rw-r--r-- root/root usr/doc/feh/README
+-rw-r--r-- root/root usr/doc/feh/TODO
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/feh.1
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/feh/
+drwxr-xr-x root/root usr/share/feh/fonts/
+-rw-r--r-- root/root usr/share/feh/fonts/black.style
+-rw-r--r-- root/root usr/share/feh/fonts/menu.style
+-rw-r--r-- root/root usr/share/feh/fonts/yudit.ttf
+drwxr-xr-x root/root usr/share/feh/images/
+-rw-r--r-- root/root usr/share/feh/images/about.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_aluminium.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_aqua.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_black.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_britney.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_brushed.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_chrome.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_default.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_pastel.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_sky.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_wood.png
diff --git a/extra/feh/.md5sum b/extra/feh/.md5sum
new file mode 100644
index 000000000..850087b73
--- /dev/null
+++ b/extra/feh/.md5sum
@@ -0,0 +1 @@
+3d35ba3d2f0693b019800787f1103891 feh-1.3.4.tar.gz
diff --git a/extra/feh/Pkgfile b/extra/feh/Pkgfile
new file mode 100644
index 000000000..fdeb71624
--- /dev/null
+++ b/extra/feh/Pkgfile
@@ -0,0 +1,22 @@
+# Description: logiciel d'affichage et de manipulations d'images, léger et rapide
+# URL: http://linuxbrit.co.uk/feh/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: giblib xorg-libxt
+
+name=feh
+version=1.3.4
+release=1
+
+source=(http://linuxbrit.co.uk/downloads/feh-1.3.4.tar.gz)
+
+
+build()
+{
+cd $name-$version
+./configure --prefix=/usr \
+
+make
+make DESTDIR=$PKG install
+
+} \ No newline at end of file
diff --git a/extra/gobject-introspection/.md5sum b/extra/gobject-introspection/.md5sum
index fb3cbd574..cdbb00c97 100644
--- a/extra/gobject-introspection/.md5sum
+++ b/extra/gobject-introspection/.md5sum
@@ -1 +1 @@
-c946cddf10f02a3aea483967ab6de605 gobject-introspection-0.6.5.tar.bz2
+d22ed2667dd16ff78aa145c176d1e7a7 gobject-introspection-0.6.6.tar.bz2
diff --git a/extra/gobject-introspection/Pkgfile b/extra/gobject-introspection/Pkgfile
index 02413bee6..515e465a9 100644
--- a/extra/gobject-introspection/Pkgfile
+++ b/extra/gobject-introspection/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: glib, libffi, python
name=gobject-introspection
-version=0.6.5
+version=0.6.6
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
diff --git a/extra/lua/.footprint b/extra/lua/.footprint
new file mode 100644
index 000000000..acc1a705a
--- /dev/null
+++ b/extra/lua/.footprint
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lua
+-rwxr-xr-x root/root usr/bin/luac
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/lauxlib.h
+-rw-r--r-- root/root usr/include/lua.h
+-rw-r--r-- root/root usr/include/lua.hpp
+-rw-r--r-- root/root usr/include/luaconf.h
+-rw-r--r-- root/root usr/include/lualib.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/liblua.a
+drwxr-xr-x root/root usr/lib/lua/
+drwxr-xr-x root/root usr/lib/lua/5.1/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/lua.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/lua.1
+-rw-r--r-- root/root usr/man/man1/luac.1
diff --git a/extra/lua/.md5sum b/extra/lua/.md5sum
new file mode 100644
index 000000000..9e11e021a
--- /dev/null
+++ b/extra/lua/.md5sum
@@ -0,0 +1 @@
+d0870f2de55d59c1c8419f36e8fac150 lua-5.1.4.tar.gz
diff --git a/extra/streamripper/.footprint b/extra/streamripper/.footprint
new file mode 100644
index 000000000..b6250caf9
--- /dev/null
+++ b/extra/streamripper/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/streamripper
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/streamripper.1.gz
diff --git a/extra/streamripper/.md5sum b/extra/streamripper/.md5sum
new file mode 100644
index 000000000..b0e899c19
--- /dev/null
+++ b/extra/streamripper/.md5sum
@@ -0,0 +1 @@
+a37a1a8b8f9228522196a122a1c2dd32 streamripper-1.64.6.tar.gz
diff --git a/extra/streamripper/Pkgfile b/extra/streamripper/Pkgfile
new file mode 100644
index 000000000..b27fe6896
--- /dev/null
+++ b/extra/streamripper/Pkgfile
@@ -0,0 +1,17 @@
+# Description: rippeur de stream
+# URL: http://streamripper.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: tyrry33 at gmail dot com
+# Depends on: libmad, libvorbis, glib, faad2
+
+name=streamripper
+version=1.64.6
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+./configure --prefix=/usr
+make
+make prefix=$PKG/usr install
+}
diff --git a/extra/streamtuner/.footprint b/extra/streamtuner/.footprint
new file mode 100644
index 000000000..9e4f1436d
--- /dev/null
+++ b/extra/streamtuner/.footprint
@@ -0,0 +1,118 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/streamtuner
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/streamtuner/
+-rw-r--r-- root/root usr/include/streamtuner/st-action-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-category-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-dialog-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-handler-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-handler-field-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-handlers-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-m3u-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-pls-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-plugin-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-programs-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-re-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-settings-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-sgml-ref-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-state-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-stream-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-transfer-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-util-api.h
+-rw-r--r-- root/root usr/include/streamtuner/st-version-api.h
+-rw-r--r-- root/root usr/include/streamtuner/streamtuner.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/streamtuner.pc
+drwxr-xr-x root/root usr/lib/streamtuner/
+drwxr-xr-x root/root usr/lib/streamtuner/plugins/
+-rw-r--r-- root/root usr/lib/streamtuner/plugins/live365.a
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/live365.la
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/live365.so
+-rw-r--r-- root/root usr/lib/streamtuner/plugins/local.a
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/local.la
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/local.so
+-rw-r--r-- root/root usr/lib/streamtuner/plugins/python.a
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/python.la
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/python.so
+-rw-r--r-- root/root usr/lib/streamtuner/plugins/shoutcast.a
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/shoutcast.la
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/shoutcast.so
+-rw-r--r-- root/root usr/lib/streamtuner/plugins/xiph.a
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/xiph.la
+-rwxr-xr-x root/root usr/lib/streamtuner/plugins/xiph.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/streamtuner.desktop
+drwxr-xr-x root/root usr/share/gtk-doc/
+drwxr-xr-x root/root usr/share/gtk-doc/html/
+drwxr-xr-x root/root usr/share/gtk-doc/html/streamtuner/
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/api-reference.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/ch01s02.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/home.png
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/index.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/index.sgml
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/ix01.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/left.png
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/overview.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/right.png
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-STHandler.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-STPlugin.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-action-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-category-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-dialog-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-handler-field-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-handlers-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-m3u-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-pls-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-programs-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-re-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-settings-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-sgml-ref-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-state-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-stream-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-transfer-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-util-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner-st-version-api.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/streamtuner.devhelp
+-rw-r--r-- root/root usr/share/gtk-doc/html/streamtuner/up.png
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/streamtuner.mo
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/streamtuner.png
+drwxr-xr-x root/root usr/share/streamtuner/
+drwxr-xr-x root/root usr/share/streamtuner/python/
+drwxr-xr-x root/root usr/share/streamtuner/python/icons/
+-rw-r--r-- root/root usr/share/streamtuner/python/icons/basic.ch.png
+-rw-r--r-- root/root usr/share/streamtuner/python/icons/google-stations.png
+-rw-r--r-- root/root usr/share/streamtuner/python/icons/punkcast.com.png
+drwxr-xr-x root/root usr/share/streamtuner/python/scripts/
+-rw-r--r-- root/root usr/share/streamtuner/python/scripts/basic.ch.py
+-rw-r--r-- root/root usr/share/streamtuner/python/scripts/google-stations.py
+-rw-r--r-- root/root usr/share/streamtuner/python/scripts/punkcast.com.py
+drwxr-xr-x root/root usr/share/streamtuner/ui/
+-rw-r--r-- root/root usr/share/streamtuner/ui/applications.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/bookmarks.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/browse.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/category-open-running.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/category-open.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/category-running.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/category.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/live365.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/local.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/logo.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/main-category-running.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/main-category.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/preselections.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/python.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/record.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/search-category-running.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/search-category.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/search.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/shoutcast.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/streamtuner.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/tune-in.png
+-rw-r--r-- root/root usr/share/streamtuner/ui/xiph.png
diff --git a/extra/streamtuner/.md5sum b/extra/streamtuner/.md5sum
new file mode 100644
index 000000000..d1c279e55
--- /dev/null
+++ b/extra/streamtuner/.md5sum
@@ -0,0 +1,3 @@
+8aa1994a849b05d2b8fffbda702b8a25 streamtuner-0.99.99-live365.diff
+7aff45a41c60358cb2332c7ce644f661 streamtuner-0.99.99-pygtk-2.6.diff
+2027b7c34e85b594524b0b4351c14362 streamtuner-0.99.99.tar.gz
diff --git a/extra/streamtuner/Pkgfile b/extra/streamtuner/Pkgfile
new file mode 100644
index 000000000..b1b25307c
--- /dev/null
+++ b/extra/streamtuner/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Navigateur de stream
+# URL: http://www.nongnu.org/streamtuner/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: taglib, libxml2, gtk, curl, pygtk
+
+name=streamtuner
+version=0.99.99
+release=1
+source=(http://savannah.nongnu.org/download/streamtuner/$name-$version.tar.gz \
+ http://savannah.nongnu.org/download/streamtuner/streamtuner-0.99.99-live365.diff \
+ http://savannah.nongnu.org/download/streamtuner/streamtuner-0.99.99-pygtk-2.6.diff)
+build() {
+cd $name-$version
+patch -Np0 -i ../streamtuner-0.99.99-live365.diff
+patch -Np0 -i ../streamtuner-0.99.99-pygtk-2.6.diff
+
+./configure --prefix=/usr
+make
+make prefix=$PKG/usr install
+}
diff --git a/extra/wxpython/Pkgfile b/extra/wxpython/Pkgfile
index 5c50aafa0..b40465941 100644
--- a/extra/wxpython/Pkgfile
+++ b/extra/wxpython/Pkgfile
@@ -1,4 +1,4 @@
-# Description: A wxWidgets GUI toolkit for Python.
+# Description: Boîte à outils graphique wxWidgets pour Python.
# URL: http://www.wxpython.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch