]> git.pld-linux.org Git - packages/cc2y4m.git/blame - cc2y4m.spec
- tabs in preamble
[packages/cc2y4m.git] / cc2y4m.spec
CommitLineData
356a164f 1Summary: Translates broken PAL signals to YUV4MPEG2
cb19dcc0 2Summary(pl.UTF-8): Tłumaczenie zepsutych sygnałów PAL na YUV4MPEG2
356a164f
AM
3Name: cc2y4m
4Version: 0.0.12
5Release: 1
6License: GPL
7Group: Applications/Multimedia
8Source0: http://cube.dyndns.org/~rsnel/cc2y4m/%{name}-%{version}.tar.gz
9# Source0-md5: 8e15d4baa67cb31340267bbe44f5970a
10URL: http://cube.dyndns.org/~rsnel/cc2y4m/
11BuildRequires: bison
283dac75 12BuildRequires: flex
356a164f
AM
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
d8ce37c9 16Some channels broadcast a TV signal which is not standards compliant.
356a164f
AM
17It usually lacks sync pulses, gets inverted at random times and even
18may include disinformation. Those signals can't be comfortably viewed
19on a normal television set. The Brooktree 87[89](A) chip has a special
20mode in which it doesn't get confused because of missing sync signals.
21This program enables this mode, very much alike cabletv, and takes
22special measures to keep the image stable and adjust for the
23inversion. The output of this program appears on standard output in
24YUV4MPEG2 format, and can, for example, be fed to MPlayer.
25
08815471
JR
26%description -l pl.UTF-8
27Niektóre kanały dostarczają sygnał telewizyjny niezgodny ze
28standardami. Zwykle brakuje mu sygnałów synchronizacji, jest odwracany
29w losowych chwilach, czasem nawet zawiera dezinformację. Sygnały te
30nie mogą być wygodnie oglądane w normalnym telewizorze. Układ Booktree
3187[89](A) ma specjalny tryb, w którym nie daje się oszukać z powodu
32brakujących sygnałów synchronizacji. Niniejszy program włącza ten tryb
33podobnie jak cabletv i czynui specjalne zabiegi, aby utrzymywać
34stabilny obraz i dostosowywać się do odwracania sygnału. Program
35podaje sygnał wyjściowy na standardowe wyjście w formacie YUV4MPEG2,
36który może być następnie przekazany np. do MPlayera.
d8ce37c9 37
356a164f
AM
38%prep
39%setup -q
40
41%build
42%{__make} \
283dac75 43 CC="%{__cc}" \
44 CFLAGS="%{rpmcflags} -DVERSION=\"$(VERSION)\""
356a164f
AM
45
46%install
47rm -rf $RPM_BUILD_ROOT
48install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
49
50install %{name} $RPM_BUILD_ROOT%{_bindir}
51install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc AUTHORS BUGS FAQ README TECH *.conf
59%attr(755,root,root) %{_bindir}/*
60%{_mandir}/man?/*
This page took 0.077159 seconds and 4 git commands to generate.