7 # To compile Cinelerra with opengl you have to install |
7 # To compile Cinelerra with opengl you have to install |
8 # NVidia drivers v8774 into the chroot! Once compiled |
8 # NVidia drivers v8774 into the chroot! Once compiled |
9 # Cinelerra should work on non-NVidia cards fine too. |
9 # Cinelerra should work on non-NVidia cards fine too. |
10 |
10 |
11 Name: cinelerra |
11 Name: cinelerra |
12 Summary: A non linear video editor and effects processor |
12 Summary: A non linear video editor and effects processor |
13 Version: 2.1.cv%(date '+%Y%m%d' -d 02/02/2009) |
13 Version: 2.1 |
14 Release: 0.msvb.1 |
14 Release: 20090222 |
15 License: GPL |
15 License: GPL |
16 Group: Productivity/Multimedia/Video/Editors and Convertors |
16 Group: Productivity/Multimedia/Video/Editors and Convertors |
17 URL: http://cvs.cinelerra.org/ |
17 URL: http://cvs.cinelerra.org/ |
18 Source0: %name-%version.tar.bz2 |
18 Source0: %{name}-%{version}-%{release}.tar.bz2 |
19 BuildRoot: %{_tmppath}/%{name}-2.1-%{release}-buildroot |
19 BuildRoot: %{_tmppath}/%{name}-%{release}-buildroot |
20 BuildRequires: automake autoconf libtool gcc-c++ freetype2-devel Mesa-devel xorg-x11-devel fltk-devel libx264-devel alsa-devel libesd-devel lame libavc1394-devel libfaac-devel faad2-devel libjpeg-devel libpng-devel libdv-devel OpenEXR-devel libogg-devel libvorbis-devel libtheora-devel mjpegtools-devel libraw1394-devel libiec61883-devel libmpeg3 libsndfile-devel pkgconfig nasm fftw3-devel liba52dec-devel libffmpeg-devel e2fsprogs-devel libtiff-devel flac-devel |
20 BuildRequires: automake autoconf libtool gcc-c++ freetype2-devel Mesa-devel xorg-x11-devel fltk-devel libx264-devel alsa-devel libesd-devel lame libavc1394-devel libfaac-devel faad2-devel libjpeg-devel libpng-devel libdv-devel OpenEXR-devel libogg-devel libvorbis-devel libtheora-devel mjpegtools-devel libraw1394-devel libiec61883-devel libmpeg3 libsndfile-devel pkgconfig nasm fftw3-devel liba52dec-devel libffmpeg-devel e2fsprogs-devel libtiff-devel flac-devel |
21 Requires: mjpegtools >= 1.6.3, libavcodec52, libavutil49 |
21 Requires: mjpegtools >= 1.6.3, libavcodec52, libavutil49 |
22 Requires: libx264-66, liba52, libpostproc51, libswscale0 |
22 Requires: libx264-66, liba52, libpostproc51, libswscale0 |
23 Provides: cinelerra |
23 Provides: cinelerra |
24 Autoreqprov: on |
24 Autoreqprov: on |
102 #%{_libdir}/libsndfilehv.so |
102 #%{_libdir}/libsndfilehv.so |
103 #%{_libdir}/libsndfilehv.la |
103 #%{_libdir}/libsndfilehv.la |
104 %{_includedir}/* |
104 %{_includedir}/* |
105 |
105 |
106 %changelog |
106 %changelog |
|
107 * Sun Feb 22 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 20090222 |
|
108 - upgrade to current trunk sources, intenting to relink against new alsa-devel |
107 * Thu Feb 04 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106 |
109 * Thu Feb 04 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106 |
108 - reformat text and build logic statements in specification |
110 - reformat text and build logic statements in specification |
109 * Tue Feb 02 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106 |
111 * Tue Feb 02 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106 |
110 - enabled OpenGL configuration parameter and added runtime dependencies |
112 - enabled OpenGL configuration parameter and added runtime dependencies |
111 * Tue Jan 06 2009 Leon Freitag <leon@links2linux.de> - 2.1.cv20090106 |
113 * Tue Jan 06 2009 Leon Freitag <leon@links2linux.de> - 2.1.cv20090106 |