summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:32:25 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:32:25 +0200
commitc1ecb3327cb18634bf02281cdb18a488df9043a5 (patch)
tree8e992fc0b2055cb1583dc3e91da8321b9aa4a827
parentd1f8363880f68f3082641dfe11e16f034af732ae (diff)
downloadnutyx-pakxe-c1ecb3327cb18634bf02281cdb18a488df9043a5.tar.gz
nutyx-pakxe-c1ecb3327cb18634bf02281cdb18a488df9043a5.tar.bz2
nutyx-pakxe-c1ecb3327cb18634bf02281cdb18a488df9043a5.tar.xz
nutyx-pakxe-c1ecb3327cb18634bf02281cdb18a488df9043a5.zip
Ajout de goom#2k4-2
-rw-r--r--extra/goom/.footprint28
-rw-r--r--extra/goom/.md5sum1
-rw-r--r--extra/goom/Pkgfile20
3 files changed, 49 insertions, 0 deletions
diff --git a/extra/goom/.footprint b/extra/goom/.footprint
new file mode 100644
index 000000000..3b01e45d9
--- /dev/null
+++ b/extra/goom/.footprint
@@ -0,0 +1,28 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/goom2
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/goom/
+-rw-r--r-- root/root usr/include/goom/goom.h
+-rw-r--r-- root/root usr/include/goom/goom_config.h
+-rw-r--r-- root/root usr/include/goom/goom_config_param.h
+-rw-r--r-- root/root usr/include/goom/goom_filters.h
+-rw-r--r-- root/root usr/include/goom/goom_graphic.h
+-rw-r--r-- root/root usr/include/goom/goom_plugin_info.h
+-rw-r--r-- root/root usr/include/goom/goom_tools.h
+-rw-r--r-- root/root usr/include/goom/goom_typedefs.h
+-rw-r--r-- root/root usr/include/goom/goom_visual_fx.h
+-rw-r--r-- root/root usr/include/goom/goomsl.h
+-rw-r--r-- root/root usr/include/goom/goomsl_hash.h
+-rw-r--r-- root/root usr/include/goom/goomsl_heap.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libgoom2.la
+lrwxrwxrwx root/root usr/lib/libgoom2.so -> libgoom2.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libgoom2.so.0 -> libgoom2.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libgoom2.so.0.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libgoom2.pc
+drwxr-xr-x root/root usr/lib/xmms/
+drwxr-xr-x root/root usr/lib/xmms/Visualization/
+-rwxr-xr-x root/root usr/lib/xmms/Visualization/libxmmsgoom2.la
+-rwxr-xr-x root/root usr/lib/xmms/Visualization/libxmmsgoom2.so
diff --git a/extra/goom/.md5sum b/extra/goom/.md5sum
new file mode 100644
index 000000000..b685bb568
--- /dev/null
+++ b/extra/goom/.md5sum
@@ -0,0 +1 @@
+8100dd07e0c6784fdf079eeaa53a5c7f goom-2k4-0-src.tar.gz
diff --git a/extra/goom/Pkgfile b/extra/goom/Pkgfile
new file mode 100644
index 000000000..648521305
--- /dev/null
+++ b/extra/goom/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Générateurs d'effets visuels pour lecteur MP3
+# URL: http://pkgsrc.se/audio/goom
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=goom
+version=2k4
+release=2
+source=(http://switch.dl.sourceforge.net/sourceforge/$name/$name-$version-0-src.tar.gz)
+
+build() {
+ cd $name$version-0
+ ./configure --prefix=/usr
+
+ make CFLAGS="$CFLAGS"
+ make DESTDIR=$PKG install
+ make DESTDIR=$PKG install
+ chown -R root:root $PKG
+}