Your message dated Wed, 10 Oct 2012 00:03:05 +0000
with message-id <e1tljlr-00029h...@franck.debian.org>
and subject line Bug#690029: fixed in transcode 3:1.1.7-4
has caused the Debian Bug report #690029,
regarding transcode: allow to compile on !linux archs
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 ow...@bugs.debian.org
immediately.)
--
690029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: transcode
Version: 3:1.1.7-3
Severity: normal
Tags: patch
Hi,
currently transcode uncoditionally enables alsa and v4l, which are
Linux-only systems, causing build failures on non-Linux architectures.
The attached patch enables them only on Linux (restricting the alsa
build dependency too), allowing to compile transcode at least on
kFreeBSD (on Hurd it fails due to PATH_MAX, but that's another story).
Thanks,
--
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
nooptflags += --disable-3dnow
nooptflags += --disable-altivec
nooptflags += --disable-mmx
@@ -8,7 +10,6 @@ nooptflags += --disable-sse2
confflags += $(nooptflags)
confflags += --enable-a52
-confflags += --enable-alsa
#confflags += --enable-faac
confflags += --enable-ffmpeg
confflags += --enable-freetype2
@@ -32,11 +33,15 @@ confflags += --enable-ogg
confflags += --enable-oss
confflags += --enable-sdl
confflags += --enable-theora
-confflags += --enable-v4l
confflags += --enable-vorbis
confflags += --enable-x264
confflags += --enable-xvid
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+confflags += --enable-alsa
+confflags += --enable-v4l
+endif
+
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
debhelper (>= 7.2),
dh-autoreconf,
liba52-0.7.4-dev,
- libasound2-dev,
+ libasound2-dev [linux-any],
libavcodec-dev,
libavformat-dev,
libavutil-dev,
--- End Message ---
--- Begin Message ---
Source: transcode
Source-Version: 3:1.1.7-4
We believe that the bug you reported is fixed in the latest version of
transcode, 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 690...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alessio Treglia <ales...@debian.org> (supplier of updated transcode 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 10 Oct 2012 00:43:53 +0100
Source: transcode
Binary: transcode transcode-dbg transcode-doc
Architecture: source amd64 all
Version: 3:1.1.7-4
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Alessio Treglia <ales...@debian.org>
Description:
transcode - Text console video-stream processing tool
transcode-dbg - Text console video-stream processing tool - debugging symbols
transcode-doc - Text console video-stream processing tool (documentation)
Closes: 690029
Changes:
transcode (3:1.1.7-4) experimental; urgency=low
.
* "yes-indeed-dmm-team-rocks" release:
- Enable MJPEGTOOLS support.
- Allow transcode to compile on non-Linux archs.
Thanks to Pino Toscano for the patch (Closes: #690029)
Checksums-Sha1:
7e298c3a5f8f42c80517b02e0b08a0b23fd7e5b9 2585 transcode_1.1.7-4.dsc
864fa44cad901ad73604583f2ef2311087dc0764 7657 transcode_1.1.7-4.debian.tar.gz
49ee2dffe0361c174c78ba69d7bb2ae037b7eff9 1624882 transcode_1.1.7-4_amd64.deb
36c278e6305fa52564aeedb4dc6ca53c8c707384 3958044
transcode-dbg_1.1.7-4_amd64.deb
3122760590dc786809987b0e17e3a2877f32aed9 292262 transcode-doc_1.1.7-4_all.deb
Checksums-Sha256:
5a74da3a0d040ca9a02afbb8289eb0d61b54cbb9395ea20bb6b8186079fef290 2585
transcode_1.1.7-4.dsc
049f97aaf5188ddf9da10344a6dd0190a25898e4520ee2206218f3712b656428 7657
transcode_1.1.7-4.debian.tar.gz
53aae5599ab4f5b67d0878e67e366b1ea901974298dbeafc66725e3eabc4d958 1624882
transcode_1.1.7-4_amd64.deb
c1825525775ba5ecfdf12f71b7afb13ff217388ce645ec71e18c0a1812830a1f 3958044
transcode-dbg_1.1.7-4_amd64.deb
68fb514d0851f811d3b1406bb9da1d288702517691e145b0b79101adfe02cee0 292262
transcode-doc_1.1.7-4_all.deb
Files:
beb0909b8bddd8ab6de396a16fd71571 2585 video optional transcode_1.1.7-4.dsc
b9364df6a01bfec312739466a0996dae 7657 video optional
transcode_1.1.7-4.debian.tar.gz
8148523cea5f6a6702660f343e0cd468 1624882 video optional
transcode_1.1.7-4_amd64.deb
12951a3abeee330f340ae7f510a7671d 3958044 debug extra
transcode-dbg_1.1.7-4_amd64.deb
a6aca90297dd1f776d9a4bcb8a5ad63f 292262 doc optional
transcode-doc_1.1.7-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBAgAGBQJQdLmiAAoJEOikiuUxHXZaIRAP/iQ0pO6ZUlHpl86ozh32Pisn
3D46Gcmetyr8gr2v3hxu3Vvh0pBk/ftil47Tmiri7jVh+cjO2H2IBLALNNPb0mil
Yydl7kdjjyaVMqyHxGsfzyy21Cmx2RrHMEni+H0ZNitD98gncyPgUVDdmzoBv2Pl
b4q6rT7cT8gacoLVvzWp4PDgAqLBJzDYsYcXWVmCJty8RxKfCfIeI+y1jfcfID4j
j7mZE7PBY6R1Y1DB+SVDSBZge7cFwxqMjB2M91LH/4ULDGtAT0grk+FRFHI1inUM
L5992UMeWhRUpD3MrGKIAnIq1wXym4MFwt19iR5XVsofxgVUPhfDYkRbGJo58yS/
7hTMpGAQ4jD/UOuYejPz2khBm50fnNYznyrNgSO8McAbHPrBm6ZHTIpW3XjO9BRa
ZoTHkR0+PlAOWnz9M9zOV7w6LPrhODrk33g0VVGCU6EPSPirTZH9Xkd2Vy/UgsR4
vPqHAhP8uPf36+Y02bJz0lAHHSE9fyLCesc3TMl+b924yW9Z1yjutk6V7GB2E+Io
+zYwuEoOF/Mn+TyGhllj/aQaCgXZ7TsZZU0b7+M5RX4byPsvDheBJukpB8tg2+01
YQagVmTqwmhxYowJr7Mv9F0W8vR7O8n73q9H9cXrOFcZ/DOFoqcqdvtWLF0RHY+t
oxLvPnGKMuWntf6lu/4N
=JA5K
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers