Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] gssdp: new package
Date: Mon, 14 Sep 2015 11:43:21 +0100	[thread overview]
Message-ID: <55F6A4C9.4090201@imgtec.com> (raw)
In-Reply-To: <1442226095-4316-2-git-send-email-rahul.bedarkar@imgtec.com>

Dear Rahul Bedarkar,

On 09/14/2015 11:21 AM, Rahul Bedarkar wrote:
[snip]
> diff --git a/package/gssdp/gssdp.mk b/package/gssdp/gssdp.mk
> new file mode 100644
> index 0000000..d4b1db1
> --- /dev/null
> +++ b/package/gssdp/gssdp.mk
> @@ -0,0 +1,15 @@
> +################################################################################
> +#
> +# gssdp
> +#
> +################################################################################
> +
> +GSSDP_VERSION = 0.13.2
> +GSSDP_SOURCE = gssdp-$(GSSDP_VERSION).tar.xz
> +GSSDP_SITE = http://ftp.gnome.org/pub/gnome/sources/gssdp/0.13

I think this would be better:

GSSDP_VERSION_MAJOR = 0.13
GSSDP_VERSION = $(GSSDP_VERSION_MAJOR).2
GSSDP_SOURCE = gssdp-$(GSSDP_VERSION).tar.xz
GSSDP_SITE =
http://ftp.gnome.org/pub/gnome/sources/gssdp/$(GSSDP_VERSION_MAJOR)

Regards,

Vincent.

> +GSSDP_LICENSE = LGPLv2+
> +GSSDP_LICENSE_FILES = COPYING
> +GSSDP_INSTALL_STAGING = YES
> +GSSDP_DEPENDENCIES = host-pkgconf libglib2 libsoup
> +
> +$(eval $(autotools-package))
> 

  reply	other threads:[~2015-09-14 10:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-14 10:21 [Buildroot] [PATCH 0/3] new packages gssdp, gupnp and gupnp-av Rahul Bedarkar
2015-09-14 10:21 ` [Buildroot] [PATCH 1/3] gssdp: new package Rahul Bedarkar
2015-09-14 10:43   ` Vicente Olivert Riera [this message]
2015-09-14 10:21 ` [Buildroot] [PATCH 2/3] gupnp: " Rahul Bedarkar
2015-09-14 10:46   ` Vicente Olivert Riera
2015-09-14 10:21 ` [Buildroot] [PATCH 3/3] gupnp-av: " Rahul Bedarkar
2015-09-14 10:50   ` Vicente Olivert Riera

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=55F6A4C9.4090201@imgtec.com \
    --to=vincent.riera@imgtec.com \
    --cc=buildroot@busybox.net \
    /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