Package: gimp Severity: important Tags: patch Hi,
gimp currently fails to build on GNU/kFreeBSD because the build dependency on libasound2-dev could not be satisfied (it is Linux specific). Please find a patch below to fix that. I also added the same for GNU/Hurd because there is the same problem, though I don't know if gimp builds well on this system. Thanks in advance, Aurelien diff -u gimp-2.2.8/debian/control gimp-2.2.8/debian/control --- gimp-2.2.8/debian/control +++ gimp-2.2.8/debian/control @@ -3,7 +3,7 @@ Section: graphics Maintainer: Ari Pollak <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -Build-Depends: debhelper (>= 4.2.21), gettext, intltool, aalib1-dev, libgtk2.0-dev (>= 2.4.4-1), libgtkhtml2-dev (>= 2.0.0), libgimpprint1-dev (>= 4.2.6), libjpeg62-dev, libmpeg-dev, libart-2.0-dev, libpng-dev, xlibs-dev, zlib1g-dev, libtiff4-dev, python-dev, python-gtk2-dev, libexif-dev (>= 0.6.9), libmng-dev, librsvg2-dev (>= 2.7.2-2), libfontconfig1-dev (>= 2.2.0), libwmf-dev (>= 0.2.8-1.1), sharutils, sed (>= 3.95), libasound2-dev (>= 1.0.0) +Build-Depends: debhelper (>= 4.2.21), gettext, intltool, aalib1-dev, libgtk2.0-dev (>= 2.4.4-1), libgtkhtml2-dev (>= 2.0.0), libgimpprint1-dev (>= 4.2.6), libjpeg62-dev, libmpeg-dev, libart-2.0-dev, libpng-dev, xlibs-dev, zlib1g-dev, libtiff4-dev, python-dev, python-gtk2-dev, libexif-dev (>= 0.6.9), libmng-dev, librsvg2-dev (>= 2.7.2-2), libfontconfig1-dev (>= 2.2.0), libwmf-dev (>= 0.2.8-1.1), sharutils, sed (>= 3.95), libasound2-dev (>= 1.0.0) [!kfreebsd-i386 !hurd-i386] Package: libgimp2.0 Architecture: any -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: kfreebsd-i386 (i586) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.3-11 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]