Bug#686570: mplayer doesn't play REALAUDIO format file

2012-09-24 Thread Fabian Greffrath

Am 22.09.2012 13:14, schrieb Reinhard Tartler:

I've scheduled a fix for the next libav point release:
http://git.libav.org/?p=libav.git;a=commit;h=c54e00610f20d2342fe9b17a5460abfbd411c8fb


Great, thanks. With point release do you mean 0.8.4, because the fix 
is currently only applied in the master branch.


BTW, when may we expect a new libav major release?

 - Fabian

___
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#688384: libavcodec53 does not work on Vortex CPU (i386)

2012-09-24 Thread Fabian Greffrath

Am 22.09.2012 11:34, schrieb aana anga:

Program received signal SIGILL, Illegal instruction.
[Switching to Thread 0xb3e26b70 (LWP 4720)]
0xb730e215 in ?? () from /usr/lib/i386-linux-gnu/libavcodec.so.53
(gdb) bt
#0  0xb730e215 in ?? () from /usr/lib/i386-linux-gnu/libavcodec.so.53


o_O This is the generic library. Illegal instruction, WTF?!

___
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#688384: libavcodec53 does not work on Vortex CPU (i386)

2012-09-24 Thread Reinhard Tartler
On Mon, Sep 24, 2012 at 9:30 AM, Fabian Greffrath fab...@greffrath.com wrote:
 Am 22.09.2012 11:34, schrieb aana anga:

 Program received signal SIGILL, Illegal instruction.
 [Switching to Thread 0xb3e26b70 (LWP 4720)]
 0xb730e215 in ?? () from /usr/lib/i386-linux-gnu/libavcodec.so.53
 (gdb) bt
 #0  0xb730e215 in ?? () from /usr/lib/i386-linux-gnu/libavcodec.so.53


 o_O This is the generic library. Illegal instruction, WTF?!

AFAIU wikipedia, the most common problem with that processor are CMOV
instructions, which it cannot execute. However, the generic binaries
are not supposed to contain those instruction. If it still does (or
some other unsupported opcode), it might indicate a problem in the
toolchain. But as said, I'm curious to see the disassembly around the
faulting address.


-- 
regards,
Reinhard

___
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#688618: transcode: MPEG2 decoding fails

2012-09-24 Thread Marcus Better
Package: transcode
Version: 3:1.1.7-2+b1
Severity: serious

I'm trying to rip DVDs using k3b, but it fails every time with the
following debug message:

  [decode_mpeg2.c] critical: No support for MPEG2 configured -- exiting


Also checking with tcdecode:

$ tcdecode -x mpeg2
[decode_mpeg2.c] critical: No support for MPEG2 configured -- exiting


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

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

Versions of packages transcode depends on:
ii  gawk   1:4.0.1+dfsg-2
ii  konsole [x-terminal-emulator]  4:4.8.4-1
ii  liba52-0.7.4   0.7.4-16
ii  libasound2 1.0.25-4
ii  libavcodec53   6:0.8.3-7
ii  libavformat53  6:0.8.3-7
ii  libc6  2.13-35
ii  libdv4 1.0.0-4
ii  libdvdread44.2.0+20120521-2
ii  libfreetype6   2.4.9-1
ii  libgomp1   4.7.1-7
ii  libice62:1.0.8-2
ii  libjpeg8   8d-1
ii  liblzo2-2  2.06-1
ii  libmagickcore5 8:6.7.7.10-4
ii  libmagickwand5 8:6.7.7.10-4
ii  libmp3lame03.99.5+repack1-3
ii  libmpeg2-4 0.5.1-5
ii  libogg01.3.0-4
ii  libpostproc52  6:0.8.3-7
ii  libquicktime2  2:1.2.4-3
ii  libsdl1.2debian1.2.15-5
ii  libsm6 2:1.2.1-2
ii  libtheora0 1.1.1+dfsg.1-3.1
ii  libvorbis0a1.3.2-1.3
ii  libvorbisfile3 1.3.2-1.3
ii  libx11-6   2:1.5.0-1
ii  libxaw72:1.0.10-2
ii  libxext6   2:1.3.1-2
ii  libxml22.8.0+dfsg1-5
ii  libxpm41:3.5.10-1
ii  libxt6 1:1.1.3-1
ii  libxv1 2:1.0.7-1
ii  xterm [x-terminal-emulator]278-1
ii  zlib1g 1:1.2.7.dfsg-13

