Skip to Content.
Sympa Menu

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

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 (108591d79c14ca65841737c0e0c82b3a97cfa2e8)
  • Date: Thu, 24 Feb 2011 08:36:58 -0600

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

video-libs/xvid/BUILD | 2 +-
video-libs/xvid/DEPENDS | 7 ++++---
video-libs/xvid/DETAILS | 10 ++++++----
video-libs/xvid/HISTORY | 5 +++++
4 files changed, 16 insertions(+), 8 deletions(-)

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

xvid: => 1.3.0

diff --git a/video-libs/xvid/BUILD b/video-libs/xvid/BUILD
index 2e80403..31ee4bc 100755
--- a/video-libs/xvid/BUILD
+++ b/video-libs/xvid/BUILD
@@ -1,2 +1,2 @@
-cd build/generic &&
+cd build/generic &&
default_build
diff --git a/video-libs/xvid/DEPENDS b/video-libs/xvid/DEPENDS
index bc77d9c..92052cf 100755
--- a/video-libs/xvid/DEPENDS
+++ b/video-libs/xvid/DEPENDS
@@ -1,3 +1,4 @@
-if test "${SMGL_COMPAT_ARCHS[1]}" = "ia32"; then
- optional_depends X86-ASSEMBLER "" "--disable-assembly" "for faster
code"
-fi
+optional_depends X86-ASSEMBLER \
+ "--enable-assembly" \
+ "--disable-assembly" \
+ "for faster code"
diff --git a/video-libs/xvid/DETAILS b/video-libs/xvid/DETAILS
index 681e698..5d3f442 100755
--- a/video-libs/xvid/DETAILS
+++ b/video-libs/xvid/DETAILS
@@ -1,15 +1,17 @@
SPELL=xvid
- VERSION=1.2.2
+ VERSION=1.3.0
SECURITY_PATCH=2
SOURCE=${SPELL}core-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}core
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}core"
SOURCE_URL[0]=http://downloads.xvid.org/downloads/$SOURCE
WEB_SITE=http://www.xvid.org/
-
SOURCE_HASH=sha512:34e68f24c0f579daf7ed5b7d352ac515cb7b329467b4763fa4ccbe689f2defe97fd2f14e5e08d01e67438a12a53b94a8cd66040d380c36321a9874a88c09fc8f
+
SOURCE_HASH=sha512:a5558ed4ea49879e635bd53e8097ac0bc8671a15c75b5a0714a58ffdfa5169c9014127ee24a86491ff87a60f26ad53eacad5bec3176dbceab447a8de91a11059
ENTERED=20021026
LICENSE[0]=GPL
KEYWORDS="codec video libs"
SHORT="xvid video codec"
cat << EOF
-XviD is an ISO MPEG-4 compliant video codec. It's no product, it's an open
source project which is developed and maintained by lots of people from all
over the world.
+XviD is an ISO MPEG-4 compliant video codec. It's no product, it's an open
+source project which is developed and maintained by lots of people from all
+over the world.
EOF
diff --git a/video-libs/xvid/HISTORY b/video-libs/xvid/HISTORY
index a5d38af..28baba6 100644
--- a/video-libs/xvid/HISTORY
+++ b/video-libs/xvid/HISTORY
@@ -1,3 +1,8 @@
+2011-02-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.0; fixed long description wrap
+ * DEPENDS: asm code works on both arches now, added '+' flag
+ * BUILD: cleaned up
+
2009-05-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.2, SECURITY_PATCH=2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (108591d79c14ca65841737c0e0c82b3a97cfa2e8), Vlad Glagolev, 02/24/2011

Archive powered by MHonArc 2.6.24.

Top of Page