Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (177efbf075e4316b49092624af6ba4e43b6cbf45)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (177efbf075e4316b49092624af6ba4e43b6cbf45)
  • Date: Sun, 19 Feb 2012 07:23:53 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
video-libs/libbluray/DEPENDS | 4 ++++
video-libs/libbluray/DETAILS | 29 +++++++++++++++++++++++++++++
video-libs/libbluray/HISTORY | 3 +++
video/vlc/DEPENDS | 25 +++++++++++++++++++++++++
video/vlc/HISTORY | 4 ++++
6 files changed, 68 insertions(+)

New commits:
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 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 ef32a34..fd10fc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-02-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * video-libs/libbluray: new spell, a library for blueray disk playback
+
2012-02-17 Vlad Glagolev <stealth AT sourcemage.org>
* disk/mbootpack: new spell, multiboot kernel packager

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..dcb8bc0 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -24,6 +24,31 @@ optional_depends "lua" \
"--disable-lua" \
"for interface plugins" &&

+optional_depends "libproxy" \
+ "--enable-libproxy" \
+ "--disable-libproxy" \
+ "for proxy configuration through libproxy" &&
+
+optional_depends "libsamplerate" \
+ "--enable-samplerate" \
+ "--disable-samplerate" \
+ "for sample rate conversion support" &&
+
+optional_depends "libbluray" \
+ "--enable-bluray" \
+ "--disable-bluray" \
+ "for Blu-ray Disc playback" &&
+
+optional_depends "libssh2" \
+ "--enable-sftp" \
+ "--disable-sftp" \
+ "for sftp support" &&
+
+optional_depends "libxml2" \
+ "--enable-libxml2" \
+ "--disable-libxml2" \
+ "for xml support" &&
+
# control plugins
optional_depends "lirc" \
"--enable-lirc" \
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index 4946af4..d8931c3 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,7 @@
+2012-02-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: added missing dependencies on libproxy, libsamplerate,
libbluray,
+ libssh2 and libxml2
+
2012-02-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.0




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (177efbf075e4316b49092624af6ba4e43b6cbf45), Florian Franzmann, 02/19/2012

Archive powered by MHonArc 2.6.24.

Top of Page