Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Flavien Bridault (a09d60c5450e25a59f317b97988d7c88f9545af7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (a09d60c5450e25a59f317b97988d7c88f9545af7)
  • Date: Fri, 21 Jul 2006 06:37:15 -0500

GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

audio-players/bmpx/BUILD | 2
audio-players/bmpx/CONFIGURE | 9 -
audio-players/bmpx/DEPENDS | 59
++--------
audio-players/bmpx/DETAILS | 7 -
audio-players/bmpx/HISTORY | 6 +
audio-players/bmpx/bmpx-0.13.tar.bz2.sig | 0
audio-players/bmpx/bmpx-0.20.3.tar.bz2.sig |binary
dev/null |binary
utils/libnotify/DETAILS | 4
utils/libnotify/HISTORY | 3
utils/libnotify/libnotify-0.4.2.tar.gz.sig |binary
utils/notification-daemon/DETAILS | 5
utils/notification-daemon/HISTORY | 3
utils/notification-daemon/notification-daemon-0.3.5.tar.gz.sig |binary
x11-libs/cairomm/DETAILS | 4
x11-libs/cairomm/HISTORY | 3
x11-libs/cairomm/cairomm-0.6.0.tar.gz.sig | 0
x11-libs/cairomm/cairomm-1.1.10.tar.gz.sig |binary
18 files changed, 39 insertions(+), 66 deletions(-)

New commits:
commit 4c9ad1b257c5abc6d68e26303d69d7fcfbefdeae
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

bmpx 0.20.3

commit eb96cfea54958e064da118f6906ddc5a330c35d2
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

cairomm 1.1.10 - This is a development snapshot but 0.6.0 doesn't compile
with cairo 1.2.0

commit 3e18856666ae5d8e186a1f050f7378258ff8a0f4
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

notification-daemon 0.3.5

commit 9b1e4a5828d640506acc64777979c41b1d70a1ee
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

libnotify 0.4.2

diff --git a/audio-players/bmpx/BUILD b/audio-players/bmpx/BUILD
deleted file mode 100755
index cf22b2b..0000000
--- a/audio-players/bmpx/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="${OPTS} ${BMPX_AMAZON}" &&
-default_build
diff --git a/audio-players/bmpx/CONFIGURE b/audio-players/bmpx/CONFIGURE
deleted file mode 100755
index 93b9531..0000000
--- a/audio-players/bmpx/CONFIGURE
+++ /dev/null
@@ -1,9 +0,0 @@
-if spell_ok gstreamer; then
- config_query_list BMPX_BACKEND 'Use which backend?' gstreamer xine-lib
-else
- config_query_list BMPX_BACKEND 'Use which backend?' xine-lib gstreamer
-fi
-
-config_query_option BMPX_AMAZON "Enable Amazon album cover fetching?" n \
- "--enable-amazon" "--disable-amazon"
-
diff --git a/audio-players/bmpx/DEPENDS b/audio-players/bmpx/DEPENDS
index 4f87aac..cfa1a38 100755
--- a/audio-players/bmpx/DEPENDS
+++ b/audio-players/bmpx/DEPENDS
@@ -1,54 +1,25 @@
-depends glib2 &&
-depends cairo &&
-depends gtk+2 &&
-depends libglade2 &&
-depends gtk-doc &&
+depends gtkmm2 &&
+depends cairomm &&
+depends libglademm &&
depends taglib &&
depends FAM &&
depends neon &&
-
-if [ "$BMPX_BACKEND" == "gstreamer" ]; then
- depends gstreamer "--enable-gst --disable-xine"
-elif [ "$BMPX_BACKEND" == "xine-lib" ]; then
- depends xine-lib "--enable-xine --disable-gst"
-fi &&
-
-optional_depends gconf2 \
- "--with-gconf" \
- "--without-gconf" \
- "Enable startup-notification support" &&
+depends boost &&
+depends dbus &&
+depends libmusicbrainz &&
+depends gst-plugins-base &&

optional_depends startup-notification \
"--with-sn" \
"--without-sn" \
"Enable startup-notification support" &&

-optional_depends curl \
- "--with-libcurl" \
- "--without-libcurl" \
- "Enable cURL support" &&
-
-optional_depends dbus \
- "--enable-dbus" \
- "--disable-dbus" \
- "Enable DBus remote interface" &&
-
-optional_depends perl \
- "--enable-perl" \
- "--disable-perl" \
- "Installs perl based clients (XCHAT,IRSSI)" &&
-
-optional_depends python \
- "--enable-python" \
- "--disable-python" \
- "Installs python based clients (XCHAT)" &&
-
-optional_depends irssi \
- "--enable-irssi" \
- "--disable-irssi" \
- "Installs IRSSI plugins" &&
+optional_depends hal \
+ "--enable-hal" \
+ "--disable-hal" \
+ "Enable HAL fora managing storage" &&

-optional_depends xchat \
- "--enable-xchat" \
- "--disable-xchat" \
- "Installs XChat plugins"
+optional_depends libnotify \
+ "--enable-libnotify" \
+ "--disable-libnotify" \
+ "For nice notifications from the systray icon"
diff --git a/audio-players/bmpx/DETAILS b/audio-players/bmpx/DETAILS
index c9490fa..f663829 100755
--- a/audio-players/bmpx/DETAILS
+++ b/audio-players/bmpx/DETAILS
@@ -1,14 +1,13 @@
SPELL=bmpx
- VERSION=0.13
+ VERSION=0.20.3
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=bmpx-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/bmpx-${VERSION}
- SOURCE_URL[0]=${SOURCEFORGE_URL}/beepmp/${SOURCE}
+ SOURCE_URL[0]=http://files.beep-media-player.org/releases/$BRANCH/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
- BUILD_API=2
WEB_SITE=http://beep-media-player.org/index.php/BMPx_Homepage
ENTERED=20051109
- UPDATED=20051109
KEYWORDS="players player audio"
SHORT="Multimedia player based on the Beep Media Player"
cat << EOF
diff --git a/audio-players/bmpx/HISTORY b/audio-players/bmpx/HISTORY
index bbaffad..934da55 100644
--- a/audio-players/bmpx/HISTORY
+++ b/audio-players/bmpx/HISTORY
@@ -1,3 +1,9 @@
+2006-07-21 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 0.20.3
+ * DEPENDS: Cleanup and new dependencies
+ * BUILD, CONFIGURE: Removed, amazon and xine backend options are
+ deprecated
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/audio-players/bmpx/bmpx-0.13.tar.bz2.sig
b/audio-players/bmpx/bmpx-0.13.tar.bz2.sig
deleted file mode 100644
index 051cfe0..0000000
Binary files a/audio-players/bmpx/bmpx-0.13.tar.bz2.sig and /dev/null differ
diff --git a/audio-players/bmpx/bmpx-0.20.3.tar.bz2.sig
b/audio-players/bmpx/bmpx-0.20.3.tar.bz2.sig
new file mode 100644
index 0000000..1638104
Binary files /dev/null and b/audio-players/bmpx/bmpx-0.20.3.tar.bz2.sig differ
diff --git a/utils/libnotify/DETAILS b/utils/libnotify/DETAILS
index f076e30..fc4bc62 100755
--- a/utils/libnotify/DETAILS
+++ b/utils/libnotify/DETAILS
@@ -1,8 +1,8 @@
SPELL=libnotify
- VERSION=0.3.2
+ VERSION=0.4.2
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=http://www.galago-project.org/files/releases/source/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:b03d2a1aae1d93837c272728ce60fafba6bf7467c81ca388fbecb716973e480b9214c2deae4f48f50a9e0dc61a4fd5cbfe6516cefdcf14b59d5adedb9a1db679
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.galago-project.org/
ENTERED=20051221
diff --git a/utils/libnotify/HISTORY b/utils/libnotify/HISTORY
index 1c76be5..fcb903e 100644
--- a/utils/libnotify/HISTORY
+++ b/utils/libnotify/HISTORY
@@ -1,3 +1,6 @@
+2006-07-21 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 0.4.2
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/utils/libnotify/libnotify-0.4.2.tar.gz.sig
b/utils/libnotify/libnotify-0.4.2.tar.gz.sig
new file mode 100644
index 0000000..91e82a9
Binary files /dev/null and b/utils/libnotify/libnotify-0.4.2.tar.gz.sig differ
diff --git a/utils/notification-daemon/DETAILS
b/utils/notification-daemon/DETAILS
index 21140c5..f56952d 100755
--- a/utils/notification-daemon/DETAILS
+++ b/utils/notification-daemon/DETAILS
@@ -1,12 +1,11 @@
SPELL=notification-daemon
- VERSION=0.3.4
+ VERSION=0.3.5
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=http://www.galago-project.org/files/releases/source/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:379437b8b5c6d3efd7fc2409bf2a3ff38b56ef7a88c8bb8f65455ee3135544ce39f6426c93dff52b19f2f81b19dca8c6bce5f57024a3cca0bda7546649a31206
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://www.galago-project.org/
ENTERED=20051217
- UPDATED=20051217
LICENSE[0]=GPL
KEYWORDS="utils"
SHORT="Notification daemon built on DBUS"
diff --git a/utils/notification-daemon/HISTORY
b/utils/notification-daemon/HISTORY
index 2185945..74f3119 100644
--- a/utils/notification-daemon/HISTORY
+++ b/utils/notification-daemon/HISTORY
@@ -1,3 +1,6 @@
+2006-07-21 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 0.3.5
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/utils/notification-daemon/notification-daemon-0.3.5.tar.gz.sig
b/utils/notification-daemon/notification-daemon-0.3.5.tar.gz.sig
new file mode 100644
index 0000000..fd7d5ef
Binary files /dev/null and
b/utils/notification-daemon/notification-daemon-0.3.5.tar.gz.sig differ
diff --git a/x11-libs/cairomm/DETAILS b/x11-libs/cairomm/DETAILS
index 6ee0b98..64045d0 100755
--- a/x11-libs/cairomm/DETAILS
+++ b/x11-libs/cairomm/DETAILS
@@ -1,8 +1,8 @@
SPELL=cairomm
- VERSION=0.6.0
+ VERSION=1.1.10
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
+ SOURCE_URL[0]=http://cairographics.org/snapshots/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=MIT
KEYWORDS="x11 libs"
diff --git a/x11-libs/cairomm/HISTORY b/x11-libs/cairomm/HISTORY
index 4cd3f24..4683d20 100644
--- a/x11-libs/cairomm/HISTORY
+++ b/x11-libs/cairomm/HISTORY
@@ -1,3 +1,6 @@
+2006-07-21 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 1.1.10
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/x11-libs/cairomm/cairomm-0.6.0.tar.gz.sig
b/x11-libs/cairomm/cairomm-0.6.0.tar.gz.sig
deleted file mode 100644
index 5359ec8..0000000
Binary files a/x11-libs/cairomm/cairomm-0.6.0.tar.gz.sig and /dev/null differ
diff --git a/x11-libs/cairomm/cairomm-1.1.10.tar.gz.sig
b/x11-libs/cairomm/cairomm-1.1.10.tar.gz.sig
new file mode 100644
index 0000000..eb7a75b
Binary files /dev/null and b/x11-libs/cairomm/cairomm-1.1.10.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Flavien Bridault (a09d60c5450e25a59f317b97988d7c88f9545af7), Flavien Bridault, 07/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page