Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (002eebe45ae44e72054f2d5158b9893d99c54c33)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (002eebe45ae44e72054f2d5158b9893d99c54c33)
  • Date: Tue, 11 Jun 2019 04:27:52 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

audio-creation/audacity/DEPENDS | 2 -
audio-creation/audacity/DETAILS | 11 +++---
audio-creation/audacity/HISTORY | 5 +++
gnome2-libs/gvfs/DEPENDS | 64
+++++++++++++++-------------------------
gnome2-libs/gvfs/DETAILS | 4 +-
gnome2-libs/gvfs/HISTORY | 7 ++++
graphics/sxiv/DETAILS | 4 +-
graphics/sxiv/HISTORY | 3 +
8 files changed, 50 insertions(+), 50 deletions(-)

New commits:
commit 002eebe45ae44e72054f2d5158b9893d99c54c33
Author: stratact <kenneth AT raplee.email>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics/sxiv: => 25

Signed-off-by: Pavel Vinogradov <public AT sourcemage.org>

commit a7b0cc3263e1a919ab5beae281919159f76ddd1b
Author: stratact <kenneth AT raplee.email>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome2-libs/gvfs: => 1.34.1

Signed-off-by: Pavel Vinogradov <public AT sourcemage.org>

commit 890d705c374f4428b40281a13fb80c3155aee2d1
Author: stratact <kenneth AT raplee.email>
Commit: Pavel Vinogradov <public AT sourcemage.org>

audio-creation/audacity: => 2.3.1

Signed-off-by: Pavel Vinogradov <public AT sourcemage.org>

diff --git a/audio-creation/audacity/DEPENDS b/audio-creation/audacity/DEPENDS
index fd7dcff..0dc56fd 100755
--- a/audio-creation/audacity/DEPENDS
+++ b/audio-creation/audacity/DEPENDS
@@ -73,7 +73,7 @@ optional_depends redland \

optional_depends slv2 \
"--with-lv2=system" \
- "--with-lv2=local" \
+ "--without-lv2" \
"for system LV2 loader" &&

optional_depends liblrdf \
diff --git a/audio-creation/audacity/DETAILS b/audio-creation/audacity/DETAILS
index 3a0a519..61647d1 100755
--- a/audio-creation/audacity/DETAILS
+++ b/audio-creation/audacity/DETAILS
@@ -1,10 +1,9 @@
SPELL=audacity
- VERSION=2.2.1
- VERSIONX=-rc3 # Yes, they keep the -rc in the directory name!
- SOURCE=${SPELL}-minsrc-${VERSION}.tar.xz
- SOURCE_URL[0]=https://sobukus.de/$spell/$SOURCE
-
SOURCE_HASH=sha512:92c094e4903c438b0aac27b1fb6c9ccc9ca089e4d3123769ff23e434de1e6a519482b42588a54f56afdf5d2013e5681fce3d143f9e092731a9511d4bba31cfaa
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-minsrc-$VERSION$VERSIONX
+ VERSION=2.3.1
+ SOURCE=Audacity-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/audacity/audacity/archive/Audacity-2.3.1.tar.gz
+
SOURCE_HASH=sha512:066f57bd90d2baea6969f0cbfb63e41a42ed6dac955d87dc7b601c7a270888363e414c57e36393618801ea31b1068b7b22003f52897bf9a44fbc355aaf23cbaa
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-Audacity-$VERSION
WEB_SITE=http://audacityteam.org/
ENTERED=20011217
LICENSE[0]=GPL
diff --git a/audio-creation/audacity/HISTORY b/audio-creation/audacity/HISTORY
index fe5b3b6..18abd8f 100644
--- a/audio-creation/audacity/HISTORY
+++ b/audio-creation/audacity/HISTORY
@@ -1,3 +1,8 @@
+2019-06-09 Kenneth Raplee <kenneth AT raplee.email>
+ * DETAILS: version 2.3.1, update SOURCE and SOURCE_URL
+ * DEPENDS: change slv2 disable parameter from "--with-lv2=local" to
+ "--without-lv2" since the local build is broken
+
2018-01-17 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 2.2.1, removed defunct scm version code
* PRE_BUILD, patches/0001-Fix-build-against-ffmpeg-svn-20160315.patch,
diff --git a/gnome2-libs/gvfs/DEPENDS b/gnome2-libs/gvfs/DEPENDS
index 6fdb13e..f5c681b 100755
--- a/gnome2-libs/gvfs/DEPENDS
+++ b/gnome2-libs/gvfs/DEPENDS
@@ -36,57 +36,43 @@ optional_depends libarchive \
"--disable-archive" \
"for archive support" &&

-optional_depends gnome-disk-utility \
- "--enable-gdu" \
- "--disable-gdu" \
- "build GDU volume monitor" &&
-
optional_depends fuse \
"--enable-fuse" \
"--disable-fuse" \
"build with FUSE support" &&

