New commits:
commit e731080f3cf9c88a6be20bac439de7904bacb7d7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
xdebug: => 2.1.3
commit 475add1edb211a76e8ca3fa9e8031b2699496c51
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
sudo: => 1.8.4
commit 3119d64157d2969b60bfcb16a338f91994f61118
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
libevent: => 2.0.17
commit fffae05553f503bb02f1fb47e661be25bb6ceb46
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
video-libs/libaacs: new spell, a library implementing the AACS
specification
commit 57e97902255f41953b6a92e17e9ef83729fcef8c
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
blender: re-enabled the openexr optional depends
commit 2c9fcc7b20b22ef7a19d573e08c55b36a8d2646c
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
blender: add HISTORY update
commit bb37647447c748506f1609b18e58399a24a6eea0
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
blender: updated to 2.62
commit 938ff82914f3ba1d34a9e65fd7ca5de7de7dc119
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
video/vlc: added an optional dependency on libxcb
commit dee8caf4c09bd927194e553c0231df9aed02ab3a
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
tiff 4.0.1
commit 968f9cb1aa8329a8074762a4f42bb97c9966b139
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
video/vlc: added missing optional dependencies on libproxy,
libsamplerate, libbluray, libssh2 and libxml2
commit c07eecf81bd14574187288cd7dfe98e20bccbcbc
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
libpng 1.2.47, SECURITY_PATCH=7, CVE-2011-3026
commit 9c24fb5e4a3ab3681cd9dc4c63989718c8a0776d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
video-libs/libbluray: new spell, a library for blueray disk playback
diff --git a/ChangeLog b/ChangeLog
index 140fdfc..076eda2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * video-libs/libbluray: new spell, a library for blueray disk playback
+ * video-libs/libaacs: new spell, a library that implements the
Advanced
+ Access Content System specification
+
2012-02-17 Vlad Glagolev <stealth AT sourcemage.org>
* disk/mbootpack: new spell, multiboot kernel packager
diff --git a/video-libs/libaacs/DEPENDS b/video-libs/libaacs/DEPENDS
new file mode 100755
index 0000000..269b56f
--- /dev/null
+++ b/video-libs/libaacs/DEPENDS
@@ -0,0 +1,2 @@
+depends libgcrypt &&
+depends libgpg-error
diff --git a/video-libs/libaacs/DETAILS b/video-libs/libaacs/DETAILS
new file mode 100755
index 0000000..494ae18
--- /dev/null
+++ b/video-libs/libaacs/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=libaacs
+ VERSION=0.3.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=http://download.videolan.org/pub/videolan/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:7b71db8e6ce95807f0f08356a6e132459bde0ea61e4474c43dbc1a01adfebc234e9fb503f5249bca6505f3a352a4f902b4731fb5df7deff0cfca265fc625c2dc
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.videolan.org/developers/libaacs.html"
+ LICENSE[0]=GPL
+ ENTERED=20120219
+ SHORT="a library that implements the Advanced Access Content
System specification"
+cat << EOF
+libaacs is a research project to implement the Advanced Access Content
+System specification.
+
+This research project provides, through an open-source library, a way to
+understand how the AACS works.
+
+This research project is mainly developed by an international team of
+developers from Doom9.
+EOF
diff --git a/video-libs/libaacs/HISTORY b/video-libs/libaacs/HISTORY
new file mode 100644
index 0000000..cfffe9a
--- /dev/null
+++ b/video-libs/libaacs/HISTORY
@@ -0,0 +1,3 @@
+2012-02-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS: spell created
+
diff --git a/video-libs/libbluray/DEPENDS b/video-libs/libbluray/DEPENDS
new file mode 100755
index 0000000..f04bdd3
--- /dev/null
+++ b/video-libs/libbluray/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends libxml2 \
+ "" \
+ "--disable-libxml2" \
+ "for xml support"
diff --git a/video-libs/libbluray/DETAILS b/video-libs/libbluray/DETAILS
new file mode 100755
index 0000000..143a0f3
--- /dev/null
+++ b/video-libs/libbluray/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=libbluray
+ VERSION=0.2.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=http://download.videolan.org/pub/videolan/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:b938ca838d6e4ceaac74ca8850efb9d8c312638b70a9b42ebffd63bf703341eab3ce98b6edeea9b3284ba1d0f8b46fe803db1f668e72752e1e23e96435ac77dc
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.videolan.org/developers/libbluray.html"
+ LICENSE[0]=GPL
+ ENTERED=20120219
+ SHORT="a library designed for Blu-Ray Discs playback for media
players"
+cat << EOF
+libbluray is an open-source library designed for Blu-Ray Discs playback for
+media players.
+
+Features
+
+ * Portability: Currently supported platforms are GNU/Linux, Windows,
+ MacOS X.
+ Dependencies are very limited.
+ * Freedom: libbluray is released under a Free Software license, LGPL,
+ ensuring it will stay free.
+ * Features: the library integrates navigation, playlist parsing,
+ menus and
+ BD-J.
+ * Legal: libbluray is DRM-circumvention free, and thus, safe to
+ integrate in
+ your software.
+ * Fun: libbluray is a fun to hack on project, in its starting phase.
+EOF
diff --git a/video-libs/libbluray/HISTORY b/video-libs/libbluray/HISTORY
new file mode 100644
index 0000000..4f20aef
--- /dev/null
+++ b/video-libs/libbluray/HISTORY
@@ -0,0 +1,3 @@
+2012-02-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index ee95d83..98f6bc4 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -24,6 +24,36 @@ optional_depends "lua" \
"--disable-lua" \
"for interface plugins" &&