Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Cc: "openembedded-devel@lists.openembedded.org"
	<openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH] fluidsynth: update 1.1.6 -> 1.1.8
Date: Tue, 17 Oct 2017 12:28:04 +0200	[thread overview]
Message-ID: <20171017102804.GA4387@jama> (raw)
In-Reply-To: <CA+chaQf0YhjxtdFqEYjuhPgdCBOqe38pvUYwqHXrgqq4dHAvHQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4764 bytes --]

On Mon, Oct 16, 2017 at 10:58:16PM +0200, Martin Jansa wrote:
> It's already in master-next, if it builds fine, I don't require v2 to be
> sent.

Unfortunately it fails to build for qemux86-64, so v2 will be needed
http://errors.yoctoproject.org/Errors/Details/157327/

> 
> On Mon, Oct 16, 2017 at 11:05 PM, Leonardo Sandoval <
> leonardo.sandoval.gonzalez@linux.intel.com> wrote:
> 
> > On Mon, 16 Oct 2017 21:44:23 +0200
> > Andreas Müller <schnitzeltony@googlemail.com> wrote:
> >
> > > On Mon, Oct 16, 2017 at 7:40 PM, Leonardo Sandoval <
> > > leonardo.sandoval.gonzalez@linux.intel.com> wrote:
> > >
> > > > On Mon, 16 Oct 2017 12:42:28 +0200
> > > > Andreas Müller <schnitzeltony@googlemail.com> wrote:
> > > >
> > > > > * project has moved from sourceforge to github
> > > > > * autotools was replaced by cmake [1]
> > > >
> > > > Worth noting that  license changed from LGPL-2.0+ to LPGL-2.1.
> > >
> > > Yes I forgot to mention
> > >
> > > > In case you send a v2, use a lower -M value for your git-format-patch
> > > > command, this may detect the rename.
> > > >
> > > I have
> > >
> > > [diff]
> > >     renames = true
> >
> > I use git-format-patch which by defaults does renames with 50 of
> > similarity index (defined by -M). I believe there is a git-diff-config for
> > the latter value.
> >
> > >
> > > in my .gitconfig which does this job fine usually. I think rename due to
> > > changes in almost all lines.
> > >
> > > V2 required?
> >
> > worth it in my opinion.
> >
> > I just format your patch with the -M2 and this is the output, indicating
> > that lots of stuff change but makes it easier to read.
> >
> > diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsyn
> > th_1.1.6.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsyn
> > th_1.1.8.bb
> > similarity index 23%
> > rename from meta-multimedia/recipes-multimedia/fluidsynth/fluidsyn
> > th_1.1.6.bb
> > rename to meta-multimedia/recipes-multimedia/fluidsynth/fluidsyn
> > th_1.1.8.bb
> > index 88981e44b..754fadc2e 100644
> > --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb
> > +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.8.bb
> > @@ -1,23 +1,19 @@
> >  SUMMARY = "Fluidsynth is a software synthesizer"
> >  HOMEPAGE = "http://www.fluidsynth.org/"
> >  SECTION = "libs/multimedia"
> > -LICENSE = "LGPL-2.0+"
> > -LIC_FILES_CHKSUM = "file://COPYING;md5=e198e9aac94943d0ec29a7dae8c29416"
> > +LICENSE = "LGPL-2.1"
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
> >
> >  DEPENDS = "alsa-lib ncurses glib-2.0"
> >
> > -SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}/${BP}.tar.gz"
> > -SRC_URI[md5sum] = "ae5aca6de824b4173667cbd3a310b263"
> > -SRC_URI[sha256sum] = "50853391d9ebeda9b4db787efb23f9
> > 8b1e26b7296dd2bb5d0d96b5bccee2171c"
> > +SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=1.1.x"
> > +SRCREV = "12e7afe3a806a6b397f28e0ca4bc6bab9ebe7047"
> > +S = "${WORKDIR}/git"
> >
> > -inherit autotools-brokensep pkgconfig lib_package
> > +inherit cmake pkgconfig lib_package
> >
> >  PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio',
> > d)}"
> > -PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,-
> > -disable-libsndfile-support,libsndfile1"
> > -PACKAGECONFIG[jack] = "--enable-jack-support,--disable-jack-support,jack"
> > -PACKAGECONFIG[pulseaudio] = "--enable-pulse-support,--
> > disable-pulse-support,pulseaudio"
> > -PACKAGECONFIG[portaudio] = "--enable-portaudio-support,--
> > disable-portaudio-support,portaudio-v19"
> > -
> > -do_configure_prepend () {
> > -    rm -f ${S}/m4/*
> > -}
> > +PACKAGECONFIG[sndfile] = "-Denable-libsndfile-support=
> > ON,-Denable-libsndfile-support=OFF,libsndfile1"
> > +PACKAGECONFIG[jack] = "-Denable-jack-support=ON,-
> > Denable-jack-support=OFF,jack"
> > +PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,--
> > Denable-pulseaudio=OFF,pulseaudio"
> > +PACKAGECONFIG[portaudio] = "-Denable-portaudio=ON,-Denable-portaudio=OFF,
> > portaudio-v19"
> >
> >
> >
> > >
> > > Andreas
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
> > --
> > Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

  reply	other threads:[~2017-10-17 10:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-16 10:42 [PATCH] fluidsynth: update 1.1.6 -> 1.1.8 Andreas Müller
2017-10-16 17:40 ` Leonardo Sandoval
2017-10-16 19:44   ` Andreas Müller
2017-10-16 21:05     ` Leonardo Sandoval
2017-10-16 20:58       ` Martin Jansa
2017-10-17 10:28         ` Martin Jansa [this message]
2017-10-17 10:37           ` Andreas Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171017102804.GA4387@jama \
    --to=martin.jansa@gmail.com \
    --cc=leonardo.sandoval.gonzalez@linux.intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox