]> git.pld-linux.org Git - packages/transcode.git/blame - transcode.spec
- ImageMagick-7.0.7.0-1 rebuild
[packages/transcode.git] / transcode.spec
CommitLineData
9c77b8c1 1# TODO:
b5d29c62 2# - pvm3 needs recompiled with -fPIC, then it can be used here
ac988f3c 3# - --enable-ibp requires some libs from http://loci.cs.utk.edu/ [libfdr libibp libexnode liblbone libend2end libmd5 libdes libaes liblors]
6c28ede5 4# - rm Makefiles from htmldir
173bf2e8 5#
3a5a33fc 6# Conditional build:
ac988f3c
JB
7%bcond_without magick # ImageMagick module
8%bcond_without libmpeg2 # libmpeg2 support
9%bcond_without lzo # LZO support
10%bcond_without mjpeg # mjpegtools support
11%bcond_without quicktime # libquicktime support
12%bcond_without sdl # SDL support
13%bcond_with jpegmmx # jpeg-mmx instead of plain libjpeg
14%bcond_with pvm3 # PVM3 support
b5d29c62
JB
15
16# no jpeg-mmx there (doesn't compile)
17%ifnarch i586 i686 athlon
18%undefine with_jpegmmx
19%endif
20# pvm3 needs recompiled with -fPIC
21%ifarch %{x8664} alpha
22%undefine with_pvm3
23%endif
3a5a33fc 24#
1aabd80a 25Summary: Video stream converter
af412c2c 26Summary(pl.UTF-8): Konwerter strumieni video
692e6cca 27Name: transcode
bf3b4d5c 28Version: 1.1.7
5760120c 29Release: 10
ac988f3c
JB
30License: GPL v2+
31Group: Applications/Multimedia
bf3b4d5c
AM
32Source0: https://bitbucket.org/france/transcode-tcforge/downloads/%{name}-%{version}.tar.bz2
33# Source0-md5: 9bb25a796a8591fb764de46ee87ce505
0fd9456a 34Patch0: %{name}-libx86_64.patch
bf3b4d5c
AM
35Patch1: %{name}-1.1.7-ffmpeg-0.10.patch
36Patch2: %{name}-1.1.7-ffmpeg-0.11.patch
37Patch3: %{name}-1.1.7-ffmpeg2.patch
38Patch4: %{name}-1.1.7-ffmpeg.patch
39Patch5: %{name}-1.1.7-libav-9.patch
40Patch6: %{name}-1.1.7-preset-force.patch
41Patch7: %{name}-1.1.7-preset-free.patch
8e49c02e 42Patch8: %{name}-1.1.7-ffmpeg-2.4.patch
5e0509b2 43Patch9: ffmpeg3.patch
051fa713 44Patch10: imagemagick7.patch
bf3b4d5c 45URL: https://bitbucket.org/france/transcode-tcforge/overview
ac988f3c
JB
46%{?with_magick:BuildRequires: ImageMagick-devel >= 6.4.1-2}
47%{?with_sdl:BuildRequires: SDL-devel >= 1.2.5}
09355889 48BuildRequires: a52dec-libs-devel
ac988f3c 49BuildRequires: alsa-lib-devel >= 0.9
985963d8
JB
50BuildRequires: autoconf
51BuildRequires: automake >= 1.3
e10fe26b 52BuildRequires: faac-devel
75e9ed58 53BuildRequires: ffmpeg-devel >= 0.7.1
bc273673 54BuildRequires: freetype-devel >= 2.1.2
b5d29c62 55%{?with_jpegmmx:BuildRequires: jpeg-mmx}
ac988f3c 56BuildRequires: lame-libs-devel >= 3.93
18be77ee 57BuildRequires: libdv-devel >= 0.104-3
692e6cca 58BuildRequires: libdvdread-devel
c42026b3 59BuildRequires: libfame-devel >= 0.9.1
5664900e 60BuildRequires: libgomp-devel
bc273673 61BuildRequires: libjpeg-devel
657e67ba 62%{?with_libmpeg2:BuildRequires: libmpeg2-devel >= 0.4.0b}
e6c0f64a 63BuildRequires: libogg-devel
ffe2ce89 64BuildRequires: libpng-devel
ac988f3c 65%{?with_quicktime:BuildRequires: libquicktime-devel >= 1.0.0}
ffe2ce89 66BuildRequires: libstdc++-devel
bc273673 67BuildRequires: libtheora-devel
985963d8 68BuildRequires: libtool >= 2:1.5
ac988f3c 69BuildRequires: libv4l-devel
0da60c37 70BuildRequires: libvorbis-devel
bf3b4d5c 71BuildRequires: libx264-devel
ac988f3c 72BuildRequires: libxml2-devel >= 2.0
34030055 73%{?with_lzo:BuildRequires: lzo-devel >= 2.0}
18be77ee 74%{?with_mjpeg:BuildRequires: mjpegtools-devel}
bc273673
JB
75%ifarch %{ix86}
76BuildRequires: nasm >= 0.98.34
77%endif
ac988f3c
JB
78BuildRequires: pkgconfig >= 1:0.20
79%{?with_pvm3:BuildRequires: pvm-devel >= 3.4}
80BuildRequires: xorg-lib-libX11-devel
ace5874a 81BuildRequires: xorg-lib-libXaw-devel
ac988f3c 82BuildRequires: xorg-lib-libXext-devel
ace5874a 83BuildRequires: xorg-lib-libXpm-devel
ac988f3c
JB
84BuildRequires: xorg-lib-libXv-devel
85BuildRequires: xvid-devel >= 1.0
86BuildRequires: zlib-devel
692e6cca 87BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
88
985963d8
JB
89%define specflags -fomit-frame-pointer
90
692e6cca 91%description
1aabd80a 92Linux Video Stream Processing Tool.
692e6cca 93
31b7198d
JR
94%description -l pl.UTF-8
95Linuksowe narzędzie do obróbki strumieni video.
692e6cca 96
bc273673 97%package avilib
e14e2a25 98Summary: library to handle avi files from transcode
af412c2c 99Summary(pl.UTF-8): biblioteka do obróbki plików avi pochodząca z transcode
e14e2a25 100Group: Development/Libraries
101
d583e249 102%description avilib
3a5a33fc 103Avilib is part of transcode made accessible for other programs that
bc273673 104require it. So far I know of one such program - ogmtools.
e14e2a25 105
31b7198d
JR
106%description avilib -l pl.UTF-8
107Avifile jest częścią programu transcode udostępnioną dla innych
108programów, które jej wymagają. Jak na razie znam jeden taki program -
3a5a33fc 109ogmtools.
e14e2a25 110
0fd9456a 111%package export
112Summary: export plugins for transcode
113Summary(pl.UTF-8): wtyczki eksportowe transcode
114Group: Development/Libraries
ca1c0e09 115Requires: %{name} = %{version}-%{release}
0fd9456a 116
117%description export
118Export plugins for transcode.
119
120%description export -l pl.UTF-8
121Wtyczki eksportowe dla transcode.
122
123%package import
124Summary: import plugins for transcode
125Summary(pl.UTF-8): wtyczki importujące transcode
126Group: Development/Libraries
ca1c0e09 127Requires: %{name} = %{version}-%{release}
0fd9456a 128
129%description import
130Import plugins for transcode.
131
132%description import -l pl.UTF-8
133Wtyczki importujące dla transcode.
134
135%package filter
136Summary: filters for transcode
137Summary(pl.UTF-8): filtry transcode
138Group: Development/Libraries
ca1c0e09 139Requires: %{name} = %{version}-%{release}
0fd9456a 140
141%description filter
142Filters for transcode.
143
144%description filter -l pl.UTF-8
145Filtry transcode.
146
692e6cca 147%prep
985963d8 148%setup -q
0fd9456a 149%patch0 -p1
bf3b4d5c 150%patch1 -p0
657e67ba 151%patch2 -p1
75e9ed58 152%patch3 -p1
bf3b4d5c
AM
153%patch4 -p0
154%patch5 -p0
155%patch6 -p1
156%patch7 -p1
8e49c02e 157%patch8 -p1
5e0509b2 158%patch9 -p1
051fa713 159%patch10 -p1
692e6cca 160
161%build
985963d8
JB
162%{__libtoolize}
163%{__aclocal}
164%{__autoconf}
165%{__autoheader}
166%{__automake}
faec1ee4
JB
167# ac_cv_* to avoid detection of libdivxdecore as divx4linux (leading to errors)
168# or divx4linux itself (make bcond_with if you want it)
09355889 169%configure \
faec1ee4
JB
170 ac_cv_header_decore_h=no \
171 ac_cv_header_encore2_h=no \
bc273673 172%ifarch ppc
2be3bfd2 173 --enable-altivec \
bc273673 174%endif
b5d29c62
JB
175%ifarch %{ix86} %{x8664}
176 --enable-mmx \
177 --enable-3dnow \
178 --enable-sse \
179 --enable-sse2 \
bc273673 180%endif
b5d29c62
JB
181 --disable-bktr \
182 --disable-bsdav \
183 --disable-sunau \
184 --enable-a52 \
e10fe26b
AM
185 --enable-alsa \
186 --enable-faac \
b5d29c62 187 --enable-freetype2 \
b5d29c62 188 --enable-iconv \
ac988f3c 189 --enable-imagemagick%{!?with_magick:=no} \
b5d29c62
JB
190 --enable-lame \
191 --enable-libavcodec \
192 --enable-libdv \
193 --enable-libdvdread \
b5d29c62 194 --enable-libjpeg \
ac988f3c
JB
195 --enable-libjpegmmx%{!?with_jpegmmx:=no} \
196 --enable-libmpeg2%{!?with_libmpeg2:=no} \
e10fe26b 197 --enable-libmpeg2convert \
b5d29c62 198 --enable-libpostproc \
ac988f3c
JB
199 --enable-libquicktime%{!?with_quicktime:=no} \
200 --enable-libv4l2 \
201 --enable-libv4lconvert \
b5d29c62 202 --enable-libxml2 \
ac988f3c
JB
203 --enable-lzo%{!?with_lzo:=no} \
204 --enable-mjpegtools%{!?with_mjpeg:=no} \
b5d29c62
JB
205 --enable-ogg \
206 --enable-oss \
ac988f3c 207 --enable-pvm3%{!?with_pvm3:=no} \
b5d29c62
JB
208 --enable-sdl \
209 --enable-statbuffer \
210 --enable-theora \
211 --enable-v4l \
212 --enable-vorbis \
ac988f3c
JB
213 --enable-x264 \
214 --with-lzo-includes=%{_includedir}/lzo \
ba2e284e 215 --with-x
09355889 216
cd90eb56 217%{__make}
692e6cca 218
219%install
220rm -rf $RPM_BUILD_ROOT
221
3a5a33fc
JB
222%{__make} install \
223 DESTDIR=$RPM_BUILD_ROOT
692e6cca 224
0da60c37 225install -D avilib/avilib.h $RPM_BUILD_ROOT%{_includedir}/avilib.h
b5d29c62 226
7fbfefaf
JB
227# dlopened modules
228%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
b5d29c62 229# duplicate
ac988f3c 230%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/transcode
e14e2a25 231
692e6cca 232%clean
233rm -rf $RPM_BUILD_ROOT
234
235%files
236%defattr(644,root,root,755)
ac988f3c
JB
237%doc AUTHORS ChangeLog README TODO docs/README.* docs/*.txt docs/html
238%attr(755,root,root) %{_bindir}/avifix
239%attr(755,root,root) %{_bindir}/aviindex
240%attr(755,root,root) %{_bindir}/avimerge
241%attr(755,root,root) %{_bindir}/avisplit
242%attr(755,root,root) %{_bindir}/avisync
243%attr(755,root,root) %{_bindir}/tccat
244%attr(755,root,root) %{_bindir}/tcdecode
245%attr(755,root,root) %{_bindir}/tcdemux
246%attr(755,root,root) %{_bindir}/tcextract
247%attr(755,root,root) %{_bindir}/tcmodinfo
248%attr(755,root,root) %{_bindir}/tcmp3cut
249%attr(755,root,root) %{_bindir}/tcprobe
250%attr(755,root,root) %{_bindir}/tcscan
251%attr(755,root,root) %{_bindir}/tcxmlcheck
252%attr(755,root,root) %{_bindir}/tcxpm2rgb
253%attr(755,root,root) %{_bindir}/tcyait
254%attr(755,root,root) %{_bindir}/transcode
0da60c37 255%dir %{_libdir}/%{name}
ac988f3c 256%attr(755,root,root) %{_libdir}/%{name}/a52_decore.so
ac988f3c
JB
257%{_libdir}/%{name}/xvid4.cfg
258%{_mandir}/man1/avifix.1*
259%{_mandir}/man1/aviindex.1*
260%{_mandir}/man1/avimerge.1*
261%{_mandir}/man1/avisplit.1*
262%{_mandir}/man1/avisync.1*
263%{_mandir}/man1/tccat.1*
264%{_mandir}/man1/tcdecode.1*
265%{_mandir}/man1/tcdemux.1*
266%{_mandir}/man1/tcexport.1*
267%{_mandir}/man1/tcextract.1*
268%{_mandir}/man1/tcmodchain.1*
269%{_mandir}/man1/tcmodinfo.1*
270%{_mandir}/man1/tcprobe.1*
271%{_mandir}/man1/tcpvmexportd.1*
272%{_mandir}/man1/tcscan.1*
273%{_mandir}/man1/tcxmlcheck.1*
274%{_mandir}/man1/transcode.1*
275%{_mandir}/man1/transcode_export.1*
276%{_mandir}/man1/transcode_filter.1*
277%{_mandir}/man1/transcode_import.1*
e14e2a25 278
279%files avilib
90b6d870 280%defattr(644,root,root,755)
e14e2a25 281%doc avilib/README.avilib
0da60c37 282%{_includedir}/avilib.h
0fd9456a 283
284%files export
285%defattr(644,root,root,755)
7fbfefaf 286%attr(755,root,root) %{_libdir}/%{name}/export_*.so
0fd9456a 287
288%files import
289%defattr(644,root,root,755)
7fbfefaf 290%attr(755,root,root) %{_libdir}/%{name}/import_*.so
0fd9456a 291
292%files filter
293%defattr(644,root,root,755)
7fbfefaf
JB
294%attr(755,root,root) %{_libdir}/%{name}/filter_*.so
295%attr(755,root,root) %{_libdir}/%{name}/filter_list.awk
296%attr(755,root,root) %{_libdir}/%{name}/parse_csv.awk
This page took 0.113684 seconds and 4 git commands to generate.