Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (368455d1866f25540ccc2a662e58d139a4a73027)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (368455d1866f25540ccc2a662e58d139a4a73027)
  • Date: Sun, 26 Jan 2014 13:38:47 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/libusbx/BUILD | 1 +
libs/libusbx/CONFLICTS | 2 +-
libs/libusbx/DEPENDS | 14 --------------
libs/libusbx/DETAILS | 27 +++++----------------------
libs/libusbx/DOWNLOAD | 1 +
libs/libusbx/HISTORY | 33 ++++-----------------------------
libs/libusbx/INSTALL | 1 +
libs/libusbx/PRE_BUILD | 1 +
libs/libusbx/PROVIDES | 1 -
libs/libusbx/UP_TRIGGERS | 2 +-
printer/cups-filters/DETAILS | 4 ++--
printer/cups-filters/HISTORY | 3 +++
qt5/qtwebkit5/HISTORY | 3 +++
qt5/qtwebkit5/PRE_BUILD | 4 ++--
qt5/qtwebkit5/icu.patch | 17 +++++++++++++++++
15 files changed, 42 insertions(+), 72 deletions(-)

New commits:
commit 368455d1866f25540ccc2a662e58d139a4a73027
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate libs/libusbx [replaced by libusb]

commit 652aee106afb6da158114706a11d035240924957
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qtwebkit5 - fix build with icu-51.1+

commit bc12c8293832f6d66060408dd70692fd1953487b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cups-filters: => 1.0.44

diff --git a/libs/libusbx/BUILD b/libs/libusbx/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/libusbx/BUILD
@@ -0,0 +1 @@
+true
diff --git a/libs/libusbx/CONFLICTS b/libs/libusbx/CONFLICTS
index c3cc187..678cde3 100755
--- a/libs/libusbx/CONFLICTS
+++ b/libs/libusbx/CONFLICTS
@@ -1 +1 @@
-conflicts libusb
+conflicts libusbx y
diff --git a/libs/libusbx/DEPENDS b/libs/libusbx/DEPENDS
deleted file mode 100755
index 60149b4..0000000
--- a/libs/libusbx/DEPENDS
+++ /dev/null
@@ -1,14 +0,0 @@
-depends -sub CXX gcc &&
-
-#
-# Fix Bug #8283
-#
-if [ "$LIBUSB_DOC" == '--enable-build-docs' ]; then
- depends docbook-dsssl &&
- depends docbook-sgml-dtd
-fi &&
-
-optional_depends doxygen \
- "" \
- "" \
- "to build C++ API documentation"
diff --git a/libs/libusbx/DETAILS b/libs/libusbx/DETAILS
index 356b006..3f6d063 100755
--- a/libs/libusbx/DETAILS
+++ b/libs/libusbx/DETAILS
@@ -1,25 +1,8 @@
SPELL=libusbx
- VERSION=1.0.17
-
SOURCE_HASH=sha512:fddde538197707e6a97a6ddefab0deeba67f93def1694dac8379589d442c707f8319b1bd9fae6587b25ddaa92ce7894f3ec2e65ddfc031697c15e4c65d251d31
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- LICENSE[0]=LGPL
- WEB_SITE=http://libusbx.org/
- ENTERED=20120509
- KEYWORDS="usb libs"
- SHORT="Library for USB devices."
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-libusbx is a library that provides generic access to USB devices. It is meant
-to be used by developers, to facilitate the development of applications that
-communicate with USB hardware.
-
-It is user-mode: No special privilege or elevation is required for the
-application to communicate with a device.
-
-It is version-agnostic: All versions of the USB protocol, from 1.0 to 3.0
-(latest), are supported.
-
-It is a fork of libusb, meant to be a drop-in replacement, with more features
-and a faster release cycle.
+deprecated spell [replaced by libusb]
EOF
+
diff --git a/libs/libusbx/DOWNLOAD b/libs/libusbx/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/libusbx/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/libs/libusbx/HISTORY b/libs/libusbx/HISTORY
index 75ebbc7..cdfeb98 100644
--- a/libs/libusbx/HISTORY
+++ b/libs/libusbx/HISTORY
@@ -1,29 +1,4 @@
-2013-09-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 1.0.17
-
-2013-07-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 1.0.16
-
-2013-07-01 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated spell to 1.0.16-rc1
-
-2013-04-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 1.0.15
-
-2012-10-29 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 1.0.14
-
-2012-09-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 1.0.13
- remove libusb-compat
- * PRE_BUILD: deleted, libusb-compat: is not needed here
-
-2012-06-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 1.0.12
-
-2012-05-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: fix url for libusb-compat
-
-2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: 1.0.11, libusb-compat 0.1.4
- spell created, cloned from libusb spell
+2014-01-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by libusb]
diff --git a/libs/libusbx/INSTALL b/libs/libusbx/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/libusbx/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/libs/libusbx/PRE_BUILD b/libs/libusbx/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/libs/libusbx/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/libs/libusbx/PROVIDES b/libs/libusbx/PROVIDES
deleted file mode 100755
index 42a30a8..0000000
--- a/libs/libusbx/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-LIBUSB
diff --git a/libs/libusbx/UP_TRIGGERS b/libs/libusbx/UP_TRIGGERS
index dfd894b..d40a01c 100755
--- a/libs/libusbx/UP_TRIGGERS
+++ b/libs/libusbx/UP_TRIGGERS
@@ -1 +1 @@
-up_trigger libusb-compat cast_self
+up_trigger libusb cast_self
diff --git a/printer/cups-filters/DETAILS b/printer/cups-filters/DETAILS
index e8ac1ce..b689c04 100755
--- a/printer/cups-filters/DETAILS
+++ b/printer/cups-filters/DETAILS
@@ -1,6 +1,6 @@
SPELL=cups-filters
- VERSION=1.0.43
-
SOURCE_HASH=sha512:79e33bd6deea147cb4c74806cadbcee4f080068e33673bdf88e0d3198fa86458a3147c8beb6f996e0f708f764e55cd5bd61ba29a142116e7e1dbe0a0e0ddd0e6
+ VERSION=1.0.44
+
SOURCE_HASH=sha512:ae4b312c04162b4eb3adb1dc3b426e33d58d2ed40adc4ed9b0a664bc5e3ce9e93223e2fac62ca0b4fc56c65edec0c0115095e69dee5e10683d6bc0c4faa8b83a
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/printer/cups-filters/HISTORY b/printer/cups-filters/HISTORY
index 924e73c..ac67933 100644
--- a/printer/cups-filters/HISTORY
+++ b/printer/cups-filters/HISTORY
@@ -1,3 +1,6 @@
+2014-01-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.44
+
2013-12-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.43

