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, 10:47:31 PM (16 years ago)
- Author:
-
kyrian
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v54
|
v55
|
|
62 | 62 | * gstreamer-plugins-farsight |
63 | 63 | |
64 | | You'll also need this package, which needs to be compiled from source, and it builds "out of the box" on FC9. It may be a good idea to remove the 'farsight' package if possible, to avoid confusion/conflicts. |
| 64 | You'll also need this package, which needs to be compiled from source, and it builds "out of the box" on FC9. |
65 | 65 | |
66 | 66 | * [http://farsight.freedesktop.org/releases/farsight2/ farsight2-0.10] |
67 | 67 | |
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 | |
| 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?): |
| 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 |
| 80 | |
| 81 | And then "make && make install" as normal. |
69 | 82 | |
70 | 83 | REMAINDER IS A WORK IN PROGRESS FOR FEDORA CORE SPECIFIC BUILD, PLEASE IGNORE FOR NOW... |
… |
… |
|
80 | 93 | (FC9 story so far..) |
81 | 94 | ./configure --enable-gnutls=no |
82 | | |
83 | | CONFIGURE SCRIPT. |
84 | | |
85 | | The configure script additions for FARSIGHT/GSTREAMER only look at files available to pkg-config, and don't use the normal library search pattern to find them. This could be improved in the configure script eventually, but here's a possible workaround: |
86 | | |
87 | | ln -s /usr/local/lib/pkgconfig/farsight2-0.10.pc /usr/lib/pkgconfig/farsight2-0.10.pc |
88 | | |
89 | | [ This links the custom-installed pkg-config info for your farsight2 version where Fedora can find it by default ] |
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!