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 56 and Version 57 of GSoC2008/VoiceAndVideo


Ignore:
Timestamp:
Jul 19, 2008, 11:07:28 PM (16 years ago)
Author:
kyrian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC2008/VoiceAndVideo

    v56 v57  
    5353 * [http://packages.debian.org/sid/gstreamer0.10-plugins-farsight gstreamer0.10-plugins-farsight]
    5454
    55 ==== Additional Tips for Fedora Core 9+ Users: ====
     55==== Additional Tips for Fedora Core 9+ Users: (Kyrian) ====
    5656
    5757You'll need these packages from the Fedora package repositories, instead of the ones listed above:
     
    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.
    6969
    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?):
     70Because 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:
    7272
    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
     73PKG_CONFIG_PATH=/usr/lib:/usr/local/lib/pkgconfig/ ./configure --enable-gnutls=no
    8074
    8175And then "make && make install" as normal.
    8276
    83 [ Possibly "PKG_CONFIG_PATH=/usr/lib:/usr/local/lib/pkgconfig/ ./configure --enable-gnutls=no" will work? ]
     77This gets you far enough to have a 'media' preference in the Pidgin menus, with a working 'Preview', but I need to test further.
    8478
    8579REMAINDER 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!