Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7cbf54d7889e5f8b514747b4b69c354cba012ca7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7cbf54d7889e5f8b514747b4b69c354cba012ca7)
  • Date: Thu, 8 Jan 2009 08:04:55 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

video-libs/xine-lib/DETAILS | 6 +++---
video-libs/xine-lib/HISTORY | 4 ++++
video-libs/xine-lib/PRE_BUILD | 5 -----
video-libs/xine-lib/ffmpeg.patch | 24 ------------------------
video-libs/xine-lib/xine-lib-gcc.patch | 12 ------------
5 files changed, 7 insertions(+), 44 deletions(-)

New commits:
commit 7cbf54d7889e5f8b514747b4b69c354cba012ca7
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

xine-lib 1.1.16, SECURITY_PATCH=10

diff --git a/video-libs/xine-lib/DETAILS b/video-libs/xine-lib/DETAILS
index 1825c1b..2dbb71b 100755
--- a/video-libs/xine-lib/DETAILS
+++ b/video-libs/xine-lib/DETAILS
@@ -1,13 +1,13 @@
SPELL=xine-lib
- VERSION=1.1.15
-
SOURCE_HASH=sha512:cc7fa5d70c968ee6c00fd88e2fc63d5bd2188e02b70e81e5d6ecc52766b29c2f0de5e0c49495dd1fc2782a6131fa49c417c836612f09906377da4de4d941f8e9
+ VERSION=1.1.16
+
SOURCE_HASH=sha512:85bbe9c262459ceacadf2f98aa9112d705b071e07e5dd221759df6e5740f95764e6f73d07f8398c2fece74de745bfa8587dec7fd8d8f3c3454bac555a2a862b4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/xine/$SOURCE
WEB_SITE=http://xine.sourceforge.net
ENTERED=20010927
LICENSE[0]=GPL
- SECURITY_PATCH=9
+ SECURITY_PATCH=10
KEYWORDS="player video libs"
SHORT="xine is a free video player."
cat << EOF
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index 4e023b5..9a6b024 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,7 @@
+2009-01-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.1.16, SECURITY_PATCH=10
+ * PRE_BUILD, xine-lib-gcc.patch, ffmpeg.patch: removed
+
2008-10-26 Treeve Jelbert <treeve AT sourcemage.org>
* ffmpeg.patch: added, for latest ffmpeg (from upstream)
* PRE_BUILD: apply ffmpeg.patch
diff --git a/video-libs/xine-lib/PRE_BUILD b/video-libs/xine-lib/PRE_BUILD
deleted file mode 100755
index d33425e..0000000
--- a/video-libs/xine-lib/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/xine-lib-gcc.patch &&
-# fix for latest ffmpeg
-patch -p1 < $SPELL_DIRECTORY/ffmpeg.patch
diff --git a/video-libs/xine-lib/ffmpeg.patch
b/video-libs/xine-lib/ffmpeg.patch
deleted file mode 100644
index bb3cbdc..0000000
--- a/video-libs/xine-lib/ffmpeg.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/src/combined/ffmpeg/ff_audio_decoder.c Fri Sep 05 21:26:59 2008
+0200
-+++ b/src/combined/ffmpeg/ff_audio_decoder.c Sat Sep 13 12:48:10 2008
+0100
-@@ -322,7 +322,7 @@ static void ff_audio_decode_data (audio_
-
- if (!this->output_open) {
- if (!this->audio_bits || !this->audio_sample_rate ||
!this->audio_channels) {
-- avcodec_decode_audio (this->context,
-+ avcodec_decode_audio2 (this->context,
- (int16_t *)this->decode_buffer,
- &decode_buffer_size,
- &this->buf[0],
---- a/src/combined/ffmpeg/ffmpeg_decoder.h Fri Sep 05 21:26:59 2008
+0200
-+++ b/src/combined/ffmpeg/ffmpeg_decoder.h Sat Sep 13 12:48:10 2008
+0100
-@@ -33,6 +33,10 @@
- # include "../../libffmpeg/libavcodec/avcodec.h"
- #endif
-
-+#if LIBAVCODEC_VERSION_MAJOR > 51
-+#define bits_per_sample bits_per_coded_sample
-+#endif
-+
- typedef struct ff_codec_s {
- uint32_t type;
- enum CodecID id;
diff --git a/video-libs/xine-lib/xine-lib-gcc.patch
b/video-libs/xine-lib/xine-lib-gcc.patch
deleted file mode 100644
index f3f2821..0000000
--- a/video-libs/xine-lib/xine-lib-gcc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur xine-lib-1.1.15/src/xine-engine/buffer.h
xine-lib-1.1.15.new/src/xine-engine/buffer.h
---- xine-lib-1.1.15/src/xine-engine/buffer.h 2008-07-16 23:01:56.000000000
+0200
-+++ xine-lib-1.1.15.new/src/xine-engine/buffer.h 2008-09-03
19:52:41.000000000 +0200
-@@ -676,7 +676,7 @@
- /* convert xine_waveformatex struct from little endian */
- void _x_waveformatex_le2me( xine_waveformatex *wavex ) XINE_PROTECTED;
-
--static inline _x_is_fourcc(void *ptr, void *tag) {
-+static __inline int _x_is_fourcc(void *ptr, void *tag) {
- return memcmp(ptr, tag, 4) == 0;
- }
-



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7cbf54d7889e5f8b514747b4b69c354cba012ca7), Ladislav Hagara, 01/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page