New commits:
commit 361a80dd733bbd45230f6ad89d133fe526bc5b66
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
wine: Updated devel to 1.5.14
commit 1c4a80f7913f1faaeba89526e45decb034e8d1d2
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
openshot 1.4.3
commit e8f470f21ac173cf6b66e4e75cf29d4fb0528e80
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
live: bump to 2012.09.27 (that one is obtainable)
commit 0b80e9bb9e98707a254afc0da783b5d73c2e9e25
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
text-asciipipe: new spell
commit 773d7f6dffe002fa7502df02e09568da6a415ba8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
partclone: => 0.2.54
commit e736cc1882acd810bcca5b27d442815c3a37786d
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
linux 3.6
commit 9b1078073e818433df36afa60667982eba138d02
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
pidgin: explicitly link against libX11
Seems the linker isn't resolving dependencies automatically anymore.
commit b2b06dc8600ce7f4d3a50885161137432725823c
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>
kdiff4: updated version to 0.9.97
commit 5ab41d725426d4e2d976ab25e9e0dad11aba3fa7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
hdparm: => 9.42
commit 01d0a6920903afeb25a7970176f9d95ca11ce403
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
postgresql: => 9.2.1
commit 9ab844a722d80fbca516d500c6077476c0201cc5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
transmission: => 2.71
commit 873e56685ca2be07bef77745e31feb6011efc7cf
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
gstreamer-1.0: new spell, version 1.0.0
From http://gstreamer.freedesktop.org/:
New stable branch, not compatible with 0.10, can be installed parallel.
What name for spell? I suggest gstreamer-1.0. Any protests?
./configure --enable-bzip2
...
checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
...
g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -DUSE_ERROR_SILENT
-DUSE_COMPRESS -c -o compress.o compress.cc
compress.cc: In function 'bool compress_bzip2(const unsigned char*,
unsigned int, unsigned char*, unsigned int&, int, int)':
compress.cc:186:125: error: invalid conversion from 'unsigned char*' to
'char*' [-fpermissive]
/usr/include/bzlib.h:204:15: error: initializing argument 1 of 'int
BZ2_bzBuffToBuffCompress(char*, unsigned int*, char*, unsigned int, int,
int, int)' [-fpermissive]
compress.cc:186:125: error: invalid conversion from 'unsigned char*' to
'char*' [-fpermissive]
/usr/include/bzlib.h:204:15: error: initializing argument 3 of 'int
BZ2_bzBuffToBuffCompress(char*, unsigned int*, char*, unsigned int, int,
int, int)' [-fpermissive]
compress.cc: In function 'bool decompress_bzip2(const unsigned char*,
unsigned int, unsigned char*, unsigned int)':
compress.cc:193:100: error: invalid conversion from 'unsigned char*' to
'char*' [-fpermissive]
/usr/include/bzlib.h:214:15: error: initializing argument 1 of 'int
BZ2_bzBuffToBuffDecompress(char*, unsigned int*, char*, unsigned int,
int, int)' [-fpermissive]
compress.cc:193:100: error: invalid conversion from 'unsigned char*' to
'char*' [-fpermissive]
/usr/include/bzlib.h:214:15: error: initializing argument 3 of 'int
BZ2_bzBuffToBuffDecompress(char*, unsigned int*, char*, unsigned int,
int, int)' [-fpermissive]
make[1]: *** [compress.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/tmp/advancecomp-1.15'
commit a6ad68a0986ff44ab64cf3ea8b75817836c2b551
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
advancecomp: Added a collection of recompression utilities
commit 2791e0c0c044264ac78fc00687715faed735e1ad
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
dropbear: Remove conflict with openssh
No conflicting files installed.
commit e349f68b44d637fd1cdd98f48c396f8af5e1c82c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
video/lives: version 1.6.3
commit 2e145cc00c810e60f8002d3758db2784e34cca40
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
pythonmagick: updated to 0.9.8
diff --git a/ChangeLog b/ChangeLog
index d53c587..dfc72e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-10-02 Thomas Orgis <sobukus AT sourcemage.org>
+ * perl-cpan/text-asciipipe: new spell, perl module for shifting text
+ files through pipes
+
+2012-09-26 Eric Sandall <sandalle AT sourcemage.org>
+ * graphics/advancecomp: Added a collection of recompression utilities
+
2012-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* editors/texworks: new spell, an IDE for LaTeX
* haskell/haskell-extensible-exceptions: new spell, extensible
exceptions
@@ -30,7 +37,6 @@
2012-09-05 Thomas Orgis <sobukus AT sourcemage.org>
* audio-soft/jaaa: new spell, audio analyzer
-
2012-09-04 Vlad Glagolev <stealth AT sourcemage.org>
* graphics/tiff2png: new spell, TIFF to PNG converter
diff --git a/chat-im/pidgin/BUILD b/chat-im/pidgin/BUILD
index 88862af..a5297e2 100755
--- a/chat-im/pidgin/BUILD
+++ b/chat-im/pidgin/BUILD
@@ -1,6 +1,11 @@
### had to cook up some pkg-config files for nss and nspr
CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include" &&
+
+if is_depends_enabled $SPELL gtk+2; then
+ LIBS="$LIBS -lX11"
+endif &&
export LIBS="${LIBS} -lm" &&
+
export
PKG_CONFIG_PATH="${TRACK_ROOT}/usr/include/nss:${TRACK_ROOT}/usr/include/nspr"
&&
make_single &&
default_build &&
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index a1c5d58..69743ce 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2012-10-01 Ismael Luceno <ismael.luceno AT gmail.com>
+ * BUILD: explicitly link against libX11
+
2012-07-15 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: removed optional-depends howl
diff --git a/chat-irc/weechat/BUILD b/chat-irc/weechat/BUILD
index b1ab749..5b569eb 100755
--- a/chat-irc/weechat/BUILD
+++ b/chat-irc/weechat/BUILD
@@ -7,11 +7,7 @@ if [[ $WEECHAT_DEBUG == y ]]; then
fi &&
if [[ $WEECHAT_CMAKE == y ]]; then
- cd $SOURCE_DIRECTORY &&
- mkdir build &&
- cd build &&
- cmake .. -DPREFIX=/usr &&
- make
+ cmake_build
else
if [[ $WEECHAT_BRANCH == scm ]]; then
./autogen.sh
diff --git a/chat-irc/weechat/DEPENDS b/chat-irc/weechat/DEPENDS
index 09c9732..49c822b 100755
--- a/chat-irc/weechat/DEPENDS
+++ b/chat-irc/weechat/DEPENDS
@@ -16,6 +16,6 @@ optional_depends gnutls "" "--disable-gnutls" "Turn on
gnutls support" &&
optional_depends perl "" "--disable-perl" "Turns on Perl script plugin" &&
optional_depends python "" "--disable-python" "Turns on Python script
plugin" &&
optional_depends RUBY "" "--disable-ruby" "Turns on Ruby script plugin" &&
-optional_depends lua51 "" "--disable-lua" "Turn on Lua script plugin" &&
+optional_depends LUA "" "--disable-lua" "Turn on Lua script plugin" &&
optional_depends aspell "" "--disable-aspell" "Turn on Aspell plugin"
diff --git a/chat-irc/weechat/DETAILS b/chat-irc/weechat/DETAILS
index 79e0b52..0a45a3b 100755
--- a/chat-irc/weechat/DETAILS
+++ b/chat-irc/weechat/DETAILS
@@ -9,12 +9,19 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/weechat-$WEECHAT_BRANCH
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
SOURCE_URL[0]=git://git.sv.gnu.org/weechat.git:$SPELL
-else
- VERSION=0.3.8
+else
+ if [ "$WEECHAT_BRANCH" == "devel" ]; then
+ VERSION=0.4.0-dev
+ SOURCE=$SPELL-devel.tar.bz2
+
SOURCE_HASH=sha512:4e6901d44d8f343c9d2dfe3bd1383930eee0aadd9ec0f609bca524881e73d1a1089755e9ab369a31ccdd3452b80b84cac7cfd29b44949921c9571e4bd22dcc62
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-devel
+ else
+ VERSION=0.3.9
SOURCE=$SPELL-$VERSION.tar.bz2
+
SOURCE_HASH=sha512:afa349e3ba3b5ef5c31ddab884a8af05d5d70e65b7c7b2c1f29827cbd0f7811da626d5724f6842e3a6d0e16e7b2bdd81e5f8244bc6df7b965500b48480663ab3
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-
SOURCE_HASH=sha512:b6fb1d1220c491e514c478ad376cb8a00ce22621c8ba11c95b9e25ee2e15abc5cfac229a056aa4d4242821de1469504116a60c16b8b0b272d1c88d8e137e9bea
- SOURCE_URL[0]=http://www.weechat.org/files/src/$SOURCE
+ fi
+ SOURCE_URL[0]=http://www.weechat.org/files/src/$SOURCE
fi
WEB_SITE=http://www.weechat.org
ENTERED=20050320
diff --git a/chat-irc/weechat/HISTORY b/chat-irc/weechat/HISTORY
index 0829401..4f75ce4 100644
--- a/chat-irc/weechat/HISTORY
+++ b/chat-irc/weechat/HISTORY
@@ -1,3 +1,11 @@
+2012-09-29 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: stable updated to 0.3.9
+ readded devel branch info
+ * DEPENDS: lua51 -> LUA
+ * PREPARE: cmake is the recommended way to build weechat now,
+ so ask every branch whether or not to use it
+ * BUILD: use cmake_build for cmake
+
2012-06-03 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated to 0.3.8
diff --git a/chat-irc/weechat/PREPARE b/chat-irc/weechat/PREPARE
index 05b612f..8590f43 100755
--- a/chat-irc/weechat/PREPARE
+++ b/chat-irc/weechat/PREPARE
@@ -5,9 +5,9 @@ case "$WEECHAT_BRANCH" in
config_query WEECHAT_DEBUG "Enable debug messages?" n &&
if [ "$WEECHAT_DEBUG" == "y" ]; then
config_query WEECHAT_DEBUG_FULL "Print debug messages to the window?" n
- fi &&
- config_query WEECHAT_CMAKE "Use cmake instead of autotools? (may fail,
still in testing)" n
+ fi
;;
esac &&
+config_query WEECHAT_CMAKE "Use cmake instead of autotools? (recommended)" y
config_query WEECHAT_SYMLINKS "Make compatibility symlinks?" y
diff --git a/crypto/dropbear/CONFLICTS b/crypto/dropbear/CONFLICTS
index ce6d9b6..cac691c 100755
--- a/crypto/dropbear/CONFLICTS
+++ b/crypto/dropbear/CONFLICTS
@@ -1,3 +1,2 @@
-conflicts openssh &&
conflicts ssh &&
conflicts lsh
diff --git a/crypto/dropbear/HISTORY b/crypto/dropbear/HISTORY
index 300a270..15827e2 100644
--- a/crypto/dropbear/HISTORY
+++ b/crypto/dropbear/HISTORY
@@ -1,3 +1,7 @@
+2012-09-26 Ismael Luceno <ismael.luceno AT gmail.com>
+ * CONLFICTS: remove conflict with openssh, no conflicting files
+ installed.
+
2010-04-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.52
diff --git a/ftp/lftp/DETAILS b/ftp/lftp/DETAILS
index d436376..d83f098 100755
--- a/ftp/lftp/DETAILS
+++ b/ftp/lftp/DETAILS
@@ -1,5 +1,5 @@
SPELL=lftp
- VERSION=4.3.8
+ VERSION=4.4.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/ftp/lftp/HISTORY b/ftp/lftp/HISTORY
index 1012a03..e85e4e1 100644
--- a/ftp/lftp/HISTORY
+++ b/ftp/lftp/HISTORY
@@ -1,3 +1,6 @@
+2012-09-29 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 4.4.0
+
2012-09-13 Pol Vinogradov <vin.public AT gmail.com>
* PRE_BUILD, gets.patch: added patch to build with glibc >= 2.16
diff --git a/ftp/transmission/DEPENDS b/ftp/transmission/DEPENDS
index b9c3c64..07057b8 100755
--- a/ftp/transmission/DEPENDS
+++ b/ftp/transmission/DEPENDS
@@ -11,12 +11,12 @@ fi &&
runtime_depends zlib &&
-optional_depends gtk+2 \
+optional_depends gtk+3 \
"--with-gtk" \
"--without-gtk" \
- "for GTK+ client (3.0 will be used if installed)" &&
+ "for GTK+ client" &&
-if is_depends_enabled $SPELL gtk+2; then
+if is_depends_enabled $SPELL gtk+3; then
depends gettext '--enable-nls' &&
optional_depends libcanberra "" "" "for sounds support" &&
diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index c27436c..43fa8d4 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,5 +1,5 @@
SPELL=transmission
- VERSION=2.52
+ VERSION=2.71
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.transmissionbt.com/files/$SOURCE
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index 5c70471..76bfb6d 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,9 @@
+2012-09-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.71
+ * DEPENDS: gtk+2 -> gtk+3
+ * PRE_BUILD: added, to apply the patch
+ * no-utp.patch: added, to fix compilation with disabled µTP support
+
2012-05-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.52
diff --git a/ftp/transmission/PRE_BUILD b/ftp/transmission/PRE_BUILD
new file mode 100755
index 0000000..25db3aa
--- /dev/null
+++ b/ftp/transmission/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/no-utp.patch"
diff --git a/ftp/transmission/no-utp.patch b/ftp/transmission/no-utp.patch
new file mode 100644
index 0000000..0edd085
--- /dev/null
+++ b/ftp/transmission/no-utp.patch
@@ -0,0 +1,15 @@
+--- third-party/libutp/utp.h.orig 2012-09-26 21:02:52.000000000 +0400
++++ third-party/libutp/utp.h 2012-09-30 12:20:52.264401960 +0400
+@@ -111,10 +111,12 @@
+ // Process an ICMP received UDP packet.
+ bool UTP_HandleICMP(const byte* buffer, size_t len, const struct sockaddr
*to, socklen_t tolen);
+
++#ifdef WITH_UTP
+ // Write bytes to the uTP socket.
+ // Returns true if the socket is still writable.
+ bool UTP_Write(struct UTPSocket *socket, size_t count);
+
++#endif
+ // Notify the uTP socket of buffer drain
+ void UTP_RBDrained(struct UTPSocket *socket);
+
diff --git a/ftp/transmission/transmission-2.52.tar.bz2.sig
b/ftp/transmission/transmission-2.52.tar.bz2.sig
deleted file mode 100644
index 1855e4f..0000000
Binary files a/ftp/transmission/transmission-2.52.tar.bz2.sig and /dev/null
differ
diff --git a/ftp/transmission/transmission-2.71.tar.bz2.sig
b/ftp/transmission/transmission-2.71.tar.bz2.sig
new file mode 100644
index 0000000..8b85169
Binary files /dev/null and b/ftp/transmission/transmission-2.71.tar.bz2.sig
differ
diff --git a/graphics-libs/pythonmagick/DETAILS
b/graphics-libs/pythonmagick/DETAILS
index c618470..53c02c6 100755
--- a/graphics-libs/pythonmagick/DETAILS
+++ b/graphics-libs/pythonmagick/DETAILS
@@ -1,8 +1,8 @@
SPELL=pythonmagick
- VERSION=0.9.2
+ VERSION=0.9.8
SOURCE="PythonMagick-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://www.imagemagick.org/download/python/${SOURCE}
-
SOURCE_HASH=sha512:a995f0f88163e17c73e6d8863398403597641f8677147eedc146520f0b5f634eb1abf183a41bdc1857b6519631dd01c528e005650e77dfc2b608e9c95bc40cf3
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/PythonMagick-${VERSION}"
WEB_SITE="http://wiki.python.org/moin/PythonMagick"
LICENSE[0]="APACHE2"
diff --git a/graphics-libs/pythonmagick/HISTORY
b/graphics-libs/pythonmagick/HISTORY
index 150162c..404df69 100644
--- a/graphics-libs/pythonmagick/HISTORY
+++ b/graphics-libs/pythonmagick/HISTORY
@@ -1,3 +1,6 @@
+2012-09-22 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.9.8
+
2010-12-09 Robin Cook <rcook AT wyrms.net>
* PRE_BUILD: added to apply patch
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/pythonmagick/files/pythonmagick-0.9.2-fix_detection_of_python_includedir.patch?view=markup
diff --git a/graphics-libs/pythonmagick/PythonMagick-0.9.8.tar.bz2.sig
b/graphics-libs/pythonmagick/PythonMagick-0.9.8.tar.bz2.sig
new file mode 100644
index 0000000..bb2da5a
Binary files /dev/null and
b/graphics-libs/pythonmagick/PythonMagick-0.9.8.tar.bz2.sig differ
diff --git a/graphics/advancecomp/DEPENDS b/graphics/advancecomp/DEPENDS
new file mode 100755
index 0000000..b851d47
--- /dev/null
+++ b/graphics/advancecomp/DEPENDS
@@ -0,0 +1 @@
+depends -sub "CXX" gcc
diff --git a/graphics/advancecomp/DETAILS b/graphics/advancecomp/DETAILS
new file mode 100755
index 0000000..27bd9c4
--- /dev/null
+++ b/graphics/advancecomp/DETAILS
@@ -0,0 +1,37 @@
+ SPELL=advancecomp
+ VERSION=1.15
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/advancemame/$SOURCE
+ WEB_SITE=http://advancemame.sourceforge.net/comp-readme.html
+ ENTERED=20120926
+ LICENSE[0]=GPL
+ DOCS="AUTHORS COPYING HISTORY README"
+ KEYWORDS="graphics"
+ SHORT="A collection of recompression utilities"
+cat << EOF
+AdvanceCOMP is a collection of recompression utilities for your .ZIP
archives,
+.PNG snapshots, .MNG video clips and .GZ files. It's mainly intended for
+recompressing your rom, snapshot and clip collection of emulated games.
+
+The main features are :
+* Recompress ZIP, GZ, PNG and MNG files using the Deflate 7-Zip
implementation.
+* Recompress MNG files using Delta and Move optimization.
+
+AdvanceCOMP includes four utilities, all of which allow the extend of DEFLATE
+searching to be set of one of four levels:
+* advpng, removal of ancillary chunks, concatenation of all individual IDAT
+ chunks; then re-encoding of the combined PNG image file using the 7-Zip
+ deflate method.
+* advmng, attempt to make use of delta encoding, followed by re-encoding of
+ compressed sections using 7-Zip deflate method.
+* advdef, general re-encoding of anything featuring a zlib stream, this
+ includes .gz and .png files.
+* advzip, re-encoding of compressed DEFLATE streams within a .zip archive.
+The additional searching performed during compression (and therefore
additional
+CPU usage), can often make gains of 5%-10% in compressed size, according to
the
+AdvanceCOMP authors. After using AdvanceCOMP, the output remains a backwards-
+compatible and compliant DEFLATE stream, capable of being decoded by any
+existing tools.
+EOF
diff --git a/graphics/advancecomp/HISTORY b/graphics/advancecomp/HISTORY
new file mode 100644
index 0000000..01a5395
--- /dev/null
+++ b/graphics/advancecomp/HISTORY
@@ -0,0 +1,5 @@
+2012-09-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+ Using '--disable-bzip2' will try to enable bzip2 support
+ Remove bzip2 optional dependency as it is broken
+
diff --git a/graphics/advancecomp/advancecomp-1.15.tar.gz.sig
b/graphics/advancecomp/advancecomp-1.15.tar.gz.sig
new file mode 100644
index 0000000..d902f9d
Binary files /dev/null and b/graphics/advancecomp/advancecomp-1.15.tar.gz.sig
differ
diff --git a/graphics/feh/DETAILS b/graphics/feh/DETAILS
index 3e2431a..593b8c5 100755
--- a/graphics/feh/DETAILS
+++ b/graphics/feh/DETAILS
@@ -1,5 +1,5 @@
SPELL=feh
- VERSION=2.6.1
+ VERSION=2.6.3
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
diff --git a/graphics/feh/HISTORY b/graphics/feh/HISTORY
index ca0ff21..017c462 100644
--- a/graphics/feh/HISTORY
+++ b/graphics/feh/HISTORY
@@ -1,3 +1,6 @@
+2012-09-28 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.6.3
+
2012-09-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.6.1
diff --git a/kde4-apps/kdiff4/DETAILS b/kde4-apps/kdiff4/DETAILS
index 84add3c..428559a 100755
--- a/kde4-apps/kdiff4/DETAILS
+++ b/kde4-apps/kdiff4/DETAILS
@@ -1,10 +1,10 @@
SPELL=kdiff4
SPELLX=kdiff3
- VERSION=0.9.96
+ VERSION=0.9.97
PATCHLEVEL=1
SOURCE="${SPELLX}-${VERSION}.tar.gz"
SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELLX}/${SOURCE}
-
SOURCE_HASH=sha512:1245363ee533486fc385bdff7882b3859ce77101e588867278e3facd6b1bf13ed614c4cfa6997bd6fc59660a3433d8fa7a8e61ab72c93c26f96fab3a485a0955
+
SOURCE_HASH=sha512:8f4e89e594894a3fbfaa2e5c9cc345ab16e6787c4efc4324fffe55fbe45b94c2ff10ba411279d2b433a0a5fa752653f7b3e663577cc0d658dfc4d5b797a22fab
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE="http://${SPELLX}.sourceforge.net/"
LICENSE[0]=GPL
diff --git a/kde4-apps/kdiff4/HISTORY b/kde4-apps/kdiff4/HISTORY
index da996ce..115b875 100644
--- a/kde4-apps/kdiff4/HISTORY
+++ b/kde4-apps/kdiff4/HISTORY
@@ -1,3 +1,6 @@
+2012-10-01 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS: updated version to 0.9.97
+
2011-09-04 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.9.96
PATCHLEVEL++ for /opt/kde4 -> /usr change
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 9ac8b4e..8e3ff06 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,8 @@
+2012-10-01 Ladislav Hagara <hgr AT vabo.cz>
+ * latest.defaults: LATEST_maintenance_patches_3=3.6, LATEST_3=3.6
+ * info/kernels/3.6: added
+ * info/patches/maintenance_patches_3/patch-3.6: added
+
2012-09-14 Ladislav Hagara <hgr AT vabo.cz>
* latest.defaults: LATEST_maintenance_patches_3=patch-3.5.4
* info/patches/maintenance_patches_3/patch-3.5.4: added
diff --git a/kernels/linux/info/kernels/3.6 b/kernels/linux/info/kernels/3.6
new file mode 100755
index 0000000..0b22a65
--- /dev/null
+++ b/kernels/linux/info/kernels/3.6
@@ -0,0 +1,5 @@
+version="3.6"
+source="linux-${version}.tar.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v3.x/${source}"
+source2="linux-${version}.tar.sign"
+source2_url="${KERNEL_URL}/pub/linux/kernel/v3.x/${source2}"
diff --git a/kernels/linux/info/patches/maintenance_patches_3/patch-3.6
b/kernels/linux/info/patches/maintenance_patches_3/patch-3.6
new file mode 100755
index 0000000..ea51d28
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches_3/patch-3.6
@@ -0,0 +1,5 @@
+patchversion="3.6.0"
+source=""
+source_url=""
+appliedkernels="3.6"
+md5sum=""
diff --git a/kernels/linux/latest.defaults b/kernels/linux/latest.defaults
index 2e61990..2cdc622 100644
--- a/kernels/linux/latest.defaults
+++ b/kernels/linux/latest.defaults
@@ -1,8 +1,8 @@
-LATEST_3=3.5
+LATEST_3=3.6
LATEST_2_6=2.6.39
LATEST_PRE_2_6=patch-2.6.39
LATEST_maintenance_patches=patch-2.6.39.4
-LATEST_maintenance_patches_3=patch-3.5.4
+LATEST_maintenance_patches_3=patch-3.6
LATEST_git_patches=patch-2.6.25-rc6-git7
LATEST_2_4=2.4.37.9
LATEST_PRE_2_4=patch-2.4.33-pre1
diff --git a/lua-forge/lua/HISTORY b/lua-forge/lua/HISTORY
index af1f8da..40f66ff 100644
--- a/lua-forge/lua/HISTORY
+++ b/lua-forge/lua/HISTORY
@@ -1,3 +1,6 @@
+2012-09-29 Sukneet Basuta <sukneet AT sourcemage.org>
+ * PROVIDES: added since it looks like lua51 will be around for a while
+
2012-09-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* shared.patch: link with libdl.so
diff --git a/lua-forge/lua/PROVIDES b/lua-forge/lua/PROVIDES
new file mode 100755
index 0000000..4c57544
--- /dev/null
+++ b/lua-forge/lua/PROVIDES
@@ -0,0 +1 @@
+LUA
diff --git a/lua-forge/lua51/HISTORY b/lua-forge/lua51/HISTORY
index 1812f30..420bcbc 100644
--- a/lua-forge/lua51/HISTORY
+++ b/lua-forge/lua51/HISTORY
@@ -1,3 +1,7 @@
+2012-09-29 Sukneet Basuta <sukneet AT sourcemage.org>
+ * PROVIDES: added since it looks like lua51 will be around
+ for a while
+
2012-05-26 Sukneet Basuta <sukneet AT sourcemage.org>
* PRE_BUILD: fix x86_64 check
diff --git a/lua-forge/lua51/PROVIDES b/lua-forge/lua51/PROVIDES
new file mode 100755
index 0000000..4c57544
--- /dev/null
+++ b/lua-forge/lua51/PROVIDES
@@ -0,0 +1 @@
+LUA
diff --git a/perl-cpan/text-asciipipe/BUILD b/perl-cpan/text-asciipipe/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/text-asciipipe/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/text-asciipipe/DEPENDS
b/perl-cpan/text-asciipipe/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/text-asciipipe/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/text-asciipipe/DETAILS
b/perl-cpan/text-asciipipe/DETAILS
new file mode 100755
index 0000000..4a6d7b3
--- /dev/null
+++ b/perl-cpan/text-asciipipe/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=text-asciipipe
+ VERSION=1.000000
+ SOURCE="Text-ASCIIPipe-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TH/THORGIS/${SOURCE}
+
SOURCE_HASH=sha512:b9a9cd3c72c6b73d50db79dd1ae3b234b6c21a0c07b890f17e91a0d013c772b03464744be821f006f8839c363b26de400664e34e526cbcf30e40ce9f7077350f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Text-ASCIIPipe-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~thorgis/Text-ASCIIPipe/"
+ LICENSE[0]=ART
+ ENTERED=20121002
+ SHORT="helper for processing multiple text files in a stream
(through a pipe, usually)"
+cat << EOF
+A lot of the speed penalty of Perl when processing multiple smallish data
sets from/to text form consists of the perl compiler startup / script
compilation, which accumulates when looping over a set of files. This process
can be sped up a lot by keeping the pipe alive and streaming the whole file
set through it once. This module helps you with that. Of course, a pipe of
several scripts parsing/producing text will still be slower than a custom C
program that does the job, but with this trick of avoiding repeated script
interpretation/compilation, the margin is a lot smaller.
+
+When dealing with ASCII-based text files (or UTF-8, if you please), there
are some control characters that just make sense for pushing several files as
a stream, separated by these characters. These are character codes 2 (STX,
start of text), 3 (EOT, end of text) and 4 (ETX, end of transmission). All
this module does is provide a wrapper for inserting these control characters
for the sender and parsing them for the receiver. Nothing fancy, really. I
just got fed up writing the same loop over and over again. It works with all
textual data that does not contain control characters below decimal code 5.
+EOF
diff --git a/perl-cpan/text-asciipipe/HISTORY
b/perl-cpan/text-asciipipe/HISTORY
new file mode 100644
index 0000000..c857764
--- /dev/null
+++ b/perl-cpan/text-asciipipe/HISTORY
@@ -0,0 +1,2 @@
+2012-10-02 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/python-pypi/six/DETAILS b/python-pypi/six/DETAILS
index 5d345d3..20599ea 100755
--- a/python-pypi/six/DETAILS
+++ b/python-pypi/six/DETAILS
@@ -1,6 +1,6 @@
SPELL=six
- VERSION=1.1.0
-
SOURCE_HASH=sha512:a3afc67451009044dfc57a90529a2d1ec4d2f98eba534dd74f529318a03c99d98d4850daed157177145763cd925393f4f0afaba20634b982e201bc7d422cc828
+ VERSION=1.2.0
+
SOURCE_HASH=sha512:8963f851f88016286a2159f0e7d6eddacdaad8c84048cb233fb2b2371ea2b4b5a3f75a5937677fe5c6ceb1a1f1791362bd181134e0f15409e44e2358e6c07712
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pypi.python.org/pypi/$SPELL
diff --git a/python-pypi/six/HISTORY b/python-pypi/six/HISTORY
index f7d97db..6159757 100644
--- a/python-pypi/six/HISTORY
+++ b/python-pypi/six/HISTORY
@@ -1,3 +1,6 @@
+2012-09-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.0
+
2012-06-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.0
spell created
diff --git a/utils/dbus/DETAILS b/utils/dbus/DETAILS
index 97ba73c..6140de2 100755
--- a/utils/dbus/DETAILS
+++ b/utils/dbus/DETAILS
@@ -1,7 +1,7 @@
SPELL=dbus
- VERSION=1.6.4
-
SOURCE_HASH=sha512:eaa9098e3cbbbf3b5cb7abd0906819f27b633afe1376213f2ffd6edd8ddfa0250678f0d9cf161846696a08ed1e9479a42ba4e1a6f0b6b934f7a4f4c0ff3ff8f6
- SECURITY_PATCH=7
+ VERSION=1.6.8
+
SOURCE_HASH=sha512:eb26f1dfb6c6e3757a408a98e0f4012eda926e2f8ee7a2356ebd567a2e4a7d96effca7cec6e6b4f9e7bc578cbdd7b703d00158343a260859aff0718c76f296b0
+ SECURITY_PATCH=8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://dbus.freedesktop.org/releases/dbus/$SOURCE
diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index 9996ebd..4c40422 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,6 @@
+2012-09-28 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.6.8, SECURITY_PATCH=8
+
2012-07-24 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.4
diff --git a/utils/youtube-dl/DETAILS b/utils/youtube-dl/DETAILS
index 7db904c..fefb956 100755
--- a/utils/youtube-dl/DETAILS
+++ b/utils/youtube-dl/DETAILS
@@ -1,10 +1,10 @@
SPELL=youtube-dl
- VERSION=2012.01.08b
+ VERSION=2012.09.27
SOURCE=$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/rg3/youtube-dl/raw/$VERSION/$SOURCE
SOURCE_HINTS[0]="no-check-certificate"
-
SOURCE_HASH=sha512:c5394f60df62466ab400bf73fdb94f803ab4c83df93d18cde2c3882d5e9027d4832802e21b664f16d283881604e649d76a0a8fe0f12ea672739a67874071d08a
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
FORCE_DOWNLOAD=on
LICENSE[0]=BSD
KEYWORDS="utils"
diff --git a/utils/youtube-dl/HISTORY b/utils/youtube-dl/HISTORY
index f821197..b61622c 100644
--- a/utils/youtube-dl/HISTORY
+++ b/utils/youtube-dl/HISTORY
@@ -1,3 +1,9 @@
+2012-09-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2012.09.27
+
+2012-09-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2012.02.27
+
2012-01-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2012.01.08b
diff --git a/utils/youtube-dl/youtube-dl.sig b/utils/youtube-dl/youtube-dl.sig
new file mode 100644
index 0000000..c70a114
Binary files /dev/null and b/utils/youtube-dl/youtube-dl.sig differ
diff --git a/video-libs/gstreamer-1.0/BUILD b/video-libs/gstreamer-1.0/BUILD
new file mode 100755
index 0000000..2c78d18
--- /dev/null
+++ b/video-libs/gstreamer-1.0/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --disable-examples --disable-tests" &&
+default_build
diff --git a/video-libs/gstreamer-1.0/DEPENDS
b/video-libs/gstreamer-1.0/DEPENDS
new file mode 100755
index 0000000..29c1887
--- /dev/null
+++ b/video-libs/gstreamer-1.0/DEPENDS
@@ -0,0 +1,29 @@
+depends glib2 &&
+depends libxml2 &&
+depends flex &&
+depends bison &&
+depends perl &&
+
+optional_depends valgrind \
+ "--enable-valgrind" \
+ "--disable-valgrind" \
+ "for better integration with valgrind" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "to use Native Language Support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection=yes" \
+ "--enable-introspection=no" \
+ "to enable introspection for this build" &&
+
+if is_depends_enabled $SPELL gtk-doc; then
+ depends pyxml
+fi
diff --git a/video-libs/gstreamer-1.0/DETAILS
b/video-libs/gstreamer-1.0/DETAILS
new file mode 100755
index 0000000..e7e2a0b
--- /dev/null
+++ b/video-libs/gstreamer-1.0/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gstreamer-1.0
+ VERSION=1.0.0
+ SOURCE=gstreamer-$VERSION.tar.xz
+ SOURCE_DIRECTORY="$BUILD_DIRECTORY/gstreamer-$VERSION"
+ SOURCE_URL[0]=http://gstreamer.freedesktop.org/src/gstreamer/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+ LICENSE[0]=LGPL
+ WEB_SITE=http://gstreamer.freedesktop.org/
+ ENTERED=20120930
+ DOCS="ChangeLog COPYING NEWS README"
+ KEYWORDS="gstreamer streaming video libs"
+ SHORT="framework for streaming media"
+cat << EOF
+This is GStreamer, a framework for streaming media. The
+fundamental design comes from the video pipeline at Oregon Graduate
+Institute, as well as some ideas from DirectMedia. It's based on
+plug-ins that will provide the various codec and other functionality.
+The interface hopefully is generic enough for various companies (ahem,
+Apple) to release binary codecs for Linux, until such time as they get
+a clue and release the source.
+EOF
diff --git a/video-libs/gstreamer-1.0/HISTORY
b/video-libs/gstreamer-1.0/HISTORY
new file mode 100644
index 0000000..66c54e0
--- /dev/null
+++ b/video-libs/gstreamer-1.0/HISTORY
@@ -0,0 +1,2 @@
+2012-09-30 Ladislav Hagara <hgr AT vabo.cz>
+ * *: spell created, based on gstreamer, version 1.0.0
diff --git a/video-libs/gstreamer-1.0/gstreamer-1.0.0.tar.xz.sig
b/video-libs/gstreamer-1.0/gstreamer-1.0.0.tar.xz.sig
new file mode 100644
index 0000000..982cdcd
Binary files /dev/null and
b/video-libs/gstreamer-1.0/gstreamer-1.0.0.tar.xz.sig differ
diff --git a/video-libs/live/DETAILS b/video-libs/live/DETAILS
index e1813f8..5ce1854 100755
--- a/video-libs/live/DETAILS
+++ b/video-libs/live/DETAILS
@@ -1,7 +1,7 @@
SPELL=live
- VERSION=2012.08.20
+ VERSION=2012.09.13
SOURCE=$SPELL.$VERSION.tar.gz
-
SOURCE_HASH=sha512:9e1bbf5e662c160d05c21abdb89240d570a84ff603d9fc18b9232b7d533000d4798383d463fb4d81731bb4074fcde429c380751a2d5e551a49859ba999604395
+
SOURCE_HASH=sha512:344c29038e9882b3ad8678ceec7755aca5013e3b0821ca6b9d846cc1c926c1dc125b71dce91986b760793123ebff9f291aaf0dbfb3570721968f641a2b530c5d
#SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=http://www.live555.com/liveMedia/public/$SOURCE
diff --git a/video-libs/live/HISTORY b/video-libs/live/HISTORY
index 3c29b42..b8e716e 100644
--- a/video-libs/live/HISTORY
+++ b/video-libs/live/HISTORY
@@ -1,3 +1,7 @@
+2012-09-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: updated version to 2012.09.27
+ (At least that one is obtainable.)
+
2012-08-27 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 2012.08.20
diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index c43995d..a3d9b55 100755
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -1,6 +1,6 @@
SPELL=ffmpeg
if [[ $FFMPEG_RELEASE == stable ]]; then
- VERSION=0.11.2
+ VERSION=1.0
SECURITY_PATCH=13
else
VERSION=0.7.13
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index 9711b45..4a4add1 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,6 @@
+2012-09-28 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.0
+
2012-09-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.11.2