SHA256
1
0
forked from pool/zvbi
OBS User unknown 2008-09-06 03:20:07 +00:00 committed by Git OBS Bridge
parent 56184c081d
commit 4fc2feeab6
5 changed files with 46 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17e974dc6bc13eebddbf47c44703133c1acfa531a16b556c11b61174c92c368f
size 891174

View File

@ -0,0 +1,15 @@
---
contrib/atsc-cc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- contrib/atsc-cc.c.orig
+++ contrib/atsc-cc.c
@@ -60,7 +60,7 @@
# include <getopt.h>
#endif
-#include <libzvbi.h>
+#include "src/libzvbi.h"
/* Linux DVB driver interface. */
#include "src/dvb/dmx.h"

3
zvbi-0.2.32.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:025458fef7b2d957b879a74c88a6efaabc34119507ffbccc9b966b3d82503c9b
size 934947

View File

@ -1,7 +1,15 @@
-------------------------------------------------------------------
Wed Sep 3 18:30:54 CEST 2008 - mmarek@suse.cz
- updated to 0.2.32
* This version adds a new tool named zvbi-atsc-cc to record
Closed Caption from ATSC digital TV. It supports legacy NTSC
caption (EIA 608-B) and DTVCC (CEA 708-C).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 28 13:42:18 CEST 2008 - mmarek@suse.cz Mon Jul 28 13:42:18 CEST 2008 - mmarek@suse.cz
- updated to 0.2.30 - updated to 0.2.31
* The vbi_caption_unicode() function did not correctly translate * The vbi_caption_unicode() function did not correctly translate
the small letter i with diaresis. the small letter i with diaresis.
* The files daemon/chains.c, daemon/proxyd.c, * The files daemon/chains.c, daemon/proxyd.c,

View File

@ -1,10 +1,17 @@
# #
# spec file for package zvbi (Version 0.2.31) # spec file for package zvbi (Version 0.2.32)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -17,10 +24,11 @@ Url: http://zapping.sf.net/
License: GPL v2 or later License: GPL v2 or later
Group: Development/Libraries/Other Group: Development/Libraries/Other
AutoReqProv: on AutoReqProv: on
Version: 0.2.31 Version: 0.2.32
Release: 1 Release: 1
Summary: Linux "VBI proxy" Summary: Linux "VBI proxy"
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch1: zvbi-0.2.32-atsc-cc-include.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -82,6 +90,7 @@ Authors:
%prep %prep
%setup -q %setup -q
%patch1
%build %build
ACLOCAL="aclocal -I m4" autoreconf -fi ACLOCAL="aclocal -I m4" autoreconf -fi
@ -124,8 +133,13 @@ rm -rf %buildroot
%doc doc/html %doc doc/html
%changelog %changelog
* Wed Sep 03 2008 mmarek@suse.cz
- updated to 0.2.32
* This version adds a new tool named zvbi-atsc-cc to record
Closed Caption from ATSC digital TV. It supports legacy NTSC
caption (EIA 608-B) and DTVCC (CEA 708-C).
* Mon Jul 28 2008 mmarek@suse.cz * Mon Jul 28 2008 mmarek@suse.cz
- updated to 0.2.30 - updated to 0.2.31
* The vbi_caption_unicode() function did not correctly translate * The vbi_caption_unicode() function did not correctly translate
the small letter i with diaresis. the small letter i with diaresis.
* The files daemon/chains.c, daemon/proxyd.c, * The files daemon/chains.c, daemon/proxyd.c,