Re: [SCM] dvbcut/master: build against qt4

2011-05-07 Thread Reinhard Tartler

On Sat, May 07, 2011 at 09:02:18 (CEST), siret...@users.alioth.debian.org wrote:

 The following commit has been merged in the master branch:
 commit af6576c88332240609afe833aaa5872a250570ce
 Author: Reinhard Tartler siret...@tauware.de
 Date:   Sat May 7 08:41:24 2011 +0200

 build against qt4

 diff --git a/debian/control b/debian/control
 index 3907d49..91c2d27 100644
 --- a/debian/control
 +++ b/debian/control
 @@ -11,9 +11,9 @@ Build-Depends: autotools-dev,
   libavformat-dev,
   libmad0-dev,
   libpostproc-dev,
 - libqt3-mt-dev,
 + libqt4-dev,
   libswscale-dev,
 - qt3-dev-tools,
 + qt4-dev-tools,
   scons
  Vcs-Git: git://git.debian.org/git/pkg-multimedia/dvbcut.git
  Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/dvbcut.git;a=summary

This patch is incomplete.

I'm currently working on adding pkg-config based checks for configure.in
as the original patch only adapted the cmake build system.

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

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


Bug#625944: libavcodec52: JPEG produced with Intel JPEG lib loaded upside-down

2011-05-07 Thread Julien BLACHE
Package: libavcodec52
Version: 4:0.6.2-3
Severity: normal

Hi,

JPEG images produced by the Intel JPEG library are loaded upside-down
and with some corruption.

There is an explicit check for the Intel library in the mjpeg decoder,
as flipping the image was found to be necessary years ago; inhibiting
this fixes the issue.

The images I have here are from version 1.51.12.44 of the library; either
the library has been fixed at some point in time, or some other way to
determine whether the image needs to be flipped is needed.

Test images available on request.

JB.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libavcodec52 depends on:
ii  libavutil50 4:0.6.2-3Libav utility library
ii  libc6   2.13-2   Embedded GNU C Library: Shared lib
ii  libdirac-encoder0   1.0.2-3  open and royalty free high quality
ii  libfaad22.7-6freeware Advanced Audio Decoder - 
ii  libgsm1 1.0.13-3 Shared libraries for GSM speech co
ii  libopenjpeg21.3+dfsg-4   JPEG 2000 image compression/decomp
ii  libschroedinger-1.0-0   1.0.10-2 library for encoding/decoding of D
ii  libspeex1   1.2~rc1-1The Speex codec runtime library
ii  libtheora0  1.1.1+dfsg.1-3   The Theora Video Compression Codec
ii  libva1  1.0.12-2 Video Acceleration (VA) API for Li
ii  libvorbis0a 1.3.2-1  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.3.2-1  The Vorbis General Audio Compressi
ii  libvpx0 0.9.6-1  VP8 video codec (shared library)
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libavcodec52 recommends no packages.

libavcodec52 suggests no packages.

-- no debconf information



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


Bug#625954: puredata-import: inconsistent installation locations

2011-05-07 Thread IOhannes m zmoelnig (gpg-key at iem)
Package: puredata-import
Version: 1.3-2
Severity: normal

i noticed that puredata-import installs mostly into /usr/lib/pd/extra,
only the LICENSE.txt get's installed into /usr/lib/puredata/extra.

this leads to weird warnings in the pd-0.43 help-browser, claiming that
import is double installed.

i guess, installing to 2 locations is just an oversight.

since the package is named puredata-import and explicitely claims that
it is targeted at puredata only (and not the other pd providers), i
assume that it is meant to be installed into /usr/lib/puredata/extra.
the attached patch should fix this.



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

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages puredata-import depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  puredata  0.43.0-1   realtime computer music and graphi

Versions of packages puredata-import recommends:
ii  pd-libdir 1.9-2  provides support for the libdir li

puredata-import suggests no packages.

