Re: ffmpeg transition, almost there, call for help

2009-09-11 Thread Benjamin Drung
Am Donnerstag, den 10.09.2009, 22:34 +0200 schrieb Stefan Potyra:
 For mythexport I've already filed a bug (427508).
 Benjamin (hey, congrats for your MOTU-ship!) is on audacious (pending a fix 
 in 
 wxwidgets2.8 - which I thought I'd come around to upload last weekend, 
 sorry... at least now you can upload the fix yourself ;).

1. Thanks
2. It's audacity, not audacious. ;)
3. The discussed patch is included in the wxwidgets2.8 package, but it
did not help. I have patched audacity now and released it as version
1.3.9-3 to Debian unstable. It's now ready for being synced (see bug
#423801), it only needs a FFe.

Cheers,
Benjamin


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu


ffmpeg transition, almost there, call for help

2009-09-10 Thread Stefan Potyra
Hi,

ffmpeg changed it's library names from -unstripped- to -extra-, e.g. 
libavutil-unstripped-49 - libavutil-extra-49.
While the -unstripped- variants are still there as dummy packages, it would 
help apts dependency resolver a lot, if we could get rid of rdepends 
against -unstripped- packages.

The good news, there are not many source packages left.

A number of packages that are left have hard-coded these as 
depends/recommends. Generally I dislike this practice (libraries should get 
calculated from the shlibs file), but admitted, there are good reasons for 
some of the packages to do so. While I guess there might be a better scheme 
to do this, I wouldn't advise to change the way things work at this point of 
the freeze.

The remaining source packages can be calculated with the following scriptlet:

for i in $(apt-cache rdepends libavutil-unstripped-49 \
libavcodec-unstripped-52 libavdevice-unstripped-52 libavfilter-unstripped-0 \
libpostproc-unstripped-51 libavformat-unstripped-52 \
libswscale-unstripped-0 | \
sed -e 's/Reverse Depends://' | grep '  '); \
do apt-cache showsrc $i | grep ^Package | \
sed -e 's/Package: //'; done | sort -u

Please help to get these adjusted.

==
Various info I obtained while migrating a large set (info might be outdated):
The following packages should simply get rebuild, but FTBFS:
ffmpeg4ip
smilutils

For mythexport I've already filed a bug (427508).
Benjamin (hey, congrats for your MOTU-ship!) is on audacious (pending a fix in 
wxwidgets2.8 - which I thought I'd come around to upload last weekend, 
sorry... at least now you can upload the fix yourself ;).

Please also note, that unstable has the new ffmpeg as well, so bug reports due 
to *hard-coded* depends/recommends should get forwarded where applicable. 
(please don't forward requests for mere rebuilds, as these can be handled via 
binNMUs in unstable).

Final note: not every of my rebuilds built fine on every architecture. This 
fallout should be in NBS though, so please look at there as well.

Cheers,
Stefan.


signature.asc
Description: This is a digitally signed message part.
-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu