Re: [SCM] xvidcore/master: Explicitely Build-Conflict against yasm on kfreebsd-amd64.

2011-07-29 Thread Fabian Greffrath
Am 28.07.2011 22:36, schrieb Fabian Greffrath:
> I am going to implement a confflags file and add some arch-specific
> configure parameteres. On ppc, for example, it unconditionally builds
> Altivec code which has to get overridden by a parameter to configure.

I have added a debian/confflags file in GIT. Could someone please
review it and check that I have used the DEB_HOST_* variables in a
sane manner? I don't have access to porter machines to check them myself.

___
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] xvidcore/master: Explicitely Build-Conflict against yasm on kfreebsd-amd64.

2011-07-29 Thread Reinhard Tartler
On Fri, Jul 29, 2011 at 10:17:57 (CEST), Fabian Greffrath wrote:

> Am 28.07.2011 22:36, schrieb Fabian Greffrath:
>> I am going to implement a confflags file and add some arch-specific
>> configure parameteres. On ppc, for example, it unconditionally builds
>> Altivec code which has to get overridden by a parameter to configure.
>
> I have added a debian/confflags file in GIT. Could someone please
> review it and check that I have used the DEB_HOST_* variables in a
> sane manner? I don't have access to porter machines to check them myself.

I've compiled current git on asdfasdf.debian.net. Find the buildlog
below. I'm particularily nervous about the symbols diffs:

 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: source package xvidcore
dpkg-buildpackage: source version 2:1.3.2-5
dpkg-buildpackage: source changed by Fabian Greffrath 

 dpkg-source --before-build xvidcore
dpkg-buildpackage: host architecture kfreebsd-amd64
dpkg-source: info: using options from xvidcore/debian/source/local-options: 
--unapply-patches --abort-on-upstream-changes
dpkg-source: warning: patches have not been applied, applying them now (use 
--no-preparation to override)
dpkg-source: info: applying hurd.diff
 fakeroot debian/rules clean
dh clean --sourcedirectory=build/generic \
--parallel
   dh_testdir -O--sourcedirectory=build/generic -O--parallel
   dh_auto_clean -O--sourcedirectory=build/generic -O--parallel
make[1]: Entering directory `/home/siretart/xvidcore/xvidcore/build/generic'
  Cl: Build directory
  Cl: Generated build files
make[1]: Leaving directory `/home/siretart/xvidcore/xvidcore/build/generic'
   dh_clean -O--sourcedirectory=build/generic -O--parallel
 debian/rules build
make: `build' is up to date.
 fakeroot debian/rules binary
dh binary --sourcedirectory=build/generic \
--parallel
   dh_testdir -O--sourcedirectory=build/generic -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory `/home/siretart/xvidcore/xvidcore'
cd build/generic && autoconf
dh_auto_configure -- --disable-assembly
configure: WARNING: unrecognized options: --disable-maintainer-mode, 
--disable-dependency-tracking
checking build system type... x86_64-pc-kfreebsd-gnu
checking host system type... x86_64-pc-kfreebsd-gnu
checking target system type... x86_64-pc-kfreebsd-gnu
checking whether to use default CFLAGS... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ar... ar
checking for whether to use assembly code... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of int *... 8
checking whether byte ordering is bigendian... no
checking for build extensions... .so .a .o
checking for platform specific LDFLAGS/CFLAGS... ok
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
configure: creating ./config.status
config.status: creating platform.inc
configure: WARNING: unrecognized options: --disable-maintainer-mode, 
--disable-dependency-tracking
make[1]: Leaving directory `/home/siretart/xvidcore/xvidcore'
   dh_auto_build -O--sourcedirectory=build/generic -O--parallel
make[1]: Entering directory `/home/siretart/xvidcore/xvidcore/build/generic'

-

Bug#635324: Bug#635695: libavcodec52: SIGSEGV in ff_imdct_calc_sse() during playback of many wmv files

2011-07-29 Thread Reinhard Tartler
severity 635695 serious
severity 635324 serious
merge 635324 635695
stop


On Thu, Jul 28, 2011 at 12:03:54 (CEST), Sven Joachim wrote:

> Am 28.07.2011 um 11:56 schrieb Reinhard Tartler:
>
>> On Thu, Jul 28, 2011 at 12:31:05 (CEST), Ivan Krasilnikov wrote:
>>
>>> http://www.jhepple.com/SampleMovies/niceday.wmv
>>
>> Sorry, I fail to reproduce this issue with package version 4:0.6.2-1ubuntu1
>
> Maybe because that version is not built with gcc-4.6?  See #635324.

According to the other comments in this thread, I'm pretty confident
that we are talking about the same issue, which is pretty serious.

Raising severity and merging these bugs.

-- 
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 (with 1 errors): Re: Bug#635695: libavcodec52: SIGSEGV in ff_imdct_calc_sse() during playback of many wmv files

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

> severity 635695 serious
Bug #635695 [libavcodec52] libavcodec52: SIGSEGV in ff_imdct_calc_sse() during 
playback of many wmv files
Severity set to 'serious' from 'important'

> severity 635324 serious
Bug #635324 {Done: Sven Joachim } [libavcodec52] libavcodec52: 
crash in ff_imdct_calc_sse
Severity set to 'serious' from 'important'

> merge 635324 635695
Bug#635324: libavcodec52: crash in ff_imdct_calc_sse
Bug#635695: libavcodec52: SIGSEGV in ff_imdct_calc_sse() during playback of 
many wmv files
Mismatch - only Bugs in same state can be merged:
Values for `done mark' don't match:
 #635324 has `done';
 #635695 has `open'

> stop
Stopping processing here.

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


lame_3.98.4+repack2-1_amd64.changes ACCEPTED into unstable

2011-07-29 Thread Debian FTP Masters



Accepted:
lame-doc_3.98.4+repack2-1_all.deb
  to main/l/lame/lame-doc_3.98.4+repack2-1_all.deb
lame_3.98.4+repack2-1.debian.tar.gz
  to main/l/lame/lame_3.98.4+repack2-1.debian.tar.gz
lame_3.98.4+repack2-1.dsc
  to main/l/lame/lame_3.98.4+repack2-1.dsc
lame_3.98.4+repack2-1_amd64.deb
  to main/l/lame/lame_3.98.4+repack2-1_amd64.deb
lame_3.98.4+repack2.orig.tar.gz
  to main/l/lame/lame_3.98.4+repack2.orig.tar.gz
libmp3lame-dev_3.98.4+repack2-1_amd64.deb
  to main/l/lame/libmp3lame-dev_3.98.4+repack2-1_amd64.deb
libmp3lame0_3.98.4+repack2-1_amd64.deb
  to main/l/lame/libmp3lame0_3.98.4+repack2-1_amd64.deb


Override entries for your package:
lame-doc_3.98.4+repack2-1_all.deb - optional doc
lame_3.98.4+repack2-1.dsc - optional sound
lame_3.98.4+repack2-1_amd64.deb - optional sound
libmp3lame-dev_3.98.4+repack2-1_amd64.deb - optional libdevel
libmp3lame0_3.98.4+repack2-1_amd64.deb - optional libs

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


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#90091 closed by Andres Mejia (Bug#90091: fixed in lame 3.98.4+repack2-1)

2011-07-29 Thread Debian Bug Tracking System
This is an automatic notification regarding your Bug report
which was filed against the wnpp package:

#90091: ITP: lame -- mp3 encoder

It has been closed by Andres Mejia .

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Andres Mejia 
 by
replying to this email.


-- 
90091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=90091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lame
Source-Version: 3.98.4+repack2-1

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

lame-doc_3.98.4+repack2-1_all.deb
  to main/l/lame/lame-doc_3.98.4+repack2-1_all.deb
lame_3.98.4+repack2-1.debian.tar.gz
  to main/l/lame/lame_3.98.4+repack2-1.debian.tar.gz
