]> git.pld-linux.org Git - packages/cinelerra.git/blob - cinelerra.spec
- started to work on plugin dir
[packages/cinelerra.git] / cinelerra.spec
1 #
2 # imho, it is pointless to build this app with system libraries until we
3 # start submitting patches to the author (is that possible with his
4 # current development and release strategy?)... anyway, the todo follows
5 # - deal with fonts dir and plugins dir patches (cinelerra writes lists of
6 #   plugins in plugins dir:/)
7 # - review existing, but commented out patches
8 # - send the existing patches to the author (so we do not have to maintain
9 #   them forever)
10 # - build with set of current systems libs
11 # - quicktime4linux seems to be dead as separate library, use the provided
12 #   one
13 # - build guicast as separate, shared library to use in xmovie,
14 #   mix2005 and cinelerra
15 #
16 Summary:        Cinelerra - capturing, editing and production of audio/video material
17 Summary(pl.UTF-8):      Cinelerra - nagrywanie, obróbka i produkcja materiału audio/video
18 Name:           cinelerra
19 Version:        4.4
20 Release:        0.1
21 License:        GPL v2+
22 Group:          X11/Applications
23 Source0:        http://dl.sourceforge.net/heroines/%{name}-%{version}-src.tar.xz
24 # Source0-md5:  252d811546025470ae4d7fa31c1f52d4
25 Patch0:         %{name}-system-libs.patch
26 Patch1:         %{name}-strip.patch
27 Patch2:         %{name}-fontsdir.patch
28 Patch3:         %{name}-locale_h.patch
29 Patch4:         %{name}-guicast_bootstrap.patch
30 Patch6:         %{name}-libpng.patch
31 Patch7:         %{name}-ffmpeg.patch
32 Patch8:         %{name}-typo.patch
33 # see speech_tools package
34 Patch9:         %{name}-st.patch
35 Patch10:        %{name}-plugindir.patch
36 URL:            http://www.heroinewarrior.com/cinelerra.php
37 BuildRequires:  OpenEXR-devel >= 1.6.1
38 BuildRequires:  OpenGL-GLU-devel
39 BuildRequires:  OpenGL-devel >= 2.0
40 BuildRequires:  alsa-lib-devel >= 1.0.8
41 BuildRequires:  bzip2-devel
42 #x#BuildRequires:       esound-devel
43 BuildRequires:  ffmpeg-devel >= 0.6
44 BuildRequires:  flac-devel >= 1.1.4
45 BuildRequires:  freetype-devel >= 2.1.4
46 BuildRequires:  lame-libs-devel >= 3.93.1
47 BuildRequires:  libavc1394-devel >= 0.5.1
48 BuildRequires:  libiec61883-devel >= 1.0.0
49 BuildRequires:  libmpeg3-devel >= 1.8
50 BuildRequires:  libraw1394-devel >= 1.2.0
51 BuildRequires:  libsndfile-devel >= 1.0.11
52 BuildRequires:  libstdc++-devel >= 5:3.2.2
53 BuildRequires:  libtheora-devel >= 1.0-0.alpha4
54 BuildRequires:  libtiff-devel >= 3.5.7
55 BuildRequires:  libuuid-devel
56 %ifarch %{ix86}
57 BuildRequires:  nasm
58 %endif
59 #x#BuildRequires:       quicktime4linux-devel >= 2.3
60 BuildRequires:  xorg-lib-libX11-devel
61 BuildRequires:  xorg-lib-libXext-devel
62 BuildRequires:  xorg-lib-libXv-devel
63 BuildRequires:  xorg-lib-libXxf86vm-devel
64 Requires:       OpenEXR >= 1.6.1
65 Requires:       alsa-lib >= 1.0.8
66 Requires:       freetype >= 2.1.4
67 Requires:       libavc1394 >= 0.5.1
68 Requires:       libiec61883 >= 1.0.0
69 Requires:       libmpeg3 >= 1.8
70 Requires:       libraw1394 >= 1.2.0
71 Requires:       libsndfile >= 1.0.11
72 Requires:       libtheora >= 1.0-0.alpha4
73 #x#Requires:    quicktime4linux >= 2.3
74 Obsoletes:      bcast
75 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
76
77 %define         _noautostrip    .*/microtheme.plugin
78
79 %description
80 There are two types of moviegoers: producers who create new content,
81 going back over their content at future points for further refinement,
82 and consumers who want to acquire the content and watch it. Cinelerra
83 is not intended for consumers. Cinelerra has many features for
84 uncompressed content, high resolution processing, and compositing,
85 with very few shortcuts. Producers need these features because of the
86 need to retouch many generations of footage with alterations to the
87 format, which makes Cinelerra very complex.
88
89 Cinelerra was meant to be a Broadcast 2000 replacement.
90
91 %description -l pl.UTF-8
92 Są dwa rodzaje użytkowników zajmujących się filmami: producenci
93 tworzący nowe filmy, wracający do nich w przyszłości w celu dalszego
94 wygładzenia, oraz konsumenci, którzy chcą tylko zdobyć film i go
95 obejrzeć. Cinelerra nie jest dla konsumentów. Program ma wiele
96 możliwości do edycji nieskompresowanej zawartości, obróbki w wysokiej
97 rozdzielczości oraz montażu, z bardzo małą liczbą skrótów. Producenci
98 potrzebują tych możliwości ze względu na konieczność retuszowania oraz
99 modyfikacji formatu, co czyni program bardzo złożonym.
100
101 Cinelerra była tworzona z myślą o zastąpieniu programu Broadcast 2000.
102
103 %prep
104 %setup -q
105 #x#%patch0 -p1
106 #x#%patch1 -p1
107 %patch2 -p1
108 #x#%patch3 -p1
109 #x#%patch4 -p1
110 #x#%patch5 -p1
111 %patch6 -p0
112 #x#%patch7 -p1
113 %patch8 -p1
114 %patch9 -p0
115 %patch10 -p0
116
117 #x## assume we have <linux/videodev2.h> and <linux/dvb/*> (present in llh)
118 #x#cat > hvirtual_config.h <<EOF
119 #x##define HAVE_VIDEO4LINUX2
120 #x##define HAVE_DVB
121 #x##define HAVE_GL
122 #x##define PACKAGE_STRING "cinelerra"
123 #x#EOF
124
125 #x#%{__rm} -r libmpeg3 quicktime \
126 #x#        thirdparty/{audiofile,esound,fftw-*,flac-*,freetype-*,ilmbase-*,libavc1394-*,libiec61883-*,libraw1394-*,libsndfile-*,libtheora-*,mjpegtools-*,openexr-*,tiff-*,uuid}
127
128 %build
129 export CFLAGS="%{rpmcflags}"
130 #x#%{__make} -f build/Makefile.toolame \
131 #x#    STRIP="true" \
132 #x#    GCC="%{__cc}"
133 #x#%{__make} -C mpeg2enc \
134 #x#    STRIP="true" \
135 #x#    CC="%{__cc}"
136 #x#%{__make} -C mplexlo \
137 #x#    STRIP="true" \
138 #x#    CC="%{__cc}"
139 #x#%{__make} -C guicast \
140 #x#    STRIP="true" \
141 #x#    GCC="%{__cc}" \
142 #x#    CC="%{__cxx}"
143 #x## cinelerra, defaulttheme and microtheme are stripped before running "bootstrap"
144 #x#%{__make} -C cinelerra \
145 #x#    STRIP="true" \
146 #x#    GCC="%{__cc}" \
147 #x#    CC="%{__cxx}" \
148 #x#    LINKER='%{__cxx} -o $(OUTPUT)'
149 #x#%{__make} -C plugins \
150 #x#    STRIP="true" \
151 #x#    CC="%{__cxx}" \
152
153 (
154     # to replace -ltermcap with -tncurses
155     cd thirdparty/speech_tools
156     rm ./config.cache
157     ./configure
158 )
159
160 ./configure
161 make
162
163 (
164     # to link with libva
165     cd cinelerra
166     g++ -o ../bin/cinelerra `cat x86_64/objs` -lva
167 )
168
169 %install
170 rm -rf $RPM_BUILD_ROOT
171 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/cinelerra}
172 cp -a bin/* $RPM_BUILD_ROOT%{_libdir}/cinelerra
173 mv $RPM_BUILD_ROOT{%{_libdir}/cinelerra,%{_bindir}}/cinelerra
174 rm -r $RPM_BUILD_ROOT%{_libdir}/cinelerra/c_flags
175
176 %clean
177 rm -rf $RPM_BUILD_ROOT
178
179 %files
180 %defattr(644,root,root,755)
181 %doc doc/{*.png,*.html,press} cinelerra/{CHANGELOG*,TODO}
182 %attr(755,root,root) %{_bindir}/cinelerra
183 %dir %{_libdir}/cinelerra
184 %attr(755,root,root) %{_libdir}/cinelerra/*.plugin
This page took 0.056383 seconds and 3 git commands to generate.