[oe] [meta-multimedia][PATCH] vorbis-tools: add new recipe

Khem Raj raj.khem at gmail.com
Thu Aug 13 16:12:45 UTC 2015


> On Aug 13, 2015, at 3:19 AM, Stefan Müller-Klieser <s.mueller-klieser at phytec.de> wrote:
> 
> Vorbis tools provide command line editing and playback tools for the
> patent free audio codec. Use cases in embedded are audio tests and
> performance benchmarks.
> 
> Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
> ---
> .../vorbis-tools/vorbis-tools_1.4.0.bb             | 32 ++++++++++++++++++++++
> 1 file changed, 32 insertions(+)
> create mode 100644 meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb
> 
> diff --git a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb
> new file mode 100644
> index 0000000..de89d22
> --- /dev/null
> +++ b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb
> @@ -0,0 +1,32 @@
> +SUMMARY = "Vorbis Tools"
> +DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \
> +that is free of intellectual property restrictions. vorbis-tools \
> +include some command line applications to use the libraries."
> +HOMEPAGE = "http://www.vorbis.com/"
> +BUGTRACKER = "https://trac.xiph.org"
> +SECTION = "multimedia"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +
> +DEPENDS = "libogg libvorbis curl libao"
> +
> +SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.gz"
> +
> +SRC_URI[md5sum] = "567e0fb8d321b2cd7124f8208b8b90e6"
> +SRC_URI[sha256sum] = "a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
> +
> +inherit autotools pkgconfig gettext
> +
> +RDEPENDS_${PN} = "libogg libvorbis libcurl libao"
> +
> +PACKAGECONFIG ??= "flac"
> +PACKAGECONFIG[flac] = ",--without-flac,flac,libflac"
> +PACKAGECONFIG[speex] = ",--without-speex,speex,speex"
> +
> +EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \
> +                --with-ogg-includes=${STAGING_INCDIR} \
> +                --with-vorbis-libraries=${STAGING_LIBDIR} \
> +                --with-vorbis-includes=${STAGING_INCDIR} \
> +                --with-curl-libraries=${STAGING_LIBDIR} \
> +                --with-curl-libraries=${STAGING_LIBDIR} \

here there is duplication problem. last two lines are ditto
I also wonder if this EXTRA_CONF setting is completely required or not


> +"
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150813/539f9d1a/attachment-0002.sig>


More information about the Openembedded-devel mailing list