Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cb2ecfa6530b22b3db8678cf46183bfb3da7aeea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cb2ecfa6530b22b3db8678cf46183bfb3da7aeea)
  • Date: Thu, 26 Sep 2013 15:21:48 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
video-libs/libass/DEPENDS | 25 ++++++++++++-------------
video-libs/libass/DETAILS | 6 +++---
video-libs/libass/HISTORY | 6 ++++++
video/ffmpeg/DETAILS | 2 +-
video/ffmpeg/HISTORY | 3 +++
6 files changed, 25 insertions(+), 17 deletions(-)

New commits:
commit cb2ecfa6530b22b3db8678cf46183bfb3da7aeea
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libass: => 0.10.1

commit 57518a2fa2b65c471aee6693f4d7fa1fde817a79
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ffmpeg: => 1.2.3 (stable)

diff --git a/video-libs/libass/DEPENDS b/video-libs/libass/DEPENDS
index 3b7946b..a73ce60 100755
--- a/video-libs/libass/DEPENDS
+++ b/video-libs/libass/DEPENDS
@@ -2,18 +2,17 @@ depends freetype2 &&
depends libpng &&
depends fribidi &&

-optional_depends fontconfig \
- "" \
- "--disable-fontconfig" \
- "Enable fontconfig support?" &&
+optional_depends fontconfig \
+ "--enable-fontconfig" \
+ "--disable-fontconfig" \
+ "for fontconfig support" &&

-optional_depends enca \
- "" \
- "--disable-enca" \
- "Enable charset autodetect?" &&
-
-optional_depends harfbuzz \
- "" \
- "--disable-harfbuzz" \
- "Enable harfbuzz support?"
+optional_depends enca \
+ "--enable-enca" \
+ "--disable-enca" \
+ "for enca (charset autodetect) support" &&

+optional_depends harfbuzz \
+ "--enable-harfbuzz" \
+ "--disable-harfbuzz" \
+ "for HarfBuzz support"
diff --git a/video-libs/libass/DETAILS b/video-libs/libass/DETAILS
index ad04544..fa77bf1 100755
--- a/video-libs/libass/DETAILS
+++ b/video-libs/libass/DETAILS
@@ -1,13 +1,13 @@
SPELL=libass
- VERSION=0.10.0
+ VERSION=0.10.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:531b48a173f4d7bc50ea443ff71c8fe5c1287e8563c44a5dbf72b0a9e5fb16570fe2285ad2bac8ccdada6e6d195b4f451b1036dca17f2aa6de5803e8946cb9a3
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://code.google.com/p/libass";
LICENSE[0]=ISC
ENTERED=20101226
- SHORT="a portable library for SSA/ASS subtitles rendering"
+ SHORT="portable library for SSA/ASS subtitles rendering"
cat << EOF
libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation
Alpha/Substation Alpha) subtitle format. It is mostly compatible with
VSFilter.
diff --git a/video-libs/libass/HISTORY b/video-libs/libass/HISTORY
index 2a1c8b9..a933df2 100644
--- a/video-libs/libass/HISTORY
+++ b/video-libs/libass/HISTORY
@@ -1,3 +1,9 @@
+2013-09-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: cleaned up; added missing enable flags; cleaned up
+
+2013-09-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell 0.10.1; gpg -> hash; fixed short desc
+
2011-12-17 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.10.0
* DEPENDS: changed some to optional depends
diff --git a/video-libs/libass/libass-0.10.0.tar.gz.sig
b/video-libs/libass/libass-0.10.0.tar.gz.sig
deleted file mode 100644
index eb60bb55..0000000
Binary files a/video-libs/libass/libass-0.10.0.tar.gz.sig and /dev/null differ
diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index 89e617a..e26abee 100755
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -1,6 +1,6 @@
SPELL=ffmpeg
if [[ $FFMPEG_RELEASE == stable ]]; then
- VERSION=1.2.1
+ VERSION=1.2.3
SECURITY_PATCH=14
else
VERSION=0.7.15
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index a9083a0..af23feb 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,6 @@
+2013-09-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.3 (stable)
+
2013-09-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.7.15 (legacy)
* PRE_SUB_DEPENDS: fixed branch detection



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cb2ecfa6530b22b3db8678cf46183bfb3da7aeea), Vlad Glagolev, 09/26/2013

Archive powered by MHonArc 2.6.24.

Top of Page