Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jul 19, 2008, 11:07:28 PM (16 years ago)
- Author:
-
kyrian
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v56
|
v57
|
|
53 | 53 | * [http://packages.debian.org/sid/gstreamer0.10-plugins-farsight gstreamer0.10-plugins-farsight] |
54 | 54 | |
55 | | ==== Additional Tips for Fedora Core 9+ Users: ==== |
| 55 | ==== Additional Tips for Fedora Core 9+ Users: (Kyrian) ==== |
56 | 56 | |
57 | 57 | You'll need these packages from the Fedora package repositories, instead of the ones listed above: |
… |
… |
|
68 | 68 | You have to use FC9+ because otherwise the gstreamer base package is too old to support the farsight2 package above, and rebuilding it is impractical because things like mplayer, totem and all other multimedia stuff might be killed by that. |
69 | 69 | |
70 | | Because the Pidgin configure script additions for FARSIGHT/GSTREAMER only look at files available to the |
71 | | "pkg-config" command, and don't use the normal library search pattern to find them, you need to make sure that the following fix is applied (or similar for future farsight2 versions?): |
| 70 | Because the Pidgin configure script only looks at files available to the |
| 71 | "pkg-config" command, and gnutls causes crashes, you need to use the following configure incantation: |
72 | 72 | |
73 | | ln -s /usr/local/lib/pkgconfig/farsight2-0.10.pc /usr/lib/pkgconfig/farsight2-0.10.pc |
74 | | |
75 | | That gets ./configure to recognise both GSTREAMER and FARSIGHT as per above. |
76 | | |
77 | | So configure with: |
78 | | |
79 | | ./configure --enable-gnutls=no |
| 73 | PKG_CONFIG_PATH=/usr/lib:/usr/local/lib/pkgconfig/ ./configure --enable-gnutls=no |
80 | 74 | |
81 | 75 | And then "make && make install" as normal. |
82 | 76 | |
83 | | [ Possibly "PKG_CONFIG_PATH=/usr/lib:/usr/local/lib/pkgconfig/ ./configure --enable-gnutls=no" will work? ] |
| 77 | This gets you far enough to have a 'media' preference in the Pidgin menus, with a working 'Preview', but I need to test further. |
84 | 78 | |
85 | 79 | REMAINDER IS A WORK IN PROGRESS FOR FEDORA CORE SPECIFIC BUILD, PLEASE IGNORE FOR NOW... |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!