Bug#737652: libbluray: use dh-autoreconf for better new-port coverage

2014-02-04 Thread Colin Watson
Package: libbluray
Version: 1:0.4.0-1
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autoreconf

Hi,

The ppc64el port requires a patch to libtool.m4
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726404), which
requires autoreconfing a bunch of packages to pick it up.  libbluray
could handle this quite easily by using dh-autoreconf, which will update
its copies of the libtool macros.

  * Use dh-autoreconf to update libtool.m4 for new ports.

diff -Nru libbluray-0.4.0/debian/control libbluray-0.4.0/debian/control
--- libbluray-0.4.0/debian/control  2014-02-04 18:09:16.0 +
+++ libbluray-0.4.0/debian/control  2014-02-04 18:31:26.0 +
@@ -8,6 +8,7 @@
  Reinhard Tartler ,
  Alessio Treglia 
 Build-Depends: debhelper (>= 8.1.3~),
+   dh-autoreconf,
pkg-config,
javahelper,
default-jdk [linux-any],
diff -Nru libbluray-0.4.0/debian/rules libbluray-0.4.0/debian/rules
--- libbluray-0.4.0/debian/rules2013-10-05 13:41:08.0 +0100
+++ libbluray-0.4.0/debian/rules2014-02-04 18:31:04.0 +
@@ -25,10 +25,10 @@
 
 ifneq (,$(findstring linux,$(DEB_BUILD_ARCH_OS)))
 %:
-   dh $@ --parallel --with javahelper
+   dh $@ --parallel --with javahelper,autoreconf
 else
 %:
-   dh $@ --parallel
+   dh $@ --parallel --with autoreconf
 endif
 
 override_dh_auto_configure:

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.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


Processed: Re: Bug#733400: libbluray: FTBFS: libbluray/decoders/textst_render.c:33:30: fatal error: freetype/ftsynth.h: No such file or directory

2014-02-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 733400 patch
Bug #733400 [src:libbluray] libbluray: FTBFS: 
libbluray/decoders/textst_render.c:33:30: fatal error: freetype/ftsynth.h: No 
such file or directory
Added tag(s) patch.
> user ubuntu-de...@lists.ubuntu.com
Setting user to ubuntu-de...@lists.ubuntu.com (was cjwat...@ubuntu.com).
> usertags 733400 ubuntu-patch trusty
There were no usertags set.
Usertags are now: ubuntu-patch trusty.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
733400: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733400
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#733400: libbluray: FTBFS: libbluray/decoders/textst_render.c:33:30: fatal error: freetype/ftsynth.h: No such file or directory

2014-02-04 Thread Colin Watson
tags 733400 patch
user ubuntu-de...@lists.ubuntu.com
usertags 733400 ubuntu-patch trusty
thanks

On Sat, Dec 28, 2013 at 06:59:17PM +0100, David Suárez wrote:
> On the new 2.5 version the headers are located at
> '/usr/include/freetype2/ftglyph.h' instead of
> '/usr/include/freetype2/freetype/ftglyph.h' like in previous versions.
> 
> Relevant part (hopefully):
> > /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> > -I..   -D_FORTIFY_SOURCE=2 -std=c99 -D_ISOC99_SOURCE 
> > -D_POSIX_C_SOURCE=200112L -D_REENTRANT -I.. -Ifile -Ilibbluray 
> > -Ilibbluray/bdnav -I/usr/include/libxml2   -I/usr/include/freetype2   
> > -I/usr/lib/jvm/default-java/include 
> > -I/usr/lib/jvm/default-java/include/linux -g  -fstack-protector 
> > --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall 
> > -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual 
> > -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow 
> > -Werror=implicit-function-declaration -Wextra -Winline -O3 
> > -fomit-frame-pointer -c -o textst_render.lo `test -f 
> > 'libbluray/decoders/textst_render.c' || echo 
> > './'`libbluray/decoders/textst_render.c
> > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 
> > -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -I.. 
> > -Ifile -Ilibbluray -Ilibbluray/bdnav -I/usr/include/libxml2 
> > -I/usr/include/freetype2 -I/usr/lib/jvm/default-java/include 
> > -I/usr/lib/jvm/default-java/include/linux -g -fstack-protector 
> > --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall 
> > -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual 
> > -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow 
> > -Werror=implicit-function-declaration -Wextra -Winline -O3 
> > -fomit-frame-pointer -c libbluray/decoders/textst_render.c  -fPIC -DPIC -o 
> > .libs/textst_render.o
> > libbluray/decoders/textst_render.c:33:30: fatal error: freetype/ftsynth.h: 
> > No such file or directory
> >  #include 
> >   ^
> > compilation terminated.
> > make[4]: *** [textst_render.lo] Error 1

