Optional Codecs missing: x264, faac, faad2, lame
Bug #148994 reported by
Richard Spindler
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libquicktime (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Libquicktime supports a lot of different audio and video codecs, which can be enabled optionally at compile time, depending on the availablility of certain dependencies.
Some of those Audio/Video codecs are missing, even though they are available in the Ubuntu Gutsy Repositories.
Those missing codecs are: x264, faac, faad2, lame
If the following packages were present during compile time libquicktime would enable those codecs:
libx264-dev
libfaac-dev
libfaad2-dev
liblame-dev
The libquicktime DEBIAN package does not specify them, because the above packages are not available in debian. They are available in ubuntu though, therefore the should be added to libquicktime as build-dependencies.
Changed in libquicktime (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
There's another rule: the distro is divided in components such as main, universe, multiverse, and restricted (and commercial). Packages in main must build against main and main only; packages in universe may build against universe and main.
Until feisty, libquicktime was in main while the packages you mention (x264 etc.) were not, so it wasn't possible to build the main libquicktime source package against them; now the situation is different in that libquicktime is in universe, but x264, faac, and faad2 are in multiverse.
What could be done is having a second libquicktime package, for example libquicktime- multiverse which would be a copy built against the packages from multiverse.