1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: gpac
Section: graphics
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Reinhard Tartler <siretart@tauware.de>,
Alessio Treglia <alessio@debian.org>
Build-Depends:
debhelper-compat (= 13),
freeglut3-dev,
liba52-0.7.4-dev,
libasound2-dev,
libavcodec-dev (>= 6:10~),
libavdevice-dev (>= 6:10~),
libavformat-dev (>= 6:10~),
libavutil-dev (>= 6:10~),
libfaad-dev,
libfreenect-dev,
libfreetype6-dev,
libjack-dev,
libjpeg-dev,
libmad0-dev,
libogg-dev,
libpng-dev,
libpulse-dev,
libsdl1.2-dev,
libswscale-dev (>= 6:10~),
libtheora-dev,
libusb-1.0-0-dev,
libvorbis-dev,
libxml2-dev,
libxv-dev,
libxvidcore-dev
Standards-Version: 3.9.8
Homepage: https://gpac.wp.mines-telecom.fr/
Vcs-Git: https://salsa.debian.org/multimedia-team/gpac.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/gpac
Package: gpac
Architecture: any
Depends:
gpac-modules-base (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: GPAC Project on Advanced Content - utilities
GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is
an Open Source multimedia framework for research and academic purposes. The
project covers different aspects of multimedia, with a focus on presentation
technologies (graphics, animation and interactivity).
.
This package contains the following utilities:
- MP4Client (content packaging)
- MP4Box
Package: gpac-modules-base
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: GPAC Project on Advanced Content - modules
GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is
an Open Source multimedia framework for research and academic purposes. The
project covers different aspects of multimedia, with a focus on presentation
technologies (graphics, animation and interactivity).
.
This package contains the GPAC modules.
Package: libgpac10
Architecture: any
Section: libs
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: GPAC Project on Advanced Content - shared libraries
GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is
an Open Source multimedia framework for research and academic purposes. The
project covers different aspects of multimedia, with a focus on presentation
technologies (graphics, animation and interactivity).
.
This package contains the shared libraries used at runtime in depending
packages.
Package: libgpac-dev
Architecture: any
Section: libdevel
Depends:
libgpac10 (= ${binary:Version}),
${misc:Depends}
Description: GPAC Project on Advanced Content - development files
GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is
an Open Source multimedia framework for research and academic purposes. The
project covers different aspects of multimedia, with a focus on presentation
technologies (graphics, animation and interactivity).
.
This package contains files that are used for application development.
|