Here's a patch corresponding to the one I committed to GRUB upstream for
the same issue.

  * Fix build with FreeType 2.5.1 (closes: #733400).

diff -Nru libbluray-0.4.0/debian/patches/freetype-2.5.1.patch 
libbluray-0.4.0/debian/patches/freetype-2.5.1.patch
--- libbluray-0.4.0/debian/patches/freetype-2.5.1.patch 1970-01-01 
01:00:00.0 +0100
+++ libbluray-0.4.0/debian/patches/freetype-2.5.1.patch 2014-02-04 
18:09:01.0 +
@@ -0,0 +1,21 @@
+Description: Fix build with FreeType 2.5.1
+ Include FT_SYNTHESIS_H rather than , fixing build with
+ FreeType 2.5.1.
+Author: Colin Watson 
+Bug-Debian: http://bugs.debian.org/733400
+Forwarded: no
+Last-Update: 2014-02-04
+
+Index: b/src/libbluray/decoders/textst_render.c
+===
+--- a/src/libbluray/decoders/textst_render.c
 b/src/libbluray/decoders/textst_render.c
+@@ -30,7 +30,7 @@
+ #ifdef HAVE_FT2
+ #include 
+ #include FT_FREETYPE_H
+-#include 
++#include FT_SYNTHESIS_H
+ #endif
+ 
+ #include "textst_render.h"
diff -Nru libbluray-0.4.0/debian/patches/series 
libbluray-0.4.0/debian/patches/series
--- libbluray-0.4.0/debian/patches/series   2013-10-05 12:52:43.0 
+0100
+++ libbluray-0.4.0/debian/patches/series   2014-02-04 18:07:45.0 
+
@@ -1 +1,2 @@
 01_java-compat.patch
+freetype-2.5.1.patch

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.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


pd-zexy 2.2.5-2 MIGRATED to testing

2014-02-04 Thread Debian testing watch
FYI: The status of the pd-zexy source package
in Debian's testing distribution has changed.

  Previous version: 2.2.5-1
  Current version:  2.2.5-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


gmerlin-avdecoder 1.2.0~dfsg-4 MIGRATED to testing

2014-02-04 Thread Debian testing watch
FYI: The status of the gmerlin-avdecoder source package
in Debian's testing distribution has changed.

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

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Bug#710411: marked as done (Needs porting to avconv)

2014-02-04 Thread Debian Bug Tracking System
Your message dated Tue, 04 Feb 2014 15:51:06 +
with message-id 
and subject line Bug#710411: fixed in dvd-slideshow 0.8.4.2-2
has caused the Debian Bug report #710411,
regarding Needs porting to avconv
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.)


-- 
710411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710411
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dvd-slideshow
Severity: Serious
Justification: Renders the package unusabe

>From inspecting the source code of dvd-slideshow, it seems to heavily
rely on /usr/bin/ffmpeg, which will be removed in jessie very soon
now. For this reason, we need to update to to use /usr/bin/avconv
instead.

I did have a look at the upstream status, which is pretty much stale.
I really wonder if this package is good suited for debian, and am even
tempted to ask for its removal.

Alessio, what do you think on dvd-slideshow. Do you have time and
energy to port it, or shall we remove it?

-- 
regards,
Reinhard
--- End Message ---
--- Begin Message ---
Source: dvd-slideshow
Source-Version: 0.8.4.2-2

We believe that the bug you reported is fixed in the latest version of
dvd-slideshow, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 710...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated dvd-slideshow 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 Feb 2014 15:36:52 +
Source: dvd-slideshow
Binary: dvd-slideshow
Architecture: source all
Version: 0.8.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Alessio Treglia 
Description: 
 dvd-slideshow - set of tools to create DVD slideshows with menus
