Your message dated Thu, 21 Jul 2016 18:49:01 +0000
with message-id <e1bqj1p-0001hn...@franck.debian.org>
and subject line Bug#831582: fixed in ffmpeg 7:3.1.1-3
has caused the Debian Bug report #831582,
regarding Please re-enable libx264 on sparc64
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.)


-- 
831582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ffmpeg
Version: 7:3.1.1-2
Severity: normal
User: debian-sp...@lists.debian.org
Usertags: sparc64
X-Debbugs-Cc: debian-sp...@lists.debian.org
Tags: patch

Hi,
Now that libx264 is working again (a fixed linker is in the unreleased
suite, and is pinned on the buildds), ffmpeg can be compiled with
support from it on sparc64. Please apply the attached patch, which I
have verified works.

Regards,
James
From d78dca9ce9335025450d00b5c17969a88442e972 Mon Sep 17 00:00:00 2001
From: James Clarke <jrt...@jrtc27.com>
Date: Sun, 17 Jul 2016 11:20:20 +0100
Subject: [PATCH] Re-enable x264 on sparc64 as the linker has been fixed

See: #792921
---
 debian/control | 2 +-
 debian/rules   | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 56d6dd6..7006348 100644
--- a/debian/control
+++ b/debian/control
@@ -130,7 +130,7 @@ Build-Depends:
 # --enable-libwebp
  libwebp-dev,
 # --enable-libx264
- libx264-dev [!sparc64] <!stage1>,
+ libx264-dev <!stage1>,
 # --enable-libx265
  libx265-dev (>= 1.8),
 # --enable-x11grab
diff --git a/debian/rules b/debian/rules
index 6c4e655..7bdda7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -138,12 +138,8 @@ ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
 else
        CONFIG += --enable-frei0r \
                --enable-chromaprint \
-               --enable-libopencv
-
-       # Some libraries are unusable (#792921) on sparc64.
-       ifeq (,$(filter $(DEB_HOST_ARCH),sparc64))
-               CONFIG += --enable-libx264
-       endif
+               --enable-libopencv \
+               --enable-libx264
 endif
 
 # Disable altivec optimizations on powerpc, because they are not always 
available on this architecture.
-- 
2.8.1.369.geae769a

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: ffmpeg
Source-Version: 7:3.1.1-3

We believe that the bug you reported is fixed in the latest version of
ffmpeg, 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 831...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated ffmpeg 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 21 Jul 2016 20:26:12 +0200
Source: ffmpeg
Binary: ffmpeg ffmpeg-doc libavcodec57 libavcodec-extra57 libavcodec-extra 
libavcodec-dev libavdevice57 libavdevice-dev libavfilter6 libavfilter-dev 
libavformat57 libavformat-dev libavresample3 libavresample-dev libavutil55 
libavutil-dev libpostproc54 libpostproc-dev libswresample2 libswresample-dev 
libswscale4 libswscale-dev libav-tools
Architecture: source
Version: 7:3.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
 ffmpeg     - Tools for transcoding, streaming and playing of multimedia files
 ffmpeg-doc - Documentation of the FFmpeg multimedia framework
 libav-tools - Compatibility links for libav-tools (transitional package)
 libavcodec-dev - FFmpeg library with de/encoders for audio/video codecs - 
developm
 libavcodec-extra - FFmpeg library with extra codecs (metapackage)
 libavcodec-extra57 - FFmpeg library with additional de/encoders for 
audio/video codecs
 libavcodec57 - FFmpeg library with de/encoders for audio/video codecs - runtime
 libavdevice-dev - FFmpeg library for handling input and output devices - 
developmen
 libavdevice57 - FFmpeg library for handling input and output devices - runtime 
fi
 libavfilter-dev - FFmpeg library containing media filters - development files
 libavfilter6 - FFmpeg library containing media filters - runtime files
 libavformat-dev - FFmpeg library with (de)muxers for multimedia containers - 
develo
 libavformat57 - FFmpeg library with (de)muxers for multimedia containers - 
