cinelerra/cinelerra.spec

changeset 7
dd4529dd7b21
parent 4
ee379de11fd7
child 11
97b3fdd21342
equal deleted inserted replaced
3:f673f51eb80a 4:ed6a9a9f002e
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
43 43
44 %description devel 44 %description devel
45 This package contains Cinelerra files needed for compiling stuff. 45 This package contains Cinelerra files needed for compiling stuff.
46 46
47 %prep 47 %prep
48 %setup -q 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\ \(MSvB20090202\) --with-external-ffmpeg
53 %{__make} %{?_smp_mflags} %{?mflags} 53 %{__make} %{?_smp_mflags} %{?mflags}
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

mercurial