Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (87e7d32f35003ae5aaff0814e0280964aa9c176d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (87e7d32f35003ae5aaff0814e0280964aa9c176d)
  • Date: Sun, 4 Oct 2009 07:42:12 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

ChangeLog | 3 +++
libs/podofo/BUILD | 1 +
libs/podofo/DEPENDS | 7 +++++++
libs/podofo/DETAILS | 19 +++++++++++++++++++
libs/podofo/HISTORY | 4 ++++
python-pypi/calibre/BUILD | 2 +-
python-pypi/calibre/DEPENDS | 1 +
python-pypi/calibre/DETAILS | 6 +++---
python-pypi/calibre/FINAL | 2 --
python-pypi/calibre/HISTORY | 9 +++++++++
python-pypi/calibre/INSTALL | 2 ++
python-pypi/calibre/PRE_BUILD | 3 ---
python-pypi/calibre/setup.py.diff | 11 -----------
13 files changed, 50 insertions(+), 20 deletions(-)

New commits:
commit 87e7d32f35003ae5aaff0814e0280964aa9c176d
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

calibre: minor spell changes

commit c2599244bd0c6dc6502e74614babbd6467bf6df4
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

calibre: => 0.6.16

commit 27de5650592b6e66eca285d90890ec3c21fc76fe
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

new spell: podofo: PDF library for C++

diff --git a/ChangeLog b/ChangeLog
index 8c635df..0b0a6c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * libs/podofo: new spell: dependency for calibre
+
2009-10-04 Treeve Jelbert <treeve AT sourcemage.org>
* kde4-apps/konversation4: new spell, irc client

diff --git a/libs/podofo/BUILD b/libs/podofo/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/libs/podofo/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/libs/podofo/DEPENDS b/libs/podofo/DEPENDS
new file mode 100755
index 0000000..303c61e
--- /dev/null
+++ b/libs/podofo/DEPENDS
@@ -0,0 +1,7 @@
+depends freetype2 &&
+depends zlib &&
+depends fontconfig &&
+optional_depends cppunit "" "" "Enable cppunit support" &&
+optional_depends jpeg "" "" "Enable jpeg support" &&
+optional_depends tiff "" "" "Enable tiff support" &&
+optional_depends lua "" "" "Enable lua support"
diff --git a/libs/podofo/DETAILS b/libs/podofo/DETAILS
new file mode 100755
index 0000000..81d604d
--- /dev/null
+++ b/libs/podofo/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=podofo
+ VERSION=0.7.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://prdownloads.sourceforge.net/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:c4c07d46747f1daf49a9b84c9c23a6bb9d9ca29cd1cc8765728c761bad567fa7eb432ed8e37c01df33a1053668cf63bc0bbe3b9a274452fd7d508034fd64b1d2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://podofo.sourceforge.net/";
+ LICENSE[0]="GPL, LGPL"
+ ENTERED=20091004
+ KEYWORDS="printing, Software Development, Libraries, Text
Processing, Markup"
+ SHORT="A free PDF creation and parsing library for C++."
+cat << EOF
+PoDoFo is a C++ library to work with the PDF file format. It also includes
also
+a few tools. It includes classes to parse a PDF file, modify its contents in
+memory, write the changes back to disk, and create new PDF files. The PoDoFo
+tools are simple tools built around the PoDoFo library. These tools are
+primarily examples of how to use the PoDoFo library in your own projects,
+although they offer useful features for working with PDF files.
+EOF
diff --git a/libs/podofo/HISTORY b/libs/podofo/HISTORY
new file mode 100644
index 0000000..2fec928
--- /dev/null
+++ b/libs/podofo/HISTORY
@@ -0,0 +1,4 @@
+2009-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: use cmake_build
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/calibre/BUILD b/python-pypi/calibre/BUILD
index baaf3f3..b8cb91d 100755
--- a/python-pypi/calibre/BUILD
+++ b/python-pypi/calibre/BUILD
@@ -1,2 +1,2 @@
PATH="/usr/bin/qt4:$PATH" &&
-default_build
+default_build_python
diff --git a/python-pypi/calibre/DEPENDS b/python-pypi/calibre/DEPENDS
index 21403d7..c986c60 100755
--- a/python-pypi/calibre/DEPENDS
+++ b/python-pypi/calibre/DEPENDS
@@ -10,4 +10,5 @@ depends xdg-utils &&
depends dbus-python &&
depends lxml &&
depends beautifulsoup &&
+depends podofo &&
depends python-dateutil
diff --git a/python-pypi/calibre/DETAILS b/python-pypi/calibre/DETAILS
index a3dc144..6835927 100755
--- a/python-pypi/calibre/DETAILS
+++ b/python-pypi/calibre/DETAILS
@@ -1,11 +1,11 @@
SPELL=calibre
- VERSION=0.5.10
+ VERSION=0.6.16
SOURCE="${SPELL}-${VERSION}.tar.gz"
# unless you have a great reason to changing this don't
# upstream site removes older releases
SOURCE_URL[0]=http://pypi.python.org/packages/source/c/$SPELL/${SOURCE}
-
SOURCE_HASH=sha512:f3db4b0f54e3bedcc7063317f7bc9848b64f28e1560d1836197c7dd14c7a6dfe810066c20f2a2c27ab539d58d09842e2ccd640c4a4dbd427eeabdd1fb8f8f308
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+
SOURCE_HASH=sha512:0e4f7746e12d62aae23b645fede82dc67d8d2e1740e018325cf74f83283312089c60ab6d492076f00c8044d37d26a8f14b41d5696488ab9e2161304519230029
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://calibre.kovidgoyal.net/";
LICENSE[0]=GPL
ENTERED=20090313
diff --git a/python-pypi/calibre/FINAL b/python-pypi/calibre/FINAL
deleted file mode 100755
index 37615c9..0000000
--- a/python-pypi/calibre/FINAL
+++ /dev/null
@@ -1,2 +0,0 @@
-message "For device detection and integration with your desktop environment"
\
- "you should run ${SPELL_COLOR}calibre_postinstall${DEFAULT_COLOR}"
diff --git a/python-pypi/calibre/HISTORY b/python-pypi/calibre/HISTORY
index 70fa78a..87dd69a 100644
--- a/python-pypi/calibre/HISTORY
+++ b/python-pypi/calibre/HISTORY
@@ -1,3 +1,12 @@
+2009-10-04 Bor Kraljič <pyrobor AT ver.si>
+ * FINAL: removed, no longer needed
+ * INSTALL: added, we need --prefix
+ * BUILD: use default_build_python
+ * PRE_BUILD: removed, no longer needed
+ * setup.py.diff: removed, no longer needed
+ * DETAILS: updated spell to 0.6.16
+ * DEPENDS: added depends podofo
+
2009-05-06 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 0.5.10
fixed WEB_SITE
diff --git a/python-pypi/calibre/INSTALL b/python-pypi/calibre/INSTALL
new file mode 100755
index 0000000..3a28ba5
--- /dev/null
+++ b/python-pypi/calibre/INSTALL
@@ -0,0 +1,2 @@
+# added --prefix to the default_install_python otherwise it doesn't run
+python setup.py install --prefix="$INSTALL_ROOT/" --root "$INSTALL_ROOT/"
"$@"
diff --git a/python-pypi/calibre/PRE_BUILD b/python-pypi/calibre/PRE_BUILD
deleted file mode 100755
index 47b749d..0000000
--- a/python-pypi/calibre/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SPELL_DIRECTORY/setup.py.diff
diff --git a/python-pypi/calibre/setup.py.diff
b/python-pypi/calibre/setup.py.diff
deleted file mode 100644
index 1b808ec..0000000
--- a/python-pypi/calibre/setup.py.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2009-03-14 08:21:11.000000000 +0100
-+++ setup.py 2009-03-14 08:21:50.000000000 +0100
-@@ -177,8 +177,3 @@
- },
- )
-
-- if 'develop' in ' '.join(sys.argv) and islinux:
-- subprocess.check_call('calibre_postinstall
--do-not-reload-udev-hal', shell=True)
-- if 'install' in sys.argv and islinux:
-- subprocess.check_call('calibre_postinstall', shell=True)
--



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (87e7d32f35003ae5aaff0814e0280964aa9c176d), Bor Kraljič, 10/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page