Your message dated Tue, 24 Oct 2006 07:17:16 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#390939: fixed in mpg123 0.61-2 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: mpg123 Severity: important Version: 0.60-2 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs changes to configure.ac/configure and also to debian packaging. Please apply attached patch and regenerate configure. It would also be nice if you can ask upstream to include changes to configure.ac. Thanks in advance Petrdiff -u mpg123-0.60/configure.ac mpg123-0.60/configure.ac --- mpg123-0.60/configure.ac +++ mpg123-0.60/configure.ac @@ -205,19 +205,19 @@ arm-*-linux*) cpu_type="generic_nofpu" ;; - i386-*-linux*) + i386-*-linux*|i386-*-kfreebsd*-gnu) cpu_type="i386_fpu" ;; - i486-*-linux*) + i486-*-linux*|i486-*-kfreebsd*-gnu) cpu_type="i486" ;; - i586-*-linux*) + i586-*-linux*|i586-*-kfreebsd*-gnu) cpu_type="i586" ;; - i686-*-linux*) + i686-*-linux*|i686-*-kfreebsd*-gnu) cpu_type="mmx" ;; - *-*-linux*) + *-*-linux*|*-*-kfreebsd*-gnu) cpu_type="generic_fpu" ;; *-apple-darwin*) diff -u mpg123-0.60/debian/control mpg123-0.60/debian/control --- mpg123-0.60/debian/control +++ mpg123-0.60/debian/control @@ -3,10 +3,10 @@ Priority: optional Maintainer: Daniel Kobras <[EMAIL PROTECTED]> Standards-Version: 3.7.2 -Build-Depends: debhelper (>> 5), autotools-dev, pkg-config, libesd0-dev [i386 alpha powerpc], libaudio-dev [i386], libasound2-dev +Build-Depends: debhelper (>> 5), autotools-dev, pkg-config, libesd0-dev [i386 kfreebsd-i386 alpha powerpc], libaudio-dev [i386 kfreebsd-i386], libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64] Package: mpg123 -Architecture: i386 alpha powerpc m68k arm sparc hppa +Architecture: i386 kfreebsd-i386 alpha powerpc m68k arm sparc hppa Depends: ${shlibs:Depends}, oss-compat Provides: mp3-decoder Description: MPEG layer 1/2/3 audio player @@ -22,7 +22,7 @@ want this version. Package: mpg123-oss-i486 -Architecture: i386 +Architecture: i386 kfreebsd-i386 Depends: ${shlibs:Depends}, oss-compat Provides: mpg123, mp3-decoder Conflicts: mpg123 (<< 0.59r-2) @@ -39,7 +39,7 @@ CPUs. Package: mpg123-oss-3dnow -Architecture: i386 +Architecture: i386 kfreebsd-i386 Depends: ${shlibs:Depends}, oss-compat Provides: mpg123, mp3-decoder Conflicts: mpg123 (<< 0.59r-2) @@ -56,7 +56,7 @@ CPUs. Package: mpg123-esd -Architecture: i386 alpha powerpc +Architecture: i386 kfreebsd-i386 alpha powerpc Depends: ${shlibs:Depends} Provides: mpg123, mp3-decoder Conflicts: mpg123 (<< 0.59r-2) @@ -72,7 +72,7 @@ This version uses the Enlightened Sound Daemon (esound) for sound output. Package: mpg123-nas -Architecture: i386 +Architecture: i386 kfreebsd-i386 Depends: ${shlibs:Depends} Provides: mpg123, mp3-decoder Conflicts: mpg123 (<< 0.59r-2) diff -u mpg123-0.60/debian/rules mpg123-0.60/debian/rules --- mpg123-0.60/debian/rules +++ mpg123-0.60/debian/rules @@ -3,6 +3,7 @@ PACKAGE:=mpg123 ARCH:=$(shell dpkg-architecture -qDEB_HOST_GNU_CPU) +DEB_HOST_ARCH_OS:=$(shell dpkg-architecture -qDEB_HOST_ARCH_OS) ARCH_i486:= ARCH_alpha:=-alpha @@ -13,7 +14,10 @@ ARCH_hppa:=-hppa TARGETS_i486:=mpg123-oss mpg123-esd mpg123-nas \ - mpg123-oss-i486 mpg123-oss-3dnow mpg123-alsa + mpg123-oss-i486 mpg123-oss-3dnow +ifeq (linux,$(DEB_HOST_ARCH_OS)) +TARGETS_i486 += mpg123-alsa +endif TARGETS_alpha:=mpg123-oss mpg123-esd TARGETS_powerpc:=mpg123-oss mpg123-esd TARGETS_m68k:=mpg123-oss
--- End Message ---
--- Begin Message ---Source: mpg123 Source-Version: 0.61-2 We believe that the bug you reported is fixed in the latest version of mpg123, which is due to be installed in the Debian FTP archive: mpg123-alsa_0.61-2_i386.deb to pool/main/m/mpg123/mpg123-alsa_0.61-2_i386.deb mpg123-esd_0.61-2_i386.deb to pool/main/m/mpg123/mpg123-esd_0.61-2_i386.deb mpg123-nas_0.61-2_i386.deb to pool/main/m/mpg123/mpg123-nas_0.61-2_i386.deb mpg123-oss-3dnow_0.61-2_i386.deb to pool/main/m/mpg123/mpg123-oss-3dnow_0.61-2_i386.deb mpg123-oss-i486_0.61-2_i386.deb to pool/main/m/mpg123/mpg123-oss-i486_0.61-2_i386.deb mpg123_0.61-2.diff.gz to pool/main/m/mpg123/mpg123_0.61-2.diff.gz mpg123_0.61-2.dsc to pool/main/m/mpg123/mpg123_0.61-2.dsc mpg123_0.61-2_i386.deb to pool/main/m/mpg123/mpg123_0.61-2_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Kobras <[EMAIL PROTECTED]> (supplier of updated mpg123 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 24 Oct 2006 14:13:44 +0200 Source: mpg123 Binary: mpg123-esd mpg123-oss-3dnow mpg123-nas mpg123-oss-i486 mpg123-alsa mpg123 Architecture: source i386 Version: 0.61-2 Distribution: unstable Urgency: low Maintainer: Daniel Kobras <[EMAIL PROTECTED]> Changed-By: Daniel Kobras <[EMAIL PROTECTED]> Description: mpg123 - MPEG layer 1/2/3 audio player mpg123-alsa - MPEG layer 1/2/3 audio player with ALSA support mpg123-esd - MPEG layer 1/2/3 audio player with Esound support mpg123-nas - MPEG layer 1/2/3 audio player with NAS support mpg123-oss-3dnow - MPEG layer 1/2/3 audio player for 3DNow! machines - dummy package mpg123-oss-i486 - MPEG layer 1/2/3 audio player for i486 machines Closes: 390939 394749 Changes: mpg123 (0.61-2) unstable; urgency=low . * debian/control: Lift architecture restrictions of esd, nas, and alsa flavours as much as possible. Build i486 variant on kfreebsd as well. 3dnow version is only needed for upgrades and can stay linux-i386-only. * debian/postinst.in: Increase priorities by 100 for mpg123 alternative to get us above mpg321. We /are/ mpg123, after all, and we are free now. Priorities for mp3-decoder remain unchanged. Closes: #394749 * debian/rules: Take OS into account when building package lists to keep kfreebsd happy. Thanks to Petr Salinger. Closes: #390939 Files: f12484c13ae401dfa65f196703ef29d7 734 sound optional mpg123_0.61-2.dsc 57e60ad3d33a7632f3375ea002a60742 11653 sound optional mpg123_0.61-2.diff.gz 84118696d02f9f10737930aed4c5ea57 139778 sound optional mpg123_0.61-2_i386.deb 03b88711d4a985747ee473bc206565b1 139230 sound optional mpg123-esd_0.61-2_i386.deb 9cb9a44ccc949ca7833e6c88ff8f78db 141476 sound optional mpg123-nas_0.61-2_i386.deb 0db6003f7354b645e8c9a4c2e4f41ebf 140616 sound optional mpg123-oss-i486_0.61-2_i386.deb 7923aacd3d90f7a8dd135b61e8c35cf5 141288 sound optional mpg123-alsa_0.61-2_i386.deb a438c7d0edbd5281ff5da5cd5b97c745 37934 sound optional mpg123-oss-3dnow_0.61-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFFPhQdpOKIA4m/fisRAjKAAKC+CBGKSWMa3nmB6tWz70rBe/lgRwCfWjQN 15wiN1e9psS0X5hV7PGeSHM= =GBv1 -----END PGP SIGNATURE-----
--- End Message ---

