Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (5fb6b6fc4c1900e15aecddae8c5677359d39d1d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (5fb6b6fc4c1900e15aecddae8c5677359d39d1d9)
  • Date: Mon, 16 Apr 2007 12:01:18 -0500

GIT changes to master grimoire by Bearcat Sandor <sourcemage AT feline-soul.com>:

video-libs/xine-lib/DEPENDS | 3 ++-
video-libs/xine-lib/DETAILS | 5 +++--
video-libs/xine-lib/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 5fb6b6fc4c1900e15aecddae8c5677359d39d1d9
Author: Bearcat Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat Sandor <sourcemage AT feline-soul.com>

xine-lib: added dependancy on libxcb for proper threading support which
fixes crash with kaffiene. Updated to 1.1.5

diff --git a/video-libs/xine-lib/DEPENDS b/video-libs/xine-lib/DEPENDS
index 6beb000..8b7ef37 100755
--- a/video-libs/xine-lib/DEPENDS
+++ b/video-libs/xine-lib/DEPENDS
@@ -48,5 +48,6 @@ if check_if_xorg_modular_libs ; then
"--with-xvmc-lib=${INSTALL_ROOT}/usr/lib \
--with-xxmc-lib=${INSTALL_ROOT}/usr/lib" \
"" \
- "For XvMC plugin"
+ "For XvMC plugin" &&

+ depends libxcb
fi
diff --git a/video-libs/xine-lib/DETAILS b/video-libs/xine-lib/DETAILS
index 397dda3..6c19112 100755
--- a/video-libs/xine-lib/DETAILS
+++ b/video-libs/xine-lib/DETAILS
@@ -1,11 +1,11 @@
SPELL=xine-lib
- VERSION=1.1.3
+ VERSION=1.1.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/xine/$SOURCE
WEB_SITE=http://xine.sourceforge.net
ENTERED=20010927
-
SOURCE_HASH=sha512:ea4daf38a6eefa140870cf0f15b6cd37f0d85c7deceb9bd25db9cdf5d2d977529080d4c9b1c3298d6ef3ad6b9e29f55f2ddf34f2518b437ad2d66003e11d3602
+
SOURCE_HASH=sha512:9dd4714e348d3cbebad63b593e10a800772cc938951c32f95a9e857db56566af70b9ccb64b280c9a47a9a1cce7b649cb403705669d84d247c0ddc04e1a20fff1
LICENSE[0]=GPL
SECURITY_PATCH=2
KEYWORDS="player video libs"
@@ -17,3 +17,4 @@ and displays multimedia streamed over the Internet. It
interprets many of the
most common multimedia formats available - and some of the most uncommon
formats, too.
EOF
+
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index bd790e7..0841178 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,7 @@
+2007-02-08 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DETAILS: Updated to 1.1.5
+ * DEPENDS: added dependancy on libxcb which fixes crash with kaffiene
and adds proper threading support
+
2007-02-08 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: downgraded to 1.1.3, 1.1.4 crashes due to a problem with
the vcd plugin




Archive powered by MHonArc 2.6.24.

Top of Page