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