Bug#641701: A patch for ffaudio with audacious 3.2

2012-01-28 Thread Cyril Lavier

Hi.

On the audacious forum, Andrei Alin proposed a patch for this.

I tried to include it in the audacious-plugins source package (I rewrote 
it, using autoconf for regenerate the configure file). It builds fine 
and the ffaudio plugin is enabled again (not enabled in the 3.2-1).


I don't know if I will include it in the next upload (I don't even know 
if I will push it in the GIT repo), as it's a quite big patch. But 
audacious developers are not going to make the plugin compatible with 
older versions of ffmpeg.


I completely understand that upgrading the needed libs is quite risky 
and won't be done in the next days/weeks without risking to break a lot 
of packages.


So I would like to know what do you think about this patch, if this can 
be a good solution, and then I will perform the needed changes and push 
it to the git repo or if you think it's not a good solution, we won't 
have the plugin working for now.


Thanks.

--
Cyril Davromaniak Lavier

Description: Make audacious work with current unstable version of FFAUDIO
Author: Andrei Alin and...@webupd8.org
Last-Update: 2012-01-28
--- a/configure.ac
+++ b/configure.ac
@@ -549,7 +549,7 @@
 
 if test $enable_ffaudio = yes ; then
 PKG_CHECK_MODULES([FFMPEG],
- [libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0],
+ [libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0],
  [have_ffaudio=yes], [have_ffaudio=no])
 fi
 
--- a/configure
+++ b/configure
@@ -10914,12 +10914,12 @@
 pkg_cv_FFMPEG_CFLAGS=$FFMPEG_CFLAGS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0\; } 5
-  ($PKG_CONFIG --exists --print-errors libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0\; } 5
+  ($PKG_CONFIG --exists --print-errors libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0) 25
   ac_status=$?
   $as_echo $as_me:${as_lineno-$LINENO}: \$? = $ac_status 5
   test $ac_status = 0; }; then
-  pkg_cv_FFMPEG_CFLAGS=`$PKG_CONFIG --cflags libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0 2/dev/null`
+  pkg_cv_FFMPEG_CFLAGS=`$PKG_CONFIG --cflags libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0 2/dev/null`
 		  test x$? != x0  pkg_failed=yes
 else
   pkg_failed=yes
@@ -10931,12 +10931,12 @@
 pkg_cv_FFMPEG_LIBS=$FFMPEG_LIBS
  elif test -n $PKG_CONFIG; then
 if test -n $PKG_CONFIG  \
-{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0\; } 5
-  ($PKG_CONFIG --exists --print-errors libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0) 25
+{ { $as_echo $as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0\; } 5
+  ($PKG_CONFIG --exists --print-errors libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0) 25
   ac_status=$?
   $as_echo $as_me:${as_lineno-$LINENO}: \$? = $ac_status 5
   test $ac_status = 0; }; then
-  pkg_cv_FFMPEG_LIBS=`$PKG_CONFIG --libs libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0 2/dev/null`
+  pkg_cv_FFMPEG_LIBS=`$PKG_CONFIG --libs libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0 2/dev/null`
 		  test x$? != x0  pkg_failed=yes
 else
   pkg_failed=yes
@@ -10957,9 +10957,9 @@
 _pkg_short_errors_supported=no
 fi
 if test $_pkg_short_errors_supported = yes; then
-	FFMPEG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0 21`
+	FFMPEG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0 21`
 else
-	FFMPEG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0 21`
+	FFMPEG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0 21`
 fi
 	# Put the nasty error message in config.log where it belongs
 	echo $FFMPEG_PKG_ERRORS 5
--- a/src/ffaudio/ffaudio-core.c
+++ b/src/ffaudio/ffaudio-core.c
@@ -40,6 +40,14 @@
 #endif
 #include libaudcore/audstrings.h
 
+#if ! CHECK_LIBAVFORMAT_VERSION (53, 5, 0)
+#define avformat_find_stream_info(i, o) av_find_stream_info (i)
+#endif
+
+#if ! CHECK_LIBAVCODEC_VERSION (53, 8, 0)
+#define avcodec_open2(a, c, o) avcodec_open (a, c)
+#endif
+
 static GMutex *ctrl_mutex = NULL;
 static GCond *ctrl_cond = NULL;
 static gint64 seek_value = -1;
@@ -423,8 +431,11 @@
 AVCodecContext *c = NULL;
 AVStream *s = NULL;
 AVPacket pkt = {.data = NULL};
+guint8 

Processing of blender_2.61-2_amd64.changes

2012-01-28 Thread Debian FTP Masters
blender_2.61-2_amd64.changes uploaded successfully to localhost
along with the files:
  blender_2.61-2.dsc
  blender_2.61-2.debian.tar.gz
  blender_2.61-2_amd64.deb
  blender-dbg_2.61-2_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/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


blender_2.61-2_amd64.changes ACCEPTED into unstable

2012-01-28 Thread Debian FTP Masters



Accepted:
blender-dbg_2.61-2_amd64.deb
  to main/b/blender/blender-dbg_2.61-2_amd64.deb
blender_2.61-2.debian.tar.gz
  to main/b/blender/blender_2.61-2.debian.tar.gz
blender_2.61-2.dsc
  to main/b/blender/blender_2.61-2.dsc
blender_2.61-2_amd64.deb
  to main/b/blender/blender_2.61-2_amd64.deb


Override entries for your package:
blender-dbg_2.61-2_amd64.deb - extra debug
blender_2.61-2.dsc - source graphics
blender_2.61-2_amd64.deb - optional graphics

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 654395 654428 656502 


Thank you for your contribution to Debian.

___
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#654395: marked as done ([blender] Segmentation fault on startup)

2012-01-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Jan 2012 15:32:40 +
with message-id e1rrage-0007az...@franck.debian.org
and subject line Bug#654395: fixed in blender 2.61-2
has caused the Debian Bug report #654395,
regarding [blender] Segmentation fault on startup
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.)


-- 
654395: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654395
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: blender
Version: 2.61-1
Severity: normal

--- Please enter the report below this line. ---