lame_3.98.4+repack2-1.dsc
  to main/l/lame/lame_3.98.4+repack2-1.dsc
lame_3.98.4+repack2-1_amd64.deb
  to main/l/lame/lame_3.98.4+repack2-1_amd64.deb
lame_3.98.4+repack2.orig.tar.gz
  to main/l/lame/lame_3.98.4+repack2.orig.tar.gz
libmp3lame-dev_3.98.4+repack2-1_amd64.deb
  to main/l/lame/libmp3lame-dev_3.98.4+repack2-1_amd64.deb
libmp3lame0_3.98.4+repack2-1_amd64.deb
  to main/l/lame/libmp3lame0_3.98.4+repack2-1_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 90...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andres Mejia  (supplier of updated lame 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: Thu, 28 Jul 2011 19:14:03 -0400
Source: lame
Binary: lame lame-doc libmp3lame0 libmp3lame-dev
Architecture: source amd64 all
Version: 3.98.4+repack2-1
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 

Changed-By: Andres Mejia 
Description: 
 lame   - MP3 encoding library (frontend)
 lame-doc   - MP3 encoding library (documentation)
 libmp3lame-dev - MP3 encoding library (development)
 libmp3lame0 - MP3 encoding library
Closes: 90091
Changes: 
 lame (3.98.4+repack2-1) unstable; urgency=low
 .
   * Update debian/copyright to reflect replacement of portableio code from
 upstream.
   * Update README.source to mention change of portableio code.
 .
 lame (3.98.4+repack1-1) unstable; urgency=low
 .
   [ Andres Mejia ]
   * Disable use of sndfile, breaks KDE apps relying on kio_audiocd slave for CD
 ripping.
   * Fix warning on 64 bit machines on use of size_t.
   * Support parallel builds.
   * Bump to Standards-Version 3.9.2.
   * Fix Vcs-Browser entry.
   * Don't use quilt when source format 3.0 (quilt) is being used.
   * Fixup build system. Don't patch generated files directly.
 Needed to disable GTK support so lame would build.
   * Enable full experimental optimizations.
 NOTE: The only extra optimizations that are really enabled are -O3,
 -fomit-frame-pointer, and -ffast-math. -fschedule-insns2 is on by default 
in
 -O2, -fbranch-count-reg is on by default in any mode, and -fforce-addr 
looks
 to be a noop now. This is with using GCC 4.6.*.
   * Modifiy override_dh_clean target to check if quilt is installed, and use it
 to unapply patches during cleaning.
   * Use patch to apply autoreconf changes.
   * Fix description-synopsis-starts-with-article lintian warnings.
   * Add DM-Upload-Allowed: yes.
   * Update to my @debian.org email.
   * Add script that can regenerate repacked tarball.
   * Build system changes are made before the tarball is generated.
   * Remove patches for which the build system is updated for the repacking.
   * No longer require the need to copy autotool files.
   * Update debian/copyright. This includes changes for the removal of the
 problematic exclusions to the LGPL and helpful comments about some of the
 files. This needed an update to latest DEP-5 spec.
   * Use dpkg-source unapply-patches option to unapply patches.
   * Add in changes to output of license information from upstream.
   * Update debian/README.source. This includes information what is changed from
 the original upstream source tarball.
   * Update debian/watch to mangle some common version info from the Debian
 version.
 .
   [ Fabian Greffrath ]
   * Remove duplicate patches/05-armel-no-finite-math-only.diff.
   * Update my e-mail address.
   * Fix dh usage.
   * Build with libsndfile.
   * debian/patches/06-sndfile-stdin.patch: New patch from Gentoo to
 support reading from stdin with sndfile.
   * Do not install the libtool .la file in the -dev package.
   * Do not provide the lib

Bug#90091: marked as done (ITP: lame -- mp3 encoder)

2011-07-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Jul 2011 09:32:11 +
with message-id 
and subject line Bug#90091: fixed in lame 3.98.4+repack2-1
has caused the Debian Bug report #90091,
regarding ITP: lame -- mp3 encoder
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.)


-- 
90091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=90091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

I am intending to package LAME (mp3 encoder).  There are some patent 
limitations on lame's use in Germany/USA so I am proposing 
Section: non-free/sound.

Mark


  LAME 3.xx   
   LAME Ain't an MP3 Encoder
   http://www.sulaco.org/mp3
   October 1999

Originally developed by Mike Cheng (www.uq.net.au/~zzmcheng).  Now 
maintained by Mark Taylor (www.sulaco.org/mp3).

This code is distributed under the GNU LESSER PUBLIC LICENSE
(LGPL, see www.gnu.org) with the following modification:

1. If you determine that distribution of LAME requires a patent license,
   and you obtain a patent license, you may distribute LAME even though
   redistribution of LAME may also require a patent license.  

2. You agree not to enforce any patent claims for any aspect of
   MPEG audio compression, or any other techniques contained in 
   the LAME source code. 




see the file "INSTALL" for installation (compiling) instructions.  
see the file "USAGE" for the most up-to-date guide to the command line options.
see the file "LICENSE" for details on how to use LAME in non-GPL programs.
see the file "HACKING" for some general codeing guidelines

There is HTML documentation and a man page in the doc directory.
The HTML docs were contributed by Gabriel Bouvigne (www.mp3tech.org).
See www.mp3tech.org for more audio compression information and links.



LAME uses the MPGLIB decoding engine, from the
MPG123 package, written by: Michael Hipp (www.mpg123.de) MPGLIB is
released under the GPL, while MPG123 is released under a more
restrictive agreement.

Various components are:

Copyrights (c) 1999 by Mark Taylor: new psy-model, quantization and bit 
allocation 
Copyrights (c) 1998 by Michael Cheng:  new transforms and many other 
improvements
Copyrights (c) 1995,1996,1997 by Michael Hipp: mpglib



pgpgn1FC4UBa6.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: lame
Source-Version: 3.98.4+repack2-1

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

lame-doc_3.98.4+repack2-1_all.deb
  to main/l/lame/lame-doc_3.98.4+repack2-1_all.deb
lame_3.98.4+repack2-1.debian.tar.gz
  to main/l/lame/lame_3.98.4+repack2-1.debian.tar.gz
lame_3.98.4+repack2-1.dsc
  to main/l/lame/lame_3.98.4+repack2-1.dsc
lame_3.98.4+repack2-1_amd64.deb
  to main/l/lame/lame_3.98.4+repack2-1_amd64.deb
lame_3.98.4+repack2.orig.tar.gz
  to main/l/lame/lame_3.98.4+repack2.orig.tar.gz
libmp3lame-dev_3.98.4+repack2-1_amd64.deb
  to main/l/lame/libmp3lame-dev_3.98.4+repack2-1_amd64.deb