Closes: 710411
Changes: 
 dvd-slideshow (0.8.4.2-2) unstable; urgency=low
 .
   [ Reinhard Tartler ]
   * bump standards version
   * update obsolete dependencies to point to libav variants
   * add myself to uploaders
 .
   [ Alessio Treglia ]
   * Port to avconv, patch taken from Ubuntu.
 Thanks to Dimitri Ledkov for the good work. (Closes: #710411)
   * Update copyright holders line.
   * Bump Standards to 3.9.5.
Checksums-Sha1: 
 cf6774ff9b3a695dcc996d5a046e9e7f1e85212c 2080 dvd-slideshow_0.8.4.2-2.dsc
 52fe0abf0f04f2bb630daa0f1cecfa68246e4a8b 11197 
dvd-slideshow_0.8.4.2-2.debian.tar.gz
 82659b2b20dfcf4fea25e9cb3b9536f5b04197c8 107914 dvd-slideshow_0.8.4.2-2_all.deb
Checksums-Sha256: 
 75a4d6af17f7320ca7df7cba48d7b877581494c4f5676796b7d26a6f732f132a 2080 
dvd-slideshow_0.8.4.2-2.dsc
 102da0e14b95daebce7db04719c2611641c268c3f12e7779abe94ce182ca7d64 11197 
dvd-slideshow_0.8.4.2-2.debian.tar.gz
 b71d18c5526bc1dd0a130b204306a1af2aeff19e516db79af18e7b863e0b98b7 107914 
dvd-slideshow_0.8.4.2-2_all.deb
Files: 
 f318492a9f0f2003164ca84b5a5aaf44 2080 graphics optional 
dvd-slideshow_0.8.4.2-2.dsc
 0b248cdb5906dc415c8bee306215e7bf 11197 graphics optional 
dvd-slideshow_0.8.4.2-2.debian.tar.gz
 231562a8c0efe94c9f0b336c1f01986b 107914 graphics optional 
dvd-slideshow_0.8.4.2-2_all.deb

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

iQIcBAEBAgAGBQJS8Qn8AAoJEOikiuUxHXZaiscP+gIrwGcuXd0u5o+4uzpHBshL
/mmETnk9nSJwy9cP+bOLMNAMY5rDACpcKTTMm3Urozfa32bu13mNRnlY/+fQ+qGh
gY7gUumVrRl3ND0+wELVmrDzzW+6EbtsF9vH3UkBdpt90WUQaSlcToHegIZfoKSO
MGXHk/2O1rh9nbOSWFrOTBX+IwQOqxlQMwaiGLqQupRtW/RP9ZvUGwkOpegIpOJ6
ZzEPE3DcQ1V5pShjUjEx63wXU45JCVgKOigVOC+bGow14CQDrlDoIRYM+tUeS8hb
NW3/pavIWuG9kGigbPBbDwkcs+TQbIkAaFXHQhIU/bXfdOd+z8rbQhJYPoojv9gh
rfn/PysBj70IiPWAXBqA6rqemOxE5G7lO6+SQwBCdIYcJmJuCdsYEd3hD5OiIMPN
4fQ3MPv1+lLmNMEdYaNRs0mngKjMLOtxqED40GOMHEQW4vV7Z5vrQN+Ieiy7UJBP
iEp4WQL44vdRgNXC/K+AwLQi/l7JeSZPUD6zHqHOaoiQU0TxIhGzZoUSmu8uqrDr
Lzx+q6e1NjbW/SB4LzqUOYroe2k7dWI4opELJRH3hzyZ6a4cVJqT3qi1S+ZhUcs/
6BnITH16MyYYzmz5t04AwjFRDs17BFgU+3MoVkdDPjqXh9TvbCMo+PfBLOVWUmcQ
LocfiIvBRoOIeEch6wym
=Hp1R
-END PGP SIGNATURE 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

dvd-slideshow_0.8.4.2-2_amd64.changes ACCEPTED into unstable

2014-02-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 Feb 2014 15:36:52 +
Source: dvd-slideshow
Binary: dvd-slideshow
Architecture: source all
Version: 0.8.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Alessio Treglia 
Description: 
 dvd-slideshow - set of tools to create DVD slideshows with menus
Closes: 710411
Changes: 
 dvd-slideshow (0.8.4.2-2) unstable; urgency=low
 .
   [ Reinhard Tartler ]
   * bump standards version
   * update obsolete dependencies to point to libav variants
   * add myself to uploaders
 .
   [ Alessio Treglia ]
   * Port to avconv, patch taken from Ubuntu.
 Thanks to Dimitri Ledkov for the good work. (Closes: #710411)
   * Update copyright holders line.
   * Bump Standards to 3.9.5.
Checksums-Sha1: 
 cf6774ff9b3a695dcc996d5a046e9e7f1e85212c 2080 dvd-slideshow_0.8.4.2-2.dsc
 52fe0abf0f04f2bb630daa0f1cecfa68246e4a8b 11197 
dvd-slideshow_0.8.4.2-2.debian.tar.gz
 82659b2b20dfcf4fea25e9cb3b9536f5b04197c8 107914 dvd-slideshow_0.8.4.2-2_all.deb
Checksums-Sha256: 
 75a4d6af17f7320ca7df7cba48d7b877581494c4f5676796b7d26a6f732f132a 2080 
dvd-slideshow_0.8.4.2-2.dsc
 102da0e14b95daebce7db04719c2611641c268c3f12e7779abe94ce182ca7d64 11197 
dvd-slideshow_0.8.4.2-2.debian.tar.gz
 b71d18c5526bc1dd0a130b204306a1af2aeff19e516db79af18e7b863e0b98b7 107914 
dvd-slideshow_0.8.4.2-2_all.deb
Files: 
 f318492a9f0f2003164ca84b5a5aaf44 2080 graphics optional 
dvd-slideshow_0.8.4.2-2.dsc
 0b248cdb5906dc415c8bee306215e7bf 11197 graphics optional 
dvd-slideshow_0.8.4.2-2.debian.tar.gz
 231562a8c0efe94c9f0b336c1f01986b 107914 graphics optional 
dvd-slideshow_0.8.4.2-2_all.deb

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

iQIcBAEBAgAGBQJS8Qn8AAoJEOikiuUxHXZaiscP+gIrwGcuXd0u5o+4uzpHBshL
/mmETnk9nSJwy9cP+bOLMNAMY5rDACpcKTTMm3Urozfa32bu13mNRnlY/+fQ+qGh
gY7gUumVrRl3ND0+wELVmrDzzW+6EbtsF9vH3UkBdpt90WUQaSlcToHegIZfoKSO
MGXHk/2O1rh9nbOSWFrOTBX+IwQOqxlQMwaiGLqQupRtW/RP9ZvUGwkOpegIpOJ6
ZzEPE3DcQ1V5pShjUjEx63wXU45JCVgKOigVOC+bGow14CQDrlDoIRYM+tUeS8hb
NW3/pavIWuG9kGigbPBbDwkcs+TQbIkAaFXHQhIU/bXfdOd+z8rbQhJYPoojv9gh
rfn/PysBj70IiPWAXBqA6rqemOxE5G7lO6+SQwBCdIYcJmJuCdsYEd3hD5OiIMPN
4fQ3MPv1+lLmNMEdYaNRs0mngKjMLOtxqED40GOMHEQW4vV7Z5vrQN+Ieiy7UJBP
iEp4WQL44vdRgNXC/K+AwLQi/l7JeSZPUD6zHqHOaoiQU0TxIhGzZoUSmu8uqrDr
Lzx+q6e1NjbW/SB4LzqUOYroe2k7dWI4opELJRH3hzyZ6a4cVJqT3qi1S+ZhUcs/
6BnITH16MyYYzmz5t04AwjFRDs17BFgU+3MoVkdDPjqXh9TvbCMo+PfBLOVWUmcQ
LocfiIvBRoOIeEch6wym
=Hp1R
-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


Processing of dvd-slideshow_0.8.4.2-2_amd64.changes

2014-02-04 Thread Debian FTP Masters
dvd-slideshow_0.8.4.2-2_amd64.changes uploaded successfully to localhost
along with the files:
  dvd-slideshow_0.8.4.2-2.dsc
  dvd-slideshow_0.8.4.2-2.debian.tar.gz
  dvd-slideshow_0.8.4.2-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


Dear Sir/Madam

2014-02-04 Thread expert


Dear Sir/Madam 

We are interested in purchasing your company's products,we would like to see 
your company's latest catalogs with the Minimum Order Quantity Delivery time or 
FOB, payment terms warranty,kndly reply us asap pls you can email me back with 
this email address michaelkenne...@outlook.com 



Regards, 

Mr.michael Kenneth. 
Purchasing Sales Manager 
Poundswears Importex & Co Ltd 
Parcel Zoom 287 Cheesequake Road, Bldg 1B NJ 08859 U.S.A 
Tel: +1-614 633-0135 Fax: +1-215-261-2043 

___
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: Joining pkg-multimedia

2014-02-04 Thread Alessio Treglia
On Tue, Feb 4, 2014 at 1:54 AM, Balint Reczey  wrote:
> I'm Balint Reczey [1], and I would like to join the Multimedia Team.

Welcome aboard Balint!

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

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


Re: Joining pkg-multimedia

2014-02-04 Thread Bálint Réczey
2014-02-04 Felipe Sateler :
> On Mon, Feb 3, 2014 at 10:54 PM, Balint Reczey  wrote:
>> Hi,
>>
>> I'm Balint Reczey [1], and I would like to join the Multimedia Team.
>>
>> I maintain the xbmc package which depend on many packages maintained by
>> the team. I also maintain other packages which are less relevant.
>> While I agree to review other's work I would like to focus on xbmc which
>> is a quite big package IMO.
>>
>> I already have an alioth account (rbalint) and I have already subscribed
>> to pkg-multimedia-maintainers and pkg-multimedia-commits.
>
> I have just added you to the project. Welcome!
Thank you!

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


liblo_0.28-2_amd64.changes ACCEPTED into unstable

2014-02-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Feb 2014 09:50:32 -0300
Source: liblo
Binary: liblo-dev liblo7 liblo-tools
Architecture: source amd64
Version: 0.28-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Felipe Sateler 
Description: 
 liblo-dev  - Lightweight OSC library -- development files
 liblo-tools - Lightweight OSC library
 liblo7 - Lightweight OSC library
Changes: 
 liblo (0.28-2) unstable; urgency=medium
 .
   * Disable use of SO_REUSEPORT, build-time check does
 not guarantee availability at runtime
Checksums-Sha1: 
 7dfc9bb4e17a54118f41c3a1ac2dff69aa24fbe2 2038 liblo_0.28-2.dsc
 61ed01e8439a5332db8a5267fa860dc67af410dd 8744 liblo_0.28-2.debian.tar.xz
 8634f891cf64dc39cbde4b494adc23d14b422ac9 112580 liblo-dev_0.28-2_amd64.deb
 735fc8ce8cb2e957f80f8a9bc223ce9099280f94 51408 liblo7_0.28-2_amd64.deb
 d86cf83e978387272fe7bef41ed40dc849e12e23 28864 liblo-tools_0.28-2_amd64.deb
Checksums-Sha256: 
 a8fbe4f9e6946f7ebd124ac524c07312b4c32f1996ebc5ec11906113eac2510a 2038 
liblo_0.28-2.dsc
 cf7682f46e69a6975b7d3fe99120ec44f641b7631a984c8ad87b38173e29945d 8744 
liblo_0.28-2.debian.tar.xz
 5aa7911693f4c77288b8183979b3510e2d1f3a5d56ca7975617b9d34d560bdf7 112580 
liblo-dev_0.28-2_amd64.deb
 f98967e9f48320adc22ea8bff795256ef185e6693ac039e0bb6633e039635011 51408 
liblo7_0.28-2_amd64.deb
 4e342bd72916a1448c521e165a8679fc5ef9daaefb8b5f668437e58d04055caa 28864 
liblo-tools_0.28-2_amd64.deb
Files: 
 0283491852e8385b2630dc6dc91c4bf4 2038 libs optional liblo_0.28-2.dsc
 66abafa402a03f9bba48cf50958b977b 8744 libs optional liblo_0.28-2.debian.tar.xz
 4285f00ad8959df1d3f4074d3d2aff91 112580 libdevel optional 
liblo-dev_0.28-2_amd64.deb
 9302da397bb19660cc953c71c48fc009 51408 libs optional liblo7_0.28-2_amd64.deb
 88ca3b7193b519bf0db560ebc30f6036 28864 utils optional 
liblo-tools_0.28-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJS8OLwAAoJEKO6uuJAjdbPRBkP/3jfiADXAZpd/ffnLavf43/6
A0FSa7Z5Q+I1+pPQaiY+BSrwS4/4CXy0czrcmr+g+SFErIaZAliMi91jT4LWm3wW
9hzC7WFwGrkeisYtEpulxSYpWZ3DE2E4yYzXIeT/6dMU2aNFsMEQTCzI3svIu0Pz
Mb7ouzLU8O1J52VEdceyyAgATPh/kiEpSmwzrQlZllq7Au9tBeTzHWK1jfnf7+bE
OIXbrlXkKDmg0aX/HIRz29IPY6Wjwbgn1G3LRx+krr3lqqwCyffPyHYAeA4VS6qp
XiQYvpHdDvPQWlFQxfMCPgCp4lbcGpJ5LY7NsCz3qfLiefAHW/j3YRx4LlEJzmJE
gIh7FjIQp6xbIE1CTkwR6UNaLQGdhzgH1J/ua7Dpnb4K/cc0OkkCSBcpS6FbGUac
4sjd7MQMkA58ojOzASm60jOMd9kHG1gUNufFZbdqfWRS5bcv5Rl5n/spdYu7SaFr
K0yj2Drpp5M0Uo9m6CctWXtqm/pog8N7Ahfbji7cn3AGnaicdcWF0bRR2O3lDLYP
AFy/9RQXkFPvgzymZ+YYB+YiDWdV9HOLFdK4D3O5V6oyY017TVPyKPKVe4zqO1zh
1kk1x1AF0MXIEE2jjfafJNNaG2u5lqUtkABq4zOe1tkpexKAtmCawOK1NTt+eBmB
k49ZBLCvjATI46GUlMb8
=EZjG
-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


Re: Joining pkg-multimedia

2014-02-04 Thread Felipe Sateler
On Mon, Feb 3, 2014 at 10:54 PM, Balint Reczey  wrote:
> Hi,
>
> I'm Balint Reczey [1], and I would like to join the Multimedia Team.
>
> I maintain the xbmc package which depend on many packages maintained by
> the team. I also maintain other packages which are less relevant.
> While I agree to review other's work I would like to focus on xbmc which
> is a quite big package IMO.
>
> I already have an alioth account (rbalint) and I have already subscribed
> to pkg-multimedia-maintainers and pkg-multimedia-commits.

I have just added you to the project. Welcome!


-- 

Saludos,
Felipe Sateler

___
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 liblo_0.28-2_amd64.changes

2014-02-04 Thread Debian FTP Masters
liblo_0.28-2_amd64.changes uploaded successfully to localhost
along with the files:
  liblo_0.28-2.dsc
  liblo_0.28-2.debian.tar.xz
  liblo-dev_0.28-2_amd64.deb
  liblo7_0.28-2_amd64.deb
  liblo-tools_0.28-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#735108: marked as done (libdvdnav-dev: arch-dependent files in "Multi-Arch: same" package)

2014-02-04 Thread Debian Bug Tracking System
Your message dated Tue, 04 Feb 2014 13:00:08 +
with message-id 
and subject line Bug#735108: fixed in libdvdnav 4.2.1-2
has caused the Debian Bug report #735108,
regarding libdvdnav-dev: arch-dependent files in "Multi-Arch: same" package
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.)


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

Package: libdvdnav-dev
Version: 4.2.1-1
Severity: important
User: multiarch-de...@lists.alioth.debian.org
Usertags: multiarch

libdvdnav-dev is marked as "Multi-Arch: same", but the following files 
are architecture-dependent:


/usr/share/doc/libdvdnav-dev/examples/Makefile.gz
/usr/share/doc/libdvdnav-dev/examples/menus.gz
/usr/share/doc/libdvdnav-dev/html/dvdnavissues.html
/usr/share/doc/libdvdnav-dev/html/firstprog.html
/usr/share/doc/libdvdnav-dev/html/index.html
/usr/share/doc/libdvdnav-dev/html/pages.html
/usr/share/doc/libdvdnav-dev/html/tutorial.html
/usr/share/doc/libdvdnav-dev/examples/menus.o.gz
/usr/share/doc/libdvdnav-dev/html/nav_g.png

An example diff between i386 and amd64 (after ungzipping) is attached.

--
Jakub Wilk
diff -ur 
libdvdnav-dev_4.2.1-1_i386/usr/share/doc/libdvdnav-dev/examples/Makefile 
libdvdnav-dev_4.2.1-1_amd64/usr/share/doc/libdvdnav-dev/examples/Makefile
--- libdvdnav-dev_4.2.1-1_i386/usr/share/doc/libdvdnav-dev/examples/Makefile
2014-01-12 01:08:26.0 +0100
+++ libdvdnav-dev_4.2.1-1_amd64/usr/share/doc/libdvdnav-dev/examples/Makefile   
2014-01-12 00:42:50.0 +0100
@@ -76,8 +76,8 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_triplet = i486-pc-linux-gnu
-host_triplet = i486-pc-linux-gnu
+build_triplet = x86_64-pc-linux-gnu
+host_triplet = x86_64-pc-linux-gnu
 DIST_COMMON = $(top_srcdir)/misc/Makefile.common $(srcdir)/Makefile.in \
$(srcdir)/Makefile.am $(top_srcdir)/depcomp
 noinst_PROGRAMS = menus$(EXEEXT)
@@ -160,13 +160,13 @@
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /build/libdvdnav-bVfX6i/libdvdnav-4.2.1/missing aclocal-1.14
+ACLOCAL = ${SHELL} /tmp/buildd/libdvdnav-4.2.1/missing aclocal-1.14
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1
 AR = ar
-AUTOCONF = ${SHELL} /build/libdvdnav-bVfX6i/libdvdnav-4.2.1/missing autoconf
-AUTOHEADER = ${SHELL} /build/libdvdnav-bVfX6i/libdvdnav-4.2.1/missing 
autoheader
-AUTOMAKE = ${SHELL} /build/libdvdnav-bVfX6i/libdvdnav-4.2.1/missing 
automake-1.14
+AUTOCONF = ${SHELL} /tmp/buildd/libdvdnav-4.2.1/missing autoconf
+AUTOHEADER = ${SHELL} /tmp/buildd/libdvdnav-4.2.1/missing autoheader
+AUTOMAKE = ${SHELL} /tmp/buildd/libdvdnav-4.2.1/missing automake-1.14
 AWK = mawk
 CC = gcc
 CCDEPMODE = depmode=none
@@ -204,7 +204,7 @@
 INSTALL_PROGRAM = ${INSTALL}
 INSTALL_SCRIPT = ${INSTALL}
 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld
+LD = /usr/bin/ld -m elf_x86_64
 LDFLAGS = -fPIE -pie -Wl,-z,relro -Wl,-z,now
 LIBOBJS = 
 LIBS = 
@@ -213,7 +213,7 @@
 LIPO = 
 LN_S = ln -s
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /build/libdvdnav-bVfX6i/libdvdnav-4.2.1/missing makeinfo
+MAKEINFO = ${SHELL} /tmp/buildd/libdvdnav-4.2.1/missing makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -242,10 +242,10 @@
 THREAD_CFLAGS = 
 THREAD_LIBS = -lpthread
 VERSION = 4.2.1
-abs_builddir = /build/libdvdnav-bVfX6i/libdvdnav-4.2.1/examples
-abs_srcdir = /build/libdvdnav-bVfX6i/libdvdnav-4.2.1/examples
-abs_top_builddir = /build/libdvdnav-bVfX6i/libdvdnav-4.2.1
-abs_top_srcdir = /build/libdvdnav-bVfX6i/libdvdnav-4.2.1
+abs_builddir = /tmp/buildd/libdvdnav-4.2.1/examples
+abs_srcdir = /tmp/buildd/libdvdnav-4.2.1/examples
+abs_top_builddir = /tmp/buildd/libdvdnav-4.2.1
+abs_top_srcdir = /tmp/buildd/libdvdnav-4.2.1
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -255,9 +255,9 @@
 am__tar = $${TAR-tar} chof - "$$tardir"
 am__untar = $${TAR-tar} xf -
 bindir = ${exec_prefix}/bin
-build = i486-pc-linux-gnu
-build_alias = i486-linux-gnu
-build_cpu = i486
+build = x86_64-pc-linux-gnu
+build_alias = x86_64-linux-gnu
+build_cpu = x86_64
 build_os = linux-gnu
 build_vendor = pc
 builddir = .
@@ -266,17 +266,17 @@
 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
 dvidir = ${docdir}
 exec_prefix = ${prefix}
-host = i486-pc-linux-gnu
+host = x86_64-pc-linux-gnu
 host_alias = 
-host_cpu = i486
+host_cpu = x86_64
 host_os = linux-gnu
 host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${prefix}/share/info
-install_sh = ${SHELL} /build/libdvdnav-bVfX6i/libdvdnav-4.2.1/i

libdvdnav_4.2.1-2_amd64.changes ACCEPTED into unstable, unstable

2014-02-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Feb 2014 11:33:33 +0100
Source: libdvdnav
Binary: libdvdnav4 libdvdnav-dbg libdvdnav-dev libdvdnav-doc
Architecture: source amd64 all
Version: 4.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Matteo F. Vescovi 
Description: 
 libdvdnav-dbg - DVD navigation library (debug)
 libdvdnav-dev - DVD navigation library (development)
 libdvdnav-doc - DVD navigation library (documentation)
 libdvdnav4 - DVD navigation library
Closes: 735108
Changes: 
 libdvdnav (4.2.1-2) unstable; urgency=medium
 .
   * debian/: documentation package added (Closes: #735108)
Checksums-Sha1: 
 b340f1698ac4bb4479d94bb418b6d2a7e9507e1d 2197 libdvdnav_4.2.1-2.dsc
 1e218b53f670cb6a0e9f779dcb221818182cb8ad 7632 libdvdnav_4.2.1-2.debian.tar.xz
 41260c3f6d1907e3fa04442dce51db863111a484 48296 libdvdnav4_4.2.1-2_amd64.deb
 c5dcdf077f7b85c2afc3da5cba884d2b77b086c0 178814 libdvdnav-dbg_4.2.1-2_amd64.deb
 cc47be1693e736b98e81a3a052660422e7b50512 55890 libdvdnav-dev_4.2.1-2_amd64.deb
 4e82c880d6162866dbca3851679f4690293e669e 61522 libdvdnav-doc_4.2.1-2_all.deb
Checksums-Sha256: 
 f5b1c34c706741987f785458216f24e585f62c7efc6d1a07b05164064d03a6d2 2197 
libdvdnav_4.2.1-2.dsc
 e39adbb528b7a005c4a2c529094e8a06e919207ff4ff6d65aed94d65931f9c2c 7632 
libdvdnav_4.2.1-2.debian.tar.xz
 26dc0f2202cf2d3289b0703d0457af2c36b96a4e8cc005ed40b599d5e71b35be 48296 
libdvdnav4_4.2.1-2_amd64.deb
 55e47326a8ac077ae94c84be04499a1421501f3e6d4a77804ab369ff160ebb22 178814 
libdvdnav-dbg_4.2.1-2_amd64.deb
 1412d8a98144d4aeb10304027d24e06d6b8586562839fb9d73f3cd5a83805671 55890 
libdvdnav-dev_4.2.1-2_amd64.deb
 07412937e677fca46fe5207eda28ba60e1bb3e2431e03bda20a9fca2c53c3d1e 61522 
libdvdnav-doc_4.2.1-2_all.deb
Files: 
 248f9bcfb44fbd87e0e19c75abd5f56f 2197 libs optional libdvdnav_4.2.1-2.dsc
 2b16512f777d9a2b8107138bf7466d7b 7632 libs optional 
libdvdnav_4.2.1-2.debian.tar.xz
 0a064e2800c496ef609ac476eba03af2 48296 libs optional 
libdvdnav4_4.2.1-2_amd64.deb
 5e60a6f90a3a4197b74a4be053b8d177 178814 debug extra 
libdvdnav-dbg_4.2.1-2_amd64.deb
 cdd3eba4fc6a49c943b84202ec91dff9 55890 libdevel optional 
libdvdnav-dev_4.2.1-2_amd64.deb
 37c0c6edbdd287264c62addd2cc8dd3a 61522 doc optional 
libdvdnav-doc_4.2.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJS7T5zAAoJEBWetcTvyHdMasIP+wb5+b1CI+mGf4Ok+TeMBrbb
MCpscHHa523fs1d7lpE9GLWOLfA4oGsRlDz5Sh/KwDX06I9dr3h+lIVox4DHO6wU
JHui0DBqjpb8DcLCm0gl+eFFA0Hw73Do6arO4atR8QAYwFGB7DC8pNH4LRmSBFX/
plPgCCIR1wSSxmHPFTEql849+5ePop1b7htRo2DmUXv4zQ01TAfSFBI3oDE744ya
Y7ssiloVFAAoUEJu/VUxC0+gawUwTIW0oaLSQRL+j4l8bavj/KSER0gP5uAOAHRP
g8JsceHZqyCKcbEycNNVIIkHT0qd4Y/IMXme1b149D9isXDAlLlVR+evPzcpP8eJ
bkvX58Z9nnTCaq202LSBmDQeeVm5qAfRy+Q/vB/TE85MuvI8EgbdM4w3nJ8AKFPi
YZ/bSVvtY8iJ1FujstYQXjcCxr5CBAmHDEaNUU1/9WWgiOoJsdAQkXF6iD29iFv4
ZZ6YxOaIBvaQ5cdBR+wT0O45VQHkUURvLIMxU0BAoCIziXqLPmlxgBXKlOW0Mjma
SQLTVZp91Jfjjp0CM/FZhUpUc2djM69H4ALKsEgXmH7fDBiWddEoKSANsFNN8GAx
ZoFF3tRSQc3ARxum1ncLfh0GsilMKL/Ba7PBsaWtiZ6sLvjenwDbLelPvMlaTX8D
kTfUDkl1Kio+jqv1HG6+
=+b6n
-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


Re: amd64 arch and sse optimization

2014-02-04 Thread Fabian Greffrath
Am Montag, den 03.02.2014, 22:45 +0100 schrieb Jaromír Mikeš: 
> Used flags -mmmx -msse -mfpmath=sse
> Improvement in performance wasn't so huge ... it was about 15% ...
> sorry for my bad memory.  

Are you sure this was on amd64, not on i386? Also, it would be
intersting to know which compiler that was.

As Reinhard already pointed out, explicitely telling the compiler that
it may use SSE instructions on amd64 shouldn't make any difference.

- 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