-- no debconf information
From 9f4ea2b8d42c8a616e6dc0b5e1588dc1b5c55213 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= zmoel...@iem.at
Date: Tue, 3 May 2011 10:57:48 +0200
Subject: [PATCH] changed installation directory to /u/l/puredata

---
 debian/rules |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 77dc3cb..5e026b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 LIBRARY_NAME = import
 PACKAGE = puredata-$(LIBRARY_NAME)
-pkglibdir = /usr/lib/pd/extra
+pkglibdir = /usr/lib/puredata/extra
 
 %:
 	dh $@ --buildsystem=makefile
-- 
1.7.4.4

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


Processing of beast_0.7.4-1_amd64.changes

2011-05-07 Thread Debian FTP Masters
beast_0.7.4-1_amd64.changes uploaded successfully to localhost
along with the files:
  beast_0.7.4-1.dsc
  beast_0.7.4.orig.tar.bz2
  beast_0.7.4-1.debian.tar.gz
  beast_0.7.4-1_amd64.deb
  bse-alsa_0.7.4-1_amd64.deb
  libbse-0.7-4_0.7.4-1_amd64.deb
  libbse-dev_0.7.4-1_all.deb
  beast-doc_0.7.4-1_all.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


beast_0.7.4-1_amd64.changes is NEW

2011-05-07 Thread Debian FTP Masters
(new) beast-doc_0.7.4-1_all.deb extra doc
Documentation for BEAST/BSE
 BEAST/BSE is a plugin-based graphical system where you can link objects
 to each other and generate sound.
 .
 This package provides the documentation files.
beast_0.7.4-1.debian.tar.gz
  to main/b/beast/beast_0.7.4-1.debian.tar.gz
beast_0.7.4-1.dsc
  to main/b/beast/beast_0.7.4-1.dsc
beast_0.7.4-1_amd64.deb
  to main/b/beast/beast_0.7.4-1_amd64.deb
beast_0.7.4.orig.tar.bz2
  to main/b/beast/beast_0.7.4.orig.tar.bz2
bse-alsa_0.7.4-1_amd64.deb
  to main/b/beast/bse-alsa_0.7.4-1_amd64.deb
(new) libbse-0.7-4_0.7.4-1_amd64.deb extra libs
music synthesis and composition framework - shared library
 BEAST/BSE is a plugin-based graphical system where you can link objects
 to each other and generate sound.
 .
 This package provides the shared library.
(new) libbse-dev_0.7.4-1_all.deb extra libdevel
music synthesis and composition framework - development files
 BEAST/BSE is a plugin-based graphical system where you can link objects
 to each other and generate sound.
 .
 This package provides the development files.
Changes: beast (0.7.4-1) unstable; urgency=low
 .
  [ Sam Hocevar (Debian packages) ]
  * debian/control:
+ Loosen glib versioned build-dependency.
 .
  [ Alessio Treglia ]
  * Taking this under Debian Multimedia Maintainers's umbrella,