libmp3lame0_3.98.4+repack2-1_amd64.deb
  to main/l/lame/libmp3lame0_3.98.4+repack2-1_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 90...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andres Mejia  (supplier of updated lame 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: Thu, 28 Jul 2011 19:14:03 -0400
Source: lame
Binary: lame lame-doc libmp3lame0 libmp3lame-dev
Architecture: source amd64 all
Version: 3.98.4+repack2-1
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 

Changed-By: Andres Mejia 
Description: 
 lame   - MP3 encoding library (frontend)
 lame-doc   - MP3 encoding library (documentation)
 libmp3lame-dev - MP3 encoding library (development)
 libmp3lame0 - MP3 encoding library
Closes: 90091
Changes: 
 lame (3.98.4+repack2-1) unstable; urgency=low
 .
   * Update debian/copyright to reflect replacement of portableio code from
 upstream.
   * Update README.source to mention ch

Re: lame_3.98.4+repack2-1_amd64.changes ACCEPTED into unstable

2011-07-29 Thread Reinhard Tartler
On Fri, Jul 29, 2011 at 11:32:11 (CEST), Debian FTP Masters wrote:

> Accepted:
> lame-doc_3.98.4+repack2-1_all.deb
>   to main/l/lame/lame-doc_3.98.4+repack2-1_all.deb
> lame_3.98.4+repack2-1.debian.tar.gz
>   to main/l/lame/lame_3.98.4+repack2-1.debian.tar.gz
> lame_3.98.4+repack2-1.dsc
>   to main/l/lame/lame_3.98.4+repack2-1.dsc
> lame_3.98.4+repack2-1_amd64.deb
>   to main/l/lame/lame_3.98.4+repack2-1_amd64.deb
> lame_3.98.4+repack2.orig.tar.gz
>   to main/l/lame/lame_3.98.4+repack2.orig.tar.gz
> libmp3lame-dev_3.98.4+repack2-1_amd64.deb
>   to main/l/lame/libmp3lame-dev_3.98.4+repack2-1_amd64.deb
> libmp3lame0_3.98.4+repack2-1_amd64.deb
>   to main/l/lame/libmp3lame0_3.98.4+repack2-1_amd64.deb
>
>
> Override entries for your package:
> lame-doc_3.98.4+repack2-1_all.deb - optional doc
> lame_3.98.4+repack2-1.dsc - optional sound
> lame_3.98.4+repack2-1_amd64.deb - optional sound
> libmp3lame-dev_3.98.4+repack2-1_amd64.deb - optional libdevel
> libmp3lame0_3.98.4+repack2-1_amd64.deb - optional libs
>
> Announcing to debian-devel-chan...@lists.debian.org
> Closing bugs: 90091 
>

Whoohoo, finally! Kudos to everyone involved.

BTW, I actually wanted to do upload libav to unstable today, and stopped
the final build when I've noticed this. Unfortunately, I'll be offline
until tomorrow afternoon, so everyone feel free the build and upload
earlier what currently in the 'master-0.6' branch. Severity is set to
medium because of #635695, #635324 and #625284.

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


Re: lame_3.98.4+repack2-1_amd64.changes ACCEPTED into unstable

2011-07-29 Thread Benjamin Drung
Am Freitag, den 29.07.2011, 12:04 +0200 schrieb Reinhard Tartler:
> On Fri, Jul 29, 2011 at 11:32:11 (CEST), Debian FTP Masters wrote:
> 
> > Accepted:
> > lame-doc_3.98.4+repack2-1_all.deb
> >   to main/l/lame/lame-doc_3.98.4+repack2-1_all.deb
> > lame_3.98.4+repack2-1.debian.tar.gz
> >   to main/l/lame/lame_3.98.4+repack2-1.debian.tar.gz
> > lame_3.98.4+repack2-1.dsc
> >   to main/l/lame/lame_3.98.4+repack2-1.dsc
> > lame_3.98.4+repack2-1_amd64.deb
> >   to main/l/lame/lame_3.98.4+repack2-1_amd64.deb
> > lame_3.98.4+repack2.orig.tar.gz
> >   to main/l/lame/lame_3.98.4+repack2.orig.tar.gz
> > libmp3lame-dev_3.98.4+repack2-1_amd64.deb
> >   to main/l/lame/libmp3lame-dev_3.98.4+repack2-1_amd64.deb
> > libmp3lame0_3.98.4+repack2-1_amd64.deb
> >   to main/l/lame/libmp3lame0_3.98.4+repack2-1_amd64.deb
> >
> >
> > Override entries for your package:
> > lame-doc_3.98.4+repack2-1_all.deb - optional doc
> > lame_3.98.4+repack2-1.dsc - optional sound
> > lame_3.98.4+repack2-1_amd64.deb - optional sound
> > libmp3lame-dev_3.98.4+repack2-1_amd64.deb - optional libdevel
> > libmp3lame0_3.98.4+repack2-1_amd64.deb - optional libs
> >
> > Announcing to debian-devel-chan...@lists.debian.org
> > Closing bugs: 90091 
> >
> 
> Whoohoo, finally! Kudos to everyone involved.

\o/ Audacity with LAME enabled is on the way.

-- 
Benjamin Drung
Debian & Ubuntu Developer


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

Re: [SCM] xvidcore/master: Explicitely Build-Conflict against yasm on kfreebsd-amd64.

2011-07-29 Thread Fabian Greffrath
Am 29.07.2011 11:18, schrieb Reinhard Tartler:
> I've compiled current git on asdfasdf.debian.net. Find the buildlog
> below. I'm particularily nervous about the symbols diffs:

I'd say it looks good. As for the symbols diff, I have no idea where
it comes from, but it also appeared for the last successful build on
kfreebsd-i386, c.f.




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


Donation Confidentiel

2011-07-29 Thread Lucienne Gaspard
Bonsoir, 

Je 
suis Mlle Lucienne Gaspard, ancienne agente de douane a Malte actuellement 
hospitalisé a Manchester pour raison de santé.










Je souffre d'une 
tumeur au cerveau.










Le résultat de 
certaines de mes analyses médicales faisait état de ce que mes jours sur terre 
sont comptés.
Malheureusement je n'ai ni famille ni enfant qui pourra 
bénéficier de cet argent.










Il m'a été conseillé 
par le Père de mon église et guide spirituel d'en faire une donation afin que 
le 
SEIGNEUR me pardonne mes péchés car j'ai eu à effectuer des trafics illégaux 
dans le domaine de la drogue et des armes durant mon parcourt.
Vous êtes donc 
bénéficiaire de 204.000€; je vous l'offre du fond du cœur. Veuillez l'accepter 
et faîtes-en bon usage. Je réclame juste des prières afin que mon opération se 
passe très bien.










Veuillez prendre 
contacte avec mon avovat pour rentrer en possession de votre donation car il 
vous appartient déjà dès à présent.











Nom de l'avocat: 
Nicolas BAVEREZ
E-mail: nicolasbave...@aol.fr











Cordialement











MLLE 
GASPARD









___
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] crtmpserver/master: Split package to 4 parts

2011-07-29 Thread Andriy Beregovenko
Hi,

On Thursday 28 July 2011 14:04:39 Alessio Treglia you wrote:
> On Thu, Jul 28, 2011 at 8:25 AM,   wrote:
> > The following commit has been merged in the master branch:
> > commit 589879437b6083106bb2ffa4a09ec6fff7cd5b0c
> > Author: Andriy Beregovenko 
> > Date:   Thu Jul 28 01:31:05 2011 +0300
> > 
> >Split package to 4 parts
> > 
> >libs will install only basic libs (common and thelib)
> >apps will install only applications
> >main will install main binary, doc, examples, init script and basic
> > configuration file
> 
> \o/
> 
> What's the rationale?

In fact, this software is the platform that consists of several components:
- the main component library;
- applications that use these libraries;
- actually the main executable file / daemon and supported files like docs, 
configs etc...

We can install only crtmpserver-libs and crtmpserver-dev and makes own 
software.

-- 
With best regards,
Andriy

___
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: lame_3.98.4+repack2-1_amd64.changes ACCEPTED into unstable

2011-07-29 Thread Romain Beauxis
2011/7/29 Debian FTP Masters :
> Accepted:
> lame-doc_3.98.4+repack2-1_all.deb
>  to main/l/lame/lame-doc_3.98.4+repack2-1_all.deb
(...)

Guys,

I am impressed, really impressed...

Thanks you all!

Romain

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


RFS: lebiniou, lebiniou-data (3rd try) (new upstream version)

2011-07-29 Thread Olivier Girondel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear mentors,

I am looking for a sponsor for my packages "lebiniou" and
"lebiniou-data".

 Package name: lebiniou, lebiniou-data
 Version : 3.9-1
 Upstream Author : Olivier Girondel 
 URL : http://biniou.net
 License : GPLv2
 Section : graphics

They build these binary packages:

lebiniou  - displays images that evolve with sound
lebiniou-data - Datafiles for Le Biniou

The packages appear to be lintian (--pedantic) clean.

The upload would fix these bugs: 610042, 620899

