Re: [SCM] dmedia/master: Add more substvar usage in debian/control

2011-01-12 Thread Bilal Akhtar
On 01/11/2011 11:17 PM, Alessio Treglia wrote:
 On Tue, Jan 11, 2011 at 8:44 PM,
 bilalakhtar-gu...@users.alioth.debian.org wrote:
 +Provides: ${python:Provides}
 
 This is unnecessary [1], the package doesn't provide any extension,
 just modules.

But it is helpful nevertheless, as it makes python2.6-dmedia and
python2.7-dmedia available for apps.

 
 Would you mind to switch the packaging to use dh_python2 instead of
 pyhon-support?

Not at the moment, I personally prefer python-support over dh_python2.
That's why I am sticking to dh7 for now.

Bilal Akhtar.

 
 
 [1] 
 http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-provides
 


-- 
Bilal Akhtar - Ubuntu Developer bilalakh...@ubuntu.com
IRC nick: cdbs



signature.asc
Description: OpenPGP digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#609773: pd-ekext: FTBFS on kfreebsd-*: undefined references

2011-01-12 Thread Cyril Brulebois
Source: pd-ekext
Version: 0.1.1-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1'
| cc -DPD -I/include -Wall -W -g -DVERSION='0.1.1'  -o cup.o -c cup.c
| cc  -o cup. cup.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| cup.o: In function `cup_bang':
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:19: 
undefined reference to `outlet_float'
| cup.o: In function `cup_setbang':
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:26: 
undefined reference to `outlet_float'
| cup.o: In function `cup_new':
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:32: 
undefined reference to `pd_new'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:35: 
undefined reference to `gensym'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:35: 
undefined reference to `outlet_new'
| cup.o: In function `cup_setup':
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:41: 
undefined reference to `gensym'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:41: 
undefined reference to `class_new'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:45: 
undefined reference to `post'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:47: 
undefined reference to `class_addbang'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:48: 
undefined reference to `class_doaddfloat'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:49: 
undefined reference to `gensym'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:49: 
undefined reference to `class_addmethod'
| collect2: ld returned 1 exit status
| make[1]: *** [cup.] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-ekext

KiBi.



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


Bug#609774: pd-bsaylor: FTBFS on kfreebsd-*: undefined references

2011-01-12 Thread Cyril Brulebois
Source: pd-bsaylor
Version: 0.1-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1'
| cc -DPD -I/include -Wall -W -g -DVERSION='0.1'  -o aenv~.o -c aenv~.c
| aenv~.c: In function 'aenv_new':
| aenv~.c:113: warning: unused parameter 's'
| cc  -o aenv~. aenv~.o  -lm
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| aenv~.o: In function `aenv_dsp':
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:102:
 undefined reference to `dsp_add'
| aenv~.o: In function `aenv_new':
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:115:
 undefined reference to `pd_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:116:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:117:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:118:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:119:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:120:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:120:
 undefined reference to `outlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:122:
 undefined reference to `sys_getsr'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:132:
 undefined reference to `atom_getfloat'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:133:
 undefined reference to `atom_getfloat'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:134:
 undefined reference to `atom_getfloat'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:135:
 undefined reference to `atom_getfloat'
| aenv~.o: In function `aenv_tilde_setup':
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:159:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:159:
 undefined reference to `class_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:160:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:160:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:161:
 undefined reference to `class_doaddfloat'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:162:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:162:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:163:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:163:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:164:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:164:
 undefined reference to `class_addmethod'
| collect2: ld returned 1 exit status
| make[1]: *** [aenv~.] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-bsaylor

KiBi.



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


Re: [SCM] dmedia/master: Add more substvar usage in debian/control

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 03:08:49PM +0300, Bilal Akhtar wrote:

On 01/11/2011 11:17 PM, Alessio Treglia wrote:

On Tue, Jan 11, 2011 at 8:44 PM,
bilalakhtar-gu...@users.alioth.debian.org wrote:

+Provides: ${python:Provides}


This is unnecessary [1], the package doesn't provide any extension, 
just modules.


But it is helpful nevertheless, as it makes python2.6-dmedia and 
python2.7-dmedia available for apps.




Would you mind to switch the packaging to use dh_python2 instead of 
pyhon-support?


Not at the moment, I personally prefer python-support over dh_python2. 
That's why I am sticking to dh7 for now.


Would you care to elaborate a bit.  Not that I disagree, I simply lack 
knowledge on differences between those Python packaging helpers.



Regards,

 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: [Bulk] Re: [SCM] dmedia/master: Add more substvar usage in debian/control

2011-01-12 Thread Bilal Akhtar
On 01/12/2011 04:07 PM, Jonas Smedegaard wrote:
 On Wed, Jan 12, 2011 at 03:08:49PM +0300, Bilal Akhtar wrote:
 On 01/11/2011 11:17 PM, Alessio Treglia wrote:
 On Tue, Jan 11, 2011 at 8:44 PM,
 bilalakhtar-gu...@users.alioth.debian.org wrote:
 +Provides: ${python:Provides}

 This is unnecessary [1], the package doesn't provide any extension,
 just modules.

 But it is helpful nevertheless, as it makes python2.6-dmedia and
 python2.7-dmedia available for apps.


 Would you mind to switch the packaging to use dh_python2 instead of
 pyhon-support?

 Not at the moment, I personally prefer python-support over dh_python2.
 That's why I am sticking to dh7 for now.
 
 Would you care to elaborate a bit.  Not that I disagree, I simply lack
 knowledge on differences between those Python packaging helpers.\

The biggest reason why I am using pysupport is because I am familiar
with it. That's the reason why I would like to get this one to use it,
for now at least.

Bilal Akhtar


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


-- 
Bilal Akhtar - Ubuntu Developer bilalakh...@ubuntu.com
IRC nick: cdbs



signature.asc
Description: OpenPGP digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: [Bulk] Re: [SCM] dmedia/master: Add more substvar usage in debian/control

2011-01-12 Thread Alessio Treglia
On Wed, Jan 12, 2011 at 3:41 PM, Jonas Smedegaard d...@jones.dk wrote:
 Also, I heard rumors that switching from one Python helper to another may
 require special transitioning code in preinst/postinst.  Not sure about the
 details - would appreciate pointers if anyone else knows.

This is true when switching from python-support to python-central,
moving the packaging from python-support to dh_python2 does not need
that.

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

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


Re: [Bulk] Re: [SCM] dmedia/master: Add more substvar usage in debian/control

