Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a4f0a2365577822ba536e1e31483eae7a5fd048e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a4f0a2365577822ba536e1e31483eae7a5fd048e)
  • Date: Sun, 24 May 2009 06:16:35 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

audio-players/ncmpcpp/BUILD | 11 +++++++++++
audio-players/ncmpcpp/DETAILS | 4 ++--
audio-players/ncmpcpp/HISTORY | 4 ++++
audio-players/ncmpcpp/PREPARE | 2 ++
libs/apr-util/DETAILS | 4 ++--
libs/apr-util/HISTORY | 3 +++
libs/apr/DETAILS | 2 +-
libs/apr/HISTORY | 3 +++
8 files changed, 28 insertions(+), 5 deletions(-)

New commits:
commit 0f4a9f188802aa1b9b8420f5ef7ca688ed90505b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-players/ncmpcpp: updated to 0.3.4

commit 741c80e97510602782382a11555d0f3128d979b5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/apr: updated to 1.3.3

commit d230348483794665ffe0a33441b9ccf311ad9170
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/apr-util: updated to 1.3.4

diff --git a/audio-players/ncmpcpp/BUILD b/audio-players/ncmpcpp/BUILD
new file mode 100755
index 0000000..f87bd78
--- /dev/null
+++ b/audio-players/ncmpcpp/BUILD
@@ -0,0 +1,11 @@
+if [[ $NCMPCPP_UNICODE == "y" ]]; then
+ OPTS="$OPTS --enable-unicode"
+else
+ OPTS="$OPTS --disable-unicode"
+fi &&
+if [[ $NCMPCPP_CLOCK == "y" ]]; then
+ OPTS="$OPTS --enable-clock"
+else
+ OPTS="$OPTS --disable-clock"
+fi &&
+default_build
diff --git a/audio-players/ncmpcpp/DETAILS b/audio-players/ncmpcpp/DETAILS
index f1a6379..6b94384 100755
--- a/audio-players/ncmpcpp/DETAILS
+++ b/audio-players/ncmpcpp/DETAILS
@@ -1,8 +1,8 @@
SPELL=ncmpcpp
- VERSION=0.2.5
+ VERSION=0.3.4
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://unkart.ovh.org/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:861d11e421a31f96c2872aabd4f70289e2e57e08b8576c43e62d27a541129d9de0dafb71e1c53cb5aca32f29d02b5b8a9f2fef7808f5de5a42b48e388d6acebb
+
SOURCE_HASH=sha512:73572055ce01fd08f2082ca8fb7b4bdc6ad96fba1aae803951f8ca83806a6ffd60d46178668168292b1e9167af9e5008b7c3ac2e796344d1bd11a30fc6b94fe6
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://unkart.ovh.org/ncmpcpp/";
LICENSE[0]=GPL
diff --git a/audio-players/ncmpcpp/HISTORY b/audio-players/ncmpcpp/HISTORY
index b958bc2..69641fc 100644
--- a/audio-players/ncmpcpp/HISTORY
+++ b/audio-players/ncmpcpp/HISTORY
@@ -1,3 +1,7 @@
+2009-05-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: updated to 0.3.4
+ * PREPARE, BUILD: query the user if he wants unicode and a clock
+
2008-12-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: updated to 0.2.5

diff --git a/audio-players/ncmpcpp/PREPARE b/audio-players/ncmpcpp/PREPARE
new file mode 100755
index 0000000..76224e9
--- /dev/null
+++ b/audio-players/ncmpcpp/PREPARE
@@ -0,0 +1,2 @@
+config_query NCMPCPP_UNICODE "Do you want support for unicode?" n &&
+config_query NCMPCPP_CLOCK "Do you want ncmpcpp to display a clock?" n
diff --git a/libs/apr-util/DETAILS b/libs/apr-util/DETAILS
index 2112984..1de41f0 100755
--- a/libs/apr-util/DETAILS
+++ b/libs/apr-util/DETAILS
@@ -3,8 +3,8 @@ if [ -f $DEPENDS_CONFIG/apr.p ]; then
fi

SPELL=apr-util
- VERSION=1.2.12
-
SOURCE_HASH=sha512:cae7133d5d7d14627edc603515f7aed65719cd225bc81c0608b3653c4765864c4cd3ee2959409a782a3a0010a4268a2f9b19c785b9c1e59cd9d97b48988665a1
+ VERSION=1.3.4
+
SOURCE_HASH=sha512:0e8c0be3dcca738bd1c4e3e661a0cf25fa602758459e36a8b5a08db35825a6bec89bae75ac1f9a8e35962901fc5c07499c55d662147caffa19bb8f8b5e223f43
REPOS_URI="branches/${VERSION%.*}.x"
if [[ "$APR_LATEST" == y ]]; then
VERSION=${VERSION%\.*}-HEAD
diff --git a/libs/apr-util/HISTORY b/libs/apr-util/HISTORY
index ace0c9d..8fda5c3 100644
--- a/libs/apr-util/HISTORY
+++ b/libs/apr-util/HISTORY
@@ -1,3 +1,6 @@
+2009-05-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: updated to 1.3.4
+
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* TRIGGERS: removed is_depends_enabled.function reference

diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS
index 57a31cf..9ef2360 100755
--- a/libs/apr/DETAILS
+++ b/libs/apr/DETAILS
@@ -1,5 +1,5 @@
SPELL=apr
- VERSION=1.2.12
+ VERSION=1.3.3
REPOS_URI="branches/${VERSION%.*}.x"
# APR_LATEST replaces APR_CVS; remove APR_CVS in May, 2005
if [[ "${APR_LATEST:-APR_CVS}" == y ]]; then
diff --git a/libs/apr/HISTORY b/libs/apr/HISTORY
index fd40c9d..a73946f 100644
--- a/libs/apr/HISTORY
+++ b/libs/apr/HISTORY
@@ -1,3 +1,6 @@
+2009-05-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: updated to 1.3.3
+
2007-11-29 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Use upstream apache.gpg key and signatures
Updated to 1.2.12




Archive powered by MHonArc 2.6.24.

Top of Page