Re: d-m.o dependency tree

2012-03-22 Thread Andres Mejia
2012/2/10 Fabian Greffrath fab...@greffrath.com: Am 09.02.2012 16:49, schrieb Sebastian Dröge: Not obsoleted (yet). faac supports 1-6 channels and the main, lc, ssr and ltp profiles. vo-aacenc only supports 1-2 channels and the lc profile. OK, so it's good enough for the usual CD ripping.

Re: d-m.o dependency tree

2012-02-10 Thread Fabian Greffrath
Am 09.02.2012 18:37, schrieb Reinhard Tartler: Aah, I didn't get this point yesterday on the phone. Right, so porting the faac frontend to libavformat would allow us to drop the internal libmp4v2 copy. Good idea. Yes, but it would still remain non-free because of the reference implementation

Re: d-m.o dependency tree

2012-02-10 Thread Fabian Greffrath
Am 09.02.2012 17:34, schrieb Alessio Treglia: Do you mean FAAC links against libmp4v2? If so, we could try to make it rely on a dlopen() based mechanism. For the initial upload to Debian we could simply configure --without-mp4v2. BTW, the library is not affected, only the CLI frontend. I

Re: d-m.o dependency tree

2012-02-10 Thread Jonas Smedegaard
On 12-02-10 at 09:19am, Fabian Greffrath wrote: Am 09.02.2012 17:34, schrieb Alessio Treglia: Do you mean FAAC links against libmp4v2? If so, we could try to make it rely on a dlopen() based mechanism. For the initial upload to Debian we could simply configure --without-mp4v2. BTW, the

Re: d-m.o dependency tree

2012-02-10 Thread Alessio Treglia
On Fri, Feb 10, 2012 at 9:19 AM, Fabian Greffrath fab...@greffrath.com wrote: For the initial upload to Debian we could simply configure --without-mp4v2. BTW, the library is not affected, only the CLI frontend. I assume it will be OK to ship both sources in the same tarball as long as they are

Re: d-m.o dependency tree

2012-02-10 Thread Fabian Greffrath
Am 10.02.2012 09:49, schrieb Alessio Treglia: And regarding MPL-1.1, it says [2]: This is a free software license which is not a strong copyleft; unlike the X11 license, it has some complex restrictions that make it incompatible with the GNU GPL. That is, a module covered by the GPL and a module

Re: d-m.o dependency tree

2012-02-10 Thread Jonas Smedegaard
On 12-02-10 at 09:59am, Fabian Greffrath wrote: Am 10.02.2012 09:49, schrieb Alessio Treglia: And regarding MPL-1.1, it says [2]: This is a free software license which is not a strong copyleft; unlike the X11 license, it has some complex restrictions that make it incompatible with the GNU GPL.

Re: d-m.o dependency tree

2012-02-10 Thread Fabian Greffrath
Am 09.02.2012 16:49, schrieb Sebastian Dröge: Not obsoleted (yet). faac supports 1-6 channels and the main, lc, ssr and ltp profiles. vo-aacenc only supports 1-2 channels and the lc profile. OK, so it's good enough for the usual CD ripping. The current gnome-media-profiles still uses the faac

Re: d-m.o dependency tree

2012-02-09 Thread Alessio Treglia
On Thu, Feb 9, 2012 at 4:19 PM, Fabian Greffrath fab...@greffrath.com wrote: Dear team, I have created a d-m.o dependency tree that shows all packages offered at d-m.o with dependencies that cannot get satisfied by packages from Debian sid. I do not consider it complete Ah-ah! Great idea

Re: d-m.o dependency tree

2012-02-09 Thread Sebastian Dröge
On Do, 2012-02-09 at 16:19 +0100, Fabian Greffrath wrote: [...] - libfaac0 (contains non-free files, probably obsoletet by vo-aacenc) Not obsoleted (yet). faac supports 1-6 channels and the main, lc, ssr and ltp profiles. vo-aacenc only supports 1-2 channels and the lc profile. signature.asc

Re: d-m.o dependency tree

2012-02-09 Thread Reinhard Tartler
2012/2/9 Sebastian Dröge sl...@circular-chaos.org: On Do, 2012-02-09 at 16:19 +0100, Fabian Greffrath wrote: [...] - libfaac0 (contains non-free files, probably obsoletet by vo-aacenc) Not obsoleted (yet). faac supports 1-6 channels and the main, lc, ssr and ltp profiles. vo-aacenc only

Re: d-m.o dependency tree

2012-02-09 Thread Fabian Greffrath
Am 09.02.2012 17:16, schrieb Reinhard Tartler: In the telephone call I had with Fabian yesterday we agreed that the best way to handle this is probably to a) get faac into debian/non-free, b) forward-port the old patch to libavcodec to dlopen() it and c) port applications to libavcodec with

Re: d-m.o dependency tree

2012-02-09 Thread Alessio Treglia
On Thu, Feb 9, 2012 at 5:31 PM, Fabian Greffrath fab...@greffrath.com wrote: (FAAC currently uses libmp4v2, which we might need to disable before even attampting to get it into Debian). Do you mean FAAC links against libmp4v2? If so, we could try to make it rely on a dlopen() based mechanism.

Re: d-m.o dependency tree

2012-02-09 Thread Reinhard Tartler
On Thu, Feb 9, 2012 at 5:31 PM, Fabian Greffrath fab...@greffrath.com wrote: Am 09.02.2012 17:16, schrieb Reinhard Tartler: In the telephone call I had with Fabian yesterday we agreed that the best way to handle this is probably to a) get faac into debian/non-free, b) forward-port the old