2011-01-12 Thread Alessio Treglia
On Wed, Jan 12, 2011 at 3:54 PM, Alessio Treglia ales...@debian.org wrote:
 On Wed, Jan 12, 2011 at 3:41 PM, Jonas Smedegaard d...@jones.dk wrote:
 Also, I heard rumors that switching from one Python helper to another may
 require special transitioning code in preinst/postinst.  Not sure about the
 details - would appreciate pointers if anyone else knows.

 This is true when switching from python-support to python-central,
 moving the packaging from python-support to dh_python2 does not need
 that.

Adopting dh_python2 on a new package now will ease the future
transition (which should happen in Squeeze+1) to the newer helpers
generation.


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

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


Re: [Bulk] Re: [SCM] dmedia/master: Add more substvar usage in debian/control

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 03:57:37PM +0100, Alessio Treglia wrote:
On Wed, Jan 12, 2011 at 3:54 PM, Alessio Treglia ales...@debian.org 
wrote:
On Wed, Jan 12, 2011 at 3:41 PM, Jonas Smedegaard d...@jones.dk 
wrote:
Also, I heard rumors that switching from one Python helper to 
another may require special transitioning code in preinst/postinst. 
 Not sure about the details - would appreciate pointers if anyone 
else knows.


This is true when switching from python-support to python-central, 
moving the packaging from python-support to dh_python2 does not need 
that.


Adopting dh_python2 on a new package now will ease the future 
transition (which should happen in Squeeze+1) to the newer helpers 
generation.


Any references for that?

Personally I prefer to keep Python packages backportable at least until 
Squeeze is out - and if possible without too much trouble until support 
for Lenny is dropped.



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: [SCM] gmerlin/master: put internal binaries into /usr/lib/gmerlin

2011-01-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-01-12 16:39, zmoelnig-gu...@users.alioth.debian.org wrote:

 @@ -0,0 +1,67 @@
 +Author: IOhannes m zmölnig
 +Description: move gmerlin_visualizer_slave into /usr/lib/gmerlin/bin
 +as this program is not to be started from the cmdline but rather directly 
 from
 +libgmerlin (which of course has to be aware of the changed position)

hi all.

on closer inspection it turns out, that gmerlin_visualizer_slave (now
happily residing in /usr/lib/gmerlin/bin) really belongs to libgmerlin,
rather than the gmerlin (applications) package.
(this binary is forked off, if one requests a visualizer from libgmerlin)

i'm not sure, whether it is ok to bundle binaries (living in
/usr/lib/pkgname/) with libpkgname, so i thought i'd better ask
here, before re-packaging

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

iEYEARECAAYFAk0tzH4ACgkQkX2Xpv6ydvR8wgCgz/hv6O2Eelv5oh+Py/iqjEuP
E98AoJt2+BikxBu75XCkX/7xs3x//Apq
=bIDE
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: [SCM] gmerlin/master: move images from libgmerlin-doc to gmerlin-doc

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 03:39:53PM +, 
zmoelnig-gu...@users.alioth.debian.org wrote:

   move images from libgmerlin-doc to gmerlin-doc

   the images are only used by the main documentation, not in libgmerlin-doc


If install path is same across packages, then remember to add Breaks:.

 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: [SCM] gmerlin/master: move images from libgmerlin-doc to gmerlin-doc

2011-01-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-01-12 16:45, Jonas Smedegaard wrote:
 On Wed, Jan 12, 2011 at 03:39:53PM +,
 zmoelnig-gu...@users.alioth.debian.org wrote:
move images from libgmerlin-doc to gmerlin-doc

the images are only used by the main documentation, not in
 libgmerlin-doc
 
 If install path is same across packages, then remember to add Breaks:.


pics used to be installed into /usr/share/doc/libgmerlin-doc/img and are
now installed into /usr/share/doc/gmerlin-doc/img, so i guess, no
Breaks: involved here.
(as a matter of fact, i have both the old libgmerlin-doc and the new
gmerlin-doc installed)

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

iEYEARECAAYFAk0tzogACgkQkX2Xpv6ydvSdxgCfS7AxU4MLm26e4PhEaO25QFyS
uNIAn3v6xJJJ+yyh6peyNnOtNQGYU52H
=UjiG
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: [SCM] milkytracker/master: Update debian/copyright and remove FIXMEs

2011-01-12 Thread Alessandro Ghedini
On Tue, Jan 11, 2011 at 12:19:43AM +0100, Jonas Smedegaard wrote:
 On Mon, Jan 10, 2011 at 11:36:40PM +0100, Alessandro Ghedini wrote:
 On Mon, Jan 10, 2011 at 10:58:47PM +0100, Jonas Smedegaard wrote:
 On Mon, Jan 10, 2011 at 09:39:46PM +,
 ghedo-gu...@users.alioth.debian.org wrote:
