]> 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
cee2dd04 12#
b2995149 13Summary: GPAC - an implementation of the MPEG-4 Systems standard (ISO/IEC 14496-1)
14Summary(pl): GPAC - implementacja standardu MPEG-4 Systems (ISO/IEC 14496-1)
5f694ea5 15Name: gpac
16Version: 0.2.1
17Release: 1
18License: GPL
19Group: Applications
cee2dd04 20Source0: http://dl.sourceforge.net/gpac/%{name}-%{version}.tar.gz
5f694ea5 21# Source0-md5: 3a3e193e805ab177f44514ca3289b461
5f694ea5 22Source1: http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-530.zip
23# Source1-md5: 705f6993fbf890e92eb7a331e7c716d1
5f694ea5 24URL: http://gpac.sourceforge.net/
25BuildRequires: SDL-devel
26#BuildRequires: wxWidgets-devel
cee2dd04
JB
27%{?with_faad:BuildRequires: faad2-devel}
28%{?with_ffmpeg:BuildRequires: ffmpeg-devel}
29%{?with_freetype:BuildRequires: freetype-devel}
30%{?with_js:BuildRequires: js-devel}
31%{?with_jpeg:BuildRequires: libjpeg-devel}
32%{?with_mad:BuildRequires: libmad-devel}
33%{?with_png:BuildRequires: libpng-devel}
34%{?with_xvid:BuildRequires: xvid-devel}
5f694ea5 35Requires: SDL
36#Requires: wxWidgets
cee2dd04
JB
37%{?with_faad:Requires: faad2}
38%{?with_ffmpeg:Requires: ffmpeg}
39%{?with_freetype:Requires: freetype}
40%{?with_js:Requires: js}
41%{?with_jpeg:Requires: libjpeg-6b}
42%{?with_png:Requires: libpng}
43%{?with_mad:Requires: libmad}
44%{?with_xvid:Requires: xvid}
5f694ea5 45BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
47%description
b2995149 48GPAC is an implementation of the MPEG-4 Systems standard (ISO/IEC
4914496-1) developed from scratch in ANSI C.
5f694ea5 50
b2995149 51The main development goal is to provide a clean (a.k.a. readable by as
52many people as possible), small and flexible alternative to the MPEG-4
53Systems reference software (known as IM1 and distributed in ISO/IEC
5414496-5). The MPEG-4 Reference software is indeed a very large piece
55of software, designed to verify the standard rather than provide a
56small, production-stable software. GPAC is written in ANSI C for
57portability reasons (embedded platforms and DSPs) with a simple goal:
58keep the memory footprint as low as possible. The project will at term
59provide player(s), systems encoders and publishing tools for content
60distribution.
5f694ea5 61
b2995149 62The current GPAC release (0.2.1) is far from being complete but
63already covers a very large part of the standard, and can probably be
64seen as the most advanced and robust 2D MPEG-4 Player available
65worldwide (its 3D side is not to be neglected though).
5f694ea5 66
cee2dd04
JB
67%description -l pl
68GPAC to implementacja standardu MPEG-4 Systems (ISO/IEC 14496-1)
69stworzona od zera w ANSI C.
70
71