My motivation for maintaining these packages is: I'm upstream for this
software, which has more than fifteen years of existence running on
GNU/Linux-based systems (esp. Debian), and *BSD. It's been appreciated
and used as a VJing tool, and I think packaging it will make the
procedures smoother for users as well as broadening its audience.

The packages can be found on mentors.debian.net:

- - URL: http://mentors.debian.net/debian/pool/main/l/lebiniou
- - Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- - dget
http://mentors.debian.net/debian/pool/main/l/lebiniou/lebiniou_3.9-1.dsc

and
- - URL: http://mentors.debian.net/debian/pool/main/l/lebiniou-data
- - Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- - dget
http://mentors.debian.net/debian/pool/main/l/lebiniou-data/lebiniou-data_3.9-1.dsc

I would be glad if someone uploaded these packages for me.

Kind regards,

  Olivier Girondel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk4yzTEACgkQpqVXaJzJYNLgwQCfUZ8uly2+4yjvlF77Fzb5IoaD
eEQAoIeHMs7iWpDKQwFRyjtRw6M0LOX5
=ZU+S
-END 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#635941: www.debian.org: "Software that can't be packaged" page should be updated

2011-07-29 Thread Andres Mejia
Package: www.debian.org
Severity: normal

The page at 'http://www.debian.org/devel/wnpp/unable-to-package' should be
updated. LAME has been accepted into Debian, thus the bullet point mentioning
LAME and other packages similar to LAME is no longer true.

See also http://packages.qa.debian.org/l/lame/news/20110729T093211Z.html

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

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



___
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#635948: jkmeter: FTBFS with libpng 1.5

2011-07-29 Thread Nobuhiro Iwamatsu
Source: jkmeter
Version: 0.4.0-3
Severity: important
Tags: patch
User: lib...@packages.debian.org
Usertags: libpng15-transition

Hi,

I uploaded libpng 1.5.2 to experimental.
libpng maintainers plan to transition from libpng 1.2 to 1.5.
I am checking build it the package depend to libpng.

I noticed your package FTBFS by libpng 1.5.
I created the patch that revise this problem.
Could you check and apply this patch?

