DH_GSTSCANCODECS(1) User Contributed Perl Documentation DH_GSTSCANCODECS(1) NAME dh_gstscancodecs - enumerate and classify gstreamer codecs SYNOPSIS dh_gstscancodecs [debhelper options] DESCRIPTION This program is meant to assist in building a package that provides codecs, demultiplexers and other media-handling components for gstreamer-based applications. dh_gstscancodecs generates substitution variable for debian/control, by scanning libraries /usr/lib/gstreamer-1.0/*.so and /usr/lib/$DEB_HOST_MULTIARCH/gstreamer-1.0/*.so. The generated substitution variables are gstreamer:Version Should be added to XB-GStreamer-Version gstreamer:Elements Should be added to XB-GStreamer-Elements gstreamer:Provides Should be added to Provides gstreamer:URISources Should be added to XB-GStreamer-URI-Sources gstreamer:URISinks Should be added to XB-GStreamer-URI-Sinks gstreamer:Encoders Should be added to XB-GStreamer-Encoders gstreamer:Decoders Should be added to XB-GStreamer-Decoders This control fields will be used by the /usr/bin/gstreamer-codec-install helper to install required missing GStreamer elements. OPTIONS The standard debhelper options are supported. SEE ALSO debhelper(1) This program is an extension to debhelper. AUTHOR Ian Jackson Sebastian Dröge POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 131: Non-ASCII character seen before =encoding in 'Dröge'. Assuming UTF-8 perl v5.38.2 2024-02-26 DH_GSTSCANCODECS(1)