Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (19d2aa1ccd0ecf2205cdd0f187e6bab7cabeffbd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (19d2aa1ccd0ecf2205cdd0f187e6bab7cabeffbd)
  • Date: Thu, 17 Mar 2022 14:10:26 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

audio-libs/libmpdclient/DEPENDS | 4 +---
audio-libs/libmpdclient/HISTORY | 3 +++
disk/libmtp/DEPENDS | 5 ++++-
disk/libmtp/HISTORY | 3 +++
gnome2-libs/pango/DEPENDS | 4 +---
gnome2-libs/pango/HISTORY | 3 +++
libs/jsoncpp/DEPENDS | 4 +---
libs/jsoncpp/HISTORY | 3 +++
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
xorg-lib/libxcvt/DEPENDS | 3 +--
xorg-lib/libxcvt/HISTORY | 3 +++
xorg/xserver/DEPENDS | 3 +--
xorg/xserver/HISTORY | 3 +++
xorg/xwayland/DEPENDS | 3 +--
xorg/xwayland/HISTORY | 3 +++
16 files changed, 35 insertions(+), 17 deletions(-)

New commits:
commit 19d2aa1ccd0ecf2205cdd0f187e6bab7cabeffbd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pango: Use MESON_DEPENDS

commit 5748b898d38a8b573dbbaed14aa4377a7bec70a3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xserver: Use MESON_DEPENDS

commit ad86c0240ec35b2e8f640ad40636f1f61f7b3cf3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libxcvt: Use MESON_DEPENDS

commit 180fde8de7d205a8d2e10360ecf81a425b2b7367
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libmpdclient: Use MESON_DEPENDS

commit 9de742bf066c01b28a604491bcc0ffc79f3f59b6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xwayland: Use MESON_DEPENDS

commit 193928213bb91472f28287f4ce094fafdc9e1552
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

jsoncpp: Use MESON_DEPENDS

commit 778b40dc5064e8023169eabf274c85ffcc2df67d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libmtp: Add missing optional dep on doxygen

commit 047fee8f99096aa789a874ad3a6c757bf08ea6ec
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wine 7.4

diff --git a/audio-libs/libmpdclient/DEPENDS b/audio-libs/libmpdclient/DEPENDS
index ff7fb2c..76c1bcf 100755
--- a/audio-libs/libmpdclient/DEPENDS
+++ b/audio-libs/libmpdclient/DEPENDS
@@ -1,6 +1,4 @@
-depends meson &&
-depends python3 &&
-depends ninja-build-system &&
+. "$GRIMOIRE"/MESON_DEPENDS &&
optional_depends doxygen \
"documentation=true" \
"documentation=false" \
diff --git a/audio-libs/libmpdclient/HISTORY b/audio-libs/libmpdclient/HISTORY
index 75220fe..5323893 100644
--- a/audio-libs/libmpdclient/HISTORY
+++ b/audio-libs/libmpdclient/HISTORY
@@ -1,3 +1,6 @@
+2022-03-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: switched to MESON_DEPENDS
+
2021-11-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: improved url derivation by telling bash to find the
shortest
pattern, switched to UPSTREAM_KEY
diff --git a/disk/libmtp/DEPENDS b/disk/libmtp/DEPENDS
index 5487d07..8668714 100755
--- a/disk/libmtp/DEPENDS
+++ b/disk/libmtp/DEPENDS
@@ -1 +1,4 @@
-depends libusb
+depends libusb &&
+optional_depends doxygen \
+ --{enable,disable}-doxygen \
+ 'for building API documentation'
diff --git a/disk/libmtp/HISTORY b/disk/libmtp/HISTORY
index 885d74a..46e187c 100644
--- a/disk/libmtp/HISTORY
+++ b/disk/libmtp/HISTORY
@@ -1,3 +1,6 @@
+2022-03-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added missing optional dep on doxygen
+
2021-10-19 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: added to specify udev directory

diff --git a/gnome2-libs/pango/DEPENDS b/gnome2-libs/pango/DEPENDS
index 9d023ed..902bed3 100755
--- a/gnome2-libs/pango/DEPENDS
+++ b/gnome2-libs/pango/DEPENDS
@@ -1,7 +1,6 @@
. "$GRIMOIRE/FUNCTIONS" &&
+. "$GRIMOIRE"/MESON_DEPENDS &&

-depends ninja-build-system &&
-depends meson &&
depends cairo &&
depends expat &&
depends fontconfig &&
@@ -14,7 +13,6 @@ depends libpng &&
depends mesa &&
depends pcre &&
depends pixman &&
-depends python3 &&

optional_depends libxft "" "" "for XFT and X11 support" &&

diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index fea4363..b95b04a 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,6 @@
+2022-03-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: switched to MESON_DEPENDS
+
2022-03-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.50.5

diff --git a/libs/jsoncpp/DEPENDS b/libs/jsoncpp/DEPENDS
index 9bf0965..e8af887 100755
--- a/libs/jsoncpp/DEPENDS
+++ b/libs/jsoncpp/DEPENDS
@@ -1,4 +1,2 @@
-depends meson &&
-depends ninja-build-system &&
-depends python3 &&
+. "$GRIMOIRE"/MESON_DEPENDS &&
depends -sub CXX gcc
diff --git a/libs/jsoncpp/HISTORY b/libs/jsoncpp/HISTORY
index 63aebf5..003a3e8 100644
--- a/libs/jsoncpp/HISTORY
+++ b/libs/jsoncpp/HISTORY
@@ -1,3 +1,6 @@
+2022-03-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: switched to MESON_DEPENDS
+
2021-11-06 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.9.5

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 86d5874..fcee73e 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
case "$WINE_BRANCH" in
-(devel) VERSION=7.1;;
+(devel) VERSION=7.4;;
(stable) VERSION=7.0 PATCHLEVEL=1;;
esac; case "$WINE_BRANCH" in
(scm)
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 7626dbe..000724d 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2022-03-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WINE_BRANCH=devel to 7.4
+
2022-01-19 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated to 7.0
PATCHLEVEL++
diff --git a/xorg-lib/libxcvt/DEPENDS b/xorg-lib/libxcvt/DEPENDS
index 531daaf..7a589fb 100755
--- a/xorg-lib/libxcvt/DEPENDS
+++ b/xorg-lib/libxcvt/DEPENDS
@@ -1,2 +1 @@
-depends ninja-build-system &&
-depends meson
+. "$GRIMOIRE"/MESON_DEPENDS
diff --git a/xorg-lib/libxcvt/HISTORY b/xorg-lib/libxcvt/HISTORY
index 7b997dd..844102a 100644
--- a/xorg-lib/libxcvt/HISTORY
+++ b/xorg-lib/libxcvt/HISTORY
@@ -1,3 +1,6 @@
+2022-03-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: switched to MESON_DEPENDS
+
2021-10-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.1.1

diff --git a/xorg/xserver/DEPENDS b/xorg/xserver/DEPENDS
index 2691e40..7a5d30e 100755
--- a/xorg/xserver/DEPENDS
+++ b/xorg/xserver/DEPENDS
@@ -1,6 +1,5 @@
depends xorgproto &&
-depends meson &&
-depends ninja-build-system &&
+. "$GRIMOIRE"/MESON_DEPENDS &&

depends font-util &&
depends libxcb &&
diff --git a/xorg/xserver/HISTORY b/xorg/xserver/HISTORY
index e4b6469..b1fcfc9 100644
--- a/xorg/xserver/HISTORY
+++ b/xorg/xserver/HISTORY
@@ -1,3 +1,6 @@
+2022-03-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: switched to MESON_DEPENDS
+
2022-01-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 21.1.3

diff --git a/xorg/xwayland/DEPENDS b/xorg/xwayland/DEPENDS
index 8ee5e53..293cc22 100755
--- a/xorg/xwayland/DEPENDS
+++ b/xorg/xwayland/DEPENDS
@@ -1,5 +1,4 @@
-depends meson &&
-depends ninja-build-system &&
+. "$GRIMOIRE"/MESON_DEPENDS &&

depends font-util &&
depends libxcb &&
diff --git a/xorg/xwayland/HISTORY b/xorg/xwayland/HISTORY
index e6b2915..e3644c0 100644
--- a/xorg/xwayland/HISTORY
+++ b/xorg/xwayland/HISTORY
@@ -1,3 +1,6 @@
+2022-03-17 Ismael Luceno <ismael AT iodev.co.uk>
+ * DEPENDS: switched to using MESON_DEPENDS
+
2022-02-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 22.1.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (19d2aa1ccd0ecf2205cdd0f187e6bab7cabeffbd), Ismael Luceno, 03/17/2022

Archive powered by MHonArc 2.6.24.

Top of Page