Best regards,
  Nobuhiro

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

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff -Nru jkmeter-0.4.0/debian/changelog jkmeter-0.4.0/debian/changelog
--- jkmeter-0.4.0/debian/changelog	2010-12-04 09:22:42.0 +0900
+++ jkmeter-0.4.0/debian/changelog	2011-06-06 16:18:39.0 +0900
@@ -1,3 +1,10 @@
+jkmeter (0.4.0-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * libpng transition.
+
+ -- Nobuhiro Iwamatsu   Mon, 06 Jun 2011 16:18:29 +0900
+
 jkmeter (0.4.0-3) unstable; urgency=low
 
   * Pass -pthread flag to the linker to fix FTBFS with binutils-gold.
diff -Nru jkmeter-0.4.0/debian/patches/debian-changes-0.4.0-3.1 jkmeter-0.4.0/debian/patches/debian-changes-0.4.0-3.1
--- jkmeter-0.4.0/debian/patches/debian-changes-0.4.0-3.1	1970-01-01 09:00:00.0 +0900
+++ jkmeter-0.4.0/debian/patches/debian-changes-0.4.0-3.1	2011-06-06 16:25:41.0 +0900
@@ -0,0 +1,44 @@
+Description: Upstream changes introduced in version 0.4.0-3.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ jkmeter (0.4.0-3.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * libpng transition.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Nobuhiro Iwamatsu 
+
+---
+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: , 
+Bug: 
+Bug-Debian: http://bugs.debian.org/
+Bug-Ubuntu: https://launchpad.net/bugs/
+Forwarded: 
+Reviewed-By: 
+Last-Update: 
+
+--- jkmeter-0.4.0.orig/source/mkimage.cc
 jkmeter-0.4.0/source/mkimage.cc
+@@ -73,9 +73,15 @@ XImage *mkimage (const char *file, X_dis
+   PNG_TRANSFORM_STRIP_16 | PNG_TRANSFORM_PACKING | PNG_TRANSFORM_EXPAND,
+   0);
+ 
++#if PNG_LIBPNG_VER_MAJOR >= 1 && PNG_LIBPNG_VER_MINOR >= 4
++	dx = png_get_image_width(png_ptr, png_info);
++	dy = png_get_image_height(png_ptr, png_info);
++	dp = (png_get_color_type(png_ptr, png_info) & PNG_COLOR_MASK_ALPHA) ? 4 : 3;
++#else
+ dx = png_info->width;
+ dy = png_info->height;
+ dp = (png_info->color_type & PNG_COLOR_MASK_ALPHA) ? 4 : 3;
++#endif
+ data = (const unsigned char **)(png_get_rows (png_ptr, png_info));
+ 
+ image = XCreateImage (disp->dpy (),
diff -Nru jkmeter-0.4.0/debian/patches/series jkmeter-0.4.0/debian/patches/series
--- jkmeter-0.4.0/debian/patches/series	2010-08-07 17:05:28.0 +0900
+++ jkmeter-0.4.0/debian/patches/series	2011-06-06 16:22:06.0 +0900
@@ -1 +1,2 @@
 01-makefile.patch
+debian-changes-0.4.0-3.1
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Re: [pkg-cli-apps-team] Bug#635321: https://bugzilla.gnome.org/show_bug.cgi?id=637216

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

> reassign 635321 libsoundtouch0
Bug #635321 [banshee] banshee: crashes at launch
Bug reassigned from package 'banshee' to 'libsoundtouch0'.
Bug No longer marked as found in versions banshee/2.0.1-3 and banshee/2.1.0-1.
> affects 635321 + banshee
Bug #635321 [libsoundtouch0] banshee: crashes at launch
Added indication that 635321 affects banshee
> forwarded 635321 https://bugzilla.gnome.org/show_bug.cgi?id=637216
Bug #635321 [libsoundtouch0] banshee: crashes at launch
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=637216'.
> thanks
Stopping processing here.

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

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

> found 635321 1.6.0-1
Bug #635321 [libsoundtouch0] banshee: crashes at launch
Bug Marked as found in versions soundtouch/1.6.0-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
635321: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635321
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: retitle 635321 to memory corruption when using bpmdetect

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

> retitle 635321 memory corruption when using bpmdetect
Bug #635321 [libsoundtouch0] banshee: crashes at launch
Changed Bug title to 'memory corruption when using bpmdetect' from 'banshee: 
crashes at launch'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
635321: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635321
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 lame_3.98.4+repack2-2_amd64.changes

2011-07-29 Thread Debian FTP Masters
lame_3.98.4+repack2-2_amd64.changes uploaded successfully to localhost
along with the files:
  lame_3.98.4+repack2-2.dsc
  lame_3.98.4+repack2-2.debian.tar.gz
  lame_3.98.4+repack2-2_amd64.deb
  lame-doc_3.98.4+repack2-2_all.deb
  libmp3lame0_3.98.4+repack2-2_amd64.deb
  libmp3lame-dev_3.98.4+repack2-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#635966: lame: FTBFS in parallel (-jN): test/mkdir race condition

2011-07-29 Thread Aaron M. Ucko
Source: lame
Version: 3.98.4+repack2-1
Severity: serious
Justification: fails to build from source

The i386 build of lame (invoked with -j4) failed due to a race
condition between test and mkdir:

Making all in i386
make[4]: Entering directory `.../lame-3.98.4+repack2/libmp3lame/i386'
test -d .libs || mkdir .libs
test -d .libs || mkdir .libs
test -d .libs || mkdir .libs
test -d .libs || mkdir .libs
mkdir: cannot create directory `.libs': File exists

I'd suggest invoking mkdir with the -p flag, at which point the calls
to test would be redundant.  Could you please look into the matter?

Thanks!

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

Kernel: Linux 3.0.0-1-amd64 (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 lame depends on:
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libmp3lame0 3.98.4+repack2-1 MP3 encoding library
ii  libncurses5 5.9-1shared libraries for terminal hand

lame recommends no packages.

lame suggests no packages.

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


Processing of xvidcore_1.3.2-5_amd64.changes

2011-07-29 Thread Debian FTP Masters
xvidcore_1.3.2-5_amd64.changes uploaded successfully to localhost
along with the files:
  xvidcore_1.3.2-5.dsc
  xvidcore_1.3.2-5.debian.tar.gz
  libxvidcore4_1.3.2-5_amd64.deb
  libxvidcore-dev_1.3.2-5_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


lame_3.98.4+repack2-2_amd64.changes ACCEPTED into unstable

2011-07-29 Thread Debian FTP Masters



Accepted:
lame-doc_3.98.4+repack2-2_all.deb
  to main/l/lame/lame-doc_3.98.4+repack2-2_all.deb
lame_3.98.4+repack2-2.debian.tar.gz
  to main/l/lame/lame_3.98.4+repack2-2.debian.tar.gz
lame_3.98.4+repack2-2.dsc
  to main/l/lame/lame_3.98.4+repack2-2.dsc
lame_3.98.4+repack2-2_amd64.deb
  to main/l/lame/lame_3.98.4+repack2-2_amd64.deb
libmp3lame-dev_3.98.4+repack2-2_amd64.deb
  to main/l/lame/libmp3lame-dev_3.98.4+repack2-2_amd64.deb
libmp3lame0_3.98.4+repack2-2_amd64.deb
  to main/l/lame/libmp3lame0_3.98.4+repack2-2_amd64.deb


Override entries for your package:
lame-doc_3.98.4+repack2-2_all.deb - optional doc
lame_3.98.4+repack2-2.dsc - source sound
lame_3.98.4+repack2-2_amd64.deb - optional sound
libmp3lame-dev_3.98.4+repack2-2_amd64.deb - optional libdevel
libmp3lame0_3.98.4+repack2-2_amd64.deb - optional libs

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


Thank you for your contribution to Debian.

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


Re: [Lame-dev] New lame upstream release?

2011-07-29 Thread Alexander Leidinger
On Thu, 28 Jul 2011 18:09:29 -0400 Andres Mejia 
wrote:

> It's disabled because of the "AM_PATH_GTK" macro in configure.in.
> Perhaps the m4 file that defines this macro should be included with
> lame then.

Uhm... the macro came with the official gtk1.x. I don't remember
exactly the auto* behavior, but I thought it takes the macros into
aclocal or some similar file inside the tree. So it should be either
available in the CVS already and you should make sure you didn't
overwrite it by accident, or you can copy it from the last official
gtk1 release.

Bye,
Alexander.

-- 
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137

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


xvidcore_1.3.2-5_amd64.changes ACCEPTED into unstable

2011-07-29 Thread Debian FTP Masters



Accepted:
libxvidcore-dev_1.3.2-5_amd64.deb
  to main/x/xvidcore/libxvidcore-dev_1.3.2-5_amd64.deb
libxvidcore4_1.3.2-5_amd64.deb
  to main/x/xvidcore/libxvidcore4_1.3.2-5_amd64.deb
xvidcore_1.3.2-5.debian.tar.gz
  to main/x/xvidcore/xvidcore_1.3.2-5.debian.tar.gz
xvidcore_1.3.2-5.dsc
  to main/x/xvidcore/xvidcore_1.3.2-5.dsc


Override entries for your package:
libxvidcore-dev_1.3.2-5_amd64.deb - optional libdevel
libxvidcore4_1.3.2-5_amd64.deb - optional libs
xvidcore_1.3.2-5.dsc - source libs

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


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#635719: marked as done (xvidcore: FTBFS (kfreebsd-amd64): relocation R_X86_64_PC32 against symbol `xvid_FIR_14_3_2_1' can not be used when making a shared object; recompile with -fPIC)

2011-07-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Jul 2011 20:54:53 +
with message-id 
and subject line Bug#635719: fixed in xvidcore 2:1.3.2-5
has caused the Debian Bug report #635719,
regarding xvidcore: FTBFS (kfreebsd-amd64): relocation R_X86_64_PC32 against 
symbol `xvid_FIR_14_3_2_1' can not be used when making a shared object; 
recompile with -fPIC
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.)


-- 
635719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635719
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xvidcore
Version: 2:1.3.2-4
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 kfreebsd-amd64 buildds:

  A: utils/x86_asm/cpuid.asm
  A: plugins/x86_asm/plugin_ssim-a.asm
  L: libxvidcore.a
  L: libxvidcore.so.4.3
/usr/bin/ld: image/x86_asm/qpel_mmx.o: relocation R_X86_64_PC32 against symbol 
`xvid_FIR_14_3_2_1' can not be used when making a shared object; recompile with 
-fPIC
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[1]: *** [libxvidcore.so.4.3] Error 1

Maybe some architecture-detection broke when adding hurd?

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=xvidcore&arch=kfreebsd-amd64&ver=2%3A1.3.2-4&stamp=1311849180

Regards

Christoph

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


--- End Message ---
--- Begin Message ---
Source: xvidcore
Source-Version: 2:1.3.2-5

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

libxvidcore-dev_1.3.2-5_amd64.deb
  to main/x/xvidcore/libxvidcore-dev_1.3.2-5_amd64.deb
libxvidcore4_1.3.2-5_amd64.deb
  to main/x/xvidcore/libxvidcore4_1.3.2-5_amd64.deb
xvidcore_1.3.2-5.debian.tar.gz
  to main/x/xvidcore/xvidcore_1.3.2-5.debian.tar.gz
xvidcore_1.3.2-5.dsc
  to main/x/xvidcore/xvidcore_1.3.2-5.dsc



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

Debian distribution maintenance software
pp.
Fabian Greffrath  (supplier of updated xvidcore 
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, 29 Jul 2011 10:07:49 +0200
Source: xvidcore
Binary: libxvidcore4 libxvidcore-dev
Architecture: source amd64
Version: 2:1.3.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Fabian Greffrath 
Description: 
 libxvidcore-dev - Open source MPEG-4 video codec (development)
 libxvidcore4 - Open source MPEG-4 video codec (library)
Closes: 635719
Changes: 
 xvidcore (2:1.3.2-5) unstable; urgency=low
 .
   * Introduce a debian/confflags file to conditionally disable
 assembly optimizations on certain archs until we introduce flavours.
   * Disable yasm support for kfreebsd-amd64 again, it is known
 to be broken and also disabled in FreeBSD (Closes: #635719).
Checksums-Sha1: 
 3cf4725cb7da539346f17a14b9e350d539197ca5 1457 xvidcore_1.3.2-5.dsc
 c97f3e464ac418bdc223f8d3220c1fdc0a043aa2 6747 xvidcore_1.3.2-5.debian.tar.gz
 3b9307442f68f4668ea90648dde41c9dfddc602f 326592 libxvidcore4_1.3.2-5_amd64.deb
 808ccdf03ef7b714483893b3521586ae7edac80e 378938 
libxvidcore-dev_1.3.2-5_amd64.deb
Checksums-Sha256: 
 5c394b3c37bf44836a838da66489e4bc2489678a23f89a36594e0e48831d51b3 1457 
xvidcore_1.3.2-5.dsc
 b3230bff6c1fc3faf848354c267aa2e78dd155363439d0267e4aa235a6c493d9 6747 
xvidcore_1.3.2-5.debian.tar.gz
 e87148e1422acbda5b3a25ee23eca22fab740583fe43d2a8086dc4e2db4b60b7 326592 
libxvidcore4_1.3.2-5_amd64.deb
 13c3dccd96363b84b79bdda2bcbfa6785a40c4fc2c02ab11726a2569ad7fec0e 378938 
libxvidcore-dev_1.3.2-5_amd64.deb
Files: 
 1e60f9652d6b7637d2537b70e0855aef 1457 libs optional xvidcore_1.3.2-5.dsc
 8259f5a6f0a40270f52ec9c216c6bf80 6747 libs optional 
xvidcore_1.3.2-5.debian.tar.gz
 ad2544f18a2f4664315aa036f1f5dcae 326592 libs optional 
libxvidcore4_1.3.2-5_amd64.deb
 d5d4d6833e81550336f0e0a9402833a7 378938 libdevel optional 
libxvidcore-dev_1.3.2-5_amd64.deb

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

iEYEARECAAYFAk4zFgoACgkQgsFbAuXxMZavmQCfd5A4/yq97vRfymS3JWKeqjv2
ZKoAoMByd1OFYLCwyolpWIohYDpdL6Th
=lgD

Re: [Lame-dev] New lame upstream release?

2011-07-29 Thread Alexander Leidinger
On Wed, 27 Jul 2011 18:26:23 -0400 Andres Mejia 
wrote:

> We outright disable the use of the GTK frontend, since it requires a
> very old version of GTK. I think there are better tools out now
> (audacity maybe). Perhaps the GTK frontend should be removed from lame
> entirely.

The GTK frontend is a mp3-algorithm debugging frontend. IIRC there's a
configure option to disable it, so I'm a little bit puzzled why you
need to remove it from configure.in.

> The other change simply changes how the debian directory is included
> in the generated tarball. The debian directory still gets included,
> but there's no need to have any "Makefile*" files in the debian
> directory. This would remove our need to patch the build system for
> each release of lame.

The Makefiles are there so that our release-tarball contains the debian
directory (auto* magic) and everyone can create a debian package. If
you (as the debian project) tell that this is not necessary anymore
(because you will take care about it like I do it in the FreeBSD
package system), we can either remove the makefiles, or the
complete debian directory. What's the best way in your opinion?

Bye,
Alexander.

-- 
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137

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


Processed: Re: Bug#635966: lame: FTBFS in parallel (-jN): test/mkdir race condition

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

> fixed 635966 3.98.4+repack2-2
Bug #635966 [src:lame] lame: FTBFS in parallel (-jN): test/mkdir race condition
Bug Marked as fixed in versions lame/3.98.4+repack2-2.
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
635966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635966
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#635966: marked as done (lame: FTBFS in parallel (-jN): test/mkdir race condition)

2011-07-29 Thread Debian Bug Tracking System
Your message dated Fri, 29 Jul 2011 17:21:30 -0400
with message-id 

and subject line Re: Bug#635966: lame: FTBFS in parallel (-jN): test/mkdir race 
condition
has caused the Debian Bug report #635966,
regarding lame: FTBFS in parallel (-jN): test/mkdir race condition
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.)


-- 
635966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635966
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lame
Version: 3.98.4+repack2-1
Severity: serious
Justification: fails to build from source

The i386 build of lame (invoked with -j4) failed due to a race
condition between test and mkdir:

Making all in i386
make[4]: Entering directory `.../lame-3.98.4+repack2/libmp3lame/i386'
test -d .libs || mkdir .libs
test -d .libs || mkdir .libs
test -d .libs || mkdir .libs
test -d .libs || mkdir .libs
mkdir: cannot create directory `.libs': File exists

I'd suggest invoking mkdir with the -p flag, at which point the calls
to test would be redundant.  Could you please look into the matter?

Thanks!

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

Kernel: Linux 3.0.0-1-amd64 (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 lame depends on:
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libmp3lame0 3.98.4+repack2-1 MP3 encoding library
ii  libncurses5 5.9-1shared libraries for terminal hand

lame recommends no packages.

lame suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
fixed 635966 3.98.4+repack2-2
stop

On Fri, Jul 29, 2011 at 4:16 PM, Aaron M. Ucko  wrote:
> Source: lame
> Version: 3.98.4+repack2-1
> Severity: serious
> Justification: fails to build from source
>
> The i386 build of lame (invoked with -j4) failed due to a race
> condition between test and mkdir:
>
>    Making all in i386
>    make[4]: Entering directory `.../lame-3.98.4+repack2/libmp3lame/i386'
>    test -d .libs || mkdir .libs
>    test -d .libs || mkdir .libs
>    test -d .libs || mkdir .libs
>    test -d .libs || mkdir .libs
>    mkdir: cannot create directory `.libs': File exists
>
> I'd suggest invoking mkdir with the -p flag, at which point the calls
> to test would be redundant.  Could you please look into the matter?
>
> Thanks!
>
> -- System Information:
> Debian Release: wheezy/sid
>  APT prefers testing
>  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 3.0.0-1-amd64 (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 lame depends on:
> ii  libc6                   2.13-10          Embedded GNU C Library: Shared 
> lib
> ii  libmp3lame0             3.98.4+repack2-1 MP3 encoding library
> ii  libncurses5             5.9-1            shared libraries for terminal 
> hand
>
> lame recommends no packages.
>
> lame suggests no packages.
>
> -- no debconf 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
>

I made an upload to fix this before this bug report was submitted.
This issue is fixed now.

-- 
Regards,
Andres Mejia

--- End Message ---
___
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: [Lame-dev] New lame upstream release?

2011-07-29 Thread Rogério Brito
Hi there.

Just an update to the LAME-side of the discussion, LAME just got
accepted (with the replacement of the files by Apple) in Debian's
unstable distribution, by inclusion of the following patch of Andres:

2011/7/28 Andres Mejia :
> https://sourceforge.net/tracker/?func=detail&aid=3381198&group_id=290&atid=300290

This means that:

* LAME is available for a wider range of people, including its
function as an MP3 library;
* The inclusion process has followed an auditing process regarding to
Free Software compliance (which, in fact, required our change of some
of top level files and of the portableio.[ch] in the frontend
subdirectory);
* The availability of builds for many architectures, including some
which may have not seen too much testing so far, like mips, mipsel,
sparc, and s390;
* The revelation of a problem (race condition) in the parallel build
process of our source code.

I will commit some of the changes in the next few days. One question
here: is it worth rewriting the portableio.[ch] to be more portable,
as the name implies? I would love to know if he have broken the build
in platforms like, say, OS/2 or AmigaOS, which I've heard that people
use/used...

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

Re: RFS: lebiniou, lebiniou-data (3rd try) (new upstream version)

2011-07-29 Thread Kilian Krause
Hi Olivier,

On Fri, Jul 29, 2011 at 05:09:37PM +0200, Olivier Girondel wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Dear mentors,
> 
> I am looking for a sponsor for my packages "lebiniou" and
> "lebiniou-data".
> 
>  Package name: lebiniou, lebiniou-data
>  Version : 3.9-1
>  Upstream Author : Olivier Girondel 
>  URL : http://biniou.net
>  License : GPLv2
>  Section : graphics
> 
> They build these binary packages:
> 
> lebiniou  - displays images that evolve with sound
> lebiniou-data - Datafiles for Le Biniou
> 
> The packages appear to be lintian (--pedantic) clean.
> 
> The upload would fix these bugs: 610042, 620899
> 
> My motivation for maintaining these packages is: I'm upstream for this
> software, which has more than fifteen years of existence running on
> GNU/Linux-based systems (esp. Debian), and *BSD. It's been appreciated
> and used as a VJing tool, and I think packaging it will make the
> procedures smoother for users as well as broadening its audience.
> 
> The packages can be found on mentors.debian.net:
> 
> - - URL: http://mentors.debian.net/debian/pool/main/l/lebiniou
> - - Source repository: deb-src http://mentors.debian.net/debian unstable
> main contrib non-free
> - - dget
> http://mentors.debian.net/debian/pool/main/l/lebiniou/lebiniou_3.9-1.dsc

what's the reason to have:

1. dh-autoreconf (none of the patches requires this)
2. OSS as default audio driver upstream (and thus Debian patch)
3. extra -O3 when -O2 is already set as the Debian default?
4. a different lebiniou tarball than the one from your upstream website

Regarding fonts/FreeMono.ttf I'm not sure whether that one needs to be
removed from the source tarball too.

> and
> - - URL: http://mentors.debian.net/debian/pool/main/l/lebiniou-data
> - - Source repository: deb-src http://mentors.debian.net/debian unstable
> main contrib non-free
> - - dget
> http://mentors.debian.net/debian/pool/main/l/lebiniou-data/lebiniou-data_3.9-1.dsc

1. The public domain license is not printed verbatim in debian/copyright.
   Needs to be added.
2. Won't built for me with "pdebuild -- --twice" due to:
Making all in sequences
make[2]: Entering directory `/tmp/buildd/lebiniou-data-3.9/sequences'
./make-tar.sh
/bin/bash: ./make-tar.sh: No such file or directory
make[2]: *** [sequences.tar.gz] Error 127


Thanks for your work. Please fix these and ping me when you have updated
this.

-- 
Best regards,
Kilian


signature.asc
Description: Digital 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

Re: lame_3.98.4+repack2-1_amd64.changes ACCEPTED into unstable

2011-07-29 Thread Hans-Christoph Steiner


On Jul 29, 2011, at 9:25 AM, Romain Beauxis wrote:


2011/7/29 Debian FTP Masters :

Accepted:
lame-doc_3.98.4+repack2-1_all.deb
 to main/l/lame/lame-doc_3.98.4+repack2-1_all.deb

(...)

Guys,

I am impressed, really impressed...

Thanks you all!

Romain



Yay!  Good work!  I'm going to package a pd lib that depends on LAME  
now :)


.hc




If nature has made any one thing less susceptible than all others of  
exclusive property, it is the action of the thinking power called an  
idea, which an individual may exclusively possess as long as he keeps  
it to himself; but the moment it is divulged, it forces itself into  
the possession of everyone, and the receiver cannot dispossess himself  
of it.- Thomas Jefferson




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


Hej Kära

2011-07-29 Thread Akika
Hej Kära ,
Hur mår du idag? Vet jag att detta förslag skulle kunna vara en överraskning 
för er men
betrakta det som en nödsituation. Jag presenterade mig själv som en fröken 
Akiko Marina.
21 år gammal, från Elfenbenskusten i Västafrika) flyktingar lever nu i Dakar
Senegal hemma utblottade av Förenta nationerna. Jag är den enda dotter till den 
framlidne dr Thomas
Akiko. VD för den kalla och guld och diamanter i bolaget
(Yamoussoukro) Elfenbenskusten. Men han dödades tillsammans med min mamma under
politiska inbördeskrig och all deras egendom var helt förstörd. Men efter
hans död Jag lyckades fly med en insättning av dokument av stor betydelse
INTYG av $ 7.450.000 av
dollars.USD ($ 7.450,000.00) i ett finansbolag som jag är den närmaste släkting.
Letar du efter en pålitlig utländsk hjälpa mig att uppnå mina
sena fars fond
på grund av min situation here.I har kontakt av denna Google-sökning.
Jag kommer gärna att ge dig 25% av den totala för posten av stöd.
5% av de kostnader som gjorts för att se denna överföring gå med framgång.
du är mycket viktigt att du kontaktar mig omedelbart på min privata e-post här
Adress: marina_ak...@yahoo.com
För en mer detaljerad beskrivning av hur vi ska gå vidare. Jag är en tjej som 
pratar engelska med en översättare för att skriva på spanska, Väntar på ditt 
närmaste
svar, tack och Gud välsigne.
Hälsningar
Ms Marina Akiko.
 
KONTAKT: marina_ak...@yahoo.com

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

Hej Kära

2011-07-29 Thread Akika
Hej Kära ,
Hur mår du idag? Vet jag att detta förslag skulle kunna vara en överraskning 
för er men
betrakta det som en nödsituation. Jag presenterade mig själv som en fröken 
Akiko Marina.
21 år gammal, från Elfenbenskusten i Västafrika) flyktingar lever nu i Dakar
Senegal hemma utblottade av Förenta nationerna. Jag är den enda dotter till den 
framlidne dr Thomas
Akiko. VD för den kalla och guld och diamanter i bolaget
(Yamoussoukro) Elfenbenskusten. Men han dödades tillsammans med min mamma under
politiska inbördeskrig och all deras egendom var helt förstörd. Men efter
hans död Jag lyckades fly med en insättning av dokument av stor betydelse
INTYG av $ 7.450.000 av
dollars.USD ($ 7.450,000.00) i ett finansbolag som jag är den närmaste släkting.
Letar du efter en pålitlig utländsk hjälpa mig att uppnå mina
sena fars fond
på grund av min situation here.I har kontakt av denna Google-sökning.
Jag kommer gärna att ge dig 25% av den totala för posten av stöd.
5% av de kostnader som gjorts för att se denna överföring gå med framgång.
du är mycket viktigt att du kontaktar mig omedelbart på min privata e-post här
Adress: marina_ak...@yahoo.com
För en mer detaljerad beskrivning av hur vi ska gå vidare. Jag är en tjej som 
pratar engelska med en översättare för att skriva på spanska, Väntar på ditt 
närmaste
svar, tack och Gud välsigne.
Hälsningar
Ms Marina Akiko.
 
KONTAKT: marina_ak...@yahoo.com

___
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#635966: lame: FTBFS in parallel (-jN): test/mkdir race condition

2011-07-29 Thread Aaron M. Ucko
Andres Mejia  writes:

> I made an upload to fix this before this bug report was submitted.
> This issue is fixed now.

Great; thanks for promptly spotting and taking care of the problem, and
sorry for the extraneous bug report.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu



___
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 audacity_1.3.13-5_amd64.changes

2011-07-29 Thread Debian FTP Masters
audacity_1.3.13-5_amd64.changes uploaded successfully to localhost
along with the files:
  audacity_1.3.13-5.dsc
  audacity_1.3.13-5.debian.tar.gz
  audacity_1.3.13-5_amd64.deb
  audacity-data_1.3.13-5_all.deb
  audacity-dbg_1.3.13-5_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


audacity_1.3.13-5_amd64.changes ACCEPTED into unstable

2011-07-29 Thread Debian FTP Masters



Accepted:
audacity-data_1.3.13-5_all.deb
  to main/a/audacity/audacity-data_1.3.13-5_all.deb
audacity-dbg_1.3.13-5_amd64.deb
  to main/a/audacity/audacity-dbg_1.3.13-5_amd64.deb
audacity_1.3.13-5.debian.tar.gz
  to main/a/audacity/audacity_1.3.13-5.debian.tar.gz
audacity_1.3.13-5.dsc
  to main/a/audacity/audacity_1.3.13-5.dsc
audacity_1.3.13-5_amd64.deb
  to main/a/audacity/audacity_1.3.13-5_amd64.deb


Override entries for your package:
audacity-data_1.3.13-5_all.deb - optional sound
audacity-dbg_1.3.13-5_amd64.deb - extra debug
audacity_1.3.13-5.dsc - source sound
audacity_1.3.13-5_amd64.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 600747 634303 


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#600747: marked as done (audacity: Can't open download page for free lame MP3 codec)

2011-07-29 Thread Debian Bug Tracking System
Your message dated Sat, 30 Jul 2011 00:17:23 +
with message-id 
and subject line Bug#600747: fixed in audacity 1.3.13-5
has caused the Debian Bug report #600747,
regarding audacity: Can't open download page for free lame MP3 codec
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.)


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

Package: audacity
Version: 1.3.5-2+lenny1
Severity: normal

*** Please type your report below this line ***

If I try to export some sound track to MP3
format(File->Export->Save->Ok) audacity
shows me user-friendly dialog, which helps to download some free lame
codec from the Internet. But if I click on "Download.." button nothing
happens.
To the stdout(or stderr?) audacity prints message:
"execvp(epiphany, http://audacity.sourceforge.net/lame) failed with
error 2!".

I think, in this situation audacity should run system browser.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.35 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacity depends on:
ii  libasound2 1.0.16-2  ALSA library
ii  libc6  2.7-18lenny4  GNU C Library: Shared libraries
ii  libexpat1  2.0.1-4+lenny3XML parsing C library -
runtime li
ii  libflac++6 1.2.1-1.2 Free Lossless Audio Codec -
C++ ru
ii  libflac8   1.2.1-1.2 Free Lossless Audio Codec -
runtim
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libglib2.0-0   2.16.6-3  The GLib library of C routines
ii  libgtk2.0-02.12.12-1~lenny1  The GTK+ graphical user
interface
ii  libid3tag0 0.15.1b-10ID3 tag reading library
from the M
ii  libjack0   0.109.2-5 JACK Audio Connection Kit
(librari
ii  libmad00.15.1b-4 MPEG audio decoder library
ii  libogg01.1.3-4   Ogg Bitstream Library
ii  libsndfile11.0.17-4+lenny2   Library for reading/writing
audio
ii  libsoundtouch1c2   1.3.1-2   sound stretching library
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libvorbis0a1.2.0.dfsg-3.1+lenny1 The Vorbis General Audio
Compressi
ii  libvorbisenc2  1.2.0.dfsg-3.1+lenny1 The Vorbis General Audio
Compressi
ii  libvorbisfile3 1.2.0.dfsg-3.1+lenny1 The Vorbis General Audio
Compressi
ii  libwxbase2.6-0 2.6.3.2.2-3+lenny1wxBase library (runtime) -
non-GUI
ii  libwxgtk2.6-0  2.6.3.2.2-3+lenny1wxWidgets Cross-platform
C++ GUI t

audacity recommends no packages.

Versions of packages audacity suggests:
pn  ladspa-plugin  (no description available)

-- no debconf information


<>--- End Message ---
--- Begin Message ---
Source: audacity
Source-Version: 1.3.13-5

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

audacity-data_1.3.13-5_all.deb
  to main/a/audacity/audacity-data_1.3.13-5_all.deb
audacity-dbg_1.3.13-5_amd64.deb
  to main/a/audacity/audacity-dbg_1.3.13-5_amd64.deb
audacity_1.3.13-5.debian.tar.gz
  to main/a/audacity/audacity_1.3.13-5.debian.tar.gz
audacity_1.3.13-5.dsc
  to main/a/audacity/audacity_1.3.13-5.dsc
audacity_1.3.13-5_amd64.deb
  to main/a/audacity/audacity_1.3.13-5_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 600...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung  (supplier of updated audacity 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: Fri, 29 Jul 2011 18:06:22 +0200
Source: audacity
Binary: audacity audacity-data audacity-dbg
Architecture: source amd64 all
Version: 1.3.13-5
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Benjamin Drung 
Description: 
 audacity   - fast, cross-platform audio editor
 audacity-data - fast, cross-platform audio editor (data)
 audacity-dbg - fast, cross-

Bug#634303: marked as done (audacity: debian/control uses hardcoded list of non-Linux architectures)

2011-07-29 Thread Debian Bug Tracking System
Your message dated Sat, 30 Jul 2011 00:17:23 +
with message-id 
and subject line Bug#634303: fixed in audacity 1.3.13-5
has caused the Debian Bug report #634303,
regarding audacity: debian/control uses hardcoded list of non-Linux 
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.)


-- 
634303: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634303
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: audacity
Severity: wishlist
User: debian-de...@lists.debian.org
Usertags: linux-any

The debian/control file in audacity uses a negated list of architectures
to specify a package relationship (most likely Build-Depends) on a
Linux-specific package.  I.e. something like:

 Build-Depends: libfoo-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]

This is problematic because it will fail for any future kfreebsd-* or hurd-*
architecture (like the upcoming kfreebsd-mipsel port).  The correct way
would be to use dpkg architecture wildcards, e.g.:

 Build-Depends: libfoo-dev [linux-any]

Please consider making this adjustment to make life easier for future
porting efforts.

Thanks!


--- End Message ---
--- Begin Message ---
Source: audacity
Source-Version: 1.3.13-5

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

audacity-data_1.3.13-5_all.deb
  to main/a/audacity/audacity-data_1.3.13-5_all.deb
audacity-dbg_1.3.13-5_amd64.deb
  to main/a/audacity/audacity-dbg_1.3.13-5_amd64.deb
audacity_1.3.13-5.debian.tar.gz
  to main/a/audacity/audacity_1.3.13-5.debian.tar.gz
audacity_1.3.13-5.dsc
  to main/a/audacity/audacity_1.3.13-5.dsc
audacity_1.3.13-5_amd64.deb
  to main/a/audacity/audacity_1.3.13-5_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 634...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung  (supplier of updated audacity 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: Fri, 29 Jul 2011 18:06:22 +0200
Source: audacity
Binary: audacity audacity-data audacity-dbg
Architecture: source amd64 all
Version: 1.3.13-5
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Benjamin Drung 
Description: 
 audacity   - fast, cross-platform audio editor
 audacity-data - fast, cross-platform audio editor (data)
 audacity-dbg - fast, cross-platform audio editor (debug)
Closes: 600747 634303
Changes: 
 audacity (1.3.13-5) unstable; urgency=low
 .
   * Use linux-any instead of hardcoded list of non-Linux architectures.
 (Closes: #634303)
   * Build against libmp3lame. (Closes: #600747)
Checksums-Sha1: 
 edd7b078f9adc97b3427fd9902be8ebcb0a5544c 2592 audacity_1.3.13-5.dsc
 27416fd2c4d1066d6ce31bb21f73216c1a91911c 24410 audacity_1.3.13-5.debian.tar.gz
 4215be054a754ceda6c5bf42d3285ce04b1e3354 2613796 audacity_1.3.13-5_amd64.deb
 db3d4a568142aa807704065f4d35dd0878762a0e 2530698 audacity-data_1.3.13-5_all.deb
 8db8315b8b2efc0d3889a80632e0c9fb507a1bc4 19878556 
audacity-dbg_1.3.13-5_amd64.deb
Checksums-Sha256: 
 2f557ab55aa5268794a229f459e848895c1276907836c346fd8ac25091244f4d 2592 
audacity_1.3.13-5.dsc
 b7655d721fe0fd0698d83ff3deeff1c048326cd27b0f7874b0764d50014a8085 24410 
audacity_1.3.13-5.debian.tar.gz
 278b5ece34056d9d35e1c493f6a3456b374a193fd97e59b876c243961806ad85 2613796 
audacity_1.3.13-5_amd64.deb
 2a16a44b4f56f0eb061df4713f5aa07771cef08a216ffd25f230232e55bff32e 2530698 
audacity-data_1.3.13-5_all.deb
 3a7223bd18eb9a7f408eda249401afe34c161ceeb6fe3a7c8642201da31b1ee7 19878556 
audacity-dbg_1.3.13-5_amd64.deb
Files: 
 4e44095798ca9ba97e7d2bb237115163 2592 sound optional audacity_1.3.13-5.dsc
 9b7d7e25f636a96a4bc0401fde09c24f 24410 sound optional 
audacity_1.3.13-5.debian.tar.gz
 e8cd8e8d7066625b2e5dc849aca85f56 2613796 sound optional 
audacity_1.3.13-5_amd64.deb
 2f0b650e0484ac069825eeef5bff0434 2530698 sound optional 
audacity-data_1.3.13-5_all.deb
 6fa7a3933361d7b9401023ebdd00d4b5 19878556 debug extra 
audacity-dbg_1.3.13-5_amd64.deb

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

iQIcBAEBCgAGBQJOM0snAAoJEBWetcTvyHdMpZcQAJm4rsRxFuN/8A49skS0qDNg
FWhMws9BHsa8XYPn9TB3JonJVyYPHlqg+9QArlHQUZZFn7pZE99TwG