Bug#690029: transcode: allow to compile on !linux archs

2012-10-09 Thread Pino Toscano
Source: transcode
Version: 3:1.1.7-3
Severity: normal
Tags: patch

Hi,

currently transcode uncoditionally enables alsa and v4l, which are
Linux-only systems, causing build failures on non-Linux architectures.
The attached patch enables them only on Linux (restricting the alsa
build dependency too), allowing to compile transcode at least on
kFreeBSD (on Hurd it fails due to PATH_MAX, but that's another story).

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
 nooptflags += --disable-3dnow
 nooptflags += --disable-altivec
 nooptflags += --disable-mmx
@@ -8,7 +10,6 @@ nooptflags += --disable-sse2
 
 confflags += $(nooptflags)
 confflags += --enable-a52
-confflags += --enable-alsa
 #confflags += --enable-faac
 confflags += --enable-ffmpeg
 confflags += --enable-freetype2
@@ -32,11 +33,15 @@ confflags += --enable-ogg
 confflags += --enable-oss
 confflags += --enable-sdl
 confflags += --enable-theora
-confflags += --enable-v4l
 confflags += --enable-vorbis
 confflags += --enable-x264
 confflags += --enable-xvid
 
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+confflags += --enable-alsa
+confflags += --enable-v4l
+endif
+
 CFLAGS  := $(shell dpkg-buildflags --get CFLAGS)
 LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  debhelper (= 7.2),
  dh-autoreconf,
  liba52-0.7.4-dev,
- libasound2-dev,
+ libasound2-dev [linux-any],
  libavcodec-dev,
  libavformat-dev,
  libavutil-dev,
___
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#690032: ITP: bombono-dvd -- DVD authoring program with nice and clean GUI

2012-10-09 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: bombono-dvd
  Version : 1.2.1
  Upstream Author : Ilya Murav'jov mura...@yandex.ru
* URL : http://www.bombono.org/
* License : GPL
  Programming Lang: C++
  Description : DVD authoring program with nice and clean GUI

 Bombono DVD is easy to use program for making DVD-Video.
 The main features of Bombono DVD are:
  * excellent MPEG viewer: Timeline and Monitor
  * real WYSIWYG Menu Editor with live thumbnails
  * comfortable Drag-N-Drop support
  * you can author to folder, make ISO-image or burn directly to DVD
  * reauthoring: you can import video from DVD discs.

___
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#690029: transcode: allow to compile on !linux archs

2012-10-09 Thread Alessio Treglia
On Tue, Oct 9, 2012 at 9:36 AM, Pino Toscano p...@debian.org wrote:
 The attached patch enables them only on Linux (restricting the alsa
 build dependency too), allowing to compile transcode at least on
 kFreeBSD (on Hurd it fails due to PATH_MAX, but that's another story).

Really a great job, man :)

ACK from me, I'm going to merge your patch as soon as possible.
Thanks!

-- 
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


Bug#690029: transcode: allow to compile on !linux archs

2012-10-09 Thread Fabian Greffrath

Am 09.10.2012 10:57, schrieb Alessio Treglia:

ACK from me, I'm going to merge your patch as soon as possible.


And please uncomment debian/rules line 30 as well. ;)

___
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#689659: mpg123 segfaults on specific file

2012-10-09 Thread Thomas Orgis
Am Mon, 8 Oct 2012 15:30:48 -0400
schrieb Miguel A. Colón Vélez debian.mic...@gmail.com: 

 The Debian i386 architecture is supposed to support all i486 and
 later. The current package of mpg123 gets compiled with
 --with-cpu=x86_dither

This doesn't seem to be in effect here. First: Yes, --with-cpu=x86
superseedes --with-cpu=x86_dither (dithered decoders are included).
And: If I do a build --with-cpu=x86 in the i386 wheezy VM, I get the
following list of decoders:

sh$ src/mpg123 --list-cpu
Builtin decoders: SSE 3DNowExt 3DNow MMX i586 i586_dither i386 generic 
generic_dither

