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