]> git.pld-linux.org Git - packages/gpac.git/blame - gpac.spec
- fix %%install
[packages/gpac.git] / gpac.spec
CommitLineData
cee2dd04
JB
1#
2# Conditional build:
5f694ea5 3%bcond_with amr
5f694ea5 4%bcond_without faad
cee2dd04
JB
5%bcond_without ffmpeg
6%bcond_without freetype
5f694ea5 7%bcond_without jpeg
cee2dd04 8%bcond_without js
5f694ea5 9%bcond_without mad
cee2dd04 10%bcond_without png
5f694ea5 11%bcond_without xvid
6dcdf31e 12%bcond_with wx
cee2dd04 13#
b2995149 14Summary: GPAC - an implementation of the MPEG-4 Systems standard (ISO/IEC 14496-1)
15Summary(pl): GPAC - implementacja standardu MPEG-4 Systems (ISO/IEC 14496-1)
5f694ea5 16Name: gpac
e25a2665 17Version: 0.2.4
6dcdf31e 18Release: 0.2
5f694ea5 19License: GPL
20Group: Applications
cee2dd04 21Source0: http://dl.sourceforge.net/gpac/%{name}-%{version}.tar.gz
e25a2665 22# Source0-md5: cbbea28e99c23d1839d38c54c2cc090a
5f694ea5 23Source1: http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-530.zip
24# Source1-md5: 705f6993fbf890e92eb7a331e7c716d1
e25a2665 25Patch0: %{name}-install.patch
6dcdf31e 26Patch1: %{name}-wxWidgets.patch
5f694ea5 27URL: http://gpac.sourceforge.net/
28BuildRequires: SDL-devel
6dcdf31e 29%{?with_wx:BuildRequires: wxGTK2-devel >= 2.5.4}
cee2dd04
JB
30%{?with_faad:BuildRequires: faad2-devel}
31%{?with_ffmpeg:BuildRequires: ffmpeg-devel}
32%{?with_freetype:BuildRequires: freetype-devel}
33%{?with_js:BuildRequires: js-devel}
34%{?with_jpeg:BuildRequires: libjpeg-devel}
35%{?with_mad:BuildRequires: libmad-devel}
36%{?with_png:BuildRequires: libpng-devel}
6dcdf31e 37BuildRequires: libxml2-devel
cee2dd04 38%{?with_xvid:BuildRequires: xvid-devel}
5f694ea5 39Requires: SDL
40#Requires: wxWidgets
cee2dd04
JB
41%{?with_faad:Requires: faad2}
42%{?with_ffmpeg:Requires: ffmpeg}
43%{?with_freetype:Requires: freetype}
44%{?with_js:Requires: js}
e25a2665 45%{?with_jpeg:Requires: libjpeg}
cee2dd04
JB
46%{?with_png:Requires: libpng}
47%{?with_mad:Requires: libmad}
48%{?with_xvid:Requires: xvid}
5f694ea5 49BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
50
e25a2665 51%define _noautoreq libm4systems.so
52
5f694ea5 53%description
b2995149 54GPAC is an implementation of the MPEG-4 Systems standard (ISO/IEC
5514496-1) developed from scratch in ANSI C.
5f694ea5 56
b2995149 57The main development goal is to provide a clean (a.k.a. readable by as
58many people as possible), small and flexible alternative to the MPEG-4
59Systems reference software (known as IM1 and distributed in ISO/IEC
6014496-5). The MPEG-4 Reference software is indeed a very large piece
61of software, designed to verify the standard rather than provide a
62small, production-stable software. GPAC is written in ANSI C for
63portability reasons (embedded platforms and DSPs) with a simple goal:
64keep the memory footprint as low as possible. The project will at term
65provide player(s), systems encoders and publishing tools for content
66distribution.
5f694ea5 67
cee2dd04
JB
68%description -l pl
69GPAC to implementacja standardu MPEG-4 Systems (ISO/IEC 14496-1)
70stworzona od zera w ANSI C.
71
72