-optional_depends hal \
- "--enable-hal" \
- "--disable-hal" \
- "build with HAL support" &&
-
-optional_depends obex-data-server \
- "--enable-obexftp" \
- "--disable-obexftp" \
- "build with ObexFTP backend" &&
-
optional_depends libgphoto2 \
"--enable-gphoto2" \
"--disable-gphoto2" \
"build with gphoto2 support" &&

-optional_depends libgnome-keyring \
- "--enable-keyring" \
- "--disable-keyring" \
- "build with GNOME keyring support (requires
${SPELL_COLOR}libsecret${DEFAULT_COLOR})" &&
+optional_depends libsecret \
+ "--enable-keyring" \
+ "--disable-keyring" \
+ "build with keyring support" &&

-if is_depends_enabled $SPELL libgnome-keyring; then
- depends libsecret
-fi &&
+optional_depends samba \
+ "--enable-samba" \
+ "--disable-samba" \
+ "build with samba support" &&

-optional_depends samba \
- "--enable-samba" \
- "--disable-samba" \
- "build with samba support" &&
+optional_depends libmtp \
+ "--enable-mtp" \
+ "--disable-mtp" \
+ "build with Media Transfer Protocol support" &&

-# required by xsltproc
-optional_depends libxslt \
- "--enable-documentation" \
- "--disable-documentation" \
- "to build documentation" &&
+optional_depends libusb \
+ "--enable-libusb" \
+ "--disable-libusb" \
+ "build with USB support" &&
+
+optional_depends udisks2 \
+ "--enable-udisks2" \
+ "--disable-udisks2" \
+ "build with udisks support" &&

-optional_depends bash-completion \
- "--enable-bash-completion" \
- "--disable-bash-completion" \
- "Enable bash-completion support?" &&

-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Enable devhelp docs"
+optional_depends libxslt \
+ "--enable-documentation" \
+ "--disable-documentation" \
+ "to build documentation"
diff --git a/gnome2-libs/gvfs/DETAILS b/gnome2-libs/gvfs/DETAILS
index d35e45a..875eb0a 100755
--- a/gnome2-libs/gvfs/DETAILS
+++ b/gnome2-libs/gvfs/DETAILS
@@ -1,9 +1,9 @@
SPELL=gvfs
- VERSION=1.30.3
+ VERSION=1.34.1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:50af5b6c6e435f861371a77be988c28313a730f2310f963f2d1cd5282fa250e36997af1ed0df7196739933b4f5ed08d3b1bd6141927dcbcc7ba061d90756b408
+
SOURCE_HASH=sha512:383f20c3dad1ff833f1d14466f215c7183459c0ed18d842fd09a68061e09814f2a4e33d574a0bf62bc9b6f5023721d03461eaaed86e840513f7e115662af91b6
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=GPL
LICENSE[1]=LGPL
diff --git a/gnome2-libs/gvfs/HISTORY b/gnome2-libs/gvfs/HISTORY
index 35accc3..108a46b 100644
--- a/gnome2-libs/gvfs/HISTORY
+++ b/gnome2-libs/gvfs/HISTORY
@@ -1,3 +1,10 @@
+2019-06-09 Kenneth Raplee <kenneth AT raplee.email>
+ * DETAILS: updated spell to 1.34.1
+ * DEPENDS: remove no longer optional dependencies:
+ gnome-disk-utility, hal, obex-data-server, bash-completion, gtk-doc
+ added new optional dependencies: libmtp, libusb, udisks2
+ replaced libgnome-keyring with libsecret since the former is not
needed
+
2017-02-24 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.30.3

diff --git a/graphics/sxiv/DETAILS b/graphics/sxiv/DETAILS
index 4f2d0ab..f54c670 100755
--- a/graphics/sxiv/DETAILS
+++ b/graphics/sxiv/DETAILS
@@ -1,8 +1,8 @@
SPELL=sxiv
- VERSION=24
+ VERSION=25
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/muennich/${SPELL}/archive/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:e4c9d4e18b4f1999b6441256b4c0d4683a105f1f64d4f754d6f9bc4f467ee1ccc6b6996cec8a210276c5fbec59417627fb838cb4f7be37cce32fa2c5d45d347b
+
SOURCE_HASH=sha512:ca0d834c9982c5e98c0bae51d21b7d08692af2d692eeb2ac55e19c4da7d09b16bbaa8022af0a0d00c52def4120058d895f37a2f8b14f453a0ceb65eebe564814
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/muennich/sxiv
LICENSE[0]=GPL
diff --git a/graphics/sxiv/HISTORY b/graphics/sxiv/HISTORY
index 5b5eb7d..28e2216 100644
--- a/graphics/sxiv/HISTORY
+++ b/graphics/sxiv/HISTORY
@@ -1,3 +1,6 @@
+2019-06-09 Kenneth Raplee <kenneth AT raplee.email>
+ * DETAILS: updated spell to 25
+
2017-10-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 24
* DEPENDS: added libxft, corrected flags



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (002eebe45ae44e72054f2d5158b9893d99c54c33), Pavel Vinogradov, 06/11/2019

Archive powered by MHonArc 2.6.24.

Top of Page