Package: beep-media-player Severity: important Tags: patch Hi,
The current version of ibeep-media-player fails to build on GNU/kFreeBSD, because the build-dependency on libasound2-dev, which is Linux specific, could not been satisfied. Please find attached a patch to fix that. It would be nice if you can include it in the next upload. Please also note that this package need to be relibtoolized for GNU/kFreeBSD. Here are the commands to run: libtoolize -c -f aclocal-1.9 autoconf automake-1.9 Thanks in advance, Aurelien -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.4-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Status: in BTS Author: aurel32 Note: libtool update is necessary (libtoolize -c -f && aclocal-1.9 && autoconf && automake-1.9) diff -u beep-media-player-0.9.7/debian/control beep-media-player-0.9.7/debian/control --- beep-media-player-0.9.7/debian/control +++ beep-media-player-0.9.7/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Michiel Sikkes <[EMAIL PROTECTED]> Uploaders: Paul van Tilburg <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev, libvorbis-dev, libesd0-dev, libgnomevfs2-dev, libasound2-dev, libid3-3.8.3-dev, libglade2-dev +Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev, libvorbis-dev, libesd0-dev, libgnomevfs2-dev, libasound2-dev [!kfreebsd-i386], libid3-3.8.3-dev, libglade2-dev Standards-Version: 3.6.1 Package: beep-media-player

