summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2008-11-01 03:32:46 +0300
committerVlad Glagolev2008-11-01 03:32:46 +0300
commit9f59dbfe8dd6e8566906bbd3037b067116e763d5 (patch)
tree2bdd34848492c1cff5a64860a31d1cf2ecafa6d6
parent995c0c5d1282f8f91b700de56a21cf2a005e8f06 (diff)
parent95dc7befb466f873a75efa8cd3870e7248e47719 (diff)
Merge branch 'master' of ssh://vlad@scm.sourcemage.org/smgl/grimoire
-rw-r--r--ChangeLog3
-rwxr-xr-xdoc/evince/DETAILS2
-rw-r--r--doc/evince/HISTORY3
-rw-r--r--doc/evince/evince-2.24.0.tar.bz2.sigbin543 -> 0 bytes
-rw-r--r--doc/evince/evince-2.24.1.tar.bz2.sigbin0 -> 287 bytes
-rwxr-xr-xgnome2-libs/libgsf/DEPENDS1
-rw-r--r--gnome2-libs/libgsf/HISTORY3
-rwxr-xr-xkde4-apps/k9copy4/DEPENDS8
-rwxr-xr-xkde4-apps/k9copy4/DETAILS32
-rw-r--r--kde4-apps/k9copy4/HISTORY3
-rwxr-xr-xmail/alpine/DETAILS2
-rw-r--r--mail/alpine/HISTORY3
-rwxr-xr-xnet/net-snmp/DETAILS6
-rw-r--r--[-rwxr-xr-x]net/net-snmp/HISTORY3
-rwxr-xr-xpython-pypi/beaker/DETAILS4
-rw-r--r--python-pypi/beaker/HISTORY3
-rwxr-xr-xpython-pypi/decoratortools/DETAILS4
-rw-r--r--python-pypi/decoratortools/HISTORY3
-rwxr-xr-xpython-pypi/weberror/DETAILS4
-rw-r--r--python-pypi/weberror/HISTORY3
-rwxr-xr-xpython-pypi/webhelpers/DETAILS4
-rw-r--r--python-pypi/webhelpers/HISTORY3
-rwxr-xr-xpython-pypi/webob/DETAILS4
-rw-r--r--python-pypi/webob/HISTORY3
-rwxr-xr-xvideo/gnome-mplayer/DETAILS4
-rw-r--r--video/gnome-mplayer/HISTORY3
26 files changed, 94 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eabdc621f..1fbca6966b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-01 Julien "_kaze_" ROZO <julien@rozo.org>
+ * kde4-apps/k9copy4: new spell, kde4 version of k9copy
+
2008-10-31 Treeve Jelbert <treeve@sourcemage.org>
* python-pypi/babel: new spell
* python-pypi/decorator: new spell
diff --git a/doc/evince/DETAILS b/doc/evince/DETAILS
index 6ea8185790..b7d2c78702 100755
--- a/doc/evince/DETAILS
+++ b/doc/evince/DETAILS
@@ -1,5 +1,5 @@
SPELL=evince
- VERSION=2.24.0
+ VERSION=2.24.1
BRANCH=$(echo $VERSION | cut -d. -f1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/doc/evince/HISTORY b/doc/evince/HISTORY
index b811e44a9a..f5c14f2c58 100644
--- a/doc/evince/HISTORY
+++ b/doc/evince/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 2.24.1
+
2008-10-05 Robin Cook <rcook@wyrms.net>
* DETAILS: updated VERSION to 2.24.0
* CONFIGURE: added new configure options
diff --git a/doc/evince/evince-2.24.0.tar.bz2.sig b/doc/evince/evince-2.24.0.tar.bz2.sig
deleted file mode 100644
index 56dd5f7173..0000000000
--- a/doc/evince/evince-2.24.0.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/doc/evince/evince-2.24.1.tar.bz2.sig b/doc/evince/evince-2.24.1.tar.bz2.sig
new file mode 100644
index 0000000000..74a803c3cb
--- /dev/null
+++ b/doc/evince/evince-2.24.1.tar.bz2.sig
Binary files differ
diff --git a/gnome2-libs/libgsf/DEPENDS b/gnome2-libs/libgsf/DEPENDS
index c3dbc35de6..e6055d2198 100755
--- a/gnome2-libs/libgsf/DEPENDS
+++ b/gnome2-libs/libgsf/DEPENDS
@@ -4,6 +4,7 @@ depends zlib &&
depends libxml2 &&
depends pkgconfig &&
depends xml-parser-expat &&
+depends intltool &&
optional_depends bzip2 \
"--with-bz2" \
diff --git a/gnome2-libs/libgsf/HISTORY b/gnome2-libs/libgsf/HISTORY
index 489a54d5db..b76bd78d61 100644
--- a/gnome2-libs/libgsf/HISTORY
+++ b/gnome2-libs/libgsf/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Julien "_kaze_" ROZO <julien@rozo.org>
+ * DEPENDS: added intltool
+
2008-10-20 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.14.10
diff --git a/kde4-apps/k9copy4/DEPENDS b/kde4-apps/k9copy4/DEPENDS
new file mode 100755
index 0000000000..1b3bb7a70b
--- /dev/null
+++ b/kde4-apps/k9copy4/DEPENDS
@@ -0,0 +1,8 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+depends dvdauthor &&
+depends libdvdread &&
+depends dvd+rw-tools &&
+depends mplayer &&
+depends xine-lib &&
+depends LIBAVCODEC &&
+suggest_depends k3b4 '' '' 'to burn ISO with k3b'
diff --git a/kde4-apps/k9copy4/DETAILS b/kde4-apps/k9copy4/DETAILS
new file mode 100755
index 0000000000..50a2dd0481
--- /dev/null
+++ b/kde4-apps/k9copy4/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=k9copy4
+ SPELLX=k9copy
+ VERSION=2.1.0
+ SOURCE=$SPELLX-$VERSION-Source.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION-Source
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
+ SOURCE_HASH=sha512:6ee1b08936c44782ce385ca09c94ac59b84f82e6cc86c8fc5eb1940ba8367bce55006cd897c2a277b3a8514a0283412e541bf586b62c4a2020f133c2d0e8e551
+ WEB_SITE=http://k9copy.sourceforge.net/
+ ENTERED=20081101
+ LICENSE[0]=GPL
+ KEYWORDS="dvd kde"
+ SHORT="A small utility which allows the copying of a DVD."
+cat << EOF
+K9Copy is a small utility which allows the copy of DVD on Linux. The DVD
+video stream is compressed by the program Vamps.
+
+ 1. Copy without menus:
+ In this case, dvdauthor is used to create a new DVD structure. It is
+ possible to choose the order in which the video sequences are played.
+ 2. Copy with menus:
+ As dvdauthor does not make it possible to integrate the original menus,
+ K9Copy reproduces the original structure of the DVD. The navigation packs
+ as well as IFO files are modified to point on the compressed MPEG stream.
+
+Features:
+ * The video stream is compressed to make the DVD fit on 4.7 Gb recordable DVD
+ * DVD Burning
+ * Creation of ISO images
+ * Possibility of selecting the audio tracks and subtitles to be copied
+ * Title preview (video only)
+ * Possibility of preserving the original menus
+EOF
diff --git a/kde4-apps/k9copy4/HISTORY b/kde4-apps/k9copy4/HISTORY
new file mode 100644
index 0000000000..b4a2f7b7a5
--- /dev/null
+++ b/kde4-apps/k9copy4/HISTORY
@@ -0,0 +1,3 @@
+2008-11-01 Julien "_kaze_" ROZO <julien@rozo.org>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+
diff --git a/mail/alpine/DETAILS b/mail/alpine/DETAILS
index c3f5327e5c..e37dab2480 100755
--- a/mail/alpine/DETAILS
+++ b/mail/alpine/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
if [[ $ALPINE_CHAPPA == y ]]; then
SOURCE2=all.patch.gz
SOURCE2_URL[0]=http://staff.washington.edu/chappa/$SPELL/patches/$SPELL-$VERSION/$SOURCE2
- SOURCE2_HASH=sha512:df9e76bb3cfe30d1b6fd4d85d5865802f79a22062440ba922da298bb0950547c05e45a6efb5a65f6b5b6e77b9d2d9867cf41a71c67eeeeaaf37291e26e810814
+ SOURCE2_HASH=sha512:a33a9e732cea49c77d777c4e86d3f0af200288c525a3db74969aed4b3419b0e22027b42f3d6021e24f218398c1f39c93382e1119b1409e0711d3d0bc86485771
fi
if [[ $ALPINE_TOPAL == y ]]; then
VERSION3=64
diff --git a/mail/alpine/HISTORY b/mail/alpine/HISTORY
index 3f3223d5d6..f11374fb93 100644
--- a/mail/alpine/HISTORY
+++ b/mail/alpine/HISTORY
@@ -1,3 +1,6 @@
+2008-11-01 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: all.patch.gz updated upstream
+
2008-10-24 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* 50973B91.gpg: key for topal
* INSTALL: added topal install
diff --git a/net/net-snmp/DETAILS b/net/net-snmp/DETAILS
index ead2d32a59..33c3ac51b5 100755
--- a/net/net-snmp/DETAILS
+++ b/net/net-snmp/DETAILS
@@ -1,9 +1,10 @@
SPELL=net-snmp
- VERSION=5.4.2
+ VERSION=5.4.2.1
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha512:6dc6ec515d6b58a7e365fdbe1084511ef4401022ca14fad30741bccbc79e3fdd5651c79662bfc63ff5f2192d3366924f041032380132af16359358c2cea72e0c
+ SOURCE_HASH=sha512:dda84a84ab59786b3115dcd15619b8e16d2c55317dc1f81639a113efec08c26f4ef1cc150035f738f2c568a404754c407c6ec705975cf098271b256aa9a82b10
WEB_SITE=http://www.net-snmp.org/
ENTERED=20011108
LICENSE[0]=http://www.net-snmp.org/COPYING.txt
@@ -16,5 +17,4 @@ Management Protocol) including:
- An SNMP library
- tools to request or set information from SNMP agents
- tools to generate and handle SNMP traps, etc.
-
EOF
diff --git a/net/net-snmp/HISTORY b/net/net-snmp/HISTORY
index 43178dbfd3..dd5d8f9896 100755..100644
--- a/net/net-snmp/HISTORY
+++ b/net/net-snmp/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 5.4.2.1, SECURITY_PATCH=1, CVE-2008-4309
+
2008-09-22 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 5.4.2
diff --git a/python-pypi/beaker/DETAILS b/python-pypi/beaker/DETAILS
index f30fc456f7..3a83c63b1d 100755
--- a/python-pypi/beaker/DETAILS
+++ b/python-pypi/beaker/DETAILS
@@ -1,7 +1,7 @@
SPELL=beaker
SPELLX=Beaker
- VERSION=1.0.2
- SOURCE_HASH=sha512:eceaf1192b012b7375c65aeee23fbfd4bbfc0f518b27b6fb56a22c0796b2ded54737365dd5440c9c932ac4900e43be43eab7960424570ad209cd98b439f8630a
+ VERSION=1.0.3
+ SOURCE_HASH=sha512:d0f80f5a37fe292797620932eb62239852727748793c49421ce9116abc94c246edb8e60635397dd66fedbb5e3f9edf2e1eed4f82ac1f157b464dda19ed8271c6
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/B/$SPELLX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/python-pypi/beaker/HISTORY b/python-pypi/beaker/HISTORY
index 82c9742108..81314a09a0 100644
--- a/python-pypi/beaker/HISTORY
+++ b/python-pypi/beaker/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.0.3
+
2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.0.2
diff --git a/python-pypi/decoratortools/DETAILS b/python-pypi/decoratortools/DETAILS
index 7aebea70d2..547d5938df 100755
--- a/python-pypi/decoratortools/DETAILS
+++ b/python-pypi/decoratortools/DETAILS
@@ -1,7 +1,7 @@
SPELL=decoratortools
SPELLX=DecoratorTools
- VERSION=1.5
- SOURCE_HASH=sha512:0af7f4420af78f769c8bb05320228c3e9cb5e07550d5f47887cb26c47e45e73e67f41d68717ac69cf961e429b7ac9eec654103d9f1d5fef45816025b7674a95d
+ VERSION=1.7
+ SOURCE_HASH=sha512:69bb4ab40da3c63465ca49eddaf0fb54ea0b82f523009ed8e04e3b88b031f4917dd7247d484148d52dd85a4f8608a624420411d4421d61fbc42abb70f9a2a4ea
SOURCE=$SPELLX-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
SOURCE_URL[0]=http://cheeseshop.python.org/packages/source/D/$SPELLX/$SOURCE
diff --git a/python-pypi/decoratortools/HISTORY b/python-pypi/decoratortools/HISTORY
index 4cfdae7e87..fdd9f3d9db 100644
--- a/python-pypi/decoratortools/HISTORY
+++ b/python-pypi/decoratortools/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.7
+
2007-07-19 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.5
diff --git a/python-pypi/weberror/DETAILS b/python-pypi/weberror/DETAILS
index 08a3e23812..22370a6fc3 100755
--- a/python-pypi/weberror/DETAILS
+++ b/python-pypi/weberror/DETAILS
@@ -1,7 +1,7 @@
SPELL=weberror
SPELLX=WebError
- VERSION=0.9
- SOURCE_HASH=sha512:65d06698579e75b6f49532dd47b4bd050da74aa14e535a8ef3be01468959c97beffd1461294fb70122c4acf9b0de3b4dfd058c6daf507e3e3fd875f4b07ee579
+ VERSION=0.9.1
+ SOURCE_HASH=sha512:e1ffbd983ad2f60e6070afabd06766771be83e56582e83e911afcc6b80cfbcf32044e03c5cb0d479dc6ab75b753708db86a7daafff7efc3c53109454972a818f
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/W/$SPELLX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/python-pypi/weberror/HISTORY b/python-pypi/weberror/HISTORY
index 7ab5980f7d..c6e656c990 100644
--- a/python-pypi/weberror/HISTORY
+++ b/python-pypi/weberror/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.1
+
2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.9
diff --git a/python-pypi/webhelpers/DETAILS b/python-pypi/webhelpers/DETAILS
index a4808a28c1..2ec6fb8dd2 100755
--- a/python-pypi/webhelpers/DETAILS
+++ b/python-pypi/webhelpers/DETAILS
@@ -1,7 +1,7 @@
SPELL=webhelpers
SPELLX=WebHelpers
- VERSION=0.6.2
- SOURCE_HASH=sha512:d9653bbcb2bd55607d5313b27516bd032ed76ad424654f6529a641d619df26bea98dafd5792dd4b680f3cfcedd4fd726f911452e6615a202c8ff6a7ce2b6d06f
+ VERSION=0.6.3
+ SOURCE_HASH=sha512:b2760fde19eb0f255bba7a605ab1c9b4121a78b330c19b0074636d9773b1cfd00ca927fa27e3e320198aa199c8a3815cd8057b44ff2bfad9de7c06e3a8ea6479
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/W/$SPELLX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/python-pypi/webhelpers/HISTORY b/python-pypi/webhelpers/HISTORY
index 689bd4f926..b9ee8dbbf9 100644
--- a/python-pypi/webhelpers/HISTORY
+++ b/python-pypi/webhelpers/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.6.3
+
2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.6.2
diff --git a/python-pypi/webob/DETAILS b/python-pypi/webob/DETAILS
index 4b8829cce1..504fee8f7c 100755
--- a/python-pypi/webob/DETAILS
+++ b/python-pypi/webob/DETAILS
@@ -1,7 +1,7 @@
SPELL=webob
SPELLX=WebOb
- VERSION=0.9.3
- SOURCE_HASH=sha512:289b85fe21b158c9668fa5dfbd34b2f0ae231331accd734c7a4be69feb04d6101ad4b25f43a23d3a4a80adb1099512c8139a977f0b084384d87e9bcf2adacbbd
+ VERSION=0.9.4
+ SOURCE_HASH=sha512:a563ec4119cd8d595aa53f722e0089a55a65f2e5f610d995ef5f6a4e3b0769adbb47d22964f8e737e6f78de6e35af02f30df095bbd5adc3a0bd7ef732b8a99ab
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/W/$SPELLX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/python-pypi/webob/HISTORY b/python-pypi/webob/HISTORY
index 3c0ef1140d..8010f6619d 100644
--- a/python-pypi/webob/HISTORY
+++ b/python-pypi/webob/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.4
+
2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.9.3
diff --git a/video/gnome-mplayer/DETAILS b/video/gnome-mplayer/DETAILS
index 6b1338cf9e..34c0fea46b 100755
--- a/video/gnome-mplayer/DETAILS
+++ b/video/gnome-mplayer/DETAILS
@@ -1,8 +1,8 @@
SPELL=gnome-mplayer
- VERSION=0.8.0
+ VERSION=0.9.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://gnome-mplayer.googlecode.com/files/$SOURCE
- SOURCE_HASH=sha512:ec37922b90828b0e504504074e529a4fdc2254d829ec101070e345c83b05ca92c79a4ae5d8c682e1e6c6e4965912b729a7da124b34e86bff9cb932c4c177cc4f
+ SOURCE_HASH=sha512:748013d822cacf9d4944cc6847504d2c2e9116443aa1c4334110a71b3db2ffa267b7a9941b2f4ee3497b313c0eca859fa0c04140aab72201fa66b6b99666555c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://kdekorte.googlepages.com/gnomemplayer
LICENSE[0]=GPL
diff --git a/video/gnome-mplayer/HISTORY b/video/gnome-mplayer/HISTORY
index 15c1bd2756..094edfc337 100644
--- a/video/gnome-mplayer/HISTORY
+++ b/video/gnome-mplayer/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.9.0
+
2008-09-29 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 0.8.0