WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: avahi  (Read 1971 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
avahi
« on: November 19, 2009, 09:48:50 PM »
avahi.tczl posted:
Code: [Select]
Title:          avahi.tczl
Description:    avahi network service
Version:        0.6.25
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 524KB
Extension_by:   juanito
Comments:       a system which facilitates service discovery on a local network
                ----------
                requires the atk, cairo, pango, glib2, fontconfig, expat2, libxml2,
                graphics-libs-1, pixman, ttf-bitstream-vera, Xlibs_support, gtk2,
                dbus, gcc_libs, libdaemon, nss-mdns and libglade extensions
                ----------
                optionally can use the python-twisted extension & deps for bookmarks
                ----------
                This extension contains:
                avahi-0.6.25 - GLGPLv2.1 - http://avahi.org/download/avahi-0.6.25.tar.gz
                ----------
Change-log:     first version
Current:        2009/11/15

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: avahi
« Reply #1 on: January 31, 2010, 11:03:31 AM »
adjusted start-up script so it does not start avahi when the extension is loaded, use /usr/local/etc/init.d/avahi:
Code: [Select]
Title:          avahi.tcz
Description:    avahi network service
Version:        0.6.25
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 524KB
Extension_by:   juanito
Comments:       a system which facilitates service discovery on a local network
                ----------
                requires the atk, cairo, pango, glib2, fontconfig, expat2, libxml2,
                graphics-libs-1, pixman, ttf-bitstream-vera, Xlibs_support, gtk2,
                dbus, gcc_libs, libdaemon, nss-mdns and libglade extensions
                ----------
                optionally can use the python-twisted extension & deps for bookmarks
                ----------
                $ sudo /usr/local/etc/init.d/avahi [start|stop|restart|status]
                ----------
                This extension contains:
                avahi-0.6.25 - GLGPLv2.1 - http://avahi.org/download/avahi-0.6.25.tar.gz
                ----------
Change-log:     first version
                2009/11/15
                added /usr/local/etc/init.d/avahi
Current:        2010/01/31

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: avahi
« Reply #2 on: March 13, 2010, 04:01:49 AM »
split out avahi libs.

Note that I adjusted *dep in the repo to call libavahi rather than avahi and also removed libdaemon/nss-mdns where present. If any extensions require the full version of avahi and libdaemon/nss-mdns, let me know and I'll add them back:
Code: [Select]
Title:          avahi.tcz
Description:    avahi network service
Version:        0.6.25
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 372KB
Extension_by:   juanito
Comments:       a system which facilitates service discovery on a local network
                ----------
                requires the atk, cairo, pango, glib2, fontconfig, expat2, libxml2,
                graphics-libs-1, pixman, ttf-bitstream-vera, Xlibs_support, gtk2,
                dbus, gcc_libs, libdaemon, nss-mdns, libglade and libavahi extensions
                ----------
                optionally can use the python-twisted extension & deps for bookmarks
                ----------
                $ sudo /usr/local/etc/init.d/avahi [start|stop|restart|status]
                ----------
                This extension contains:
                avahi-0.6.25 - GLGPLv2.1 - http://avahi.org/download/avahi-0.6.25.tar.gz
                ----------
Change-log:     first version
                2009/11/15
                added /usr/local/etc/init.d/avahi
                2010/01/31
                split out avahi libs
Current:        2010/03/11
« Last Edit: March 13, 2010, 05:37:13 AM by Juanito »