Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (bab1313fb539786075794ef76f3e5a95d8716ec4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (bab1313fb539786075794ef76f3e5a95d8716ec4)
  • Date: Sat, 7 Oct 2006 10:24:17 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

audio-players/bmpx/DEPENDS | 2 +-
audio-players/bmpx/DETAILS | 8 ++++----
audio-players/bmpx/HISTORY | 7 +++++++
audio-players/bmpx/PRE_BUILD | 5 +++++
audio-players/bmpx/bmpx-0.30.3.tar.bz2.sig | 0
audio-players/bmpx/bmpx-0.32.0.tar.bz2.sig |binary
dev/null |binary
7 files changed, 17 insertions(+), 5 deletions(-)

New commits:
commit bab1313fb539786075794ef76f3e5a95d8716ec4
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

bmpx: updated to 0.32.0

diff --git a/audio-players/bmpx/DEPENDS b/audio-players/bmpx/DEPENDS
index 33dff57..eb690d3 100755
--- a/audio-players/bmpx/DEPENDS
+++ b/audio-players/bmpx/DEPENDS
@@ -3,7 +3,7 @@ depends glibmm &&
depends gtk+2 &&
depends gtkmm2 &&
depends cairomm &&
-depends libglade &&
+depends libglade2 &&
depends libglademm &&
depends libxml2 &&
depends taglib &&
diff --git a/audio-players/bmpx/DETAILS b/audio-players/bmpx/DETAILS
index 4d56e88..a82e009 100755
--- a/audio-players/bmpx/DETAILS
+++ b/audio-players/bmpx/DETAILS
@@ -1,9 +1,9 @@
SPELL=bmpx
- VERSION=0.30.3
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ VERSION=0.32.0
+ BRANCH=`echo ${VERSION}|cut -d . -f 1,2`
SOURCE=bmpx-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/bmpx-${VERSION}
- SOURCE_URL[0]=http://files.beep-media-player.org/releases/$BRANCH/$SOURCE
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=http://files.beep-media-player.org/releases/0.30/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
WEB_SITE=http://beep-media-player.org/index.php/BMPx_Homepage
diff --git a/audio-players/bmpx/HISTORY b/audio-players/bmpx/HISTORY
index 302bf28..1f76ab2 100644
--- a/audio-players/bmpx/HISTORY
+++ b/audio-players/bmpx/HISTORY
@@ -1,3 +1,10 @@
+2006-10-06 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.32.0
+ updated SOURCE_URL
+ * DEPENDS: changed libglade to libglade2
+ * PRE_BUILD: added to do an sedit and autoreconf to work with our
boost
+ install
+
2006-10-01 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.30.3
* DEPENDS: update to new versions depends
diff --git a/audio-players/bmpx/PRE_BUILD b/audio-players/bmpx/PRE_BUILD
new file mode 100755
index 0000000..3c76727
--- /dev/null
+++ b/audio-players/bmpx/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+sedit "s:-lboost_regex:-lboost_regex-gcc:" m4/boost.m4 &&
+autoreconf
diff --git a/audio-players/bmpx/bmpx-0.30.3.tar.bz2.sig
b/audio-players/bmpx/bmpx-0.30.3.tar.bz2.sig
deleted file mode 100644
index 4a5b34e..0000000
Binary files a/audio-players/bmpx/bmpx-0.30.3.tar.bz2.sig and /dev/null differ
diff --git a/audio-players/bmpx/bmpx-0.32.0.tar.bz2.sig
b/audio-players/bmpx/bmpx-0.32.0.tar.bz2.sig
new file mode 100644
index 0000000..3adca83
Binary files /dev/null and b/audio-players/bmpx/bmpx-0.32.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (bab1313fb539786075794ef76f3e5a95d8716ec4), Robin Cook, 10/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page