ACK'd by Sam Hocevar (Closes: #564799):
- Move Sam to the Uploaders field.
- Add myself to the Uploaders field.
- Move packaging to git, update VCS-* tags properly.
  * Acknowledge NMU: 0.7.1-5.2: thanks to Stefano Zacchiroli for the good job.
  * Acknowledge NMU: 0.7.1-5.1: thanks to Chris Lamb for the good job.
  * New upstream release (Closes: #625854):
- Overview of Changes in BEAST/BSE 0.7.4:
  + Renamed the project to Better Audio System / Better Sound Engine
  + Moved project website to: http://beast.testbit.eu/
  + Various build system fixes
  + License fixups for some scripts
  + Fixed subnormal tests on AMD64 if SSE unit is in DAZ mode
  + Replaced slow resampler checks with a much faster resampling test
  + Performance improvements for various tests
  + GLib 2.28 unit test porting
  + Speed improvements for record field name
  + Fixed XRUNs in ALSA driver on 64bit systems
  + Added beast.doap
  + PO handling improvements.
  + Updated German translation.
  + Updated Norwegian bokmål translation
  + Added e-Telugu translation
- Overview of Changes in BEAST/BSE 0.7.2:
  + Moved Beast/BSE to GNU LGPL, use AS-IS license for examples
  + Module changes and additions:
ArtsCompressor - relicensed to LGPL
BseContribSampleAndHold - relicensed to LGPL
DavXTalStrings - Use deterministic random numbers for unit tests.
BseNoise - Improved random number generator.
  + Switched to autogenerated ChangeLogs
  + Error bell can be muted in beast preferences dialog
  + Added multisample creation/editing command line tool: bsewavetool
  + Support adjustable volume, pitching and drum envelopes in .bsewave files
  + Added Retro Acoustic drum kit
  + New loadable Instruments/Effects:
BQS Bass Drum E8012
BQS Slow Hum
FSM Fresh Water Bass instrument
FSM Growl Bass instrument
FSM Synth String Sweep
  + Added support for loading 32bit and 24bit PCM-format WAV files
  + Added support for gcc-4.4 and automake-1.10
  + Added support for guile-1.8, guile-1.6 remains as minimum requirement
  + Various fixes, improvements and much improved test coverage.
  + Bug fixes: #452604, #468229, #344388, #451086, #450724, #454121,
#491552, #450490, #441936, #336766, #433431, #474332, #474244,
#456879, #456408, #424897
  + Migrated translation support to use awk, sed and po/Makefile.am.
  + Updated German translation
  + Updated Italien translation
  + Updated Occitan translation
  + Updated Brazilian Portugues translation
  + Updated British English translation
  + Updated Spanish translation
  + Updated Slovenian translation
  + Updated Danish translation
  + Updated French translation
  + Added Norwegian bokmal translation
  + Added Ukrainian translation
  * Switch to DH7 pure form, 3.0 (quilt) format.
  * Bump DH compatibility to 7.
  * Split in several packages:
- libbse-0.7-4 to provide shared library.
- libbse-dev to provide the development files.
- beast to provide the executables.
- bse-alsa to provide the plugin for ALSA:
  + Replacement for the current bse-alsa built from bse.
- beast-doc to provide the documentation.
  * debian/control:
- One-dep-per-line style.
- Add Homepage field.
- Bump up debhelper requirement.
- Build-Depends on libasound2-dev.
- Build-Depends on autotools-dev.
- Build with guile-1.8.
- Drop shared-mime-info build-dependency.
- Add ${misc:Depends} to beast's Depends field.

beast override disparity

2011-05-07 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

bse-alsa_0.7.4-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/mailman/listinfo/pkg-multimedia-maintainers


beast_0.7.4-1_amd64.changes ACCEPTED into unstable

2011-05-07 Thread Debian FTP Masters



Accepted:
beast-doc_0.7.4-1_all.deb
  to main/b/beast/beast-doc_0.7.4-1_all.deb
beast_0.7.4-1.debian.tar.gz
  to main/b/beast/beast_0.7.4-1.debian.tar.gz
beast_0.7.4-1.dsc
  to main/b/beast/beast_0.7.4-1.dsc
beast_0.7.4-1_amd64.deb
  to main/b/beast/beast_0.7.4-1_amd64.deb
beast_0.7.4.orig.tar.bz2
  to main/b/beast/beast_0.7.4.orig.tar.bz2
bse-alsa_0.7.4-1_amd64.deb
  to main/b/beast/bse-alsa_0.7.4-1_amd64.deb
libbse-0.7-4_0.7.4-1_amd64.deb
  to main/b/beast/libbse-0.7-4_0.7.4-1_amd64.deb
libbse-dev_0.7.4-1_all.deb
  to main/b/beast/libbse-dev_0.7.4-1_all.deb


Override entries for your package:
beast-doc_0.7.4-1_all.deb - extra doc
beast_0.7.4-1.dsc - source gnome
beast_0.7.4-1_amd64.deb - extra gnome
bse-alsa_0.7.4-1_amd64.deb - optional sound
libbse-0.7-4_0.7.4-1_amd64.deb - extra libs
libbse-dev_0.7.4-1_all.deb - extra libdevel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 563524 564799 621234 625854 


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


Bug#625954: puredata-import: inconsistent installation locations

2011-05-07 Thread Hans-Christoph Steiner


On May 7, 2011, at 6:19 AM, IOhannes m zmoelnig (gpg-key at iem) wrote:


Package: puredata-import
Version: 1.3-2
Severity: normal

i noticed that puredata-import installs mostly into /usr/lib/pd/ 
extra,

only the LICENSE.txt get's installed into /usr/lib/puredata/extra.

this leads to weird warnings in the pd-0.43 help-browser, claiming  
that

import is double installed.

i guess, installing to 2 locations is just an oversight.

since the package is named puredata-import and explicitely claims  
that
it is targeted at puredata only (and not the other pd  
providers), i

assume that it is meant to be installed into /usr/lib/puredata/extra.
the attached patch should fix this.



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

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages puredata-import depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library:  
Shared lib
ii  puredata  0.43.0-1   realtime computer music  
and graphi


Versions of packages puredata-import recommends:
ii  pd-libdir 1.9-2  provides support for  
the libdir li


puredata-import suggests no packages.

-- no debconf information



You are correct, it should install into /usr/lib/puredata.  I think I  
was waiting for the 'puredata' package to install into /usr/lib/ 
puredata, or just messed it up ;).  I'll include this once I switch  
the package to build against the new puredata-* 0.43 packages.