The stock binary says this:
sh$ mpg123 --list-cpu
Builtin decoders: i486

This happens either when building --with-cpu=i486 or when not
specifying anything (--with-cpu=) and setting host to i486-*.
Unfortunately, the i486 code is a hack that has not been merged with
the other optimizations. Since generic and i386 code will run just fine
on i486 CPUs, I recommend enforcing --with-cpu=x86 on ia32 platform.


Alrighty then,

Thomas


signature.asc
Description: PGP signature
___
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#690001: ardour: No LV2 GUIs

2012-10-09 Thread Adrian Knoth

On 10/08/12 23:19, Benjamin Scherrer wrote:

Hi!


another Ardour user from the official forums and I recognized that in
the current Debian testing version of Ardour, somehow the LV2 GUIs do
not show up as they did in previous versions. They are displayed using
the generic LADSPA interface. Running a version build from svn works.


Confirmed. This has happened before:

   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684610


According to the build log, suil-0 is missing:


https://buildd.debian.org/status/fetch.php?pkg=ardourarch=i386ver=1%3A2.8.14-1stamp=1344722049


Will fix in a second. Since LV2 GUIs are important, I really want to
have working LV2 plugins in wheezy.


Cheers

___
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: severity of 690001 is important

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

 severity 690001 important
Bug #690001 [ardour] ardour: No LV2 GUIs
Severity set to 'important' from 'normal'
 thanks
Stopping processing here.

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


Processing of ardour_2.8.14-2_amd64.changes

2012-10-09 Thread Debian FTP Masters
ardour_2.8.14-2_amd64.changes uploaded successfully to localhost
along with the files:
  ardour_2.8.14-2.dsc
  ardour_2.8.14-2.debian.tar.gz
  ardour_2.8.14-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


Bug#689659: mpg123 segfaults on specific file

2012-10-09 Thread Pavel Machek

 Holy macaroni! I totally overlooked that:
 
 Version 0.59o (1998/Feb/08). Written and copyrights by Michael Hipp.

Oops, sorry about that. I had old version of mpg123 hiding in
/usr/local. I can confirm that right version works as expected...

Should I search for brown paper bag?
Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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


ardour_2.8.14-2_amd64.changes ACCEPTED into unstable

2012-10-09 Thread Debian FTP Masters
DM flag not set, but accepted as DMUA was set.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 09 Oct 2012 13:55:59 +0200
Source: ardour
Binary: ardour ardour-altivec ardour-i686
Architecture: source amd64
Version: 1:2.8.14-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Adrian Knoth a...@drcomp.erfurt.thur.de
Description: 
 ardour - digital audio workstation (graphical gtk2 interface)
 ardour-altivec - digital audio workstation (graphical gtk2 interface) [altivec]
 ardour-i686 - digital audio workstation (graphical gtk2 interface) [i686]
