Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320167 - net-im/pidgin-2.7.0 forces gstreamer
Summary: net-im/pidgin-2.7.0 forces gstreamer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 320211
  Show dependency tree
 
Reported: 2010-05-17 12:22 UTC by Milan Nikolic
Modified: 2010-05-27 12:19 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Nikolic 2010-05-17 12:22:25 UTC
Bug 319557 is resolved/fixed but still with forcing gstreamer? Patch is available at http://developer.pidgin.im/ticket/11850 and consist of one #ifdef USE_GSTREAMER . Please fix it properly.

Reproducible: Always

Steps to Reproduce:
emerge -va pidgin



Actual Results:  
Bunch of packages (about 20), meta gstreamer, all sorts of gst plugins etc.

Expected Results:  
Pidgin without gstreamer for users that don't use it
Comment 1 Uros 2010-05-22 10:02:09 UTC
+1.

Since i'm only using finch, I really don't want gstreamer w/ gst plugins.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2010-05-26 20:49:49 UTC
Thank you for report. Should be fixed in pidgin-2.7.0-r1.
Comment 3 Martin Jansa 2010-05-27 09:02:02 UTC
With commit fixing this issue there was also changed:

162c167
<               $(use_with zephyr krb4) \
---
>               $(use_with krb4) \

and added krb4 USE flag, but without changing RDEPENDS

zephyr? ( >=app-crypt/mit-krb5-1.3.6-r1[krb4?] )

so when building -zephyr AND +krb4, it fails to find Kerberos 4 library.
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2010-05-27 12:19:56 UTC
Martin, next time, please, open new bug. One issue - one bug, or it'll be hard to keep track about bugs. This time this problem is fixed in the tree. Thank you.