Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (174d5593df9e91f1d6783ac05839143b29064fed)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (174d5593df9e91f1d6783ac05839143b29064fed)
  • Date: Fri, 27 Nov 2009 19:47:42 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
xfce/parole/DEPENDS | 13 +++++++++++++
xfce/parole/DETAILS | 16 ++++++++++++++++
xfce/parole/HISTORY | 3 +++
4 files changed, 35 insertions(+)

New commits:
commit 174d5593df9e91f1d6783ac05839143b29064fed
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

parole: Added gstreamer based media player for Xfce

diff --git a/ChangeLog b/ChangeLog
index 147f90a..76c4488 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-11-27 George Sherwood <gsherwood AT sourcemage.org>
+ * xfce/parole: Media Player for Xfce
+
2009-11-27 Arjan Bouter <abouter AT sourcemage.org>
* wm-addons/lal: new spell, a dock clock
* wm-addons/visibility: new spell, desktop pager/windowlist
diff --git a/xfce/parole/DEPENDS b/xfce/parole/DEPENDS
new file mode 100755
index 0000000..c7bdf77
--- /dev/null
+++ b/xfce/parole/DEPENDS
@@ -0,0 +1,13 @@
+depends libxfcegui4 &&
+depends libxfce4util &&
+depends dbus-glib &&
+depends gstreamer &&
+depends gst-plugins-base &&
+optional_depends libnotify \
+ "--enable-libnotify" \
+ "--disable-libnotify" \
+ "to use pop-up nofifications" &&
+optional_depends taglib \
+ "--enable-taglib" \
+ "--disable-taglib" \
+ "support for audio meta data"
diff --git a/xfce/parole/DETAILS b/xfce/parole/DETAILS
new file mode 100755
index 0000000..940d1b1
--- /dev/null
+++ b/xfce/parole/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=parole
+ VERSION=0.1.98
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://archive.xfce.org/src/apps/${SPELL}/0.1/${SOURCE}
+
SOURCE_HASH=sha512:4d5f2450150ec811f4acee117385f53efc3f12277d610251461bd3d52f61849e0298b58d455b77ed19d51d5c221213b725813ead247e19d1e74ad25155042487
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://goodies.xfce.org/projects/applications/parole";
+ LICENSE[0]="GPL"
+ ENTERED=20091127
+ KEYWORDS=""
+ SHORT="media player for Xfce"
+cat << EOF
+Parole is a modern media player based on the GStreamer framework for the Xfce
+desktop. Features Audio playback. Video playback with optional subtitle.
+Playback of live stream.
+EOF
diff --git a/xfce/parole/HISTORY b/xfce/parole/HISTORY
new file mode 100644
index 0000000..0ceca5f
--- /dev/null
+++ b/xfce/parole/HISTORY
@@ -0,0 +1,3 @@
+2009-11-27 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (174d5593df9e91f1d6783ac05839143b29064fed), George Sherwood, 11/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page