[SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (694e35629f619a73c2a5587b298eff46a0e8173d)

Alexander Tsamutali scm at sourcemage.org
Fri Aug 1 13:56:19 EDT 2008


GIT changes to master grimoire by Alexander Tsamutali <astsmtl at gmail.com>:

 audio-soft/picard/BUILD                   |    3 ++-
 audio-soft/picard/DEPENDS                 |    8 +++++---
 audio-soft/picard/DETAILS                 |   16 ++++++++++------
 audio-soft/picard/DOWNLOAD                |    8 --------
 audio-soft/picard/HISTORY                 |    5 +++++
 audio-soft/picard/INSTALL                 |    5 ++---
 audio-soft/picard/desktop/picard.desktop  |    8 --------
 audio-soft/picard/picard                  |    3 ---
 audio-soft/picard/picard-0.6.0.tar.gz.sig |    0 
 dev/null                                  |binary
 10 files changed, 24 insertions(+), 32 deletions(-)

New commits:
commit 799578cf8ad9afa839409bb3e47b73bddac277ab
Author: Alexander Tsamutali <astsmtl at gmail.com>
Commit: Alexander Tsamutali <astsmtl at gmail.com>

    audio-soft/picard: updated to 0.10

diff --git a/audio-soft/picard/BUILD b/audio-soft/picard/BUILD
index 27ba77d..ec6a87f 100755
--- a/audio-soft/picard/BUILD
+++ b/audio-soft/picard/BUILD
@@ -1 +1,2 @@
-true
+python setup.py config &&
+default_build_python
diff --git a/audio-soft/picard/DEPENDS b/audio-soft/picard/DEPENDS
index 441d941..74ff40a 100755
--- a/audio-soft/picard/DEPENDS
+++ b/audio-soft/picard/DEPENDS
@@ -1,3 +1,5 @@
-depends wxpython                &&
-depends -sub python libtunepimp &&
-depends -sub python libmusicbrainz
+depends python &&
+depends pyqt4 &&
+depends mutagen &&
+optional_depends LIBAVCODEC "" "" &&
+optional_depends libofa "" ""
diff --git a/audio-soft/picard/DETAILS b/audio-soft/picard/DETAILS
index 9caa809..d47775b 100755
--- a/audio-soft/picard/DETAILS
+++ b/audio-soft/picard/DETAILS
@@ -1,13 +1,17 @@
            SPELL=picard
-         VERSION=0.6.0
+         VERSION=0.10
           SOURCE=${SPELL}-${VERSION}.tar.gz
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-      SOURCE_URL=https://helixcommunity.org/download.php/1791/${SOURCE}
-      SOURCE_GPG=gurus.gpg:${SOURCE}.sig
-        WEB_SITE=http://musicbrainz.org/news/picard.html
+      SOURCE_URL=http://ftp.musicbrainz.org/pub/musicbrainz/picard/$SOURCE
+     SOURCE_HASH=md5:6d4e31446d3a65cbc6ff880947bb500e:UPSTREAM_HASH
+        WEB_SITE=http://musicbrainz.org/doc/PicardTagger
          ENTERED=20060627
       LICENSE[0]=GPL
-           SHORT=""
+           SHORT="next generation MusicBrainz tagger"
 cat << EOF
-
+Picard is the next generation MusicBrainz tagging application. This new tagging
+concept is album oriented, as opposed to track/file oriented like the
+ClassicTagger was. Picard is written in Python, which is a cross-platform
+language, and makes use of cross-platform libraries - this allows the same code
+to run both on Windows, Linux and Mac OS X.
 EOF
diff --git a/audio-soft/picard/DOWNLOAD b/audio-soft/picard/DOWNLOAD
deleted file mode 100755
index 5964ef1..0000000
--- a/audio-soft/picard/DOWNLOAD
+++ /dev/null
@@ -1,8 +0,0 @@
-if [[ -e ${SOURCE_CACHE}/${SOURCE} ]] ; then
-  message  "${MESSAGE_COLOR}Found source file"    \
-             "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}"
-else
-  message  "${MESSAGE_COLOR}Downloading source file" \
-           "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}"  &&
-  wget --no-check-certificate ${SOURCE_URL} -O ${SOURCE_CACHE}/${SOURCE}
-fi
diff --git a/audio-soft/picard/HISTORY b/audio-soft/picard/HISTORY
index 4227f3a..493e333 100644
--- a/audio-soft/picard/HISTORY
+++ b/audio-soft/picard/HISTORY
@@ -1,3 +1,8 @@
+2008-08-01 Alexander Tsamutali <astsmtl at gmail.com>
+	* DETAILS: Updated to 0.10, changed WEB_SITE, added descriptions
+	* DEPENDS, BUILD, INSTALL: Updated for new version
+	* DOWNLOAD, picard, desktop/picard.desktop: Removed
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/audio-soft/picard/INSTALL b/audio-soft/picard/INSTALL
index a92ef18..f2c9a54 100755
--- a/audio-soft/picard/INSTALL
+++ b/audio-soft/picard/INSTALL
@@ -1,3 +1,2 @@
-mkdir -p ${INSTALL_ROOT}/usr/share/picard &&
-cp -r ${SOURCE_DIRECTORY}/* ${INSTALL_ROOT}/usr/share/picard &&
-install -m 755 ${SCRIPT_DIRECTORY}/picard ${INSTALL_ROOT}/usr/bin/
+default_install_python &&
+cp -v picard.desktop $INSTALL_ROOT/usr/share/applications
diff --git a/audio-soft/picard/desktop/picard.desktop b/audio-soft/picard/desktop/picard.desktop
deleted file mode 100644
index c78bf60..0000000
--- a/audio-soft/picard/desktop/picard.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Picard tagger
-Exec=picard
-Icon=/usr/share/picard/rc/picard.ico
-Terminal=false
-Type=Application
-Categories=Application;AudioVideo;AudioVideoEditing
diff --git a/audio-soft/picard/picard b/audio-soft/picard/picard
deleted file mode 100755
index 5476899..0000000
--- a/audio-soft/picard/picard
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-python /usr/share/picard/tagger.py
diff --git a/audio-soft/picard/picard-0.6.0.tar.gz.sig b/audio-soft/picard/picard-0.6.0.tar.gz.sig
deleted file mode 100644
index 68ed641..0000000
Binary files a/audio-soft/picard/picard-0.6.0.tar.gz.sig and /dev/null differ



More information about the SM-Commit mailing list