New commits:
commit 1c12569d038d032e1116029a482bf6bf7c8b2f71
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
kxstitch-2.0.0
commit defe98180d6c0916ce51d89b4373c85f03861bc9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
ffmpeg: => 3.2.1
diff --git a/ChangeLog b/ChangeLog
index 7210481..a717a17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-12-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde5-apps/kxstitch: added - Cross stitch pattern editor
+
2016-11-27 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: add 8633B4EA: public key "Elvis Angelaccio
<elvis.angelaccio AT kde.org>"
diff --git a/kde5-apps/kxstitch/CONFIGURE b/kde5-apps/kxstitch/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde5-apps/kxstitch/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-apps/kxstitch/DEPENDS b/kde5-apps/kxstitch/DEPENDS
new file mode 100755
index 0000000..4dfd7ab
--- /dev/null
+++ b/kde5-apps/kxstitch/DEPENDS
@@ -0,0 +1,13 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtx11extras &&
+depends kcompletion &&
+depends kconfig &&
+depends kconfigwidgets &&
+depends kdoctools &&
+depends ki18n &&
+depends kio &&
+depends ktextwidgets &&
+depends kwidgetsaddons &&
+depends kxmlgui &&
+depends imagemagick &&
+depends shared-mime-info
diff --git a/kde5-apps/kxstitch/DETAILS b/kde5-apps/kxstitch/DETAILS
new file mode 100755
index 0000000..ad26af5
--- /dev/null
+++ b/kde5-apps/kxstitch/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=kxstitch
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:0ce9ec517659fd9a3163671cdb32d451487aa812355c9abb38cf143192ed49e3e32afc003a0064e9a63303b5de40d8859f92066d886dc06c6d1fe03c8790122f
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/stable/$SPELL/$VERSION/src/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://userbase.kde.org/KXStitch
+ ENTERED=20160821
+ KEYWORDS="images kde"
+SHORT="cross stitch pattern editoe"
+cat << EOF
+KXStitch is a program that lets you create cross stitch patterns and charts.
Patterns can be created from scratch on a user
+defined size of grid, which can be enlarged or reduced in size as your
pattern progresses. Alternatively you can import
+images from many graphics file formats which will allow you to reduce the
number of colors and to restrict the conversion to
+full stitches or optionally use fractional stitches. You may also use images
as backgrounds allowing you to trace over them.
+These imported images can then be modified using the supplied tools to
produce your final design.
+EOF
diff --git a/kde5-apps/kxstitch/HISTORY b/kde5-apps/kxstitch/HISTORY
new file mode 100644
index 0000000..fe03aaf
--- /dev/null
+++ b/kde5-apps/kxstitch/HISTORY
@@ -0,0 +1,5 @@
+2016-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.0
+
+2016-08-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version kf5
diff --git a/kde5-apps/kxstitch/PRE_BUILD b/kde5-apps/kxstitch/PRE_BUILD
new file mode 100755
index 0000000..d0ea6d7
--- /dev/null
+++ b/kde5-apps/kxstitch/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/update_xdg_mimetypes/D' CMakeLists.txt
diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS
index 6edcc5d..0ada5f5 100755
--- a/video/ffmpeg/DEPENDS
+++ b/video/ffmpeg/DEPENDS
@@ -189,16 +189,11 @@ optional_depends xvid \
"" \
"for xvid support" &&