.hc




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


Re: LAME LGPL Modifications

2011-05-07 Thread fabian
Hey Andres,

 On Fri, May 6, 2011 at 1:39 PM, Mark Taylor m...@mp3dev.org wrote:
 I'd be happy to just delete this text from the README.

great, thanks for achieving this!

Cheers,
Fabian


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


Bug#625944: libavcodec52: JPEG produced with Intel JPEG lib loaded upside-down

2011-05-07 Thread Reinhard Tartler
On Sat, May 07, 2011 at 11:35:08 (CEST), Julien BLACHE wrote:

 JPEG images produced by the Intel JPEG library are loaded upside-down
 and with some corruption.

 There is an explicit check for the Intel library in the mjpeg decoder,
 as flipping the image was found to be necessary years ago; inhibiting
 this fixes the issue.

 The images I have here are from version 1.51.12.44 of the library; either
 the library has been fixed at some point in time, or some other way to
 determine whether the image needs to be flipped is needed.

 Test images available on request.

Yes, please do send me the images and your ffmpeg invocation, preferably
by attaching to this bugreport.

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



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


Re: Helping with LAME Packaging

2011-05-07 Thread Rogério Brito
Hi there, Andres.

On May 06 2011, Andres Mejia wrote:
 I'm sending this mail to you outside of lame-dev. If you want to help
 with Debian packaging, you should start by taking a look at [1]. Just
 so you know, it's not clear whether LAME will even be accepted in the
 Debian archives. You're more than welcome to help out anyway.

No problems. I would like to help with some of the multimedia stuff anyway.

Regarding the wiki page at
http://wiki.debian.org/DebianMultimedia/Join, already satisfied almost
all the requirements and I am now subscribed to the mailing lists. :-)

My login on alioth is rbrito-guest.


Regards,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br

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


Re: Helping with LAME Packaging

