* [Buildroot] [PATCH 1/1] package/shairport-sync: bump to version 2.4.1 @ 2015-10-11 18:52 Jörg Krause 2015-10-11 18:58 ` Baruch Siach 0 siblings, 1 reply; 3+ messages in thread From: Jörg Krause @ 2015-10-11 18:52 UTC (permalink / raw) To: buildroot Remove applied upstream patch. Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks> --- package/shairport-sync/shairport-sync.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/shairport-sync/shairport-sync.mk b/package/shairport-sync/shairport-sync.mk index 36d5b82..bf1409b 100644 --- a/package/shairport-sync/shairport-sync.mk +++ b/package/shairport-sync/shairport-sync.mk @@ -4,13 +4,12 @@ # ################################################################################ -SHAIRPORT_SYNC_VERSION = 2.4 +SHAIRPORT_SYNC_VERSION = 2.4.1 SHAIRPORT_SYNC_SITE = $(call github,mikebrady,shairport-sync,$(SHAIRPORT_SYNC_VERSION)) SHAIRPORT_SYNC_LICENSE = MIT, BSD-3c SHAIRPORT_SYNC_LICENSE_FILES = LICENSES SHAIRPORT_SYNC_DEPENDENCIES = alsa-lib libconfig libdaemon popt host-pkgconf -SHAIRPORT_SYNC_PATCH = https://github.com/mikebrady/shairport-sync/commit/6ae067af1f695e615415cde69a506ad330dbc45b.patch # Touching configure.ac with the patches SHAIRPORT_SYNC_AUTORECONF = YES -- 2.6.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/shairport-sync: bump to version 2.4.1 2015-10-11 18:52 [Buildroot] [PATCH 1/1] package/shairport-sync: bump to version 2.4.1 Jörg Krause @ 2015-10-11 18:58 ` Baruch Siach 2015-10-11 20:20 ` Yann E. MORIN 0 siblings, 1 reply; 3+ messages in thread From: Baruch Siach @ 2015-10-11 18:58 UTC (permalink / raw) To: buildroot Hi J?rg, On Sun, Oct 11, 2015 at 08:52:40PM +0200, J?rg Krause wrote: > Remove applied upstream patch. > > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks> > --- > package/shairport-sync/shairport-sync.mk | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/package/shairport-sync/shairport-sync.mk b/package/shairport-sync/shairport-sync.mk > index 36d5b82..bf1409b 100644 > --- a/package/shairport-sync/shairport-sync.mk > +++ b/package/shairport-sync/shairport-sync.mk > @@ -4,13 +4,12 @@ > # > ################################################################################ > > -SHAIRPORT_SYNC_VERSION = 2.4 > +SHAIRPORT_SYNC_VERSION = 2.4.1 > SHAIRPORT_SYNC_SITE = $(call github,mikebrady,shairport-sync,$(SHAIRPORT_SYNC_VERSION)) > > SHAIRPORT_SYNC_LICENSE = MIT, BSD-3c > SHAIRPORT_SYNC_LICENSE_FILES = LICENSES > SHAIRPORT_SYNC_DEPENDENCIES = alsa-lib libconfig libdaemon popt host-pkgconf > -SHAIRPORT_SYNC_PATCH = https://github.com/mikebrady/shairport-sync/commit/6ae067af1f695e615415cde69a506ad330dbc45b.patch > > # Touching configure.ac with the patches > SHAIRPORT_SYNC_AUTORECONF = YES Is this still needed, then? Maybe the comment just needs an update (git clone, no configure)? baruch -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il - ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/shairport-sync: bump to version 2.4.1 2015-10-11 18:58 ` Baruch Siach @ 2015-10-11 20:20 ` Yann E. MORIN 0 siblings, 0 replies; 3+ messages in thread From: Yann E. MORIN @ 2015-10-11 20:20 UTC (permalink / raw) To: buildroot Baruch, J?rg, All, On 2015-10-11 21:58 +0300, Baruch Siach spake thusly: > On Sun, Oct 11, 2015 at 08:52:40PM +0200, J?rg Krause wrote: > > Remove applied upstream patch. > > > > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks> > > --- > > package/shairport-sync/shairport-sync.mk | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > diff --git a/package/shairport-sync/shairport-sync.mk b/package/shairport-sync/shairport-sync.mk > > index 36d5b82..bf1409b 100644 > > --- a/package/shairport-sync/shairport-sync.mk > > +++ b/package/shairport-sync/shairport-sync.mk > > @@ -4,13 +4,12 @@ > > # > > ################################################################################ > > > > -SHAIRPORT_SYNC_VERSION = 2.4 > > +SHAIRPORT_SYNC_VERSION = 2.4.1 > > SHAIRPORT_SYNC_SITE = $(call github,mikebrady,shairport-sync,$(SHAIRPORT_SYNC_VERSION)) > > > > SHAIRPORT_SYNC_LICENSE = MIT, BSD-3c > > SHAIRPORT_SYNC_LICENSE_FILES = LICENSES > > SHAIRPORT_SYNC_DEPENDENCIES = alsa-lib libconfig libdaemon popt host-pkgconf > > -SHAIRPORT_SYNC_PATCH = https://github.com/mikebrady/shairport-sync/commit/6ae067af1f695e615415cde69a506ad330dbc45b.patch > > > > # Touching configure.ac with the patches > > SHAIRPORT_SYNC_AUTORECONF = YES > > Is this still needed, then? Maybe the comment just needs an update (git clone, > no configure)? We do not have any bundled patch either, and that backported-from-upstream patch was not touching configure.ac: mdns_dns_sd.c | 2 +- mdns_tinysvcmdns.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) So it is not J?rg forgetting to update the comment; it was already wrong. But it should be fixed nonetheless, I agree. J?rg, care to resend your patch which also updates the comment as suggested by Baruch, please? I'm marking this patch as "Changes Requested" on patchowrk. Thanks! Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-11 20:20 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-10-11 18:52 [Buildroot] [PATCH 1/1] package/shairport-sync: bump to version 2.4.1 Jörg Krause 2015-10-11 18:58 ` Baruch Siach 2015-10-11 20:20 ` Yann E. MORIN
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox