Skip to Content.
Sympa Menu

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

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 (faf1c2c9e221c66029e76b0363439711eb76ca89)
  • Date: Tue, 5 Jul 2016 12:22:23 +0000

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

ChangeLog | 4 ++
graphics-libs/mesalib/HISTORY | 3 ++
graphics-libs/mesalib/UP_TRIGGERS | 18 ------------
kde5-apps/digikam/BUILD | 6 ++++
kde5-apps/digikam/CONFIGURE | 2 +
kde5-apps/digikam/DEPENDS | 54
++++++++++++++++++++++++++++++++++++++
kde5-apps/digikam/DETAILS | 17 +++++++++++
kde5-apps/digikam/HISTORY | 6 ++++
kde5-apps/kipi-plugins/BUILD | 2 +
kde5-apps/kipi-plugins/CONFIGURE | 1
kde5-apps/kipi-plugins/DEPENDS | 23 ++++++++++++++++
kde5-apps/kipi-plugins/DETAILS | 18 ++++++++++++
kde5-apps/kipi-plugins/HISTORY | 6 ++++
kde5-edu/kig/DEPENDS | 1
kde5-edu/kig/HISTORY | 3 ++
xorg-xserver/xorg-server/HISTORY | 3 ++
xorg-xserver/xorg-server/TRIGGERS | 1
17 files changed, 149 insertions(+), 19 deletions(-)

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

kipi-plugins-5.0.0

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

digikam-5.0.0

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

mesalib - delete UP_TRIGGERS

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

/xorg-server - add trigger on mesalib

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

kig - depends--

diff --git a/ChangeLog b/ChangeLog
index 6627c5e..e8cc62f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde5-apps/digikam: added, photo app for kde
+ * kde5-apps/kipi-plugins: various image related plugins
+
2016-07-03 Thomas Orgis <sobukus AT sourcemage.org>
* python-pypi/python-rencode: new spell, fast serialization
* graphics-libs/pyopengl-accelerate: new spell, acceleration bits of
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 9fc7f41..1ee0c33 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2016-07-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * UP_TRIGGERS: deleted, rely on xorg-server's triggers
+
2016-05-23 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: scm branch needs python3 as well

