Skip to Content.
Sympa Menu

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

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 (f4d1a60c8ee396518942827e13e3af94190346df)
  • Date: Sun, 7 Mar 2010 21:53:23 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

video-libs/xine-lib/DETAILS | 4 ++--
video-libs/xine-lib/HISTORY | 4 ++++
video-libs/xine-lib/PRE_BUILD | 3 ---
video-libs/xine-lib/compat.c | 28 ----------------------------
4 files changed, 6 insertions(+), 33 deletions(-)

New commits:
commit f4d1a60c8ee396518942827e13e3af94190346df
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

xine-lib 1.1.18.1

diff --git a/video-libs/xine-lib/DETAILS b/video-libs/xine-lib/DETAILS
index 3845923..488f468 100755
--- a/video-libs/xine-lib/DETAILS
+++ b/video-libs/xine-lib/DETAILS
@@ -1,6 +1,6 @@
SPELL=xine-lib
- VERSION=1.1.18
-
SOURCE_HASH=sha512:e02873e197122f398161872f920ff8e75603185da950b916dc3addc9c57a5ec60ed4f57eace7d24c719fba9fd5cbfc1c95273440d6a919874c92d886a685f1a0
+ VERSION=1.1.18.1
+
SOURCE_HASH=sha512:c3a6556edd234b95e9a3276ac53574078b806d4901a4b64ce83a22a9d52f37e81c943dce1b5277221fa5cef5c1b87d217cc6e12257aa1f170a1dc8d60272a91f
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/xine/$SOURCE
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index f81224d..05f233d 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,7 @@
+2010-03-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.1.18.1
+ * PRE_BUILD, compat.c: removed
+
2010-02-24 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.1.18
* PRE_BUILD: removed sedit and added copying of compat.c
diff --git a/video-libs/xine-lib/PRE_BUILD b/video-libs/xine-lib/PRE_BUILD
deleted file mode 100755
index 9307824..0000000
--- a/video-libs/xine-lib/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-cp $SPELL_DIRECTORY/compat.c src/dxr3/compat.c
diff --git a/video-libs/xine-lib/compat.c b/video-libs/xine-lib/compat.c
deleted file mode 100644
index a4722f9..0000000
--- a/video-libs/xine-lib/compat.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2010 the xine project
- *
- * This file is part of xine, a free video player.
- *
- * xine is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * xine is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
- */
-
-/* For compatibility with em8300 < 0.18.0 */
-int dxr3_compat_ioctl (int fd, int rq, void *arg)
-{
- int ret = ioctl (fd, rq, arg);
- if (ret < 0 && errno == EINVAL || errno == ENOTTY)
- ret = ioctl (fd, rq & 0xFF, arg);
- return ret;
-}



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f4d1a60c8ee396518942827e13e3af94190346df), Ladislav Hagara, 03/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page