[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (9b6fc8cb684519e961f891713998b544f6d9292f)

Mathieu Lonjaret scm at sourcemage.org
Wed Aug 15 10:51:19 EDT 2007


GIT changes to master grimoire by Mathieu Lonjaret <lejatorn at sourcemage.org>:

 libs/pcre/HISTORY              |    3 +++
 libs/pcre/PRE_SUB_DEPENDS      |    4 ++++
 libs/pcre/SUB_DEPENDS          |    4 ++++
 video-libs/libmatroska/HISTORY |    2 +-
 video/mkvtoolnix/DEPENDS       |    1 +
 video/mkvtoolnix/HISTORY       |    5 ++++-
 6 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit 9b6fc8cb684519e961f891713998b544f6d9292f
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    libmatroska: corrected typo in HISTORY

commit 6d24e5ae704cc646286975170be1968cd9ae60c5
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    mkvtoolnix: pcre depends with g++ subdep

commit c38a52351158ac0c3fe17972d7ff023245805031
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    pcre: g++ subdepends for mkvtoolnix

diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index fcd0e0e..5ed8a14 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,6 @@
+2007-08-15 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* added SUB_DEPENDS and PRE_SUB_DEPENDS with g++ for mkvtoolnix
+
 2007-06-20 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 7.2
 
diff --git a/libs/pcre/PRE_SUB_DEPENDS b/libs/pcre/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..c45e4cb
--- /dev/null
+++ b/libs/pcre/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case "$THIS_SUB_DEPENDS" in
+  CPP) is_depends_enabled $SPELL g++ ;;
+    *)  echo "bogus sub_depends: pcre $THIS_SUB_DEPENDS"; return 1;;
+esac
diff --git a/libs/pcre/SUB_DEPENDS b/libs/pcre/SUB_DEPENDS
new file mode 100755
index 0000000..fd7ca05
--- /dev/null
+++ b/libs/pcre/SUB_DEPENDS
@@ -0,0 +1,4 @@
+case "$THIS_SUB_DEPENDS" in
+  CPP) depends g++ "--enable-cpp" ;;
+    *) echo "bogus sub_depends: pcre $THIS_SUB_DEPENDS"; return 1;;
+esac 
diff --git a/video-libs/libmatroska/HISTORY b/video-libs/libmatroska/HISTORY
index cb76223..3a9bb4b 100644
--- a/video-libs/libmatroska/HISTORY
+++ b/video-libs/libmatroska/HISTORY
@@ -1,4 +1,4 @@
-2008-08-15 Mathieu Lonjaret <lejatorn at sourcemage.org>
+2007-08-15 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DETAILS: update to 0.8.1
 
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
diff --git a/video/mkvtoolnix/DEPENDS b/video/mkvtoolnix/DEPENDS
index ec1c13a..8df0664 100755
--- a/video/mkvtoolnix/DEPENDS
+++ b/video/mkvtoolnix/DEPENDS
@@ -1,6 +1,7 @@
 depends  expat             &&
 depends  libvorbis         &&
 depends  libmatroska       &&
+depends  -sub CPP pcre     &&
 optional_depends  bzip2            \
                   '--enable-bz2'   \
                   '--disable-bz2'  \
diff --git a/video/mkvtoolnix/HISTORY b/video/mkvtoolnix/HISTORY
index b851c38..d52e1d6 100644
--- a/video/mkvtoolnix/HISTORY
+++ b/video/mkvtoolnix/HISTORY
@@ -1,4 +1,7 @@
-2008-08-15 Mathieu Lonjaret <lejatorn at sourcemage.org>
+2007-08-15 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* DEPENDS: added pcre with g++ subdep
+
+2007-08-15 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DETAILS: update to 2.0.2
 
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>



More information about the SM-Commit mailing list