[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Tue Aug 5 20:06:05 CEST 2014
commit 3bf6da909677eeb5532db645eae96b6540b5b36b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 05 Aug 2014 21:05:32 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/3bf6da909677eeb5532db645eae96b6540b5b36b
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
aliases | +1/-0
audio/pulseaudio/DEPENDS | +1/-1
bluetooth/blueman/DEPENDS | +1/-1
bluetooth/bluez-5/BUILD | +7/-0
bluetooth/bluez-5/CONFIGURE | +5/-0
bluetooth/bluez-5/DEPENDS | +7/-0
bluetooth/bluez-5/DETAILS | +17/-0
bluetooth/bluez-hcidump/DEPENDS | +1/-1
bluetooth/gammu/DEPENDS | +1/-1
bluetooth/libbtctl/DEPENDS | +1/-1
libs/eigen3/DETAILS | +4/-4
libs/libical/BUILD | +3/-0
libs/libical/DETAILS | +3/-4
net/anyremote/DEPENDS | +1/-1
net/connman/DEPENDS | +1/-1
net/obex-data-server/DEPENDS | +1/-1
net/obexd/DEPENDS | +1/-1
net/ofono/DEPENDS | +1/-1
net/openobex/DEPENDS | +1/-1
python/PyBluez/DEPENDS | +1/-1
science/gpsd/DEPENDS | +1/-1
security/dirmngr/BUILD | +4/-0
utils/pilot-link/DEPENDS | +1/-1
virtual/qemu/DEPENDS | +1/-1
24 files changed, 66 insertions(+), 23 deletions(-)
--- a/aliases
+++ b/aliases
@@ -15,3 +15,4 @@
%MPLAYER:MPlayer mplayer2
%CDR:cdrtools cdrkit dvdrtools
%MYSQL:mariadb mysql
+%BLUEZ:bluez-5 bluez
--- a/audio/pulseaudio/DEPENDS
+++ b/audio/pulseaudio/DEPENDS
@@ -20,7 +20,7 @@ optional_depends "GConf" "--enable-gconf" "--disable-gconf" "optio
optional_depends "gtk+-3" "--enable-gtk3" "--disable-gtk3" "optional Gtk+ 3 support"
optional_depends "libsamplerate" "--enable-samplerate" "--disable-samplerate" "optional libsamplerate support"
optional_depends "openssl" "--enable-openssl" "--disable-openssl" "for OpenSSL support"
-optional_depends "bluez" "--enable-bluez" "--disable-bluez" "optional BlueZ support"
+optional_depends "%BLUEZ" "--enable-bluez" "--disable-bluez" "optional BlueZ support"
optional_depends "orc" "--enable-orc" "--disable-orc" "for orc support"
optional_depends "esound" "--enable-esound" "--disable-esound" "for esound support"
--- a/bluetooth/blueman/DEPENDS
+++ b/bluetooth/blueman/DEPENDS
@@ -1,4 +1,4 @@
-depends bluez
+depends %BLUEZ
depends startup-notification
depends pygobject
depends Pyrex
--- /dev/null
+++ b/bluetooth/bluez-5/BUILD
@@ -0,0 +1,7 @@
+
+ mkdir -p /etc/bluetooth &&
+
+ default_build &&
+
+ install profiles/*/*.conf /etc/bluetooth/ &&
+ install src/main.conf /etc/bluetooth/
--- /dev/null
+++ b/bluetooth/bluez-5/CONFIGURE
@@ -0,0 +1,5 @@
+mquery ENABLE_LIBRARY "Enable library for legacy third party applications that still depend on the library?" y "--enable-library" "--disable-library"
+mquery ENABLE_OBEX "Enable the obex profile?" y "--enable-obex" "--disable-obex"
+mquery ENABLE_TOOLS "Enable Bluetooth utilities?" y "--enable-tools" "--disable-tools"
+mquery ENABLE_MONITOR "Enable Bluetooth monitor utility for HCI level tracing and debugging?" y "--enable-monitor" "--disable-monitor"
+mquery ENABILE_SIX_AXIS "Enable the six axis plugin? " n "--enable-sixaxis" "--disable-sixaxis"
--- /dev/null
+++ b/bluetooth/bluez-5/DEPENDS
@@ -0,0 +1,7 @@
+depends readline
+depends dbus-glib
+depends psmisc
+depends libical
+
+optional_depends "%UDEV" "--enable-udev --enable-systemd" "--disable-udev --disable-systemd" "for udev/systemd support"
+optional_depends "cups" "--enable-cups" "--disable-cups" "to enable cups printing support"
--- /dev/null
+++ b/bluetooth/bluez-5/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=bluez-5
+ VERSION=21
+ SOURCE=$MODULE.$VERSION.tar.gz
+ SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
+ SOURCE_VFY=sha1:8a32b90b94ff46a89cad09b4624b0f5343ecfef8
+ WEB_SITE=http://www.bluez.org
+ ENTERED=20140805
+ UPDATED=20140805
+ SHORT="support for core Bluetooth layers and protocols"
+
+cat << EOF
+BlueZ provides support for core Bluetooth layers and protocols. It is
+flexible, efficient and modular implementation.
+
+Bluez5 is a replacement for bluez-4.101.
+EOF
--- a/bluetooth/bluez-hcidump/DEPENDS
+++ b/bluetooth/bluez-hcidump/DEPENDS
@@ -1 +1 @@
-depends bluez
+depends %BLUEZ
\ No newline at end of file
--- a/bluetooth/gammu/DEPENDS
+++ b/bluetooth/gammu/DEPENDS
@@ -1,6 +1,6 @@
depends %UDEV
depends libusb
-depends bluez
+depends %BLUEZ
depends libdbi
depends cmake
--- a/bluetooth/libbtctl/DEPENDS
+++ b/bluetooth/libbtctl/DEPENDS
@@ -1,2 +1,2 @@
depends openobex
-depends bluez
+depends %BLUEZ
--- a/libs/eigen3/DETAILS
+++ b/libs/eigen3/DETAILS
@@ -1,12 +1,12 @@
MODULE=eigen3
- VERSION=3.1.4
+ VERSION=3.2.2
SOURCE=$VERSION.tar.bz2
SOURCE_URL=http://bitbucket.org/eigen/eigen/get/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/eigen-eigen-36bf2ceaf8f5
- SOURCE_VFY=sha1:a5cbe0a5676ea2105c8b0c4569c204bf58fc009a
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/eigen-eigen-1306d75b4a21
+ SOURCE_VFY=sha1:1e1a85681777314805003db5469d1a00785c58df
WEB_SITE=http://eigen.tuxfamily.org
ENTERED=20130417
- UPDATED=20130806
+ UPDATED=20140805
SHORT="linear algebra libraries for simple mathematical needs"
cat << EOF
--- /dev/null
+++ b/libs/libical/BUILD
@@ -0,0 +1,3 @@
+
+ ./bootstrap &&
+ default_build
--- a/libs/libical/DETAILS
+++ b/libs/libical/DETAILS
@@ -1,13 +1,12 @@
MODULE=libical
- VERSION=0.48
+ VERSION=1.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/freeassociation/
- SOURCE_VFY=sha1:4693cd0438be9f3727146ac1a46aa5b1b93b8c86
+ SOURCE_VFY=sha1:25c75f6f947edb6347404a958b1444cceeb9f117
WEB_SITE=http://freeassociation.sourceforge.net/
ENTERED=20021128
- UPDATED=20120203
+ UPDATED=20140805
SHORT="opensource implementation of the IETF's Calendar protocol"
-
cat << EOF
Libical is an Open Source implementation of the IETF's iCalendar
Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It
--- a/net/anyremote/DEPENDS
+++ b/net/anyremote/DEPENDS
@@ -1 +1 @@
-optional_depends bluez "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
+optional_depends %BLUEZ "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
--- a/net/connman/DEPENDS
+++ b/net/connman/DEPENDS
@@ -5,7 +5,7 @@ depends resolvconf
optional_depends "wpa_supplicant" "--enable-wifi" "--disable-wifi" "for WiFi device support"
optional_depends "openconnect" "--enable-openconnect" "--disable-openconnect" "for Cisco's AnyConnect SSL VPN support"
optional_depends "ofono" "--enable-ofono" "--disable-ofono" "Enable phone support"
-optional_depends "bluez" "--enable-bluetooth" "--disable-bluetooth" "for Bluetooth device support"
+optional_depends "%BLUEZ" "--enable-bluetooth" "--disable-bluetooth" "for Bluetooth device support"
optional_depends "polkit" "--enable-polkit" "--disable-polkit" "for PolicyKit authorization support"
optional_depends "xl2tpd" "--enable-l2tp" "--disable-l2tp" "For Layer 2 Tunneling support (VPN)"
optional_depends "openvpn" "--enable-openvpn" "--disable-openvpn" "for Virtual Private Network support"
--- a/net/obex-data-server/DEPENDS
+++ b/net/obex-data-server/DEPENDS
@@ -1,4 +1,4 @@
-depends bluez
+depends %BLUEZ
depends openobex
optional_depends usbutils "--enable-usb" "--disable-usb" "for usb support"
--- a/net/obexd/DEPENDS
+++ b/net/obexd/DEPENDS
@@ -1,5 +1,5 @@
depends dbus
-depends bluez
+depends %BLUEZ
depends openobex
depends libical
--- a/net/ofono/DEPENDS
+++ b/net/ofono/DEPENDS
@@ -1,6 +1,6 @@
depends dbus
depends mobile-broadband-provider-info
-optional_depends "bluez" "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
+optional_depends "%BLUEZ" "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
optional_depends "%UDEV" "--enable-udev" "--disable-udev" "for udev support"
optional_depends "libcap-ng" "--enable-capng" "--disable-capng" "for POSIX capabilites support"
--- a/net/openobex/DEPENDS
+++ b/net/openobex/DEPENDS
@@ -1,3 +1,3 @@
optional_depends "usbutils" "--enable-usb" "--disable-usb" "for usb support"
-optional_depends "bluez" "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
+optional_depends "%BLUEZ" "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
optional_depends "irda-utils" "--enable-irda" "--disable-irda" "for IrDA support"
--- a/python/PyBluez/DEPENDS
+++ b/python/PyBluez/DEPENDS
@@ -1,2 +1,2 @@
depends Python
-depends bluez
+depends %BLUEZ
--- a/science/gpsd/DEPENDS
+++ b/science/gpsd/DEPENDS
@@ -10,5 +10,5 @@ optional_depends "libusb-compat" "usb=yes" "usb=no" "for usb device support"
optional_depends "qt4" "libQgpsmm=yes" "libQgpsmm=no" "for Qt C++ wrapper support"
optional_depends "libxslt" "" "" "for man page document support"
optional_depends "%PHP" "" "" "for web page display support"
-optional_depends "bluez" "bluez=yes" "bluez=no" "for bluetooth support"
+optional_depends "%BLUEZ" "bluez=yes" "bluez=no" "for bluetooth support"
optional_depends "systemd" "systemd=yes" "systemd=no" "for systemd support (gpsd by default is systemd capable)"
--- /dev/null
+++ b/security/dirmngr/BUILD
@@ -0,0 +1,4 @@
+
+ patch_it $SOURCE2 0 &&
+
+ default_build
--- a/utils/pilot-link/DEPENDS
+++ b/utils/pilot-link/DEPENDS
@@ -7,7 +7,7 @@ optional_depends "tcl" "--with-tcl=/usr/lib --with-tclinclude=/usr/incl
"--without-tcl" "for tcl scripting support"
optional_depends "tk" "" "" "provides /usr/bin/wish, needed with tcl"
-optional_depends "bluez" "--with-bluez" "--without-bluez" "for bluetooth support"
+optional_depends "%BLUEZ" "--with-bluez" "--without-bluez" "for bluetooth support"
optional_depends "%JAVA_SDK" "--with-java=$JAVA_HOME" "--without-java" "for java support"
optional_depends "libusb-compat" "--enable-libusb" "--disable_libusb" "Enables faster syncing"
--- a/virtual/qemu/DEPENDS
+++ b/virtual/qemu/DEPENDS
@@ -1,6 +1,6 @@
depends perl
-optional_depends bluez "--enable-bluez" "--disable-bluez" "for bluetooth support"
+optional_depends %BLUEZ "--enable-bluez" "--disable-bluez" "for bluetooth support"
optional_depends curl "--enable-curl" "--disable-curl" "for curl support"
optional_depends SDL "--enable-sdl" "--disable-sdl" "for GUI support"
optional_depends spice "--enable-spice" "--disable-spice" "for SPICE support"
More information about the Lunar-commits
mailing list