Changeset 2408

Show
Ignore:
Timestamp:
04/22/07 14:29:02 (2 years ago)
Author:
wbx
Message:

add dbus package, update bluez-libs and utils to the latest upstream version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/pkg-depend.mk

    r2393 r2408  
    1717bitchx-compile: ncurses-compile 
    1818bitlbee-compile: libiconv-compile openssl-compile glib-compile 
    19 bluez-utils-compile: bluez-libs-compile libusb-compile 
     19bluez-utils-compile: bluez-libs-compile libusb-compile dbus-compile 
    2020bogofilter-compile: libiconv-compile libdb-compile 
    2121cbtt-compile: mysql-compile zlib-compile uclibc++-compile 
  • trunk/freewrt/package/Config.in

    r2393 r2408  
    4444source "package/ctorrent/Config.in" 
    4545source "package/cxxtools/Config.in" 
     46source "package/dbus/Config.in" 
    4647source "package/deco/Config.in" 
    4748source "package/digitemp/Config.in" 
  • trunk/freewrt/package/Makefile

    r2393 r2408  
    4646package-$(FWRT_COMPILE_CYRUS_SASL) += cyrus-sasl 
    4747package-$(FWRT_PACKAGE_CXXTOOLS) += cxxtools 
     48package-$(FWRT_PACKAGE_DBUS) += dbus 
    4849package-$(FWRT_PACKAGE_DECO) += deco 
    4950package-$(FWRT_COMPILE_DHCP) += dhcp 
  • trunk/freewrt/package/bluez-libs/Config.in

    r600 r2408  
    33        tristate 
    44        default n 
     5        select FWRT_PACKAGE_KMOD_BLUETOOTH 
    56        help 
    67          Bluez libs.  
  • trunk/freewrt/package/bluez-libs/Makefile

    r1686 r2408  
    88 
    99PKG_NAME:=              bluez-libs 
    10 PKG_VERSION:=           2.24 
    11 PKG_RELEASE:=           2 
    12 PKG_MD5SUM:=            d0ba50e251ae1e7f2c09024facde8e40 
     10PKG_VERSION:=           3.9 
     11PKG_RELEASE:=           1 
     12PKG_MD5SUM:=            53275e1824886368f11f586899707e08 
    1313PKG_SOURCE_URL:=        http://bluez.sourceforge.net/download 
    1414 
     
    1818 
    1919CONFIGURE_STYLE:=       gnu 
     20BUILD_STYLE:=           auto 
    2021INSTALL_STYLE:=         auto 
    2122 
  • trunk/freewrt/package/bluez-utils/Makefile

    r1686 r2408  
    88 
    99PKG_NAME:=              bluez-utils 
    10 PKG_VERSION:=           2.24 
    11 PKG_RELEASE:=           4 
    12 PKG_MD5SUM:=            5f5488ff3d31bdb9cd36b7991fe68408 
     10PKG_VERSION:=           3.9 
     11PKG_RELEASE:=           1 
     12PKG_MD5SUM:=            023a5e6a436f86a28baeec91e4c62736 
    1313PKG_INIT:=              90 
    1414PKG_SOURCE_URL:=        http://bluez.sourceforge.net/download 
     
    1818$(eval $(call PKG_template,BLUEZ_UTILS,bluez-utils,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 
    1919 
     20TCPPFLAGS+=             -I$(STAGING_DIR)/usr/include/dbus-1.0 
    2021CONFIGURE_STYLE=        gnu 
    21 CONFIGURE_ARGS+=        --disable-dbus \ 
    22                         --disable-fuse \ 
     22CONFIGURE_ARGS+=        --disable-fuse \ 
    2323                        --disable-obex \ 
    2424                        --disable-alsa \ 
     
    3838 
    3939post-install: 
     40        ${INSTALL_DIR} $(IDIR_BLUEZ_UTILS)/etc/dbus-1/system.d 
    4041        ${INSTALL_DIR} ${IDIR_BLUEZ_UTILS}/usr/bin 
    4142        ${CP} ${WRKINST}/usr/bin/* ${IDIR_BLUEZ_UTILS}/usr/bin/ 
     
    4546        ${CP} ${WRKINST}/etc/bluetooth/{hcid,rfcomm}.conf \ 
    4647            ${IDIR_BLUEZ_UTILS}/etc/bluetooth/ 
    47         install -m0700 ./files/givepin ${IDIR_BLUEZ_UTILS}/etc/bluetooth/ 
    48         ${INSTALL_DIR} ${IDIR_BLUEZ_UTILS}/etc/hotplug.d/usb 
     48        $(INSTALL_DATA) $(WRKINST)/etc/dbus-1/system.d/bluetooth.conf \ 
     49               $(IDIR_BLUEZ_UTILS)/etc/dbus-1/system.d 
    4950        ${INSTALL_DIR} ${IDIR_BLUEZ_UTILS}/etc/init.d 
    5051        ${INSTALL_BIN} ./files/bluez.init \ 
    5152                ${IDIR_BLUEZ_UTILS}/etc/init.d/S${PKG_INIT}bluez 
    52         ${INSTALL_BIN} ./files/bcm203x \ 
    53                 ${IDIR_BLUEZ_UTILS}/etc/hotplug.d/usb/02-bcm203x 
    54         ${CP} ${WRKINST}/etc/hotplug/usb/bcm203x \ 
    55                 ${IDIR_BLUEZ_UTILS}/usr/sbin 
    5653 
    5754include ${TOPDIR}/mk/pkg-bottom.mk 
  • trunk/freewrt/package/bluez-utils/ipkg/bluez-utils.conffiles

    r1 r2408  
    1 /etc/bluetooth/givepin 
    21/etc/bluetooth/hcid.conf 
    32/etc/bluetooth/rfcomm.conf 
  • trunk/freewrt/package/obexftp/Config.in

    r1973 r2408  
    44        default n 
    55        select FWRT_PACKAGE_LIBICONV 
     6        select FWRT_PACKAGE_OPENOBEX 
    67        help 
    78          http://openobex.triq.net/ 
  • trunk/freewrt/package/openobex/Config.in

    r1160 r2408  
    33        tristate 
    44        default n 
     5        select FWRT_PACKAGE_BLUEZ_LIBS 
    56        help 
    67          Free open source implementation of the Object Exchange (OBEX) protocol.