[SM-Commit] PERFORCE change 76899 by Eric Sandall for review
Perforce Review Daemon
p4review at smee.org
Tue Mar 28 02:20:01 EST 2006
Change 76899 by eric_sandall at sandalle-moby on 2006/03/28 08:19:09
* Updated gmpc to 0.13.0
* Added libmpd (for gmpc 0.13.0)
Affected files ...
... //sgl/grimoires/devel/ChangeLog#270 edit
... //sgl/grimoires/devel/audio-libs/libmpd/DETAILS#1 add
... //sgl/grimoires/devel/audio-libs/libmpd/HISTORY#1 add
... //sgl/grimoires/devel/audio-libs/libmpd/libmpd-0.12.0.tar.gz.sig#1 add
... //sgl/grimoires/devel/audio-players/gmpc/DEPENDS#3 edit
... //sgl/grimoires/devel/audio-players/gmpc/DETAILS#5 edit
... //sgl/grimoires/devel/audio-players/gmpc/HISTORY#7 edit
... //sgl/grimoires/devel/audio-players/gmpc/gmpc-0.13.0.tar.gz.sig#1 add
Differences ...
==== //sgl/grimoires/devel/ChangeLog#270 (text) ====
@@ -1,15 +1,18 @@
+2006-03-27 Eric Sandall <eric at sandall.us>
+ * audio-libs/libmpd: Added for gmpc 0.13.0
+
2006-03-26 David Brown <dmlb2000 at gmail.com>
* science/seti_boinc: spell added
2006-03-14 Pieter Lenaerts <e-type at sourcemage.org>
* python-devel/pytelemeter: added, small Python Telemeter
* python-devel/fpconst: added, constants and functions for working
- with IEEE754 double-precision special values
+ with IEEE754 double-precision special values
* python-devel/soappy: added, web services toolkit
2006-03-26 Pol Vinogradov <vin.public at gmail.com>
* gnome2-libs/ruby-gtktrayicon: added, Ruby binding for the System Tray
- Protocol Specification
+ Protocol Specification
2006-03-25 Unet <unet at sourcemage.org>
* disk/ccd2iso: added
@@ -31,7 +34,8 @@
* gnome2-apps/deskbar-applet: added
2006-03-24 Pol Vinogradov <vin.public at gmail.com>
- * science-libs/cuba: added, a library for multidimensional numerical integration
+ * science-libs/cuba: added, a library for multidimensional numerical
+ integration
2006-03-22 Rafael George <george.rafael at gmail.com>
* perl-cpan/io-string: added, new Perl module
@@ -83,8 +87,8 @@
* x11-toolkits/fxruby: FXRuby is Ruby bindings for FOX GUI toolkit
2006-03-09 Robin Cook <rcook at wyrms.net>
- * added: science/pcb
- science/gerbv
+ * added: science/pcb
+ science/gerbv
2006-03-09 Ladislav Hagara <hgr at vabo.cz>
* utils/lsscsi: added, list SCSI devices
@@ -98,7 +102,7 @@
security/NetPipe: removed deprecated spell
2006-03-05 Robin Cook <rcook at wyrms.net>
- * added: gnome2-libs/fast-user-switch-applet
+ * added: gnome2-libs/fast-user-switch-applet
2006-03-05 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
* FUNCTIONS: source config_query_checkbox.function
@@ -187,10 +191,10 @@
* utils/lmctl: added, Logitech USB mice config app
2006-02-11 Robin Cook <rcook at wyrms.net>
- * database/qof added
- * libs/aqbanking added
- * libs/gwenhywfar added
- * libs/libchipcard2 added
+ * database/qof added
+ * libs/aqbanking added
+ * libs/gwenhywfar added
+ * libs/libchipcard2 added
2006-02-10 Maurizio Boriani <baux at sourcemage.org>
* libs/oniguruma: New spell.
@@ -301,7 +305,8 @@
* utils/acpitool: new spell, Linux ACPI client
2006-01-06 Ladislav Hagara <hgr at vabo.cz>
- * x11/sunclock: new spell, which portion of the Earth is illuminated by the Sun
+ * x11/sunclock: new spell, which portion of the Earth is illuminated by
+ the Sun
* utils/multitail: new spell, tail muliple files at once
2006-01-03 Eric Sandall <eric at sandall.us>
==== //sgl/grimoires/devel/audio-players/gmpc/DEPENDS#3 (xtext) ====
@@ -1,3 +1,8 @@
-depends mpd &&
-depends libglade2 &&
-depends gnome-vfs2
+depends libmpd &&
+depends libglade2 &&
+depends gnome-vfs2 &&
+
+optional_depends mpd \
+ '' \
+ '' \
+ 'for the music player server'
==== //sgl/grimoires/devel/audio-players/gmpc/DETAILS#5 (xtext) ====
@@ -1,15 +1,15 @@
SPELL=gmpc
- VERSION=0.11.2
+ VERSION=0.13.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://mercury.chem.pitt.edu/~shank/$SOURCE
- SOURCE_HASH=sha512:3b7badfbd5c42dddbcd208c70f41682bff9aae070588cd48ca29ddb35257ccc393d8723c2e5bdc054de8ece208f6ec5a7c2eac4d0fbf3596cd8e5f7e146f89d5
- WEB_SITE=http://www.musicpd.org
- ENTERED=20040516
- UPDATED=20040516
+ SOURCE_URL[0]=http://download.qballcow.nl/programs/$SPELL-${VERSION/.0/}/$SOURCE
+ #SOURCE_HASH=sha512:3b7badfbd5c42dddbcd208c70f41682bff9aae070588cd48ca29ddb35257ccc393d8723c2e5bdc054de8ece208f6ec5a7c2eac4d0fbf3596cd8e5f7e146f89d5
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
BUILD_API=2
+ WEB_SITE=http://cms.qballcow.nl/index.php?page=Gnome_Music_Player_Client
KEYWORDS="players player audio"
+ ENTERED=20040516
SHORT="gtk+2 frontend for mpd"
cat << EOF
gmpc is a gtk+2 frontend for mpd, the Music Player Daemon.
==== //sgl/grimoires/devel/audio-players/gmpc/HISTORY#7 (text) ====
@@ -1,3 +1,10 @@
+2006-03-27 Eric Sandall <eric at sandall.us>
+ * DETAILS: Updated to 0.13.0
+ Changed WEB_SITE and SOURCE_URL to correct URLs (updated)
+ Removed deprecated UPDATED field
+ * DEPENDS: Depends on libmpd
+ Optionally depends on mpd (can have a remote mpd service)
+
2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
More information about the SM-Commit
mailing list