diff --git a/graphics-libs/mesalib/UP_TRIGGERS
b/graphics-libs/mesalib/UP_TRIGGERS
deleted file mode 100755
index 92883da..0000000
--- a/graphics-libs/mesalib/UP_TRIGGERS
+++ /dev/null
@@ -1,18 +0,0 @@
-if spell_ok $SPELL; then
- local OLD_SPELL_VERSION="$(installed_version $SPELL)"
- if [[ "${VERSION%.*}" != "${OLD_SPELL_VERSION%.*}" ]]; then
- message "This is an ABI incompatible update of mesalib..."
- message "Determining which spells need to be recast, this may take a
while."
-
- for other_spell in $(gaze installed | cut -d: -f1); do
- if gaze install $other_spell \
- | xargs file -e apptype -e ascii -e compress -e tar \
- | grep '\<ELF\>.*\<dynamically linked\>' \
- | cut -d: -f1 \
- | xargs readelf -d 2> /dev/null \
- | grep -q 'NEEDED)\s*Shared library:\s*\[libGL'; then
- up_trigger $other_spell cast_self
- fi
- done
- fi
-fi
diff --git a/kde5-apps/digikam/BUILD b/kde5-apps/digikam/BUILD
new file mode 100755
index 0000000..d49e523
--- /dev/null
+++ b/kde5-apps/digikam/BUILD
@@ -0,0 +1,6 @@
+OPTS+=" -DDIGIKAMSC_COMPILE_PO=0 -DDIGIKAMSC_COMPILE_DOC=0
-DDIGIKAMSC_COMPILE_KIPIPLUGINS=0" &&
+OPTS+=" -DENABLE_INTERNALMYSQL=OFF" &&
+if is_depends_enabled $SPELL opencv3;then
+ OPTS+=" -DENABLE_OPENCV3=1"
+fi &&
+default_build
diff --git a/kde5-apps/digikam/CONFIGURE b/kde5-apps/digikam/CONFIGURE
new file mode 100755
index 0000000..406e0bf
--- /dev/null
+++ b/kde5-apps/digikam/CONFIGURE
@@ -0,0 +1,2 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
+CMAKE_GEN=Make
diff --git a/kde5-apps/digikam/DEPENDS b/kde5-apps/digikam/DEPENDS
new file mode 100755
index 0000000..9a44d7d
--- /dev/null
+++ b/kde5-apps/digikam/DEPENDS
@@ -0,0 +1,54 @@
+source "$GRIMOIRE/KDE5_DEPENDS" &&
+depends qtwebkit &&
+depends qtx11extras &&
+depends kcompletion &&
+depends kcoreaddons &&
+depends ki18n &&
+depends kiconthemes &&
+depends kio &&
+depends knotifications &&
+depends knotifyconfig &&
+depends kservice &&
+depends ktextwidgets &&
+depends kwindowsystem &&
+depends kxmlgui &&
+depends solid &&
+depends JPEG &&
+depends boost &&
+depends exiv2 &&
+depends lcms2 &&
+depends libpgf &&
+depends libpng &&
+depends libx11 &&
+depends OPENCV &&
+depends pkgconfig &&
+depends sqlite &&
+depends tiff &&
+depends zlib &&
+
+optional_depends kfilemetadata5 '-DENABLE_KFILEMETADATASUPPORT=1'
'-DENABLE_KFILEMETADATASUPPORT=0' 'File metadata support' &&
+optional_depends doxygen '' '-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=1'
'build API documentation' &&
+optional_depends eigen3 '' '' 'Refocus tool support' &&
+#optional_depends akonadi-contacts ...
+#optional_depends kdepimlibs '-DENABLE_AKONADICONTACTSUPPORT=1'
'-DENABLE_AKONADICONTACTSUPPORT=0' 'Addressbook support' &&
+optional_depends lensfun '' '' 'lens correction support' &&
+
+optional_depends libkipi '' '' 'additional plugins' &&
+
+optional_depends libkgeomap '' '' 'GeoLocation' &&
+if is_depends_enabled $SPELL libkgeomap;then
+ depends kitemmodels &&
+ depends marble &&
+ optional_depends kbookmarks '' '' 'Bookmarks for GeoLocation'
+fi &&
+
+optional_depends libksane '' '' 'Scanner support' &&
+optional_depends jasper '' '' 'JPEG2000 support' &&
+
+optional_depends libgphoto2 '' '' 'digital camera support' &&
+if is_depends_enabled $SPELL libgphoto2;then
+ depends libusb
+fi &&
+optional_depends MYSQL '' '' 'MySql database' &&
+optional_depends liblqr '' '' 'image resizing (thumbnails)' &&
+optional_depends qtmultimedia '-DENABLE_MEDIAPLAYER=1'
'-DENABLE_MEDIAPLAYER=0' 'enable multimedia support'
diff --git a/kde5-apps/digikam/DETAILS b/kde5-apps/digikam/DETAILS
new file mode 100755
index 0000000..d5829a7
--- /dev/null
+++ b/kde5-apps/digikam/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=digikam
+ VERSION=5.0.0
+
SOURCE_HASH=sha512:99cd961b2261a76a2743ecabfb64195b941dc20f8fc57318cef9ca6e34ca9bd5c944c6019aa92b493316db47385a98f0f77fa04fcbd20ac0e3b01a03936eddfb
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/stable/$SPELL/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
+ WEB_SITE=http://digikam.org
+ ENTERED=20141221
+ LICENSE[0]=GPL
+ KEYWORDS="kde5 photo"
+ SHORT="digital photo management for KDE5"
+cat << EOF
+digiKam is an advanced digital photo management application for KDE, which
makes importing
+and organizing digital photos a "snap". The photos are organized in albums
which can be
+sorted chronologically, by folder layout or by custom collections.
+EOF
diff --git a/kde5-apps/digikam/HISTORY b/kde5-apps/digikam/HISTORY
new file mode 100644
index 0000000..0f01449
--- /dev/null
+++ b/kde5-apps/digikam/HISTORY
@@ -0,0 +1,6 @@
+2016-07-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.0
+
+2014-12-21 Treeve Jelbert <treevesourcemage.org>
+ * DETAILS: version frameworks (git)
+ kf5 support
diff --git a/kde5-apps/kipi-plugins/BUILD b/kde5-apps/kipi-plugins/BUILD
new file mode 100755
index 0000000..b4100c9
--- /dev/null
+++ b/kde5-apps/kipi-plugins/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" -DDIGIKAMSC_COMPILE_PO=0 -DDIGIKAMSC_COMPILE_DOC=0
-DDIGIKAMSC_COMPILE_DIGIKAM=0" &&
+default_build
diff --git a/kde5-apps/kipi-plugins/CONFIGURE
b/kde5-apps/kipi-plugins/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde5-apps/kipi-plugins/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-apps/kipi-plugins/DEPENDS b/kde5-apps/kipi-plugins/DEPENDS
new file mode 100755
index 0000000..2fd059c
--- /dev/null
+++ b/kde5-apps/kipi-plugins/DEPENDS
@@ -0,0 +1,23 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtxmlpatterns &&
+depends qtsvg &&
+depends kconfig &&
+depends ki18n &&
+depends kiconthemes &&
+depends kio &&
+#depends kparts &&
+depends kservice &&
+depends kwindowsystem &&
+depends kxmlgui &&
+
+depends libkipi &&
+depends zlib &&
+optional_depends karchive '' '' 'FlashExport plugin' &&
+optional_depends threadweaver '' '' 'Panorama plugin' &&
+optional_depends kqoauth '' '' 'OAuth 1.0 authentication support' &&
+optional_depends libkgeomap "" "" "mapping support" &&
+optional_depends libmediawiki "" "" "MediaWiki support" &&
+optional_depends kcalcore "" "" "Calendar plugin" &&
+optional_depends libical "" "" "Calendar plugin" &&
+optional_depends libkvkontakte "" "" "support VK social networking" &&
+optional_depends phonon4qt5 '' '' 'for AdvancedSlideshow'
diff --git a/kde5-apps/kipi-plugins/DETAILS b/kde5-apps/kipi-plugins/DETAILS
new file mode 100755
index 0000000..56c9dd3
--- /dev/null
+++ b/kde5-apps/kipi-plugins/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=kipi-plugins
+ SPELLX=digikam
+ VERSION=5.0.0
+
SOURCE_HASH=sha512:99cd961b2261a76a2743ecabfb64195b941dc20f8fc57318cef9ca6e34ca9bd5c944c6019aa92b493316db47385a98f0f77fa04fcbd20ac0e3b01a03936eddfb
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/stable/$SPELLX/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+
+ WEB_SITE=http://extragear.kde.org/apps/kipi
+ LICENSE=GPL
+ ENTERED=20080921
+ KEYWORDS="kde5"
+ SHORT="kde5 image plugin interface plugins"
+cat << EOF
+kipi (KDE Image Plugin Interface) is an effort to develop a common
+plugin structure for Digikam, KimDaBa, Showimg, and GwenView. Its aim is to
be
+able to share image plugins among graphic applications.
+EOF
diff --git a/kde5-apps/kipi-plugins/HISTORY b/kde5-apps/kipi-plugins/HISTORY
new file mode 100644
index 0000000..4b4ca4e
--- /dev/null
+++ b/kde5-apps/kipi-plugins/HISTORY
@@ -0,0 +1,6 @@
+2016-07-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.0
+
+2014-11-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: verion frameworks
+ * DEPENDS: kf5 support
diff --git a/kde5-edu/kig/DEPENDS b/kde5-edu/kig/DEPENDS
index aa65fda..18e9fb8 100755
--- a/kde5-edu/kig/DEPENDS
+++ b/kde5-edu/kig/DEPENDS
@@ -2,7 +2,6 @@ source $GRIMOIRE/KDE5_DEPENDS &&
depends qtsvg &&
depends karchive &&
depends kconfigwidgets &&
-depends kdelibs4support &&
depends kdoctools &&
depends kemoticons &&
depends ki18n &&
diff --git a/kde5-edu/kig/HISTORY b/kde5-edu/kig/HISTORY
index a7a41b7..f6e2882 100644
--- a/kde5-edu/kig/HISTORY
+++ b/kde5-edu/kig/HISTORY
@@ -1,3 +1,6 @@
+2016-07-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: delete kdelibs4support
+
2016-06-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 16.04.2

diff --git a/xorg-xserver/xorg-server/HISTORY
b/xorg-xserver/xorg-server/HISTORY
index bbc6efe..081b75d 100644
--- a/xorg-xserver/xorg-server/HISTORY
+++ b/xorg-xserver/xorg-server/HISTORY
@@ -1,3 +1,6 @@
+2016-07-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * TRIGGERS: added, detect mesalib changes
+
2016-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: SHA1 implementation is chosen earlier in the file

diff --git a/xorg-xserver/xorg-server/TRIGGERS
b/xorg-xserver/xorg-server/TRIGGERS
new file mode 100755
index 0000000..58f638d
--- /dev/null
+++ b/xorg-xserver/xorg-server/TRIGGERS
@@ -0,0 +1 @@
+on_cast mesalib check_self



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (faf1c2c9e221c66029e76b0363439711eb76ca89), Treeve Jelbert, 07/05/2016

Archive powered by MHonArc 2.6.24.

Top of Page