Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (38a9231bef65e25a652f08a246d199b40b8c2a84)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (38a9231bef65e25a652f08a246d199b40b8c2a84)
  • Date: Fri, 23 Jun 2006 11:17:08 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

audio-players/amarok/BUILD | 2 +-
audio-players/amarok/CONFIGURE | 2 +-
audio-players/amarok/DEPENDS | 6 ++++++
audio-players/amarok/DETAILS | 6 ++----
audio-players/amarok/HISTORY | 5 +++++
5 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit 38a9231bef65e25a652f08a246d199b40b8c2a84
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

amarok: added missing optional depends on libgpod #12048, faad2
updated devel version to 1.4.1-beta1
removed arts, not supported anymore #12720

diff --git a/audio-players/amarok/BUILD b/audio-players/amarok/BUILD
index 220a614..2372920 100755
--- a/audio-players/amarok/BUILD
+++ b/audio-players/amarok/BUILD
@@ -1,2 +1,2 @@
-if ! list_find $AM_SND "arts" ; then OPTS="$OPTS --without-arts"; fi &&
+OPTS="$OPTS --without-arts" &&
default_build
diff --git a/audio-players/amarok/CONFIGURE b/audio-players/amarok/CONFIGURE
index 332f712..1e40bfa 100755
--- a/audio-players/amarok/CONFIGURE
+++ b/audio-players/amarok/CONFIGURE
@@ -1,2 +1,2 @@
source $GRIMOIRE/config_query_multi.function &&
-config_query_multi AM_SND "which sound system" arts gstreamer xine-lib
+config_query_multi AM_SND "which sound system" gstreamer xine-lib
diff --git a/audio-players/amarok/DEPENDS b/audio-players/amarok/DEPENDS
index 4f662dc..cbb51af 100755
--- a/audio-players/amarok/DEPENDS
+++ b/audio-players/amarok/DEPENDS
@@ -14,6 +14,12 @@ optional_depends mysql "--enable-my
optional_depends postgresql "--enable-postgresql" \
" --disable-postgresql" \
"postgresql support" &&
+optional_depends libgpod --with-libgpod \
+ --without-libgpod \
+ "for iPod support" &&
+optional_depends faad2 --with-mp4v2 \
+ --without-mp4v2 \
+ "for M4A/AAC tag support" &&
optional_depends xmms "" "" "to use xmms visualization plugins" &&
optional_depends libvisual "" "" "to use libvisual plugins" &&
optional_depends libtunepimp "" "" "for audio fingerprinting and id" &&
diff --git a/audio-players/amarok/DETAILS b/audio-players/amarok/DETAILS
index 8b4c2b2..f8110f6 100755
--- a/audio-players/amarok/DETAILS
+++ b/audio-players/amarok/DETAILS
@@ -1,7 +1,7 @@
SPELL=amarok
if [ "$AMAROK_DEVEL" == "y" ]; then
- VERSION=1.4-beta3
-
SOURCE_HASH=sha512:4ab8f80be00e686874b1c31d30b2f7940ba670c0025b12b1e0c855112f0bc7d1c541ea67ce9cac28399ac776c231d8eff5787c26524527327009e2bf190b329a
+ VERSION=1.4.1-beta1
+
SOURCE_HASH=sha512:71831fa7a19d078ff268fc6876aded97efbc6e4ebfefd468f0ccb76742ee2b6d92cbcf680a3850af796f501304b2295c23484fc0b73e811654a9092a3f081011
else
VERSION=1.4.0

SOURCE_HASH=sha512:ad2a6c1bbbbe04e798d8225dcbde5af735548a6776ed532854094d2ec21b51df44e6b7fe9be5251d65f3a80fcedf71d0bfd2de0a7c3e0697ad1cb92e511a9a9d
@@ -11,8 +11,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
WEB_SITE=http://amarok.sourceforge.net/
ENTERED=20040105
- UPDATED=20050716
- BUILD_API=2
LICENSE[0]=GPL
KEYWORDS="players player kde audio"
SHORT="a new media player for KDE"
diff --git a/audio-players/amarok/HISTORY b/audio-players/amarok/HISTORY
index 7342aca..c311e2b 100644
--- a/audio-players/amarok/HISTORY
+++ b/audio-players/amarok/HISTORY
@@ -1,3 +1,8 @@
+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
+ * CONFIGURE, BUILD: removed arts, not supported anymore #12720
+
2006-05-22 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: added for possibly compiling without arts





Archive powered by MHonArc 2.6.24.

Top of Page