Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (ca55918801b8de2bfee9b52edf1af1d04c887faf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (ca55918801b8de2bfee9b52edf1af1d04c887faf)
  • Date: Fri, 23 Jun 2006 23:49:49 -0500

GIT changes to master grimoire by George Sherwood <pilot AT sourcemage.org>:

audio-players/amarok/CONFIGURE | 2 --
audio-players/amarok/DEPENDS | 4 +---
audio-players/amarok/DETAILS | 9 +++++----
audio-players/amarok/HISTORY | 6 ++++++
4 files changed, 12 insertions(+), 9 deletions(-)

New commits:
commit ca55918801b8de2bfee9b52edf1af1d04c887faf
Author: George Sherwood <pilot AT sourcemage.org>
Commit: George Sherwood <pilot AT sourcemage.org>

Updated stable version to 1.4.0a. Removed invalid option for
gstreamer.

diff --git a/audio-players/amarok/CONFIGURE b/audio-players/amarok/CONFIGURE
deleted file mode 100755
index 1e40bfa..0000000
--- a/audio-players/amarok/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-source $GRIMOIRE/config_query_multi.function &&
-config_query_multi AM_SND "which sound system" gstreamer xine-lib
diff --git a/audio-players/amarok/DEPENDS b/audio-players/amarok/DEPENDS
index cbb51af..d4c467f 100755
--- a/audio-players/amarok/DEPENDS
+++ b/audio-players/amarok/DEPENDS
@@ -1,8 +1,6 @@
depends kdelibs &&
depends taglib &&
-for SND in $AM_SND; do
- depends $SND
-done &&
+depends xine-lib &&
optional_depends kdebase "" "" "for a konqueror sidebar" &&
optional_depends kdemultimedia "" "" "for audiocd: protocol" &&
optional_depends sqlite "--without-included-sqlite" \
diff --git a/audio-players/amarok/DETAILS b/audio-players/amarok/DETAILS
index f8110f6..38c176c 100755
--- a/audio-players/amarok/DETAILS
+++ b/audio-players/amarok/DETAILS
@@ -2,12 +2,13 @@
if [ "$AMAROK_DEVEL" == "y" ]; then
VERSION=1.4.1-beta1

SOURCE_HASH=sha512:71831fa7a19d078ff268fc6876aded97efbc6e4ebfefd468f0ccb76742ee2b6d92cbcf680a3850af796f501304b2295c23484fc0b73e811654a9092a3f081011
- else
- VERSION=1.4.0
-
SOURCE_HASH=sha512:ad2a6c1bbbbe04e798d8225dcbde5af735548a6776ed532854094d2ec21b51df44e6b7fe9be5251d65f3a80fcedf71d0bfd2de0a7c3e0697ad1cb92e511a9a9d
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+else
+ VERSION=1.4.0a
+
SOURCE_HASH=sha512:bc9e8f3529f44c07011bba296c547574317ffa02f68d5e56c41f76113595897e220c1a72ffaacdbe091bd1a4ae0339775816c119a7be567c4344c4776bb6a148
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-1.4.0
fi
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%_RC*}
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
WEB_SITE=http://amarok.sourceforge.net/
ENTERED=20040105
diff --git a/audio-players/amarok/HISTORY b/audio-players/amarok/HISTORY
index c311e2b..986e8f3 100644
--- a/audio-players/amarok/HISTORY
+++ b/audio-players/amarok/HISTORY
@@ -1,3 +1,9 @@
+2006-06-24 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.4.0a
+ * DEPENDS: Added depends xine-lib. Removed depends ASND
+ * CONFIGURE: removed. For us can only use xine-lib. Alley_cat
+ confirmed with upstream that gstreamer will not work.
+
2006-06-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added missing optional depends on libgpod #12048, faad2
* DETAILS: updated devel version to 1.4.0 too



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ca55918801b8de2bfee9b52edf1af1d04c887faf), George Sherwood, 06/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page