From 2d2673e925d915f891957ac3616325d934f7c4f2 Mon Sep 17 00:00:00 2001 From: sibel Date: Wed, 14 Jul 2010 12:44:06 +0200 Subject: maj footrint acidrip --- extra/acidrip/.footprint | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 -- cgit v1.2.3-70-g09d2 From 0429228e51da4d3e07434a9214eb429f1180b70b Mon Sep 17 00:00:00 2001 From: sibel Date: Wed, 14 Jul 2010 17:03:38 +0200 Subject: ajout de openal#1.12.854-1 --- extra/openal/.footprint | 15 +++++++++++++++ extra/openal/.md5sum | 1 + extra/openal/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 extra/openal/.footprint create mode 100644 extra/openal/.md5sum create mode 100644 extra/openal/Pkgfile 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 +} + -- cgit v1.2.3-70-g09d2 From 7290f60fb222cfa580f98c0bd08b5cb363cf08bc Mon Sep 17 00:00:00 2001 From: sibel Date: Wed, 14 Jul 2010 17:15:46 +0200 Subject: maj deps de blender --- extra/blender/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2