diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-22 16:17:04 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-22 16:17:04 +0000 |
commit | f56aab883db4a1fde7bd23318ef64a0d6139b6af (patch) | |
tree | 8b7ed7adb7a1dace4cb2abe2b8a02790df207d9a /packages/nonworking | |
parent | 29115af38fc715fd35cd98176064b89fede86eeb (diff) |
libexif & co: it seems that after all, libexif was fine. Don't know why do_qa_staging bailed out for me yesterday. restoring all affected packages from nonworking.
Diffstat (limited to 'packages/nonworking')
21 files changed, 0 insertions, 376 deletions
diff --git a/packages/nonworking/gphoto2/.mtn2git_empty b/packages/nonworking/gphoto2/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/nonworking/gphoto2/.mtn2git_empty +++ /dev/null diff --git a/packages/nonworking/gphoto2/gphoto2_2.1.4.bb b/packages/nonworking/gphoto2/gphoto2_2.1.4.bb deleted file mode 100644 index 80d0ee0f27..0000000000 --- a/packages/nonworking/gphoto2/gphoto2_2.1.4.bb +++ /dev/null @@ -1,9 +0,0 @@ -DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" -SECTION = "console/utils" -LICENSE = "GPL" -DEPENDS = "libgphoto2 popt" -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2" - -inherit autotools diff --git a/packages/nonworking/gphoto2/gphoto2_2.1.5.bb b/packages/nonworking/gphoto2/gphoto2_2.1.5.bb deleted file mode 100644 index 0913b9743c..0000000000 --- a/packages/nonworking/gphoto2/gphoto2_2.1.5.bb +++ /dev/null @@ -1,9 +0,0 @@ -DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" -SECTION = "console/utils" -LICENSE = "GPL" -DEPENDS = "libgphoto2 popt" -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.gz" - -inherit autotools diff --git a/packages/nonworking/gphoto2/gphoto2_2.1.6.bb b/packages/nonworking/gphoto2/gphoto2_2.1.6.bb deleted file mode 100644 index 63dad91f14..0000000000 --- a/packages/nonworking/gphoto2/gphoto2_2.1.6.bb +++ /dev/null @@ -1,9 +0,0 @@ -DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" -SECTION = "console/utils" -LICENSE = "GPL" -DEPENDS = "libgphoto2 popt" -PR = "r2" - -SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.gz" - -inherit autotools diff --git a/packages/nonworking/gphoto2/gphoto2_2.4.0.bb b/packages/nonworking/gphoto2/gphoto2_2.4.0.bb deleted file mode 100644 index 6bc1a42f9e..0000000000 --- a/packages/nonworking/gphoto2/gphoto2_2.4.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" -SECTION = "console/utils" -LICENSE = "GPL" -DEPENDS = "libgphoto2 popt" -PR = "r0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2" - -inherit autotools - -do_configure_append() { - find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' -} - diff --git a/packages/nonworking/gphoto2/libgphoto2_2.1.4.bb b/packages/nonworking/gphoto2/libgphoto2_2.1.4.bb deleted file mode 100644 index fed7c41e40..0000000000 --- a/packages/nonworking/gphoto2/libgphoto2_2.1.4.bb +++ /dev/null @@ -1,29 +0,0 @@ -SECTION = "libs" -DEPENDS = "jpeg libusb libexif" -DESCRIPTION = "libgphoto2 allows you to access digital cameras" - -SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.bz2" - -EXTRA_OECONF_mnci = "--with-drivers=canon --without-serial" -LICENSE = "GPL" -inherit autotools pkgconfig - -do_stage() { - install -d ${STAGING_LIBDIR} - mv libgphoto2/.libs/libgphoto2.so.2.0.3T libgphoto2/.libs/libgphoto2.so.2.0.3 || true - oe_libinstall -so -C libgphoto2 libgphoto2 ${STAGING_LIBDIR} - oe_libinstall -so -C libgphoto2_port/libgphoto2_port libgphoto2_port ${STAGING_LIBDIR} - - install -d ${STAGING_LIBDIR}/gphoto2/2.0 - oe_libinstall -so -C camlibs/canon libgphoto2_canon.so ${STAGING_LIBDIR}/gphoto2/2.0 - - install -d ${STAGING_INCDIR}/gphoto2 - for X in gphoto2-abilities-list.h gphoto2-camera.h gphoto2-context.h gphoto2-file.h gphoto2-filesys.h gphoto2.h gphoto2-library.h gphoto2-list.h gphoto2-result.h gphoto2-setting.h gphoto2-version.h gphoto2-widget.h - do - install -m 0644 ${S}/libgphoto2/$X ${STAGING_INCDIR}/gphoto2/$X - done - for X in gphoto2-port.h gphoto2-port-info-list.h gphoto2-port-log.h gphoto2-port-version.h gphoto2-port-portability.h gphoto2-port-result.h - do - install -m 0644 ${S}/libgphoto2_port/libgphoto2_port/$X ${STAGING_INCDIR}/gphoto2/$X - done -} diff --git a/packages/nonworking/gphoto2/libgphoto2_2.1.5.bb b/packages/nonworking/gphoto2/libgphoto2_2.1.5.bb deleted file mode 100644 index 67efc38785..0000000000 --- a/packages/nonworking/gphoto2/libgphoto2_2.1.5.bb +++ /dev/null @@ -1,32 +0,0 @@ -SECTION = "libs" -DEPENDS = "jpeg libusb libexif" -RPEDENDS = "libusb" -DESCRIPTION = "libgphoto2 allows you to access digital cameras" -PR = "r3" - -SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.gz" - -EXTRA_OECONF = " --with-drivers=all" -EXTRA_OECONF_mnci = "--with-drivers=canon --without-serial" -LICENSE = "GPL" -inherit autotools pkgconfig - -do_stage() { - install -d ${STAGING_LIBDIR} - mv libgphoto2/.libs/libgphoto2.so.2.0.3T libgphoto2/.libs/libgphoto2.so.2.0.3 || true - oe_libinstall -so -C libgphoto2 libgphoto2 ${STAGING_LIBDIR} - oe_libinstall -so -C libgphoto2_port/libgphoto2_port libgphoto2_port ${STAGING_LIBDIR} - - install -d ${STAGING_LIBDIR}/gphoto2/2.0 - oe_libinstall -so -C camlibs/canon libgphoto2_canon.so ${STAGING_LIBDIR}/gphoto2/2.0 - - install -d ${STAGING_INCDIR}/gphoto2 - for X in gphoto2-abilities-list.h gphoto2-camera.h gphoto2-context.h gphoto2-file.h gphoto2-filesys.h gphoto2.h gphoto2-library.h gphoto2-list.h gphoto2-result.h gphoto2-setting.h gphoto2-version.h gphoto2-widget.h - do - install -m 0644 ${S}/libgphoto2/$X ${STAGING_INCDIR}/gphoto2/$X - done - for X in gphoto2-port.h gphoto2-port-info-list.h gphoto2-port-log.h gphoto2-port-version.h gphoto2-port-portability.h gphoto2-port-result.h - do - install -m 0644 ${S}/libgphoto2_port/libgphoto2_port/$X ${STAGING_INCDIR}/gphoto2/$X - done -} diff --git a/packages/nonworking/gphoto2/libgphoto2_2.1.6.bb b/packages/nonworking/gphoto2/libgphoto2_2.1.6.bb deleted file mode 100644 index ad57ba8cf1..0000000000 --- a/packages/nonworking/gphoto2/libgphoto2_2.1.6.bb +++ /dev/null @@ -1,36 +0,0 @@ -SECTION = "libs" -DEPENDS = "jpeg libusb libexif" -RPEDENDS = "libusb" -DESCRIPTION = "libgphoto2 allows you to access digital cameras" -PR = "r6" - -SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.gz" - -EXTRA_OECONF = " --with-drivers=all" -EXTRA_OECONF_mnci = "--with-drivers=canon --without-serial" -LICENSE = "GPL" -inherit autotools pkgconfig - -do_stage() { - install -d ${STAGING_LIBDIR} - mv libgphoto2/.libs/libgphoto2.so.2.0.3T libgphoto2/.libs/libgphoto2.so.2.0.3 || true - oe_libinstall -so -C libgphoto2 libgphoto2 ${STAGING_LIBDIR} - oe_libinstall -so -C libgphoto2_port/libgphoto2_port libgphoto2_port ${STAGING_LIBDIR} - - install -d ${STAGING_LIBDIR}/gphoto2/2.0 - oe_libinstall -so -C camlibs/canon libgphoto2_canon.so ${STAGING_LIBDIR}/gphoto2/2.0 - - install -d ${STAGING_INCDIR}/gphoto2 - for X in gphoto2-abilities-list.h gphoto2-camera.h gphoto2-context.h gphoto2-file.h gphoto2-filesys.h gphoto2.h gphoto2-library.h gphoto2-list.h gphoto2-result.h gphoto2-setting.h gphoto2-version.h gphoto2-widget.h - do - install -m 0644 ${S}/libgphoto2/$X ${STAGING_INCDIR}/gphoto2/$X - done - for X in gphoto2-port.h gphoto2-port-info-list.h gphoto2-port-log.h gphoto2-port-version.h gphoto2-port-portability.h gphoto2-port-result.h - do - install -m 0644 ${S}/libgphoto2_port/libgphoto2_port/$X ${STAGING_INCDIR}/gphoto2/$X - done -} -PACKAGES =+ "libgphoto2-camlibs" -FILES_libgphoto2-camlibs = "/usr/lib/gphoto2_port/ /usr/lib/gphoto2/" -RDEPENDS_libgphoto2 = "libgphoto2-camlibs" - diff --git a/packages/nonworking/gphoto2/libgphoto2_2.4.0.bb b/packages/nonworking/gphoto2/libgphoto2_2.4.0.bb deleted file mode 100644 index c6f63374cc..0000000000 --- a/packages/nonworking/gphoto2/libgphoto2_2.4.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "libgphoto2 allows you to access digital cameras" - -SECTION = "libs" -LICENSE = "GPL" -DEPENDS = "libtool jpeg libusb libexif" - -PR = "r0" - -SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.bz2" - -inherit autotools pkgconfig lib_package - -OE_LT_RPATH_ALLOW=":${libdir}:" -OE_LT_RPATH_ALLOW[export]="1" - -EXTRA_OECONF = " --with-drivers=all" - -PACKAGES =+ "libgphotoport libgphoto2-camlibs" -FILES_libgphoto2-camlibs = "${libdir}/libgphoto2*/*/*.so*" -RDEPENDS_${PN} = "libgphoto2-camlibs" - -FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*" - -FILES_${PN} += "${libdir}/udev/*" -FILES_${PN}-dbg += "${libdir}/*/*/.debug" - -do_stage() { - autotools_stage_all -} - - diff --git a/packages/nonworking/libexif/.mtn2git_empty b/packages/nonworking/libexif/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/nonworking/libexif/.mtn2git_empty +++ /dev/null diff --git a/packages/nonworking/libexif/libexif_0.5.12.bb b/packages/nonworking/libexif/libexif_0.5.12.bb deleted file mode 100644 index 94f3bee856..0000000000 --- a/packages/nonworking/libexif/libexif_0.5.12.bb +++ /dev/null @@ -1,16 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" -LICENSE = "LGPL" -SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_stage() { - oe_libinstall -a -so -C libexif libexif ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/libexif - for X in exif-byte-order.h exif-data.h exif-format.h exif-loader.h exif-tag.h exif-content.h exif-entry.h exif-ifd.h exif-result.h exif-utils.h - do - install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X - done -} diff --git a/packages/nonworking/libexif/libexif_0.6.13.bb b/packages/nonworking/libexif/libexif_0.6.13.bb deleted file mode 100644 index 8382de84f5..0000000000 --- a/packages/nonworking/libexif/libexif_0.6.13.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" -HOMEPAGE = "http://sourceforge.net/projects/libexif" -SECTION = "libs" -LICENSE = "LGPL" -PR = "r2" - -SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" - -inherit autotools - -do_configure_append() { - sed -i s:doc\ binary:binary:g Makefile -} - -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -do_stage() { - autotools_stage_all -} diff --git a/packages/nonworking/libexif/libexif_0.6.16.bb b/packages/nonworking/libexif/libexif_0.6.16.bb deleted file mode 100644 index 2f896352db..0000000000 --- a/packages/nonworking/libexif/libexif_0.6.16.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" -HOMEPAGE = "http://sourceforge.net/projects/libexif" -SECTION = "libs" -LICENSE = "LGPL" - -SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2" - -inherit autotools - -do_configure_append() { - sed -i s:doc\ binary:binary:g Makefile -} - -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -do_stage() { - autotools_stage_all -} diff --git a/packages/nonworking/libexif/libexif_0.6.9.bb b/packages/nonworking/libexif/libexif_0.6.9.bb deleted file mode 100644 index d255f5d862..0000000000 --- a/packages/nonworking/libexif/libexif_0.6.9.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" -HOMEPAGE = "http://sourceforge.net/projects/libexif" -LICENSE = "LGPL" -SECTION = "libs" -PR = "r2" - -SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_stage() { - oe_libinstall -a -so -C libexif libexif ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/libexif - for X in exif-byte-order.h exif-data.h exif-format.h exif-loader.h exif-tag.h exif-content.h exif-entry.h exif-ifd.h exif-result.h exif-utils.h exif-log.h exif-mnote-data.h _stdint.h - do - install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X - done -} diff --git a/packages/nonworking/sane/.mtn2git_empty b/packages/nonworking/sane/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/nonworking/sane/.mtn2git_empty +++ /dev/null diff --git a/packages/nonworking/sane/sane-backends-1.0.17/.mtn2git_empty b/packages/nonworking/sane/sane-backends-1.0.17/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/nonworking/sane/sane-backends-1.0.17/.mtn2git_empty +++ /dev/null diff --git a/packages/nonworking/sane/sane-backends-1.0.17/Makefile.in.patch b/packages/nonworking/sane/sane-backends-1.0.17/Makefile.in.patch deleted file mode 100644 index d73a2f0fb5..0000000000 --- a/packages/nonworking/sane/sane-backends-1.0.17/Makefile.in.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- sane-backends/Makefile.in 2004-05-04 11:44:26.000000000 -0400 -+++ sane-backends-1.0.15/Makefile.in 2005-05-11 12:43:20.870000000 -0400 -@@ -33,7 +33,7 @@ - - @SET_MAKE@ - --SUBDIRS = include lib sanei backend frontend tools doc po -+SUBDIRS = include lib sanei backend frontend tools po - - DISTFILES = AUTHORS COPYING ChangeLog ChangeLog-1.0.0 ChangeLog-1.0.1 \ - ChangeLog-1.0.2 ChangeLog-1.0.3 ChangeLog-1.0.4 ChangeLog-1.0.5 \ diff --git a/packages/nonworking/sane/sane-backends-1.0.17/sane-plustek.patch b/packages/nonworking/sane/sane-backends-1.0.17/sane-plustek.patch deleted file mode 100644 index f6920c6e22..0000000000 --- a/packages/nonworking/sane/sane-backends-1.0.17/sane-plustek.patch +++ /dev/null @@ -1,52 +0,0 @@ ---- sane-backends-1.0.15/backend/plustek-usb.h.orig 2005-07-06 00:45:43.000000000 +0200 -+++ sane-backends-1.0.15/backend/plustek-usb.h 2005-07-06 00:47:36.000000000 +0200 -@@ -106,17 +106,20 @@ - #define _PHILO2WORD(x) ((u_short)x->bHi * 256U + x->bLo) - - /* useful for RGB-values */ -+#define PACKED8 __attribute__ ((packed,aligned(1))) -+#define PACKED16 __attribute__ ((packed,aligned(2))) -+ - typedef struct { - u_char Red; - u_char Green; - u_char Blue; --} RGBByteDef, *pRGBByteDef; -+} PACKED8 RGBByteDef, *pRGBByteDef; - - typedef struct { - u_short Red; - u_short Green; - u_short Blue; --} RGBUShortDef, *pRGBUShortDef; -+} PACKED16 RGBUShortDef, *pRGBUShortDef; - - typedef struct { - u_long Red; -@@ -126,22 +129,22 @@ - - typedef struct { - u_char a_bColor[3]; --} ColorByteDef, *pColorByteDef; -+} PACKED8 ColorByteDef, *pColorByteDef; - - typedef struct { - u_char bHi; - u_char bLo; --} HiLoDef, *pHiLoDef; -+} PACKED8 HiLoDef, *pHiLoDef; - - typedef union { - HiLoDef HiLo[3]; - u_short Colors[3]; --} ColorWordDef, *pColorWordDef; -+} PACKED16 ColorWordDef, *pColorWordDef; - - typedef union { - HiLoDef HiLo; - u_short Mono; --} MonoWordDef, *pMonoWordDef; -+} PACKED16 MonoWordDef, *pMonoWordDef; - - typedef union { - diff --git a/packages/nonworking/sane/sane-backends-1.0.17/saned.xinetd b/packages/nonworking/sane/sane-backends-1.0.17/saned.xinetd deleted file mode 100644 index f4e890fdbe..0000000000 --- a/packages/nonworking/sane/sane-backends-1.0.17/saned.xinetd +++ /dev/null @@ -1,10 +0,0 @@ -service sane-port -{ - socket_type = stream - server = /usr/sbin/saned - protocol = tcp - user = nobody - group = nogroup - wait = no - disable = no -} diff --git a/packages/nonworking/sane/sane-backends_1.0.17.bb b/packages/nonworking/sane/sane-backends_1.0.17.bb deleted file mode 100644 index 4854f4d10c..0000000000 --- a/packages/nonworking/sane/sane-backends_1.0.17.bb +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "Scanner drivers for SANE" -DEPENDS = "gphoto2 jpeg libusb" -LICENSE = "LGPL" - -PR = "r2" - -SRC_URI = "ftp://ftp.sane-project.org/pub/sane/old-versions/sane-backends-${PV}/sane-backends-${PV}.tar.gz \ - file://Makefile.in.patch;patch=1 \ - file://saned.xinetd \ - " - -inherit autotools pkgconfig binconfig - -EXTRA_OECONF = "--disable-translations" - -do_install_append() { - install -d "${D}/${sysconfdir}/xinetd.d" - install -m 755 "${S}/tools/.libs/sane-find-scanner" "${D}/${bindir}" - install -m 644 "${WORKDIR}/saned.xinetd" "${D}/${sysconfdir}/xinetd.d/saned" -} - -PACKAGES =+ "libsane libsane-dev saned sane-utils" - -FILES_libsane = "${libdir}/sane/*.so.* ${libdir}/lib*.so.* /etc" -RRECOMMENDS_libsane = "saned sane-utils" -FILES_libsane-dev += "${libdir}/sane/*" - -RRECOMMENDS_saned = "xinetd" -FILES_saned = "${sbindir}/saned" - -FILES_sane-utils = "${bindir}/*" -FILES_${PN}-dbg += "${libdir}/sane/.debug" - - -CONFFILES_libsane = "${sysconfdir}/sane.d/abaton.conf ${sysconfdir}/sane.d/agfafocus.conf ${sysconfdir}/sane.d/apple.conf ${sysconfdir}/sane.d/artec.conf ${sysconfdir}/sane.d/avision.conf ${sysconfdir}/sane.d/bh.conf ${sysconfdir}/sane.d/canon.conf ${sysconfdir}/sane.d/canon630u.conf ${sysconfdir}/sane.d/coolscan.conf ${sysconfdir}/sane.d/coolscan2.conf ${sysconfdir}/sane.d/dc25.conf ${sysconfdir}/sane.d/dmc.conf ${sysconfdir}/sane.d/epson.conf ${sysconfdir}/sane.d/fujitsu.conf ${sysconfdir}/sane.d/gt68xx.conf ${sysconfdir}/sane.d/hp.conf ${sysconfdir}/sane.d/leo.conf ${sysconfdir}/sane.d/matsushita.conf ${sysconfdir}/sane.d/microtek.conf ${sysconfdir}/sane.d/microtek2.conf ${sysconfdir}/sane.d/mustek.conf ${sysconfdir}/sane.d/mustek_usb.conf ${sysconfdir}/sane.d/nec.conf ${sysconfdir}/sane.d/pie.conf ${sysconfdir}/sane.d/plustek.conf ${sysconfdir}/sane.d/plustek_pp.conf ${sysconfdir}/sane.d/ricoh.conf ${sysconfdir}/sane.d/s9036.conf ${sysconfdir}/sane.d/sceptre.conf ${sysconfdir}/sane.d/sharp.conf ${sysconfdir}/sane.d/sp15c.conf ${sysconfdir}/sane.d/st400.conf ${sysconfdir}/sane.d/tamarack.conf ${sysconfdir}/sane.d/test.conf ${sysconfdir}/sane.d/teco1.conf ${sysconfdir}/sane.d/teco2.conf ${sysconfdir}/sane.d/teco3.conf ${sysconfdir}/sane.d/umax.conf ${sysconfdir}/sane.d/umax_pp.conf ${sysconfdir}/sane.d/umax1220u.conf ${sysconfdir}/sane.d/artec_eplus48u.conf ${sysconfdir}/sane.d/ma1509.conf ${sysconfdir}/sane.d/ibm.conf ${sysconfdir}/sane.d/hp5400.conf ${sysconfdir}/sane.d/u12.conf ${sysconfdir}/sane.d/snapscan.conf ${sysconfdir}/sane.d/dc210.conf ${sysconfdir}/sane.d/dc240.conf ${sysconfdir}/sane.d/gphoto2.conf ${sysconfdir}/sane.d/qcam.conf ${sysconfdir}/sane.d/v4l.conf ${sysconfdir}/sane.d/net.conf ${sysconfdir}/sane.d/dll.conf ${sysconfdir}/sane.d/saned.conf" - -do_stage() { - autotools_stage_all -} - - - diff --git a/packages/nonworking/sane/sane-frontends_1.0.13.bb b/packages/nonworking/sane/sane-frontends_1.0.13.bb deleted file mode 100644 index f79cf9e508..0000000000 --- a/packages/nonworking/sane/sane-frontends_1.0.13.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Frontends for SANE" -DEPENDS = "virtual/libx11 gimp sane-backends" -LICENSE = "LGPL" - -PR = "r0" - -SRC_URI = "ftp://ftp.sane-project.org/pub/sane/old-versions/sane-frontends-${PV}/sane-frontends-${PV}.tar.gz \ - " - -inherit autotools - -EXTRA_OECONF = "--disable-translations" - -PACKAGES =+ "scanadf xcam xscanimage" - -FILES_scanadf = "${bindir}/scanadf" -FILES_xcam = "${bindir}/xcam" -FILES_xscanimage = "${bindir}/xscanimage ${datadir}/sane" - - |