I just updated Blender to the new version. When starting Blender, it crashes 
with a segmentation fault. Here is the backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x72159038 in _IO_vfprintf_internal (s=0x7fffdb30, format=0x11adc92 
%s/blender/%s, ap=0x7fffdc98) at vfprintf.c:1620
1620vfprintf.c: No such file or directory.
in vfprintf.c
(gdb) bt
#0  0x72159038 in _IO_vfprintf_internal (s=0x7fffdb30, 
format=0x11adc92 
%s/blender/%s, ap=0x7fffdc98) at vfprintf.c:1620
#1  0x7217cf82 in _IO_vsnprintf (string=0x7fffdd80 
/usr/lib/blender/\227\303\001, maxlen=optimized out, format=0x11adc92 
%s/blender/%s, args=0x7fffdc98) at vsnprintf.c:120
#2  0x00c43e50 in BLI_snprintf ()
#3  0x00c3c5bb in get_path_system.isra.3 ()
#4  0x00c3c75f in BLI_get_folder ()
#5  0x01045382 in BLF_lang_init ()
#6  0x0073fa33 in WM_init ()
#7  0x0072fdb3 in main ()

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
  900 unstablewww.debian-multimedia.org 
  900 unstableftp.de.debian.org 
  580 experimental-snapshots qt-kde.debian.net 
  570 experimentalwww.debian-multimedia.org 
  570 experimentalftp.de.debian.org 
  560 testing www.debian-multimedia.org 
  560 testing security.debian.org 
  560 testing ftp.de.debian.org 
  550 stable  www.debian-multimedia.org 
  550 stable  security.debian.org 
  550 stable  ftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
python3.2| 3.2.2-2
ttf-dejavu   | 2.33-2
libavcodec53 (= 4:0.7.3-1)  | 5:0.9-0.6
 OR libavcodec-extra-53   (= 4:0.7.3-1) | 
libavdevice53(= 4:0.7.3-1)  | 5:0.9-0.6
 OR libavdevice-extra-53  (= 4:0.7.3-1) | 
libavformat53(= 4:0.7.3-1)  | 5:0.9-0.6
 OR libavformat-extra-53  (= 4:0.7.3-1) | 
libavutil51  (= 4:0.7.3-1)  | 5:0.9-0.6
 OR libavutil-extra-51(= 4:0.7.3-1) | 
libc6   (= 2.7) | 2.13-24
libfftw3-3   | 3.3-1
libfreetype6  (= 2.2.1) | 2.4.8-1
libgcc1 (= 1:4.1.1) | 1:4.6.2-9
libgl1-mesa-glx  | 7.11.2-1
 OR libgl1   | 
libglew1.6(= 1.6.0) | 1.6.0-4
libglu1-mesa | 7.11.2-1
 OR libglu1  | 
libgomp1  (= 4.2.1) | 4.6.2-9
libilmbase6   (= 1.0.1) | 1.0.1-3
libjack-jackd2-0 (= 1.9.5~dfsg-14)  | 
 OR libjack-0.116| 
libjpeg8 (= 8c) | 8c-2
libopenal1   | 1:1.13-4
libopenexr6   (= 1.6.1) | 1.6.1-4.1
libopenjpeg2 | 1.3+dfsg-4
libpng12-0 (= 1.2.13-4) | 1.2.46-3
libpython3.2 (= 3.2~a4) | 3.2.2-2
libsdl1.2debian(= 1.2.10-1) | 1.2.14-6.4
libsndfile1  (= 1.0.20) | 1.0.25-3
libstdc++6  (= 4.6) | 4.6.2-9
libswscale2  (= 4:0.7.3-1)  | 5:0.9-0.6
 OR libswscale-extra-2(= 4:0.7.3-1) | 
libtiff4 | 3.9.5-2
libx11-6 | 2:1.4.4-4
libxi6   | 2:1.4.5-1
zlib1g   (= 1:1.2.3.3.dfsg) | 1:1.2.3.4.dfsg-3


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
yafaray | 






---End Message---
---BeginMessage---
Source: blender
Source-Version: 2.61-2

We believe that the bug you reported is fixed in the latest version of

Bug#654428: marked as done (blender: FTBFS: uses i386/amd64 specific register definitions on all architectures)

2012-01-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Jan 2012 15:32:40 +
with message-id e1rrage-0007ac...@franck.debian.org
and subject line Bug#654428: fixed in blender 2.61-2
has caused the Debian Bug report #654428,
regarding blender: FTBFS: uses i386/amd64 specific register definitions on all 
architectures
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.)


-- 
654428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654428
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:blender
Version: 2.61-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

[100%] Building CXX object 
extern/libmv/CMakeFiles/extern_libmv.dir/third_party/glog/src/signalhandler.cc.o
cd 
/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/obj-ia64-linux-gnu/extern/libmv
  /usr/bin/c++   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -D__LITTLE_ENDIAN__ -DV3DLIB_ENABLE_SUITESPARSE 
-DGOOGLE_GLOG_DLL_DECL= -DNDEBUG -D__STDC_CONSTANT_MACROS -fopenmp -pipe 
-fPIC -funsigned-char -fno-strict-aliasing  -Wall -Wno-invalid-offsetof 
-Wno-sign-compare  -Wno-deprecated-declarations -Wno-unused-parameter 
-Wno-unused-but-set-variable -O2 -DNDEBUG 
-I/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/libmv 
-I/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/Eigen3 
-I/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/libmv/third_party/ssba
 
-I/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/libmv/third_party/ldl/Include
 -I/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/colamd/Include 
-I/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/libmv/third_party/glog/src
-o CMakeFiles/extern_libmv.dir/third_party/glog/src/signalhandler.cc.o -c 
/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/libmv/third_party/glog/src/signalhandler.cc
/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/libmv/third_party/glog/src/signalhandler.cc:
 In function 'void* google::{anonymous}::GetPC(void*)':
/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/libmv/third_party/glog/src/signalhandler.cc:75:28:
 error: 'mcontext_t' has no member named 'gregs'
/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/extern/libmv/third_party/glog/src/signalhandler.cc:75:28:
 error: 'REG_EIP' was not declared in this scope
