Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5e37b38c4308a89571b5506eea1b12314bdd5009)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5e37b38c4308a89571b5506eea1b12314bdd5009)
  • Date: Thu, 14 May 2015 17:36:35 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

video-libs/libbluray/DEPENDS | 9 ++++++++-
video-libs/libbluray/DETAILS | 4 ++--
video-libs/libbluray/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 5e37b38c4308a89571b5506eea1b12314bdd5009
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libbluray 0.8.0

diff --git a/video-libs/libbluray/DEPENDS b/video-libs/libbluray/DEPENDS
index f04bdd3..7dbc5d5 100755
--- a/video-libs/libbluray/DEPENDS
+++ b/video-libs/libbluray/DEPENDS
@@ -1,4 +1,11 @@
optional_depends libxml2 \
"" \
"--disable-libxml2" \
- "for xml support"
+ "for xml support" &&
+optional_depends JAVA \
+ "" \
+ "--disable-bdjava" \
+ "for building without Java" &&
+if is_depends_enabled $SPELL $(get_spell_provider $SPELL JAVA); then
+ depends ant
+fi
diff --git a/video-libs/libbluray/DETAILS b/video-libs/libbluray/DETAILS
index 143a0f3..728e8b1 100755
--- a/video-libs/libbluray/DETAILS
+++ b/video-libs/libbluray/DETAILS
@@ -1,8 +1,8 @@
SPELL=libbluray
- VERSION=0.2.1
+ VERSION=0.8.0
SOURCE="${SPELL}-${VERSION}.tar.bz2"

SOURCE_URL[0]=http://download.videolan.org/pub/videolan/${SPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:b938ca838d6e4ceaac74ca8850efb9d8c312638b70a9b42ebffd63bf703341eab3ce98b6edeea9b3284ba1d0f8b46fe803db1f668e72752e1e23e96435ac77dc
+
SOURCE_HASH=sha512:1928ed86a39f3846014f3c5083e78aaf87366fb4589a48a1a87ad053fc32edafe6e89d382c44cffc5f27610d4d3ccf17bf2ef79982e3e39a0ada6895defe5bfe
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.videolan.org/developers/libbluray.html";
LICENSE[0]=GPL
diff --git a/video-libs/libbluray/HISTORY b/video-libs/libbluray/HISTORY
index 4f20aef..2a928b7 100644
--- a/video-libs/libbluray/HISTORY
+++ b/video-libs/libbluray/HISTORY
@@ -1,3 +1,7 @@
+2015-05-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.8.0
+ * DEPENDS: Added optional Java dependency
+
2012-02-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5e37b38c4308a89571b5506eea1b12314bdd5009), Ismael Luceno, 05/14/2015

Archive powered by MHonArc 2.6.24.

Top of Page