commit 4cf1d76925f62a0c451573c137ef8aff32c70996
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
seamoney 2.0.11, SECURITY_PATCH=29
commit a748903221d1a4d6dd6f73fac1b36a22fa083aa0
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
elfutils 0.150
commit 6aa22c8ad7214055b2d222442b576f7c30f94e71
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
pcre: => 8.11
commit 3125a7d94394ff3a0cf69f2bfbe2c05bdb5f725c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libisofs: => 0.6.40
commit dc420e4592aa2406ffcd79cee527107ecbff3ea6
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
rakarrack: new spell
commit 6c1ec4ebfd7287a2d88fc72214cf7720ee6014b0
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
xdvik: update to 22.84.16
commit 838dacee3df8956dfc2bad8b953e5c0610d2dea6
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
ladspa: changed spell offer installing the utils in addition to the header
commit 3651dfece09c4c7d792823cd589d84ea537dafd3
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
mlt: added frei0r-plugins as optional depends
commit 6686bd792751ef3e62a1084d0e2463b26dfe35d1
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
frei0r-plugins: New spell, minimal API for video effects
commit 1bc1883675ae335bd44dc93b793120631233828d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
spine: => 0.8.7g
commit ff3c25673737afa4929df474b870048399c297b8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
cacti: updated plugin arch to 2.8, added patches
commit 6b0cae431e354cc9810c72bdf4c8dc488ac6213e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
rasqal: => 0.9.21
commit 1b8ab383d03a7a9a2a9de0b631c1e37b1d6e9870
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
pangomm 2.26.3
commit 1b0f163001dc884be877a4ebadcfa1bb975e0b3c
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
youtube-dl 2010.12.09
commit 0046e8c7041e3c8640a17514315e75dcd0ff092f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
minitube 1.3
diff --git a/ChangeLog b/ChangeLog
index f13b61a..02ded03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-11 Thomas Orgis <sobukus AT sourcemage.org>
+ * audio-creation/rakarrack: new spell, guitar amp & effects
+
+2010-12-10 Robin Cook <rcook AT wyrms.net>
+ * video-libs/frei0r-plugins: new spell, Minimal API for video effects
+
2010-12-09 David Kowis <dkowis AT shlrm.org>
* net/collectd: new spell, statistics collection daemon
diff --git a/audio-creation/rakarrack/DEPENDS
b/audio-creation/rakarrack/DEPENDS
new file mode 100755
index 0000000..addc4ab
--- /dev/null
+++ b/audio-creation/rakarrack/DEPENDS
@@ -0,0 +1,9 @@
+depends fltk &&
+depends libxpm &&
+depends alsa-lib &&
+depends libsamplerate &&
+depends libsndfile &&
+# needs aconnect
+depends alsa-utils &&
+depends libxft &&
+depends JACK-DRIVER
diff --git a/audio-creation/rakarrack/DETAILS
b/audio-creation/rakarrack/DETAILS
new file mode 100755
index 0000000..16cf6ba
--- /dev/null
+++ b/audio-creation/rakarrack/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=rakarrack
+ VERSION=0.6.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:ac71e3915b44fc57904640662ebf4f1b40d2ef520b048b1586cc465964984896b236dae259c70f3f0a185396747ae73729a1cc2c490568f1c4e9238b7c1e9ce5
+ WEB_SITE=http://jack-rack.sourceforge.net/
+ ENTERED=20031208
+ LICENSE[0]=GPL
+ KEYWORDS="jack audio guitar"
+ SHORT="Guitar effects for Linux"
+cat << EOF
+Rakarrack is a richly featured multi-effects processor emulating a guitar
+effects pedalboard. Presets and user interface are optimized for guitar,
+but Rakarrack processes signals in stereo while it does not apply internal
+band-limiting filtering, and thus is well suited to all musical
+instruments and vocals. Rakarrack is designed for Linux distributions with
+Jack Audio Connection Kit.
+EOF
diff --git a/audio-creation/rakarrack/HISTORY
b/audio-creation/rakarrack/HISTORY
new file mode 100644
index 0000000..47cb8c4
--- /dev/null
+++ b/audio-creation/rakarrack/HISTORY
@@ -0,0 +1,3 @@
+2010-11-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS, DETAILS: Created
+
diff --git a/audio-libs/ladspa/BUILD b/audio-libs/ladspa/BUILD
index 27ba77d..c8c2fef 100755
--- a/audio-libs/ladspa/BUILD
+++ b/audio-libs/ladspa/BUILD
@@ -1 +1,6 @@
-true
+if [ "$LADSPA_SDK" == "y" ]; then
+ cd $SOURCE_DIRECTORY/src &&
+ make
+else
+ true
+fi
diff --git a/audio-libs/ladspa/DETAILS b/audio-libs/ladspa/DETAILS
index 889e989..007462d 100755
--- a/audio-libs/ladspa/DETAILS
+++ b/audio-libs/ladspa/DETAILS
@@ -1,15 +1,15 @@
- SPELL=ladspa
- SOURCE=ladspa.h.txt
- VERSION=1.1
-SOURCE_URL[0]=http://www.ladspa.org/ladspa_sdk/$SOURCE
- WEB_SITE=http://www.ladspa.org
- GATHER_DOCS=off
- ENTERED=20020516
- UPDATED=20021010
- LICENSE[0]=LGPL
-
SOURCE_HASH=sha512:052eacfa7c81e6608e8d65e40abb5214e7dd02a856c5e72b520e837b4b3f824c163d35166d73446522ea34ffd62fdbb78d745e83ede426ba7acc826145f4eef2
- KEYWORDS="plugins audio"
- SHORT="Linux Audio Developer's Simple Plugin API (LADSPA)"
+ SPELL=ladspa
+ VERSION=1.13
+ SOURCE=${SPELL}_sdk_$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_sdk
+ SOURCE_URL[0]=http://www.ladspa.org/download/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ GATHER_DOCS=off
+ LICENSE[0]=LGPL
+ WEB_SITE=http://www.ladspa.org
+ ENTERED=20020516
+ KEYWORDS="plugins audio"
+ SHORT="Linux Audio Developer's Simple Plugin API (LADSPA)"
cat << EOF
Many audio synthesis and recording packages are in use or in development on
Linux. These work in many different ways. LADSPA provides a standard way for
diff --git a/audio-libs/ladspa/HISTORY b/audio-libs/ladspa/HISTORY
index e9a000c..f83bbe0 100644
--- a/audio-libs/ladspa/HISTORY
+++ b/audio-libs/ladspa/HISTORY
@@ -1,3 +1,11 @@
+2010-12-10 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: changed SOURCE to actual source file
+ changed SOURCE_URL to the actual source file
+ added SOURCE_DIRECTORY
+ * PREPARE: added query to install utils
+ * BUILD: added building utils
+ * INSTALL: added installing utils
+
2008-08-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: suggest swh-plugins #11720
. /etc/init.d/smgl_init
diff --git a/audio-players/mpd/init.d/mpd.conf
b/audio-players/mpd/init.d/mpd.conf
index 9193262..b14337c 100644
--- a/audio-players/mpd/init.d/mpd.conf
+++ b/audio-players/mpd/init.d/mpd.conf
@@ -49,6 +49,11 @@
#
#state_file "~/.mpd/state"
#
+# The location of the sticker database. This is a database which
+# manages dynamic information attached to songs.
+#
+#sticker_file "~/.mpd/sticker.sql"
+#
@@ -61,6 +66,13 @@
#
#user "nobody"
#
+# This setting specifies the group that MPD will run as. If not specified
+# primary group of user specified with "user" setting will be used (if set).
+# This is useful if MPD needs to be a member of group such as "audio" to
+# have permission to use sound card.
+#
+#group "nogroup"
+#
# This setting sets the address for the daemon to listen on. Careful
attention
# should be paid if this is assigned to anything other then the default, any.
# This setting can deny access to control of the daemon.
@@ -102,6 +114,16 @@
#
#metadata_to_use
"artist,album,title,track,name,genre,date,composer,performer,disc"
#
+# This setting enables automatic update of MPD's database when files in
+# music_directory are changed.
+#
+#auto_update "yes"
+#
+# Limit the depth of the directories being watched, 0 means only watch
+# the music directory itself. There is no limit by default.
+#
+#auto_update_depth "3"
+#
-# Volume control mixer
########################################################
-#
-# These are the global volume control settings. By default, this setting will
-# be detected to the available audio output device, with preference going to
-# hardware mixing. Hardware and software mixers for individual audio_output
-# sections cannot yet be mixed.
-#
-# An example for controlling an ALSA, OSS or Pulseaudio mixer; If this
-# setting is used other sound applications will be affected by the volume
-# being controlled by MPD.
-#
-#mixer_type "hardware"
-#
-# An example for controlling all mixers through software. This will control
-# all controls, even if the mixer is not supported by the device and will not
-# affect any other sound producing applications.
-#
-#mixer_type "software"
-#
-# This example will not allow MPD to touch the mixer at all and will disable
-# all volume controls.
-#
-#mixer_type "disabled"
-#
-###############################################################################
-
-
# Normalization automatic volume adjustments
##################################
#
# This setting specifies the type of ReplayGain to use. This setting can have
-# the argument "album" or "track". See <http://www.replaygain.org> for more
-# details. This setting is disabled by default.
+# the argument "off", "album" or "track". See <http://www.replaygain.org>
+# for more details. This setting is off by default.
#
#replaygain "album"
#
@@ -357,8 +370,7 @@ input {
# Character Encoding
##########################################################
#
# If file or directory names do not display correctly for your locale then
you
-# may need to modify this setting. After modification of this setting mpd
-# --create-db must be run to change the database.
+# may need to modify this setting.
#
#filesystem_charset "UTF-8"
#
@@ -367,3 +379,29 @@ input {
#id3v1_encoding "ISO-8859-1"
#
###############################################################################
+
+
+# SIDPlay decoder
#############################################################
+#
+# songlength_database:
+# Location of your songlengths file, as distributed with the HVSC.
+# The sidplay plugin checks this for matching MD5 fingerprints.
+# See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
+#
+# default_songlength:
+# This is the default playing time in seconds for songs not in the
+# songlength database, or in case you're not using a database.
+# A value of 0 means play indefinitely.
+#
+# filter:
+# Turns the SID filter emulation on or off.
+#
+#decoder {
+# plugin "sidplay"
+# songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
+# default_songlength "120"
+# filter "true"
+#}
+#
+###############################################################################
+
diff --git a/crypto/ccid/DETAILS b/crypto/ccid/DETAILS
index 2aad884..26fea30 100755
--- a/crypto/ccid/DETAILS
+++ b/crypto/ccid/DETAILS
@@ -1,9 +1,9 @@
SPELL=ccid
- VERSION=1.4.0
-
SOURCE_HASH=sha512:088591a3e782c613a41b33dc0ff5c2bd1e92cf209c1a9d8e23e8f1ace86aa0524bdc245688df3ffbb06cfae487ea3966741a6a7a694a92f3c30a40f233104503
+ VERSION=1.4.1
+
SOURCE_HASH=sha512:1041c151773e391db64de1e3173c26ef4bbc5a73edd0bc4b3bb82fe0d0aea6ab5f6579b19f9e07661f0b49010930873e627fd189243fbc5a6e28676e65233f14
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://alioth.debian.org/frs/download.php/3333/$SOURCE
+ SOURCE_URL[0]=http://alioth.debian.org/frs/download.php/3475/$SOURCE
WEB_SITE=http://pcsclite.alioth.debian.org/ccid.html
LICENSE[0]=LGPL
ENTERED=20070123
diff --git a/crypto/ccid/HISTORY b/crypto/ccid/HISTORY
index 2668c5f..610653e 100644
--- a/crypto/ccid/HISTORY
+++ b/crypto/ccid/HISTORY
@@ -1,3 +1,6 @@
+2010-12-12 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.4.1
+
2010-08-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.0
diff --git a/crypto/pcsc-lite/DETAILS b/crypto/pcsc-lite/DETAILS
index aead4f4..7563557 100755
--- a/crypto/pcsc-lite/DETAILS
+++ b/crypto/pcsc-lite/DETAILS
@@ -1,9 +1,9 @@
SPELL=pcsc-lite
- VERSION=1.6.4
-
SOURCE_HASH=sha512:4f6aaab1fbd1652a8dc84c151ef7d4568c076c2090b4a6059b9362940a8da7a6e50421a0cfb3ff6b2383733385e63686d95884ba4b9ad28f4cbcab2cfac29210
+ VERSION=1.6.6
+
SOURCE_HASH=sha512:b3b13a4d11cdccc2483bdc81acb8d7e2a38b2a7b35b90d2ff2562ec8205d0d493720fe28432c51f2917ed02a1771c63bbeee6aed54a8d6fee7e299d90aa7f43b
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://alioth.debian.org/frs/download.php/3337/$SOURCE
+ SOURCE_URL[0]=http://alioth.debian.org/frs/download.php/3479/$SOURCE
WEB_SITE=http://pcsclite.alioth.debian.org/
LICENSE[0]=BSD
ENTERED=20050106
diff --git a/crypto/pcsc-lite/HISTORY b/crypto/pcsc-lite/HISTORY
index c3ffdba..a6daf0f 100644
--- a/crypto/pcsc-lite/HISTORY
+++ b/crypto/pcsc-lite/HISTORY
@@ -1,3 +1,6 @@
+2010-12-12 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.6.6
+
2010-08-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.6.4
* BUILD, DEPENDS, CONFIGURE: removed obsolete options,
diff --git a/disk/libisofs/DETAILS b/disk/libisofs/DETAILS
index fa3bc0c..614a1db 100755
--- a/disk/libisofs/DETAILS
+++ b/disk/libisofs/DETAILS
@@ -12,8 +12,8 @@ if [[ $LIBISOFS_SVN == y ]]; then
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
SOURCE_IGNORE=volatile
else
- VERSION=0.6.38
-
SOURCE_HASH=sha512:f96ca85ade395c3a54e61bacba9a4279f9c8c9a40cda0161ba58875aaadcfa56ffdaaea4049224eb1b2d90d151fa48c58556c0d4f66f296aae5c1f6bb1bea6d4
+ VERSION=0.6.40
+
SOURCE_HASH=sha512:b8cf2424819be5c71b0c734ca69b2ad686512cfbec9c00d8441174908015d215ad91e5ae6acf25e1231c6ec3aba074a1f77ed5ab0098a70c12818d62d239e4bc
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/disk/libisofs/HISTORY b/disk/libisofs/HISTORY
index aa24477..fdc99ef 100644
--- a/disk/libisofs/HISTORY
+++ b/disk/libisofs/HISTORY
@@ -1,3 +1,6 @@
+2010-12-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.40
+
2010-10-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.38
diff --git a/doc/xdvik/DETAILS b/doc/xdvik/DETAILS
index c243dad..5cb630f 100755
--- a/doc/xdvik/DETAILS
+++ b/doc/xdvik/DETAILS
@@ -1,9 +1,9 @@
SPELL=xdvik
- VERSION=22.84.10
+ VERSION=22.84.16
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/xdvi/${SOURCE}
-SOURCE_HASH=sha512:288b743ceb2a259ea0143de2312cde4e6ca78b8b5b3831aef729d87e85fd0b58a6efebaea4349286bbe699179c063889b2052a1331d2b9589a674464f2899ce7
+SOURCE_HASH=sha512:e95c94bd9e6c161cef3f7b9278761eee0dfa34c5bf1765426a33152fe2cec3705de183d981d68421b7b1b2877e75d7c4b9d0c0056ae8aa3f50d6b6275384af8a
WEB_SITE=http://xdvi.sourceforge.net/
ENTERED=20060929
KEYWORDS="doc"
diff --git a/doc/xdvik/HISTORY b/doc/xdvik/HISTORY
index 32b4e4e..161b26a 100644
--- a/doc/xdvik/HISTORY
+++ b/doc/xdvik/HISTORY
@@ -1,3 +1,6 @@
+2010-12-11 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: updated to 22.84.16 .
+
2009-08-06 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* PROVIDES: added for XDVI
* DEPENDS: fix GUI selection, also t1lib is hard depend we use
diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index f082311..560c38e 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,5 +1,5 @@
SPELL=transmission
- VERSION=2.12
+ VERSION=2.13
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://mirrors.m0k.org/$SPELL/files/$SOURCE
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index e0187c1..db93d51 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,6 @@
+2010-12-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.13
+
2010-11-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.12
diff --git a/ftp/transmission/transmission-2.12.tar.bz2.sig
b/ftp/transmission/transmission-2.12.tar.bz2.sig
deleted file mode 100644
index dd799ce..0000000
Binary files a/ftp/transmission/transmission-2.12.tar.bz2.sig and /dev/null
differ
diff --git a/ftp/transmission/transmission-2.13.tar.bz2.sig
b/ftp/transmission/transmission-2.13.tar.bz2.sig
new file mode 100644
index 0000000..f8a6496
Binary files /dev/null and b/ftp/transmission/transmission-2.13.tar.bz2.sig
differ
diff --git a/gnome2-libs/libgdata/DETAILS b/gnome2-libs/libgdata/DETAILS
index 078e7c1..8429bf1 100755
--- a/gnome2-libs/libgdata/DETAILS
+++ b/gnome2-libs/libgdata/DETAILS
@@ -1,5 +1,5 @@
SPELL=libgdata
- VERSION=0.6.5
+ VERSION=0.6.6
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/libgdata/HISTORY b/gnome2-libs/libgdata/HISTORY
index b74d5a8..b6ca3b1 100644
--- a/gnome2-libs/libgdata/HISTORY
+++ b/gnome2-libs/libgdata/HISTORY
@@ -1,3 +1,6 @@
+2010-12-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.6.6
+
2010-10-01 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 0.6.5
diff --git a/gnome2-libs/libgdata/libgdata-0.6.5.tar.bz2.sig
b/gnome2-libs/libgdata/libgdata-0.6.5.tar.bz2.sig
deleted file mode 100644
index 53dd7f6..0000000
Binary files a/gnome2-libs/libgdata/libgdata-0.6.5.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/libgdata/libgdata-0.6.6.tar.bz2.sig
b/gnome2-libs/libgdata/libgdata-0.6.6.tar.bz2.sig
new file mode 100644
index 0000000..ba9a208
Binary files /dev/null and b/gnome2-libs/libgdata/libgdata-0.6.6.tar.bz2.sig
differ
diff --git a/gnome2-libs/pangomm/DETAILS b/gnome2-libs/pangomm/DETAILS
index ed7fe18..f6c638d 100755
--- a/gnome2-libs/pangomm/DETAILS
+++ b/gnome2-libs/pangomm/DETAILS
@@ -1,5 +1,5 @@
SPELL=pangomm
- VERSION=2.26.2
+ VERSION=2.26.3
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
diff --git a/gnome2-libs/pangomm/HISTORY b/gnome2-libs/pangomm/HISTORY
index 501901f..cadc207 100644
--- a/gnome2-libs/pangomm/HISTORY
+++ b/gnome2-libs/pangomm/HISTORY
@@ -1,3 +1,6 @@
+2010-12-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.26.3
+
2010-05-04 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.26.2
diff --git a/gnome2-libs/pangomm/pangomm-2.26.2.tar.bz2.sig
b/gnome2-libs/pangomm/pangomm-2.26.2.tar.bz2.sig
deleted file mode 100644
index 708c6ac..0000000
Binary files a/gnome2-libs/pangomm/pangomm-2.26.2.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/pangomm/pangomm-2.26.3.tar.bz2.sig
b/gnome2-libs/pangomm/pangomm-2.26.3.tar.bz2.sig
new file mode 100644
index 0000000..9ebf8b8
Binary files /dev/null and b/gnome2-libs/pangomm/pangomm-2.26.3.tar.bz2.sig
differ
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index fa50051..c66d003 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -8,7 +8,7 @@ if [[ $FIREFOX_CVS == y ]]; then
#
SOURCE_HASH=sha512:eb38349212a352718987e611315405c869fad9ebd6026ce4662bbbb12c5914178c6d348ea12686a7efbb046870e44238a1b46e20fe3d9eb323e3d6ab8f9dfacc
SOURCE2_URL[0]=$SOURCE_URL.asc
else
- VERSION=3.6.12
+ VERSION=3.6.13
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
@@ -17,7 +17,7 @@ else
SOURCE_URL[2]=ftp://ftp.in2p3.fr/pub/mozilla/$SPELL/releases/$VERSION/source/$SOURCE
SOURCE_URL[3]=ftp://ftp.sai.msu.su/pub/unix/WWW/browsers/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
- SECURITY_PATCH=37
+ SECURITY_PATCH=38
fi
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 26e6f9a..93db3d4 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2010-12-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 3.6.13, SECURITY_PATCH=38
+
2010-11-10 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to version 4.0b7
diff --git a/utils/youtube-dl/DETAILS b/utils/youtube-dl/DETAILS
index 992d0fa..f5677dd 100755
--- a/utils/youtube-dl/DETAILS
+++ b/utils/youtube-dl/DETAILS
@@ -1,13 +1,14 @@
SPELL=youtube-dl
- VERSION=2010.10.24
+ VERSION=2010.12.09
SOURCE=$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://bitbucket.org/rg3/youtube-dl/raw/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:e55587b1bc39be5327f57ff2a50e07ed55faa63346bacdd89c03f4ff48c1758ce6a072145568ce235c02cb79f8b05bdaf1f4e6f80d0ba9d161fe5982b05d5c7f
+ SOURCE_URL[0]=https://github.com/rg3/youtube-dl/raw/$VERSION/$SOURCE
+ SOURCE_HINTS[0]="no-check-certificate"
+
SOURCE_HASH=sha512:4a86a01d78be897b1b784b5d8511227395769a02f14041c61a2abb309466174febb753a9e8ec12802287e992b485b01d045a6d0b7dacf04b6ae5b8d9cfecfa2b
FORCE_DOWNLOAD=on
LICENSE[0]=BSD
KEYWORDS="utils"
- WEB_SITE=http://bitbucket.org/rg3/youtube-dl/wiki/Home
+ WEB_SITE=http://rg3.github.com/youtube-dl/
ENTERED=20080320
SHORT='command-line program to download YouTube videos'
cat << EOF
diff --git a/utils/youtube-dl/HISTORY b/utils/youtube-dl/HISTORY
index 657ffa9..b66b342 100644
--- a/utils/youtube-dl/HISTORY
+++ b/utils/youtube-dl/HISTORY
@@ -1,3 +1,6 @@
+2010-12-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2010.12.09, new WEB_SITE and SOURCE_URL[0], SOURCE_HINTS[0]
+
2010-10-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2010.10.24
diff --git a/video-libs/frei0r-plugins/DEPENDS
b/video-libs/frei0r-plugins/DEPENDS
new file mode 100755
index 0000000..9dd3ace
--- /dev/null
+++ b/video-libs/frei0r-plugins/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends gavl "" "" "Required for scale0tilt and vectorscope
filters?" &&
+optional_depends opencv "" "" "Required for facebl0r filter?"
+
diff --git a/video-libs/frei0r-plugins/DETAILS
b/video-libs/frei0r-plugins/DETAILS
new file mode 100755
index 0000000..9f127aa
--- /dev/null
+++ b/video-libs/frei0r-plugins/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=frei0r-plugins
+ VERSION=1.2.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.dyne.org/frei0r/releases/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://frei0r.dyne.org/
+ ENTERED=20101210
+ KEYWORDS="video"
+ SHORT="Minimalistic plugin API for video effects"
+cat << EOF
+What Frei0r is
+Frei0r is a minimalistic plugin API for video effects.
+The main emphasis is on simplicity for an API that will round up the most
common
+video effects into simple filters, sources and mixers that can be controlled
by
+parameters. It's our hope that this way these simple effects can be shared
+between many applications, avoiding their reimplementation by different
projects.
+What Frei0r is not
+Frei0r is not meant as a competing standard to more ambitious efforts that
try
+to satisfy the needs of many different applications and more complex effects.
+It is not meant as a generic API for all kinds of video applications, as it
+doesn't provides things like an extensive parameter mechanism or event
handling.
+Eventually the frei0r API can be wrapped by higher level APIs expanding its
+functionalities (for instance as GStreamer, MLT, FFmpeg and others do).
+EOF
+
diff --git a/video-libs/frei0r-plugins/HISTORY
b/video-libs/frei0r-plugins/HISTORY
new file mode 100644
index 0000000..f21fedd
--- /dev/null
+++ b/video-libs/frei0r-plugins/HISTORY
@@ -0,0 +1,2 @@
+2010-12-10 Robin Cook <rcook AT wyrms.net>
+ * new spell: DETAILS DEPENDS
diff --git a/video-libs/frei0r-plugins/frei0r-plugins-1.2.1.tar.gz.sig
b/video-libs/frei0r-plugins/frei0r-plugins-1.2.1.tar.gz.sig
new file mode 100644
index 0000000..374ac46
Binary files /dev/null and
b/video-libs/frei0r-plugins/frei0r-plugins-1.2.1.tar.gz.sig differ
diff --git a/video/minitube/DETAILS b/video/minitube/DETAILS
index 90aa916..c87da25 100755
--- a/video/minitube/DETAILS
+++ b/video/minitube/DETAILS
@@ -1,8 +1,8 @@
SPELL=minitube
- VERSION=1.2
+ VERSION=1.3
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://flavio.tordini.org/files/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:a58a90c60545163d48fa0069754eec5af49c5a435ce9d04b4e9c72802ea9c9dbe395fef7ebda48d60fa91806b2f70f3f22d24c449daab98f3bb404198644f5d0
+
SOURCE_HASH=sha512:f31d65d6d1e58c1e5ccb25423270710fd340a01ed39064c0c67460355a1bc5758d04001716cf2bc3439e414aee374fab4d4e9ae2558cca25892dbaecab6bca1b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://flavio.tordini.org/minitube"
LICENSE[0]=GPL
diff --git a/video/minitube/HISTORY b/video/minitube/HISTORY
index 34dd628..14b778d 100644
--- a/video/minitube/HISTORY
+++ b/video/minitube/HISTORY
@@ -1,3 +1,6 @@
+2010-12-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.3
+
2010-10-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2