Versions of packages transcode recommends:
ii  mawk   1.3.3-17
ii  sox14.4.0-3
ii  transcode-doc  3:1.1.7-2
ii  twolame0.3.13-1

Versions of packages transcode suggests:
pn  mjpegtools  none
pn  xvid4conf   none

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


Bug#688618: transcode: MPEG2 decoding fails

2012-09-24 Thread Fabian Greffrath

severity 688618 normal
tags 688618 patch
thanks

Sorry, but this is just a missing feature and surely not release-critical.

Am 24.09.2012 09:59, schrieb Marcus Better:

I'm trying to rip DVDs using k3b, but it fails every time with the
following debug message:

   [decode_mpeg2.c] critical: No support for MPEG2 configured -- exiting


Apparently, transcode need to get configured with both 
--enable-libmpeg2 and --enable-libmpeg2convert for this to work, 
although both libraries come from the same source. :/


 - Fabian

___
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#688618: transcode: MPEG2 decoding fails

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

 severity 688618 normal
Bug #688618 [transcode] transcode: MPEG2 decoding fails
Severity set to 'normal' from 'serious'
 tags 688618 patch
Bug #688618 [transcode] transcode: MPEG2 decoding fails
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
688618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688618
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: Re: Bug#688618: transcode: MPEG2 decoding fails

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

 affects 688618 k3b
Bug #688618 [transcode] transcode: MPEG2 decoding fails
Added indication that 688618 affects k3b
 thanks
Stopping processing here.

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

2012-09-24 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

affects 688618 k3b
thanks

On 2012-09-24 10:51, Fabian Greffrath wrote:
 Sorry, but this is just a missing feature and surely not
 release-critical.

Maybe not, but still causes a very serious problem for k3b.

I'm trying to build the package locally (sid pbuilder) but it fails:

/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H
- -I. -I..  -D_REENTRANT -I.. -I../src-Wall -Wstrict-prototypes
- -Wmissing-prototypes -g -O2 -fstack-protector
- --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o
filter_pp_la-filter_pp.lo `test -f 'filter_pp.c' || echo './'`filter_pp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I..
- -I../src -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2
- -fstack-protector --param=ssp-buffer-size=4 -Wformat
- -Werror=format-security -c filter_pp.c  -fPIC -DPIC -o
.libs/filter_pp_la-filter_pp.o
filter_pp.c:41:1: error: unknown type name 'pp_mode_t'
filter_pp.c:42:1: error: unknown type name 'pp_context_t'

Looks like something changed in libav (?).

Cheers,

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

iEYEARECAAYFAlBgNGcACgkQXjXn6TzcAQnQQQCg8BA3NazS1eSy17JtL9u0Iyo4
0/IAmwV2WHoEIkb86UAXMnnELWL1YIPc
=e7CE
-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#688618: transcode: MPEG2 decoding fails

2012-09-24 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-09-24 12:22, Marcus Better wrote:
 filter_pp.c:41:1: error: unknown type name 'pp_mode_t' 
 filter_pp.c:42:1: error: unknown type name 'pp_context_t'
 
 Looks like something changed in libav (?).

