summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien ROZO2008-08-01 22:10:54 +0200
committerJulien ROZO2008-08-01 22:10:54 +0200
commitcee419e399e19c10a191d757c742d49a9f203c6b (patch)
tree3cdded5434603daff983a15466de6abc5fb6a5ba
parent766948d97547eb73e7e7696f7261a0bb1fe0cc27 (diff)
parent3b0261b6de3694eefb097c044853921f0dbfc938 (diff)
Merge branch 'master' of ssh://jrozo@scm.sourcemage.org/smgl/grimoire
-rw-r--r--ChangeLog3
-rwxr-xr-xaudio-players/gmpc/DEPENDS18
-rwxr-xr-xaudio-players/gmpc/DETAILS6
-rw-r--r--audio-players/gmpc/HISTORY4
-rw-r--r--audio-players/gmpc/gmpc-0.13.0.tar.gz.sigbin280 -> 0 bytes
-rw-r--r--audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sigbin0 -> 72 bytes
-rwxr-xr-xaudio-soft/picard/BUILD3
-rwxr-xr-xaudio-soft/picard/DEPENDS8
-rwxr-xr-xaudio-soft/picard/DETAILS16
-rwxr-xr-xaudio-soft/picard/DOWNLOAD8
-rw-r--r--audio-soft/picard/HISTORY5
-rwxr-xr-xaudio-soft/picard/INSTALL5
-rw-r--r--audio-soft/picard/desktop/picard.desktop8
-rwxr-xr-xaudio-soft/picard/picard3
-rw-r--r--audio-soft/picard/picard-0.6.0.tar.gz.sigbin280 -> 0 bytes
-rwxr-xr-xdevel/gdb/DETAILS2
-rw-r--r--devel/gdb/HISTORY3
-rwxr-xr-xdisk/partimage-ng/BUILD2
-rwxr-xr-xdisk/partimage-ng/DEPENDS8
-rwxr-xr-xdisk/partimage-ng/DETAILS25
-rwxr-xr-xdisk/partimage-ng/DOWNLOAD2
-rw-r--r--disk/partimage-ng/HISTORY5
-rwxr-xr-xdisk/partimage-ng/PRE_BUILD5
-rwxr-xr-xgnome2-apps/gnucash/DEPENDS4
-rwxr-xr-xgnome2-apps/gnucash/DETAILS4
-rw-r--r--gnome2-apps/gnucash/HISTORY4
-rwxr-xr-xkde4-apps/digikam4/DETAILS4
-rw-r--r--kde4-apps/digikam4/HISTORY3
-rwxr-xr-xlibs/aqbanking/DETAILS7
-rw-r--r--libs/aqbanking/HISTORY3
-rwxr-xr-xlibs/gwenhywfar/DETAILS6
-rw-r--r--libs/gwenhywfar/HISTORY3
-rwxr-xr-xlibs/libofx/DETAILS4
-rw-r--r--libs/libofx/HISTORY3
-rwxr-xr-xprinter/ghostscript/DETAILS4
-rw-r--r--printer/ghostscript/HISTORY3
-rwxr-xr-xpython-pypi/mutagen/DETAILS4
-rw-r--r--python-pypi/mutagen/HISTORY3
-rwxr-xr-xx11-toolkits/wxpython/DETAILS4
-rw-r--r--x11-toolkits/wxpython/HISTORY3
40 files changed, 141 insertions, 64 deletions
diff --git a/ChangeLog b/ChangeLog
index b14588b1b6..4240163b38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-01 Treeve Jelbert <treeve@sourcemage.org>
+ * disk/partimage-ng: new spell - partition archiver
+
2008-07-31 Arjan Bouter <abouter@sourcemage.org>
* security-libs/pam_ccreds: new spell, caching of credentials
for offline use
diff --git a/audio-players/gmpc/DEPENDS b/audio-players/gmpc/DEPENDS
index 6e0e9e68f7..6794b53c60 100755
--- a/audio-players/gmpc/DEPENDS
+++ b/audio-players/gmpc/DEPENDS
@@ -1,8 +1,12 @@
-depends libmpd &&
-depends libglade2 &&
-depends gnome-vfs2 &&
+depends libmpd &&
+depends libglade2 &&
+depends gnome-vfs2 &&
+depends glib2 &&
-optional_depends mpd \
- '' \
- '' \
- 'for the music player server'
+optional_depends curl \
+ '--with-curl=/usr' '--without-curl' \
+ 'for artwork and other http functions' &&
+
+suggest_depends mpd \
+ '' '' \
+ 'for the music player server'
diff --git a/audio-players/gmpc/DETAILS b/audio-players/gmpc/DETAILS
index c7d1331a5d..16547562a7 100755
--- a/audio-players/gmpc/DETAILS
+++ b/audio-players/gmpc/DETAILS
@@ -1,12 +1,12 @@
SPELL=gmpc
- VERSION=0.13.0
+ VERSION=0.15.5.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.qballcow.nl/programs/$SPELL-${VERSION/.0/}/$SOURCE
+ SOURCE_URL[0]=http://download.sarine.nl/$SPELL-${VERSION/.0/}/$SOURCE
#SOURCE_HASH=sha512:3b7badfbd5c42dddbcd208c70f41682bff9aae070588cd48ca29ddb35257ccc393d8723c2e5bdc054de8ece208f6ec5a7c2eac4d0fbf3596cd8e5f7e146f89d5
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
- WEB_SITE=http://cms.qballcow.nl/index.php?page=Gnome_Music_Player_Client
+ WEB_SITE=http://www.sarine.nl/gmpc
KEYWORDS="players player audio"
ENTERED=20040516
SHORT="gtk+2 frontend for mpd"
diff --git a/audio-players/gmpc/HISTORY b/audio-players/gmpc/HISTORY
index f3ede3d7e6..17a0c3ba99 100644
--- a/audio-players/gmpc/HISTORY
+++ b/audio-players/gmpc/HISTORY
@@ -1,3 +1,7 @@
+2008-08-01 Elisamuel Resto <ryuji@sourcemage.org>
+ * DETAILS: WEBSITE and SOURCE_URL were BROKEN; updated to 1.15.5.0
+ * DEPENDS: mpd -> suggest_depends; added glib2
+
2007-04-04 Eric Sandall <sandalle@sourcemage.org>
* TRIGGERS: Recast when libmpd is cast, otherwise you cannot switch
songs via the Playlist browser
diff --git a/audio-players/gmpc/gmpc-0.13.0.tar.gz.sig b/audio-players/gmpc/gmpc-0.13.0.tar.gz.sig
deleted file mode 100644
index e9f4687a97..0000000000
--- a/audio-players/gmpc/gmpc-0.13.0.tar.gz.sig
+++ /dev/null
Binary files differ
diff --git a/audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sig b/audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sig
new file mode 100644
index 0000000000..be98d135e0
--- /dev/null
+++ b/audio-players/gmpc/gmpc-0.15.5.0.tar.gz.sig
Binary files differ
diff --git a/audio-soft/picard/BUILD b/audio-soft/picard/BUILD
index 27ba77ddaf..ec6a87fdd2 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 441d94130c..74ff40a69b 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 9caa809cf9..d47775b969 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 5964ef14fa..0000000000
--- 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 4227f3a86f..493e333574 100644
--- a/audio-soft/picard/HISTORY
+++ b/audio-soft/picard/HISTORY
@@ -1,3 +1,8 @@
+2008-08-01 Alexander Tsamutali <astsmtl@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@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/audio-soft/picard/INSTALL b/audio-soft/picard/INSTALL
index a92ef1886e..f2c9a54f6f 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 c78bf60d70..0000000000
--- 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 5476899a08..0000000000
--- 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 68ed641bed..0000000000
--- a/audio-soft/picard/picard-0.6.0.tar.gz.sig
+++ /dev/null
Binary files differ
diff --git a/devel/gdb/DETAILS b/devel/gdb/DETAILS
index 6c82787abd..15c6682f4f 100755
--- a/devel/gdb/DETAILS
+++ b/devel/gdb/DETAILS
@@ -1,5 +1,5 @@
SPELL=gdb
- VERSION=6.7.1
+ VERSION=6.8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/gdb/HISTORY b/devel/gdb/HISTORY
index 69cd89d25c..336358ea4e 100644
--- a/devel/gdb/HISTORY
+++ b/devel/gdb/HISTORY
@@ -1,3 +1,6 @@
+2008-06-08 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 6.8
+
2007-10-30 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 6.7.1
diff --git a/disk/partimage-ng/BUILD b/disk/partimage-ng/BUILD
new file mode 100755
index 0000000000..760e1eb5a9
--- /dev/null
+++ b/disk/partimage-ng/BUILD
@@ -0,0 +1,2 @@
+cmake_build
+
diff --git a/disk/partimage-ng/DEPENDS b/disk/partimage-ng/DEPENDS
new file mode 100755
index 0000000000..48fbf748e0
--- /dev/null
+++ b/disk/partimage-ng/DEPENDS
@@ -0,0 +1,8 @@
+depends cmake &&
+depends g++ &&
+depends parted &&
+depends ntfsprogs &&
+depends e2fsprogs
+#optional_depends ntfsprogs '' '' 'NTFS support' &&
+#optional_depends e2fsprogs '' '' 'ext2/ext3 support'
+
diff --git a/disk/partimage-ng/DETAILS b/disk/partimage-ng/DETAILS
new file mode 100755
index 0000000000..da4498b809
--- /dev/null
+++ b/disk/partimage-ng/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=partimage-ng
+ VERSION=r80
+ SOURCE_HASH=sha512:7e2642fb957f58f9c17e50918b5d8a78266e56686fb0bb5cff6c2cc789b0835738d07c7f23c891a82098641a473c2646a9a12180315db683c14de24b52396cfd
+ SOURCE=$SPELL-$VERSION.tar.gz
+# SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+SOURCE_URL[0]=https://launchpad.net/partimage-ng/devel/$VERSION/+download/$SOURCE
+# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+# SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
+ WEB_SITE=http://partimage-ng.org
+ LICENSE[0]=GPL
+ ENTERED=20080224
+ KEYWORDS="disk"
+ SHORT="disk and partition imaging program"
+cat << EOF
+Partimage-ng is a disk and partition imaging program. It allows you to create
+exact images of single partitions or whole drives (including partition tables
+so you don't need to recreate them manually). Partimage-ng does its job by
+manipulating the low level filesystem structures and saving only the used
+filesystem data blocks (sometimes referred to as clusters). Thus partimage-ng
+needs to "understand" the layout of the filesystem it is trying to create an
+image of. Currently it supports ext2, ext3, linux-swap, NTFS, and FAT32 (but
+not FAT16) filesystems.
+EOF
diff --git a/disk/partimage-ng/DOWNLOAD b/disk/partimage-ng/DOWNLOAD
new file mode 100755
index 0000000000..a499270baa
--- /dev/null
+++ b/disk/partimage-ng/DOWNLOAD
@@ -0,0 +1,2 @@
+cd $SOURCE_CACHE &&
+wget --secure-protocol=auto --no-check-certificate $SOURCE_URL
diff --git a/disk/partimage-ng/HISTORY b/disk/partimage-ng/HISTORY
new file mode 100644
index 0000000000..176a00775a
--- /dev/null
+++ b/disk/partimage-ng/HISTORY
@@ -0,0 +1,5 @@
+2008-02-24 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version r80
+ * PRE_BUILD: fix compile with latest glibc
+ spell created
+
diff --git a/disk/partimage-ng/PRE_BUILD b/disk/partimage-ng/PRE_BUILD
new file mode 100755
index 0000000000..69b061939b
--- /dev/null
+++ b/disk/partimage-ng/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i -e '/<fcntl.h>/ a\
+#include <langinfo.h>
+' src/imager.cpp
diff --git a/gnome2-apps/gnucash/DEPENDS b/gnome2-apps/gnucash/DEPENDS
index dd5ec5955a..b84680ee59 100755
--- a/gnome2-apps/gnucash/DEPENDS
+++ b/gnome2-apps/gnucash/DEPENDS
@@ -1,4 +1,4 @@
-depends -sub CAIRO goffice-dev &&
+depends -sub CAIRO goffice &&
depends gtkhtml2 &&
depends guile &&
depends libart_lgpl &&
@@ -26,7 +26,7 @@ optional_depends libofx \
'--disable-ofx' \
'to compile with ofx support' &&
-optional_depends aqbanking2 \
+optional_depends aqbanking \
'--enable-hbci' \
'--disable-hbci' \
'to enable HBCI support' &&
diff --git a/gnome2-apps/gnucash/DETAILS b/gnome2-apps/gnucash/DETAILS
index 4bc88d283b..bb9d82d9f6 100755
--- a/gnome2-apps/gnucash/DETAILS
+++ b/gnome2-apps/gnucash/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnucash
- VERSION=2.2.5
+ VERSION=2.2.6
SOURCE=${SPELL/2/}-$VERSION.tar.gz
# SOURCE2=${SPELL/2/}-$VERSION.tar.gz.sig
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL/2/}/${SOURCE}
@@ -7,7 +7,7 @@
# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
# SOURCE2_IGNORE=signature
# SOURCE_GPG=gnucash-pubkey.key:$SOURCE2:UPSTREAM_KEY
- SOURCE_HASH=sha512:6ce4814ff9ecd943fe9cf04dbd62b38d2c316e3df0103fb9e6eef6c43bfc7d26ca839419cae90b04229dcd9a57e5d788c7194ed232ff75d9f9ffa4a4206d95b2
+ SOURCE_HASH=sha512:baee0e3bd0fba8e0029081156b3f55e17901fdd9850b78da540ca2a98af5c4bba84e1c28932774aeeb200b5d93e562316d7d0c7f8a4cd386bdc386c283cf43e3
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/2/}-$VERSION
WEB_SITE=http://www.gnucash.org
ENTERED=20011105
diff --git a/gnome2-apps/gnucash/HISTORY b/gnome2-apps/gnucash/HISTORY
index af47410463..f41c672991 100644
--- a/gnome2-apps/gnucash/HISTORY
+++ b/gnome2-apps/gnucash/HISTORY
@@ -1,3 +1,7 @@
+2008-08-01 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated to version 2.2.6
+ * DEPENDS: depends goffice. depends aqbanking
+
2008-04-28 George Sherwood <george@beernabeer.com>
* DETAILS: Updated to version 2.2.5
diff --git a/kde4-apps/digikam4/DETAILS b/kde4-apps/digikam4/DETAILS
index 9aa5cb9cc5..e81ba0592e 100755
--- a/kde4-apps/digikam4/DETAILS
+++ b/kde4-apps/digikam4/DETAILS
@@ -7,8 +7,8 @@ if [[ $DIG_SVN == y ]];then
SOURCE=${SPELLX}-$VERSION.tar.bz2
SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics/$SPELLX:$SPELLX
else
- VERSION=0.10.0-beta1
- SOURCE_HASH=sha512:ba6b28ae338df4198d08faa8973b83a887c96753bb08e8041c09201b7191faaddef1286c8ade4424d3d2252e479096e054af1aeec6065475246bacad7f51e19e
+ VERSION=0.10.0-beta2
+ SOURCE_HASH=sha512:747ca47a2e7913fc7b68a9b95f8688a1c430bb2dd5ec6d16bc16481e98fcccc06ea0769ff464aa9b938364addfd80c0a2594317411d5e70f94ffe1c84bcc6ca8
SOURCE=${SPELLX}-$VERSION.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/digikam/$SOURCE
fi
diff --git a/kde4-apps/digikam4/HISTORY b/kde4-apps/digikam4/HISTORY
index 5656f1c361..4a9dcca847 100644
--- a/kde4-apps/digikam4/HISTORY
+++ b/kde4-apps/digikam4/HISTORY
@@ -1,3 +1,6 @@
+2006-08-01 Treeve Jelbert <treevesourcemage.org>
+ * DETAILS: version 0.10.0-beta2
+
2008-07-06 Treeve Jelbert <treevesourcemage.org>
* PREPARE: added
* DETAILS: add support for released tarballs
diff --git a/libs/aqbanking/DETAILS b/libs/aqbanking/DETAILS
index 66c47e568e..6eb34ef9d7 100755
--- a/libs/aqbanking/DETAILS
+++ b/libs/aqbanking/DETAILS
@@ -1,10 +1,9 @@
SPELL=aqbanking
- VERSION=3.3.0
- SOURCE_HASH=sha512:
+ VERSION=3.6.2
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]="http://repository.slacky.eu/slackware-12.0/utilities/${SPELL}/${VERSION}/src/${SOURCE}"
- SOURCE_HASH=sha512:6f79094289852f1df7260d001ff546bbaf1b700ee3644f208067a5d26176ad9c7751f9f4f4e5042c27b63484e0c310285aeed9c8dfd2e5e8b62c28e04613b8d1
+ SOURCE_URL[0]=http://repository.slacky.eu/slackware-12.1/utilities/${SPELL}/${VERSION}/src/${SOURCE}
+ SOURCE_HASH=sha512:c6e1c735c39e401f3cf8e3181bf91af02c4eec00839298b817fae32f8bda2a9283b452716b57b1a2ba0034308f7e4ddfe1e38354ec2d847b0858152c642fe94e
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
WEB_SITE=http://www.aquamaniac.de/aqbanking/
diff --git a/libs/aqbanking/HISTORY b/libs/aqbanking/HISTORY
index 0d2122ad2e..54e1af792b 100644
--- a/libs/aqbanking/HISTORY
+++ b/libs/aqbanking/HISTORY
@@ -1,3 +1,6 @@
+2008-08-01 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated to version 3.6.2. Updated SOURCE_URL[0]
+
2008-03-26 Robert Figura <template@sourcemage.org>
* DETAILS: Updated to version 3.3.0.
* DEPENDS: Added dependency on gmp
diff --git a/libs/gwenhywfar/DETAILS b/libs/gwenhywfar/DETAILS
index 1770d88c78..81106cf2b8 100755
--- a/libs/gwenhywfar/DETAILS
+++ b/libs/gwenhywfar/DETAILS
@@ -1,9 +1,9 @@
SPELL=gwenhywfar
- VERSION=3.2.0
+ VERSION=3.3.5
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]="http://repository.slacky.eu/slackware-12.0/utilities/${SPELL}/${VERSION}/src/${SOURCE}"
- SOURCE_HASH=sha512:f5eae828090b368a5924d23da655342db077a5d71b56b07026b7c70a38a0e64ecfc94368754c2f5f0b68c8e319a8a3769df34aee62569abc22b61fbb83cfd091
+ SOURCE_URL[0]=http://repository.slacky.eu/slackware-12.1/utilities/gwenhywfar/3.3.5/src/$SOURCE
+ SOURCE_HASH=sha512:6d7d1710963e5bfeb11e7a432567219ad5780f4adc65f75fb5bd092dfd9ac1499e7fa802f51d41030536091d2a623f4f140b80beb6b0df12dd6ce0b84e0bee1a
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE=GPL
diff --git a/libs/gwenhywfar/HISTORY b/libs/gwenhywfar/HISTORY
index 6205e8e928..57022dfc74 100644
--- a/libs/gwenhywfar/HISTORY
+++ b/libs/gwenhywfar/HISTORY
@@ -1,3 +1,6 @@
+2008-08-01 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated to version 3.3.5. Updated SOURCE_URL[0]
+
2008-03-26 Robert Figura <template@sourcemage.org>
* DETAILS: Updated to version 3.2.0.
diff --git a/libs/libofx/DETAILS b/libs/libofx/DETAILS
index 1470bf66a0..aa4753686a 100755
--- a/libs/libofx/DETAILS
+++ b/libs/libofx/DETAILS
@@ -11,8 +11,8 @@ if [ "${LIBOFX_CVS}" == "y" ]; then
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
else
- VERSION=0.8.3
- SOURCE_HASH=sha512:3629c334888d94734aa14c2b3168b7866385cf04eb939dc62746ec84c7cf46f9b977b7664f39fcf50d9098be5650bd8d8ca5851783cb3901df8b8fa86509b61a
+ VERSION=0.9.0
+ SOURCE_HASH=sha512:cfe96db6d8324c166631b2d3b74edc8508996872fcae5a4007d6d19b95e7a1114a32614af5d9e2f5062958be1f449d50e4fb681a938198a81cec6c5cbecac46e
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/libs/libofx/HISTORY b/libs/libofx/HISTORY
index ae9fd4dc93..90845419d0 100644
--- a/libs/libofx/HISTORY
+++ b/libs/libofx/HISTORY
@@ -1,3 +1,6 @@
+2008-08-01 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated to version 0.9.0
+
2008-07-21 Ethan Grammatikidis <eekee57@fastmail.fm>
* DETAILS: long desc -> 75 col
diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS
index 5f0e8c09c3..12fbeb9f86 100755
--- a/printer/ghostscript/DETAILS
+++ b/printer/ghostscript/DETAILS
@@ -1,6 +1,6 @@
SPELL=ghostscript
- VERSION=8.62
- SOURCE_HASH=sha512:2b2f4d8cf21a4d5d4dec59caea2b9fcb8a35ef37d738e4eab34a7792d9347e62a129a6e49d488075eaee3543274a5564d7d63d2bcc2a5ea5da49100f6ab19205
+ VERSION=8.63
+ SOURCE_HASH=sha512:828b985c20633900c6448769f3eeda4d024ad3cf35cec0fa323e821d472c42599d0d8527c3264b39ba2581879bb5eff3315b9319a3abb81f53eec323db9504df
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 55a31805f5..f755d8c35e 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2008-08-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 8.63
+
2008-03-22 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Depends on e2fsprogs for libcom_err
diff --git a/python-pypi/mutagen/DETAILS b/python-pypi/mutagen/DETAILS
index c927566cf9..e0d8afa714 100755
--- a/python-pypi/mutagen/DETAILS
+++ b/python-pypi/mutagen/DETAILS
@@ -1,9 +1,9 @@
SPELL=mutagen
- VERSION=1.13
+ VERSION=1.14
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.sacredchao.net/~piman/software/$SOURCE
- SOURCE_HASH=sha512:c0cc09205fd0c75258608b9be4ba0409ad927019730221594b253a3bbe53ca1fa1e027da1e95ccd476c92628b065ddfa997b31315f7d62015d066006336fb5fd
+ SOURCE_HASH=sha512:4fe99819d64aada00cb4b47506f74d7252b7da601ec0241117ee841a0d15056d96a7253f79177852e3901d2980d18380fa269a807cad4f919b86dd5ef4bc40ee
WEB_SITE=http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
ENTERED=20060905
LICENSE[0]=GPL
diff --git a/python-pypi/mutagen/HISTORY b/python-pypi/mutagen/HISTORY
index 700693e206..48ef0318fd 100644
--- a/python-pypi/mutagen/HISTORY
+++ b/python-pypi/mutagen/HISTORY
@@ -1,3 +1,6 @@
+2008-08-01 Alexander Tsamutali <astsmtl@gmail.com>
+ * DETAILS: updated spell to 1.14
+
2008-01-13 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated to 1.13, cleaned up
* HISTORY: cleaned up
diff --git a/x11-toolkits/wxpython/DETAILS b/x11-toolkits/wxpython/DETAILS
index 9c38b50781..2744234eb1 100755
--- a/x11-toolkits/wxpython/DETAILS
+++ b/x11-toolkits/wxpython/DETAILS
@@ -1,8 +1,8 @@
SPELL=wxpython
persistent_read wxgtk WX_DEV WX_DEV
if [[ "$WX_DEV" == "y" ]];then
- VERSION=2.8.8.0
- SOURCE_HASH=sha512:76f935b6c379d2b89f8315a1861f53a54266e860c2e288a5826f733fe8d3f14c1e8c6271a286534ae631670f68d17576eb3d5b1b13cc3edb73fc46a4e17a350d
+ VERSION=2.8.8.1
+ SOURCE_HASH=sha512:b639f227991ec2f835d00237dfb7a2fbf278bd27cc89d536fe47b20152d02ce21fc3387aa0f29e2475f5ef176f077a82945e89067eb97996753d0a9c5413d393
else
VERSION=2.6.4.0
SOURCE_HASH=sha512:4d0ab1823eceb3faf1f8fc3261fe5239f6c8ad65c436104287bad40d377da94df3386c3ddb56a7aa1500614791b72f184d6dbd637a09f07e735f16e41113146f
diff --git a/x11-toolkits/wxpython/HISTORY b/x11-toolkits/wxpython/HISTORY
index 2759932dec..036b590041 100644
--- a/x11-toolkits/wxpython/HISTORY
+++ b/x11-toolkits/wxpython/HISTORY
@@ -1,3 +1,6 @@
+2008-08-01 Alexander Tsamutali <astsmtl@gmail.com>
+ * DETAILS: version 2.8.8.1 (new)
+
2008-06-25 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 2.8.8.0 (new)