[SM-Commit] GIT changes to master grimoire by Florian Franzmann (6a8098d4df2490cc8b84ed819daa5cc198415c8c)

Florian Franzmann scm at mail.sourcemage.org
Tue Feb 27 10:52:52 EST 2007


GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:

 ChangeLog                                           |    3 +++
 audio-players/qmpdclient/BUILD                      |    5 +++++
 audio-players/qmpdclient/DEPENDS                    |    2 ++
 audio-players/qmpdclient/DETAILS                    |   16 ++++++++++++++++
 audio-players/qmpdclient/HISTORY                    |    2 ++
 audio-players/qmpdclient/desktop/qmpdclient.desktop |   10 ++++++++++
 graphics/gimp/DEPENDS                               |    2 +-
 graphics/gimp/HISTORY                               |    3 +++
 printer/epsutil/DEPENDS                             |    2 +-
 printer/epsutil/HISTORY                             |    3 +++
 printer/ijs/DEPENDS                                 |    2 +-
 printer/ijs/HISTORY                                 |    3 +++
 12 files changed, 50 insertions(+), 3 deletions(-)

New commits:
commit 6a8098d4df2490cc8b84ed819daa5cc198415c8c
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    audio-players/qmpdclient: new spell, a qt4 mpd client

commit 6f6b7e781f0d185b70b065b115e4dfb8a316c8be
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    switched to gutenprint from gimp-print

diff --git a/ChangeLog b/ChangeLog
index afcf6f0..042a768 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-27 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* audio-players/qmpdclient: new spell, a QT4 client for mpd
+
 2007-02-26 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* libs/rasqal: a C RDF library #12609
 	* audio-libs/raptor: moved to libs #11824
diff --git a/audio-players/qmpdclient/BUILD b/audio-players/qmpdclient/BUILD
new file mode 100755
index 0000000..2d16857
--- /dev/null
+++ b/audio-players/qmpdclient/BUILD
@@ -0,0 +1,5 @@
+PATH="/usr/bin/qt4:${PATH}" &&
+cd ${SOURCE_DIRECTORY}                     &&
+./configure                                &&
+sedit 's:/usr/local:/usr:' ${SOURCE_DIRECTORY}/Makefile &&
+make
diff --git a/audio-players/qmpdclient/DEPENDS b/audio-players/qmpdclient/DEPENDS
new file mode 100755
index 0000000..5d876e9
--- /dev/null
+++ b/audio-players/qmpdclient/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4 &&
+depends mpd 
diff --git a/audio-players/qmpdclient/DETAILS b/audio-players/qmpdclient/DETAILS
new file mode 100755
index 0000000..f9ea8fd
--- /dev/null
+++ b/audio-players/qmpdclient/DETAILS
@@ -0,0 +1,16 @@
+           SPELL=qmpdclient
+         VERSION=1.0.7
+          SOURCE="${SPELL}-${VERSION}.tar.gz"
+   SOURCE_URL[0]=http://havtknut.tihlde.org/software/${SPELL}/files/${SOURCE}
+     SOURCE_HASH=sha512:cf2c852ecd93965d48f6b112712cb38ec11d60c9a34d20e4f1f3f08a4ed7f0fb0f201e13160a2db4037f9b9b247bb0cd2e295fb40a9f689a9d3108dd0581cf17
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://havtknut.tihlde.org/software/qmpdclient"
+      LICENSE[0]=GPL
+         ENTERED=20070222
+           SHORT="an easy to use MPD client written in Qt 4"
+cat << EOF
+QMPDClient is an easy to use MPD client written in Qt 4.  Features:
+    * Multimedia keys support * System tray icon * Annouce songs with
+    passive popups * Drag and drop * Stream support * Playlist management *
+    Tag-guessing for untagged files * Directory browser
+EOF
diff --git a/audio-players/qmpdclient/HISTORY b/audio-players/qmpdclient/HISTORY
new file mode 100644
index 0000000..85f7c82
--- /dev/null
+++ b/audio-players/qmpdclient/HISTORY
@@ -0,0 +1,2 @@
+2007-02-27 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* DETAILS, DEPENDS, HISTORY, desktop/qmpdclient.desktop, BUILD: created spell
diff --git a/audio-players/qmpdclient/desktop/qmpdclient.desktop b/audio-players/qmpdclient/desktop/qmpdclient.desktop
new file mode 100644
index 0000000..9a6359e
--- /dev/null
+++ b/audio-players/qmpdclient/desktop/qmpdclient.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.0.7
+Name=qmpdclient
+Type=Application
+Comment=an easy to use MPD client written in Qt 4
+Exec=qmpdclient
+Icon=qmpdclient128.png
+Categories=Application;Multimedia;Audio;
+Term=
diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index c43a33c..8306e55 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -11,7 +11,7 @@ optional_depends  lcms
                   ""                        \
                   "for color proof module"  &&
 
-optional_depends  gimp-print                       \
+optional_depends  gutenprint                       \
                   ""                               \
                   "--disable-print"                \
                   "to support printing from gimp"  &&
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index b36f281..79da724 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2007-02-27 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* DEPENDS: switched to gutenprint from gimp-print
+
 2007-02-10 George Sherwood <george at beernabeer.com>
 	* DETAILS: Updated devel to version 2.3.14
 
diff --git a/printer/epsutil/DEPENDS b/printer/epsutil/DEPENDS
index 268d499..1869b14 100755
--- a/printer/epsutil/DEPENDS
+++ b/printer/epsutil/DEPENDS
@@ -1,2 +1,2 @@
-depends  gimp-print  &&
+depends  gutenprint  &&
 depends  pyqt
diff --git a/printer/epsutil/HISTORY b/printer/epsutil/HISTORY
index 7f2f970..bce7f66 100644
--- a/printer/epsutil/HISTORY
+++ b/printer/epsutil/HISTORY
@@ -1,3 +1,6 @@
+2007-02-27 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* DEPENDS: switched to gutenprint from gimp-print
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/printer/ijs/DEPENDS b/printer/ijs/DEPENDS
index f62e61f..1151ede 100755
--- a/printer/ijs/DEPENDS
+++ b/printer/ijs/DEPENDS
@@ -1,2 +1,2 @@
 optional_depends  "hpijs"       ""  ""  "for the hpijs printer dirvers"       &&
-optional_depends  "gimp-print"  ""  ""  "for the gimp-print printer drivers"  
+optional_depends  "gutenprint"  ""  ""  "for the gutenprint printer drivers"  
diff --git a/printer/ijs/HISTORY b/printer/ijs/HISTORY
index 148ffd7..228ea2e 100644
--- a/printer/ijs/HISTORY
+++ b/printer/ijs/HISTORY
@@ -1,3 +1,6 @@
+2007-02-27 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* DEPENDS: switched to gutenprint from gimp-print
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 



More information about the SM-Commit mailing list