Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c63071ea8a1067917644a7580211a1a1c6996470)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c63071ea8a1067917644a7580211a1a1c6996470)
  • Date: Sun, 26 Oct 2008 11:12:40 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 2 +-
kde4-apps/kid3-kde4/DEPENDS | 15 +++++++++++++++
kde4-apps/kid3-kde4/DETAILS | 37 +++++++++++++++++++++++++++++++++++++
kde4-apps/kid3-kde4/HISTORY | 3 +++
kde4/kid3-kde4/DEPENDS | 15 ---------------
kde4/kid3-kde4/DETAILS | 37 -------------------------------------
kde4/kid3-kde4/HISTORY | 3 ---
7 files changed, 56 insertions(+), 56 deletions(-)

New commits:
commit c63071ea8a1067917644a7580211a1a1c6996470
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kde4-apps/kid3-kde4 - mv to right place

diff --git a/ChangeLog b/ChangeLog
index 79d971e..ffb622c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
2008-10-26 Treeve Jelbert <treeve AT sourcemage.org>
- * kde4/kid3-kde4: new spell, kde4 only bersion of kid3
+ * kde4-apps/kid3-kde4: new spell, kde4 only bersion of kid3

2008-10-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* wm-addons/wmcalendar: new spell, a calendar dockapp
diff --git a/kde4-apps/kid3-kde4/DEPENDS b/kde4-apps/kid3-kde4/DEPENDS
new file mode 100755
index 0000000..c06088b
--- /dev/null
+++ b/kde4-apps/kid3-kde4/DEPENDS
@@ -0,0 +1,15 @@
+source "$SECTION_DIRECTORY/KDE_DEPENDS" &&
+depends taglib &&
+depends id3lib &&
+depends libmp4v2 &&
+optional_depends libvorbis '' '' 'to use Ogg Vorbis' &&
+
+if is_depends_enabled $SPELL libvorbis
+then
+ depends libogg &&
+ optional_depends flac '' '' 'to use FLAC' &&
+ optional_depends libtunepimp '' '' 'to use MusicBrainz'
+#else
+# message "${MESSAGE_COLOR}libvorbis was not selected, will not query" \
+# "about FLAC and MusicBrains support.${DEFAULT_COLOR}"
+fi
diff --git a/kde4-apps/kid3-kde4/DETAILS b/kde4-apps/kid3-kde4/DETAILS
new file mode 100755
index 0000000..339a9cb
--- /dev/null
+++ b/kde4-apps/kid3-kde4/DETAILS
@@ -0,0 +1,37 @@
+ SPELL=kid3-kde4
+ SPELLX=kid3
+ VERSION=1.1
+
SOURCE_HASH=sha512:5160da77cc3d79b421ab480c125fb5c5c8ad20512a89c922272c57645a3d828bbd239599c3a8fd940eeb44c336ceda9a5eefbf12bc8216de8322c82d5ca63eb3
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
+ WEB_SITE=http://kid3.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20040514
+ KEYWORDS="kde4 editors"
+ SHORT="A KDE$-based ID3 tag editor."
+cat << EOF
+If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC or MPC files (e.g.
+full albums) without typing the same information again and again and have
+control over both ID3v1 and ID3v2 tags, then Kid3 is the program you are
+looking for.
+
+With Kid3 you can:
+ * Edit ID3v1.1 tags
+ * Edit all ID3v2.3 and ID3v2.4 frames
+ * Convert between ID3v1 and ID3v2 tags
+ * Edit Ogg/Vorbis tags
+ * Edit FLAC tags
+ * Edit APE tags of MPC files
+ * Edit tags of multiple files, e.g. the artist, album, year and genre of
+ all files of an album typically have the same values and can be set
+ together.
+ * Generate tags from filenames
+ * Generate filenames from tags
+ * Rename and create directories from tags
+ * Generate playlist files
+ * Automatically convert upper and lower case and replace strings
+ * Import from freedb2.org, MusicBrainz, Discogs and other sources of album
+ data
+ * Export tags as CSV, HTML, playlists, Kover XML and in other formats
+EOF
diff --git a/kde4-apps/kid3-kde4/HISTORY b/kde4-apps/kid3-kde4/HISTORY
new file mode 100644
index 0000000..69076c4
--- /dev/null
+++ b/kde4-apps/kid3-kde4/HISTORY
@@ -0,0 +1,3 @@
+2008-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1
+ spell copied afrom kid3 and made for kde4 only
diff --git a/kde4/kid3-kde4/DEPENDS b/kde4/kid3-kde4/DEPENDS
deleted file mode 100755
index c06088b..0000000
--- a/kde4/kid3-kde4/DEPENDS
+++ /dev/null
@@ -1,15 +0,0 @@
-source "$SECTION_DIRECTORY/KDE_DEPENDS" &&
-depends taglib &&
-depends id3lib &&
-depends libmp4v2 &&
-optional_depends libvorbis '' '' 'to use Ogg Vorbis' &&
-
-if is_depends_enabled $SPELL libvorbis
-then
- depends libogg &&
- optional_depends flac '' '' 'to use FLAC' &&
- optional_depends libtunepimp '' '' 'to use MusicBrainz'
-#else
-# message "${MESSAGE_COLOR}libvorbis was not selected, will not query" \
-# "about FLAC and MusicBrains support.${DEFAULT_COLOR}"
-fi
diff --git a/kde4/kid3-kde4/DETAILS b/kde4/kid3-kde4/DETAILS
deleted file mode 100755
index 339a9cb..0000000
--- a/kde4/kid3-kde4/DETAILS
+++ /dev/null
@@ -1,37 +0,0 @@
- SPELL=kid3-kde4
- SPELLX=kid3
- VERSION=1.1
-
SOURCE_HASH=sha512:5160da77cc3d79b421ab480c125fb5c5c8ad20512a89c922272c57645a3d828bbd239599c3a8fd940eeb44c336ceda9a5eefbf12bc8216de8322c82d5ca63eb3
- SOURCE=$SPELLX-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
- WEB_SITE=http://kid3.sourceforge.net/
- LICENSE[0]=GPL
- ENTERED=20040514
- KEYWORDS="kde4 editors"
- SHORT="A KDE$-based ID3 tag editor."
-cat << EOF
-If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC or MPC files (e.g.
-full albums) without typing the same information again and again and have
-control over both ID3v1 and ID3v2 tags, then Kid3 is the program you are
-looking for.
-
-With Kid3 you can:
- * Edit ID3v1.1 tags
- * Edit all ID3v2.3 and ID3v2.4 frames
- * Convert between ID3v1 and ID3v2 tags
- * Edit Ogg/Vorbis tags
- * Edit FLAC tags
- * Edit APE tags of MPC files
- * Edit tags of multiple files, e.g. the artist, album, year and genre of
- all files of an album typically have the same values and can be set
- together.
- * Generate tags from filenames
- * Generate filenames from tags
- * Rename and create directories from tags
- * Generate playlist files
- * Automatically convert upper and lower case and replace strings
- * Import from freedb2.org, MusicBrainz, Discogs and other sources of album
- data
- * Export tags as CSV, HTML, playlists, Kover XML and in other formats
-EOF
diff --git a/kde4/kid3-kde4/HISTORY b/kde4/kid3-kde4/HISTORY
deleted file mode 100644
index 69076c4..0000000
--- a/kde4/kid3-kde4/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2008-10-26 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.1
- spell copied afrom kid3 and made for kde4 only



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c63071ea8a1067917644a7580211a1a1c6996470), Treeve Jelbert, 10/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page