Depends:
${misc:Depends},
${shlibs:Depends}
+Recommends: gpac-modules-base
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 utilities:
+ This package contains the following utilities:
- MP4Client (content packaging)
+ - MP4Box
+
+Package: gpac-modules-base
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Breaks: gpac (<= 0.4.5+svn3462~dfsg0-1~)
+Replaces: gpac (<= 0.4.5+svn3462~dfsg0-1~)
+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: libgpac1
Architecture: any
$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr \
moddir=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gpac
$(MAKE) install-lib prefix=$(CURDIR)/debian/tmp/usr
+ cd debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gpac && \
+ for i in `ls`; do\
+ oldmodfname=$$i;\
+ newmodfname="`echo $$i | sed 's/\.so[.0-9]*//'`".so ;\
+ echo "Renaming $$oldmodfname to $$newmodfname ..." && \
+ mv $$oldmodfname $$newmodfname ;\
+ done
mv debian/tmp/usr/share/man/man1/mp4box.1 \
debian/tmp/usr/share/man/man1/MP4Box.1
mv debian/tmp/usr/share/man/man1/mp4client.1 \