Bug#623797: idjc: ftbfs with libavcodec-dev from experimental

2011-04-23 Thread Jonathan Nieder
Source: idjc
Version: 0.8.5-1
Severity: important
Justification: future ftbfs
Tags: upstream patch

Hi Alessio et al,

Trying to build idjc against libavcodec-dev 4:0.7~b1-1 (from
experimental), I get compile-time errors due to the missing
CODEC_TYPE_AUDIO symbol.  The patch below seems to fix it.
http://bugs.debian.org/623682 has some related details.

Thanks for keeping this package maintained well.

Regards,
Jonathan

 c/avcodecdecode.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/c/avcodecdecode.c b/c/avcodecdecode.c
index 36090ba..51dffae 100644
--- a/c/avcodecdecode.c
+++ b/c/avcodecdecode.c
@@ -232,7 +232,7 @@ int avcodecdecode_reg(struct xlplayer *xlplayer)
for(self-stream = 0; self-stream  self-ic-nb_streams; self-stream++)
   {
   self-c = self-ic-streams[self-stream]-codec;
-  if(self-c-codec_type == CODEC_TYPE_AUDIO)
+  if(self-c-codec_type == AVMEDIA_TYPE_AUDIO)
  break;
   }
 
-- 
1.7.5.rc3




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


Bug#623799: idjc: ftbfs with CONFIG_SHELL=/bin/dash

2011-04-23 Thread Jonathan Nieder
Source: idjc
Version: 0.8.5-1
Severity: important
Justification: future ftbfs
Tags: upstream patch

Hi again,

With dash in experimental as /bin/sh, this package fails to build from
source.  (Please forgive my laziness in omitting the corresponding
error message.)  The problem can also be experienced with dash from
sid by overriding autoconf's choice of shell:

CONFIG_SHELL=/bin/dash debian/rules build

See http://bugs.debian.org/582952 for details.

The cause seems to be use of the ksh-invented  operator in
configure.ac.  Shells like dash interpret it as a request to run in
the background () and redirect stdout (); to redirect both stdout
and stderr one has to use the more precise /dev/null 21, as in
the patch below.

With the changes below applied, the package builds again.  If there is
additional information that would be useful, please feel free to ask.

Regards,
Jonathan

 configure.ac |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d681377..828c019 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ if test $makeffmpeg != no ; then
 AC_SUBST(HAVE_AVCODEC, 1)
 
 AC_MSG_CHECKING([for avcodec.h in legacy ffmpeg directory])
-gcc `pkg-config --cflags libavcodec` ffmpeg_avcodec.c -o /dev/null 
 /dev/null
+gcc `pkg-config --cflags libavcodec` ffmpeg_avcodec.c -o /dev/null 
/dev/null 21
 if test $? -eq 0 ; then
 AC_MSG_RESULT([yes])
 AC_DEFINE(FFMPEG_AVCODEC, 1, [if set use legacy include file 
location])
@@ -108,7 +108,7 @@ fi
 PKG_CHECK_MODULES([PYGTK], [pygtk-2.0 = 2.6.0])
 
 AC_MSG_CHECKING([for mutagen])
-python -c import mutagen /dev/null
+python -c import mutagen /dev/null 21
 if test $? -ne 0 ; then
 AC_MSG_RESULT([no])
 AC_MSG_ERROR([required dependency (mutagen / python-mutagen) is missing])
-- 
1.7.5.rc3




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


Processed: Bashisms in configure scripts

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

 block 582952 by 623797
Bug #582952 [dash] dash / LINENO-support lets many package FTBFS
Bug #584096 [dash] dash as /bin/sh break autoconf/automake
Was blocked by: 623677
Added blocking bug(s) of 582952: 623797
Was blocked by: 623677
Added blocking bug(s) of 584096: 623797
 block 582952 by 619791
Bug #582952 [dash] dash / LINENO-support lets many package FTBFS
Bug #584096 [dash] dash as /bin/sh break autoconf/automake
Was blocked by: 623677 623797
Added blocking bug(s) of 582952: 619791
Was blocked by: 623677 623797
Added blocking bug(s) of 584096: 619791
 block 582952 by 619695
Bug #582952 [dash] dash / LINENO-support lets many package FTBFS
Bug #584096 [dash] dash as /bin/sh break autoconf/automake
Was blocked by: 623677 623797 619791
Added blocking bug(s) of 582952: 619695
Was blocked by: 623677 623797 619791
Added blocking bug(s) of 584096: 619695

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
582952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582952
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/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bashisms in configure scripts

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

 unblock 582952 by 623797
Bug #582952 [dash] dash / LINENO-support lets many package FTBFS
Bug #584096 [dash] dash as /bin/sh break autoconf/automake
Was blocked by: 623677 619695 623797 619791
Removed blocking bug(s) of 582952: 623797
Was blocked by: 623677 619695 623797 619791
Removed blocking bug(s) of 584096: 623797
 block 582952 by 623799
Bug #582952 [dash] dash / LINENO-support lets many package FTBFS
Bug #584096 [dash] dash as /bin/sh break autoconf/automake
Was blocked by: 623677 619695 619791
Added blocking bug(s) of 582952: 623799
Was blocked by: 623677 619695 619791
Added blocking bug(s) of 584096: 623799

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
582952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582952
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/mailman/listinfo/pkg-multimedia-maintainers


Processing of cmus_2.3.5-1_amd64.changes

2011-04-23 Thread Debian FTP Masters
cmus_2.3.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  cmus_2.3.5-1.dsc
  cmus_2.3.5.orig.tar.bz2
  cmus_2.3.5-1.debian.tar.gz
  cmus_2.3.5-1_amd64.deb
  cmus-plugin-ffmpeg_2.3.5-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