Closes: 690001
Changes: 
 ardour (1:2.8.14-2) unstable; urgency=low
 .
   * Bump policy to 3.9.4
   * Build-depend on libsuil-dev to enable LV2 GUIs (Closes: #690001)
Checksums-Sha1: 
 1db90efdeecfb3b5244cccb3707691c32d65df4f 2866 ardour_2.8.14-2.dsc
 882a5479014c58646817d9392116bd85e59758c6 58729 ardour_2.8.14-2.debian.tar.gz
 b7029a53761c523e0657511946f7c4e5ef42c023 5613252 ardour_2.8.14-2_amd64.deb
Checksums-Sha256: 
 7367ef3e5b3e6bad6756797b3cec8f787a3b6eec6290555a2843721f1fd6b7cc 2866 
ardour_2.8.14-2.dsc
 c0db46a9fbd463c6e820a256d0563ca164d8e63c63fa716541e000dbe9d476a2 58729 
ardour_2.8.14-2.debian.tar.gz
 1488cb39ef20d1c7cc9a9c3320c6748823132a6cc2a904a4e3e80a2c54b321cf 5613252 
ardour_2.8.14-2_amd64.deb
Files: 
 100851972f42b0c18928ff11f9ec361a 2866 sound extra ardour_2.8.14-2.dsc
 bb58aec5381dea1ce46c0af5a61feee4 58729 sound extra 
ardour_2.8.14-2.debian.tar.gz
 3f2eecdeed98a78a728444115b0fd3d6 5613252 sound extra ardour_2.8.14-2_amd64.deb

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

iQIcBAEBCAAGBQJQdBcMAAoJEI8ytEIvUhB/7v0QAMgELTTPHm9XNl0qzN3hacBF
VZBCM86XFwIaVCFONuZful/qfkGyRwYb0aBt4aU7pDfLtIrAlCIzgyEDwBuuXhXR
iqTUE+R6g52OlarGVH2jl7uhkThz5nKO/edqH7/1KujFS1+cyoLvyQml1xFf+3qu
A7GCHNKrooh5AgfsB8Fa6aNlm9O4cYxGYcMh8J+kjsdbFvtG410cAP/AtZm1/rI8
a5C0JtRk79vLB5NgQSvMqDw9PJfQnSw3/lXP6C6ozOYmj2cYadJfkWoP+sujC/JW
FjfGM5V17PHo8hfNGWyAiswrNxbZxBGY+RJzfU5rHUB2c3InR9HanOTvg47q2BoI
i40b97Vev35ZgwkYjkgt6uURDuDWbYu3YfK+VKkCT19tDJMODbNUdjxTiQ2W9/QY
yLZnhMl+Nct7LVGQiu61F862T/3Q3UQlyFU8NJdDZ1XrgzwGu/hMCH5UWHkxwyeX
mYzA2m5nvRIX4hzVtKbwR04mRoQodAbaEuKb7U77PY+e0y5TaIBcFcKmwGPkE8KE
nbD4KqumeX+ufe9wBGag9rGtt8axkCLYE5L0xj3fYsD9s9NTXZmdgamJRiBnbSS5
vtWW2clP2BXyBTOGe3g90oB4NNXEhjthvVS2fvILokY/NRKESqRkS9QkS+V41ib5
xc64u0pGkylk7bI2cvWf
=fcAF
-END PGP SIGNATURE-


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#690001: marked as done (ardour: No LV2 GUIs)

2012-10-09 Thread Debian Bug Tracking System
Your message dated Tue, 09 Oct 2012 12:47:33 +
with message-id e1tlzdh-0001je...@franck.debian.org
and subject line Bug#690001: fixed in ardour 1:2.8.14-2
has caused the Debian Bug report #690001,
regarding ardour: No LV2 GUIs
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.)


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

Hi,

another Ardour user from the official forums and I recognized that in the 
current Debian testing version
of Ardour, somehow the LV2 GUIs do not show up as they did in previous 
versions. They are displayed
using the generic LADSPA interface. Running a version build from svn works.

Thanks  best regards,
Benjamin


