diff options
author | piernov <piernov@piernov.org> | 2011-09-28 21:10:45 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-28 21:10:45 +0200 |
commit | dec0440b8506b7daffd7c2313e200563e35f026c (patch) | |
tree | 21f0f55f8d14ec0fb517ac69adaeb94b442d8368 | |
parent | 4bb15d8c0b17ead79710771657502a07416bcfc4 (diff) | |
download | nutyx-pakxe-dec0440b8506b7daffd7c2313e200563e35f026c.tar.gz nutyx-pakxe-dec0440b8506b7daffd7c2313e200563e35f026c.tar.bz2 nutyx-pakxe-dec0440b8506b7daffd7c2313e200563e35f026c.tar.xz nutyx-pakxe-dec0440b8506b7daffd7c2313e200563e35f026c.zip |
sane 1.0.22-4 suppression support avahi
-rwxr-xr-x | extra/sane/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/sane/Pkgfile b/extra/sane/Pkgfile index bd57cbfcd..64b7fc37e 100755 --- a/extra/sane/Pkgfile +++ b/extra/sane/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.sane-project.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libusb-compat, v4l-utils, avahi, libjpeg, libtiff, libgphoto2, libieee1284, gtk, libexif -# Run on: libusb-compat,v4l-utils,avahi,libjpeg,libtiff,libgphoto2,libieee1284,gtk,libexif +# Depends on: libusb-compat, v4l-utils, libjpeg, libtiff, libgphoto2, libieee1284, gtk, libexif +# Run on: libusb-compat,v4l-utils,libjpeg,libtiff,libgphoto2,libieee1284,gtk,libexif name=sane version=1.0.22 -release=3 +release=4 source=( ftp://ftp2.sane-project.org/pub/sane/$name-backends-$version/$name-backends-$version.tar.gz sane-libv4l-0.8.3.patch) @@ -19,7 +19,6 @@ build() { ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ - --enable-avahi \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-locking |