Your message dated Mon, 27 Jan 2020 21:52:35 +0000
with message-id <[email protected]>
and subject line Bug#919779: fixed in zita-at1 0.6.2-1
has caused the Debian Bug report #919779,
regarding zita-at1 FTCBFS: hard codes build arch tools
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
919779: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919779
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: zita-at1
Version: 0.6.0-1.1
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap
zita-at1 fails to cross build from source because its Makefile hard
codes build architecture build tools such as pkg-config or g++. The
attached patch fixes that. Please consider applying it.
Helmut
--- zita-at1-0.6.0.orig/source/Makefile
+++ zita-at1-0.6.0/source/Makefile
@@ -17,7 +17,7 @@
#
# ----------------------------------------------------------------------------
-
+PKG_CONFIG ?= pkg-config
PREFIX = /usr
#SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
LIBDIR = lib$(SUFFIX)
@@ -34,11 +34,11 @@
ZITA-AT1_O = zita-at1.o styles.o jclient.o mainwin.o png2img.o guiclass.o \
button.o rotary.o tmeter.o retuner.o
-zita-at1: CPPFLAGS += -I/usr/X11R6/include `pkg-config --cflags xft`
+zita-at1: CPPFLAGS += -I/usr/X11R6/include `$(PKG_CONFIG) --cflags xft`
zita-at1: LDLIBS += -lcairo -lclxclient -lclthreads -lzita-resampler -lfftw3f -ljack -lpthread -lpng -lXft -lX11 -lrt
zita-at1: LDFLAGS += -L/usr/X11R6/lib
zita-at1: $(ZITA-AT1_O)
- g++ $(LDFLAGS) -o $@ $(ZITA-AT1_O) $(LDLIBS)
+ $(CXX) $(LDFLAGS) -o $@ $(ZITA-AT1_O) $(LDLIBS)
$(ZITA-AT1_O):
-include $(ZITA-AT1_O:%.o=%.d)
--- End Message ---
--- Begin Message ---
Source: zita-at1
Source-Version: 0.6.2-1
We believe that the bug you reported is fixed in the latest version of
zita-at1, which is due to be installed in the Debian FTP archive.
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.
Dennis Braun <[email protected]> (supplier of updated zita-at1 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: SHA512
Format: 1.8
Date: Mon, 27 Jan 2020 22:24:53 +0100
Source: zita-at1
Architecture: source
Version: 0.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Dennis Braun <[email protected]>
Closes: 919779
Changes:
zita-at1 (0.6.2-1) unstable; urgency=medium
.
* Team upload
.
[ Felipe Sateler ]
* Change maintainer address to [email protected]
.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
.
[ Dennis Braun ]
* New upstream version 0.6.2
* d/control:
+ Bump debhelper-compat to 12
+ Bump standards version to 4.5.0
+ Use https protocol for homepage
+ Add libfreetype6-dev and pkg-config to B-D
+ Set RRR: no
* d/copyright: Update year, http > https & add myself
* d/patches: Update 01-makefile.patch
* Fix pkconfig installation (Closes: #919779)
* d/rules: Remove override_dh_installchangelogs
* d/source/local-options: Drop, obsolete
* d/watch: Use https protocol
Checksums-Sha1:
8f26b92a01883a6c8829d5fd7bed3cb1ff798846 2157 zita-at1_0.6.2-1.dsc
89c0f8f152b77ab63e7ac4c1b2574de3375db82e 51503 zita-at1_0.6.2.orig.tar.bz2
fa23e761d5670ab17734c70560540e573839b1fc 6376 zita-at1_0.6.2-1.debian.tar.xz
Checksums-Sha256:
cae8b9f12e2fc6af756cc22384739c0efb4641a1b214df047f42db60d8500219 2157
zita-at1_0.6.2-1.dsc
19bb3ddc02b32d6ad15fdd928ee66c2e5bb5e4c7fe465c431e98c2fd83b1ae57 51503
zita-at1_0.6.2.orig.tar.bz2
2c36a7da84833c31eafd269c20504b7eeece72e1b2697781b1079163a9b053d1 6376
zita-at1_0.6.2-1.debian.tar.xz
Files:
9d8ffd237988f442a84dce55fd09936d 2157 sound optional zita-at1_0.6.2-1.dsc
a27947a4c1bd48278aefc7f5b08a564f 51503 sound optional
zita-at1_0.6.2.orig.tar.bz2
1d92722e8c82ca9f309ebb1e043b3cea 6376 sound optional
zita-at1_0.6.2-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl4vVYgACgkQafL8UW6n
GZMjSg//Q+3LG0pgtVC/eOjim1sohsNLlksLw82Sau7Kd3uW3pZpfyDJhD1O5HmU
6/mwr9aJVHv6pESxHIVakcjv4ccwtZqvlbPulR1CriGs9Z7j2JEawI0hdvQj6i2O
L86Xfh8FtpjicLkGrwyx4d5l52WJR0id/iK0DMkP/nnJmn11Jq8QPKzAOF+cbblk
3+WLwBVsTbsgqEz5wqx+RYb4eXNClKdCU9ALn6BZXMU98zeQrVdiMY0THqvSsgKr
c4duIwow44R/wnOkAsTb5wsGsRl1KKzzhHZlyBLsdzCebsvf6mDyRHDOkf0bKivJ
J0r5I40KCG1cFrPK60l0t3L77sJsFHCkGylf0J/auWcJmXzq+IFwH4RS73F72V5N
WS7wBcPoHr81c8opC6iAN271SDeh3KLhJ+bjamji/6PYpAD94MKjJL3ewj86AFcZ
XfpbIvkHMLX+RG3/p14qBT9SLL6H3/feBpwC8hPiade7UkkcMb6YclEsfTDTRUCY
I6cJ/qGMGg6v+p6Iua8cr+WuwtrIxehq6GCFd8+MAsjD6a2x424az6fYhj4BIM/4
OWCHQglFY5mydCNmWzOoYqsXbQR+FBq0gUkLvDORCmj//TBAaxKRWZhxA84W01Lp
FJHxq63YGFR23Ezv6tLUHJlqbtJ9rUTV09YyjZzTY0KUSruAzAI=
=OKQu
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers