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