diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-14 23:50:15 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-14 23:50:15 +0200 |
commit | 2d165b00061bbcc330c5a63273c84fa5554132d7 (patch) | |
tree | e8dce887b9f45f97fb60248f7aa6aa910b48ab79 | |
parent | aeacca019643da803172a752a0c2bb029b388d6d (diff) | |
parent | 7290f60fb222cfa580f98c0bd08b5cb363cf08bc (diff) | |
download | nutyx-pakxe-2d165b00061bbcc330c5a63273c84fa5554132d7.tar.gz nutyx-pakxe-2d165b00061bbcc330c5a63273c84fa5554132d7.tar.bz2 nutyx-pakxe-2d165b00061bbcc330c5a63273c84fa5554132d7.tar.xz nutyx-pakxe-2d165b00061bbcc330c5a63273c84fa5554132d7.zip |
Merge branch 'master' of ssh://attapu@kiao.no-ip.info:443/~/attapu
-rw-r--r-- | extra/acidrip/.footprint | 10 | ||||
-rw-r--r-- | extra/blender/Pkgfile | 2 | ||||
-rw-r--r-- | extra/openal/.footprint | 15 | ||||
-rw-r--r-- | extra/openal/.md5sum | 1 | ||||
-rw-r--r-- | extra/openal/Pkgfile | 18 |
5 files changed, 40 insertions, 6 deletions
diff --git a/extra/acidrip/.footprint b/extra/acidrip/.footprint index a64cd49ec..6696be65e 100644 --- a/extra/acidrip/.footprint +++ b/extra/acidrip/.footprint @@ -3,8 +3,9 @@ drwxr-xr-x root/root usr/bin/ -r-xr-xr-x root/root usr/bin/acidrip drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/perl5/ -drwxr-xr-x root/root usr/lib/perl5/5.12.0/ -drwxr-xr-x root/root usr/lib/perl5/5.12.0/i686-linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/AcidRip/ drwxr-xr-x root/root usr/lib/perl5/site_perl/ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/AcidRip/ @@ -13,14 +14,13 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/AcidRip/ -r--r--r-- root/root usr/lib/perl5/site_perl/5.12.0/AcidRip/logo.png -r--r--r-- root/root usr/lib/perl5/site_perl/5.12.0/AcidRip/messages.pm -r--r--r-- root/root usr/lib/perl5/site_perl/5.12.0/AcidRip/signals.pm -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/AcidRip/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/acidrip.desktop drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -r--r--r-- root/root usr/share/man/man1/acidrip.1.gz +drwxr-xr-x root/root usr/share/perl5/ +drwxr-xr-x root/root usr/share/perl5/base/ drwxr-xr-x root/root usr/share/pixmaps/ -rw-r--r-- root/root usr/share/pixmaps/acidrip.png diff --git a/extra/blender/Pkgfile b/extra/blender/Pkgfile index c6acf4239..ffd36aeb2 100644 --- a/extra/blender/Pkgfile +++ b/extra/blender/Pkgfile @@ -2,7 +2,7 @@ # URL:http://blender3d.org # Maintainer: NuTyX core team # Packager: fanch -# Depends on: libjpeg, libpng, openexr, sdl, python, desktop-file-utils, gettext, libxi, libxmu, mesa3d, freetype2, openal +# Depends on: libjpeg, libpng, openexr, sdl, python, desktop-file-utils, gettext, xorg-libxi, xorg-libxmu, mesa3d, freetype, librsvg, libtiff, yasm, freeglut, openal name=blender diff --git a/extra/openal/.footprint b/extra/openal/.footprint new file mode 100644 index 000000000..5217e280a --- /dev/null +++ b/extra/openal/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/openal-info +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/AL/ +-rw-r--r-- root/root usr/include/AL/al.h +-rw-r--r-- root/root usr/include/AL/alc.h +-rw-r--r-- root/root usr/include/AL/alext.h +-rw-r--r-- root/root usr/include/AL/efx.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libopenal.so -> libopenal.so.1 +lrwxrwxrwx root/root usr/lib/libopenal.so.1 -> libopenal.so.1.12.854 +-rwxr-xr-x root/root usr/lib/libopenal.so.1.12.854 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/openal.pc diff --git a/extra/openal/.md5sum b/extra/openal/.md5sum new file mode 100644 index 000000000..bb6258bcc --- /dev/null +++ b/extra/openal/.md5sum @@ -0,0 +1 @@ +fbf36451fdebd6466edbdc0ee7db9603 openal-soft-1.12.854.tar.bz2 diff --git a/extra/openal/Pkgfile b/extra/openal/Pkgfile new file mode 100644 index 000000000..92f8e37e0 --- /dev/null +++ b/extra/openal/Pkgfile @@ -0,0 +1,18 @@ +# Description: Cross-platform 3D audio. +# URL: http://connect.creativelabs.com/openal +# Maintainer: Danny Rawlins, monster dot romster at gmail dot com +# Packager: Matt Housh, jaeger at crux dot nu +# Depends on: alsa-lib, cmake, sdl, pkgconfig + +name=openal +version=1.12.854 +release=1 +source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$version.tar.bz2) + +build() { + cd $SRC/$name-soft-$version/build + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. + make + make DESTDIR=$PKG/ install +} + |