Update debian/copyright and remove FIXMEs
 
 Files: src/compression/zziplib/*
 Copyright: 1999-2004, Guido Draheim
 -License: LGPL or MPL-1.1
 +License: LGPL-2+ or MPL-1.1
  All rights reserved, use under the restrictions of the Lesser GNU
  General Public License or alternatively the restrictions of the Mozilla
  Public License 1.1
 
 Above is no proof that the version of LGPL is 2+.
 
 It is, I checked upstream [0]. I thought this was enough...
 
 _Above_ is insufficient proof.
 
 Proof announced on this mailinglist or listed at some website is not
 proof included in debian/copyright file.
 
Maybe I was not clear, but I assumed the v2+ from the COPYING.LIB 
containing the LGPL-2+ text, shipped with the upstream tarball (it's 
present also in the orig.tar of the libzzip package by the way).
Isn't this enough?

 -Files: src/milkyplay/drivers/generic/rtaudio/asio/asio.cpp
 - src/milkyplay/drivers/generic/rtaudio/asio/asiodrvr.h
 -Copyright: 1996, Steinberg Soft- und Hardware GmbH
 -License: UNKNOWN
 - FIXME
 -
 -Files: src/milkyplay/drivers/generic/rtaudio/oss/soundcard.h
 -Copyright: *No copyright*
 -License: other-restricted!
 - FIXME
 
 What fixed the FIXMEs above?  If intending to repackage source, then
 please do that _before_ claiming that problems are fixed.
 
 I've already done that yesterday [1].
 
 Ahh, yes.  Sorry - I forgot.
 
 
 Files: debian/*
 Copyright:
  2008, Gürkan Sengün gur...@phys.ethz.ch
  2010, Alessandro Ghedini al3x...@gmail.com
 License: GPL-3+
 - FIXME
 
 This (and main license too) is only fixed if no parts are GPL-2 or GPL.
 
 There are only GPL-2+ files as far as I can see.
 
 Agreed - when first issue above gets properly solved.
 
 
 Do anyone here know for sure if LGPL-2+ is compatible with GPL-3?
 
 I think it is [2].
 
 No - that only talks about GPL-2+ and LGPL-2.1, not LGPL-2.

They are not much different AFAIK, I think the v2 weren't listed for this
reason... but a request on debian-legal would be the safest solution.

 Anyway, it seems like you missed my last email [3] and some commits.
 
 Possibly... :-)

-- 
perl -E'$_=q;$/= @{...@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'

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


Re: [SCM] gmerlin/master: move images from libgmerlin-doc to gmerlin-doc

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 04:53:44PM +0100, IOhannes m zmoelnig wrote:

On 2011-01-12 16:45, Jonas Smedegaard wrote:

On Wed, Jan 12, 2011 at 03:39:53PM +,
zmoelnig-gu...@users.alioth.debian.org wrote:

   move images from libgmerlin-doc to gmerlin-doc

   the images are only used by the main documentation, not in
libgmerlin-doc


If install path is same across packages, then remember to add 
Breaks:.




pics used to be installed into /usr/share/doc/libgmerlin-doc/img and 
are now installed into /usr/share/doc/gmerlin-doc/img, so i guess, no 
Breaks: involved here.


Agreed - no need for Breaks then.


(as a matter of fact, i have both the old libgmerlin-doc and the new 
gmerlin-doc installed)


That test is insufficient: Problems might still occur if the packages 
was upgraded in the opposite order as happened to be the case at your 
machine.  This is what Breaks: helps ensure.



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: [SCM] gmerlin/master: put internal binaries into /usr/lib/gmerlin

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 04:45:02PM +0100, IOhannes m zmoelnig wrote:

On 2011-01-12 16:39, zmoelnig-gu...@users.alioth.debian.org wrote:


@@ -0,0 +1,67 @@
+Author: IOhannes m zmölnig
+Description: move gmerlin_visualizer_slave into /usr/lib/gmerlin/bin
+as this program is not to be started from the cmdline but rather directly 
from
+libgmerlin (which of course has to be aware of the changed position)


hi all.

on closer inspection it turns out, that gmerlin_visualizer_slave (now
happily residing in /usr/lib/gmerlin/bin) really belongs to libgmerlin,
rather than the gmerlin (applications) package.
(this binary is forked off, if one requests a visualizer from libgmerlin)

i'm not sure, whether it is ok to bundle binaries (living in
/usr/lib/pkgname/) with libpkgname, so i thought i'd better ask
here, before re-packaging


I see no problem in that.


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: [SCM] jnoise/master: Put 'team upload' line to avoid lintian warning.

2011-01-12 Thread Jonas Smedegaard

On Tue, Jan 11, 2011 at 05:07:26PM +, ales...@users.alioth.debian.org wrote:

   Put 'team upload' line to avoid lintian warning.



+  * Team upload.


What warning is that?


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: [SCM] jnoise/master: Put 'team upload' line to avoid lintian warning.

2011-01-12 Thread Alessio Treglia
On Wed, Jan 12, 2011 at 5:20 PM, Jonas Smedegaard d...@jones.dk wrote:

 What warning is that?

Since I am not listed in the Uploaders field, lintian believes that
it's a NMU. To avoid the changelog-should-mention-nmu warning I've
chosen to put the above line at the beginning of the changelog.


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

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


Re: [SCM] a2jmidid/master: No need to provide this anymore.

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 04:18:07PM +, ales...@users.alioth.debian.org wrote:

   No need to provide this anymore.


Please (in the future) write proper self-contained commit messages.

Essentially the purpose of commit messages is to provide info on what 
the change contains - above message really isn't informal on its own, 
only in concert with the content of the change.



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


build-depend version with dfsg

2011-01-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

while packaging gmerlin-avdecoder i noticed a slight problem with the
build-depends:
it used to be libgmerlin-dev (= 1.0.0)
but since gmerlin has to be repackaged (to be dfsg compliant), the
actually installed version is 1.0.0~dfsg-1

now i don't understand, why =1.0.0 is not satisfied with 1.0.0~dfsg-1

everything works fine, if i build-depend on (= 1.0.0~dfsg)

am i missing something?

and if gmerlin makes a bugfix release that gets rid of the dfsg
problems, so we will be able to create libgmerlin-dev_1.0.1-1, will
(=1.0.0~dfsg) be satisfied?

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

iEUEARECAAYFAk0t1sYACgkQkX2Xpv6ydvQ8QgCVG5i73oWpLXCv6lGNr+0kLrQj
OACgu+Ljz58QHKdb8pxqrBJZfQip4bQ=
=BW0q
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Processing of jack-audio-connection-kit_0.118+svn4104-1_i386.changes

2011-01-12 Thread Debian FTP Masters
jack-audio-connection-kit_0.118+svn4104-1_i386.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  jack-audio-connection-kit_0.118+svn4104-1.dsc
  jack-audio-connection-kit_0.118+svn4104.orig.tar.bz2
  jack-audio-connection-kit_0.118+svn4104-1.debian.tar.gz
  jackd1_0.118+svn4104-1_i386.deb
  libjack0_0.118+svn4104-1_i386.deb
  jackd1-firewire_0.118+svn4104-1_i386.deb
  libjack-dev_0.118+svn4104-1_i386.deb

Greetings,

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

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


Processing of jack-audio-connection-kit_0.118+svn4089-1_i386.changes

2011-01-12 Thread Debian FTP Masters
jack-audio-connection-kit_0.118+svn4089-1_i386.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  jack-audio-connection-kit_0.118+svn4089-1.dsc
  jack-audio-connection-kit_0.118+svn4089.orig.tar.bz2
  jack-audio-connection-kit_0.118+svn4089-1.debian.tar.gz
  jackd1_0.118+svn4089-1_i386.deb
  libjack0_0.118+svn4089-1_i386.deb
  jackd1-firewire_0.118+svn4089-1_i386.deb
  libjack-dev_0.118+svn4089-1_i386.deb

Greetings,

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

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


Processing of jack-audio-connection-kit_0.118+svn4089-1_i386.changes

2011-01-12 Thread Debian FTP Masters
jack-audio-connection-kit_0.118+svn4089-1_i386.changes uploaded successfully to 
localhost
along with the files:
  jack-audio-connection-kit_0.118+svn4089-1.dsc
  jack-audio-connection-kit_0.118+svn4089.orig.tar.bz2
  jack-audio-connection-kit_0.118+svn4089-1.debian.tar.gz
  jackd1_0.118+svn4089-1_i386.deb
  libjack0_0.118+svn4089-1_i386.deb
  jackd1-firewire_0.118+svn4089-1_i386.deb
  libjack-dev_0.118+svn4089-1_i386.deb

Greetings,

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

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


Processing of jack-audio-connection-kit_0.118+svn4104-1_i386.changes

2011-01-12 Thread Debian FTP Masters
jack-audio-connection-kit_0.118+svn4104-1_i386.changes uploaded successfully to 
localhost
along with the files:
  jack-audio-connection-kit_0.118+svn4104-1.dsc
  jack-audio-connection-kit_0.118+svn4104.orig.tar.bz2
  jack-audio-connection-kit_0.118+svn4104-1.debian.tar.gz
  jackd1_0.118+svn4104-1_i386.deb
  libjack0_0.118+svn4104-1_i386.deb
  jackd1-firewire_0.118+svn4104-1_i386.deb
  libjack-dev_0.118+svn4104-1_i386.deb

Greetings,

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

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


jack-audio-connection-kit_0.118+svn4089-1_i386.changes REJECTED

2011-01-12 Thread Debian FTP Masters



Reject Reasons:
jack-audio-connection-kit_0.118+svn4089-1_i386.changes file already known to dak
libjack-dev_0.118+svn4089-1_i386.deb: can not overwrite existing copy already 
in the archive.
md5sum and/or size mismatch on existing copy of 
jack-audio-connection-kit_0.118+svn4089-1.dsc.
jackd1-firewire_0.118+svn4089-1_i386.deb: can not overwrite existing copy 
already in the archive.
jackd1_0.118+svn4089-1_i386.deb: can not overwrite existing copy already in the 
archive.
libjack0_0.118+svn4089-1_i386.deb: can not overwrite existing copy already in 
the archive.
jack-audio-connection-kit_0.118+svn4089-1.dsc: old version (1:0.118+svn4089-1) 
in experimental = new version (1:0.118+svn4089-1) targeted at experimental.
can not overwrite existing copy of 
'jack-audio-connection-kit_0.118+svn4089-1.debian.tar.gz' already in the 
archive.

Warnings:
ignoring jack-audio-connection-kit_0.118+svn4089.orig.tar.bz2, since it's 
already in the archive.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


jack-audio-connection-kit_0.118+svn4104-1_i386.changes ACCEPTED into experimental

2011-01-12 Thread Debian FTP Masters



Accepted:
jack-audio-connection-kit_0.118+svn4104-1.debian.tar.gz
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.118+svn4104-1.debian.tar.gz
jack-audio-connection-kit_0.118+svn4104-1.dsc
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.118+svn4104-1.dsc
jack-audio-connection-kit_0.118+svn4104.orig.tar.bz2
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.118+svn4104.orig.tar.bz2
jackd1-firewire_0.118+svn4104-1_i386.deb
  to main/j/jack-audio-connection-kit/jackd1-firewire_0.118+svn4104-1_i386.deb
jackd1_0.118+svn4104-1_i386.deb
  to main/j/jack-audio-connection-kit/jackd1_0.118+svn4104-1_i386.deb
libjack-dev_0.118+svn4104-1_i386.deb
  to main/j/jack-audio-connection-kit/libjack-dev_0.118+svn4104-1_i386.deb
libjack0_0.118+svn4104-1_i386.deb
  to main/j/jack-audio-connection-kit/libjack0_0.118+svn4104-1_i386.deb


Override entries for your package:
jack-audio-connection-kit_0.118+svn4104-1.dsc - source sound
jackd1-firewire_0.118+svn4104-1_i386.deb - optional sound
jackd1_0.118+svn4104-1_i386.deb - optional sound
libjack-dev_0.118+svn4104-1_i386.deb - optional libdevel
libjack0_0.118+svn4104-1_i386.deb - optional libs

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


Thank you for your contribution to Debian.

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


Bug#607408: marked as done (jack-audio-connection-kit: [INTL:pt_BR] Brazilian Portuguese debconf templates translation)

2011-01-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jan 2011 16:47:11 +
with message-id e1pd3qp-0003c5...@franck.debian.org
and subject line Bug#607408: fixed in jack-audio-connection-kit 
1:0.118+svn4104-1
has caused the Debian Bug report #607408,
regarding jack-audio-connection-kit: [INTL:pt_BR] Brazilian Portuguese debconf 
templates translation
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.)


-- 
607408: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607408
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: jack-audio-connection-kit
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese
Translation?

Attached you will find the file pt_BR.po. It is UTF-8
encoded and it is tested with msgfmt and
podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature
---End Message---
---BeginMessage---
Source: jack-audio-connection-kit
Source-Version: 1:0.118+svn4104-1

We believe that the bug you reported is fixed in the latest version of
jack-audio-connection-kit, which is due to be installed in the Debian FTP 
archive:

jack-audio-connection-kit_0.118+svn4104-1.debian.tar.gz
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.118+svn4104-1.debian.tar.gz
jack-audio-connection-kit_0.118+svn4104-1.dsc
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.118+svn4104-1.dsc
jack-audio-connection-kit_0.118+svn4104.orig.tar.bz2
  to 
main/j/jack-audio-connection-kit/jack-audio-connection-kit_0.118+svn4104.orig.tar.bz2
jackd1-firewire_0.118+svn4104-1_i386.deb
  to main/j/jack-audio-connection-kit/jackd1-firewire_0.118+svn4104-1_i386.deb
jackd1_0.118+svn4104-1_i386.deb
  to main/j/jack-audio-connection-kit/jackd1_0.118+svn4104-1_i386.deb
libjack-dev_0.118+svn4104-1_i386.deb
  to main/j/jack-audio-connection-kit/libjack-dev_0.118+svn4104-1_i386.deb
libjack0_0.118+svn4104-1_i386.deb
  to main/j/jack-audio-connection-kit/libjack0_0.118+svn4104-1_i386.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 607...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Knoth a...@drcomp.erfurt.thur.de (supplier of updated 
jack-audio-connection-kit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Jan 2011 17:28:44 +0100
Source: jack-audio-connection-kit
Binary: jackd1 libjack0 jackd1-firewire libjack-dev
Architecture: source i386
Version: 1:0.118+svn4104-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Adrian Knoth a...@drcomp.erfurt.thur.de
Description: 
 jackd1 - JACK Audio Connection Kit (server and example clients)
 jackd1-firewire - JACK Audio Connection Kit (FFADO backend)
 libjack-dev - JACK Audio Connection Kit (development files)
 libjack0   - JACK Audio Connection Kit (libraries)
Closes: 607408
Changes: 
 jack-audio-connection-kit (1:0.118+svn4104-1) experimental; urgency=low
 .
   * Add Brazilian Portuguese translation (Closes: #607408)
   * Harmonize po-files with jackd2.
   * Provide libjack-dev-session
   * Imported Upstream version 0.118+svn4104
Checksums-Sha1: 
 4dbec1ac1940f33a93993c0ef4ed3209f1930e66 2678 
jack-audio-connection-kit_0.118+svn4104-1.dsc
 fd265bbb2d566cb80cbc6482b27d91d0f92ce2e5 358813 
jack-audio-connection-kit_0.118+svn4104.orig.tar.bz2
 42435c3e98e410ba227e553a323aa22586583778 30635 
jack-audio-connection-kit_0.118+svn4104-1.debian.tar.gz
 8addac4bae4ded7756edac57a4dd66bdd79c8563 262814 jackd1_0.118+svn4104-1_i386.deb
 1d38d2e1c25e7f473168026fe893dbce4bca318b 53750 
libjack0_0.118+svn4104-1_i386.deb
 31e6d513b96a5864c1c8fd175ef63725bad56c5f 30782 
jackd1-firewire_0.118+svn4104-1_i386.deb
 d57010ce7b9ca66a151f9b30fda647585c80 274824 
libjack-dev_0.118+svn4104-1_i386.deb
Checksums-Sha256: 
 8e43be78ae4d79aff9f6bfdcbab139d46755e44bb737b3c5db20688a3e28f685 2678 
jack-audio-connection-kit_0.118+svn4104-1.dsc
 88fa79e3cb36fea59317ac0177297eff1c28d8e3a7bff81572b86b98007a677c 358813 
jack-audio-connection-kit_0.118+svn4104.orig.tar.bz2
 50e1ec877ee5b79ea3f1e648662235ce0bdd4b7a69a4028689a929e4da630efc 30635 

Processing of jackd2_1.9.6~dfsg.1-4_i386.changes

2011-01-12 Thread Debian FTP Masters
jackd2_1.9.6~dfsg.1-4_i386.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  jackd2_1.9.6~dfsg.1-4.dsc
  jackd2_1.9.6~dfsg.1-4.debian.tar.gz
  jackd2_1.9.6~dfsg.1-4_i386.deb
  libjack-jackd2-0_1.9.6~dfsg.1-4_i386.deb
  jackd2-firewire_1.9.6~dfsg.1-4_i386.deb
  libjack-jackd2-dev_1.9.6~dfsg.1-4_i386.deb

Greetings,

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

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


Re: [SCM] jnoise/master: Add JACK-session support.

2011-01-12 Thread Adrian Knoth
On Tue, Jan 11, 2011 at 06:32:38PM +0100, Alessio Treglia wrote:

  Wasn't the idea to give named tags? Something like libjack-dev-session
  or libjack-session-dev, and all the jackd implementations supporting
  this tag will provide it?
 
  If so, we simply decide on such a name now and I'll upload fixed jackd
  packages to experimental tonight?
 
 +1
 
 libjack-dev-session sounds good to me!

That's uploaded right now. (both, jackd1 and jackd2)


HTH

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver

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


jackd2_1.9.6~dfsg.1-4_i386.changes ACCEPTED into experimental

2011-01-12 Thread Debian FTP Masters



Accepted:
jackd2-firewire_1.9.6~dfsg.1-4_i386.deb
  to main/j/jackd2/jackd2-firewire_1.9.6~dfsg.1-4_i386.deb
jackd2_1.9.6~dfsg.1-4.debian.tar.gz
  to main/j/jackd2/jackd2_1.9.6~dfsg.1-4.debian.tar.gz
jackd2_1.9.6~dfsg.1-4.dsc
  to main/j/jackd2/jackd2_1.9.6~dfsg.1-4.dsc
jackd2_1.9.6~dfsg.1-4_i386.deb
  to main/j/jackd2/jackd2_1.9.6~dfsg.1-4_i386.deb
libjack-jackd2-0_1.9.6~dfsg.1-4_i386.deb
  to main/j/jackd2/libjack-jackd2-0_1.9.6~dfsg.1-4_i386.deb
libjack-jackd2-dev_1.9.6~dfsg.1-4_i386.deb
  to main/j/jackd2/libjack-jackd2-dev_1.9.6~dfsg.1-4_i386.deb


Override entries for your package:
jackd2-firewire_1.9.6~dfsg.1-4_i386.deb - optional sound
jackd2_1.9.6~dfsg.1-4.dsc - source sound
jackd2_1.9.6~dfsg.1-4_i386.deb - optional sound
libjack-jackd2-0_1.9.6~dfsg.1-4_i386.deb - optional libs
libjack-jackd2-dev_1.9.6~dfsg.1-4_i386.deb - optional libdevel

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


Re: [Bulk] Re: [SCM] dmedia/master: Add more substvar usage in debian/control

2011-01-12 Thread Alessio Treglia
On Wed, Jan 12, 2011 at 4:12 PM, Jonas Smedegaard d...@jones.dk wrote:
 Any references for that?

Sorry, no docs are available for now.
However I got more information from some other PAPT/DPMT teams
members, and here is a short summary:

  * Definitely dh_python{2,3] is the way of the future and it will
replace all the other helpers.
  * Basically, switching from pycentral to dh_python2 is painless.
  * Switching fom python-support - dh_python{2,3] needs to try to
import $module (for _each_ module).
Note that it could be a mess if there are packages which share the
same namespace.

In both cases, if the package provides only programs or private
modules, there should not be any worry.

 Personally I prefer to keep Python packages backportable at least until
 Squeeze is out - and if possible without too much trouble until support for
 Lenny is dropped.

As shown here [1], squeeze already provides dh_python2.


[1] 
http://packages.debian.org/changelogs/pool/main/p/python-defaults/python-defaults_2.6.6-3+squeeze4/changelog#versionversion2.6.5-1

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

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


Processing of a2jmidid_6+20100828.git60f75d9-1_amd64.changes

2011-01-12 Thread Debian FTP Masters
a2jmidid_6+20100828.git60f75d9-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  a2jmidid_6+20100828.git60f75d9-1.dsc
  a2jmidid_6+20100828.git60f75d9.orig.tar.gz
  a2jmidid_6+20100828.git60f75d9-1.debian.tar.gz
  a2jmidid_6+20100828.git60f75d9-1_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/mailman/listinfo/pkg-multimedia-maintainers


a2jmidid_6+20100828.git60f75d9-1_amd64.changes ACCEPTED into unstable

2011-01-12 Thread Debian FTP Masters



Accepted:
a2jmidid_6+20100828.git60f75d9-1.debian.tar.gz
  to main/a/a2jmidid/a2jmidid_6+20100828.git60f75d9-1.debian.tar.gz
a2jmidid_6+20100828.git60f75d9-1.dsc
  to main/a/a2jmidid/a2jmidid_6+20100828.git60f75d9-1.dsc
a2jmidid_6+20100828.git60f75d9-1_amd64.deb
  to main/a/a2jmidid/a2jmidid_6+20100828.git60f75d9-1_amd64.deb
a2jmidid_6+20100828.git60f75d9.orig.tar.gz
  to main/a/a2jmidid/a2jmidid_6+20100828.git60f75d9.orig.tar.gz


Override entries for your package:
a2jmidid_6+20100828.git60f75d9-1.dsc - source sound
a2jmidid_6+20100828.git60f75d9-1_amd64.deb - optional sound

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


Re: [SCM] milkytracker/master: Update debian/copyright and remove FIXMEs

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 05:09:10PM +0100, Alessandro Ghedini wrote:

On Tue, Jan 11, 2011 at 12:19:43AM +0100, Jonas Smedegaard wrote:

On Mon, Jan 10, 2011 at 11:36:40PM +0100, Alessandro Ghedini wrote:
On Mon, Jan 10, 2011 at 10:58:47PM +0100, Jonas Smedegaard wrote:
On Mon, Jan 10, 2011 at 09:39:46PM +,
ghedo-gu...@users.alioth.debian.org wrote:
   Update debian/copyright and remove FIXMEs

Files: src/compression/zziplib/*
Copyright: 1999-2004, Guido Draheim
-License: LGPL or MPL-1.1
+License: LGPL-2+ or MPL-1.1
 All rights reserved, use under the restrictions of the Lesser GNU 
 General Public License or alternatively the restrictions of the 
 Mozilla Public License 1.1


Above is no proof that the version of LGPL is 2+.

It is, I checked upstream [0]. I thought this was enough...

_Above_ is insufficient proof.

Proof announced on this mailinglist or listed at some website is not
proof included in debian/copyright file.


Maybe I was not clear, but I assumed the v2+ from the COPYING.LIB
containing the LGPL-2+ text, shipped with the upstream tarball (it's
present also in the orig.tar of the libzzip package by the way).
Isn't this enough?


_Above_ does not contain that info.

I fail to locate a COPYING.LIB inside of the zziplib subdir, and even if 
it existed, we would need to add a Comment: stating that we *assume* 
that to be the licensing which is too vaguely described in the embedded 
licensing statements themselves.


We need to be explicit in debian/copyright.



Do anyone here know for sure if LGPL-2+ is compatible with GPL-3?

I think it is [2].

No - that only talks about GPL-2+ and LGPL-2.1, not LGPL-2.


They are not much different AFAIK, I think the v2 weren't listed for this
reason... but a request on debian-legal would be the safest solution.


I suggest first resolving for sure which version(s) of LGPL is actually 
ised throughout this codebase, and then (if still relevant) ask d-legal.



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: [Bulk] Re: [SCM] dmedia/master: Add more substvar usage in debian/control

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 06:35:17PM +0100, Alessio Treglia wrote:

On Wed, Jan 12, 2011 at 4:12 PM, Jonas Smedegaard d...@jones.dk wrote:

Any references for that?


Sorry, no docs are available for now.
However I got more information from some other PAPT/DPMT teams
members, and here is a short summary:


Thanks.  I am fully aware that some (namely those in favor of it) 
encourage that we all switch.  This would avoid them internally 
communicating with each other and decide on an official commonly agreed 
plan for Python handling.


Looking forward to concrete usable references.


Personally I prefer to keep Python packages backportable at least 
until Squeeze is out - and if possible without too much trouble until 
support for Lenny is dropped.


As shown here [1], squeeze already provides dh_python2.


True, but irrelevant to my personal preference pointed out above!


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: [SCM] jnoise/master: Put 'team upload' line to avoid lintian warning.

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 05:25:08PM +0100, Alessio Treglia wrote:

On Wed, Jan 12, 2011 at 5:20 PM, Jonas Smedegaard d...@jones.dk wrote:


What warning is that?


Since I am not listed in the Uploaders field, lintian believes that 
it's a NMU. To avoid the changelog-should-mention-nmu warning I've 
chosen to put the above line at the beginning of the changelog.


Why not instead put yourself as Uploader?


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: build-depend version with dfsg

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 05:28:54PM +0100, IOhannes m zmoelnig wrote:

while packaging gmerlin-avdecoder i noticed a slight problem with the
build-depends:


Hmm - didn't you post this to the CDBS list?!?

Is my mailer confused, or did you perhaps bcc to the Multimedia list 
too?


If you did then please don't.

If you didn't and only sent here, I am sorry - and will repost my 
response here as well...



Kind regards,

 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Bug#609815: smplayer: add support for ffodivxvdpau

2011-01-12 Thread Thibaut VARENE
Package: smplayer
Version: 0.6.9-1
Severity: wishlist
Tags: upstream patch

Please find attached a patch that enables the use of ffodivxvdpau when vdpau
output is selected. It will be useful on cards which support VDPAU set C.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/4 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 smplayer depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libqt4-networ 4:4.6.3-4  Qt 4 network module
ii  libqt4-xml4:4.6.3-4  Qt 4 XML module
ii  libqtcore44:4.6.3-4  Qt 4 core module
ii  libqtgui4 4:4.6.3-4  Qt 4 GUI module
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3
ii  mplayer   2:1.0~rc3++svn20100804-0.0 The Ultimate Movie Player For Linu
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

Versions of packages smplayer recommends:
ii  smplayer-themes0.1.20+dfsg-1 complete front-end for MPlayer - i
ii  smplayer-translations  0.6.9-1   complete front-end for MPlayer - t

smplayer suggests no packages.

-- no debconf information
--- src/core.cpp.orig   2010-02-18 12:35:29.0 +0100
+++ src/core.cpp2011-01-12 19:07:51.0 +0100
@@ -1351,7 +1351,7 @@
else {
if (pref-vo.startsWith(vdpau)) {
proc-addArgument(-vc);
-   
proc-addArgument(ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,);
+   
proc-addArgument(ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffodivxvdpau,);
}
 #endif 
else {
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: build-depend version with dfsg

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 07:10:56PM +0100, Jonas Smedegaard wrote:

On Wed, Jan 12, 2011 at 05:28:54PM +0100, IOhannes m zmoelnig wrote:

while packaging gmerlin-avdecoder i noticed a slight problem with the
build-depends:


Hmm - didn't you post this to the CDBS list?!?


Silly me - I simply confused two mails from you :-P

Please just ignore this...

 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: build-depend version with dfsg

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 05:28:54PM +0100, IOhannes m zmoelnig wrote:

while packaging gmerlin-avdecoder i noticed a slight problem with the
build-depends:
it used to be libgmerlin-dev (= 1.0.0)
but since gmerlin has to be repackaged (to be dfsg compliant), the
actually installed version is 1.0.0~dfsg-1

now i don't understand, why =1.0.0 is not satisfied with 1.0.0~dfsg-1

everything works fine, if i build-depend on (= 1.0.0~dfsg)

am i missing something?

and if gmerlin makes a bugfix release that gets rid of the dfsg
problems, so we will be able to create libgmerlin-dev_1.0.1-1, will
(=1.0.0~dfsg) be satisfied?


The special char ~ means just below in Debian-version-speak.

So it makes good sens that a dependency on =1.0.0 is not satisfied by 

=1.0.0~anything-at-all, and that is just below 1.0.0.



Hope that helps.

 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: [SCM] jnoise/master: Put 'team upload' line to avoid lintian warning.

2011-01-12 Thread Alessio Treglia
On Wed, Jan 12, 2011 at 7:07 PM, Jonas Smedegaard d...@jones.dk wrote:
 Why not instead put yourself as Uploader?

To be honest there was no particular reason and, yes, I will update
the Uploaders field with the next upload.

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

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


Re: [SCM] jnoise/master: Put 'team upload' line to avoid lintian warning.

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 07:43:32PM +0100, Alessio Treglia wrote:

On Wed, Jan 12, 2011 at 7:07 PM, Jonas Smedegaard d...@jones.dk wrote:

Why not instead put yourself as Uploader?


To be honest there was no particular reason and, yes, I will update
the Uploaders field with the next upload.


I suspect that that hint is irrelevant for our style of teamwork: Anyone 
in the team getting involved in a package should be added to Upleaders - 
even if lintian-info might hint about a different way to solve such 
complaints.



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Bug#609822: [mplayer] disable joystick by default

2011-01-12 Thread Jocelyn Delalande

Package: mplayer
Version: 2:1.0~rc3++svn20100804-0.1
Severity: normal

--- Please enter the report below this line. ---
This bug is the exact same as 
https://bugs.launchpad.net/ubuntu/+source/mplayer/+bug/75925


I own a thinkpad with a hdaps device (accelerometer) and the 
default-enabled joystick in mplayer makes the playback rewind each time 
the computer or the table it lays on moves a bit, this is a realy 
anoying behaviour, unexplainable for the end-user. It affects 
potentially all thinkpad (and maybe others) owners.


I'm using mplayer default conf, I purged and reinstalled to be sure of that.

See related #592082





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


gmerlin-avdecoder ready?

2011-01-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

afaict, gmerlin-avdecoder is ready!

anybody interested, please check out:
git+ssh://git.debian.org/git/pkg-multimedia/gmerlin-avdecoder

the package depends on the new version of libgmerlin which is not yet
uploaded (nor 100% ready afaict), but to me that's the only hurdle.

f
gadmr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0uBuwACgkQkX2Xpv6ydvTyUQCeMApyF2xK1wrqjHh5Ssh9KCty
mqIAoIJKSpyal/SRgIkX685BLlIvmk9C
=Ms3N
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: gmerlin-avdecoder ready?

2011-01-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-01-12 20:54, IOhannes m zmoelnig wrote:
 afaict, gmerlin-avdecoder is ready!

at least, once alessio finishes his commits :-)

fgmasdf#
IOhannes


 
 anybody interested, please check out:
 git+ssh://git.debian.org/git/pkg-multimedia/gmerlin-avdecoder
 
 the package depends on the new version of libgmerlin which is not yet
 uploaded (nor 100% ready afaict), but to me that's the only hurdle.
 
 f
 gadmr
 IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0uB0sACgkQkX2Xpv6ydvRRrQCghxTVGdK7zUL2W6YGLiHS2i5d
axIAoNAMIkI0m2qR8j+PRR32CzD3hNoH
=ip9d
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: gmerlin-avdecoder ready?

2011-01-12 Thread Alessio Treglia
On Wed, Jan 12, 2011 at 8:54 PM, IOhannes m zmoelnig zmoel...@iem.at wrote:
 anybody interested, please check out:
 git+ssh://git.debian.org/git/pkg-multimedia/gmerlin-avdecoder

 the package depends on the new version of libgmerlin which is not yet
 uploaded (nor 100% ready afaict), but to me that's the only hurdle.


Well, I'm on it.
Let me know when gmerlin is ready for uploading.


Cheers.



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

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


Re: [SCM] gmerlin-avdecoder/master: regenerated symbols file

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 07:41:24PM +, 
zmoelnig-gu...@users.alioth.debian.org wrote:

   regenerated symbols file



+ bgav_get_audio_compression_i...@base 1.1.0~dfsg-1


When symbols are introduced with a new upstream release, the Debian part 
of the version string should be stripped.


Try compile and look at the warnings I believe you'll get by now...


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: gmerlin-avdecoder ready?

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 08:54:20PM +0100, IOhannes m zmoelnig wrote:

the package depends on the new version of libgmerlin which is not yet
uploaded (nor 100% ready afaict), but to me that's the only hurdle.


Then is it *wrong* IMO to release it versioned as 1.1.0~dfsg!

Better to use e.g. 1.1.0~svn12345~dfsg

Also, upstream source should be mentioned - so if upstream source is not 
a tarball, then e.g. the SVN URL should be included as well.



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Re: gmerlin-avdecoder ready?

2011-01-12 Thread Alessio Treglia
The clean target in debian/rules needs some work:

ales...@alessio-laptop:~/devel/pkg-multimedia/gmerlin-avdecoder$
git-buildpackage -S -sa
test -x debian/rules
dh_testroot
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make  -C .  -k distclean
make[1]: Entering directory
`/home/alessio/devel/pkg-multimedia/gmerlin-avdecoder'
make[1]: *** No rule to make target `distclean'.
make[1]: Leaving directory
`/home/alessio/devel/pkg-multimedia/gmerlin-avdecoder'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
rmdir: rimozione di . non riuscita: Invalid argument
make: [makefile-clean] Error 1 (ignored)
for i in ./config.guess ./config.sub ./config.rpath ; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
dh_clean
rm -f debian/stamp-autotools-files
rm -f debian/cdbs-install-list debian/cdbs-package-list
debian/stamp-copyright-check
rm -f Makefile lib/Makefile
rm -f configure
rm -f Makefile.in doc/Makefile.in include/Makefile.in lib/Makefile.in
m4/Makefile.in plugins/Makefile.in po/Makefile.in tests/Makefile.in
utils/Makefile.in
rm -f config.guess config.log config.status config.sub depcomp
install-sh missing
rm -f include/config.h.in
rm -f m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
m4/lt~obsolete.m4
rm -f ltmain.sh
rm -f aclocal.m4
You have uncommitted changes in your source tree:
# On branch master
# Changed but not updated:
#   (use git add/rm file... to update what will be committed)
#   (use git checkout -- file... to discard changes in working directory)
#
#   deleted:Makefile.in
#   deleted:aclocal.m4
#   deleted:config.guess
#   deleted:config.sub
#   deleted:configure
#   deleted:depcomp
#   deleted:doc/Makefile.in
#   deleted:include/Makefile.in
#   deleted:include/config.h.in
#   deleted:install-sh
#   deleted:lib/Makefile.in
#   deleted:ltmain.sh
#   deleted:m4/Makefile.in
#   deleted:missing
#   deleted:plugins/Makefile.in
#   deleted:tests/Makefile.in
#   deleted:utils/Makefile.in
#
no changes added to commit (use git add and/or git commit -a)

Use --git-ignore-new to ignore.


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

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


Processing of smplayer_0.6.9-2_i386.changes

2011-01-12 Thread Debian FTP Masters
smplayer_0.6.9-2_i386.changes uploaded successfully to localhost
along with the files:
  smplayer_0.6.9-2.dsc
  smplayer_0.6.9-2.debian.tar.gz
  smplayer_0.6.9-2_i386.deb
  smplayer-translations_0.6.9-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/mailman/listinfo/pkg-multimedia-maintainers


smplayer_0.6.9-2_i386.changes ACCEPTED into unstable

2011-01-12 Thread Debian FTP Masters



Accepted:
smplayer-translations_0.6.9-2_all.deb
  to main/s/smplayer/smplayer-translations_0.6.9-2_all.deb
smplayer_0.6.9-2.debian.tar.gz
  to main/s/smplayer/smplayer_0.6.9-2.debian.tar.gz
smplayer_0.6.9-2.dsc
  to main/s/smplayer/smplayer_0.6.9-2.dsc
smplayer_0.6.9-2_i386.deb
  to main/s/smplayer/smplayer_0.6.9-2_i386.deb


Override entries for your package:
smplayer-translations_0.6.9-2_all.deb - optional video
smplayer_0.6.9-2.dsc - source video
smplayer_0.6.9-2_i386.deb - optional video

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


Thank you for your contribution to Debian.

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


Re: gmerlin-avdecoder ready?

2011-01-12 Thread Jonas Smedegaard

On Wed, Jan 12, 2011 at 09:14:40PM +0100, Alessio Treglia wrote:

The clean target in debian/rules needs some work:


Looks like new upstream release ships with automade files.

Then sure it needs changes: The previous release needed them generated 
during build, and thus - for VCS sanity - carefully cleaned up as well.


See commit 7329d.


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


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


Bug#609815: marked as done (smplayer: add support for ffodivxvdpau)

2011-01-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Jan 2011 21:03:27 +
with message-id e1pd7qp-0006ht...@franck.debian.org
and subject line Bug#609815: fixed in smplayer 0.6.9-2
has caused the Debian Bug report #609815,
regarding smplayer: add support for ffodivxvdpau
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.)


-- 
609815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: smplayer
Version: 0.6.9-1
Severity: wishlist
Tags: upstream patch

Please find attached a patch that enables the use of ffodivxvdpau when vdpau
output is selected. It will be useful on cards which support VDPAU set C.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/4 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 smplayer depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libqt4-networ 4:4.6.3-4  Qt 4 network module
ii  libqt4-xml4:4.6.3-4  Qt 4 XML module
ii  libqtcore44:4.6.3-4  Qt 4 core module
ii  libqtgui4 4:4.6.3-4  Qt 4 GUI module
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3
ii  mplayer   2:1.0~rc3++svn20100804-0.0 The Ultimate Movie Player For Linu
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

Versions of packages smplayer recommends:
ii  smplayer-themes0.1.20+dfsg-1 complete front-end for MPlayer - i
ii  smplayer-translations  0.6.9-1   complete front-end for MPlayer - t

smplayer suggests no packages.

-- no debconf information
--- src/core.cpp.orig   2010-02-18 12:35:29.0 +0100
+++ src/core.cpp2011-01-12 19:07:51.0 +0100
@@ -1351,7 +1351,7 @@
else {
if (pref-vo.startsWith(vdpau)) {
proc-addArgument(-vc);
-   
proc-addArgument(ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,);
+   
proc-addArgument(ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffodivxvdpau,);
}
 #endif 
else {
---End Message---
---BeginMessage---
Source: smplayer
Source-Version: 0.6.9-2

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

smplayer-translations_0.6.9-2_all.deb
  to main/s/smplayer/smplayer-translations_0.6.9-2_all.deb
smplayer_0.6.9-2.debian.tar.gz
  to main/s/smplayer/smplayer_0.6.9-2.debian.tar.gz
smplayer_0.6.9-2.dsc
  to main/s/smplayer/smplayer_0.6.9-2.dsc
smplayer_0.6.9-2_i386.deb
  to main/s/smplayer/smplayer_0.6.9-2_i386.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 609...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Maia Kozheva si...@ubuntu.com (supplier of updated smplayer 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: Sun, 08 Aug 2010 21:47:58 +0700
Source: smplayer
Binary: smplayer smplayer-translations
Architecture: source i386 all
Version: 0.6.9-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Maia Kozheva si...@ubuntu.com
Description: 
 smplayer   - complete front-end for MPlayer
 smplayer-translations - complete front-end for MPlayer - translation files
Closes: 609815
Changes: 
 smplayer (0.6.9-2) unstable; urgency=low
 .
   [ Maia Kozheva ]
   * Switch to 3.0 (quilt) format.
   * debian/control:
 - Bump Standards-Version to 3.9.1.
 - Add Vcs-Git and Vcs-Browser fields.
 - Enable DM-Upload-Allowed.
 .
   [ Reinhard Tartler ]
   * Bugfix: add support for ffodivxvdpau, Closes: #609815.
 Thanks to Thibaut VARENE vare...@debian.org for the patch.
Checksums-Sha1: 
 0d2f9b436490a1c80e41e9d492e3dd4d2d15409a 1516 smplayer_0.6.9-2.dsc
 be667bf45844aba0b545d842281c9974d204b94f 9795 smplayer_0.6.9-2.debian.tar.gz