Processing of ladish_0.3-4_amd64.changes

2011-04-23 Thread Debian FTP Masters
ladish_0.3-4_amd64.changes uploaded successfully to localhost
along with the files:
  ladish_0.3-4.dsc
  ladish_0.3-4.debian.tar.gz
  ladish_0.3-4_amd64.deb
  gladish_0.3-4_amd64.deb
  liblash-compat-1_0.3-4_amd64.deb
  liblash-compat-dev_0.3-4_all.deb
  ladish-dbg_0.3-4_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


cmus_2.3.5-1_amd64.changes ACCEPTED into unstable

2011-04-23 Thread Debian FTP Masters



Accepted:
cmus-plugin-ffmpeg_2.3.5-1_amd64.deb
  to main/c/cmus/cmus-plugin-ffmpeg_2.3.5-1_amd64.deb
cmus_2.3.5-1.debian.tar.gz
  to main/c/cmus/cmus_2.3.5-1.debian.tar.gz
cmus_2.3.5-1.dsc
  to main/c/cmus/cmus_2.3.5-1.dsc
cmus_2.3.5-1_amd64.deb
  to main/c/cmus/cmus_2.3.5-1_amd64.deb
cmus_2.3.5.orig.tar.bz2
  to main/c/cmus/cmus_2.3.5.orig.tar.bz2


Override entries for your package:
cmus-plugin-ffmpeg_2.3.5-1_amd64.deb - optional sound
cmus_2.3.5-1.dsc - source sound
cmus_2.3.5-1_amd64.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


ladish_0.3-4_amd64.changes ACCEPTED into experimental

2011-04-23 Thread Debian FTP Masters



Accepted:
gladish_0.3-4_amd64.deb
  to main/l/ladish/gladish_0.3-4_amd64.deb
ladish-dbg_0.3-4_amd64.deb
  to main/l/ladish/ladish-dbg_0.3-4_amd64.deb
ladish_0.3-4.debian.tar.gz
  to main/l/ladish/ladish_0.3-4.debian.tar.gz
ladish_0.3-4.dsc
  to main/l/ladish/ladish_0.3-4.dsc
ladish_0.3-4_amd64.deb
  to main/l/ladish/ladish_0.3-4_amd64.deb
liblash-compat-1_0.3-4_amd64.deb
  to main/l/ladish/liblash-compat-1_0.3-4_amd64.deb
liblash-compat-dev_0.3-4_all.deb
  to main/l/ladish/liblash-compat-dev_0.3-4_all.deb


Override entries for your package:
gladish_0.3-4_amd64.deb - optional sound
ladish-dbg_0.3-4_amd64.deb - extra debug
ladish_0.3-4.dsc - source sound
ladish_0.3-4_amd64.deb - optional sound
liblash-compat-1_0.3-4_amd64.deb - optional libs
liblash-compat-dev_0.3-4_all.deb - optional libdevel

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

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


Processing of audacity_1.3.13-3_amd64.changes

2011-04-23 Thread Debian FTP Masters
audacity_1.3.13-3_amd64.changes uploaded successfully to localhost
along with the files:
  audacity_1.3.13-3.dsc
  audacity_1.3.13-3.debian.tar.gz
  audacity_1.3.13-3_amd64.deb
  audacity-data_1.3.13-3_all.deb
  audacity-dbg_1.3.13-3_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


Processed: Re: important lack of reactivity in the audacious display

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

 tags 620484 moreinfo
Bug #620484 [audacious] important lack of reactivity in the audacious display
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
620484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620484
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/mailman/listinfo/pkg-multimedia-maintainers


yoshimi 0.060.10-1 MIGRATED to testing

2011-04-23 Thread Debian testing watch
FYI: The status of the yoshimi source package
in Debian's testing distribution has changed.

  Previous version: 0.058.1-1
  Current version:  0.060.10-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Bug#575600: ffmpeg: Please add ffmpeg-mt for multithreading support

2011-04-23 Thread Moritz Mühlenhoff
On Sat, Mar 27, 2010 at 05:26:21PM +0100, Reinhard Tartler wrote:
 tags 575600 wontfix
 stop
 
 On Sa, Mar 27, 2010 at 16:07:28 (CET), Henri wrote:
 
  Subject: Please add ffmpeg-mt for multithreading support
  Package: ffmpeg
  Version: 4:0.5.1-3
  Severity: wishlist
 
  ffmpeg-mt enabled mutithreaded decoding for ffmpeg. This is necesary for
  watch e.g. h264 movies with huge bitrates (+1kbit/s).
  ffmpeg-mt is currently located here: http://gitorious.org/ffmpeg/ffmpeg-mt
 
  Description on http://gitorious.org/ffmpeg/ffmpeg-mt:
  Experimental multithreaded decoding branch of FFmpeg, based on a project
  for Google SoC 2008. See mt-work/todo.txt for remaining tasks.
 
  Please consider adding it to the official repositories.
 
 thank you for you report.
 
 unfortunately, ffmpeg-mt is not really supported by ffmpeg upstream, and
 known to cause various regressions depending on the exact date of the
 snapshot. For these reason, I consider ffmpeg-mt unreasonable to
 package.

ffmpeg-mt has been merged into ffmpeg mainline. I suppose the same will
happen for libav (or has happened already?), so this should no longer
be wontfix?

Cheers,
Moritz



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


Processed: Re: Bug#575600: ffmpeg: Please add ffmpeg-mt for multithreading support

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

 tags 575600 -wontfix upstream
Bug #575600 [ffmpeg] ffmpeg: Please add ffmpeg-mt for multithreading support
Removed tag(s) wontfix.
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
575600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575600
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/mailman/listinfo/pkg-multimedia-maintainers