-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.6.1 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ardour depends on:
ii  jackd 5
ii  libart-2.0-2  2.3.21-2
ii  libasound21.0.25-4
ii  libatk1.0-0   2.4.0-2
ii  libatkmm-1.6-12.22.6-1
ii  libaubio2 0.3.2-4.2+b1
ii  libc6 2.13-35
ii  libcairo2 1.12.2-2
ii  libcairomm-1.0-1  1.10.0-1
ii  libcurl3-gnutls   7.26.0-1
ii  libfftw3-33.3.2-3.1
ii  libfontconfig12.9.0-7
ii  libfreetype6  2.4.9-1
ii  libgcc1   1:4.7.1-7
ii  libgdk-pixbuf2.0-02.26.1-1
ii  libglib2.0-0  2.32.3-1
ii  libglibmm-2.4-1c2a2.32.0-1
ii  libgnomecanvas2-0 2.30.3-1
ii  libgnomecanvasmm-2.6-1c2a 2.26.0-1
ii  libgtk2.0-0   2.24.10-2
ii  libgtkmm-2.4-1c2a 1:2.24.2-1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.8~dfsg.4+20120529git007cdc37-4
ii  liblilv-0-0   0.14.2~dfsg0-4
ii  liblo70.26~repack-7
ii  liblrdf0  0.4.0-5
ii  libpango1.0-0 1.30.0-1
ii  libpangomm-1.4-1  2.28.4-1
ii  libraptor2-0  2.0.8-1
ii  libsamplerate00.1.8-5
ii  libserd-0-0   0.14.0~dfsg0-2
ii  libsigc++-2.0-0c2a2.2.10-0.2
ii  libsndfile1   1.0.25-5
ii  libsord-0-0   0.8.0~dfsg0-1
ii  libsratom-0-0 0.2.0~dfsg0-1
ii  libstdc++64.7.1-7
ii  libusb-0.1-4  2:0.1.12-20
ii  libvamp-hostsdk3  2.1-1
ii  libvamp-sdk2  2.1-1
ii  libxml2   2.8.0+dfsg1-5
ii  libxslt1.11.1.26-13
ii  python2.7.3~rc2-1
ii  python-gtk2   2.24.0-3
ii  python-twisted12.0.0-1

Versions of packages ardour recommends:
ii  opera [www-browser]  12.02.1578
ii  w3m [www-browser]0.5.3-8

ardour suggests no packages.

-- no debconf information
---End Message---
---BeginMessage---
Source: ardour
Source-Version: 1:2.8.14-2

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

Debian distribution maintenance software
pp.
Adrian Knoth a...@drcomp.erfurt.thur.de (supplier of updated ardour 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: SHA256

Format: 1.8
Date: Tue, 09 Oct 2012 13:55:59 +0200
Source: ardour
Binary: ardour ardour-altivec ardour-i686
Architecture: source amd64
Version: 1:2.8.14-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: 

Processed: tagging 690029

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

 tags 690029 + pending
Bug #690029 [src:transcode] transcode: allow to compile on !linux archs
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
690029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690029
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#690029: marked as done (transcode: allow to compile on !linux archs)

2012-10-09 Thread Debian Bug Tracking System
Your message dated Wed, 10 Oct 2012 00:03:05 +
with message-id e1tljlr-00029h...@franck.debian.org
and subject line Bug#690029: fixed in transcode 3:1.1.7-4
has caused the Debian Bug report #690029,
regarding transcode: allow to compile on !linux archs
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.)


-- 
690029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: transcode
Version: 3:1.1.7-3
Severity: normal
Tags: patch

Hi,

