Vcs-Git: git://git.debian.org/git/pkg-multimedia/gpac.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gpac.git
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 8.1.3~),
freeglut3-dev,
liba52-0.7.4-dev,
libasound2-dev,
Package: libgpac1
Architecture: any
+Multi-Arch: same
Section: libs
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GPAC Project on Advanced Content - shared libraries
GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is
Package: libgpac-dev
Architecture: any
Section: libdevel
+Multi-Arch: same
Depends: libgpac1 (= ${binary:Version}), ${misc:Depends}
Replaces: gpac (<= 0.4.2~rc2-0ubuntu1)
Description: GPAC Project on Advanced Content - development files
#!/usr/bin/make -f
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
%:
dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man \
+ --libdir=lib/$(DEB_HOST_MULTIARCH) \
--extra-cflags="-Wall -fPIC -DPIC -I/usr/include/mozjs -DXP_UNIX" \
--enable-joystick --disable-ssl
echo "#define GPAC_SVN_REVISION \"\"" >include/gpac/version.h