2011-05-07 Thread Andres Mejia
2011/5/7 Rogério Brito rbr...@ime.usp.br:
 Hi there, Andres.

 On May 06 2011, Andres Mejia wrote:
 I'm sending this mail to you outside of lame-dev. If you want to help
 with Debian packaging, you should start by taking a look at [1]. Just
 so you know, it's not clear whether LAME will even be accepted in the
 Debian archives. You're more than welcome to help out anyway.

 No problems. I would like to help with some of the multimedia stuff anyway.

 Regarding the wiki page at
 http://wiki.debian.org/DebianMultimedia/Join, already satisfied almost
 all the requirements and I am now subscribed to the mailing lists. :-)

 My login on alioth is rbrito-guest.


 Regards,

 --
 Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
 http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
 DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br


That's great welcome!

-- 
Regards,
Andres Mejia

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


Bug#625944: libavcodec52: JPEG produced with Intel JPEG lib loaded upside-down

2011-05-07 Thread Julien BLACHE
Reinhard Tartler siret...@tauware.de wrote:

Hi,

 Yes, please do send me the images and your ffmpeg invocation, preferably
 by attaching to this bugreport.

Image attached, just display it with ffplay and you'll see the problem.

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 

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


Re: Helping with LAME Packaging

2011-05-07 Thread Alessio Treglia
On Sat, May 7, 2011 at 5:36 PM, Andres Mejia mcita...@gmail.com wrote:
 2011/5/7 Rogério Brito rbr...@ime.usp.br:
 My login on alioth is rbrito-guest.

Added, welcome aboard!

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

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


lives 1.4.2-2 MIGRATED to testing

2011-05-07 Thread Debian testing watch
FYI: The status of the lives source package
in Debian's testing distribution has changed.

  Previous version: 1.4.1-1
  Current version:  1.4.2-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/mailman/listinfo/pkg-multimedia-maintainers


cmus 2.4.0-1 MIGRATED to testing

2011-05-07 Thread Debian testing watch
FYI: The status of the cmus source package
in Debian's testing distribution has changed.

  Previous version: 2.3.4-3
  Current version:  2.4.0-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


Processing of easytag_2.1.6+git20110423-1_i386.changes

2011-05-07 Thread Debian FTP Masters
easytag_2.1.6+git20110423-1_i386.changes uploaded successfully to localhost
along with the files:
  easytag_2.1.6+git20110423-1.dsc
  easytag_2.1.6+git20110423.orig.tar.gz
  easytag_2.1.6+git20110423-1.debian.tar.gz
  easytag_2.1.6+git20110423-1_i386.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


xcfa 4.0.9-1 MIGRATED to testing

2011-05-07 Thread Debian testing watch
FYI: The status of the xcfa source package
in Debian's testing distribution has changed.

  Previous version: 4.0.6-1
  Current version:  4.0.9-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


laditools 1.0~rc2+20100724.gitf4d4a2-3 MIGRATED to testing

2011-05-07 Thread Debian testing watch
FYI: The status of the laditools source package
in Debian's testing distribution has changed.

  Previous version: 1.0~rc2+20100724.gitf4d4a2-2
  Current version:  1.0~rc2+20100724.gitf4d4a2-3

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


Re: Helping with LAME Packaging

2011-05-07 Thread Andres Mejia
On Sat, May 7, 2011 at 12:07 PM, Alessio Treglia ales...@debian.org wrote:
 On Sat, May 7, 2011 at 5:36 PM, Andres Mejia mcita...@gmail.com wrote:
 2011/5/7 Rogério Brito rbr...@ime.usp.br:
 My login on alioth is rbrito-guest.

 Added, welcome aboard!

 --
 Alessio Treglia          | www.alessiotreglia.com
 Debian Developer         | ales...@debian.org
 Ubuntu Core Developer    | quadris...@ubuntu.com
 0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

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


Great!

BTW Rogério, I sent another patch to lame-dev. I believe that would be
the last change that I know of which should be pushed to lame's cvs.
All other changes for the Debian packages are Debian specific.

I'll hold off on packaging a cvs snapshot of lame and instead wait for
a new release.

-- 
Regards,
Andres Mejia

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


Re: [Lame-dev] [PATCH] lame --license output change

2011-05-07 Thread robert

