Skip to Content.
Sympa Menu

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

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 (459a5a6aa62813e879470895345b1852b4e0c217)
  • Date: Fri, 27 Feb 2015 11:18:07 -0600

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

video/zvbi/DETAILS | 4 ++--
video/zvbi/HISTORY | 4 ++++
video/zvbi/PRE_BUILD | 3 ---
video/zvbi/zvbi-ftbfs.patch | 36 ------------------------------------
4 files changed, 6 insertions(+), 41 deletions(-)

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

zvbi 0.2.35

diff --git a/video/zvbi/DETAILS b/video/zvbi/DETAILS
index 2ea8943..cf3ea32 100755
--- a/video/zvbi/DETAILS
+++ b/video/zvbi/DETAILS
@@ -1,6 +1,6 @@
SPELL=zvbi
- VERSION=0.2.33
-
SOURCE_HASH=sha512:aa89de27e0e939279fa072fdc32ed1ab0f07ab15f8e3404613eb331f433dad458c0d3e028a18c6ede54b37c0a8f477e363f07828b6200bafcbb862ca29fa271b
+ VERSION=0.2.35
+
SOURCE_HASH=sha512:3d73eb0a7d05fdf1e3f8a74cc9d4fcb2a0287285904d59230c832f42b91afb072e96bda7e396ef07f268348061a51242925746db124bbb713cf56bdfabdada5d
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/zapping/$SOURCE
diff --git a/video/zvbi/HISTORY b/video/zvbi/HISTORY
index 5484979..3e97931 100644
--- a/video/zvbi/HISTORY
+++ b/video/zvbi/HISTORY
@@ -1,3 +1,7 @@
+2015-02-27 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.2.35
+ * PRE_BUILD, zvbi-ftbfs.patch: removed
+
2011-02-11 Julien "_kaze_" ROZO <julien AT rozo.org>
* PRE_BUILD, zvbi-ftbfs.patch: added, fixing compilation issue

diff --git a/video/zvbi/PRE_BUILD b/video/zvbi/PRE_BUILD
deleted file mode 100755
index cc395a4..0000000
--- a/video/zvbi/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/zvbi-ftbfs.patch
diff --git a/video/zvbi/zvbi-ftbfs.patch b/video/zvbi/zvbi-ftbfs.patch
deleted file mode 100644
index 2825264..0000000
--- a/video/zvbi/zvbi-ftbfs.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Add proper #includes so that we do not get undef errors to S_ISCHR
-during linking.
-
-Signed-off-by: Alex Chiang <achiang AT canonical.com>
----
---- zvbi-0.2.33.orig/src/io-dvb.c
-+++ zvbi-0.2.33/src/io-dvb.c
-@@ -29,6 +29,8 @@
- #include <errno.h>
- #include <sys/select.h>
- #include <sys/ioctl.h>
-+#include <sys/types.h>
-+#include <sys/stat.h>
-
- #ifndef HAVE_S64_U64
- /* Linux 2.6.x asm/types.h defines __s64 and __u64 only
---- zvbi-0.2.33.orig/src/io-v4l.c
-+++ zvbi-0.2.33/src/io-v4l.c
-@@ -42,6 +42,7 @@ static const char rcsid [] =
- #include <assert.h>
- #include <sys/time.h> /* timeval */
- #include <sys/types.h> /* fd_set, uid_t */
-+#include <sys/stat.h> /* S_ISCHR */
- #include <sys/ioctl.h> /* for (_)videodev.h */
- #include <pthread.h>
-
---- zvbi-0.2.33.orig/contrib/ntsc-cc.c
-+++ zvbi-0.2.33/contrib/ntsc-cc.c
-@@ -34,6 +34,7 @@
- #include <locale.h>
- #include <sys/ioctl.h>
- #include <sys/types.h>
-+#include <sys/stat.h>
- #include <sys/time.h>
- #ifdef HAVE_GETOPT_LONG
- # include <getopt.h>



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (459a5a6aa62813e879470895345b1852b4e0c217), Ladislav Hagara, 02/27/2015

Archive powered by MHonArc 2.6.24.

Top of Page