Skip to Content.
Sympa Menu

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

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 (7b708145214d24164cb73d3fe20d7326032ab4de)
  • Date: Sun, 26 Oct 2008 10:35:36 -0500

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

ChangeLog | 3 +++
kde4/kid3-kde4/DEPENDS | 15 +++++++++++++++
kde4/kid3-kde4/DETAILS | 37 +++++++++++++++++++++++++++++++++++++
kde4/kid3-kde4/HISTORY | 3 +++
4 files changed, 58 insertions(+)

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

kid3-kde4 - kde4 version of kid3

diff --git a/ChangeLog b/ChangeLog
index 8083add..79d971e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde4/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/kid3-kde4/DEPENDS b/kde4/kid3-kde4/DEPENDS
new file mode 100755
index 0000000..c06088b
--- /dev/null
+++ b/kde4/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/kid3-kde4/DETAILS b/kde4/kid3-kde4/DETAILS
new file mode 100755
index 0000000..339a9cb
--- /dev/null
+++ b/kde4/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/kid3-kde4/HISTORY b/kde4/kid3-kde4/HISTORY
new file mode 100644
index 0000000..69076c4
--- /dev/null
+++ b/kde4/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



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

Archive powered by MHonArc 2.6.24.

Top of Page