diff --git a/qt5/qtwebkit5/HISTORY b/qt5/qtwebkit5/HISTORY
index 5ebcfe3..cd69544 100644
--- a/qt5/qtwebkit5/HISTORY
+++ b/qt5/qtwebkit5/HISTORY
@@ -1,3 +1,6 @@
+2014-01-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD, icu.patch: fix compile with icu-51.1
+
2013-12-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.2.0

diff --git a/qt5/qtwebkit5/PRE_BUILD b/qt5/qtwebkit5/PRE_BUILD
index ad71fa1..f4e9b96 100755
--- a/qt5/qtwebkit5/PRE_BUILD
+++ b/qt5/qtwebkit5/PRE_BUILD
@@ -5,5 +5,5 @@ default_pre_build &&
fi
if is_depends_enabled $SPELL python3;then
ln -s /usr/bin/python3 python
- fi
-
+ fi
+patch -p1 < $SPELL_DIRECTORY/icu.patch
diff --git a/qt5/qtwebkit5/icu.patch b/qt5/qtwebkit5/icu.patch
new file mode 100644
index 0000000..a580e81
--- /dev/null
+++ b/qt5/qtwebkit5/icu.patch
@@ -0,0 +1,17 @@
+diff --git a/Source/WTF/wtf/unicode/icu/UnicodeIcu.h
b/Source/WTF/wtf/unicode/icu/UnicodeIcu.h
+index 4867f65..6409a6d 100644
+--- a/Source/WTF/wtf/unicode/icu/UnicodeIcu.h
++++ b/Source/WTF/wtf/unicode/icu/UnicodeIcu.h
+@@ -31,6 +31,11 @@
+ #include <unicode/ustring.h>
+ #include <unicode/utf16.h>
+
++#include <unicode/uvernum.h>
++#if U_ICU_VERSION_MAJOR_NUM>=51
++#include <unicode/utf_old.h>
++#endif
++
+ namespace WTF {
+
+ namespace Unicode {
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (368455d1866f25540ccc2a662e58d139a4a73027), Treeve Jelbert, 01/26/2014

Archive powered by MHonArc 2.6.24.

Top of Page