Your message dated Sat, 04 Oct 2014 16:05:00 +0000
with message-id <e1xarpm-000763...@franck.debian.org>
and subject line Bug#756648: fixed in mplayer2 2.0-728-g2c378c7-3
has caused the Debian Bug report #756648,
regarding mplayer2: add support for ppc64el
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.)


-- 
756648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756648
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mplayer2
Version: 2.0-728-g2c378c7-2
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

Currently mplayer2 doesn't built on ppc64el because this architecture/processor
is not known by the configure script, causing the following failure:

        Error: unsupported architecture UNKNOWN
        The architecture of your CPU (UNKNOWN) is not supported by this 
configure script

        It seems nobody has ported MPlayer to your OS or CPU type yet.

        Check "config.log" if you do not understand why it failed.
        make[1]: *** [override_dh_auto_configure] Error 1
        make[1]: Leaving directory `/«PKGBUILDDIR»'
        make: *** [build] Error 2
        dpkg-buildpackage: error: debian/rules build gave error exit status 2

This patch simply add ppc64le as a ppc64 architecture. It enable the package to
be built from source on ppc64el then.

Thank you
Breno
Index: mplayer2-2.0-728-g2c378c7/configure
===================================================================
--- mplayer2-2.0-728-g2c378c7.orig/configure
+++ mplayer2-2.0-728-g2c378c7/configure
@@ -222,7 +222,7 @@ x86() {
 
 ppc() {
   case "$host_arch" in
-    ppc|ppc64|powerpc|powerpc64) return 0;;
+    ppc|ppc64le|ppc64|powerpc|powerpc64) return 0;;
     *) return 1;;
   esac
 }
@@ -1098,6 +1098,7 @@ if test -z "$_target" ; then
       ia64) host_arch=ia64 ;;
       macppc|ppc) host_arch=ppc ;;
       ppc64) host_arch=ppc64 ;;
+      ppc64le) host_arch=ppc64 ;;
       alpha) host_arch=alpha ;;
       sparc) host_arch=sparc ;;
       sparc64) host_arch=sparc64 ;;
@@ -1764,12 +1765,12 @@ case "$host_arch" in
     iproc='sh4'
     ;;
 
-  ppc|ppc64|powerpc|powerpc64)
+  ppc|ppc64|ppc64le|powerpc|powerpc64)
     arch='ppc'
     def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
     iproc='ppc'
 
-    if test "$host_arch" = "ppc64" -o "$host_arch" = "powerpc64" ; then
+    if test "$host_arch" = "ppc64" -o "$host_arch" = "ppc64le" -o "$host_arch" = "powerpc64" ; then
       subarch='ppc64'
       def_fast_64bit='#define HAVE_FAST_64BIT 1'
     fi

--- End Message ---
--- Begin Message ---
Source: mplayer2
Source-Version: 2.0-728-g2c378c7-3

We believe that the bug you reported is fixed in the latest version of
mplayer2, 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 756...@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 mplayer2 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: SHA512

Format: 1.8
Date: Sat, 04 Oct 2014 16:26:50 +0100
Source: mplayer2
Binary: mplayer2 mplayer2-dbg
Architecture: source amd64
Version: 2.0-728-g2c378c7-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Alessio Treglia <ales...@debian.org>
Description:
 mplayer2   - next generation movie player for Unix-like systems
 mplayer2-dbg - Debugging symbols for mplayer2
Closes: 756648 761147
Changes:
 mplayer2 (2.0-728-g2c378c7-3) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Minimal ports to arm64 and ppc64el. (Closes: #756648)
 .
   [ Alessio Treglia ]
   * Add git to Build-Depends-Indep as it's being used by get-orig-source.
   * Bump source package's priority to optional, and keep mplayer2-dbg as
     extra. Thanks to Pino Toscano <p...@debian.org> for pointing this
     out. (Closes: #761147)
   * Link with --as-needed.
Checksums-Sha1:
 16877146f54eb286110bf8e67b0e98fdf723cfc8 3415 mplayer2_2.0-728-g2c378c7-3.dsc
 353c964bc94d718fbcea6710b40c7349fd63896b 13825 
mplayer2_2.0-728-g2c378c7-3.debian.tar.gz
 50203eacd45934e5883c0480517dc51ab5ff8d97 954318 
mplayer2_2.0-728-g2c378c7-3_amd64.deb
 5b126f9b733cd73911432f11c86aa68d6eadbe94 2289606 
mplayer2-dbg_2.0-728-g2c378c7-3_amd64.deb
Checksums-Sha256:
 081a2dca1dc4f7acd2e963127b9172f631bccda23b9eed007cfd841f7a0837d5 3415 
mplayer2_2.0-728-g2c378c7-3.dsc
 7e88437b1f864c97a54dbf1a5ae79cae24e0d140db5152e498cb2bf6bdf578db 13825 
mplayer2_2.0-728-g2c378c7-3.debian.tar.gz
 f5eb69f0073521561af201c951f6e4ad6e55f477b3e2d3373350be9c91c975f7 954318 
mplayer2_2.0-728-g2c378c7-3_amd64.deb
 d6ee1a9eb69d9fe279793f1894799e6eec51de9c879b55f440312a29ae86ebdc 2289606 
mplayer2-dbg_2.0-728-g2c378c7-3_amd64.deb
Files:
 c736fecaf04b897983ba78ec82aa0c6f 954318 video optional 
mplayer2_2.0-728-g2c378c7-3_amd64.deb
 2635f744b4c1b81a7168d9b1219d90dc 2289606 debug extra 
mplayer2-dbg_2.0-728-g2c378c7-3_amd64.deb
 181a75c192404b7d0c980c24d222b56c 3415 video optional 
mplayer2_2.0-728-g2c378c7-3.dsc
 e37841b0b4d60a5a53de5242163c6c30 13825 video optional 
mplayer2_2.0-728-g2c378c7-3.debian.tar.gz

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

iQIcBAEBCgAGBQJUMBaZAAoJEOikiuUxHXZalMUQAIx8VJHMLJsdpndbulyHIXHI
bTjII7U5UOo5b48wkH19nVsNgEJz+ENEazt/9qTv97RvVXDrMlrVq3lMrytY0l7u
n4i8lA0h0l4+YTWffP135V0fPbg598dlx90DqiTc+DX47CjjFPmSI2e3MQ4JNAKX
tUCxh1bi+lKlmlq9BYqbMUVSpq4n6AeiBheDiPirEhBW/Gls0wKJ+MQEhS2u0VlV
zFm6m4n5ywwaWLKjiWPxZS6yjhI0NST8OFbVcIUsuOwVRdzJNK1qkUpOxRvOHb22
nAPNqNhmuuAHG+HGvgvR5OwnmvWbNORkARXAl1L9uPWQtFkaWGFXfHXV8fIbaEPj
vLfVYEHWSoJX1CPnJ4YX7JY2EGv/T9rn8lRvaihJYBmpi6EQRGfFD2fE5caX1Z0b
DJGilEwMaTNJZKQ4UrQpw/BtG4uqqFGMf9Fs8UhgyVDsjvfL7gc57/0Sj6LjA9gc
Vx5viZFgIDFh8odFTAQdC30qUgDKxHoJgwSYk76pGPnwYR4IN6SnZzemQPvPAHtz
+XOQ3J7Z/u3kzrqtrWy0F4dxuB/x/tjxALIPKtRUv6nQWRL9chSP1gPdJ5jngHwC
06PW44IoJBU8qFrcRv3PydTJmQz7sj/qwkT/wMkuR8XjXhwC/j2IjVQ5v24wVHIy
8wIIkK9skQMUcfCVlM6H
=pnEP
-----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