Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (bb9e8fb48511c6acc9d88ec6a9c5a05fe793bc71)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (bb9e8fb48511c6acc9d88ec6a9c5a05fe793bc71)
  • Date: Sat, 15 Nov 2008 11:27:20 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT codemages.net>:

audio-creation/jokosher/DEPENDS | 2 ++
audio-creation/jokosher/DETAILS | 6 +++---
audio-creation/jokosher/HISTORY | 5 +++++
audio-creation/jokosher/jokosher-0.9.tar.gz.sig | 0
audio-players/cdparanoia/DETAILS | 11 +++++------
audio-players/cdparanoia/HISTORY | 5 +++++
dev/null |binary
7 files changed, 20 insertions(+), 9 deletions(-)

New commits:
commit 7499cc45376c56981cf783569c696162bb6ccc13
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

cdparanoia: update to III-10.2

commit 5aa4aed4d425038badab2cbd1b0f26b7bfae1fb7
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

jokosher: update and force_depends on gstreamer

diff --git a/audio-creation/jokosher/DEPENDS b/audio-creation/jokosher/DEPENDS
index 5016179..fe2c4e5 100755
--- a/audio-creation/jokosher/DEPENDS
+++ b/audio-creation/jokosher/DEPENDS
@@ -4,6 +4,8 @@ depends gst-plugins-base &&
depends gst-plugins-good &&
depends gst-python &&
depends gstreamer &&
+# seems to always rely on the latest and gratest
+force_depends gstreamer &&
depends pycairo &&
depends pygtk2 &&
depends python &&
diff --git a/audio-creation/jokosher/DETAILS b/audio-creation/jokosher/DETAILS
index b532a70..f57a266 100755
--- a/audio-creation/jokosher/DETAILS
+++ b/audio-creation/jokosher/DETAILS
@@ -1,9 +1,9 @@
SPELL=jokosher
- VERSION=0.9
+ VERSION=0.10.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.jokosher.org/downloads/source/$SOURCE
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_URL[0]="http://edge.launchpad.net/jokosher/0.10/$VERSION/+download/$SOURCE";
+
SOURCE_HASH=sha512:7654ac2d5b8bd53099a65719608033023efd27253a651563b96ee8dfedf611b57148b78da31d3be770f08b65a4685b7f4d045cb444b2167bd5dfe32f55711993
LICENSE[0]=GPL
WEB_SITE=http://www.jokosher.org/
KEYWORDS="jack editors audio"
diff --git a/audio-creation/jokosher/HISTORY b/audio-creation/jokosher/HISTORY
index 86e2ad3..d3ea4ef 100644
--- a/audio-creation/jokosher/HISTORY
+++ b/audio-creation/jokosher/HISTORY
@@ -1,3 +1,8 @@
+2008-11-13 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 0.10
+ * DEPENDS: force depends on gstreamer
+
2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS: Created

diff --git a/audio-creation/jokosher/jokosher-0.9.tar.gz.sig
b/audio-creation/jokosher/jokosher-0.9.tar.gz.sig
deleted file mode 100644
index 2b014a5..0000000
Binary files a/audio-creation/jokosher/jokosher-0.9.tar.gz.sig and /dev/null
differ
diff --git a/audio-players/cdparanoia/DETAILS
b/audio-players/cdparanoia/DETAILS
index 31c9cf1..eb704fc 100755
--- a/audio-players/cdparanoia/DETAILS
+++ b/audio-players/cdparanoia/DETAILS
@@ -1,17 +1,16 @@
SPELL=cdparanoia
- VERSION=III-alpha9.8
+ VERSION=III-10.2
SOURCE=$SPELL-$VERSION.src.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://xiph.org/paranoia/download/$SOURCE
+ SOURCE_URL[0]=http://downloads.xiph.org/releases/cdparanoia/$SOURCE
WEB_SITE=http://www.xiph.org/paranoia
ENTERED=20010922
-
SOURCE_HASH=sha512:42a635832966a219bd7c87b29b0d1399138aff327db0d50fa228b3e52e6a88e4abcf462bf9e243468a9d0e1711c6478c73f1047bbfeff61778a0acd8b158a439
- LICENSE[0]=GPL
- MAINTAINER=unet AT sourcemage.org
+
SOURCE_HASH=sha512:4ab0a0f5ef44d56c1af72d1fc1035566a1a89c4eeddb9e8baea675fe51c06138d913342afc8bed167d9fa55672fa25a2763ce21f7e24c1232e4739aff20733a7
+ LICENSE[0]=GPL
+ MAINTAINER=unet AT sourcemage.org
KEYWORDS="players audio"
SHORT="cdparanoia is a cd ripper."
cat << EOF
-http://xiph.org/paranoia/
Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, commonly
known on the net as a 'ripper'. Cdparanoia will read correct, rock-solid
audio data from inexpensive drives prone to misalignment, frame jitter and
diff --git a/audio-players/cdparanoia/HISTORY
b/audio-players/cdparanoia/HISTORY
index 576302f..c94db0c 100644
--- a/audio-players/cdparanoia/HISTORY
+++ b/audio-players/cdparanoia/HISTORY
@@ -1,3 +1,8 @@
+2008-11-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to III-10.2
+ removed tabs, allignment of = chars
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (bb9e8fb48511c6acc9d88ec6a9c5a05fe793bc71), Andraž Levstik, 11/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page