currently transcode uncoditionally enables alsa and v4l, which are
Linux-only systems, causing build failures on non-Linux architectures.
The attached patch enables them only on Linux (restricting the alsa
build dependency too), allowing to compile transcode at least on
kFreeBSD (on Hurd it fails due to PATH_MAX, but that's another story).

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
 nooptflags += --disable-3dnow
 nooptflags += --disable-altivec
 nooptflags += --disable-mmx
@@ -8,7 +10,6 @@ nooptflags += --disable-sse2
 
 confflags += $(nooptflags)
 confflags += --enable-a52
-confflags += --enable-alsa
 #confflags += --enable-faac
 confflags += --enable-ffmpeg
 confflags += --enable-freetype2
@@ -32,11 +33,15 @@ confflags += --enable-ogg
 confflags += --enable-oss
 confflags += --enable-sdl
 confflags += --enable-theora
-confflags += --enable-v4l
 confflags += --enable-vorbis
 confflags += --enable-x264
 confflags += --enable-xvid
 
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+confflags += --enable-alsa
+confflags += --enable-v4l
+endif
+
 CFLAGS  := $(shell dpkg-buildflags --get CFLAGS)
 LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  debhelper (= 7.2),
  dh-autoreconf,
  liba52-0.7.4-dev,
- libasound2-dev,
+ libasound2-dev [linux-any],
  libavcodec-dev,
  libavformat-dev,
  libavutil-dev,
---End Message---
---BeginMessage---
Source: transcode
Source-Version: 3:1.1.7-4

We believe that the bug you reported is fixed in the latest version of
transcode, 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 690...@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 transcode 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: Wed, 10 Oct 2012 00:43:53 +0100
Source: transcode
Binary: transcode transcode-dbg transcode-doc
Architecture: source amd64 all
Version: 3:1.1.7-4
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 transcode  - Text console video-stream processing tool
 transcode-dbg - Text console video-stream processing tool - debugging symbols
 transcode-doc - Text console video-stream processing tool (documentation)
Closes: 690029
Changes: 
 transcode (3:1.1.7-4) experimental; urgency=low
 .
   * yes-indeed-dmm-team-rocks release:
 - Enable MJPEGTOOLS support.
 - Allow transcode to compile on non-Linux archs.
   Thanks to Pino Toscano for the patch (Closes: #690029)
Checksums-Sha1: 
 7e298c3a5f8f42c80517b02e0b08a0b23fd7e5b9 2585 transcode_1.1.7-4.dsc
 864fa44cad901ad73604583f2ef2311087dc0764 7657 transcode_1.1.7-4.debian.tar.gz
 49ee2dffe0361c174c78ba69d7bb2ae037b7eff9 1624882 transcode_1.1.7-4_amd64.deb
 36c278e6305fa52564aeedb4dc6ca53c8c707384 3958044 
transcode-dbg_1.1.7-4_amd64.deb
 3122760590dc786809987b0e17e3a2877f32aed9 292262 transcode-doc_1.1.7-4_all.deb
Checksums-Sha256: 
 5a74da3a0d040ca9a02afbb8289eb0d61b54cbb9395ea20bb6b8186079fef290 2585 
transcode_1.1.7-4.dsc
 049f97aaf5188ddf9da10344a6dd0190a25898e4520ee2206218f3712b656428 7657 
transcode_1.1.7-4.debian.tar.gz
 53aae5599ab4f5b67d0878e67e366b1ea901974298dbeafc66725e3eabc4d958 1624882 
transcode_1.1.7-4_amd64.deb
 c1825525775ba5ecfdf12f71b7afb13ff217388ce645ec71e18c0a1812830a1f 3958044 
transcode-dbg_1.1.7-4_amd64.deb
 

Processing of gmerlin-encoders_1.2.0-4_amd64.changes

2012-10-09 Thread Debian FTP Masters
gmerlin-encoders_1.2.0-4_amd64.changes uploaded successfully to localhost
along with the files:
  gmerlin-encoders_1.2.0-4.dsc
  gmerlin-encoders_1.2.0-4.debian.tar.gz
  gmerlin-encoders-ffmpeg_1.2.0-4_amd64.deb
  gmerlin-encoders-good_1.2.0-4_amd64.deb
  gmerlin-encoders-extra_1.2.0-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/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


gmerlin-encoders_1.2.0-4_amd64.changes is NEW

2012-10-09 Thread Debian FTP Masters
Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

___
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 gmerlin-avdecoder_1.2.0~dfsg-2_amd64.changes

2012-10-09 Thread Debian FTP Masters
gmerlin-avdecoder_1.2.0~dfsg-2_amd64.changes uploaded successfully to localhost
along with the files:
  gmerlin-avdecoder_1.2.0~dfsg-2.dsc
  gmerlin-avdecoder_1.2.0~dfsg-2.debian.tar.gz
  libgmerlin-avdec-doc_1.2.0~dfsg-2_all.deb
  libgmerlin-avdec1_1.2.0~dfsg-2_amd64.deb
  libgmerlin-avdec-dev_1.2.0~dfsg-2_amd64.deb
  gmerlin-avdecoder-dbg_1.2.0~dfsg-2_amd64.deb
  gmerlin-plugins-avdecoder_1.2.0~dfsg-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


gmerlin-avdecoder_1.2.0~dfsg-2_amd64.changes ACCEPTED into unstable

2012-10-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Oct 2012 02:00:23 +0100
Source: gmerlin-avdecoder
Binary: libgmerlin-avdec1 libgmerlin-avdec-dev libgmerlin-avdec-doc 
gmerlin-avdecoder-dbg gmerlin-plugins-avdecoder
Architecture: source all amd64
Version: 1.2.0~dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 gmerlin-avdecoder-dbg - debugging symbols for Gmerlin_avdecoder
 gmerlin-plugins-avdecoder - avdecoder plugins for Gmerlin
 libgmerlin-avdec-dev - general multimedia decoding library (development files)
 libgmerlin-avdec-doc - general multimedia decoding library (documentation)
 libgmerlin-avdec1 - general multimedia decoding library
Changes: 
 gmerlin-avdecoder (1.2.0~dfsg-2) unstable; urgency=low
 .
   * Enable MJPEGTOOLS support.
Checksums-Sha1: 
 54bf3435599b1ac33f86a7e0ddb985f596e637ea 3018 
gmerlin-avdecoder_1.2.0~dfsg-2.dsc
 07bb016f2066af3a683ae9e8a3b12061c96b8ff7 14301 
gmerlin-avdecoder_1.2.0~dfsg-2.debian.tar.gz
 5c62c70fbe92f1e7c9fb9aac01e81ea7263131d5 121214 
libgmerlin-avdec-doc_1.2.0~dfsg-2_all.deb
 7bc645d0ff24065363a4e67f4c080a7a399697e8 541890 
libgmerlin-avdec1_1.2.0~dfsg-2_amd64.deb
 0e8531312f827d4925a68b9f11cc6db191d7a401 28402 
libgmerlin-avdec-dev_1.2.0~dfsg-2_amd64.deb
 6a9e0b750b3711f4377860b916b260009e8fae0c 1872158 
gmerlin-avdecoder-dbg_1.2.0~dfsg-2_amd64.deb
 d47783b3e9e731e83ebef114527f630544b21c5c 41104 
gmerlin-plugins-avdecoder_1.2.0~dfsg-2_amd64.deb
Checksums-Sha256: 
 497480198e632aef44d65b0aee948d3ef3fddcc427a5600f6f3472e5a9210874 3018 
gmerlin-avdecoder_1.2.0~dfsg-2.dsc
 b60928c38577a3c98a274f195f2f154cb3916fbba1f86978d7ae302337afca38 14301 
gmerlin-avdecoder_1.2.0~dfsg-2.debian.tar.gz
 448d6a0bbdfeac7186cee93f61c195823a7ebc902e00fc36c3c39b4244a0ba64 121214 
libgmerlin-avdec-doc_1.2.0~dfsg-2_all.deb
 9ac0d228f7ce0ac2acf74af26d480b0bdc0bffcc6e8591405f897139bc948613 541890 
libgmerlin-avdec1_1.2.0~dfsg-2_amd64.deb
 261ab92495778bc4579f37aeb87de6965ad347909f62b14c8f53cd5d9b2c7bb3 28402 
libgmerlin-avdec-dev_1.2.0~dfsg-2_amd64.deb
 d835af7bd49cd3da7bfefae9c9dbcc7845d8b310b6b2bd59da2460f1b121151f 1872158 
gmerlin-avdecoder-dbg_1.2.0~dfsg-2_amd64.deb
 51b04eea9de93c3358bff46938f638a55e762d1f9f2a4b8b7475500705ea8a0d 41104 
gmerlin-plugins-avdecoder_1.2.0~dfsg-2_amd64.deb
Files: 
 205e78781c6521ef08df59f7d20c9814 3018 libs extra 
gmerlin-avdecoder_1.2.0~dfsg-2.dsc
 3ef618037659cabeb7a927100cbcb124 14301 libs extra 
gmerlin-avdecoder_1.2.0~dfsg-2.debian.tar.gz
 084745a1f232f168f7f69a166b5bea07 121214 doc extra 
libgmerlin-avdec-doc_1.2.0~dfsg-2_all.deb
 3afdc0d5aab474bf6cc194082defd40c 541890 libs extra 
libgmerlin-avdec1_1.2.0~dfsg-2_amd64.deb
 5d2f49213877be9a61ca982f81378f33 28402 libdevel extra 
libgmerlin-avdec-dev_1.2.0~dfsg-2_amd64.deb
 8daa828c22eac7c92bbd19681d76cf6b 1872158 debug extra 
gmerlin-avdecoder-dbg_1.2.0~dfsg-2_amd64.deb
 0e1c2a6f6f22b978f89299becf61bf21 41104 libs extra 
gmerlin-plugins-avdecoder_1.2.0~dfsg-2_amd64.deb

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

iQIcBAEBAgAGBQJQdMpfAAoJEOikiuUxHXZaOiUP/2c1ECXRPnaH3wnioSnSso+V
aneBiM/rKsIT23fQrIyUo0gk25Gve/RgzRqPi0HsZHIw6fzyeNew1axYZ/k9/4VU
bUnBQ81m793XeFqd0p25u2wGLAHhZad4lSnzAoeH9HgEcjKHr3IEeGdx+0FcXq2+
ig3/ZIPuuJIuksD6NG2mShXWz/vlVfaflT7CQlYeoaOc+JBM1ZW06qibTUQMiAkW
P7GeMnPgBflmxhYszAY6Jnzk7rftWmJ36Jib3Q8uFGzs+oLm6KrTb7KUJymKGZcE
JhachwEQdK/vFjM397iTpmMCmZ/CGk2I9RZ2NanZ1kCDMxfc2AnjVNqnJLAq5ESn
M/S9RWn17VTd3+bKHrLXjKwCSUoJEqDleubcHPGOUou2MKCBAcduEk7dRJzr1bwR
MvCgNQTELYErxiZVHRRzWApfztY/nibJNI9DJfifuesUUegPtTihmr/7B+qrUbRH
oeNd1iLGdVCCEljoPZwHKezShBfEFoyzZbLkvll3fD4tb8TSWrppG2ovmmnzDU3g
kR20m2FW9VvQtiG7Gt3bocSXnSDR9XGWRJZakE5clOnZ5qHth+HxaJ6P7x5xbupm
cT+hzEmhyaRH17IYFLt+Q/XZzZ2OQTaXSHksYDLhvgzF9iRrrPGJPJJycy9MLWW1
WmbrKl90HXo6h9lzTgkZ
=PswE
-END PGP SIGNATURE-


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#690103: ITP: dvd-slideshow -- create dvd slideshow with menus

2012-10-09 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: dvd-slideshow
  Version : 0.8.4.2
  Upstream Author : Scott Dylewski sc...@dylewski.com
* URL : http://dvd-slideshow.sourceforge.net/wiki/Main_Page
* License : GPL
  Programming Lang: Bash scripting
  Description : set of tools to create dvd slideshow with menus

 DVD Slideshow consists in a set of tools which allows one to create
 slideshows-style videos from a collection of pictures. This package
 provides the following programs:
 .
  * dvd-slideshow
This is the main script. It generates a DVD-compatible MPEG2 video file
with audio from a text file input listing of pictures and effects.
  * dvd-menu
Creates a simple DVD menu with buttons that link to MPEG2 files generated
with dvd-slideshow or ones that you have created yourself.
  * gallery2slideshow
Instead of a GUI to create slideshows, I already have almost everything
set up from my web page that uses the Gallery program. I figured it
wouldn't be that hard to just get a listing of all the images in a given
album (sub-albums not supported!) and to generate an appropriate input
file to dvd-slideshow.
  * jigl2slideshow
Does the same thing as gallery2slideshow, but works on a jigl gallery

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