Umm, no, forget it, I mangled the source :(

Cheers,

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

iEYEARECAAYFAlBgNVgACgkQXjXn6TzcAQl3KgCeMjbuVYwEbfsgqn50C0kUiCRW
GuQAoLy2Z9SUjDY8OoV5reCPX3wiyPVn
=z1y6
-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#688618: transcode: MPEG2 decoding fails

2012-09-24 Thread Fabian Greffrath

Am 24.09.2012 12:26, schrieb Marcus Better:

Umm, no, forget it, I mangled the source :(


Phew. ;)

Can you confirm that transcode works as expected if the new switch is 
passed to the configure call?


 - Fabian

___
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#688644: audacious needs more strict audacious-plugins dependency

2012-09-24 Thread Adrian Bunk
Package: audacious
Version: 3.3.1-1
Severity: serious

--  snip  --


 *** ERROR: /usr/lib/x86_64-linux-gnu/audacious/Input/xsf.so is not compatible 
with this version of Audacious.
 *** ERROR: /usr/lib/x86_64-linux-gnu/audacious/Input/metronom.so is not 
compatible with this version of Audacious.
 *** ERROR: /usr/lib/x86_64-linux-gnu/audacious/Input/console.so is not 
compatible with this version of Audacious.
 *** ERROR: /usr/lib/x86_64-linux-gnu/audacious/Input/vtx.so is not compatible 
with this version of Audacious.
 *** ERROR: /usr/lib/x86_64-linux-gnu/audacious/Input/modplug.so is not 
compatible with this version of Audacious.
 *** ERROR: /usr/lib/x86_64-linux-gnu/audacious/Input/amidi-plug.so is not 
compatible with this version of Audacious.


--  snip  --


It works after upgrading audacious-plugins to 3.3.1-1.

audacious-plugins (= 3.2) is clearly not correct, I assume
(= 3.3 would be correct?

I would also guess that a dependency on audacious-plugins ( 3.4)
shouldbe added, since I assume the ABI breakage goes in both directions.


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

Kernel: Linux 3.5.3 (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/bash

Versions of packages audacious depends on:
ii  audacious-plugins3.2.3-1+b1
ii  dbus 1.6.0-1
ii  dbus-x11 1.6.0-1
ii  gtk2-engines-pixbuf  2.24.10-2
ii  libaudclient23.3.1-1
ii  libaudcore1  3.3.1-1
ii  libc62.13-35
ii  libdbus-1-3  1.6.2-2
ii  libdbus-glib-1-2 0.100-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.33.12+really2.32.3-1
ii  libgtk-3-0   3.4.2-3
ii  libguess11.1-1

Versions of packages audacious recommends:
ii  unzip  6.0-7

audacious 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


Contact My Acct Officer

2012-09-24 Thread Edward Hamidon



Hello My Friend,

I am happy to inform you about my success in getting those funds  
transferred under the cooperation of a new partner from England.  
Presently I am in England for investment projects with my own share of  
the total sum. Meanwhile, I did not forget your past efforts and  
attempts to assist me in transferring those funds despite that it  
failed us some how.


Now contact my Bank Officer Mr Chris Blair in Malaysia his information  
is below:


Contact Name: Mr Chris Blair

cblai...@accountant.com

Ask him to transfer the deposited fund of $850,000.00 (Eight Hundred  
And Fifty Thousand US Dollars) which I kept for your compensation for  
all your past efforts and attempts to assist me in this matter.  
Contact him with your contact email address and ask him to transfer  
the fund into your bank account. I appreciated your efforts at that  
time very much. So feel free and get in touch with Mr. Chris Blair and  
ask him to transfer the amount to you.


Please do let me know immediately you receive it so that we can share  
the joy after all the sufferings at that time. in the moment, I am  
very busy here because of the investment projects which I and the new  
partner are having at hand, finally, remember that I had forwarded  
instruction to Mr. Chris Blair on your behalf to receive that money,  
so feel free to get in touch with him without any delay.


Best Regards
Edward Hamidon


This message was sent using IMP, the Internet Messaging Program.

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


HELLO

2012-09-24 Thread Jacinta Victor


Hello My Dear,

Compliment of the day, i hope you are doing well and feeling fine

and healthy. My name is Jacinta Victor from Sudan, am a  single girl

 searching

for friend, I am  tall and fair in complexion,  

I know you will be surprise when you will receive this

letter on how do I got your Email ID, but I don’t want

you to be afraid.Well, I got your Email ID through Yahoo Google Search after I

have prayed  to Almighty God to show me an honest and

sincere person who will be my friend. And God review to

me that you are the right person who can be mine friend.

I hope that I will match your type, if you can give me

the cha

nce I would like to know you better, since religion,

distance and age doesn’t matter to me.



I saw your mail contact info today, i become interested

in knowing you  being friendly with you.

I would appreciate if we get acquainted as

soon as possible my respected,I'll tell you more 

about me in my next mailWhile  waiting hopefully

for your urgent reply for introduction  my photos

thanks 

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

libshout-idjc_2.3.0-1_amd64.changes ACCEPTED into unstable, unstable

2012-09-24 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 02 Sep 2012 16:28:22 +0200
Source: libshout-idjc
Binary: libshout-idjc-dev libshout-idjc3
Architecture: source amd64
Version: 2.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libshout-idjc-dev - broadcast streaming library with IDJC extensions 
(development)
 libshout-idjc3 - broadcast streaming library with IDJC extensions
Closes: 686508
Changes: 
 libshout-idjc (2.3.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #686508)
Checksums-Sha1: 
 c5f0c22d748d6fd54d613aaa3c8d7e00e049d69c 2134 libshout-idjc_2.3.0-1.dsc
 49ffa4adfbe594029c8ce080084fbd6d57d3 447738 libshout-idjc_2.3.0.orig.tar.gz
 911c1ac4329d506255c49a9ba1d6559f34d6a920 3527 
libshout-idjc_2.3.0-1.debian.tar.gz
 25d7dc9963e0d2348d91e13a6c9ef51ef834476f 6314 
libshout-idjc-dev_2.3.0-1_amd64.deb
 98567e14ae0ac51808de7373892c6fb1fe52bf1f 35082 libshout-idjc3_2.3.0-1_amd64.deb
Checksums-Sha256: 
 b3255987db95d78e54ec3fa98b5dbadd04d9859afff93334cba4853ef5340bad 2134 
libshout-idjc_2.3.0-1.dsc
 14b9a00c96ba64e6d35b609f30570bbb850ab94df7a61c3da875e6e71d19fbbe 447738 
libshout-idjc_2.3.0.orig.tar.gz
 2dfd92d35cc377a52a800fd0531de377522114d7fa694ed4775c24b7e79c 3527 
libshout-idjc_2.3.0-1.debian.tar.gz
 fa34308d257b3ebc3ccf78f4d0da2ab9344ade9cb0659744b56c1746d7bd16b8 6314 
libshout-idjc-dev_2.3.0-1_amd64.deb
 ed4b60e8e8a1ccc43b549b31fe066362cdda8fcb1c283541e738a214fed50c0b 35082 
libshout-idjc3_2.3.0-1_amd64.deb
Files: 
 2bc4c190b2cceb5f910fe35e837cbfd1 2134 libs optional libshout-idjc_2.3.0-1.dsc
 1b92ee05f42a957169a74a911cd94afc 447738 libs optional 
libshout-idjc_2.3.0.orig.tar.gz
 9dec0112255b1a1ee78645998cca 3527 libs optional 
libshout-idjc_2.3.0-1.debian.tar.gz
 1398652aacf1de15748c64f90d22e3e5 6314 libdevel optional 
libshout-idjc-dev_2.3.0-1_amd64.deb
 def9924b0d33577f69088d9dc95cefd3 35082 libs optional 
libshout-idjc3_2.3.0-1_amd64.deb

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

iQIcBAEBCgAGBQJQQ3QUAAoJEOikiuUxHXZaKrsP/0uZ5BlpHxwIoMJKyItk1TpP
u51tSgorOWxR7D1cD9EvhodITQhn4YeykhXT6Zor1fixknMTPhFMPaogsEcGCJGU
JLTylvPO7FO3HfZJrIYKAp94RyZHnEtCM58UsSXPyym8LpfDRVGoRrWThdk4Snnq
lyOWH2p4DYtnqb3V7sFchNlA9wnSmeH3drSFh7NZWdr13XZg26R/o4SgkJepu1Ya
q5ywzNJko4DWQr4wpKWk7dUYobfnChvXkmep4jkW2CT8DCa03dMw/6xYwi5nKrCo
fDInTcwTMC8q3wO47HwBVWBKBhxLmfmB6M/dyJH3w+JNSLagWYkLmReEjGLrK5Xs
gJObcVQQgbLVGIFfkJAlWd1p9/Rdz5do/DaikMF0c5JUHFNMn6tQFeeOpQ71EMSt
ODPa6agFi+GMdPrusNLpf1g+U5Y7imjmWoOlO+7HSrw+qizxIq5jkvfI9B1JgR2f
zGvAkCMYcfvGOXrrmHSUQSYOHPSJNsiw9FR2Ioek4yBQLe91FiUsD4qfJEBB70A5
G/MEYrHtvLFWCbIyNtlrft9WP4DPax05Xsb8lUQq0ckciorgvUnQu9UmBfkEEXSa
AI9lhALcxebJWcsVIfNS+4YLzvZWnfzcGrmZVqWOv/9OLW43RG8dvBAr9FwO3Tk9
bgmGGlvf2ECTbFg9ccS5
=t4Yc
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


x264_0.125.2209+git68dfb7b-1_i386.changes ACCEPTED into experimental, experimental

2012-09-24 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Sep 2012 09:58:50 +0200
Source: x264
Binary: x264 libx264-125 libx264-dev
Architecture: source i386
Version: 2:0.125.2209+git68dfb7b-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Rico Tzschichholz ric...@ubuntu.com
Description: 
 libx264-125 - x264 video coding library
 libx264-dev - development files for libx264
 x264   - video encoder for the H.264/MPEG-4 AVC standard
Changes: 
 x264 (2:0.125.2209+git68dfb7b-1) experimental; urgency=low
 .
   * Update to new upstream snapshot
   * Imported Upstream version 0.125.2209+git68dfb7b
   * Regenerate manpage
   * Regenerate debian/control
Checksums-Sha1: 
 940e95b8abc6a7616f50f0964bba4f18354bedf9 1775 x264_0.125.2209+git68dfb7b-1.dsc
 43ec5bf9cf6e4c01bac359dce3553f51e1d06cb6 674834 
x264_0.125.2209+git68dfb7b.orig.tar.gz
 27f983716c06eb28c97ddf30f1beb9961033ae92 20683 
x264_0.125.2209+git68dfb7b-1.debian.tar.gz
 491eff11fcbdad98d79eadae482433236c2856d8 337932 
x264_0.125.2209+git68dfb7b-1_i386.deb
 72126da7f4de94cf01135f81b7f92604d77f0115 838300 
libx264-125_0.125.2209+git68dfb7b-1_i386.deb
 6d01c755034af5e732fa8540d43f03dc9f1e06ec 508928 
libx264-dev_0.125.2209+git68dfb7b-1_i386.deb
Checksums-Sha256: 
 1d4b9215cc6dd16b2286d03ceda078545cb35a541253613472ea5e16ac72da69 1775 
x264_0.125.2209+git68dfb7b-1.dsc
 179fdd019d53b5f39ea00c667d1711918cd9835bd8575b8b9a4327f1a63cf21d 674834 
x264_0.125.2209+git68dfb7b.orig.tar.gz
 117fe947ee0c6ce4875ff8e0f2c37797740dd28455bfeeaf208efb84785ab97b 20683 
x264_0.125.2209+git68dfb7b-1.debian.tar.gz
 07da2bd614207254869e421559065e9dc6d9c8f7199dcf1b37d92a541a9f3221 337932 
x264_0.125.2209+git68dfb7b-1_i386.deb
 acc9b7c00dc5c8d9b9a04cca01596908218cee8d92c624c1b4dc98cc63e4e196 838300 
libx264-125_0.125.2209+git68dfb7b-1_i386.deb
 c11f4050f3db00bd1defa273cd6ab7460f35554dae4245cb5c3909e8c5ff37f5 508928 
libx264-dev_0.125.2209+git68dfb7b-1_i386.deb
Files: 
 c670fd844e8ef8a9dcac9d6011b714e6 1775 libs optional 
x264_0.125.2209+git68dfb7b-1.dsc
 7524c2e4377542296ca8d60ec5035ae6 674834 libs optional 
x264_0.125.2209+git68dfb7b.orig.tar.gz
 1868097663d1d4b0487226a660659062 20683 libs optional 
x264_0.125.2209+git68dfb7b-1.debian.tar.gz
 197a4f6b08c5f01c1bd07aa99d8273ac 337932 graphics optional 
x264_0.125.2209+git68dfb7b-1_i386.deb
 3226f782c628fec28184d401c50cd953 838300 libs optional 
libx264-125_0.125.2209+git68dfb7b-1_i386.deb
 8857a8959928d97afb9a15dfb9aba73d 508928 libdevel optional 
libx264-dev_0.125.2209+git68dfb7b-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Debian Powered!

iEYEARECAAYFAlBbVtYACgkQmAg1RJRTSKTYkgCfXBgAUY6n0zCLjDnk4l260wiz
7dIAnjtgogKGEwAMfUEwrUJd6l3xkwQN
=7eU8
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


glyr_1.0.0-1_amd64.changes ACCEPTED into unstable, unstable

2012-09-24 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Sep 2012 15:18:12 +0200
Source: glyr
Binary: libglyr1 libglyr1-dbg libglyr-dev glyrc
Architecture: source amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Etienne Millon etienne.mil...@gmail.com
Description: 
 glyrc  - command-line interface to libglyr
 libglyr-dev - search engine for music-related metadata - development files
 libglyr1   - search engine for music-related metadata
 libglyr1-dbg - search engine for music-related metadata - debugging symbols
Closes: 651416
Changes: 
 glyr (1.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #651416).
   * Add a patch to set correct build flags (-O2 -g)
Checksums-Sha1: 
 9b99af2a9e837d0ed309ea6f808b79b77edd01ec 2125 glyr_1.0.0-1.dsc
 ecb0178fdf1aa9e50383adc4ac86444777c30f36 386268 glyr_1.0.0.orig.tar.bz2
 77537cae249311a2e3ec0a84dfb2e0ea40181470 5905 glyr_1.0.0-1.debian.tar.gz
 6e5c74765ed4b84d9c3d0e022055ea06aca849bf 70088 libglyr1_1.0.0-1_amd64.deb
 eec3ec4664b6924fc7a6c805a774106bd8e69381 196152 libglyr1-dbg_1.0.0-1_amd64.deb
 348a188b1e2ce4e0c4dcb29323520d1e449090c1 70072 libglyr-dev_1.0.0-1_amd64.deb
 4f1652edf55fa8038e07f17da4e7a417bf1caaf0 22560 glyrc_1.0.0-1_amd64.deb
Checksums-Sha256: 
 b4e2dcf2ba9421e142a946a1b4da9ed0a68eab7ed16b4eeaa82da2d8737e58db 2125 
glyr_1.0.0-1.dsc
 fdafcc6327712c6241c633312cf0b491def7faa0a91d4187efd65b64ac1a62bd 386268 
glyr_1.0.0.orig.tar.bz2
 08010ceec88b99e2ddd500ff91300bccf632f0469d932c66d532c2cb0a7552ef 5905 
glyr_1.0.0-1.debian.tar.gz
 dc25e65ecde8cf33e42f359412e56954043576eb1f6882f649c8376f35fb7cdf 70088 
libglyr1_1.0.0-1_amd64.deb
 ed48ac0200c6a2f284f97238507e58d34c6f61e0b2fdb1f6e75ec4b494a4 196152 
libglyr1-dbg_1.0.0-1_amd64.deb
 c2f0bfa9231d253296519c422bcbb03b228a7d0f9ff4d6948b18a9afe19df748 70072 
libglyr-dev_1.0.0-1_amd64.deb
 9ce8f2c173985cfb93fc3bf015634a29380f86f7245c7c4fd19c099ad415eaa4 22560 
glyrc_1.0.0-1_amd64.deb
Files: 
 c9264b0eae432afd3d47d9f16e789abb 2125 libs optional glyr_1.0.0-1.dsc
 bdbf0558c6adc3ea9ce8e932a5e80c2f 386268 libs optional glyr_1.0.0.orig.tar.bz2
 f7e152677b4b27db377b57d861924a34 5905 libs optional glyr_1.0.0-1.debian.tar.gz
 a90c2de65bbe45fa8daca7c5bf5e6941 70088 libs optional libglyr1_1.0.0-1_amd64.deb
 83d1e87ae05a34ede5b54eb5855deb61 196152 debug extra 
libglyr1-dbg_1.0.0-1_amd64.deb
 04e00727381345c07d7f6f15410023c5 70072 libdevel optional 
libglyr-dev_1.0.0-1_amd64.deb
 6fdbb92e9d7e775eb63d33b579da5d94 22560 sound optional glyrc_1.0.0-1_amd64.deb

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

iQIcBAEBAgAGBQJQS0q0AAoJEK+lG9bN5XPLv9kP/1ccwkzsYan5wVm9g0C8rD7l
ijaBk65m+EROg6ojem1k/OwDe9jjH5tGsXIPw2hCXZqWFedGatejJ88jIXckYe61
TWS5dww8ukLQOBLQD2dgwaqm/5oH7ukRl3qxitLhwrzr1iEtRvEbPKkMDUPm3kPs
qkHe6a+5u77uXhr8K980vl36YTXT1Kb5zTBS8hPW5ortHoa2buRG8oks7T4uzJhe
JQI8NUII0U6jC3DwwpQXdDlXKS0LnCZCFDizaOj8VLZZxAOIyUJJEWUYwVDr4B87
GdgmThlX8GADPkpUtJXnJhBMc+jY737K724zfj3HAMlyESQh7a3KjxXzMWGl9+3z
b1gwGqrvj05r/iOn83ukNarziG8X8/QYPbhVft5vK+t/yPz1Zif0TSeEV9kc2lc1
wyxYwKWjgoVRnIoYcXZebCtbJPQ7OLUVSMhTNkN8+GKz8bm0Je0e4Ec1xfVdCWno
rT7Y4/megV/qOCXjlSpNkhzjNu2zG5FTeDXg0AahgI8y9KtiL2YJp1cHG/7FD7UR
1h/UvMHbuPQnbe5NzPxXAxiOIKFRs/EUFAmv4Rb62MhvU3g5FfjKwku7Kaae3pgC
hQRnaKtMYT5GzMxeMPlfHcFMbkF6U76P37zjaPhMQSOFvB9C3m6kLCiWku+UpxOA
EOST2AziLvrqMd6x1r8y
=pa1j
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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