LWN.net Logo

SaneWidget 0.1.0

From:  =?iso-8859-1?B?S8OlcmUgU8OkcnM=?= <kare.sars-AT-kolumbus.fi>
To:  kde-announce-apps <kde-announce-apps-AT-kde.org>
Subject:  SaneWidget 0.1.0
Date:  Thu, 28 Jun 2007 21:24:14 +0200

Name: SaneWidget
Version: 0.1.0
Type: Graphic Tool
Depend: Qt 4.x
License: GPL
Homepage:
http://sourceforge.net/projects/sanewidget/
More Info:
http://www.kde-apps.org/content/show.php?content=61317

Description:
 SaneWidget is an image scanning application
(frontend to sane), with hopefully a sane user
interface :) . SaneWidget is also an example of
how one can use libsanewidget.

libsanewidget is a Qt4-based library that provides
a widget, containing sane options and a preview
area. The application only needs to create a
sanewidget-widget and connect some signals to get
a notification of when an image is ready to be
retrieved.

The source package contains both the library and
the application. 

To compile the library:
] cd /path/to/libsanewidget
] mkdir build
] cd build

] cmake -DCMAKE_INSTALL_PREFIX=/usr ../
] make
] sudo make install

To compile the application:
] cd /path/to/sanewidget
] qmake-qt4 INSTALLBASE=/usr
] make
] sudo make install

It is also possible to install Kubuntu Feisty
packages with apt-get:
Download and add my authentication key to
authenticate the packages:
] wget
http://www.kolumbus.fi/kare.sars/kare_sars_pub.gpg
] sudo apt-key add kare_sars_pub.gpg

Add the following lines to /etc/apt/sources.list:
deb http://www.kolumbus.fi/kare.sars/ubuntu-debs
./
deb-src
http://www.kolumbus.fi/kare.sars/ubuntu-debs ./

Update the packags list and install...:
] sudo apt-get update
] sudo apt-get install sanewidget


Changelog:
 0.1.0 (Initial release)

_______________________________________________
Kde-announce-apps mailing list
Kde-announce-apps@kde.org
https://mail.kde.org/mailman/listinfo/kde-announce-apps


(Log in to post comments)

Copyright © 2007, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds