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 |
13 Version: 2.1 |
14 Release: 20090222 |
14 Release: 20090820 |
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}-%{release}.tar.bz2 |
18 Source0: %{name}-%{version}-%{release}.tar.bz2 |
19 BuildRoot: %{_tmppath}/%{name}-%{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 liba52-devel libffmpeg-devel e2fsprogs-devel libtiff-devel flac-devel |
21 Requires: mjpegtools >= 1.6.3, libavcodec52, libavutil49 |
21 Requires: mjpegtools >= 1.6.3, libavcodec52, libavutil50 |
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 |
25 |
25 |
26 %description |
26 %description |
47 %prep |
47 %prep |
48 %setup -q -n %{name}-%{version}-%{release} |
48 %setup -q -n %{name}-%{version}-%{release} |
49 |
49 |
50 %build |
50 %build |
51 ./autogen.sh |
51 ./autogen.sh |
52 %configure --enable-opengl --with-plugindir=%{_libdir}/%{name} --with-buildinfo=cust/Europalab\ Development\ Build\ \(MSvB20090202\) --with-external-ffmpeg |
52 %configure --enable-opengl --with-plugindir=%{_libdir}/%{name} --with-buildinfo=cust/Europalab\ Development\ Build\ \(MSvB20090820\) --with-external-ffmpeg |
53 %{__make} %{?_smp_mflags} %{?mflags} |
53 %{__make} %{?_smp_mflags} %{?mflags} |
54 |
54 |
55 %install |
55 %install |
56 %makeinstall |
56 %makeinstall |
57 # rename the mpeg3 utils to allow for parallel |
57 # rename the mpeg3 utils to allow for parallel |
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 * Fri Aug 20 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 20090820 |
|
108 - upgrade to current trunk sources |
|
109 * Sun Mar 05 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 20090405 |
|
110 - upgrade to current trunk sources |
107 * Sun Feb 22 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 20090222 |
111 * 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 |
112 - upgrade to current trunk sources, intending to relink against new alsa-devel |
109 * Thu Feb 04 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106 |
113 * Thu Feb 04 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106 |
110 - reformat text and build logic statements in specification |
114 - reformat text and build logic statements in specification |
111 * Tue Feb 02 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106 |
115 * Tue Feb 02 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106 |
112 - enabled OpenGL configuration parameter and added runtime dependencies |
116 - enabled OpenGL configuration parameter and added runtime dependencies |
113 * Tue Jan 06 2009 Leon Freitag <leon@links2linux.de> - 2.1.cv20090106 |
117 * Tue Jan 06 2009 Leon Freitag <leon@links2linux.de> - 2.1.cv20090106 |