Re: Bug#686777: netjack2 + opus custom modes + debian

2013-07-02 Thread Robin Gareus
On 07/01/2013 05:59 PM, Ron wrote:
[..]
> So I'm still not really sure what
> showstopper complexity you are worried about there.

Sample accurate alignment of buffered netjack streams with the rest of
jack. updating port-latencies,.. Sounds easy, but it's not.

The realshowstopper there is lack of manpower.
No one volunteered to implement it.

ciao,
robin


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


libdiscid 0.5.1-1 MIGRATED to testing

2013-07-02 Thread Debian testing watch
FYI: The status of the libdiscid source package
in Debian's testing distribution has changed.

  Previous version: 0.5.0-2
  Current version:  0.5.1-1

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

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


Re: libdvdcss Debian packaging

2013-07-02 Thread Faheem Mitha



On Tue, 2 Jul 2013, Jonas Smedegaard wrote:


Quoting Faheem Mitha (2013-07-02 11:49:07)

I'm trying to use your packaging to build libdvdcss. This is on Debian
squeeze. The packaging is at

http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libdvdcss.git;a=summary

[snip]

dh_install: libdvdcss2 missing files (usr/lib/*/libdvdcss.so.*), aborting
make: *** [binary] Error 20

[snip]

However, the files in question appear to be in usr/lib.

[snip]

Just wondering what I am missing.



Seems that package requires a modern multiarch-enabled system.



Either you need to upgrade to current stable Debian - Wheezy - or
someone (perhaps yourself) need to adapt to package for your old system.


Yes, I already did that - see my earlier message. It didn't require much 
adapting.


 Regards, Faheem


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



___
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: libdvdcss Debian packaging

2013-07-02 Thread Jonas Smedegaard
Quoting Faheem Mitha (2013-07-02 11:49:07)
> I'm trying to use your packaging to build libdvdcss. This is on Debian 
> squeeze. The packaging is at
> 
> http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libdvdcss.git;a=summary
[snip]
> dh_install: libdvdcss2 missing files (usr/lib/*/libdvdcss.so.*), aborting
> make: *** [binary] Error 20
[snip]
> However, the files in question appear to be in usr/lib.
[snip]
> Just wondering what I am missing.

Seems that package requires a modern multiarch-enabled system.

Either you need to upgrade to current stable Debian - Wheezy - or 
someone (perhaps yourself) need to adapt to package for your old system.


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: signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

advertencia importante

2013-07-02 Thread CORREO
Su cuota Webmail ha excedido el Set cuota / límite que es de 20 GB. Su se están 
ejecutando en 23 GB debido a los archivos y carpetas en su buzón oculto. Por 
favor, usted es hacer clic en el siguiente enlace para validar su buzón y 
aumentar su cuota.
http://www.formstack.com/forms/?1512415-KEuIHPDQkv

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

libdvdcss Debian packaging

2013-07-02 Thread Faheem Mitha


Hi,

I'm trying to use your packaging to build libdvdcss. This is on Debian 
squeeze. The packaging is at


http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libdvdcss.git;a=summary

/usr/bin/install -c -m 644 src/dvdcss/dvdcss.h 
'/usr/local/src/libdvdcss/libdvdcss/debian/tmp/usr/include/dvdcss'

make[2]: Leaving directory `/usr/local/src/libdvdcss/libdvdcss'
make[1]: Leaving directory `/usr/local/src/libdvdcss/libdvdcss'
   dh_install -O--parallel
dh_install: libdvdcss2 missing files (usr/lib/*/libdvdcss.so.*), aborting
make: *** [binary] Error 20
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit 
status 2

debuild: fatal error at line 1325:
dpkg-buildpackage -rfakeroot -D -us -uc failed

However, the files in question appear to be in usr/lib.

faheem@merlin:/usr/local/src/libdvdcss/libdvdcss$ cd debian/tmp/usr/lib
faheem@merlin:/usr/local/src/libdvdcss/libdvdcss/debian/tmp/usr/lib$ ls
libdvdcss.a  libdvdcss.la  libdvdcss.so  libdvdcss.so.2  libdvdcss.so.2.1.0  
pkgconfig

Indeed the files in Debian reference usr/lib/*/libdvdcss.so

faheem@merlin:/usr/local/src/libdvdcss/libdvdcss/debian$ grep libdvdcss.so *
libdvdcss2.install:usr/lib/*/libdvdcss.so.*
libdvdcss2.symbols:libdvdcss.so.2 libdvdcss2 #MINVER#
libdvdcss-dev.install:usr/lib/*/libdvdcss.so

Just wondering what I am missing.
 Regards, Faheem

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