[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#380099: marked as done (akode: FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on libasound2-dev))



Your message dated Sat, 29 Jul 2006 08:02:05 -0700
with message-id <E1G6qKL-0004ZJ-AF@spohr.debian.org>
and subject line Bug#380099: fixed in akode 2.0-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: akode
Version: 2.0-4
Severity: important
Tags: patch

Hi,

the current version has unsatisfied Build-Depends on libasound2-dev
under non-linux ports.

This package is able to use OSS under GNU/kFreeBSD,
with attached patch it builds fine without libasound2-dev installed.

Please, could you adjust debian/control and debian/rules
by atttached patch or similarly.

Thanks for your cooperation.

                                Petr

diff -u akode-2.0/debian/control akode-2.0/debian/control
--- akode-2.0/debian/control
+++ akode-2.0/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 Uploaders: Isaac Clerencia <isaac@debian.org>, Pierre Habouzit <madcoder@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Adeodato SimĂł <dato@net.com.org.es>, Riku Voipio <riku.voipio@iki.fi>, Luk Claes <luk@debian.org>
-Build-Depends: cdbs (>= 0.4.27), debhelper (>= 5.0), autotools-dev, gawk, libflac-dev (>= 1.1.1-3), liboggflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev, libsamplerate0-dev, libspeex-dev, libjack0.100.0-dev
+Build-Depends: cdbs (>= 0.4.27), debhelper (>= 5.0), autotools-dev, gawk, libflac-dev (>= 1.1.1-3), liboggflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsamplerate0-dev, libspeex-dev, libjack0.100.0-dev
 Standards-Version: 3.6.2
 
 Package: libakode2
@@ -24,7 +24,7 @@
 Package: libakode-dev
 Section: libdevel
 Architecture: any
-Depends: libakode2 (= ${Source-Version}), libflac-dev (>= 1.1.1-3), liboggflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev, libsamplerate0-dev, libspeex-dev, libjack0.100.0-dev
+Depends: libakode2 (= ${Source-Version}), libflac-dev (>= 1.1.1-3), liboggflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, ${alsa-dev}, libsamplerate0-dev, libspeex-dev, libjack0.100.0-dev
 Replaces: kdemultimedia-dev (<< 4:3.5-rc1), libakode2 (<< 2.0-4)
 Description: development files for akode
  aKode is a new multithreaded audio library that provides aRts with
diff -u akode-2.0/debian/rules akode-2.0/debian/rules
--- akode-2.0/debian/rules
+++ akode-2.0/debian/rules
@@ -5,6 +5,12 @@
 include debian/cdbs/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
+DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+DEB_DH_GENCONTROL_ARGS=-- -Valsa-dev=libasound2-dev
+endif
+
 DEB_CONFIGURE_EXTRA_FLAGS := --without-libltdl --without-polypaudio --with-extra-includes=/usr/include/speex/
 
 DEB_DH_STRIP_ARGS  := --dbg-package=akode-dbg
@@ -15,0 +22,8 @@
+common-install-prehook-arch::
+	grep -v libakode_alsa_sink debian/libakode2.install > debian/libakode2.install.kfreebsd-i386 
+	grep -v libakode_alsa_sink debian/libakode2.install > debian/libakode2.install.kfreebsd-amd64 
+	grep -v libakode_alsa_sink debian/libakode-dev.install > debian/libakode-dev.install.kfreebsd-i386
+	grep -v libakode_alsa_sink debian/libakode-dev.install > debian/libakode-dev.install.kfreebsd-amd64 
+
+clean::
+	rm -f debian/libakode2.install.kfreebsd* debian/libakode-dev.install.kfreebsd*

--- End Message ---
--- Begin Message ---
Source: akode
Source-Version: 2.0-5

We believe that the bug you reported is fixed in the latest version of
akode, which is due to be installed in the Debian FTP archive:

akode-dbg_2.0-5_i386.deb
  to pool/main/a/akode/akode-dbg_2.0-5_i386.deb
akode_2.0-5.diff.gz
  to pool/main/a/akode/akode_2.0-5.diff.gz
akode_2.0-5.dsc
  to pool/main/a/akode/akode_2.0-5.dsc
libakode-dev_2.0-5_i386.deb
  to pool/main/a/akode/libakode-dev_2.0-5_i386.deb
libakode2_2.0-5_i386.deb
  to pool/main/a/akode/libakode2_2.0-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 380099@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christopher Martin <chrsmrtn@debian.org> (supplier of updated akode package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 29 Jul 2006 10:30:27 -0400
Source: akode
Binary: libakode2 akode-dbg libakode-dev
Architecture: source i386
Version: 2.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Christopher Martin <chrsmrtn@debian.org>
Description: 
 akode-dbg  - debugging symbols for akode
 libakode-dev - development files for akode
 libakode2  - akode plugin for aRts
Closes: 380099
Changes: 
 akode (2.0-5) unstable; urgency=low
 .
   +++ Changes by Christopher Martin:
 .
   * Apply GNU/kFreeBSD build patch from Petr Salinger. (Closes: #380099)
 .
   * Add a patch allowing akode to build with autoconf 2.6.
Files: 
 2fe7385a79a3e32fdee41c668183e537 1143 sound optional akode_2.0-5.dsc
 9000541e27bb19d7d7413332578d5652 276316 sound optional akode_2.0-5.diff.gz
 5f521cf81d0730ada5794a59372085aa 99290 libs optional libakode2_2.0-5_i386.deb
 9e04b5661b60d28e08bbf82c7dea9145 15566 libdevel optional libakode-dev_2.0-5_i386.deb
 c6f3d13fc9f5067791e64308382f1b27 287598 libdevel extra akode-dbg_2.0-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Signed by Christopher Martin <chrsmrtn@debian.org>

iD8DBQFEy3RGU+gWW+vtsysRAhLNAJ9aa2Ao0tRVExxJuWwcvmVqNUPDKgCeKsMU
6161yJkIUhawfFCurcG5bc8=
=3GcW
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: