[SCM] libopenmpt/master: Add extra dependencies to libopenmpt-dev to satisfy pkg-config
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Sat Nov 12 15:34:45 UTC 2016
The following commit has been merged in the master branch:
commit 86fa0f19d78e6c4b4f6eb28ab411135469dd8c71
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Wed Nov 9 22:23:15 2016 +0000
Add extra dependencies to libopenmpt-dev to satisfy pkg-config
diff --git a/debian/control b/debian/control
index cb6a265..4d959ea 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,13 @@ Package: libopenmpt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libopenmpt0 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libmpg123-dev,
+ libogg-dev,
+ libopenmpt0 (= ${binary:Version}),
+ libvorbis-dev,
+ zlib1g-dev,
+ ${misc:Depends},
Description: module music decoding library based on OpenMPT -- development files
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream. It is based on the player code
--
libopenmpt packaging
More information about the pkg-multimedia-commits
mailing list