summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2009-08-31 12:22:42 +0200
committerTreeve Jelbert2009-08-31 12:22:42 +0200
commit6a18b25fa66810e1f613433c3db94de1e92fa733 (patch)
tree6f5b03be4e2cee47c7bdb5848592fc290f856678
parenta326f186060c890d38ac0e534e408aaa49ec4a0e (diff)
parent728b2ce441092a693e2056a6df835954abd2e399 (diff)
Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire
-rw-r--r--ChangeLog3
-rwxr-xr-xaudio-libs/faad2/BUILD4
-rwxr-xr-xaudio-libs/faad2/DETAILS1
-rw-r--r--audio-libs/faad2/HISTORY9
-rwxr-xr-xaudio-libs/faad2/PRE_BUILD5
-rw-r--r--audio-libs/faad2/faad2-enable-drm.patch14
-rw-r--r--audio-libs/faad2/libmp4ff.patch25
-rw-r--r--audio-libs/faad2/man.patch9
-rwxr-xr-xaudio-players/mpd/DETAILS4
-rw-r--r--audio-players/mpd/HISTORY3
-rw-r--r--devel/swig/HISTORY3
-rwxr-xr-xdisk/xfsprogs/DETAILS2
-rw-r--r--disk/xfsprogs/HISTORY3
-rw-r--r--disk/xfsprogs/xfsprogs-3.0.1.tar.gz.sigbin287 -> 0 bytes
-rw-r--r--disk/xfsprogs/xfsprogs-3.0.3.tar.gz.sigbin0 -> 287 bytes
-rwxr-xr-xgraphics/imagemagick/DETAILS2
-rw-r--r--graphics/imagemagick/HISTORY3
-rw-r--r--graphics/imagemagick/ImageMagick-6.5.5-0.tar.bz2.sigbin287 -> 0 bytes
-rw-r--r--graphics/imagemagick/ImageMagick-6.5.5-4.tar.bz2.sigbin0 -> 287 bytes
-rwxr-xr-xgraphics/netpbm/BUILD2
-rw-r--r--graphics/netpbm/HISTORY4
-rwxr-xr-xkernels/bootsplash/DETAILS9
-rw-r--r--kernels/bootsplash/HISTORY3
-rwxr-xr-xlibs/libcap/DETAILS4
-rw-r--r--libs/libcap/HISTORY3
-rwxr-xr-xlibs/libusb/DETAILS8
-rw-r--r--libs/libusb/HISTORY3
-rwxr-xr-xnet/libnemesi/BUILD1
-rwxr-xr-xnet/libnemesi/DEPENDS10
-rwxr-xr-xnet/libnemesi/DETAILS10
-rw-r--r--net/libnemesi/HISTORY7
-rwxr-xr-xnet/lksctp-tools/DETAILS7
-rw-r--r--net/lksctp-tools/HISTORY3
-rwxr-xr-xnet/netembryo/BUILD2
-rwxr-xr-xnet/netembryo/CONFIGURE2
-rwxr-xr-xnet/netembryo/DEPENDS9
-rwxr-xr-xnet/netembryo/DETAILS7
-rw-r--r--net/netembryo/HISTORY6
-rwxr-xr-xshell-term-fm/mksh/DETAILS4
-rw-r--r--shell-term-fm/mksh/HISTORY3
-rw-r--r--video/gpac/HISTORY3
-rwxr-xr-xvideo/gpac/PRE_BUILD2
-rwxr-xr-xvideo/mkvtoolnix/BUILD9
-rwxr-xr-xvideo/mkvtoolnix/DEPENDS54
-rwxr-xr-xvideo/mkvtoolnix/DETAILS6
-rw-r--r--video/mkvtoolnix/HISTORY8
-rw-r--r--x11-toolkits/wxgtk-no-unicode/HISTORY3
-rwxr-xr-xx11-toolkits/wxgtk-no-unicode/PROVIDES1
-rwxr-xr-xx11/tint2/BUILD2
-rwxr-xr-xx11/tint2/CONFIGURE9
-rwxr-xr-xx11/tint2/DEPENDS6
-rwxr-xr-xx11/tint2/DETAILS19
-rw-r--r--x11/tint2/HISTORY2
53 files changed, 234 insertions, 87 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b77346149..f4493d4e1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-08-30 Donald Johnson <ltdonny@gmail.com>
+ * x11/tint2: New spell, custom taskbar app
+
2009-08-29 Eric Sandall <sandalle@sourcemage.org>
* x11-libs/libfakekey: Added a X11 virtual keyboard library
* security/fingerprint: Added a Qt GUI based on libfprint
diff --git a/audio-libs/faad2/BUILD b/audio-libs/faad2/BUILD
index d11202db27..2ec1a388b4 100755
--- a/audio-libs/faad2/BUILD
+++ b/audio-libs/faad2/BUILD
@@ -1,7 +1,3 @@
-if [ "$FAAD_CVS" = "y" ]; then
- OPTS="$OPTS --with-drm"
-fi &&
-OPTS="$OPTS --with-mp4v2" &&
if [ "$XMMS" != "y" ]; then
OPTS="$OPTS --without-xmms"
fi &&
diff --git a/audio-libs/faad2/DETAILS b/audio-libs/faad2/DETAILS
index 7fb51bafb7..2b0c5c0689 100755
--- a/audio-libs/faad2/DETAILS
+++ b/audio-libs/faad2/DETAILS
@@ -12,6 +12,7 @@ if [ "$FAAD_CVS" = "y" ]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
VERSION=2.7
+ PATCHLEVEL=1
SOURCE_HASH=sha512:8135370497dfcfee09094a03a4a9545ebc58b9e532b89c5d6e5037042549e12ddb75f8903aa05866afac9fa28df96320f1ed2eebffc0660578e54392a51c1161
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/audio-libs/faad2/HISTORY b/audio-libs/faad2/HISTORY
index 4dfebc3e57..c1b0fa8fe9 100644
--- a/audio-libs/faad2/HISTORY
+++ b/audio-libs/faad2/HISTORY
@@ -1,3 +1,12 @@
+2009-08-31 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD: removed non-existent flag and drm flag
+ * PRE_BUILD: removed patch-applying
+ * faad2-enable-drm.patch: removed, don't force drm support since it's
+ _broken_
+ * man.patch: added, to properly install a manual
+ * libmp4ff.patch: added, to build a shared lib for libmp4ff
+
2009-03-05 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* UP_TRIGGERS: detect the latest soname change too
diff --git a/audio-libs/faad2/PRE_BUILD b/audio-libs/faad2/PRE_BUILD
index df60ff8137..76b14f15e9 100755
--- a/audio-libs/faad2/PRE_BUILD
+++ b/audio-libs/faad2/PRE_BUILD
@@ -1,5 +1,8 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < ${SCRIPT_DIRECTORY}/faad2-enable-drm.patch &&
+
+patch -p0 < "$SPELL_DIRECTORY/man.patch" &&
+patch -p0 < "$SPELL_DIRECTORY/libmp4ff.patch" &&
+
sedit 's/^AC_PROG_CPP$/AC_PROG_CXX/' configure.in &&
/bin/sh ./bootstrap
diff --git a/audio-libs/faad2/faad2-enable-drm.patch b/audio-libs/faad2/faad2-enable-drm.patch
deleted file mode 100644
index c34c1311b7..0000000000
--- a/audio-libs/faad2/faad2-enable-drm.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur faad2.orig/libfaad/common.h faad2/libfaad/common.h
---- faad2.orig/libfaad/common.h 2004-10-22 21:01:54.841786248 +0200
-+++ faad2/libfaad/common.h 2004-10-22 21:05:19.927576554 +0200
-@@ -80,8 +80,8 @@
- /* Allow decoding of scalable profiles */
- //#define SCALABLE_DEC
- /* Allow decoding of Digital Radio Mondiale (DRM) */
--//#define DRM
--//#define DRM_PS
-+#define DRM
-+#define DRM_PS
-
- /* LD can't do without LTP */
- #ifdef LD_DEC
diff --git a/audio-libs/faad2/libmp4ff.patch b/audio-libs/faad2/libmp4ff.patch
new file mode 100644
index 0000000000..4a3f7d5561
--- /dev/null
+++ b/audio-libs/faad2/libmp4ff.patch
@@ -0,0 +1,25 @@
+--- common/mp4ff/Makefile.am.orig
++++ common/mp4ff/Makefile.am
+@@ -1,7 +1,8 @@
+-lib_LIBRARIES = libmp4ff.a
++lib_LTLIBRARIES = libmp4ff.la
+ include_HEADERS = mp4ff.h mp4ffint.h
+
+-libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
++AM_CFLAGS = -DUSE_TAGGING=1
+
+-libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
++libmp4ff_la_LDFLAGS = -version-info 0:0:0
++libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
+ mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h
+--- frontend/Makefile.am.orig
++++ frontend/Makefile.am
+@@ -5,7 +5,7 @@
+ -I$(top_srcdir)/common/mp4ff
+
+ faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
+- $(top_builddir)/common/mp4ff/libmp4ff.a
++ $(top_builddir)/common/mp4ff/libmp4ff.la
+
+ faad_SOURCES = main.c \
+ audio.c audio.h \
diff --git a/audio-libs/faad2/man.patch b/audio-libs/faad2/man.patch
new file mode 100644
index 0000000000..e1d5c5382c
--- /dev/null
+++ b/audio-libs/faad2/man.patch
@@ -0,0 +1,9 @@
+--- frontend/Makefile.am.orig
++++ frontend/Makefile.am
+@@ -1,5 +1,5 @@
+ bin_PROGRAMS = faad
+-man_MANS = faad.man
++man1_MANS = faad.man
+
+ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
+ -I$(top_srcdir)/common/mp4ff
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 622752491b..d76d186741 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,9 +1,9 @@
SPELL=mpd
- VERSION=0.15.2
+ VERSION=0.15.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/musicpd/$SOURCE
- SOURCE_HASH=sha512:072f1241eb904f306efe9e701c2a3be0c64dc5f827e4f74711ac08d1bfa1056613cd929b94ec719b1550b5d47fd3dc00f38097ee40ad29cdcc60f1fb24ba5afa
+ SOURCE_HASH=sha512:3b7ba2571f0ab4ce58d63da057238ffb89fe3c89510270aa55efc58d580a17b0fdb7f30a76509f15d1b3e351accf61b32c9dd0b78b602a71bc39345dae656e7e
LICENSE[0]=GPL
KEYWORDS="music players audio"
WEB_SITE=http://www.musicpd.org/
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 21dafcc2ae..1f283bf2b9 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2009-08-31 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.15.3
+
2009-08-16 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.15.2
diff --git a/devel/swig/HISTORY b/devel/swig/HISTORY
index dff2e9c717..90ef03c87d 100644
--- a/devel/swig/HISTORY
+++ b/devel/swig/HISTORY
@@ -1,6 +1,5 @@
2009-08-28 Finn Haedicke <finn_haedicke@gmx.net>
- * DETAILS: Fixed SOURCE_URL[0]
- updated spell to 1.3.40
+ * DETAILS: updated to 1.3.40
2009-03-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: updated to 1.3.39
diff --git a/disk/xfsprogs/DETAILS b/disk/xfsprogs/DETAILS
index 556cf58db5..2019faced9 100755
--- a/disk/xfsprogs/DETAILS
+++ b/disk/xfsprogs/DETAILS
@@ -1,5 +1,5 @@
SPELL=xfsprogs
- VERSION=3.0.1
+ VERSION=3.0.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars/$SOURCE
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index 57805c147c..e3cced5451 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,6 @@
+2009-08-31 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 3.0.3
+
2009-05-06 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 3.0.1
* PRE_BUILD: removed, no longer needed
diff --git a/disk/xfsprogs/xfsprogs-3.0.1.tar.gz.sig b/disk/xfsprogs/xfsprogs-3.0.1.tar.gz.sig
deleted file mode 100644
index 1cceddf301..0000000000
--- a/disk/xfsprogs/xfsprogs-3.0.1.tar.gz.sig
+++ /dev/null
Binary files differ
diff --git a/disk/xfsprogs/xfsprogs-3.0.3.tar.gz.sig b/disk/xfsprogs/xfsprogs-3.0.3.tar.gz.sig
new file mode 100644
index 0000000000..09b48cd988
--- /dev/null
+++ b/disk/xfsprogs/xfsprogs-3.0.3.tar.gz.sig
Binary files differ
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index 3bfb119ab5..78d65cf9a3 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -1,5 +1,5 @@
SPELL=imagemagick
- VERSION=6.5.5-0
+ VERSION=6.5.5-4
SECURITY_PATCH=1
SOURCE=ImageMagick-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/ImageMagick-${VERSION}
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index ba7ac76199..72bc2686c9 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,6 @@
+2009-08-30 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated to version 6.5.5-4
+
2009-08-23 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated to version 6.5.5-0
diff --git a/graphics/imagemagick/ImageMagick-6.5.5-0.tar.bz2.sig b/graphics/imagemagick/ImageMagick-6.5.5-0.tar.bz2.sig
deleted file mode 100644
index 405f49a112..0000000000
--- a/graphics/imagemagick/ImageMagick-6.5.5-0.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/graphics/imagemagick/ImageMagick-6.5.5-4.tar.bz2.sig b/graphics/imagemagick/ImageMagick-6.5.5-4.tar.bz2.sig
new file mode 100644
index 0000000000..1afc368043
--- /dev/null
+++ b/graphics/imagemagick/ImageMagick-6.5.5-4.tar.bz2.sig
Binary files differ
diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD
index 6a8c49781c..cd7a8b7fbc 100755
--- a/graphics/netpbm/BUILD
+++ b/graphics/netpbm/BUILD
@@ -1,7 +1,7 @@
if [[ "${NETPBM_SVN}" == 'y' ]]; then
CONFIGFILE=config.mk
else
- CONFIGFILE=Makefile.conf
+ CONFIGFILE=Makefile.config
fi &&
cp ${CONFIGFILE}.in $CONFIGFILE &&
cat >> $CONFIGFILE << EOF
diff --git a/graphics/netpbm/HISTORY b/graphics/netpbm/HISTORY
index ff60e2dd2f..98d9d43b8f 100644
--- a/graphics/netpbm/HISTORY
+++ b/graphics/netpbm/HISTORY
@@ -1,3 +1,7 @@
+2009-08-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD: fixed name of configuration file
+ this fixes bug #15327
+
2009-08-14 Arjan Bouter <abouter@sourcemage.org>
* PRE_BUILD, BUILD: fixed building svn releases
diff --git a/kernels/bootsplash/DETAILS b/kernels/bootsplash/DETAILS
index 64d62df878..1be7b81f01 100755
--- a/kernels/bootsplash/DETAILS
+++ b/kernels/bootsplash/DETAILS
@@ -1,13 +1,12 @@
SPELL=bootsplash
- VERSION=3.1
- SOURCE=${SPELL}-${VERSION}.tar.bz2
+ VERSION=3.3
+ SOURCE=${SPELL}_${VERSION}.orig.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bootsplash-$VERSION
- SOURCE_URL[0]=ftp://ftp.suse.com/pub/people/stepan/bootsplash/rpm-sources/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=http://ftp.debian.org/pool/main/b/${SPELL}/${SOURCE}
SOURCE_URL[1]=http://www.bootsplash.de/files/splashutils/${SOURCE}
- SOURCE_HASH=sha512:e13cb1c755f93c56a0388a1d3017285ef5be353c0507cdf83ad4572ad69de4d5ce9618605282fd9a01b9b15381213a7acd397a0dec5eb1f7b0983a16151b9fe1
+ SOURCE_HASH=sha512:a279d0bef52ea7104c97819efc5e0e6868a496d01b81c2387e581a2bc58401ba76ba3761166135e9b3c574e0714fa19f98d3cc3d413a42b09fde1cf4f787e970
WEB_SITE=http://www.bootsplash.org/
ENTERED=20030801
- UPDATED=20040717
LICENSE[0]=GPL
KEYWORDS="kernels"
SHORT="utilities for bootsplash"
diff --git a/kernels/bootsplash/HISTORY b/kernels/bootsplash/HISTORY
index 428d2b97fd..f078cc67e3 100644
--- a/kernels/bootsplash/HISTORY
+++ b/kernels/bootsplash/HISTORY
@@ -1,3 +1,6 @@
+2009-08-28 Donald Johnson <ltdonny@gmail.com>
+ * DETAILS: updated source URL
+
2007-06-03 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* BUILD: apply the mng patch to all gcc4 versions #13766
diff --git a/libs/libcap/DETAILS b/libs/libcap/DETAILS
index bdfcd033d2..f5544f5a6d 100755
--- a/libs/libcap/DETAILS
+++ b/libs/libcap/DETAILS
@@ -1,6 +1,6 @@
SPELL=libcap
- VERSION=2.16
- PATCHLEVEL=1
+ VERSION=2.17
+ PATCHLEVEL=0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_URL[0]=http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/$SOURCE
diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index 45693b7a71..eb9647a30c 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,6 @@
+2009-08-31 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 2.17
+
2009-07-03 Ethan Grammatikidis <eekee57@fastmail.fm>
* INSTALL: install libs, progs to / NOT /usr, fixes bug #15120
* DETAILS: added PATCHLEVEL
diff --git a/libs/libusb/DETAILS b/libs/libusb/DETAILS
index 3343654ee4..5c6f90d112 100755
--- a/libs/libusb/DETAILS
+++ b/libs/libusb/DETAILS
@@ -1,13 +1,13 @@
SPELL=libusb
- VERSION=1.0.2
- SOURCE_HASH=sha512:f9f3517d299be313b59f9bf3f137a1d405c63a8f6ef5e9e47f38d9b2067f6425b52ca429c308cd599efc4f9eb6caad86d8ff4548d29b59a4f5816e555d0487d1
+ VERSION=1.0.3
+ SOURCE_HASH=sha512:3a97b1f88fe377a3282e7ade37ac9938083dc84080695d87fffd00a4e241c963fb9d24df79e1409e841eb0a6d685fc76d13af8afc90baffe1328b8ce241d580c
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE2=libusb-compat-0.1.2.tar.bz2
+ SOURCE2=libusb-compat-0.1.3.tar.bz2
SOURCE2_URL[0]=$SOURCEFORGE_URL/libusb/$SOURCE2
- SOURCE2_HASH=sha512:dffec6b206a3fc649a07318b88eb638b9015d80ef25fe5bae121ef390ffd9a85e7782bfed707a81f1c90a399a0245775ec57c2a26eeabab37388091674f3bd51
+ SOURCE2_HASH=sha512:6589523b747a5fd5893840b2d246cf46b64e10997cec2c3116664b8ce7090314bf413ed66049cdfcf68ea4a4ae33468673c897d18254ef52348cd430ffc99c0d
LICENSE[0]=LGPL
WEB_SITE=http://sourceforge.net/projects/libusb/
diff --git a/libs/libusb/HISTORY b/libs/libusb/HISTORY
index 56aa0d0b86..a9fdaefb67 100644
--- a/libs/libusb/HISTORY
+++ b/libs/libusb/HISTORY
@@ -1,3 +1,6 @@
+2009-08-31 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 1.0.3, libusb-compat 0.1.3
+
2009-06-14 Treeve Jelbert treeve <01@pi.be>
* DETAILS: version 1.0.2
libusb-compat-0.1.2
diff --git a/net/libnemesi/BUILD b/net/libnemesi/BUILD
index 6f50b9915a..cff1b8ec5e 100755
--- a/net/libnemesi/BUILD
+++ b/net/libnemesi/BUILD
@@ -1,2 +1,3 @@
OPTS="$OPTS $NEMESI_IPV6"
+autoreconf -i &&
default_build
diff --git a/net/libnemesi/DEPENDS b/net/libnemesi/DEPENDS
index fe72060c68..8df337a7a6 100755
--- a/net/libnemesi/DEPENDS
+++ b/net/libnemesi/DEPENDS
@@ -1 +1,9 @@
-depends netembryo
+depends git &&
+depends autoconf &&
+depends automake &&
+depends netembryo &&
+
+optional_depends lksctp-tools \
+ "--enable-sctp" \
+ "--disable-sctp" \
+ "Enable SCTP support"
diff --git a/net/libnemesi/DETAILS b/net/libnemesi/DETAILS
index 48eb9d37f6..a45808d17a 100755
--- a/net/libnemesi/DETAILS
+++ b/net/libnemesi/DETAILS
@@ -1,15 +1,15 @@
SPELL=libnemesi
- VERSION=0.6.4-rc2
+ VERSION=0.6.9
+ BRANCH=${VERSION%.9}
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://live.polito.it/files/downloads/libnemesi/$SOURCE
- SOURCE_HASH=sha512:d7524faf55a402aa86be14faa05777657083642e7d9b63ae985424f261d4f0d67ff802c9fc5048b9444b1c8bd94555096b692591ba4e034ff0d00d407613ce1a
- WEB_SITE=http://live.polito.it/libnemesi
+ SOURCE_URL[0]=git://git.lscube.org/libnemesi:$SPELL-$VERSION:origin/${BRANCH}
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://lscube.org/projects/libnemesi/
LICENSE[0]=LGPL
ENTERED=20081114
KEYWORDS="network"
SHORT="RTP/RTCP/RTSP library"
-
cat << EOF
Libnemesi let you add multimedia streaming playback in your applications in
a quick and straightforward way. This software, derived from the experience
diff --git a/net/libnemesi/HISTORY b/net/libnemesi/HISTORY
index f0ce7c8013..5419c01616 100644
--- a/net/libnemesi/HISTORY
+++ b/net/libnemesi/HISTORY
@@ -1,2 +1,9 @@
+2009-08-30 Quentin Reameau <quinq@sourcemage.org>
+ * DETAILS: updated to version 0.6.9 (now uses git), urls updated
+ * DEPENDS: added dependencies for git, autoconf, automake
+ added optional support for SCTP with lksctp-tools
+ * BUILD: added autoreconf command
+
2008-11-14 Arjan Bouter <abouter@sourcemage.org>
* CONFIGURE,DETAILS,DEPENDS,HISTORY: created spell
+
diff --git a/net/lksctp-tools/DETAILS b/net/lksctp-tools/DETAILS
index b82bafadef..50ca759b44 100755
--- a/net/lksctp-tools/DETAILS
+++ b/net/lksctp-tools/DETAILS
@@ -1,15 +1,14 @@
SPELL=lksctp-tools
- VERSION=1.0.9
+ VERSION=1.0.10
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/lksctp/$SOURCE
- SOURCE_HASH=sha512:4d556b45cdff827f5bad81cfc7613267bc5ca36f69479c92c289ce7a62a59e1c6c18899e9b3532d8722f11bf9668c3abb809093dbc9948fc51586e3081ef5df1
+ SOURCE_URL[0]=$SOURCEFORGE_URL/lksctp/$SOURCE
+ SOURCE_HASH=sha512:0dc28b4fc7cc2de0aae3abaf64d18d64b4991395f31588c3b354b77c4d3de1c8b568dd2de68c38be37dedf89779b038f791ecd286105a3526521601e84660559
WEB_SITE=http://lksctp.sourceforge.net/
LICENSE[0]=LGPL
ENTERED=20081114
KEYWORDS="network"
SHORT="SCTP library"
-
cat << EOF
The Linux Kernel Stream Control Transmission Protocol (lksctp) project is an
implementation of the Stream Control Transmission Protocol (SCTP) in the
diff --git a/net/lksctp-tools/HISTORY b/net/lksctp-tools/HISTORY
index 3ab8d9ab5f..c04d460bbd 100644
--- a/net/lksctp-tools/HISTORY
+++ b/net/lksctp-tools/HISTORY
@@ -1,2 +1,5 @@
+2009-08-30 Quentin Rameau <quinq@sourcemage.org>
+ * DETAILS: updated to version 1.0.10
+
2008-11-14 Arjan Bouter <abouter@sourcemage.org>
* DETAILS,HISTORY: created spell
diff --git a/net/netembryo/BUILD b/net/netembryo/BUILD
index 8095e138b8..7db3dcdd32 100755
--- a/net/netembryo/BUILD
+++ b/net/netembryo/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS $LKSCTP_IPV6"
+OPTS="$OPTS $NETEMBRYO_IPV6"
default_build
diff --git a/net/netembryo/CONFIGURE b/net/netembryo/CONFIGURE
index 62d046d76c..439701b114 100755
--- a/net/netembryo/CONFIGURE
+++ b/net/netembryo/CONFIGURE
@@ -1,4 +1,4 @@
-config_query_option LKSCTP_IPV6 \
+config_query_option NETEMBRYO_IPV6 \
'Enable IPv6 support' \
y \
"--enable-ipv6" \
diff --git a/net/netembryo/DEPENDS b/net/netembryo/DEPENDS
index 358ee04051..374ed2beb8 100755
--- a/net/netembryo/DEPENDS
+++ b/net/netembryo/DEPENDS
@@ -1 +1,8 @@
-optional_depends lksctp-tools "--enable-sctp" "--disable-sctp" "For SCTP support"
+optional_depends lksctp-tools \
+ "--enable-sctp" \
+ "--disable-sctp" \
+ "For SCTP support" &&
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "Enable SSL support through OpenSSL"
diff --git a/net/netembryo/DETAILS b/net/netembryo/DETAILS
index b3ffaeed8d..892a69f48a 100755
--- a/net/netembryo/DETAILS
+++ b/net/netembryo/DETAILS
@@ -2,14 +2,13 @@
VERSION=0.0.9
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://live.polito.it/files/downloads/$SPELL/$SOURCE
- SOURCE_HASH=sha512:8dd9d8d2d8cb8ae74c25b10fa7cd0b7f5e6b9efc4853685cde821c8cfad77707845ec9bb8ecc86585423102b352ddca071997201363464e863c0e616149264dd
- WEB_SITE=http://live.polito.it/
+ SOURCE_URL[0]=http://lscube.org/files/downloads/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:8dd9d8d2d8cb8ae74c25b10fa7cd0b7f5e6b9efc4853685cde821c8cfad77707845ec9bb8ecc86585423102b352ddca071997201363464e863c0e616149264dd
+ WEB_SITE=http://lscube.org/projects/netembryo
LICENSE[0]=LGPL
ENTERED=20081114
KEYWORDS="network"
SHORT="network abstraction library"
-
cat << EOF
Netembryo is a network abstraction library.
It provides an uniform access to the following protocols:
diff --git a/net/netembryo/HISTORY b/net/netembryo/HISTORY
index 9503a9ac43..99d0f37e10 100644
--- a/net/netembryo/HISTORY
+++ b/net/netembryo/HISTORY
@@ -1,5 +1,11 @@
+2009-08-30 Quentin Rameau <quinq@sourcemage.org>
+ * DETAILS: urls updated
+ * CONFIGURE, BUILD: modified config variable name
+ * DEPENDS: added optional support for SSL
+
2009-06-08 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 0.0.9
2008-11-14 Arjan Bouter <abouter@sourcemage.org>
* CONFIGURE,DETAILS,DEPENDS,HISTORY: created spell
+
diff --git a/shell-term-fm/mksh/DETAILS b/shell-term-fm/mksh/DETAILS
index 8013dc7d45..cbe22e8e2f 100755
--- a/shell-term-fm/mksh/DETAILS
+++ b/shell-term-fm/mksh/DETAILS
@@ -1,12 +1,12 @@
SPELL=mksh
- VERSION=R38c
+ VERSION=R39
SOURCE=$SPELL-$VERSION.cpio.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
SOURCE_URL[0]=http://www.mirbsd.org/MirOS/dist/mir/$SPELL/$SOURCE
SOURCE_URL[1]=http://pub.allbsd.org/MirOS/dist/mir/$SPELL/$SOURCE
WEB_SITE=http://www.mirbsd.org/mksh.htm
ENTERED=20060928
- SOURCE_HASH=sha512:9bc88543604dce468f108474c094b98bc0cb9f2884f485b277b03ea3de84186acfa56252f2ec0d6ed82f3548f1555f565064296681cea07d2871e58e8435b090
+ SOURCE_HASH=sha512:61a8d9e02eaaaafa212a2f66b984c50fb621dc780b9e26839063695e38225d17dd0d7ce114e41c7f8c653fd83adeb1d2b75cd0836dfa84ba49c0957919549ee3
# I suggest to add this to the list (shortname MIROS or MIRBSD please)
LICENSE[0]=http://mirbsd.de/MirOS-Licence
SHORT="MirBSD Korn Shell"
diff --git a/shell-term-fm/mksh/HISTORY b/shell-term-fm/mksh/HISTORY
index f05289641a..4e30dfbaed 100644
--- a/shell-term-fm/mksh/HISTORY
+++ b/shell-term-fm/mksh/HISTORY
@@ -1,3 +1,6 @@
+2009-08-30 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to R39
+
2009-06-23 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to R38c
diff --git a/video/gpac/HISTORY b/video/gpac/HISTORY
index 143074725c..fe6bda7acf 100644
--- a/video/gpac/HISTORY
+++ b/video/gpac/HISTORY
@@ -1,3 +1,6 @@
+2009-08-30 Quentin Rameau <quinq@sourcemage.org>
+ * PRE_BUILD: changed installation from /usr/lib64 to /usr/lib
+
2009-06-08 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 0.4.5, removed UPDATED and BUILD_API
diff --git a/video/gpac/PRE_BUILD b/video/gpac/PRE_BUILD
index 3e21fe1b4b..9a3256227d 100755
--- a/video/gpac/PRE_BUILD
+++ b/video/gpac/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+# disable installation to lib64
+sedit 's/lib64/lib/' configure &&
chmod u+x configure
diff --git a/video/mkvtoolnix/BUILD b/video/mkvtoolnix/BUILD
new file mode 100755
index 0000000000..25630f00fc
--- /dev/null
+++ b/video/mkvtoolnix/BUILD
@@ -0,0 +1,9 @@
+if [[ $(get_spell_provider $SPELL QT) == "qt4" ]]
+then
+# help configure to find needed QT4 binaries
+# if not exported, configure doesn't find them
+ export MOC="${INSTALL_ROOT}/usr/bin/qt4/moc"
+ export RCC="${INSTALL_ROOT}/usr/bin/qt4/rcc"
+ export UIC="${INSTALL_ROOT}/usr/bin/qt4/uic"
+fi &&
+default_build
diff --git a/video/mkvtoolnix/DEPENDS b/video/mkvtoolnix/DEPENDS
index 5a54c08ef4..d2e2424a00 100755
--- a/video/mkvtoolnix/DEPENDS
+++ b/video/mkvtoolnix/DEPENDS
@@ -1,30 +1,32 @@
-depends expat &&
-depends libvorbis &&
-depends libmatroska &&
-# unless someone has a better suggestion this seems to be needed on
-# x86_64 else it'll look for it in /usr/lib64 and fail but I'm giving
-# this check just to see if that dir exists in case someone goes
-# multilib or something similar
-if [[ ${SMGL_COMPAT_ARCHS[1]} == x86_64 ]] &&
- [[ ! -d ${INSTALL_ROOT}/usr/lib64 ]] ; then
-depends -sub REGEX boost "--with-boost-libdir=${INSTALL_ROOT}/usr/lib"
-else
-depends -sub REGEX boost
-fi &&
-depends -sub CPP pcre &&
-optional_depends bzip2 \
- '--enable-bz2' \
- '--disable-bz2' \
- 'for BZ2 compression' &&
+depends libebml &&
+depends libmatroska &&
+depends expat &&
+depends libogg &&
+depends libvorbis &&
+depends zlib &&
+depends -sub REGEX boost "--with-boost-libdir=${INSTALL_ROOT}/usr/lib" &&
+
+optional_depends WXWIDGET \
+ '--enable-gui --enable-wxwidgets' \
+ '--disable-wxwidgets' \
+ "for wxWidgets mkvinfo and mmg gui" &&
+optional_depends QT \
+ '--enable-gui --enable-qt' \
+ '--disable-qt' \
+ "for Qt mkvinfo and mmg gui" &&
+optional_depends flac \
+ "" \
+ "" \
+ "for FLAC support" &&
optional_depends lzo \
'--enable-lzo' \
'--disable-lzo' \
'for LZO compression' &&
-optional_depends wxgtk \
- '--enable-gui' \
- '--disable-gui' \
- "for mkvinfo and mmg gui" &&
-optional_depends "flac" \
- "" \
- "" \
- "for FLAC support"
+optional_depends bzip2 \
+ '--enable-bz2' \
+ '--disable-bz2' \
+ 'for BZ2 compression' &&
+optional_depends file \
+ "" \
+ "" \
+ 'for automatic content type detection'
diff --git a/video/mkvtoolnix/DETAILS b/video/mkvtoolnix/DETAILS
index 89a57fdc8f..3a083f8769 100755
--- a/video/mkvtoolnix/DETAILS
+++ b/video/mkvtoolnix/DETAILS
@@ -1,14 +1,12 @@
SPELL=mkvtoolnix
- VERSION=2.8.0
+ VERSION=2.9.8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.bunkus.org/videotools/mkvtoolnix/sources/$SOURCE
WEB_SITE=http://www.bunkus.org/videotools/mkvtoolnix/
- SOURCE_HASH=sha512:54790e2dfbaa37e9162d871bedb75e176b186b3a198e7f7d19cb374ca5a9b422a4ac41fe86a422b94536d5e11f6d5186257b1fa7ddc82854d101f026b1b1c8f9
-# SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+ SOURCE_HASH=sha512:0768f04205f82aed92ae9b3452df224e35ce95cee8912575f0c998b4e694d11f221b731e49f35c17283a09b5836e05e7d513030dd7af8da31d277d9e09595e12
LICENSE[0]=GPL
ENTERED=20030520
- UPDATED=20041120
KEYWORDS="video"
SHORT="MKVtoolnix will evolve into a set of tools to create, alter and inspect Matroska files under Linux and other Unices"
cat << EOF
diff --git a/video/mkvtoolnix/HISTORY b/video/mkvtoolnix/HISTORY
index 2206627696..5bf5e26fc7 100644
--- a/video/mkvtoolnix/HISTORY
+++ b/video/mkvtoolnix/HISTORY
@@ -1,3 +1,11 @@
+2009-08-30 Quentin Rameau <quinq@sourcemage.org>
+ * DETAILS: updated to version 2.9.8
+ * DEPENDS: added dependencies on libebml, libogg, zlib,
+ added optional dependencies on QT, file,
+ removed dependency on pcre
+ removed workaround for /usr/lib64
+ * BUILD: added, setup qt4 install directory
+
2009-08-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* TRIGGERS: on_cast boost cast_self
diff --git a/x11-toolkits/wxgtk-no-unicode/HISTORY b/x11-toolkits/wxgtk-no-unicode/HISTORY
index e2ddff393f..6a7e6f1b1b 100644
--- a/x11-toolkits/wxgtk-no-unicode/HISTORY
+++ b/x11-toolkits/wxgtk-no-unicode/HISTORY
@@ -1,3 +1,6 @@
+2009-08-30 Quentin Rameau <quinq@sourcemage.org>
+ * PROVIDES: deleted, only audacity requires it
+
2009-06-08 Treeve Jelbert <treeve@sourcemage.org>
* PROVIDES: add
* CONFLICTS: add wxgtk-new
diff --git a/x11-toolkits/wxgtk-no-unicode/PROVIDES b/x11-toolkits/wxgtk-no-unicode/PROVIDES
deleted file mode 100755
index 1a121d4c11..0000000000
--- a/x11-toolkits/wxgtk-no-unicode/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-WXWIDGET
diff --git a/x11/tint2/BUILD b/x11/tint2/BUILD
new file mode 100755
index 0000000000..e9203d06aa
--- /dev/null
+++ b/x11/tint2/BUILD
@@ -0,0 +1,2 @@
+OPTS="$TINT2_OPTS $OPTS" &&
+default_build
diff --git a/x11/tint2/CONFIGURE b/x11/tint2/CONFIGURE
new file mode 100755
index 0000000000..11ff1c1249
--- /dev/null
+++ b/x11/tint2/CONFIGURE
@@ -0,0 +1,9 @@
+config_query_option TINT2_OPTS \
+ "Enable additional documentation?" n \
+ "--disable-doc" "--enable-doc" &&
+config_query_option TINT2_OPTS \
+ "Enable example configuration?" n \
+ "--disable-examples" "--enable-examples" &&
+config_query_option TINT2_OPTS \
+ "Enable batter status monitor?" y \
+ "--disable-battery" "--enable_battery"
diff --git a/x11/tint2/DEPENDS b/x11/tint2/DEPENDS
new file mode 100755
index 0000000000..687da9c3fb
--- /dev/null
+++ b/x11/tint2/DEPENDS
@@ -0,0 +1,6 @@
+depends cairo &&
+depends pango &&
+depends glib2 &&
+depends libx11 &&
+depends libxinerama &&
+depends imlib2
diff --git a/x11/tint2/DETAILS b/x11/tint2/DETAILS
new file mode 100755
index 0000000000..9a59d10f9f
--- /dev/null
+++ b/x11/tint2/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=tint2
+ VERSION=0.7_beta3
+ SOURCE_HASH=478867ad6aae659cdbf1a1637a96afd48399c15f02f0e26ef7eecf47cb39678bf0e5bbbd9495ebfd2565ebb34c6401cdd2e2bccb222a6e67c06887636805485d
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://code.google.com/p/tint2/
+ SOURCE_URL[0]=http://tint2.googlecode.com/files/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20090830
+ KEYWORDS="tint2 taskbar panel"
+ SHORT="tint2 is a panel/taskbar that is window manager independent"
+cat << EOF
+tint2 is a simple panel/taskbar intentionally made for openbox3, but should
+also work with other window managers.
+
+The goal is to keep tint2 unintrusive and light (memory / cpu / aestetic). We
+follow freedesktop specifications. We also try to get 'virtual desktop' and
+'multi-monitor' easier to use.
+EOF
diff --git a/x11/tint2/HISTORY b/x11/tint2/HISTORY
new file mode 100644
index 0000000000..b51b917a2e
--- /dev/null
+++ b/x11/tint2/HISTORY
@@ -0,0 +1,2 @@
+2009-08-30 Donald Johnson <ltdonny@gmail.com>
+ * all: created