diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:55:21 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:55:21 +0100 |
commit | 7b688d6d616af1a6ebaef15644b7f2e5765c7412 (patch) | |
tree | f75e8e74b6dffd9938e320a38fe5a972fec07525 /extra/babl | |
parent | a45257f55bb4800d739a3aecf764c4feda4d5440 (diff) | |
download | nutyx-pakxe-7b688d6d616af1a6ebaef15644b7f2e5765c7412.tar.gz nutyx-pakxe-7b688d6d616af1a6ebaef15644b7f2e5765c7412.tar.bz2 nutyx-pakxe-7b688d6d616af1a6ebaef15644b7f2e5765c7412.tar.xz nutyx-pakxe-7b688d6d616af1a6ebaef15644b7f2e5765c7412.zip |
babl, déplacé dans base
Diffstat (limited to 'extra/babl')
-rw-r--r-- | extra/babl/.footprint | 30 | ||||
-rw-r--r-- | extra/babl/.md5sum | 1 | ||||
-rw-r--r-- | extra/babl/Pkgfile | 19 |
3 files changed, 0 insertions, 50 deletions
diff --git a/extra/babl/.footprint b/extra/babl/.footprint deleted file mode 100644 index 7815e7815..000000000 --- a/extra/babl/.footprint +++ /dev/null @@ -1,30 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/babl-0.0/ -drwxr-xr-x root/root usr/include/babl-0.0/babl/ --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-component.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-conversion.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-extension.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-fish.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-format.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-image.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-model.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-sampling.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-type.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl-version.h --rw-r--r-- root/root usr/include/babl-0.0/babl/babl.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/babl-0.0/ --rwxr-xr-x root/root usr/lib/babl-0.0/CIE-Lab.so --rwxr-xr-x root/root usr/lib/babl-0.0/gegl-fixups.so --rwxr-xr-x root/root usr/lib/babl-0.0/gggl-lies.so --rwxr-xr-x root/root usr/lib/babl-0.0/gggl.so --rwxr-xr-x root/root usr/lib/babl-0.0/gimp-8bit.so --rwxr-xr-x root/root usr/lib/babl-0.0/naive-CMYK.so --rwxr-xr-x root/root usr/lib/babl-0.0/sse-fixups.so --rwxr-xr-x root/root usr/lib/libbabl-0.0.la -lrwxrwxrwx root/root usr/lib/libbabl-0.0.so -> libbabl-0.0.so.0.22.0 -lrwxrwxrwx root/root usr/lib/libbabl-0.0.so.0 -> libbabl-0.0.so.0.22.0 --rwxr-xr-x root/root usr/lib/libbabl-0.0.so.0.22.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/babl.pc diff --git a/extra/babl/.md5sum b/extra/babl/.md5sum deleted file mode 100644 index 773e3141d..000000000 --- a/extra/babl/.md5sum +++ /dev/null @@ -1 +0,0 @@ -b821ce696b40feb74552da9d666defad babl-0.0.22.tar.bz2 diff --git a/extra/babl/Pkgfile b/extra/babl/Pkgfile deleted file mode 100644 index e92a2d5f6..000000000 --- a/extra/babl/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: librairie de traduction de pixels -# URL: http://gegl.org/babl -# Maintainer: NuTyX Core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - - -name=babl -version=0.0.22 -release=1 -source=(ftp://ftp.gimp.org/pub/$name/0.0/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} - |