Am 06.05.2011, 22:52 Uhr, schrieb Jonas Smedegaard d...@jones.dk:


There is either GNU Library General Public License version 2.0 or GNU
Lesser General Public License version 2.1.


It looks like Gabriel replaced 'Library' by 'Lesser' 3 years and 9 months
ago, I'm sure he had some reason for doing it, I would like to hear his
opinion on this issue.


Ciao Robert

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


Bug#625536: raw import with 100kHz sample rate ignores given rate

2011-05-07 Thread Jamie Heilman
This is upstream bug #192, where it was reported against v1.3.12, but
the issue appears to have existed since at least 2003.



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


Re: [Lame-dev] [PATCH] lame --license output change

2011-05-07 Thread robert

Am 06.05.2011, 23:31 Uhr, schrieb Jonas Smedegaard d...@jones.dk:


On 11-05-06 at 04:55pm, Andres Mejia wrote:

On Fri, May 6, 2011 at 4:52 PM, Jonas Smedegaard d...@jones.dk wrote:
 On 11-05-06 at 04:31pm, Andres Mejia wrote:
 +This library is free software; you can redistribute it  
and/or\n
 +modify it under the terms of the GNU Lesser General  
Public\n
 +License as published by the Free Software Foundation;  
either\n
 +version 2 of the License, or (at your option) any  
later version.\n

  \n

 There is no such thing as version 2 of the GNU Lesser General
 Public License.

 There is either GNU Library General Public License version 2.0 or
 GNU Lesser General Public License version 2.1.

 The former is considered obsolete by the Free Software Foundation,
 and the latter is by the Free Software Foundation interpreted as a
 successor to the older _Library_ license even if differently named.



The copyright headers for the sources in LAME still say LGPL2.0. The
patch simply reflects this.


I suspect you do not understand my point, then:

LGPL2.0 == GNU Library General Public License version 2.0

LGPL2.0 != GNU Lesser General Public License version 2

You proposed the latter, which has 2 (two) flaws: a) Lesser instead of
the correct Library, and b) 2 instead of the correct 2.0.


Kind regards,

 - Jonas


It would have been better to change the text into
GNU Lesser General Public License version 2.1

Gabriel, was it this what you intended as you replaced
Library GPL by Lesser GPL, some years ago?


Ciao Robert

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


easytag_2.1.6+git20110423-1_i386.changes ACCEPTED into unstable

2011-05-07 Thread Debian FTP Masters



Accepted:
easytag_2.1.6+git20110423-1.debian.tar.gz
  to main/e/easytag/easytag_2.1.6+git20110423-1.debian.tar.gz
easytag_2.1.6+git20110423-1.dsc
  to main/e/easytag/easytag_2.1.6+git20110423-1.dsc
easytag_2.1.6+git20110423-1_i386.deb
  to main/e/easytag/easytag_2.1.6+git20110423-1_i386.deb
easytag_2.1.6+git20110423.orig.tar.gz
  to main/e/easytag/easytag_2.1.6+git20110423.orig.tar.gz


Override entries for your package:
easytag_2.1.6+git20110423-1.dsc - source sound
easytag_2.1.6+git20110423-1_i386.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 360390 620141 


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


Processed: your mail

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

 tags 90091 - pending
Bug #90091 [wnpp] ITP: lame -- mp3 encoder
Removed tag(s) pending.
 stop
Stopping processing here.

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


Bug#336465: easytag: mp4/m4a tag editing does not work

2011-05-07 Thread Maia Kozheva
Alas, this is blocked by the license incompatibility issue with libmp4v2.

Unless someone writes a patch to use GStreamer or libavformat for editing MP4 
tags, this won't be fixed.


signature.asc
Description: This is a digitally signed message part.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Processed: control

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

 tag 336465 wontfix
Bug #336465 [easytag] easytag: mp4/m4a tag editing does not work
Added tag(s) wontfix.

End of message, stopping processing here.

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