Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8b23f30bee1b46b07c7dd628853c54353d3a644a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8b23f30bee1b46b07c7dd628853c54353d3a644a)
  • Date: Sat, 5 Jan 2008 06:49:45 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics-libs/sane-backends/BUILD | 3 +++
graphics-libs/sane-backends/CONFIGURE | 2 --
graphics-libs/sane-backends/DETAILS | 11 ++++++-----
graphics-libs/sane-backends/HISTORY | 5 +++++
4 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 4cb7484055c87dc33f8abe90f654520a62d373ee
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sane-backends: /usr/doc => /usr/share/doc

diff --git a/graphics-libs/sane-backends/BUILD
b/graphics-libs/sane-backends/BUILD
index cd13bb6..b422285 100755
--- a/graphics-libs/sane-backends/BUILD
+++ b/graphics-libs/sane-backends/BUILD
@@ -21,4 +21,7 @@ if [[ $SANE_LOCAL == none ]];then
else
export BACKENDS=$SANE_LOCAL
fi &&
+
+OPTS="$OPTS --with-docdir=$INSTALL_ROOT/usr/share/doc/sane-backends" &&
+
default_build
diff --git a/graphics-libs/sane-backends/CONFIGURE
b/graphics-libs/sane-backends/CONFIGURE
index 207bf80..5fba157 100755
--- a/graphics-libs/sane-backends/CONFIGURE
+++ b/graphics-libs/sane-backends/CONFIGURE
@@ -10,5 +10,3 @@ ma1509 ibm hp5400 u12 snapscan niash sm3840 hp4200 sm3600
hp3500 stv680 &&
config_query USEFORK "Use fork instead of pthread?" y &&
config_query IPV6 "Enable IPV6 support?" y &&
config_query HP5400NVSM "Disable Version String Matching in HP5400
SANE_BACKEND (needed on certain models)?" n
-
-
diff --git a/graphics-libs/sane-backends/DETAILS
b/graphics-libs/sane-backends/DETAILS
index 7478cfd..08ffd82 100755
--- a/graphics-libs/sane-backends/DETAILS
+++ b/graphics-libs/sane-backends/DETAILS
@@ -1,15 +1,16 @@
SPELL=sane-backends
VERSION=1.0.18
- SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-
SOURCE_URL[0]=ftp://ftp.sane-project.org/pub/sane/${SPELL}-${VERSION}/${SOURCE}
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.sane-project.org/pub/sane/$SPELL-$VERSION/$SOURCE
SOURCE_URL[1]=http://alioth.debian.org/download.php/1669/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=GPL
WEB_SITE=http://www.sane-project.org/
+ PATCHLEVEL=1
ENTERED=20020819
KEYWORDS="graphics libs"
- SHORT="API that provides standardized access to scanner hardware."
+ SHORT="API that provides standardized access to scanner hardware"
cat << EOF
SANE stands for "Scanner Access Now Easy" and is an application
programming interface (API) that provides standardized access to
diff --git a/graphics-libs/sane-backends/HISTORY
b/graphics-libs/sane-backends/HISTORY
index 9c6c7fb..a422b5c 100644
--- a/graphics-libs/sane-backends/HISTORY
+++ b/graphics-libs/sane-backends/HISTORY
@@ -1,3 +1,8 @@
+2008-01-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: cleaned up
+ * BUILD: some doc dir was b0rked, fixed it
+
2007-11-11 David Kowis <dkowis AT shlrm.org>
* BUILD: broken again, due to incorrect usage of [ ]




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8b23f30bee1b46b07c7dd628853c54353d3a644a), Vlad Glagolev, 01/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page