runtim
 libavresample-dev - FFmpeg compatibility library for resampling - development 
files
 libavresample3 - FFmpeg compatibility library for resampling - runtime files
 libavutil-dev - FFmpeg library with functions for simplifying programming - 
devel
 libavutil55 - FFmpeg library with functions for simplifying programming - runti
 libpostproc-dev - FFmpeg library for post processing - development files
 libpostproc54 - FFmpeg library for post processing - runtime files
 libswresample-dev - FFmpeg library for audio resampling, rematrixing etc. - 
developme
 libswresample2 - FFmpeg library for audio resampling, rematrixing etc. - 
runtime f
 libswscale-dev - FFmpeg library for image scaling and various conversions - 
develo
 libswscale4 - FFmpeg library for image scaling and various conversions - runtim
Closes: 831582
Changes:
 ffmpeg (7:3.1.1-3) unstable; urgency=medium
 .
   [ James Clarke ]
   * debian/rules: Re-enable x264 on sparc64 as the linker has been fixed.
     (Closes: #831582)
 .
   [ Sebastian Ramacher ]
   * debian/patches/Revert-configure-Enable-GCC-vectorization-on-4.9-on-.patch:
     Apply upstream patch to disable GCC vectorization.
Checksums-Sha1:
 c6e7d3e6588462a01f577e2c7478a7c50b7c4e4b 4622 ffmpeg_3.1.1-3.dsc
 a0966e7be6d7895423ee676cac4ff7fad73deff3 42816 ffmpeg_3.1.1-3.debian.tar.xz
Checksums-Sha256:
 60426462b8412f13605a962b974de277d36537677c77f9df710ff5057e74b697 4622 
ffmpeg_3.1.1-3.dsc
 93ef76e755678635fa2832e7751fb88541900fcc64d6f11ac63e6ebc405d186e 42816 
ffmpeg_3.1.1-3.debian.tar.xz
Files:
 e8da4a0f394a509c998c6497b2f10ac2 4622 video optional ffmpeg_3.1.1-3.dsc
 75eda8aa2dd16bf9b632f3a77056a9e6 42816 video optional 
ffmpeg_3.1.1-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXkRWHAAoJEGny/FFupxmT8fcP/jjsc0L8A1nq8n0JJBImlUBo
TXqOCHQRaYBBv4aCa6rig2jcrYV/4zR2ZA+4raTR1Sbd15d9ICNRpH9NiJ4QyilG
G7PS+EkllyTmtEPuw3WcZJQAgu+MM3d0vm5cPrjV3GDZSdZsMBOWfLg14CtYnyFn
/iM+9PgHG3C4wSrvwGTaVv/OmdEb6wYmzg8JsbfXYMu2jqsyjEYCn8NcdvOLLU3E
bj5UE49XdyBx/4CyuL3Qbvx+8i9oJaHorDdvf1tvYANdwCiorW5IE//ZPEpgDEV7
Qebh76DQa5W7OlBkdaTq8nToxfhIZVDHLLlRfJGiGwDLpXg0oGRwtQIk7SFYYpeY
Ei+6DgfsZgD4EnULw1AlIboQZmjDKc17i34hPEnLiCpwhfR/ZNbcXxV4zUs3hfne
CVaga59sfqkaK8Uo8D8oC9Y3OcyUs02hve/SSbinOME6vzJZDKrTyGb6Qk5ToITY
X4YZtllbFvLzOMEFVBag+VrAuYxrXCKD9Dg8y8WN8Z0UPSqzesGj5P7NFufN4AEm
ga0bDaFbPAaGMU0aas7j5orABERTXtl22R4YxGPdtfCt+TPvT6JblMKr1kyVjiRS
bA+zAt1aEQf8wk3yquzA0lAjZVSCxDxV89EBqhlQ8Ojl0io2NRDhLQsk72yGEcnl
B5RBKqxpd+SMwNlCbEsN
=thjc
-----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

Reply via email to