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.

Changes between Version 54 and Version 55 of GSoC2008/VoiceAndVideo


Ignore:
Timestamp:
Jul 19, 2008, 10:47:31 PM (16 years ago)
Author:
kyrian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC2008/VoiceAndVideo

    v54 v55  
    6262 * gstreamer-plugins-farsight
    6363
    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.
     64You'll also need this package, which needs to be compiled from source, and it builds "out of the box" on FC9.
    6565
    6666 * [http://farsight.freedesktop.org/releases/farsight2/ farsight2-0.10]
    6767
    6868You 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
     70Because 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
     73ln -s /usr/local/lib/pkgconfig/farsight2-0.10.pc /usr/lib/pkgconfig/farsight2-0.10.pc
     74
     75That gets ./configure to recognise both GSTREAMER and FARSIGHT as per above.
     76
     77So configure with:
     78
     79./configure --enable-gnutls=no
     80
     81And then "make && make install" as normal.
    6982
    7083REMAINDER IS A WORK IN PROGRESS FOR FEDORA CORE SPECIFIC BUILD, PLEASE IGNORE FOR NOW...
     
    8093(FC9 story so far..)
    8194./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!