Skip to Content.
Sympa Menu

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

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 (7eec2ddc364ed5c8a59f06d04788ff974673e012)
  • Date: Sat, 1 Dec 2012 07:07:05 -0600

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

ChangeLog | 3 +++
libs/libqrencode/DEPENDS | 9 +++++++++
libs/libqrencode/DETAILS | 23 +++++++++++++++++++++++
libs/libqrencode/HISTORY | 2 ++
4 files changed, 37 insertions(+)

New commits:
commit 7eec2ddc364ed5c8a59f06d04788ff974673e012
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libqrencode: new spell, QR Code encoding library

diff --git a/ChangeLog b/ChangeLog
index b2c7b3d..90b7804 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-12-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * libs/libqrencode: new spell, QR Code encoding library
+
2012-11-30 Vlad Glagolev <stealth AT sourcemage.org>
* xfce/tumbler: new spell, image thumbnailer service

diff --git a/libs/libqrencode/DEPENDS b/libs/libqrencode/DEPENDS
new file mode 100755
index 0000000..b42316f
--- /dev/null
+++ b/libs/libqrencode/DEPENDS
@@ -0,0 +1,9 @@
+optional_depends libpng \
+ "--with-tools" \
+ "--without-tools" \
+ "to build utility tools" &&
+
+optional_depends sdl \
+ "--with-tests" \
+ "--without-tests" \
+ "to build tests"
diff --git a/libs/libqrencode/DETAILS b/libs/libqrencode/DETAILS
new file mode 100755
index 0000000..7e022b3
--- /dev/null
+++ b/libs/libqrencode/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=libqrencode
+ SPELLX=qrencode
+ VERSION=3.4.1
+ SOURCE="${SPELLX}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://fukuchi.org/works/qrencode/${SOURCE}
+
SOURCE_HASH=sha512:5829697c5a7d137c3918dc0c0ec8505ad7fdc6deb7207d7fa8feb3856dedf1db5ec6de4a90c19a4a14f369a7cd513e15147c9b20d08bfb867a02b0eb5325d6ca
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://fukuchi.org/works/qrencode/
+ LICENSE[0]=LGPL
+ ENTERED=20121201
+ SHORT="QR Code encoding library"
+cat << EOF
+Libqrencode is a C library for encoding data in a QR Code symbol, a kind of
2D
+symbology that can be scanned by handy terminals such as a mobile phone with
+CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is
+highly robust.
+
+This library is characterized by:
+
+ - Does not require any additional files at run time.
+ - Fast symbol encoding.
+ - Automatic optimization of input data.
+EOF
diff --git a/libs/libqrencode/HISTORY b/libs/libqrencode/HISTORY
new file mode 100644
index 0000000..bb89275
--- /dev/null
+++ b/libs/libqrencode/HISTORY
@@ -0,0 +1,2 @@
+2012-12-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7eec2ddc364ed5c8a59f06d04788ff974673e012), Vlad Glagolev, 12/01/2012

Archive powered by MHonArc 2.6.24.

Top of Page