View | Details | Raw Unified | Return to bug 14777
Collapse All | Expand All

(-)libdca.spec.org (-15 / +9 lines)
Lines 1-17 Link Here
1
Name: libdca
1
Name: libdca
2
Version: 0.0.2
2
Version: 0.0.5
3
Release: alt3
3
Release: alt1
4
Summary: DTS Coherent Acoustics decoder
4
Summary: DTS Coherent Acoustics decoder
5
License: GPL
5
License: GPL
6
Group: System/Libraries
6
Group: System/Libraries
7
URL: http://developers.videolan.org/libdca.html
7
URL: http://developers.videolan.org/libdca.html
8
8
9
Source0: %name-%version.tar.gz
9
Source0: http://download.videolan.org/pub/videolan/libdca/%version/%name-%version.tar.bz2
10
11
Patch0: libdts-shared.patch
12
Patch1: libdts-opt.patch
13
14
Patch10: libdfs-0.0.2-alt-bitalloc_huffman.patch
15
10
16
Provides: libdts
11
Provides: libdts
17
Obsoletes: libdts < %version-%release
12
Obsoletes: libdts < %version-%release
Lines 36-49 Link Here
36
Header files for libdts library.
31
Header files for libdts library.
37
32
38
%prep
33
%prep
39
%setup -q -n libdts-%version
34
%setup -q -n %name-%version
40
%patch0 -p1
41
%patch1 -p1
42
43
%patch10 -p1
44
35
45
%build
36
%build
46
%__autoreconf
37
%autoreconf
47
%configure \
38
%configure \
48
	--disable-static
39
	--disable-static
49
40
Lines 65-76 Link Here
65
%_man1dir/*.1*
56
%_man1dir/*.1*
66
57
67
%files devel
58
%files devel
68
%doc doc/libdts.txt
59
%doc doc/libdca.txt
69
%_libdir/lib*.so
60
%_libdir/lib*.so
70
%_includedir/*.h
61
%_includedir/*.h
71
%_pkgconfigdir/*.pc
62
%_pkgconfigdir/*.pc
72
63
73
%changelog
64
%changelog
65
* Thu Mar 06 2008 Slava Dubrovskiy <dubrsl@altlinux.org> 0.0.5-alt1
66
- New version
67
74
* Thu May 17 2007 Valery Inozemtsev <shrek@altlinux.ru> 0.0.2-alt3
68
* Thu May 17 2007 Valery Inozemtsev <shrek@altlinux.ru> 0.0.2-alt3
75
- fixed crashes on some corrupted streams (closed #11733)
69
- fixed crashes on some corrupted streams (closed #11733)
76
70

Return to bug 14777