Processed: Re: Bug#755528: moc not working: FATAL_ERROR: Can't receive value from the

2014-07-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 755528 "Can't play mp4 audios with libav"
Bug #755528 [moc] moc not working: FATAL_ERROR: Can't receive value from the
Changed Bug title to '"Can't play mp4 audios with libav"' from 'moc not 
working: FATAL_ERROR: Can't receive value from the'
> reassign 755528 libavcodec55
Bug #755528 [moc] "Can't play mp4 audios with libav"
Bug reassigned from package 'moc' to 'libavcodec55'.
No longer marked as found in versions moc/1:2.5.0~beta2-1.
Ignoring request to alter fixed versions of bug #755528 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
755528: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755528
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#700276: dirac also FTBFS on arm64, fix is the same as for x32.

2014-07-23 Thread peter green

user debian-...@lists.debian.org
usertags 700276 +arm64
retitle 700276 dirac: FTBFS on x32 and arm64 Needs autotools update
thanks

Dirac also ftbfs on arm64, the reason for the ftbfs is different 
(outdated config.sub rather than outdated libtool) but the fix is the 
same, use dh-autoreconf to update all the autotools stuff. Since the fix 
is the same i'm adding this to the existing bug report rather than 
opening a new one.


If there is no maintainer response to this bug it is likely an arm64 
porter (probablly not me personally) will NMU this in the not too 
distant future.


___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: dirac also FTBFS on arm64, fix is the same as for x32.

2014-07-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> user debian-...@lists.debian.org
Setting user to debian-...@lists.debian.org (was plugw...@p10link.net).
> usertags 700276 +arm64
There were no usertags set.
Usertags are now: arm64.
> retitle 700276 dirac: FTBFS on x32 and arm64 Needs autotools update
Bug #700276 [src:dirac] dirac: FTBFS on x32: Needs libtool update
Changed Bug title to 'dirac: FTBFS on x32 and arm64 Needs autotools update' 
from 'dirac: FTBFS on x32: Needs libtool update'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
700276: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Led a Luz do Futuro MR16

2014-07-23 Thread LABLUZ SP ASS . E PLANEJ . EM ILUMINAÇÃO LTDA .
Caso não visualize esse email adequadamente VIEW_LINK
http://labluz1.disparadordeemails.com/ver_mensagem.php?id=H|826|200520|136482120278177500acesse
este link[/VIEW_LINK]

Se você não deseja mais receber nossos e-mails, cancele sua inscrição
através do link
http://labluz1.disparadordeemails.com/admin/sair.php?id=200520|826|0&uid=136482120278177500

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#755830: opencore-amr: please use dh-autoreconf (fixes ftbfs on ppc64el)

2014-07-23 Thread Fernando Seiti Furusato
Source: opencore-amr
Version: 0.1.3-2
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertag: autoreconf
User: debian-powe...@lists.debian.org
Usertag: ppc64el

Dear Maintainer,

The package opencore-amr fails to build from source on ppc64el.
Adding the usage of dh-autoreconf to the build fixes that and the
packages builds successfully.

Attached is a patch with that modification, following this
guide (https://wiki.debian.org/Autoreconf).

Thanks and regards.
Fernando


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru opencore-amr-0.1.3/debian/control opencore-amr-0.1.3/debian/control
--- opencore-amr-0.1.3/debian/control	2012-03-18 16:00:52.0 +
+++ opencore-amr-0.1.3/debian/control	2014-07-23 16:55:52.0 +
@@ -7,7 +7,7 @@
  Andres Mejia 
 DM-Upload-Allowed: yes
 Build-Depends:
- debhelper (>= 9)
+ debhelper (>= 9), dh-autoreconf
 Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/opencore-amr.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/opencore-amr.git
diff -Nru opencore-amr-0.1.3/debian/rules opencore-amr-0.1.3/debian/rules
--- opencore-amr-0.1.3/debian/rules	2012-03-18 18:20:10.0 +
+++ opencore-amr-0.1.3/debian/rules	2014-07-23 16:55:41.0 +
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-silent-rules
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Re: Bug#755818: xbmc-pvr-addons: spurious build-dependencies on libavcodec-dev

2014-07-23 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending confirmed
Bug #755818 [src:xbmc-pvr-addons] xbmc-pvr-addons: spurious build-dependencies 
on libavcodec-dev
Ignoring request to alter tags of bug #755818 to the same tags previously set

-- 
755818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#755818: xbmc-pvr-addons: spurious build-dependencies on libavcodec-dev

2014-07-23 Thread Bálint Réczey
Control: tags -1 pending confirmed

Hi Andreas,

2014-07-23 16:40 GMT+02:00 Andreas Cadhalpun :
> Source: xbmc-pvr-addons
> Version: 13.0+git20140512+g91cc731+dfsg1-1
> Severity: normal
>
> Dear maintainer,
>
> Starting with version 13 xbmc-pvr-addons doesn't use libavcodec any more.
> The checks for it were removed from configure.ac.
>
> Therefore please remove the now unnecessary build-dependency on
> libavcodec-dev.
Thanks, it will be fixed in next upload.

Cheers,
Balint

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#755818: xbmc-pvr-addons: spurious build-dependencies on libavcodec-dev

2014-07-23 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending confirmed
Bug #755818 [src:xbmc-pvr-addons] xbmc-pvr-addons: spurious build-dependencies 
on libavcodec-dev
Added tag(s) confirmed and pending.

-- 
755818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#755820: dirac: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

2014-07-23 Thread Breno Leitao
Source: dirac
Version: 1.0.2-6
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

Currently this package FTBFS when compiled in new architectures (as ppc64el)
that is not supported on the outdated package autotools files, mainly because
it fails to understand that the new architectures has support for shared
libraries, as shown below: 

make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_install -O--parallel
dh_install: libdirac-decoder0 missing files 
(usr/lib/*/libdirac_decoder.so.*), aborting
make: *** [binary] Error 255
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit 
status 2

The full log could be found at the diract package in:
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/Build-Attempted.html

I created this patch that call autoreconf to updates the autotool files during
the build, as suggest by the following wiki:

https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build

I tested it on ppc64el and it worked.

Thank you,
Breno
Index: dirac-1.0.2/debian/control
===
--- dirac-1.0.2.orig/debian/control
+++ dirac-1.0.2/debian/control
@@ -7,7 +7,8 @@ Uploaders:
 DM-Upload-Allowed: yes
 Build-Depends:
  autoconf,
- debhelper (>= 8.1.3~)
+ debhelper (>= 8.1.3~),
+ dh-autoreconf
 Build-Depends-Indep:
  doxygen-latex,
  graphviz
Index: dirac-1.0.2/debian/rules
===
--- dirac-1.0.2.orig/debian/rules
+++ dirac-1.0.2/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#755818: xbmc-pvr-addons: spurious build-dependencies on libavcodec-dev

2014-07-23 Thread Andreas Cadhalpun

Source: xbmc-pvr-addons
Version: 13.0+git20140512+g91cc731+dfsg1-1
Severity: normal

Dear maintainer,

Starting with version 13 xbmc-pvr-addons doesn't use libavcodec any 
more. The checks for it were removed from configure.ac.


Therefore please remove the now unnecessary build-dependency on 
libavcodec-dev.


Best regards,
Andreas

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: your mail

2014-07-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 753677 3.5-2
Bug #753677 {Done: Sebastian Ramacher } [src:audacious] 
audacious: FTBFS on s390x: Requested 'libguess >= 1.2' but version of libguess 
is 1.1
Marked as fixed in versions audacious/3.5-2; no longer marked as fixed in 
versions 3.5-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
753677: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753677
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers