> On 01/27/2015 09:25 PM, René Rebe wrote:
>>
>> Sad to see such disagreement - we indeed better package the old streamer
>> version then as well, … :-/
>>
>
There are only these packages that need to have their .conf files modified:
mail/thunderbird
multimedia/swfdec
network/uget
gnome2/pidgin
www/firefox
www/seamonkey
Not sending patches now, as getting ready for work.
But, it is pretty simple, for example in thunderbird I have this:
if pkginstalled gstreamer; then
echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
else
if pkginstalled gstreamer0; then
echo "ac_add_options --enable-gstreamer" >> .mozconfig
else
echo "ac_add_options --disable-gstreamer" >> .mozconfig
fi
fi
pidgin and uget only support 0.10.x, so only test for gstreamer0, for
example in network/uget/uget.conf:
pkginstalled gstreamer0 || var_append confopt ' ' '--disable-gstreamer'
In pidgin.conf:
pkginstalled gstreamer0 || var_append confopt ' ' '--disable-gstreamer
--disable-gstreamer-interfaces'
Regards,
Barry
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2