make[3]: *** 
[extern/libmv/CMakeFiles/extern_libmv.dir/third_party/glog/src/signalhandler.cc.o]
 Error 1
make[3]: Leaving directory 
`/build/buildd-blender_2.61-1-ia64-WRtBgh/blender-2.61/obj-ia64-linux-gnu'
make[2]: *** [extern/libmv/CMakeFiles/extern_libmv.dir/all] Error 2
make[1]: *** [all] Error 2

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=blenderarch=kfreebsd-amd64ver=2.61-1stamp=1325562602

Regards

Christoph


---End Message---
---BeginMessage---
Source: blender
Source-Version: 2.61-2

We believe that the bug you reported is fixed in the latest version of
blender, which is due to be installed in the Debian FTP archive:

blender-dbg_2.61-2_amd64.deb
  to main/b/blender/blender-dbg_2.61-2_amd64.deb
blender_2.61-2.debian.tar.gz
  to main/b/blender/blender_2.61-2.debian.tar.gz
blender_2.61-2.dsc
  to main/b/blender/blender_2.61-2.dsc
blender_2.61-2_amd64.deb
  to main/b/blender/blender_2.61-2_amd64.deb



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 654...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kevin Roy kin...@gmail.com (supplier of updated blender 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: Fri, 27 Jan 2012 00:39:28 +0100
Source: blender
Binary: blender blender-dbg
Architecture: source amd64
Version: 2.61-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Kevin Roy kin...@gmail.com
Description: 
 blender- Very fast and versatile 3D modeller/renderer
 blender-dbg - debug symbols for Blender
Closes: 654395 654428 656502
Changes: 
 blender (2.61-2) unstable; urgency=low
 .
   [ Antonio Ospite ]
   * debian/patches: refresh 0008-update_manpages.patch.
   * 

Bug#656502: marked as done (blender: [FTBFS] Does not build with libav 0.8~beta2)

2012-01-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Jan 2012 15:32:40 +
with message-id e1rrage-0007ak...@franck.debian.org
and subject line Bug#656502: fixed in blender 2.61-2
has caused the Debian Bug report #656502,
regarding blender: [FTBFS] Does not build with libav 0.8~beta2
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.)


-- 
656502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656502
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: blender
Version: 6.3.1
Severity: serious
Tags: patch upstream
Justification: Fails to build from source

In addition to #654428, blender also fails to build from source because
of API changes in libav 0.9~beta2. Attached is a patch which fix all (3)
the issues I found until #654428 build failure.

Note the change related to avformat_alloc_output_context2 in
ffmpeg_compat.h header. Blender is likely to need the same kind of
change when a future version of libav will be uploaded to Debian.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armhf (armv7l)

Kernel: Linux 2.6.38-ac2-ac100 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Adapt to libavutil API changes
 Add include for libavutil/mathematics.h in ffmpeg_compat.h and writeffmpeg.c
 since it is no longer included in libavutil/avutil.h
Author: Thomas Preud'homme robo...@celest.fr
Origin: vendor
Forwarded: no
Last-Update: 2012-01-19
---

--- blender-2.61.orig/intern/ffmpeg/ffmpeg_compat.h
+++ blender-2.61/intern/ffmpeg/ffmpeg_compat.h
@@ -35,6 +35,7 @@
 
 #include libavcodec/avcodec.h
 #include libavutil/rational.h
+#include libavutil/mathematics.h
 
 #if (LIBAVFORMAT_VERSION_MAJOR  52) || ((LIBAVFORMAT_VERSION_MAJOR = 52)  (LIBAVFORMAT_VERSION_MINOR = 101))
 #define FFMPEG_HAVE_PARSE_UTILS 1

--- blender-2.61.orig/source/blender/blenkernel/intern/writeffmpeg.c
+++ blender-2.61/source/blender/blenkernel/intern/writeffmpeg.c
@@ -36,6 +36,7 @@
 #include libavformat/avformat.h
 #include libavcodec/avcodec.h
 #include libavutil/rational.h
+#include libavutil/mathematics.h
 #include libswscale/swscale.h
 #include libavcodec/opt.h
 
From 63b4c577c951245904fd59ac8c6021bab18b0de4 Mon Sep 17 00:00:00 2001
From: Antonio Ospite osp...@studenti.unina.it
Date: Sat, 17 Dec 2011 15:45:16 +0100
Subject: [PATCH] Make blender compile with FFmpeg from Debian.
X-Face: z*RaLf`X@C75u6Ig9}{oW$H;1_\2t5)({*|jhMpyWR#k60!#=#/Vb;]yA5GWI5`6u+
 ;6b'@y|8wwB;4/e!7wYYrcqdJFY,~%Gk_4]cq$Ei/7jN3ah(m`ku?pX.+~:_/wC~dwn^)MizBG
 !pE^+iDQQ1yC6^,)YDKkxDd!T\I~93J_`4)A{':UrE

avformat_alloc_output_context2() should be in the libavformat 53.2.0 but
it isn't in Debian, re-define it.

Signed-off-by: Antonio Ospite osp...@studenti.unina.it
---
 intern/ffmpeg/ffmpeg_compat.h |   61 +
 1 files changed, 61 insertions(+), 0 deletions(-)

diff --git a/intern/ffmpeg/ffmpeg_compat.h b/intern/ffmpeg/ffmpeg_compat.h
index dfdad22..5259f69 100644
--- a/intern/ffmpeg/ffmpeg_compat.h
+++ b/intern/ffmpeg/ffmpeg_compat.h
@@ -48,6 +48,67 @@
 #define FFMPEG_HAVE_AVIO 1
 #endif
 
+#if (LIBAVFORMAT_VERSION_MAJOR  53) || ((LIBAVFORMAT_VERSION_MAJOR == 53)  (LIBAVFORMAT_VERSION_MINOR  21))
+/* XXX The last check above should be (LIBAVFORMAT_VERSION_MINOR  2),
+ * look at http://patches.libav.org/patch// but ffmpeg in Debian is
+ * strange: 53.2.0 should have avformat_alloc_output_context2() but it does
+ * not.
+ */
+#include libavutil/avstring.h
+static int avformat_alloc_output_context2(AVFormatContext **avctx, AVOutputFormat *oformat,
+   const char *format, const char *filename)
+{
+AVFormatContext *s = avformat_alloc_context();
+int ret = 0;
+
+*avctx = NULL;
+if (!s)
+goto nomem;
+
+if (!oformat) {
+if (format) {
+oformat = av_guess_format(format, NULL, NULL);
+if (!oformat) {
+av_log(s, AV_LOG_ERROR, Requested output format '%s' is not a suitable output format\n, format);
+ret = AVERROR(EINVAL);
+goto error;
+}
+} else {
+oformat = av_guess_format(NULL, filename, NULL);
+if (!oformat) {
+ret = AVERROR(EINVAL);
+av_log(s, AV_LOG_ERROR, Unable to find a suitable output format for '%s'\n,
+   filename);
+goto error;
+}
+}
+}
+
+s-oformat = oformat;
+if (s-oformat-priv_data_size  0) {
+s-priv_data 

Bug#641701: A patch for ffaudio with audacious 3.2

2012-01-28 Thread Reinhard Tartler
On Sa, Jan 28, 2012 at 11:46:46 (CET), Cyril Lavier wrote:

 Hi.

 On the audacious forum, Andrei Alin proposed a patch for this.

 I tried to include it in the audacious-plugins source package (I rewrote
 it, using autoconf for regenerate the configure file). It builds fine
 and the ffaudio plugin is enabled again (not enabled in the 3.2-1).

 I don't know if I will include it in the next upload (I don't even know
 if I will push it in the GIT repo), as it's a quite big patch. But
 audacious developers are not going to make the plugin compatible with
 older versions of ffmpeg.

Well, the patch *reduces* the requirements on libavformat and libavcodec
considerably (libavcodec53 - libavcodec52, and libavformat53 -
libavformat52:

--- a/configure.ac
+++ b/configure.ac
@@ -549,7 +549,7 @@
 
 if test $enable_ffaudio = yes ; then
 PKG_CHECK_MODULES([FFMPEG],
- [libavcodec = 53.40.0 libavformat = 53.5.0 libavutil = 50.42.0],
+ [libavcodec = 52.64.0 libavformat = 52.110.0 libavutil = 50.42.0],
  [have_ffaudio=yes], [have_ffaudio=no])
 fi

Note that these requirements do not suffice for squeeze, which ships
libavformat with these library version numbers:

  24 #define LIBAVFORMAT_VERSION_MAJOR 52
  25 #define LIBAVFORMAT_VERSION_MINOR 31
  26 #define LIBAVFORMAT_VERSION_MICRO  0

and libavcodec with:

  32 #define LIBAVCODEC_VERSION_MAJOR 52
  33 #define LIBAVCODEC_VERSION_MINOR 20
  34 #define LIBAVCODEC_VERSION_MICRO  1

I therefore wonder why you've chosen those particular version
requirements, since there is an updated libav package set in
squeeze-backports.



 I completely understand that upgrading the needed libs is quite risky
 and won't be done in the next days/weeks without risking to break a lot
 of packages.

What libraries would require updates? Currently, we do ship up-to-date
packages.



 So I would like to know what do you think about this patch, if this can
 be a good solution, and then I will perform the needed changes and push
 it to the git repo or if you think it's not a good solution, we won't
 have the plugin working for now.

The configure part can be dropped if you run the autofoo toolchain on
the buildds (cf. dh-autoreconf or similar).

The ffaudio-core part looks reasonable to me on the first sight. It
could probably simplified a bit by requiring libav{codec,format} = 53

Cheers,
Reinhard

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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


libav 4:0.8-1 MIGRATED to testing

2012-01-28 Thread Debian testing watch
FYI: The status of the libav source package
in Debian's testing distribution has changed.

  Previous version: 4:0.7.3-2
  Current version:  4:0.8-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/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


mplayer 2:1.0~rc4.dfsg1+svn34540-1 MIGRATED to testing

2012-01-28 Thread Debian testing watch
FYI: The status of the mplayer source package
in Debian's testing distribution has changed.

  Previous version: 2:1.0~rc4.dfsg1+svn33713-5
  Current version:  2:1.0~rc4.dfsg1+svn34540-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/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


rtaudio 4.0.10~ds0-2 MIGRATED to testing

2012-01-28 Thread Debian testing watch
FYI: The status of the rtaudio source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  4.0.10~ds0-2

-- 
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/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: tagging 657245

2012-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 657245 + squeeze
Bug #657245 [blender] blender: possible dfsg violation in release/windows/ 
subdirectory
Added tag(s) squeeze.
 thanks
Stopping processing here.

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


gavl 1.2.0-4 MIGRATED to testing

2012-01-28 Thread Debian testing watch
FYI: The status of the gavl source package
in Debian's testing distribution has changed.

  Previous version: 1.2.0-3
  Current version:  1.2.0-4

-- 
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/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: found 657245 in 2.49.2~dfsg-2

2012-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 657245 2.49.2~dfsg-2
Bug #657245 [blender] blender: possible dfsg violation in release/windows/ 
subdirectory
Bug Marked as found in versions blender/2.49.2~dfsg-2.
 thanks
Stopping processing here.

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


Processed: fixed 657245 in 2.59-1

2012-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 657245 2.59-1
Bug #657245 [blender] blender: possible dfsg violation in release/windows/ 
subdirectory
Bug Marked as fixed in versions blender/2.59-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
657245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657245
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#641701: A patch for ffaudio with audacious 3.2

2012-01-28 Thread Cyril Lavier

On 01/28/2012 05:26 PM, Reinhard Tartler wrote:

On Sa, Jan 28, 2012 at 11:46:46 (CET), Cyril Lavier wrote:


Hi.

On the audacious forum, Andrei Alin proposed a patch for this.

I tried to include it in the audacious-plugins source package (I rewrote
it, using autoconf for regenerate the configure file). It builds fine
and the ffaudio plugin is enabled again (not enabled in the 3.2-1).

I don't know if I will include it in the next upload (I don't even know
if I will push it in the GIT repo), as it's a quite big patch. But
audacious developers are not going to make the plugin compatible with
older versions of ffmpeg.

Well, the patch *reduces* the requirements on libavformat and libavcodec
considerably (libavcodec53 -  libavcodec52, and libavformat53 -
libavformat52:

--- a/configure.ac
+++ b/configure.ac
@@ -549,7 +549,7 @@

  if test $enable_ffaudio = yes ; then
  PKG_CHECK_MODULES([FFMPEG],
- [libavcodec= 53.40.0 libavformat= 53.5.0 libavutil= 50.42.0],
+ [libavcodec= 52.64.0 libavformat= 52.110.0 libavutil= 50.42.0],
   [have_ffaudio=yes], [have_ffaudio=no])
  fi

Note that these requirements do not suffice for squeeze, which ships
libavformat with these library version numbers:

   24 #define LIBAVFORMAT_VERSION_MAJOR 52
   25 #define LIBAVFORMAT_VERSION_MINOR 31
   26 #define LIBAVFORMAT_VERSION_MICRO  0

and libavcodec with:

   32 #define LIBAVCODEC_VERSION_MAJOR 52
   33 #define LIBAVCODEC_VERSION_MINOR 20
   34 #define LIBAVCODEC_VERSION_MICRO  1

I therefore wonder why you've chosen those particular version
requirements, since there is an updated libav package set in
squeeze-backports.

Hi.

I didn't choose anything, I just took the patch which Andrei did, just 
rewrote it and applied it to the sources. But I agree with your comment, 
as I don't know why he chose those particular version.


I will work on reducing these requirements for easing the making of a 
squeeze-backport (as I'm the backporter, I won't have to work twice on 
the patch).



I completely understand that upgrading the needed libs is quite risky
and won't be done in the next days/weeks without risking to break a lot
of packages.

What libraries would require updates? Currently, we do ship up-to-date
packages.
Sorry, I completely messed this paragraph, I was writing 2 mails at the 
same time and my colleagues might think I'm crazy now, after talking 
about audacious in a corporate mail about an off-hours product update 
which turned bad :/.



So I would like to know what do you think about this patch, if this can
be a good solution, and then I will perform the needed changes and push
it to the git repo or if you think it's not a good solution, we won't
have the plugin working for now.

The configure part can be dropped if you run the autofoo toolchain on
the buildds (cf. dh-autoreconf or similar).

Thanks for this idea.

The ffaudio-core part looks reasonable to me on the first sight. It
could probably simplified a bit by requiring libav{codec,format}= 53

Cheers,
Reinhard


Thanks for this quick review.

I will focus on making this patch working for debian squeeze and more 
testing with this patch activated.


Thanks

--
Cyril Davromaniak Lavier




___
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#657775: lives: FTBFS(kfreebsd): error: unterminated argument list invoking macro _

2012-01-28 Thread Christoph Egger
Package: src:lives
Version: 1.6.0~ds1-1
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

gcc -DPACKAGE_NAME=\LiVES\ -DPACKAGE_TARNAME=\lives\ 
-DPACKAGE_VERSION=\1.6.0\ -DPACKAGE_STRING=\LiVES\ 1.6.0\ 
-DPACKAGE_BUGREPORT=\http://www.sourceforge.net/tracker/\?group_id=64341\atid=507139\;
 -DPACKAGE_URL=\\ -DPACKAGE=\lives\ -DVERSION=\1.6.0\ -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 
-D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\.libs/\ -DSTDC_HEADERS=1 -DGETTEXT_PACKAGE=\lives\ 
-DLOCALEDIR=\\$\{datarootdir\}/locale\ -DPREFIX=\/usr\ 
-DLiVES_VERSION=\1.6.0\ -DHAVE_VISIBILITY=1 -DHAVE_STDINT_H_WITH_UINTMAX=1 
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DINTDIV0_RAISES_SIGFPE=1 -DHAVE_INTTYPES_H_WITH_UINTMAX=1 
-DHAVE_UNSIGNED_LONG_LONG_INT=1 -DHAVE_UINTMAX_T=1 -DHAVE_INTTYPES_H=1 
-DUSE_POSIX_THREADS=1 -DUSE_POSIX_THREADS_WEAK=1 -DHAVE_PTHREAD_RWLOCK=1 
-DHAVE_PTHREAD_MUTEX_RECURSIVE=1 -DHAVE_BUILTIN_EXPECT=1 -DHAVE_ARGZ_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 
-DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 
-DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_STPCPY=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 
-DHAVE_ARGZ_COUNT=1 -DHAVE_ARGZ_STRINGIFY=1 -DHAVE_ARGZ_NEXT=1 
-DHAVE___FSETLOCKING=1 -DHAVE_DECL_FEOF_UNLOCKED=1 -DHAVE_DECL_FGETS_UNLOCKED=1 
-DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_NL_LOCALE_NAME=1 -DHAVE_LONG_LONG_INT=1 
-DHAVE_WCHAR_T=1 -DHAVE_WINT_T=1 -DHAVE_INTMAX_T=1 -DHAVE_POSIX_PRINTF=1 
-DHAVE_STDINT_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_ASPRINTF=1 -DHAVE_FWPRINTF=1 -DHAVE_PUTENV=1 
-DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_SNPRINTF=1 -DHAVE_WCSLEN=1 
-DHAVE_DECL__SNPRINTF=0 -DHAVE_DECL__SNWPRINTF=0 -DHAVE_DECL_GETC_UNLOCKED=1 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1 
-DHAVE_DCGETTEXT=1 -DHAVE_LIBDL=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_LIBJACK=1 
-DHAVE_JACK_JACK_H=1 -DHAVE_JACK_TRANSPORT_H=1 -DHAVE_LINUX_VIDEODEV_H=1 
-DHAVE_LINUX_VIDEODEV2_H=1 -I. -DPACKAGE_DATA_DIR=\/usr/share\ 
-DLIVES_DIR=\\ -DPACKAGE_LOCALE_DIR=\/usr/share/locale\ -I .. -I 
../libOSC -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-kfreebsd-gnu/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo
-Wstrict-aliasing=0-I/usr/include/liboil-0.3   -DENABLE_OIL=1 
-DENABLE_OSC=1  -I/usr/include/libpng12   -DUSE_LIBPNG=1 -DUSE_SWSCALE=1 
-DENABLE_JACK -DENABLE_JACK_TRANSPORT -lpulse   -DHAVE_PULSE_AUDIO=1 
-DENABLE_GIW=1   -DLIVES_LIBDIR=\/usr/lib\ -DHAVE_GTK_NICE_VERSION=1 
-DHAVE_GTK_VERSION216=1 -DHAVE_WEBM=1 -g -O2 -Wall -c colourspace.c
callbacks.c: In function 'on_fs_preview_clicked':
callbacks.c:11504:0: error: unterminated argument list invoking macro _
callbacks.c:5875:32: error: '_' undeclared (first use in this function)
callbacks.c:5875:32: note: each undeclared identifier is reported only once for 
each function it appears in
callbacks.c:5875:7: error: expected ')' at end of input
callbacks.c:5875:7: error: expected declaration or statement at end of input
callbacks.c:5875:7: error: expected declaration or statement at end of input
callbacks.c:5875:7: error: expected declaration or statement at end of input
callbacks.c:5732:10: warning: unused variable 'file_open_params' 
[-Wunused-variable]
callbacks.c:5727:11: warning: variable 'start_time' set but not used 
[-Wunused-but-set-variable]
callbacks.c:5725:8: warning: variable 'preview_frames' set but not used 
[-Wunused-but-set-variable]
callbacks.c:5724:16: warning: unused variable 'xwin' [-Wunused-variable]
make[2]: *** [callbacks.o] Error 1

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=livesarch=kfreebsd-amd64ver=1.6.0%7Eds1-1stamp=1327657244

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer



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


Dear Award winner

2012-01-28 Thread Mr. Mike Douglas
.

PDFOnline-1.pdf
Description: Adobe PDF document
___
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#641701: A patch for ffaudio with audacious 3.2

2012-01-28 Thread Reinhard Tartler
On Sa, Jan 28, 2012 at 18:41:06 (CET), Cyril Lavier wrote:


[...]

 Hi.

 I didn't choose anything, I just took the patch which Andrei did, just
 rewrote it and applied it to the sources. But I agree with your comment,
 as I don't know why he chose those particular version.

I see. Can you ask him to clarify? I guess that clarification is best
documented by a source-code comment.

 I will work on reducing these requirements for easing the making of a
 squeeze-backport (as I'm the backporter, I won't have to work twice on
 the patch).

Since libav 0.7 (and soon 0.8) is available in squeeze-backports, I
wouldn't spend too much time on that. Just build against libav in
squeeze-backports and be done with that.



 I completely understand that upgrading the needed libs is quite risky
 and won't be done in the next days/weeks without risking to break a lot
 of packages.
 What libraries would require updates? Currently, we do ship up-to-date
 packages.
 Sorry, I completely messed this paragraph, I was writing 2 mails at the
 same time and my colleagues might think I'm crazy now, after talking
 about audacious in a corporate mail about an off-hours product update
 which turned bad :/.

no problem :-)


 So I would like to know what do you think about this patch, if this can
 be a good solution, and then I will perform the needed changes and push
 it to the git repo or if you think it's not a good solution, we won't
 have the plugin working for now.
 The configure part can be dropped if you run the autofoo toolchain on
 the buildds (cf. dh-autoreconf or similar).
 Thanks for this idea.
 The ffaudio-core part looks reasonable to me on the first sight. It
 could probably simplified a bit by requiring libav{codec,format}= 53

 Cheers,
 Reinhard

 Thanks for this quick review.

 I will focus on making this patch working for debian squeeze and more
 testing with this patch activated.

see above wrt squeeze-backports.

Cheers,
Reinhard

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



___
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

2012-01-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 648431 pending
Bug #648431 [src:toonloop] toonloop: clutter-gtk-0.10/libchamplain-0.8 removal
Added tag(s) pending.
 tags 622554 pending
Bug #622554 [toonloop] New Upstream toonloop 2.1.10
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
622554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622554
648431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648431
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


Re: [SCM] zita-resampler/master: Symbols file added

2012-01-28 Thread Alessio Treglia
On Sat, Jan 28, 2012 at 9:59 PM,  mira-gu...@users.alioth.debian.org wrote:
 The following commit has been merged in the master branch:
 commit c3e7b047c8a73f08cac3f5058c7b3c1bce8013d6
 Author: Jaromír Mikeš mira.mi...@seznam.cz
 Date:   Sat Jan 28 22:03:18 2012 +0100

    Symbols file added

Please don't.
It's quite unnecessary and very hard to maintain.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A

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

Re: [SCM] zita-resampler/master: Symbols file added

2012-01-28 Thread Jaromír Mikeš
2012/1/28 Alessio Treglia ales...@debian.org:
 On Sat, Jan 28, 2012 at 9:59 PM,  mira-gu...@users.alioth.debian.org wrote:
 The following commit has been merged in the master branch:
 commit c3e7b047c8a73f08cac3f5058c7b3c1bce8013d6
 Author: Jaromír Mikeš mira.mi...@seznam.cz
 Date:   Sat Jan 28 22:03:18 2012 +0100

    Symbols file added

 Please don't.
 It's quite unnecessary and very hard to maintain.

Reverted ;)

___
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#641701: A patch for ffaudio with audacious 3.2

2012-01-28 Thread Cyril Lavier

On 01/28/2012 07:51 PM, Reinhard Tartler wrote:

On Sa, Jan 28, 2012 at 18:41:06 (CET), Cyril Lavier wrote:


[...]


Hi.

I didn't choose anything, I just took the patch which Andrei did, just
rewrote it and applied it to the sources. But I agree with your comment,
as I don't know why he chose those particular version.

I see. Can you ask him to clarify? I guess that clarification is best
documented by a source-code comment.


I just asked him, let's wait until he answers.

I will work on reducing these requirements for easing the making of a
squeeze-backport (as I'm the backporter, I won't have to work twice on
the patch).

Since libav 0.7 (and soon 0.8) is available in squeeze-backports, I
wouldn't spend too much time on that. Just build against libav in
squeeze-backports and be done with that.

You are right.

I just made a quick build of audacious and audacious-plugins on a 
squeeze-backports pbuilder, and the only issues I had are with others 
libs (libbs2b-dev for audacious-plugins, libguess-dev and 
libuchardet-dev for audacious which are not available in stable). The 
build went well.


I just tested the packages on a Squeeze laptop, and he plays wma files 
like a charm, so it confirms the well done build :).



I completely understand that upgrading the needed libs is quite risky
and won't be done in the next days/weeks without risking to break a lot
of packages.

What libraries would require updates? Currently, we do ship up-to-date
packages.

Sorry, I completely messed this paragraph, I was writing 2 mails at the
same time and my colleagues might think I'm crazy now, after talking
about audacious in a corporate mail about an off-hours product update
which turned bad :/.

no problem :-)


So I would like to know what do you think about this patch, if this can
be a good solution, and then I will perform the needed changes and push
it to the git repo or if you think it's not a good solution, we won't
have the plugin working for now.

The configure part can be dropped if you run the autofoo toolchain on
the buildds (cf. dh-autoreconf or similar).

Thanks for this idea.

The ffaudio-core part looks reasonable to me on the first sight. It
could probably simplified a bit by requiring libav{codec,format}= 53

Cheers,
Reinhard


Thanks for this quick review.

I will focus on making this patch working for debian squeeze and more
testing with this patch activated.

see above wrt squeeze-backports.

Cheers,
Reinhard


Thanks.

--
Cyril Davromaniak Lavier




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


Processing of toonloop_2.1.18-1_amd64.changes

2012-01-28 Thread Debian FTP Masters
toonloop_2.1.18-1_amd64.changes uploaded successfully to localhost
along with the files:
  toonloop_2.1.18-1.dsc
  toonloop_2.1.18.orig.tar.gz
  toonloop_2.1.18-1.debian.tar.gz
  toonloop_2.1.18-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/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


toonloop_2.1.18-1_amd64.changes ACCEPTED into unstable

2012-01-28 Thread Debian FTP Masters



Accepted:
toonloop_2.1.18-1.debian.tar.gz
  to main/t/toonloop/toonloop_2.1.18-1.debian.tar.gz
toonloop_2.1.18-1.dsc
  to main/t/toonloop/toonloop_2.1.18-1.dsc
toonloop_2.1.18-1_amd64.deb
  to main/t/toonloop/toonloop_2.1.18-1_amd64.deb
toonloop_2.1.18.orig.tar.gz
  to main/t/toonloop/toonloop_2.1.18.orig.tar.gz


Override entries for your package:
toonloop_2.1.18-1.dsc - source video
toonloop_2.1.18-1_amd64.deb - optional video

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 622554 648431 


Thank you for your contribution to Debian.

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


toonloop override disparity

2012-01-28 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

toonloop_2.1.18-1_amd64.deb: package says priority is extra, override says 
optional.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

___
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#622554: marked as done (New Upstream toonloop 2.1.10)

2012-01-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Jan 2012 21:52:00 +
with message-id e1rrgbk-0001yv...@franck.debian.org
and subject line Bug#622554: fixed in toonloop 2.1.18-1
has caused the Debian Bug report #622554,
regarding New Upstream toonloop 2.1.10
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.)


-- 
622554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622554
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: toonloop
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A new nersion is avaliable to download, please packaging it. Toonloop can be 
downloaded from
http://tarballs.quessy.net/toonloop-2.1.10.tar.gz

Thanks

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk2KqAQACgkQ3gxXAd+9KoaJOwCgorPNiMEbj5snKbkMYzHck++v
37cAnjn4usAOALIt9TVtdXHP9vWxsjpy
=4joU
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: toonloop
Source-Version: 2.1.18-1

We believe that the bug you reported is fixed in the latest version of
toonloop, which is due to be installed in the Debian FTP archive:

toonloop_2.1.18-1.debian.tar.gz
  to main/t/toonloop/toonloop_2.1.18-1.debian.tar.gz
toonloop_2.1.18-1.dsc
  to main/t/toonloop/toonloop_2.1.18-1.dsc
toonloop_2.1.18-1_amd64.deb
  to main/t/toonloop/toonloop_2.1.18-1_amd64.deb
toonloop_2.1.18.orig.tar.gz
  to main/t/toonloop/toonloop_2.1.18.orig.tar.gz



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 622...@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 toonloop 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: SHA512

Format: 1.8
Date: Sat, 28 Jan 2012 22:05:26 +0100
Source: toonloop
Binary: toonloop
Architecture: source amd64
Version: 2.1.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 toonloop   - live animation editor
Closes: 622554 648431
Changes: 
 toonloop (2.1.18-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release. (Closes: #622554)
   * Drop build-dep on libclutter-gtk-0.10-dev. (Closes: #648431)
   * Build-Depends on libraw1394-dev, libavc1394-dev.
   * Drop 0001-clutter_gst_1.0.patch, not required anymore.
   * Link against rtmidi to avoid FTBFS.
   * Refresh patches.
Checksums-Sha1: 
 e5b2e538f9edb4f55412fb29a34659e067be6763 2660 toonloop_2.1.18-1.dsc
 a0ab42042f1f6c3a5a0d26a578cf729fef5985f3 607237 toonloop_2.1.18.orig.tar.gz
 d41214028d40351042e2ff1e5a2c4fc3b850a57f 7787 toonloop_2.1.18-1.debian.tar.gz
 8ce297a4c957c2d9ae43b3d168ee6382c2fc8246 373060 toonloop_2.1.18-1_amd64.deb
Checksums-Sha256: 
 4945f70f09b6c7154b4ee456a8dc3c421c8acee0c7decd3910c90a5d13338cf7 2660 
toonloop_2.1.18-1.dsc
 951cf58d57a55bf4acf24f11017cc80f80e7358d142ed9977de60d4223a0d109 607237 
toonloop_2.1.18.orig.tar.gz
 5df894865ab67bfd8b5e5f19822159146ff66853798945765f56a7708ce8b68b 7787 
toonloop_2.1.18-1.debian.tar.gz
 6e54faeefc4758dcb7503b3cfce68791d238d464651e0e35e5867e2740e36c08 373060 
toonloop_2.1.18-1_amd64.deb
Files: 
 7fa3ec562b9eddb083fe2bd07b421593 2660 video extra toonloop_2.1.18-1.dsc
 8b27ab943fa13b253042c3267e5982d1 607237 video extra toonloop_2.1.18.orig.tar.gz
 8a972487d92761e759eb0444ac346522 7787 video extra 
toonloop_2.1.18-1.debian.tar.gz
 294dd76ab2ee6af12e05ee16dd12cc1a 373060 video extra toonloop_2.1.18-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJPJGr7AAoJEOikiuUxHXZaCoUP/Al9+YxuFVdGJ+tFNhu0UlmT
ysKgHs4QnAbTtWZMz6itx/+1ebl3StRzqWhzrcJhHzh1BiZbriuS73d597YkWtEk
fVeQVedXPjMx+IxcBJY9Xu5kyDD8jZ0BoqlpxkF5/SCOYCfH3/lbZxT1V59iUfP+
CtCirVgjH87WKcmFQBw3sxweb5MoT8/KqUca1N4NHgl6vbQhqbCv5ns/O2LJaXFm
s7Mtv+paZZT/KKzgCx6YQf19uojWwwzAsACOjufNWEiFOwh/4Q/NLYAy2Fi9rC7c
/2Y/O1oUcKuqZn2FWI45PpbZ039c+b9t3MouGAXstQVW8pxxoiOGX/vlLsz04Gpi

Bug#657814: toonloop FTBFS on armel and armhf

2012-01-28 Thread peter green

package: toonloop
severity: serious
version: 2.0.6-2
tags: patch

Toonloop FTBFS on armel and armhf because clutter is built against 
opengl es there.


Patch is attatched, it's messy because the autotools regen stuff is in 
there, you might want to split that into a different patch or remove it 
and regen the autotools stuff at build time (the package may already do 
this but if it does it doesn't seem to clean up afterwards). The real 
changes are in configure.ac, src/Makefile.am and src/gui.h


This has been seen with both 2.0.6-2 (armhf buildd and local armel 
tests) and 2.1.18-1 (armel and armhf buildds)


Note that I have only tested if this makes the package build, I don't 
have an arm setup with a screen to test if the resulting package works 
sorry.
Description: fix build on architectures where clutter uses opengl es
 patch is noisy due to autotools regen sorry. the real changes are in
 configure.ac, src/Makefile.ac and 
Author: Peter Green plugw...@p10link.net

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: vendor|upstream|other, url of original patch
Bug: url in upstream bugtracker
Bug-Debian: http://bugs.debian.org/bugnumber
Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
Forwarded: no|not-needed|url proving that it has been forwarded
Reviewed-By: name and email of someone who approved the patch
Last-Update: -MM-DD

--- toonloop-2.1.18.orig/Makefile.in
+++ toonloop-2.1.18/Makefile.in
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.2 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -89,6 +89,12 @@ am__nobase_list = $(am__nobase_strip_set
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z $$files \
+|| { test ! -d $$dir  test ! -f $$dir  test ! -r $$dir; } \
+|| { echo  ( cd '$$dir'  rm -f $$files ); \
+ $(am__cd) $$dir  rm -f $$files; }; \
+  }
 am__installdirs = $(DESTDIR)$(desktopdir)
 DATA = $(desktop_DATA)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
@@ -134,6 +140,8 @@ am__relativize = \
 DIST_ARCHIVES = $(distdir).tar.gz
 GZIP_ENV = --best
 distuninstallcheck_listfiles = find . -type f -print
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
+  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@
@@ -160,6 +168,7 @@ CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
 CLUTTER_LIBS = @CLUTTER_LIBS@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
+CUSTOM_CFLAGS = @CUSTOM_CFLAGS@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
 CXXDEPMODE = @CXXDEPMODE@
@@ -297,7 +306,7 @@ EXTRA_DIST = $(desktop_DATA) NEWS CONTRI
 all: all-recursive
 
 .SUFFIXES:
-am--refresh:
+am--refresh: Makefile
 	@:
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 	@for dep in $?; do \
@@ -357,9 +366,7 @@ uninstall-desktopDATA:
 	@$(NORMAL_UNINSTALL)
 	@list='$(desktop_DATA)'; test -n $(desktopdir) || list=; \
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	test -n $$files || exit 0; \
-	echo  ( cd '$(DESTDIR)$(desktopdir)'  rm -f $$files ); \
-	cd $(DESTDIR)$(desktopdir)  rm -f $$files
+	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
@@ -568,7 +575,7 @@ dist-gzip: distdir
 	$(am__remove_distdir)
 
 dist-bzip2: distdir
-	tardir=$(distdir)  $(am__tar) | bzip2 -9 -c $(distdir).tar.bz2
+	tardir=$(distdir)  $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c $(distdir).tar.bz2
 	$(am__remove_distdir)
 
 dist-lzma: distdir
@@ -576,7 +583,7 @@ dist-lzma: distdir
 	$(am__remove_distdir)
 
 dist-xz: distdir
-	tardir=$(distdir)  $(am__tar) | xz -c $(distdir).tar.xz
+	tardir=$(distdir)  $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c $(distdir).tar.xz
 	$(am__remove_distdir)
 
 dist-tarZ: distdir
@@ -626,6 +633,7 @@ distcheck: dist
 	   am__cwd=`pwd` \
 	   $(am__cd) $(distdir)/_build \
 	   ../configure --srcdir=.. --prefix=$$dc_install_base \
+	$(AM_DISTCHECK_CONFIGURE_FLAGS) \
 	$(DISTCHECK_CONFIGURE_FLAGS) \
 	   $(MAKE) $(AM_MAKEFLAGS) \
 	   $(MAKE) $(AM_MAKEFLAGS) dvi \
@@ -654,8 +662,16 @@ distcheck: dist
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do