]> git.pld-linux.org Git - packages/cc2y4m.git/blame - cc2y4m.spec
- initial pld release
[packages/cc2y4m.git] / cc2y4m.spec
CommitLineData
356a164f
AM
1Summary: Translates broken PAL signals to YUV4MPEG2
2Name: cc2y4m
3Version: 0.0.12
4Release: 1
5License: GPL
6Group: Applications/Multimedia
7Source0: http://cube.dyndns.org/~rsnel/cc2y4m/%{name}-%{version}.tar.gz
8# Source0-md5: 8e15d4baa67cb31340267bbe44f5970a
9URL: http://cube.dyndns.org/~rsnel/cc2y4m/
10BuildRequires: bison
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Some channels broadcast a tv signal which is not standards compliant.
15It usually lacks sync pulses, gets inverted at random times and even
16may include disinformation. Those signals can't be comfortably viewed
17on a normal television set. The Brooktree 87[89](A) chip has a special
18mode in which it doesn't get confused because of missing sync signals.
19This program enables this mode, very much alike cabletv, and takes
20special measures to keep the image stable and adjust for the
21inversion. The output of this program appears on standard output in
22YUV4MPEG2 format, and can, for example, be fed to MPlayer.
23
24%prep
25%setup -q
26
27%build
28%{__make} \
29 CC="%{__cc}"
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
34
35install %{name} $RPM_BUILD_ROOT%{_bindir}
36install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc AUTHORS BUGS FAQ README TECH *.conf
44%attr(755,root,root) %{_bindir}/*
45%{_mandir}/man?/*
This page took 0.311594 seconds and 4 git commands to generate.