Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0194dca3d7ed7669ed483cf11ccc4cc562356a27)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0194dca3d7ed7669ed483cf11ccc4cc562356a27)
  • Date: Sun, 15 Jun 2008 18:40:24 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
audio-players/ario/DEPENDS | 7 +++++++
audio-players/ario/DETAILS | 16 ++++++++++++++++
audio-players/ario/HISTORY | 3 +++
audio-players/ario/PRE_BUILD | 3 +++
5 files changed, 32 insertions(+)

New commits:
commit 0194dca3d7ed7669ed483cf11ccc4cc562356a27
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-players/ario: new spell, GTK2 client for MPD

diff --git a/ChangeLog b/ChangeLog
index 2bcedba..1c1948e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-06-16 Pol Vinogradov <vin.public AT gmail.com>
+ * audio-players/ario: new spell, GTK2 client for MPD
+
2008-06-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* *.gpg: minimized keyrings and saved 385K

diff --git a/audio-players/ario/DEPENDS b/audio-players/ario/DEPENDS
new file mode 100755
index 0000000..b5ffe8b
--- /dev/null
+++ b/audio-players/ario/DEPENDS
@@ -0,0 +1,7 @@
+depends gtk+2 &&
+depends glib2 &&
+depends libglade2 &&
+depends curl &&
+depends soup &&
+depends avahi &&
+depends dbus-glib
diff --git a/audio-players/ario/DETAILS b/audio-players/ario/DETAILS
new file mode 100755
index 0000000..5eff8f7
--- /dev/null
+++ b/audio-players/ario/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ario
+ VERSION=1.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}-player/${SOURCE}
+
SOURCE_HASH=sha512:97f0ecb5967c95d1267ab1446f80e924449c2544f414bd58c1581983db53043f86595f0fae97855d003b09c4ddf64cea1c2322c144233b3b6f99914d633350b1
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE="http://ario-player.sourceforge.net";
+ LICENSE[0]=GPL
+ ENTERED=20080616
+ KEYWORDS="player audio"
+ SHORT="GTK2 client for MPD"
+cat << EOF
+Ario is a GTK2 client for MPD (Music player daemon). The interface used to
+browse the library is inspired by Rhythmbox but Ario aims to be much lighter
+and faster. It runs on Linux and Microsoft Windows.
+EOF
diff --git a/audio-players/ario/HISTORY b/audio-players/ario/HISTORY
new file mode 100644
index 0000000..3323429
--- /dev/null
+++ b/audio-players/ario/HISTORY
@@ -0,0 +1,3 @@
+2008-06-16 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
+
diff --git a/audio-players/ario/PRE_BUILD b/audio-players/ario/PRE_BUILD
new file mode 100755
index 0000000..bc52ad1
--- /dev/null
+++ b/audio-players/ario/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir ${SOURCE_DIRECTORY} &&
+cd ${SOURCE_DIRECTORY} &&
+unpack_file ''



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0194dca3d7ed7669ed483cf11ccc4cc562356a27), Pol Vinogradov, 06/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page