Skip to Content.
Sympa Menu

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

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 (677289a1ffc5a82931e86da91c13b59ed154f67c)
  • Date: Sun, 20 Jul 2008 11:33:46 -0500

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

ChangeLog | 3 +++
audio-libs/taglib-sharp/BUILD | 2 ++
audio-libs/taglib-sharp/DEPENDS | 3 +++
audio-libs/taglib-sharp/DETAILS | 17 +++++++++++++++++
audio-libs/taglib-sharp/HISTORY | 3 +++
5 files changed, 28 insertions(+)

New commits:
commit 677289a1ffc5a82931e86da91c13b59ed154f67c
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

taglib-sharp: New spell needed by beagle

diff --git a/ChangeLog b/ChangeLog
index 3515793..d3fd2b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-20 George Sherwood <gsherwood AT sourcemage.org>
+ * audio-libs/taglib-sharp: new spell for mono
+
2008-07-20 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* graphics/enblend: a tool for compositing images #14571
* graphics-libs/libpano13: panoramic image generation lib #14570
diff --git a/audio-libs/taglib-sharp/BUILD b/audio-libs/taglib-sharp/BUILD
new file mode 100755
index 0000000..2cb072b
--- /dev/null
+++ b/audio-libs/taglib-sharp/BUILD
@@ -0,0 +1,2 @@
+OPTS="--disable-docs $OPTS"
+default_build
diff --git a/audio-libs/taglib-sharp/DEPENDS b/audio-libs/taglib-sharp/DEPENDS
new file mode 100755
index 0000000..c4ed293
--- /dev/null
+++ b/audio-libs/taglib-sharp/DEPENDS
@@ -0,0 +1,3 @@
+depends mono &&
+depends gnome-sharp &&
+depends monodoc
diff --git a/audio-libs/taglib-sharp/DETAILS b/audio-libs/taglib-sharp/DETAILS
new file mode 100755
index 0000000..2421be8
--- /dev/null
+++ b/audio-libs/taglib-sharp/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=taglib-sharp
+ VERSION=2.0.3.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.${SPELL}.com/Download/${SOURCE}
+
SOURCE_HASH=sha512:9846f8da751bd9208fab991375f932082d86eed6cd829ffa1c0fdfe1b7b1c8d00e9ec1d81da0ccb2ee0e008017b6fc0027fa701df3d7f6b0b69a6a5ff7cc49c8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.taglib-sharp.com/Main_Page";
+ LICENSE[0]=LGPL
+ ENTERED=20080720
+ SHORT="music and movie tag library for mono and .NET 2.0
+cat << EOF
+TagLib# is a FREE and Open Source library for the .NET 2.0 and Mono
frameworks
+which will let you tag your software with as much or as little detail as
+you like without slowing you down. It supports a large variety of movie and
+music formats which abstract away the work, handling all the different cases,
+so all you have to do is access file.Tag.
+EOF
diff --git a/audio-libs/taglib-sharp/HISTORY b/audio-libs/taglib-sharp/HISTORY
new file mode 100644
index 0000000..7239c10
--- /dev/null
+++ b/audio-libs/taglib-sharp/HISTORY
@@ -0,0 +1,3 @@
+2008-07-20 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+ * BUILD: Created. Need to disable docs, broke upstream



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (677289a1ffc5a82931e86da91c13b59ed154f67c), George Sherwood, 07/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page