Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
%define base_version 1.0 |
4 |
%define base_version 1.0 |
5 |
%define real_version %base_version |
5 |
%define real_version %base_version |
6 |
%define release alt20 |
6 |
%define release alt21 |
7 |
%define pre_release pre7 |
7 |
%define pre_release pre7 |
8 |
%define skin_version 1.7 |
8 |
%define skin_version 1.7 |
9 |
%define skin_release alt1 |
9 |
%define skin_release alt1 |
Lines 388-394
BuildRequires: svgalib-devel
Link Here
|
388 |
# vidix |
388 |
# vidix |
389 |
|
389 |
|
390 |
%if_enabled jack |
390 |
%if_enabled jack |
391 |
BuildRequires: jackit-devel |
391 |
BuildRequires: jackit-devel bio2jack-devel |
392 |
%endif |
392 |
%endif |
393 |
|
393 |
|
394 |
%if_enabled alsa |
394 |
%if_enabled alsa |
Lines 483-489
BuildRequires: liblame-devel
Link Here
|
483 |
%if %COMPAT_GCC |
483 |
%if %COMPAT_GCC |
484 |
BuildRequires: cpp2.95 gcc2.95 gcc2.95-c++ |
484 |
BuildRequires: cpp2.95 gcc2.95 gcc2.95-c++ |
485 |
%else |
485 |
%else |
486 |
BuildRequires: cpp >= 3.2 gcc >= 3.2 gcc-c++ >= 3.2 |
486 |
BuildRequires: gcc >= 3.2 gcc-c++ >= 3.2 |
487 |
%endif |
487 |
%endif |
488 |
|
488 |
|
489 |
# rename options for automatic use in configure parameters |
489 |
# rename options for automatic use in configure parameters |
Lines 1227-1232
unset RPM_PYTHON
Link Here
|
1227 |
%_libdir/vidix/unichrome_vid.so |
1227 |
%_libdir/vidix/unichrome_vid.so |
1228 |
|
1228 |
|
1229 |
%changelog |
1229 |
%changelog |
|
|
1230 |
* Sun Aug 21 2005 LAKostis <lakostis at altlinux.ru> 1.0-alt21.pre7 |
1231 |
- fixed cpp build requires. |
1232 |
- fixed jack support. |
1233 |
- rebuild with new xorg-x11. |
1234 |
|
1230 |
* Thu Apr 21 2005 Grigory Milev <week@altlinux.ru> 1.0-alt20.pre7 |
1235 |
* Thu Apr 21 2005 Grigory Milev <week@altlinux.ru> 1.0-alt20.pre7 |
1231 |
- fixed build requires |
1236 |
- fixed build requires |
1232 |
|
1237 |
|