[Lunar-commits] <moonbase> sane-backends: fixing download source, adding a couple of optional_depends,

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Tue May 5 19:46:48 CEST 2009


commit 78a057edc390c6d7ba79ca31c15d9b6a24853d6e
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Tue May 5 13:46:48 2009 -0400

    sane-backends: fixing download source, adding a couple of optional_depends,
    
    and it is PSAFE on x86_64.
---
 bluetooth/bluez/init.d/bluetoothd |    2 +-
 graphics/sane-backends/DEPENDS    |    3 +++
 graphics/sane-backends/DETAILS    |    3 +--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/bluetooth/bluez/init.d/bluetoothd b/bluetooth/bluez/init.d/bluetoothd
index b90b9cb..2c13a5f 100644
--- a/bluetooth/bluez/init.d/bluetoothd
+++ b/bluetooth/bluez/init.d/bluetoothd
@@ -24,7 +24,7 @@ HID2HCI_EXEC="`which $HID2HCI_NAME || true`"
 DAEMON_ENABLE=true
 HID2HCI_ENABLE=true
 
-[ -e /etc/default/bluetooth ] && . /etc/default/bluetooth
+[ -e /etc/bluetooth ] && . /etc/bluetooth
 
 case "$1" in
   start)
diff --git a/graphics/sane-backends/DEPENDS b/graphics/sane-backends/DEPENDS
index f39e6be..fd7324a 100644
--- a/graphics/sane-backends/DEPENDS
+++ b/graphics/sane-backends/DEPENDS
@@ -1,4 +1,7 @@
 depends jpeg
 
+optional_depends avahi        "--enable-avahi" "--disable-avahi"   "for service discovery support"
+optional_depends gphoto2      "--with-gphoto2" "--without-gphoto2" "for gphoto2 support"
+
 optional_depends libusb       "" "" "for usb scanners"
 optional_depends libieee1284  "" "" "for parallel port support"
diff --git a/graphics/sane-backends/DETAILS b/graphics/sane-backends/DETAILS
index e5b73df..8737a22 100644
--- a/graphics/sane-backends/DETAILS
+++ b/graphics/sane-backends/DETAILS
@@ -1,14 +1,13 @@
           MODULE=sane-backends
          VERSION=1.0.20
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://alioth.debian.org/frs/download.php/2318
+      SOURCE_URL=https://alioth.debian.org/frs/download.php/3026/
       SOURCE_VFY=sha1:3b4d2ecde8be404bb44269771cf5dc6e4c10b086
         WEB_SITE=http://www.sane-project.org/
          ENTERED=20020412
          UPDATED=20090504
       MAINTAINER=kc8apf at kc8apf.net
            SHORT="Universal scanner interface"
-           PSAFE=no
 
 cat << EOF
 SANE stands for "Scanner Access Now Easy" and is an application 


More information about the Lunar-commits mailing list